﻿.borderdiv {
    border: 1px solid #E4E3E1;
    border-radius: 8px;
}

.bodyTextColor {
    color: var(--bodyTextColor) !important;
}

.borderbottomdiv {
    border-bottom: 1px solid #E4E3E1;
}

.buttonColor {
    color: var(--buttonColor) !important;
}

.buttonBackgroundColor {
    color: var(--ratingUnFilledColor) !important;
}

.buttonBackgroundHalfColor {
    color: var(--buttonColor) !important;
    --fa-secondary-color: var(--buttonBackgroundColor) !important;
}

.memberVerifyCardCustom {
    position: absolute;
    z-index: 999;
    width: 435px;
}

@media (max-width: 775px) {
    .memberVerifyCardCustom {
        width: 180px;
    }
}

.rating-lock-style {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (min-width: 1366px) {
    .rating-lock-style .iconMain i {
        top: unset;
    }
}

.ratingUnFilledColor {
    font-size: 16px;
    color: var(--ratingUnFilledColor) !important;
}

.ratingFilledColor {
    color: var(--ratingFilledColor) !important;
}

.ratingHalfColor {
    color: var(--ratingFilledColor) !important;
    --fa-secondary-color: var(--ratingUnFilledColor) !important;
}