*:not(input) {
    user-select: none;
}

.content-wrapper {
    background-color: rgb(236, 233, 221, 25%) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.login-page {
    background-color: rgb(236, 233, 221, 25%);
}

.login-page > div {
    height: 100vh;
}

.auth-logo {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.auth-main {
    width: 450px;
    padding: 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
    box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
    margin: 0 auto;
    background-color: #fff;
}

.auth-main h4 {
    font-size: 26px;
    font-weight: 700;
}

.auth-main p {
    margin-bottom: 25px;
    font-size: 14px;
    color: #898989;
}

.auth-main .form-group {
    margin-bottom: 10px;
}

.auth-main .form-group label {
    letter-spacing: 0.4px;
    font-weight: 500;
    font-size: 14px;
}

.auth-main .form-group input:not([type="checkbox"]) {
    border-color: #eee;
    background-color: #fff;
    font-size: 14px;
    color: #898989;
    padding: 22px 15px;
    appearance: none;
}

.auth-main .form-group .show-hide {
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-block {
    display: block;
    width: 100%;
    font-weight: 400 !important;
    padding: .375rem .75rem !important;
}

div.sidebar nav .nav-link {
    padding: .5rem;
}

.nav-item svg {
    fill: #c2c7d0;
}

.nav-item:hover svg, .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active svg, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active svg {
    fill: #fff;
}

.navbar a {
    color: #000;
}

.custom-nav-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.user-info {
    line-height: 16px;
    margin-top: 7px;
}

.user-info-names {
    font-weight: 500;
}

.user-info-phone {
    font-size: 14px;
    color: #969696;
}

.avatar img {
    width: 256px;
    height: 256px;
    border-radius: 100%;
}

.content-wrapper > .mobile {
    height: inherit;
    padding: 0;
}

.home-wrapper .card {
    margin-bottom: 15px;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(8, 21, 66, 0.05);
    box-shadow: 0 0 20px rgba(8, 21, 66, 0.05);
}

.home-wrapper .card .card-header {
    border: none;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 700;
    margin-bottom: 0;
}

.home-wrapper .card.profile-greeting:not(.blink) {
    background-image: url('../../dist/img/bg-cover.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-wrapper .card.profile-greeting .card-body {
    padding: 35px 20px;
}

.home-wrapper .card.profile-greeting h2 {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 26px;
}

.home-wrapper .card.profile-greeting .greeting-future-practice, .home-wrapper .card.profile-greeting .greeting-instructor {
    font-size: 14px;
}

.home-wrapper .card.profile-greeting .greeting-user {
    text-align: center;
    margin: 30px 0;
    position: relative;
}

.home-wrapper .card.profile-greeting .greeting-user h4 {
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 700;
}

.home-wrapper .card.profile-greeting .greeting-user img.client-pic {
    max-width: 200px;
    margin-bottom: 30px;
    border: 8px solid #17a2b8;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    padding: 15px;
    transform: rotate(0deg);
}

.home-wrapper .card.profile-greeting .greeting-user ul {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0;
}

.home-wrapper .card.profile-greeting .greeting-user ul.dots-images li {
    position: absolute;
    border-radius: 100%;
}

.home-wrapper .card.profile-greeting .greeting-user ul.dots-images li.dot-small {
    width: 3px;
    height: 3px;
}

.home-wrapper .card.profile-greeting .greeting-user ul.dots-images li.dot-medium {
    width: 5px;
    height: 5px;
}

.home-wrapper .card.profile-greeting .greeting-user ul.dots-images li.semi-medium {
    width: 4px;
    height: 4px;
}

.home-wrapper .card.profile-greeting .greeting-user ul.dots-images li.dot-big {
    width: 6px;
    height: 6px;
}

.home-wrapper .card.profile-greeting .greeting-user ul.dots-images li.dot-1 {
    left: 40%;
    top: 33%;
    -webkit-animation: displayTransition 1s infinite;
    animation: displayTransition 1s infinite;
}

.home-wrapper .card.profile-greeting .greeting-user ul.dots-images li.dot-2 {
    left: 38%;
    top: 21%;
    -webkit-animation: displayTransition 1.5s infinite;
    animation: displayTransition 1.5s infinite;
}

.home-wrapper .card.profile-greeting .greeting-user ul.dots-images li.dot-3 {
    left: 37%;
    top: -2%;
    -webkit-animation: displayTransition 0.8s infinite;
    animation: displayTransition 0.8s infinite;
}

.home-wrapper .card.profile-greeting .greeting-user ul.dots-images li.dot-4 {
    left: 32%;
    top: 11%;
    -webkit-animation: displayTransition 1.8s infinite;
    animation: displayTransition 1.8s infinite;
}

.home-wrapper .card.profile-greeting .greeting-user ul.dots-images li.dot-5 {
    left: 34%;
    top: 30%;
    -webkit-animation: displayTransition 1.7s infinite;
    animation: displayTransition 1.7s infinite;
}

.home-wrapper .card.profile-greeting .greeting-user ul.dots-images li.dot-6 {
    left: 33%;
    top: 44%;
    -webkit-animation: displayTransition 1.2s infinite;
    animation: displayTransition 1.2s infinite;
}

.home-wrapper .card.profile-greeting .greeting-user ul.dots-images li.dot-7 {
    left: 28%;
    top: 44%;
    -webkit-animation: displayTransition 1.9s infinite;
    animation: displayTransition 1.9s infinite;
}

.home-wrapper .card.profile-greeting .greeting-user ul.dots-images li.dot-8 {
    left: 33%;
    top: 58%;
    -webkit-animation: displayTransition 2s infinite;
    animation: displayTransition 2s infinite;
}

.home-wrapper .card.profile-greeting .greeting-user ul.dots-images li.dot-9 {
    left: 35%;
    top: 62%;
    -webkit-animation: displayTransition 2s infinite;
    animation: displayTransition 2s infinite;
}

.home-wrapper .card.profile-greeting .greeting-user ul.vector-image li {
    position: absolute;
    overflow: hidden;
}

.home-wrapper .card.profile-greeting .greeting-user ul.vector-image li:first-child {
    top: 15%;
    right: 4%;
    -webkit-animation: move2 1.2s infinite alternate;
    animation: move2 1.2s infinite alternate;
}

.home-wrapper .card.profile-greeting .greeting-user ul.vector-image li:nth-child(2) {
    top: 55%;
    left: 15%;
    -webkit-animation: move1 8s linear infinite;
    animation: move1 8s linear infinite;
}

.home-wrapper .card.profile-greeting .greeting-user ul.vector-image li:nth-child(3) {
    top: -60%;
    left: 38%;
    -webkit-animation: move2 1.2s infinite alternate;
    animation: move2 1.2s infinite alternate;
}

.home-wrapper .card.profile-greeting .greeting-user ul.vector-image li:nth-child(4) {
    top: -35%;
    right: 25%;
    -webkit-animation: move1 8s linear infinite;
    animation: move1 8s linear infinite;
}

.home-wrapper .card.profile-greeting .greeting-user ul.vector-image li:nth-child(5) {
    top: 75%;
    right: 15%;
    -webkit-animation: move2 1.2s infinite alternate;
    animation: move2 1.2s infinite alternate;
}

.home-wrapper .card.profile-greeting .greeting-user ul.vector-image li:nth-child(6) {
    bottom: -65%;
    right: 36%;
    -webkit-animation: move2 1.2s infinite alternate;
    animation: move2 1.2s infinite alternate;
}

.home-wrapper .card.profile-greeting .greeting-user ul.vector-image li img {
    width: auto;
    height: 30px;
}

@keyframes displayTransition {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes move1 {
    0% {
        -webkit-transform: rotate(0deg) translateX(15px) rotate(0deg);
        transform: rotate(0deg) translateX(15px) rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg) translateX(15px) rotate(-360deg);
        transform: rotate(360deg) translateX(15px) rotate(-360deg);
    }
}

@keyframes move2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.home-wrapper .card-body .progress, .practice-write-page .progress {
    display: flex;
    height: 5px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 30px;
}

.home-wrapper .card-body .progress .progress-colors {
    display: flex;
}

.practice-write-page .progress.progress-animate {
    overflow: inherit;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 2px;
}

.practice-write-page .progress.progress-animate span {
    position: absolute;
    bottom: 25px;
    right: -10px;
    font-weight: 600;
    font-size: 14px;
}

.practice-write-page .progress .progress-gradient-info {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#4faad5));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #4faad5);
    position: relative;
}

.practice-write-page .progress .progress-gradient-info::after {
    position: absolute;
    content: "";
    top: -3px;
    right: -1px;
    background-color: #4faad5;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 17px 4px rgba(79, 170, 213, 0.36);
    box-shadow: 0 0 17px 4px rgba(79, 170, 213, 0.36);
}

.practice-write-page .progress .progress-gradient-info .animate-circle {
    position: absolute;
    top: -11px;
    right: -8px;
    height: 25px;
    width: 25px;
    border: 5px solid #4faad5;
    border-radius: 70px;
    -webkit-animation: heartbit 1s ease-out;
    animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.home-wrapper .card-body ul.counters {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0;
}

.home-wrapper .card-body ul.counters li {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
}

.home-wrapper .card-body ul.counters li+li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 25px;
    background-color: #2b2b2b;
    opacity: 0.1;
    top: 8px;
    left: 0;
}

.home-wrapper .card-body ul li .title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 12px !important;
    display: block;
}

.home-wrapper .card-body ul li .counter {
    font-weight: 600;
    font-size: 14px;
}

.home-wrapper .card.card-pushs .d-flex {
    padding: 20px 0;
}

.home-wrapper .card.card-pushs .d-flex:first-child {
    padding: 0 0 20px 0;
}

.home-wrapper .card.card-pushs .d-flex:last-child {
    padding: 20px 0 0 0;
}

.home-wrapper .card.card-pushs .d-flex:nth-child(n+2) {
    border-top: 1px solid #eee;
}

.home-wrapper .card.card-pushs .recent-circle {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-top: 8px;
    min-width: 12px;
    min-height: 12px;
}

.home-wrapper .card.card-pushs .flex-grow-1 {
    margin-left: 20px;
}

.home-wrapper .card.card-pushs h6 {
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 14px;
}

.home-wrapper .card.card-pushs span {
    font-size: 12px;
    color: rgba(43, 43, 43, 0.7);
    font-weight: 500;
}

.home-wrapper .card.card-pushs span svg {
    width: 12px;
    height: 12px;
}

.table-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 24px;
}

.table thead th {
    border-bottom: 0;
    border-top: 0;
}

.error-alert img {
    width: 300px;
}

body.sidebar-hidden .main-header, body.sidebar-hidden .content-wrapper {
    margin-left: 0 !important;
}

.main-sidebar, .main-sidebar::before {
    width: 280px;
}

body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header {
    margin-left: 280px !important;
}

.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
    width: calc(280px - .5rem * 2);
}

[class*=sidebar-dark-] {
    background-color: #23282f;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #17a2b8;
}

.school-logotype-image img {
    width: 70px;
    height: 70px;
}

.school-logotype-title {
    color: #fff;
    margin-top: 4px;
    font-size: 14px;
}

.content:not(.mobile) .practice-write-instructor-block, .content:not(.mobile) .practice-write-instructors-block, .content:not(.mobile) .practice-count, .content:not(.mobile) .practice-write-button {
    max-width: 500px;
}

.medical-form {
    max-width: 800px;
    width: 100%;
}

.medical-form > div {
    width: 50%;
    padding: 5px;
}

.medical-inputs input, .medical-inputs input:focus, .medical-inputs select, .medical-inputs select:focus {
    background-color: #F1F2F6;
    color: #899CB1;
    border-color: #F1F2F6;
    border-radius: 10px;
}

.medical-file {
    width: 100%;
    padding: 98px 30px;
    background-color: #F1F2F6;
    color: #899CB1;
    border-color: #F1F2F6;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 0;
}

.practice-write-instructor-block, .practice-write-block, .practice-history-block {
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #dee2e6;
    margin-bottom: 2px;
}

.practice-write-block {
    margin-top: 13px;
    margin-bottom: 15px;
    height: calc(100% - 121px);
}

.practice-write-instructor-block {
    padding: 10px 17px;
    cursor: pointer;
}

.practice-history-block {
    height: calc(100% - 132px);
}

.practice-write-instructor-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.practice-write-instructor-info {
    margin-left: 15px;
}

.practice-write-instructor-phone {
    font-size: 14px;
    font-weight: 600;
}

.practice-write-instructors-block {
    height: 0;
    overflow: hidden;
    transition: height 500ms ease;
}

.practice-write-instructors-block.show {
    height: auto;
    width: calc(100% - 30px);
    top: 0px;
    z-index: 2;
}

.practice-write-instructors-block .practice-write-instructor-block {
    margin-bottom: 2px;
}

.practice-write-page .card-instructor, .practice-write-page .card-other, .practice-write-page .card {
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(8, 21, 66, 0.05);
    box-shadow: 0 0 20px rgba(8, 21, 66, 0.05);
}

.practice-write-page .card-instructor .instructor-angle {
    padding: 30px 10px;
    top: calc(50% - 90px);
    cursor: pointer;
}

.practice-write-page .practice .card-body {
    padding: 48px 20px;
}

.practice-write-page .rating .card-body {
    padding: 28px 20px;
}

.practice-write-page .medical .card-body {
    padding: 34px 20px;
}

.practice-write-page .card-instructor .card-body {
    text-align: center;
    padding: 30px 0 0;
    position: relative;
}

.practice-write-page .card-instructor img {
    max-width: 130px;
}

.practice-write-page .card-instructor h4 {
    font-size: 20px;
    color: #2b2b2b;
    margin-top: 20px;
    font-weight: 700;
}

.practice-write-page .card-instructor h6 {
    font-size: 14px;
    color: #2b2b2bb3;
    font-weight: 500;
}

.practice-write-page .card-instructor a {
    color: #000;
    font-weight: 500;
}

.practice-write-page .card-instructor .instructor-counters {
    margin-top: 20px;
    border-top: 1px solid #eee;
}

.practice-write-page .card-instructor .instructor-counters > div+div {
    border-left: 1px solid #eee;
}

.practice-write-page .card-instructor .instructor-counters > div {
    padding-top: 32px;
    padding-bottom: 32px;
}
.practice-write-page .card-instructor .instructor-counters h6 {
    font-weight: 500;
}

.practice-write-page .card-instructor .instructor-counters h5 {
    font-size: 15px;
    margin-bottom: 0;
}

.practice-write-page .card-instructor .instructor-counters > div:hover h6 {
    color: #2b2b2b;
}

.practice-write-page .card-other .card-other-icon {
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.practice-write-page .card-other .card-other-icon.instructor-change-icon {
    background-color: rgba(255, 10, 51, 0.25) !important;
}

.practice-write-page .card-other .card-other-icon i {
    font-size: 20px;
    color: #f81f58;
}

.practice-write-page .card-other .card-other-info {
    text-align: right;
    padding-left: 20px;
}

.practice-write-page .card-other .card-other-info h4 {
    font-size: 18px;
    color: #898989;
    font-weight: 500;
    margin-bottom: 10px;
}

.practice-write-page .card-other .card-other-info h5 {
    font-size: 18px;
    font-weight: 600;
}

.practice-write-page .card-other .card-other-info h6 {
    font-size: 14px;
    color: #898989;
}

.practice-write-page .card-other .card-other-info .card-other-info-btn {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    width: max-content;
    margin-left: auto;
}

.practice-write-page .card-other .instructor-change-title, .practice-write-page .card-other .rating-learn-title, .practice-write-page .card-other .medical-title {
    font-weight: 500;
}

.practice-write-page .card-other .instructor-change-text, .practice-write-page .card-other .rating-learn-text, .practice-write-page .card-other .medical-text {
    color: #899CB1;
    font-size: 14px;
}

.practice-write-page .card-other .instructor-change-text {
    color: #2b2b2bb3;
    font-size: 14px;
    font-weight: 500;
}

.practice-write-page .card-other .instructor-change-btn, .practice-write-page .card-other .rating-learn-btn {
    background-color: #f81f58;
    border-radius: 100px;
    padding: 5px 20px;
    width: max-content;
    color: #fff;
    font-size: 12px;
}

.practice-write-page .card-other .rating-learn-btn {
    background-color: #EEB82F;
}

.practice-write-page .card-other .rating-learn-icon {
    background-color: rgba(255, 154, 3, 0.25) !important;
}

.practice-write-page .card-other .rating-learn-icon i {
    color: #EEB82F;
}

.practice-write-page .card-other .medical-icon {
    background-color: rgba(41, 169, 189, 0.5) !important;
}

.practice-write-page .card-other .medical-icon i {
    color: #EEB82F;
}

.practice-write-header, .practice-history-header {
    //position: relative;
    text-align: center;
    border-bottom: 1px solid #dee2e6;
    position: relative;
}

.practice-write-body {
    height: calc(100% - 57px);
}

.practice-history-body {
    height: calc(100% - 57px);
}

.practice-write-body-title {
    color: #1083FE;
    font-weight: bold;
    padding: 15px;
    margin-left: 5px;
}

.practice-write-header .react-datepicker-wrapper {
    //position: absolute;
    //left: 15px;
    //top: 15px;
    color: #a3b8ce;
    cursor: pointer;
    width: auto;
    max-width: 500px;

}

.practice-write-day-title {
    font-size: 16px;
    font-weight: 600;
}

.practice-history-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 56px;
}

.practice-write-mode {
    color: #a3b8ce;
    cursor: pointer;
}

.practice-write-times {
    //max-height: calc(100% - 69px);
    max-height: 100%;
    overflow-y: auto;
    padding: 0 10px 10px;
}

.practice-history-times {
    max-height: 100%;
    overflow-y: auto;
    padding: 23px 0px 0px;
    padding-top: 0;
}

.practice-write-item {
    background-color: #f7f7f9;
    border-radius: 10px;
    line-height: 50px;
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.practice-write-item:first-child {
    margin-top: 0;
}

.practice-write-item:last-child {
    margin-bottom: 0;
}

.practice-history-table-title {
    color: #899cb1;
}

.practice-history-item, .practice-history-table-title {
    line-height: 50px;
    padding: 0 10px;
    border-bottom: 1px solid #e6eff9;
    font-size: 12px;
    font-weight: 500;
}

.practice-history-item:last-child {
    border-bottom: 0;
}

.practice-history-item:not(:first-child):hover {
    background-color: #eee;
    cursor: pointer;
}

.practice-history-cancel-text {
    text-align: center;
    color: #899cb1;
    font-weight: 500;
    padding: 0 15px 15px 0;
}

.practice-write-button {
    padding-bottom: 15px;
}

.open-instructor-list .practice-write-block, .open-instructor-list .practice-count, .open-instructor-list .practice-write-button, .open-instructor-list .practice-schedule, .open-instructor-list .practice-button-top, .open-instructor-list .card-instructor, .open-instructor-list .card-other {
    filter: blur(15px);
}

.open-instructor-list .practice-write-block a, .open-instructor-list .practice-write-button a, .open-instructor-list .practice-button-top a {
    pointer-events: none;
}

.practice-write-button a, .practice-history-button a {
    background-color: #1083fe;
    border: 2px solid #1083fe;
    padding: 13px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    display: block;
    text-align: center;
}

.practice-write-modal, .practice-history-modal, .theory-video-modal, .modal {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
}

.practice-write-modal-dialog, .practice-history-modal-dialog, .theory-video-modal-dialog, .modal-dialog {
    max-width: 500px;
    width: 100%;
    background-color: #fff;
    margin: 0 15px;
    border-radius: 10px;
    //padding: 22px 0;
    border: 1px solid #dee2e6;
    pointer-events: auto;
}

.modal-dialog.modal-lg {
    max-width: 1200px;
}

.practice-write-modal-header, .practice-history-modal-header, .theory-video-modal-header, .modal-header {
    padding: 22px;
    border-bottom: 1px solid #e6eff9;
}

.practice-write-modal-instructor-title {
    color: #899cb1;
    font-weight: 500;
}

.practice-write-modal-modal-title, .practice-history-modal-title, .modal-header-title {
    font-size: 20px;
    font-weight: 600;
}

.practice-history-modal-title {
    margin-bottom: 15px;
}

.practice-write-modal-datetime {
    color: #899cb1;
    font-weight: 500;
    padding: 30px 0 15px;
}

.practice-write-modal-confirm-title, .practice-history-modal-confirm-title, .modal-confirm-title {
    font-size: 24px;
    font-weight: 600;
}

.practice-write-modal-confirm-btn-block, .practice-history-modal-confirm-btn-block, .modal-confirm-btn-block, .pay-modal-confirm-btn-block {
    margin: 15px 22px;
}

.practice-write-modal-confirm-btn, .practice-history-modal-confirm-btn, .modal-confirm-btn, .pay-modal-confirm-btn {
    width: 50%;
    padding: 0 10px;
}

.practice-write-modal-confirm-btn > div, .practice-history-modal-confirm-btn > div, .modal-confirm-btn > div, .practice-write-modal-confirm-btn > button, .pay-modal-confirm-btn > button, .pay-modal-confirm-btn > div {
    background-color: #fff;
    border: 2px solid #1083fe;
    padding: 11px;
    color: #1083fe;
    font-weight: 600;
    border-radius: 100px;
    display: block;
    text-align: center;
    margin: 15px 0 0;
    cursor: pointer;
}

.practice-write-modal-confirm-btn .confirm-btn-yes, .practice-history-modal-confirm-btn .confirm-btn-yes, .modal-confirm-btn .confirm-btn-yes, .pay-modal-confirm-btn .confirm-btn-yes {
    background-color: #00935d;
    border-color: #00935d;
    color: #fff;
    width: 100%;
}

.practice-write-modal-confirm-btn .confirm-btn-no, .practice-history-modal-confirm-btn .confirm-btn-no, .modal-confirm-btn .confirm-btn-no, .pay-modal-confirm-btn .confirm-btn-no {
    background-color: #f81f58;
    border-color: #f81f58;
    color: #fff;
    width: 100%;
}

.practice-write-modal-confirm-btn > button {
    border-color: #28a745 !important;
    background-color: #28a745 !important;
}

.practice-count {
    margin-top: 13px;
    text-align: center;
    font-weight: 500;
    color: #899cb1
}

.practice-schedule {
    padding: 15px 0;
}

.practice-schedule .tabs-body .card {
    margin-bottom: 0;
}

.tabs .tabs-header {
    display: flex;
}

.tabs .tabs-header .tab-item {
    padding: 10px 28px;
    cursor: pointer;
    border: 1px solid rgba(92, 97, 242, 0.06);
    font-weight: 500;
    background-color: rgba(225, 230, 239, 0.5);
    font-size: 14px;
    color: #000;
}

.tabs .tabs-header .tab-item:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.tabs .tabs-header .tab-item:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.tabs .tabs-header .tab-item:hover, .tabs .tabs-header .tab-item.active {
    background-color: #e1e6ef;
    border-color: rgba(92, 97, 242, 0.05);
}

.tabs .tabs-body .tab-block .tab-border-block {
    padding: 10px;
    border: 1px solid #007bff;
}

.tabs .tabs-body .tab-block .tab-title {
    font-size: 26px;
    font-weight: 500;
}

.schedule-day {
    width: 100%;
}

.schedule-day .btn-group {
    display: block;
}

.schedule-day-header {
    margin: 2px 1px;
    font-size: 15px;
}

.schedule-day-time {
    min-height: 50px;
    cursor: pointer;
    padding: 10px 5px;
    border: 1px solid #dee2e6;
    margin: 2px 1px;
    border-radius: 10px;
}

.schedule-day-time:hover {
    background-color: rgba(0, 0, 0, .03);
}

.practice-write-full {
    height: 100%;
    overflow-y: auto;
}

.practice-write-full .practice-write-body-title {
    margin-left: 0;
}

.practice-write-full .practice-write-times {
    max-height: none;
    padding: 0 15px 15px;
}

.practice-write-full-item .practice-write-item {
    margin: 0 5px 10px;
    box-sizing: border-box;
    width: calc(50% - 10px);
}

.review-comment-texarea {
    background-color: #F1F2F6;
    color: #899CB1;
    border-radius: 10px;
    margin: 10px 5px;
    border-color: transparent;
    outline: none;
    padding: 10px;
    font-weight: 500;
    width: calc(100% - 10px);
}

.pay-block-wrapper > div {
    border-radius: 20px;
    width: calc(25% - 20px);
    margin: 10px;
    box-shadow: 0 0 20px rgba(8, 21, 66, 0.05);
}

.pay-page-info-header {
    background-color: #0c84ff;
    color: #fff;
}

.pay-page-info-header-date-text {
    font-size: 14px;
}

.pay-page-info-header-amount {
    font-size: 25px;
    font-weight: 600;
}

.pay-page-content {
    margin: 15px 15px 0;
}

.pay-page-content-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 0 30px;
}

.pay-page-content-item.debt-item {
    padding: 0;
}

.pay-page-content-item > div {
    padding: 5px;
}

.pay-page-content-item > div:first-child {
    padding-top: 20px;
}

.pay-page-content-item > div:last-child {
    padding-bottom: 20px;
}

.pay-page-content-item-title, .pay-page-content-item-text {
    font-size: 16px;
    color: #899cb1;
}

.pay-page-content-item-amount {
    font-size: 20px;
    color: #2d2d2d;
    font-weight: 600;
}

.pay-page-buttons {
    background-color: #1083FE;
    border-radius: 10px;
    margin-top: 5px;
}

.pay-page-buttons > a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #E6EFF9;
    padding: 13px 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.pay-page-buttons > a:last-child {
    border-bottom: none;
}

.is-debt .pay-page-info-header, .is-debt .pay-page-content-item.debt-item {
    background-color: #EF2354;
}

.is-debt .pay-page-content-item.debt-item > div {
    color: #fff;
}

.services-page-info-header {
    background-color: #fff;
}

.services-page-info-header-text {
    font-size: 18px;
    font-weight: 600;
}

.services-page-list {
    margin: 15px;
    background-color: #fff;
    border-radius: 10px;
    padding: 23px;
}

.services-page-list form > div {
    margin-bottom: 15px;
}

.services-page-custom-select .service__select__control {
    width: 100%;
    border: none;
    border-radius: 10px;
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 25px;
    appearance: none;
    background: #F1F2F6 url('/dist/img/angle-down-solid.svg') no-repeat right;
    background-size: 14px;
    background-position-x: calc(100% - 25px);
    outline: none;
}

.services-page-custom-select .service__select__indicators {
    display: none;
}
.services-page-custom-select .service__select__value-container {
    padding: 0px!important;
}

.services-page-price-info {
    color: #899CB1;
    font-size: 16px;
    font-weight: 500;
}

.services-page-price-count {
    font-size: 16px;
    font-weight: 500;
}

.services-page-price-count input {
    border: none;
    border-radius: 10px;
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 25px;
    background-color: #F1F2F6;
    outline: none;
}

.services-page-total-block {
    border: 2px #dde9f8 dashed;
    border-radius: 10px;
    padding: 11px 25px;
    font-size: 16px;
    font-weight: 500;
}

.services-page-total-amount {
    color: #1083FE;
}

.services-page-button {
    background-color: #1083FE;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 13px;
}

.pay-page, .services-page {
    max-width: 500px;
}

.select-item {
    background-color: #f7f7f9;
    border-radius: 10px;
    line-height: 50px;
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.select-item:first-child {
    margin-top: 0;
}

.select-item:last-child {
    margin-bottom: 0;
}

.loader {
    width: 40px;
    height: 40px;
    margin: 10px auto 0;
}

.loader .circle {
    position: absolute;
    width: 38px;
    height: 38px;
    opacity: 0;
    transform: rotate(225deg);
    animation-iteration-count: infinite;
    animation-name: orbit;
    animation-duration: 5.5s;
}

.loader .circle:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background: #000;
}

.loader .circle:nth-child(2) {
    animation-delay: 240ms;
}

.loader .circle:nth-child(3) {
    animation-delay: 480ms;
}

.loader .circle:nth-child(4) {
    animation-delay: 720ms;
}

.loader .circle:nth-child(5) {
    animation-delay: 960ms;
}

@keyframes orbit {
    0% {
        transform: rotate(225deg);
        opacity: 1;
        animation-timing-function: ease-out;
    }
    7% {
        transform: rotate(345deg);
        animation-timing-function: linear;
    }
    30% {
        transform: rotate(455deg);
        animation-timing-function: ease-in-out;
    }
    39% {
        transform: rotate(690deg);
        animation-timing-function: linear;
    }
    70% {
        transform: rotate(815deg);
        opacity: 1;
        animation-timing-function: ease-out;
    }
    75% {
        transform: rotate(945deg);
        animation-timing-function: ease-out;
    }
    76% {
        transform: rotate(945deg);
        opacity: 0;
    }
    100% {
        transform: rotate(945deg);
        opacity: 0;
    }
}

.custom-scroll::-webkit-scrollbar {
    background-color: #fff;
    width: 6px;
}

.custom-scroll::-webkit-scrollbar-track {
    background-color: #fff;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 4px;
    border: 1px solid #fff;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

.custom-scroll::-webkit-scrollbar-button {
    display: none;
}

.practice-write-header .react-datepicker-popper {
    max-width: 500px;
    width: 100%;
    transform: translate3d(0, 60px, 0) !important;
}

.practice-write-header .react-datepicker-popper {
    max-width: 500px;
    width: 100%;
    padding-top: 5px !important;
}

.practice-write-header .react-datepicker__header {
    background-color: #fff;
    padding: 0;
    border: 0;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
    display: none;
}

.react-datepicker {
    font-size: 100% !important;
    font-family: "Montserrat",Arial,sans-serif!important;
}

.react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
    border-color: #000 !important;
}

.react-datepicker__navigation {
    height: 44px !important;
}

.react-datepicker__day-name {
    font-weight: bold;
}

.react-datepicker__current-month {
    line-height: 40px;
    font-size: 110% !important;
    font-weight: 600 !important;
}

.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
    max-width: 42px;
    max-height: 42px;
    width: calc((100vw - 82px) / 7) !important;
    height: calc((100vw - 82px) / 7) !important;
    padding-top: 8px;
}

.react-datepicker__day--today {
    background-color: #f4f6f9;
    font-weight: 400 !important;
}

.react-datepicker__day--selected:hover {
    background-color: #007bff !important;
    border-radius: 0 !important;
    border: 0 !important;
    outline: 0 !important;
}

.react-datepicker__day--selected {
    background-color: #007bff !important;
    border-radius: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    font-weight: bold;
}

.react-datepicker__day--keyboard-selected {
    background-color: #007bff !important;
    border-radius: 0 !important;
    border: 0 !important;
    outline: 0 !important;
}

.react-datepicker__day--selected.react-datepicker__day--today {
    font-weight: bold !important;
}

.react-datepicker__day--outside-month {
    color: #ccc !important;
}

.btn {
    border-width: 2px;
    padding: 13px;
    font-weight: 600;
    border-radius: 100px;
}

.videos .card:last-child, .questions .card:last-child {
    margin-bottom: 0;
}

.videos .card, .videos .card.collapsed-card .card-header, .questions .card, .questions .card.collapsed-card .card-header {
    border-radius: 10px !important;
}

.videos .card .card-header, .questions .card .card-header {
    border-radius: 10px !important;
    border-bottom: 0;
}

.theory-video-preview {
    max-width: 75px;
    height: 42px;
    width: 100%;

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.theory-video-preview.lock {
    background-color: rgba(108, 117, 125, 0.7);
    background-blend-mode: multiply;
}

.video-title, .question-title {
    font-size: 14px;
    flex: 1;
}

.theory-video-modal-header-title {
    color: #899cb1;
    font-weight: 500;
}

.theory-video-modal-header-title.suptitle {
    color: #007bff;
    font-weight: bold;
    font-size: 14px;
}

.theory-video-modal-body {
    padding: 20px;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
}

.app-button {
    background: #000;
    border-radius: 10px;
    width: 222px;
    padding: 19px;
    color: #fff;
    text-decoration: none;
    margin: 0 auto 15px;
}

.app-button:last-child {
    margin-bottom: 0;
}

.app-button:hover {
    color: #fff;
}

.app-button-icon {
    width: 50px;
    margin-right: 20px;
}

.balance-block {
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
}

.balance-block.balance-expired {
    background-color: #F44648;
}

.balance-block img {
    width: 48px;
    height: 52px;
}

.balance-block .balance-header {
    color: #899CB1;
    font-size: 14px;
    line-height: normal;
}

.balance-block.balance-expired .balance-header {
    color: #fff;
}

.balance-block .balance-amount {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.balance-block.balance-expired .balance-amount {
    color: #fff;
}

.balance-block .balance-bonus {
    color: #899CB1;
    font-size: 12px;
    line-height: normal;
}

.balance-block .balance-button {
    background-color: #37D6A6;
    font-size: 11px;
    color: #fff;
    border-radius: 50px;
    padding: 3px 6px;
}

.balance-block.balance-expired .balance-button {
    background-color: #F44648;
}

.examens > .card {
    border-radius: 20px;
}

.footer-buttons-black a, .getapp-buttons-black a {
    background: #0E1A24;
    border-radius: 10px;
    width: 150px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    margin-left: 10px;
}

.getapp-buttons-black a {
    margin: 10px auto;
}

.getapp-buttons-black a:last-child {
    margin: 10px auto 0;
}

.footer-buttons-black a .footer-buttons-black__button-icon, .getapp-buttons-black a .getapp-buttons-black__button-icon {
    margin-right: 7px;
}

.footer-buttons-black a > div > div:not(.footer-buttons-black__button-icon), .getapp-buttons-black a > div > div:not(.getapp-buttons-black__button-icon) {
    line-height: normal;
}

.blink {
    background: #ebebeb;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 100px;
}

.blink > div {
    height: inherit;
    width: 120px;
    position: absolute;
    top: 0;
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.01),
            rgba(255, 255, 255, 0.3),
            rgba(255, 255, 255, 0.01)
    );
    animation: blink 2s infinite linear;
    transform: skewX(-45deg);
}

@keyframes blink {
    0% {
        left: -150%;
    }
    50% {
        left: 0%;
    }
    100% {
        left: 150%;
    }
}

@media (min-width: 768px) {
    .theory-video-modal-dialog {
        max-width: 800px;
        margin: 0 100px;
    }
}

@media (max-width: 1500px) {
    .pay-block-wrapper > div {
        width: calc(50% - 10px);
    }
}

@media (max-width: 991.98px) {
    body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .content-wrapper::before, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-footer::before, body:not(.sidebar-mini-md) .main-header, body:not(.sidebar-mini-md) .main-header::before {
        margin-left: 0!important;
    }

    .sidebar-collapse .main-sidebar, .sidebar-collapse .main-sidebar::before {
        margin-left: -280px!important;
    }

    .user-info {
        display: none;
    }

    .medical-form > div {
        width: 100%;
    }

    .pay-block-wrapper > div {
        width: 100%;
    }
}
