.ds_off_accor{
    box-shadow: -4px 4px 14px 0px #0000000F;
}
.ds_off_accor .accordion-button::after{
    height: 13px;
    width: 13px;
    background-size: cover;
    color:#141414;
}
.ds_off_accor .accordion-button:not(.collapsed){
   background-color: transparent;
   color: #141414;
}
.ds_off_accor .accordion-button:focus{
    box-shadow: none;
}
.ds_off_accor .accordion-collapse{
    border-top: 0.5px solid #1414144D;
}
.ds_accor_text{
    font-size: 14px;
}
.ds_review_round{
    height: 138px;
    width: 138px;
    border: 5px solid rgba(253, 192, 64, 1);;
    border-radius: 50%;
    /* color:  */
}
.ds_rating_line {
    position: relative;
    height: 8px;
    background-color: black; /* Unfilled bar color */
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
}

.ds_rating_line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 70%; /* Progress percentage */
    border-radius: 8px 0 0 8px;
}
.ds_review_img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.ds_mini_border{
    border: 0.5px solid rgba(20, 20, 20, 0.3)
}
.ds_review_my_img{
    width: 50px;
    height: 50px;
}
.ds_review_pro{
    width: 123px;
}
.ds_review_off{
    --bs-offcanvas-width: 500px !important;
}
.ds_review_textarea{
    background: rgba(20, 20, 20, 0.06);
}
.ds_review_textarea:focus{
    background: rgba(20, 20, 20, 0.06);
    box-shadow: none;
    border-color: inherit;
}
.ds_review_upload{
    width: 82px;
}
.ds_close_img{
    box-shadow: -2.85px 2.85px 9.98px 0px rgba(0, 0, 0, 0.06);
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius:50% ;
    height: 20px;
    width: 20px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ds_review_unique{
    border: 0.5px solid rgba(20, 20, 20, 0.3); 
    padding: 20px 10px;
    border-radius: 4px;
}
.ds_review_btn{
    width: 180px;
    height: 44px;
    border: none;
    background: #141414;
    color: white;
}

@media (max-width:768px) {
    .ds_review_round{
        height: 100px;
        width: 100px;
    } 
    .ds_review_off{
        --bs-offcanvas-width: 450px !important;
    }
}

@media (max-width:576px) {
    .ds_review_round{
        height: 100px;
        width: 100px;
    } 
    .ds_review_off{
        --bs-offcanvas-width: 400px !important;
    }
}

@media (max-width:425px) {
    .ds_review_off{
        --bs-offcanvas-width: 300px !important;
    }
}

@media (max-width:425px) {
    .ds_review_off{
        --bs-offcanvas-width: 280px !important;
    }
}