.review-card-main {
    position: relative;
    background-color: rgba(255, 255, 255, 0.733);
    width: 55%;
    /* height: 500px; */
    height: fit-content;
    padding-left: 2%;
    padding-right: 3%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20%;
    -webkit-box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    font-family: "Tajawal", sans-serif;
}

.info{
    line-height: 25px;
    margin-right: 20px;
    margin-left: 30px;
}

.most-common-tags{
    height: fit-content;
    direction: rtl;
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 68%;
    }
}

.review-card-main .top-container {
    /* background-color: rgba(0, 255, 255, 0.431); */
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
}

.review-card-main .top-container .total-container {
    /* background-color: rgba(255, 81, 0, 0.431); */
    width: 15%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.review-card-main .top-container .total-container .total {
    width: 75px;
    height: 45px;
    color: white;
    border-radius: 12px;
    text-align: center;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 4px;
}




.review-card-main .top-container .info-container {
    /* background-color: rgba(238, 255, 0, 0.431); */
    width: 85%;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
}

.review-card-main .top-container .info-container .name-gender {
    /* background-color: rgba(255, 0, 0, 0.431); */
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    direction: RTL;
    justify-content: flex-start;
    color: #727272;
    font-size: 20px;
}

.review-card-main .top-container .info-container .name {
    /* background-color: rgba(255, 0, 0, 0.431); */
    width: 100%;
    height: fit-content;
    color: #727272;
    font-size: 22px;
    margin-left: 20px;
    margin-bottom: 5px;
}

.review-card-main .top-container .info-container .gender_male {
    /* background-color: rgba(255, 0, 0, 0.431); */
    color: #35bab0;
    font-size: 18px;
    font-weight: 300;
    margin-left: 10px;
}

.review-card-main .top-container .info-container .gender_female {
    color: #e050a9;
    font-size: 18px;
    font-weight: 300;
    margin-left: 10px;
}

.review-card-main .top-container .info-container .section {
    /* background-color: rgba(68, 0, 255, 0.431); */
    width: 99.5%;
    margin-right: 0.5%;
    height: 40%;
    direction: RTL;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    direction: RTL;
    color: #afafaf;
    /* color: #98E8B7; */
    font-size: 18px;
}

.review-card-main .info-container{
    width: 100%;
    height: 8%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    color: #afafaf;
}

.review-card-main .info-container .info{
    width: fit-content;
    display: flex;
    flex-direction: row-reverse;
    margin: 0px;
    margin-left: 30px;
}

.review-card-main .info-container .info .icon{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 6px;
}
.review-card-main .info-container .info .number{
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 5px;
}

.doctor-flag-button{
    margin-left: 4px !important;
    margin-right: auto !important;
    text-decoration: none;
    color: unset;
}

.doctor-flag-button .number{
    margin-left: 8px;
}
.review-card-main .mid-container {
    width: 100%;
    height: fit-content;
}

.review-card-main .mid-container .progress-container {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
}

.review-card-main .mid-container .progress-label {
    width: 11%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: right;
    color: #727272;
    font-size: 16px;
    /* background-color: rgba(0, 0, 255, 0.52); */
}

.review-card-main .mid-container .progress-bar {
    width: 79%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* background-color: rgba(0, 255, 64, 0.52); */
}

.review-card-main .mid-container .progress-bar progress {
    -webkit-appearance: none;
    width: 100%;
    height: 13px;
    direction: rtl;
}

.review-card-main .mid-container progress::-webkit-progress-bar {
    background-color: #eff1f2;
    border-radius: 111px;
}

/* .review-card-main .mid-container .exp-bar::-webkit-progress-value {
    background: #cbf064;
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(203, 240, 100, 0.3);
    -moz-box-shadow: 0px 3px 20px 0px rgba(203, 240, 100, 0.3);
    box-shadow: 0px 3px 20px 0px rgba(203, 240, 100, 0.3);
}

.review-card-main .mid-container .exp-bar::-moz-progress-value {
    background: #cbf064;
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(203, 240, 100, 0.3);
    -moz-box-shadow: 0px 3px 20px 0px rgba(203, 240, 100, 0.3);
    box-shadow: 0px 3px 20px 0px rgba(203, 240, 100, 0.3);
} */

.review-card-main .mid-container .exp-bar {
    background: #cbf064;
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(203, 240, 100, 0.3);
    -moz-box-shadow: 0px 3px 20px 0px rgba(203, 240, 100, 0.3);
    box-shadow: 0px 3px 20px 0px rgba(203, 240, 100, 0.3);
}

/* .review-card-main .mid-container .beh-bar::-webkit-progress-value {
    background: #98e8b7;
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(152, 232, 183, 0.3);
    -moz-box-shadow: 0px 3px 20px 0px rgba(152, 232, 183, 0.3);
    box-shadow: 0px 3px 20px 0px rgba(152, 232, 183, 0.3);
}

.review-card-main .mid-container .beh-bar::-moz-progress-value {
    background: #98e8b7;
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(152, 232, 183, 0.3);
    -moz-box-shadow: 0px 3px 20px 0px rgba(152, 232, 183, 0.3);
    box-shadow: 0px 3px 20px 0px rgba(152, 232, 183, 0.3);
} */

.review-card-main .mid-container .beh-bar {
    background: #98e8b7;
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(152, 232, 183, 0.3);
    -moz-box-shadow: 0px 3px 20px 0px rgba(152, 232, 183, 0.3);
    box-shadow: 0px 3px 20px 0px rgba(152, 232, 183, 0.3);
}

/* .review-card-main .mid-container .mar-bar::-webkit-progress-value {
    background: #98a7e8;
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(152, 167, 232, 0.3);
    -moz-box-shadow: 0px 3px 20px 0px rgba(152, 167, 232, 0.3);
    box-shadow: 0px 3px 20px 0px rgba(152, 167, 232, 0.3);
}

.review-card-main .mid-container .mar-bar::-moz-progress-value {
    background: #98a7e8;
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(152, 167, 232, 0.3);
    -moz-box-shadow: 0px 3px 20px 0px rgba(152, 167, 232, 0.3);
    box-shadow: 0px 3px 20px 0px rgba(152, 167, 232, 0.3);
} */

.review-card-main .mid-container .mar-bar {
    background: #98a7e8;
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(152, 167, 232, 0.3);
    -moz-box-shadow: 0px 3px 20px 0px rgba(152, 167, 232, 0.3);
    box-shadow: 0px 3px 20px 0px rgba(152, 167, 232, 0.3);
}

/* .review-card-main .mid-container .att-bar::-webkit-progress-value {
    background: #c998e8;
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(201, 152, 232, 0.3);
    -moz-box-shadow: 0px 3px 20px 0px rgba(201, 152, 232, 0.3);
    box-shadow: 0px 3px 20px 0px rgba(201, 152, 232, 0.3);
}

.review-card-main .mid-container .att-bar::-moz-progress-value {
    background: #c998e8;
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(201, 152, 232, 0.3);
    -moz-box-shadow: 0px 3px 20px 0px rgba(201, 152, 232, 0.3);
    box-shadow: 0px 3px 20px 0px rgba(201, 152, 232, 0.3);
} */

.review-card-main .mid-container .att-bar {
    background: #c998e8;
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(201, 152, 232, 0.3);
    -moz-box-shadow: 0px 3px 20px 0px rgba(201, 152, 232, 0.3);
    box-shadow: 0px 3px 20px 0px rgba(201, 152, 232, 0.3);
}

.review-card-main .mid-container .progress-value {
    width: 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-around;
    /* background-color: rgba(255, 0, 157, 0.52); */
    color: #727272;
    font-size: 15px;
}

.review-card-main .bottom-container {
    width: 100%;
    height: fit-content;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    font-family: "Tajawal", sans-serif;
}

.review-card-main .bottom-container .rate-container {
    width: auto;
    margin-left: 10px;
    font-size: 17px;
    display: flex;
    flex-direction: row;
    line-height: 80px;
    color: #afafaf;
    /* background-color: rgba(0, 128, 0, 0.562); */
}

.review-card-main .bottom-container .icon {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 10px;
    margin-right: 10px;
}

.review-card-main .bottom-container .view-container {
    width: auto;
    margin-left: 30px;
    font-size: 17px;
    display: flex;
    flex-direction: row;
    line-height: 74px;
    color: #afafaf;
}

.review-card-main .bottom-container .button-container {
    height: 100%;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.review-card-main .bottom-container .button-container button {
    width: 100%;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #98e8e2;
    color: white;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    font-family: "Tajawal", sans-serif;
    outline: none;
    border: none;
    transition: 0.1s;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(152, 232, 226, 0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(152, 232, 226, 0.3);
    box-shadow: 0px 0px 30px 0px rgba(152, 232, 226, 0.3);
}

.review-card-main .bottom-container .button-container button:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(152, 232, 226, 0.6);
    -moz-box-shadow: 0px 0px 30px 0px rgba(152, 232, 226, 0.6);
    box-shadow: 0px 0px 30px 0px rgba(152, 232, 226, 0.6);
}

.compare-btn-cont {
    right: 0px !important;
    margin-left: auto;
    width: fit-content !important;
    text-decoration: none;
}

.compare-btn-cont button {
    padding-left: 17px !important;
    padding-right: 17px !important;
}

.progress-new {
    background-color: #eff1f2;
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    display: flex;
    height: 13px;
    width: 100%;
    direction: rtl
}

.progress-value-new {
    animation: load 1s normal forwards;
    border-radius: 100px;
    height: 13px;
    width: 0;
}

@keyframes animateProgressBar {
    from {
        width: var(--from-width);
    }

    to {
        width: var(--to-width);
    }
}


@media (max-width: 1400px) {
    .review-card-main {
        width: 95%;
        margin-left: 2.5%;
        padding-left: 5%;
        padding-right: 5%;
        box-sizing: border-box;
        border-radius: 12px;
    }

    .review-card-main .top-container .total-container {
        width: 20%;
    }


    .review-card-main .top-container .info-container {
        width: 80%;
    }

    .review-card-main .mid-container .progress-bar {
        width: 62.5%;
        margin-left: 5%;
        margin-right: 2.5%;
    }

    .review-card-main .mid-container .progress-value {
        width: 12%;
        margin-left: 0px;

    }

    .review-card-main .mid-container .progress-label {
        width: 18%;
    }

    .review-card-main .bottom-container .button-container {
        /* height: 100%; */
        width: 40%;
        margin-left: 2%;
    }

    .review-card-main .bottom-container .view-container {
        margin-left: 10px;
    }

    .review-card-main .bottom-container .rate-container {
        margin-left: 10px;
    }

    .compare-btn-cont {
        right: 0px !important;
        margin-left: auto !important;
        width: fit-content !important;
        text-decoration: none;
    }

    .compare-btn-cont button {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

}
