:root {
    --primary-color: #FED229;
    --text-dark: #000000;
    --white: #ffffff;
    --nav-sections: #F3F3F3;
    --max-width: 1200px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Gilroy', sans-serif;
}

header ul li {
    list-style: none;
}

header ul li:hover a {
    color: var(--primary-color);
    transition: color 0.3s ease;
}

.header {
    position: fixed;
    top: 0;
    right: 50%;
    transform: translate(50%, 0px);
    background-color: white;
    padding: 20px 0;
    width: 100%;
    z-index: 99;
    margin: 0 !important;
}

.navbar {
    height: 48px;
    border-radius: 41px;
    background-color: var(--nav-sections);
}

.nav-items {
    padding: 4px;
}

.langbar {
    height: 48px;
    border-radius: 41px;
    background-color: var(--nav-sections);
}

.lang-items {
    display: flex;
    justify-content: center;
    padding: 4px;
    margin: 0;
}

.lang-item {
    transition: all 0.3s ease-in-out;
}

.logo {
    display: flex;
    align-items: center;
}

.logo a img {
    height: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .logo a img {
        height: 36px;
    }
}

.header ul li a {
    padding: 10px 16px;
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header ul li a {
        padding: 8px 10px;
    }
}

.nav-item.active,
.lang-item.active {
    background-color: var(--white);
    border-radius: 41px;
    box-shadow: 0 0 8px 0 #0000001A;
}

.nav-item {
    transition: all 0.2s ease-in
}

.footer {
    background-color: var(--primary-color);
}

.logo-dark img {
    height: 70px;
}

.contact-us span {
    font-size: 36px;
    font-weight: 600;
    color: var(--text-dark);
}

.contact-us-btn {
    background-color: var(--white);
    text-decoration: none;
    color: var(--text-dark);
    padding: 10px 24px;
    border-radius: 102px;
    font-size: 14px;
    font-weight: 600;
}

.contact-us-btn:hover {
    color: var(--primary-color);
    transition: color 0.3s ease;
}

.half-text img {
    width: auto;
}

.text-link .nav-link {
    display: flex;
    font-size: 20px;
    font-weight: 400;
    color: var(--text-dark);
}

.main-image {
    background-image: url("/assets/images/main-background.png");
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 30px;
}

.header-text {
    font-size: 5.5rem;
    font-weight: 600;
    color: #14141E;
    line-height: 7rem;
}

.header-text .span {
    color: #808B92;
}

.description-text {
    color: #3C3C3C;
    font-size: 20px;
    font-weight: 500;
}

.button-sign a {
    background-color: #000000;
    padding: 10px 27px;
    font-size: 20px;
    text-decoration: none;
    color: var(--primary-color);
    border-radius: 70px;
}

.cards .card-1 {
    background-image: url("/assets/images/card-blue.png");
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 26px 42px;
    border-radius: 20px;
}

.card-1 p {
    font-size: 48px;
    font-weight: 600;
}

.card-1 span {
    font-size: 16px;
    color: #616E77;
}

.cards .card-2 {
    background-image: url("/assets/images/card-green.png");
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 26px 42px;
    border-radius: 20px;
}

.card-2 p {
    font-size: 48px;
    font-weight: 600;
}

.card-2 span {
    font-size: 16px;
    color: #616E77;
}

.title-text {
    font-size: 48px;
    font-weight: 700;
}

.content-text {
    font-size: 20px;
    font-weight: 500;
    color: #616E77;
}

.content-text a {
    color: #504F4F;
    text-decoration: underline;
}

.option-cards {
    display: grid;
    width: 1000%;
}

.card-a {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    border: 1px solid #EAEAEA;
}

.text-card {
    padding: 32px;
    padding-bottom: 0;
}

.purple {
    background: linear-gradient(to bottom, #E5EEFF, #F9FBFF);
}

.blue {
    background: linear-gradient(to bottom, #DCF2FF, #F3FBFF);
}

.yellow {
    background: linear-gradient(to bottom, #FFFCE5, #FEFFF9);
}

.green {
    background: linear-gradient(to bottom, #D5FFEA, #F9FFFB);
}

.red {
    background: linear-gradient(to bottom, #FFE5E5, #FFF9F9);
}

.pink {
    background: linear-gradient(to bottom, #FFE5FF, #FFF9FF);
}

#pagination {
    width: auto;
    padding: 6px 8px;
    backdrop-filter: blur(8px);
    border-radius: 12px;
    transform: translateX(50%);
    background-color: #00000033;
}


#pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border-radius: 20px;
    opacity: 1 !important;
}

#pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 0.5;
    background-color: #FFFFFF;
    border-radius: 20px;
}

.photo-green {
    background-color: #D7FFBB;
    border-radius: 14px;
}

.photo-blue {
    background-color: #BBEBFF;
    border-radius: 14px;
}

.course-card {
    border-radius: 14px;
    background-color: #F7F7F7;
    padding: 20px 24px;
}

.text-header {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.text-description {
    font-size: 16px;
    color: #616E77;
    font-weight: 500;
}

.text-description-header {
    font-size: 32px;
    color: #3C3C3C;
    font-weight: 500;
}

.image-card {
    color: #1E360C;
    border-radius: 20px 20px 0 0;
    font-size: 30px;
    font-weight: bold;
    transition: all 0.7s ease-in-out;
}

.green-card {
    background: linear-gradient(to bottom, #D7FFBB, #F1FFE7);
}

.card-title p {
    font-size: 28px;
    font-weight: 600;
}

.section-courses {
    background-color: #F6F5F1;
}

.courses-cards .card {
    border: none;
    border-radius: 20px;
}

.card-text {
    font-size: 16px;
    color: #504F4F;
}

.title-course {
    font-size: 28px;
    color: var(--text-dark);
    font-weight: 600;
}

.sections p {
    font-size: 16px;
    color: #504F4F;
    font-weight: 500;
}

.sections a {
    color: #504F4F;
    font-size: 16px;
}

.sections svg {
    text-decoration: none;
}

.blue-card {
    background: linear-gradient(to bottom, #BBEBFF, #E7F8FF);
}

.teacher-card .card {
    border: none;
    width: 18rem;
}

.teacher-card .card img {
    border-radius: 14px;
}

.teacher-name {
    font-size: 18px;
    font-weight: 700;
}

.teacher-name span {
    color: #616E77;
    font-size: 14px;
    font-weight: 600;
}

.strelka-btn {
    border: none;
    padding: 12px;
    right: -25px;
    top: 40%;
    box-shadow: 0 0 12px 0 #00000024;
    z-index: 1;
    background-color: #FFFFFF;
    border-radius: 100px;
}

.section-send {
    background: url("/assets/images/black-background.png");
    background-size: cover;
    background-position: center;
}

.text-white p {
    color: var(--primary-color);
    font-size: 20px;
}

.big-text {
    font-size: 56px;
    font-weight: 700;
}

label {
    font-size: 14px;
    color: var(--white);
}

input {
    padding: 12px;
    border: 0.5px solid;
    border-radius: 8px;
    color: #000000;
    outline: none;
}

input[type="text"]:focus {
    box-shadow: none;
}

.send-btn {
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 600;
    padding: 10px 16px;
    text-decoration: none;
    border-radius: 8px;
    background-color: var(--primary-color);
}

.logo_items .single {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF0BB;
    border-radius: 14px;
}

.logo_items .double div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 290px;
    background-color: #FFF0BB;
    border-radius: 14px;
}

.accordion {
    border: 1px #F6F6F6 solid;
    border-radius: 8px;
}

.item-accordion {
    border: none;
}

.card-vacansi {
    padding: 32px 15px 12px 12px;
    border: 1px solid #E4E4E4;
    border-radius: 20px;
}

.card-vacansi .submit-btn {
    background-color: #0000000D;
    padding: 10px 14px;
    width: 100%;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}

.card-vacansi .submit-btn .svg {
    background-color: #FFFFFF;
    border-radius: 24px;
    padding: 5px 7px;
    transition: 0.3s ease-in-out;
}

.card-vacansi .card-text {
    font-size: 16px;
    font-weight: 500;
}

.card-vacansi:hover .submit-btn .svg {
    transform: rotate(45deg);
}

.card-vacansi:hover .submit-btn {
    background-color: #FED229;
}


.item-accordion .hr {
    margin: 5px;
    border: 1px #f6f6f6 solid;
}

.accordion-header {
    border: none !important;

}

.accordion-btn {
    transition: all 0.3s ease-in-out;
    border-radius: 8px 8px 0 0;
    padding: 20px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700 !important;
    border: none !important;
    color: var(--text-dark) !important;
    background-color: #f6f6f6;
}

.item-accordion:hover .collapsed {
    background-color: #f6f6f6;
}

.collapsed {
    background-color: #FFFFFF !important;

}

.accordion-body {
    color: #616E77;
    background-color: #f6f6f6;
    border-radius: 0 0 8px 8px;
    font-size: 14px !important;
    text-align: left;
}

#cCarousel {
    position: relative;
    margin: auto;
}

#cCarousel .arrow {
    position: absolute;
    top: 45%;
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    font-size: 26px;
    color: white;
    background: #FFFFFF;
    cursor: pointer;
}

#prev {
    left: -15px;
}

#next {
    right: -15px;
}

#carousel-vp {
    height: 600px;
    display: flex;
    align-items: center;
    position: relative;
    overflow-x: hidden;
    margin: auto;
}

#cCarousel #cCarousel-inner {
    display: flex;
    position: absolute;
    transition: 0.3s ease-in-out;
    gap: 10px;
    left: 0;
}


.form-group {
    position: relative;
}

.form-group input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ccc;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}

.form-input:focus {
    outline: none;
}

select option {
    color: #000000;
}

#desc:focus {
    outline: none;
}

.upload {
    color: #6D7885;
    font-size: 14px;
    font-weight: 500;
    background-color: #F2F3F5;
    border: 1px dashed #0000001F;
    border-radius: 10px;
    cursor: pointer;
}

.btn-submit-form {
    padding: 10px 16px;
    background-color: #FED229;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
}

.active-female-icon {
    display: block !important;
}

.male {
    transition: all 0.2s ease-in-out;
}

.input-group-text {
    height: 100%;
    border-right: none !important;
    border-radius: 8px 0 0 8px !important;
}

.input-group-text-contact {
    background-color: #F2F3F5;
    padding: 10px 12px;
    outline: none;
    border: 1px solid #F2F3F5;
    border-right: none;
    border-radius: 8px 0 0 8px;
}

.btn-reset-form {
    padding: 10px 16px;
    color: #6D7885;
    background-color: #0000000A;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
}

.select:focus {
    border: none;
    outline: none;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.cCarousel-item {
    height: auto;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

@keyframes slides {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 30px;
    white-space: nowrap;
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    z-index: 2;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logo_items {
    animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
    animation-play-state: paused;
}

.arrow-btn {
    padding: 0;
}

.modal {
    background: rgba(55, 55, 55, .6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.modal-content {
    border-radius: 24px;
}

.close-modal {
    background-color: #F3F4F6;
    padding: 12px;
    border-radius: 12px;
}

.modal-body {
    padding: 0 20px 20px 20px;
}

.student {
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(to bottom, #D7FFBB, #F1FFE7);
}

.teacher {
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(to bottom, #BBEBFF, #E7F8FF);
}

.header-text-modal {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.small-text-modal {
    color: #707A8A;
    font-size: 14px;
    font-weight: 500;
}


.btn-next {
    border: none;
    padding: 12px;
    box-shadow: 0 0 12px 0 #00000024;
    z-index: 1;
    position: absolute;
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 26px;
    color: white;
    background: #FFFFFF;
    cursor: pointer;
}

.strleka-prev-next .prev-svg {
    transform: rotate(-180deg);
}

.next-svg {
    box-shadow: 0 0 12px 0 #0000001A;
    border-radius: 100px;
    padding: 12px;
    margin-right: 10px;
}

.prev-svg {
    box-shadow: 0 0 12px 0 #0000001A;
    border-radius: 100px;
    padding: 12px;
}

.arrow:first-child {
    transform: rotate(-180deg);
}

.strelka-btn-prev {
    border: none;
    top: 45%;
    left: 1px;
    transform: translate(0, -50%) rotate(-180deg);
    padding: 12px;
    box-shadow: 0 0 12px 0 #00000024;
    z-index: 1;
    position: absolute;
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 26px;
    color: white;
    background: #FFFFFF;
    cursor: pointer;
}

.strelka-btn-next {
    border: none;
    top: 45%;
    transform: translate(0, -50%);
    right: 1px;
    padding: 12px;
    box-shadow: 0 0 12px 0 #00000024;
    z-index: 1;
    position: absolute;
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 26px;
    color: white;
    background: #FFFFFF;
    cursor: pointer;
}

.call {
    border: 2px solid #F6F6F6;
    padding: 24px;
    border-radius: 24px;
}

.call div {
    font-size: 18px;
    font-weight: 700;
}

.call span {
    font-size: 16px;
    font-weight: 500;
    color: #616E77;
}

.send {
    padding: 10px 12px;
    border: none;
    font-weight: 700;
    font-size: 16px;
    background-color: #FED229;
}

.send:focus, .send:active, .send:after {
    background-color: #FED229;
}

textarea {
    resize: none;
}

.contact-us-section textarea:focus {
    border-color: #0000001F;
    outline: none;
    box-shadow: none;
    background-color: #F2F3F5;
}

.contact-us-section textarea {
    border: 0.5px solid #0000001F;
    background-color: #F2F3F5;
}

.contact-us-section input:focus {
    border-color: #0000001F;
}

.contact-us-section input[type='text'] {
    background-color: #F2F3F5;
    border: 1px solid #0000001F;
}

.contact-us-section label {
    font-weight: 700;
    font-size: 14px;
    color: #000;
}

@keyframes strelka {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(3px, -3px);
    }
}

.nav-link:hover svg {
    animation: strelka 1s infinite ease;
}

.card-body .card-title svg path {
    transition: all 0.7s ease-in-out;
}

.card-body:hover .card-title svg path {
    transform: translate(3px, -3px);
}

.photo-green img {
    width: 150px;
}

.photo-blue img {
    width: 150px;
}

.title-text-contact {
    color: #07090C;
    font-size: 20px;
    font-weight: 700;
}

.content-text div {
    font-size: 20px;
    font-weight: 500;
    color: #504F4F;
}

.card-info {
    background-color: #F3F3F3;
    border-radius: 8px;
    padding: 26px;
}

.form-control:focus {
    border: 1px solid #F2F3F5;
    border-radius: 8px;
    outline: none;
}

#photoUpload .filepond--drop-label label {
    font-size: 14px;
    font-weight: 500;
    color: #818C99 !important;
}

#photoUpload .filepond--panel-root {
    background-color: #F2F3F5 !important;
}

#photoUpload.filepond--root {
    width: 170px;
    margin: 0 auto;
}

.input-group-text {
    border-radius: 8px 0 0 8px;
    background-color: #FFFFFF;
    padding: 10px 12px;
    outline: none;
    border: 1px solid #F2F3F5;
    border-right: none;

}

.btn-back {
    color: #000000;
    background-color: #FED229;
    padding: 13px 14px;
    border-radius: 100px;
    border: 1px solid #0000000A;
}

.btn-back .text-form {
    font-size: 16px;
    font-weight: 600;
}

.upload-photo {
    overflow: hidden;
    height: 100%;
    width: 100%;
    aspect-ratio: 1;
    max-width: 100%;
    position: relative;
    background-color: #F2F3F5;
    border-radius: 50%;
    color: #6D7885;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid transparent;
}


.name-form {
    background-color: #F2F3F5;
}

.form-vacancy {
    background-color: #FFFFFF;
    padding: 24px;
    border-radius: 20px;
}

.inputs .form-input {
    border: 1px solid #0000001F;
    padding: 8px;
    border-radius: 8px;
    background-color: #F2F3F5;
}

.inputs .form-label {
    color: #353945;
    font-weight: 500;
    font-size: 14px;
}

.male {
    padding: 7px;
    border: 1px solid #0000001F;
    border-radius: 8px;
    cursor: pointer;
}

.text-male {
    color: #818C99;
    font-size: 14px;
    font-weight: 500;
}

.svg-male path {
    fill: #B1B5C4;
}

.active-male {
    background-color: #FED229;
}

.active-male .text-male {
    color: #000000;
}

.active-male .svg-male path {
    fill: #000000;
}

.image-background {
    position: absolute;
    z-index: 0;
}

.title-text .yellow-line {
    padding: 5px 10px;
    background-image: url("/assets/images/line.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.title-text .blue-line {
    padding: 5px 10px;
    background-image: url("/assets/images/line-blue.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.title-text .red-line {
    padding: 5px 0;
    background-size: contain;
    background-image: url("/assets/images/line-red.png");
    background-repeat: no-repeat;
    background-position: center;
}

.title-text .purple-line {
    padding: 5px 10px;
    background-size: contain;
    background-image: url("/assets/images/line-purple.png");
    background-repeat: no-repeat;
    background-position: center;
}

.name-modal {
    position: absolute;
    color: #FFFFFF;
    z-index: 1000;
    font-size: 25px;
    font-weight: 700;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}

#blah {
    max-width: 100%;
    height: auto;
    display: none;
    margin-top: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.uploaded-file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    padding: 10px 14px;
    margin-top: 10px;
}

.uploaded-file img {
    contain: content;
}

.uploaded-file .upload-file-name {
    font-size: 14px;
    font-weight: 600;
}

.uploaded-file .upload-file-name span {
    color: #6D7885;
    font-size: 12px;
    font-weight: 500;
}

.trash-icon {
    width: 28px;
    height: 28px;
    background-color: #00000066;
    padding: 4px;
    border-radius: 6px;
}

.form-input-number {
    background-color: #F2F3F5 !important;
    border: 1px solid #0000001F;
}

#homeinputGroupPrepend {
    border: none;
    padding: 8px !important;
    margin: auto;
}

label .red-star {
    color: red;
    font-size: 16px;
    line-height: 1;
    margin-left: 2px;
}

#date {
    border-radius: 8px;
}

.breadcrumb-item {
    color: #616E77;
    font-size: 16px;
    font-weight: 500;
}

.breadcrumb-item a {
    color: #000000;
}

.datepicker table thead th {
    border-top: 0;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

.dropdown-menu[data-bs-popper], [data-bs-popper].tt-menu, [data-bs-popper].datepicker.datepicker-dropdown {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
}

.datepicker table > :not(caption) > * > *, .table > :not(caption) > * > * {
    padding: .85rem .85rem;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    color: black !important;
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
}

.datepicker table, .table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #000;
    --bs-table-striped-bg: #e9ecef;
    --bs-table-active-color: #000;
    --bs-table-active-bg: #dee2e6;
    --bs-table-hover-color: #000;
    --bs-table-hover-bg: #e9ecef;
    width: 100%;
    margin-bottom: 1rem;
    color: #000;
    vertical-align: top;
}

.datepicker table {
    caption-side: bottom;
    border-collapse: collapse;
}

.datepicker-dropdown.show {
    display: block;
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute;
}

td .active .day {
    background-color: var(--primary-color) !important;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background-image: linear-gradient(to bottom, #FED229, #dfb611) !important;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-image: linear-gradient(to bottom, #FED229, #dfb611) !important;
}

.datepicker.datepicker-dropdown, .dropdown-menu, .tt-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: .875rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f2f4f9;
    border-radius: .25rem;
}

.datepicker.datepicker-dropdown, .dropdown-menu, .tt-menu {
    padding: .35rem;
    margin-top: 0;
    box-shadow: 0 5px 10px 0 rgba(183, 192, 206, .2);
}

.datepicker-dropdown {
    top: 0;
    left: 0;
}

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}

#success-message {
    display: flex;
    justify-content: start;
    padding: 15px;
    border-radius: 32px;
    position: fixed;
    gap: 10px;
    top: 70px;
    left: 50%;
    z-index: 1050;
}

.section-courses .title-text {
    user-select: none;
}

.section-courses .content-text {
    user-select: none;
}

.text-white p {
    user-select: none;
}

.big-text {
    user-select: none;
}

.see-all {
    background-color: #F3F4F6;
    color: #000000;
    font-weight: 600;
    font-size: 17px;
    padding: 10px 20px;
    border-radius: 10px;
}

.book-image{
    width: 158px;
    position: relative;
    border-radius: 10px;
}

.book-image img{
    width: 100%;
    height: 232px ;
    border-radius: 10px;
    object-fit: cover;
}

.audio-image img{
    width: 100%;
    height: 158px ;
    border-radius: 10px;
    object-fit: cover;
}

.book-title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 14px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.book-icons {
    display: flex;
    opacity: 0;
    visibility: hidden;
    gap: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.book-icons .icon-hover-effect {
    align-items: center;
    background-color: #FAFAFA;
    padding: 6px 8px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
.book-image:hover .book-icons{
    visibility: visible;
    opacity: 1;
}

.book-icons .icon-hover-effect:hover svg path{
    fill: #616E77;
}

.audio-icon {
    display: flex;
    opacity: 0;
    visibility: hidden;
    gap: 8px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.audio-image:hover .audio-icon{
    visibility: visible;
    opacity: 1;
}

.video-image img{
    width: 100%;
    height: 204px ;
    border-radius: 10px;
    object-fit: cover;
}

.video-icon {
    display: flex;
    gap: 8px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
.swiper-button-disabled {
    display: none;
}


