
@media screen and (max-width: 1200px) and (min-width : 992px) {
    .question-sidebar .detail-item {
        padding: 5px !important;
    }
    .question-sidebar .detail-box {
        padding: 15px !important;

    }
    .question-sidebar .detail-item .matn {
        font-size: 12px !important;
    }
    .question-sidebar .detail-item-shop {
        padding: 5px !important;
    }
    .question-sidebar .detail-item-shop .price {
        font-size: 13px !important;
    }
    .question-content-single .author .item span {
        font-size: 10px !important;
    }
    .question-content-single .author .item {
        padding: 0 !important;
    }
    .related-question p {
        font-size: 12px !important;
    }
    .related-question h6 {
        font-size: 15px !important;
    }
}
@media screen and (max-width: 1200px) {
    .question-content-single .author .item span {
        font-size: 10px !important;
    }
    .question-content-single .author .item {
        padding: 0 !important;
    }
}
@media screen and (max-width: 992px) {
    .question-sidebar .detail-box {
        margin-top: 15px !important;
    }
    .question-sidebar {
        padding: 0 !important;
        text-align: center;
    }
    .question-sidebar .detail-item-shop {
        text-align: right !important;

    }
}
@media screen and (max-width: 768px) {
    .question-content-single .author .share {
        font-size: 13px !important;
        padding: 0 !important;
    }
    .add-question{
        margin-top: 5px !important;
    }
}
@media screen and (max-width: 576px) {
    .question-content-single .author .share {
        margin-top: 15px !important;
        text-align: right !important;
    }
    .question-content-single .main-content ,.related-question .main-text{
        margin-top: 20px !important;
    }
     
    .question-content-single .author .item {
        text-align: right !important;
    }
    .question-content-single .img-question{
        padding: 0 !important;
    }
}

.adress-bar {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #52d4d6 !important;
    box-shadow: 1px 1px 5px #c0b9b9de;
}
.adress-bar a::after{
    content: " > ";
    color:#e21e5e;
    margin-right:3px;
}
/*.adress-bar span:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 0;*/
/*    height: 0;*/
/*    left: -4rem;*/
/*    top: 8px;*/
/*    border-top: 3px solid transparent;*/
/*    border-right: 6px solid #e21e5e;*/
/*    border-bottom: 3px solid transparent;*/

/*}*/
/*.adress-bar span:last-child:after {*/
/*    border: none !important;*/

/*}*/
.add-question strong,
.add-question svg {
    color: #e21e5e;
}
.add-question span {
    color: #9d9cb3;
}
.question-content-single,
.question-content-single img {
    box-shadow: 1px 1px 5px #c0b9b9de;
    border-radius: 3px;
    transition:0.3s;
}
.question-content-single img {
    width: 100%;
}
.question-sidebar .detail-box {
    box-shadow: 1px 1px 5px #c0b9b9de;
    border-radius: 3px;
}
.question-sidebar .detail-item-shop {
    border: 1px solid #e4e4e7;
}
.question-sidebar .detail-box .buy {
    border: 1px solid white;
    background-color: #ff4200;
    width: 100%;
}
.question-sidebar .detail-item-shop .title {
    color: #0d418d;
}
.question-sidebar .detail-item-shop .PDF {
    background-color: #f00303;
    font-size: 13px;
}
.question-sidebar .detail-item-shop .DOC {
    background-color: #60cce4;
    font-size: 13px;
}
.question-sidebar .detail-item-shop-error .matn {
    color: #a1a1a2;
    font-size: 13px;
    vertical-align: text-top;
}
.question-sidebar .detail-item-shop-error svg {
    color: #ff2222 !important;
    font-size: 18px !important;
}
.question-sidebar .detail-item {
    background-color: #ececed9c;
    border-radius: 3px;
}
.question-sidebar .detail-item svg {
    font-size: 18px;
    color: #a1a1a2;
}
.question-sidebar .detail-item .title {
    color: #0d418d;
}
.question-sidebar .detail-item .matn {
    color: #a1a1a2;
    font-size: 13px;
}
.question-sidebar .detail-item .PDF {
    background-color: #f00303;
    font-size: 13px;
}
.question-sidebar .detail-item .DOC {
    background-color: #60cce4;
    font-size: 13px;
}
.question-sidebar .detail-item .fa-check-circle {
    color: #1bb022;
}
.question-sidebar .detail-item .fa-times-circle {
    color: #f00303;
}
.question-content-single .main-content .question-title {
    color: #1e1c4e;
}
.question-content-single .main-content .date {
    color: #68686c;
    font-size: 13px;
}
.question-content-single .main-content p {
    color: #adadae;
    font-size: 12px;
    white-space: pre-line;
}
.question-content-single .author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.question-content-single .author .item span {
    border: 1px solid #d1d1d7;
    border-radius: 3px;
    color: #c4c4c4;
    font-size: 13px;
    display: inline-block;
    margin-top: 5px;
}
.question-content-single .author .item span:hover {
    background-color: #bff5f0;
}
.question-content-single .author .share {
    padding:0;
    color: #9c94ed;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #b9df24 !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #b9df24 !important;
}
.related-question {
    border: 1px solid #e4e4e7;
    border-radius: 3px;

}
.related-question h6 {
    color: #1e1c4e;
    font-size: 15px;
}
.related-question p {
    font-size: 13px;
    color: #5d5d62;
    margin: 0 !important;
}

/* modal */
@media screen and (min-width:768px){
    .modal-width{
        max-width: 750px;
    }

}
.blue-color-m{
    color: #00c0ff !important;
}
.bg-blue-color-m{
    background-color: #00c0ff !important;
}
.green-color-m{
    color: #6ccd1f !important;
}
.bg-green-color-m{
    background-color: #6ccd1f !important;
}
.red-color-m{
    color: #ff4200 !important;
}
.bg-red-color-m{
    background-color: #ff4200 !important;
}
.box-charge{
    box-shadow: 1px 1px 5px #c0b9b9de;
}
 @media screen and (min-width:768px){
    .middle-charge{
        margin-top: -1rem !important;
        z-index: 111;
    
    }
    .middle-charge-item{
       height: 100%; 
    }
}
/*end modal */

.link-desc{
    background-color: #ec002c !important;
    color: white !important;
    text-align: center !important;
}

/*****hover*****/
.link-desc:hover{
    background-color:#d30027 !important;
}
.question-content-single img:hover{
    opacity:0.8;
}
.add-question svg:hover, .add-question strong:hover {
    color: #b41649;
}
.add-question a::after{
    display:none;
}
@media screen and (max-width: 768px)
{
.add-question {
    margin-top: 5px !important;
}
}
section .container.mt-4.px-4 .row.py-1.pr-1.pl-0.mt-2.adress-bar {
    background-color: white !important;
    border: 1px solid #52d4d6;
}