.container-acc {
    padding-top: 51px;
}

.access-title {
    color: darkred;
    font-size: 200%;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding-bottom: 2%;
}

.error-role {
    color: #636b6f;
    font-size: 200%;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 4%;
}

.access-role {
    width: max-content;
}

@media screen and (max-width: 930px) {
    .access-role {
        line-height: 35px;
    }
}

.user-role {
    width: max-content;
}

@media screen and (max-width: 1230px) {
    .user-role {
        display: inherit;
        padding-top: 2%;
    }
}

@media screen and (max-width: 600px) {
    .return-profile {
        padding-top: 3%;
    }

    .user-role {
        padding-top: 3%;
    }
}

.return-profile {
    width: max-content;
    display: inherit;
    padding-top: 2%;
}

.adm-blue-btn {
    background: #2DBECD;
    box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08), 0px 4px 8px rgba(50, 50, 71, 0.06);
    border-radius: 8px;
    padding: 16px 24px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}


.tabs {
    display: flex;
    align-items: center;
    border: 2px solid #FFF;
    border-radius: 12px;
    overflow: hidden;
    width: fit-content;
    background: #FFF;
}

.custom-tab {
    /*    padding: 12px 24px;*/
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #494953;
    list-style-type: none;
    cursor: pointer;
    background: #FFF;
}

.custom-tab.active {
    background: #05AABB;
    box-shadow: inset 0px 4px 4px rgb(50 50 71 / 8%), inset 0px 4px 8px rgb(50 50 71 / 6%);
    color: #FFF !important;
}

.custom-tab a, .custom-tab span {
    color: #494953;
}

.custom-tab.active a, .custom-tab.active span {
    color: #FFF !important;
}

.gr-line {
    border: 1px solid rgba(228, 228, 228, 0.6);
    width: 0;
    height: 40px;
}

.green {
    color: #76D51F !important;
}

.red {
    color: #FF4865 !important;
}


@media (max-width: 414px) {
    .settings {
        width: 100%;
        display: inline-block;
        position: relative;
        z-index: 10;
    }

    .settings img {
        width: 92%;
    }
}

.download-btn {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-repeat: repeat-x;
    background: #5cb85c;
    border: 1px solid #5cb85c;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.download-btn:hover {
    color: #5cb85c !important;
    background: #fff !important;
    text-decoration: none !important;
}

.show-description {
    display: block !important;
}

.LbEKJ {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 99999;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
}

.LbEKJ.open {
    display: flex;
}

.hGyYFv {
    width: 100%;
    max-width: 800px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 12px;
    padding: 40px 20px;
    background-color: rgb(251, 251, 253);
    box-sizing: border-box;
    box-shadow: rgb(50 50 71 / 8%) 0px 24px 32px, rgb(50 50 71 / 8%) 0px 16px 16px;
}

.bXIvAG {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 10vh;
    max-height: 10vh;
}

.jBDCWp {
    display: flex;
    margin: 1em 0px;
    height: 80vh;
    overflow-y: auto;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    max-height: 80vh;
}

.iibsXv {
    display: flex;
    height: 10vh;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    max-height: 10vh;
}

.cOmFXj {
    font-weight: 900;
    color: white;
    background-color: rgb(115, 91, 167);
    padding: 12px 24px;
    font-size: 36px;
    max-height: 70px;
    margin: 0px auto;
    position: relative;
    border-radius: 12px;
    width: fit-content;
    box-sizing: border-box;
}

.iHTMBm {
    font-size: 20px;
    height: 100%;
    color: rgb(73, 73, 83);
}

.hqocbs {
    background: rgb(213, 31, 118);
}

.OlhTQ {
    background: rgb(105, 121, 248);
    box-shadow: rgb(50 50 71 / 8%) 0px 4px 4px, rgb(50 50 71 / 6%) 0px 4px 8px;
    border-radius: 8px;
    display: inline-flex;
    border: none;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 25px;
    gap: 10px;
    margin: 3px;
    font-family: Lato, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: all 0.3s ease 0s;
}


@keyframes ripple {

    0% {
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0);
    }

    50% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
    }

    100% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
}

.RadioButton {
    margin: 16px 0;
}

.RadioButton input[type="radio"] {
    display: none;
}

.RadioButton input[type="radio"]:checked + label:before {
    border-color: #2dbecd;
    animation: ripple 0.2s linear forwards;
}

.RadioButton input[type="radio"]:checked + label:after {
    transform: scale(1);
}

.RadioButton label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    position: relative;
    padding: 0 40px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
}

.RadioButton label:before, .RadioButton label:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all .3s ease;
    transition-property: transform, border-color;
}

.RadioButton label:before {
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(0, 0, 0, 0.54);
}

.RadioButton label:after {
    top: calc(30px / 2 - 15px / 2);
    left: calc(30px / 2 - 15px / 2);
    width: 15px;
    height: 15px;
    transform: scale(0);
    background: #2dbecd;
}

.free-course-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.free-course-box > div {
    display: flex;
    position: relative;
}
.free-course-box > div.free-course-box-date-control {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: flex-end;
    margin: 5px 0;
    width: auto;
    gap: 10px;
}
.free-course-box > div.free-course-box-date-control button {
    background: #fcb54d;
    border: none;
    border-radius: 4px;
    padding: 8px;
    color: #FFFFFF;
}
.free-course-box > div.free-course-box-date-control button:disabled {
    opacity: 0.5;
}
.free-course-box input[type=date]{
    min-width: 150px;
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
/*
.free-course-box input[type=date]{
    background: rgba(255, 255, 255, 1);
    display: flex;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(50,60,71,0.06), 0 2px 2px rgba(50,60,71,0.06);
    padding: 4px 8px;
}
 */


.filter--free-course {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.filter--free-course > div {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.filter--free-course > div > label {
    display: flex;
    min-width: max-content;
}
.filter--free-course > div > input[type=date] {
    min-width: 150px;
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.filter--free-course > div > button {
    background: #fcb54d;
    border: none;
    border-radius: 4px;
    padding: 8px;
    color: #FFFFFF;
}
.data--form-phone-number-musk {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.data--form-phone-number-musk > .data--form-phone-number-musk-row-1 {
    display: flex;
    justify-content: flex-end;
    width: 32px;
    position: relative;
    height: 100%;
    gap: 10px;
}
.data--form-phone-number-musk > .data--form-phone-number-musk-row-1.data--form-phone-number-musk-row-active {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: auto;
    gap: 10px;
    z-index: 10;
}
.data--form-phone-number-musk > .data--form-phone-number-musk-row-2 {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    position: relative;
}
.data--form-phone-number-musk:has(.data--form-phone-number-musk-row-1.data--form-phone-number-musk-row-active) > .data--form-phone-number-musk-row-2 {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    position: relative;
}
.data--form-phone-number-musk > .data--form-phone-number-musk-row-1.data--form-phone-number-musk-row-active  > .data--form-phone-number-musk-element {
    display: flex;
}
.data--form-phone-number-musk > .data--form-phone-number-musk-row-1 > .data--form-phone-number-musk-element {
    height: 100%;
    width: 32px;
    display: none;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.data--form-phone-number-musk > .data--form-phone-number-musk-row-1 > .data--form-phone-number-musk-element > img {
    display: flex;
    width: 32px;
    border-radius: 8px;
    filter: drop-shadow(0 4px 4px rgb(50, 50, 71, 0.08));
}
.data--form-phone-number-musk > .data--form-phone-number-musk-row-1 > .data--form-phone-number-musk-element.data--form-phone-number-musk-element-active {
    display: flex;
}


button.player-audio {
    display:inline-flex;
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    border: 3px solid #E9E9ED;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
button.player-audio::after {
    display: flex;
    height: 16px;
    width: 12px;
    background-image: url("/img/play.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: " "
}



.checkbox-container {
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 22px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    position: relative;
    height: 22px;
    width: 22px;
    margin: 0;
    padding: 0;
}
.checkbox-label:has(.checkbox-input:disabled){
    cursor: unset;
    opacity: 0.6;
}

.checkbox-input {
    display: none !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
}

.checkbox-custom {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
    transition: background-color 0.3s, border-color 0.3s;
}

.checkbox-label:hover .checkbox-custom {
    border-color: #888;
}

.checkbox-input:checked + .checkbox-custom {
    background-color: #49aaab;
    border-color: #49aaab;
}

.checkbox-custom::after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-input:checked + .checkbox-custom::after {
    display: block;
}

.checkbox-label .checkbox-custom::after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

#trial-classes-button-save:disabled {
    opacity: 0.5;
}
.no-content-text {
    color: #bfbfbf;
    font-size: 11px;
    text-align: center;
    font-weight: unset !important;
}


/***** Pagination ***/
.pagination {
    display: flex;
    list-style: none;
    padding: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a,
.pagination li span {
    display: block;
    padding: 10px 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    color: #49aaab;
    text-decoration: none;
}

.pagination li a:hover {
    background-color: #e9ecef;
}

.pagination .active span {
    background-color: #49aaab;
    color: #fff;
}

.pagination .disabled span {
    color: #6c757d;
}



div#date-intervals-created-at-checkbox-container input {
    box-sizing: border-box;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: 34px;
    padding-left: 16px;
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
div#date-intervals-created-at-checkbox-container input.error {
    border: 1px solid #fc2323;
}
