.required:after {
    content: '*';
    color: red;
    padding-left: 5px;
}

.course-4 .thumbnail {
    height: 300px;
    /*background: #222;*/
}

.color-light .profile-name {
    color: #FFF
}

.color-light .author-career {
    color: #ddd
}

.color-light * {
    color: #ddd;
}

.bg-light-success {
    background-color: #e8fff3 !important;
}

/* .bi-x::before {
    content: "\f62a";
} */
.color-light .profile-info .contact-info-text strong,
.color-light .profile-info .contact-info-text a {
    color: #888;
}

.color-light .profile-info .contact-info-text a:hover {
    color: #ddd;
}

.gym-logo-wrapper {
    background-color: #666;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-50 {
    padding-top: 50px;
}

.site-main-menu > ul > li > a {
    font-weight: normal;
}

.btn-hover-secondary:hover, .btn-hover-secondary:not(:disabled):not(.disabled).active, .btn-primary:focus, .btn-primary:hover {
    background-color: var(--bs-gray-dark);
}

.title-sm {

}

.max-popup-section {
    z-index: 500;
}

.profile-progress-status {
    margin-top: 40px;
}

.testimonial-rating-area .testimonial-rating .fa-star-off {
    color: #666
}

body .testimonial-rating-area {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    text-align: left;
}

body .static-testimonial {
    padding: 20px 15px;
}

.testimonial-rating-area.bg-transparent {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

/*tr.available_credit{background-color: #e8f3e9;}*/
/*tr.expired_credit{background-color: #ff00001f;}*/
.badge {
    /*padding: 0.6em 0.65em 0.2em 0.65em;*/
    vertical-align: middle;
}

.badge-success {
    color: #4caf50;
    background: #e2ffe3;
}

.badge-danger {
    color: #ff3f3f;
    background: #ffe2e2;
}

.pagination li a:not(.prev):not(.next) {
    width: auto;
}


.pagination li a {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    padding: .375rem .75rem;
    text-transform: uppercase;
    color: #ababab;
    font-weight: normal;
    border-radius: 0;
}

.page-item.active .page-link {
    background-color: #dc3545;
    border-color: #dc3545;
    padding-right: 12px;
    padding-left: 12px;
}

.action-btns .btn-xs {
    min-width: 160px;
}

/**rating**/
.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}


.rating > input {
    display: none;
}

.rating > label {
    position: relative;
    width: 40px;
    font-size: 40px;
    color: #FFD700;
    cursor: pointer;
}

.rating > label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before {
    opacity: 1 !important;
}

.rating > input:checked ~ label:before {
    opacity: 1;
}

.rating:hover > input:checked ~ label:before {
    opacity: 0.4;
}

/**rating**/
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    cursor: not-allowed;
    cursor: -moz-not-allowed;
    cursor: -webkit-not-allowed;
}

.site-main-mobile-menu-inner::before, .site-main-mobile-menu-inner {
    background-color: #1E1E2D;
}

.course-4 .info {
    padding: 25px;
}

.course-4 .info .meta {
    margin-top: 10px;
}
