.link-forgot{
    color: #333333;
    text-decoration: underline;
}

.card-classes{
    border-radius: 25px;
    box-shadow: 2px 4px 25px 0px #0000002B;
    border: 0px;
}

.card-image{
    height: 200px;
    background-size: cover;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    color: #FFFFFF;
    padding: 29px 18px;
}

.layer-card-image {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 200px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.card-bottom{
    padding: 1rem;
}

.btn-brown{
    background-color: #816F63;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 0.5rem;
}

.btn-brown:hover {
    color: #816F63;
    background-color: #FFFFFF;
    border: 1px solid #816F63;
}

.deadline-class{
    color: #334B42;
    font-size: 12px;
}

.fa-md{
    font-size: 20px;
}

.avatar-classes{
    width: 85px;
    height: 85px;
    position: absolute;
    right: 15px;
    top: 5.5rem;
}

.icon-classes{
    padding: 20px 22px;
    background: #E7E2E2;
    border-radius: 39px;
}

.container-item-classes{
    border: 1px solid #BCBCBC;
    padding: 23px;
    border-radius: 23px;
}

.pointer {
    cursor: pointer;
}

.bg-label-secondary{
    background-color: #ADD1C3 !important;
}

.image-classes-attachment{
    border-radius: 10px 0px 0px 10px;
}

.card{
    border-radius: 10px !important;
}

.contained-header{
    padding: 6px 12px;
    border-radius: 8px;
    cursor: pointer;
}

.contained-header.active{
    background: #816F63 !important;
    color: #fff;
}

.fade:not(.show) {
    opacity: 0;
    display: none !important;
}

.avatar{
    width: 55px;
    border-radius: 100%;
}

.bg-white {
    background: white !important;
}

.accordion-title-class {
    font-size: 16px;
    padding: 1.3rem 0;
}

.no-border {
    border-bottom: 0px !important;
}

.text-cap-member {
    color: #BCBCBC;
    font-size: 12px;
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
}

.btn-profile {
    background: #334B42 !important;
    padding: 0.5rem 2rem;
    border-radius: 25px;
}

.btn-logout {
    border: 1px solid #334B42 !important;
    color: #000;
    padding: 0.5rem 2rem;
    border-radius: 25px;
}

.btn-logout:hover {
    color: #000;
}

.rounded-25 {
    border-radius: 25px !important;
}

.btn-light {
    border: 1px solid #000000;
}

.pointer-none {
    cursor: auto;
}

/* Container utama */
#calendar-container {
    width: 80%;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    border-radius: 8px;
    background-color: #fff;
    padding: 15px;
}

.show-mobile{
    display: none;
}

.hide-mobile{
    display: block;
}

/* Header */
.calendar-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.calendar-header button {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #555;
    cursor: pointer;
}

.calendar-header button:hover {
    color: #000;
}

.current-month-year {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    color: #333;
}

/* Days of week */
.days-container {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.day-of-week {
    text-align: center;
    font-weight: 400;
    color: #888;
}

/* Days */
.day {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.day.current-month {
    color: #333;
}

.day.other-month {
    color: #ccc;
}

.day.today {
    background-color: #e3f2fd;
    color: #1e88e5;
    font-weight: bold;
}

.day.selected {
    background-color: #1e88e5;
    color: #fff;
    font-weight: bold;
}

/* Hover efek untuk hari dalam bulan berjalan */
.day.current-month:hover {
    background-color: #f0f0f0;
}

/* Timezone info */
.timezone-info {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    color: #555;
}

.timezone-info select {
    margin-top: 5px;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.day-on {
    width: 4px;
    height: 4px;
    background: #1d4d3f;
    position: absolute;
    margin-top: 24px;
}

.quiz-container{
    text-align: left;
}

.quiz-title{
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

.quiz-answer{
    padding: 17px;
    border: 1px solid #eaeaea;
    border-radius: 22px;
    cursor: pointer;
    margin-bottom: 10px;
    border-color: #8b8b8b !important;
    box-shadow: 0px 3px 0px #c9c9c9 !important;
}

.quiz-title code{
    color: #d63384;
}

.quiz-container{
    padding: 25px 20px 20px;
    border: 1px solid #838282;
    border-radius: 18px;
    box-shadow: 0px 3px 0px #d6d6d6 !important;
}

.modal-header-quiz{
    border-bottom: 0px solid !important;
}

.quiz-question{
    /* margin-top: 20px; */
    display: flex;
}

.question-item{
    padding: 10px 20px 9px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.question-item.active{
    background-color: #334b42;
    color: #fff;
}

.quiz-answer.active{
    background: #e9ecef;
    border: 3px solid #1d4d3f !important;
    font-weight: 800;
    color: #1d4d3f;
    box-shadow: 0px 3px 0px #1d4d3f !important;
}

.quiz-answer.correct{
    background: #f3f3f3;
    border: 2px solid #28c501 !important;
    box-shadow: 0px 3px 0px #28c501 !important;
}

.quiz-answer.incorrect{
    background: #f3f3f3;
    border: 2px solid #ff0000 !important;
    box-shadow: 0px 3px 0px #ff0000 !important;
}

.h-16rem {
    min-height: 16rem;
    height: 100%;
}

.title-container{
    margin-bottom: 0.4rem;
}

.subtitle-container{
    font-size: 1.9rem;
    line-height: 2.4rem;
    font-weight: 600;
    /* max-width: 50%; */
}

.container-about{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.image-about{
    width: 45%;
    height: 100%;
    margin-top: 20px;
    border-radius: 20px;
}

.item-section{
    width: 50%;
}

.title-section{
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.description-section{
    margin-top: 2px;
}

.hr-section{
    width: 30%;
}

.container-section{
    margin-top: 4rem;
}

.block-img-square,
.block-img-square-3,
.block-img-square-4,
.block-img-square-100,
.block-img-square-2 {
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F6F6F6;
  padding-top: 100%;
  border-radius: 30px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.block-img-square:hover,
.block-img-square-3:hover,
.block-img-square-4:hover,
.block-img-square-100:hover,
.block-img-square-2:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.block-img-square.no-anim-hover:hover,
.block-img-square-3.no-anim-hover:hover,
.block-img-square-4.no-anim-hover:hover,
.block-img-square-100.no-anim-hover:hover,
.block-img-square-2.no-anim-hover:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.glide-slides-4 .glide__slide {
    height: inherit;
}

.item-header-about{
    margin-right: 1.5rem;
}

.container-category-article{
    padding: 10px 15px;
    background: #d5d5d5;
    border-radius: 32px;
}

.category-article{
    padding: 1px 10px;
    background: #1d4d3f;
    color: #fff;
    border-radius: 20px;
    margin-right: 9px;
}

.btn-md{
    padding: 0.7rem 1rem;
    font-size: 1rem;
}

.image-articles{
    height: 193px;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
}

.text-sm{
    font-size: 0.8rem;
}

.desc-article{
    font-size: 0.9rem;
}

.section-page-article{
    padding-top: 2rem;
}

.image-detail-article{
    width: 80%;
}

.course-item .course-item__image{
    max-height: 280px !important;
}

@media (max-width: 450px){
    .image-detail-article{
        width: 100% !important;
    }

    .image-pinned-article{
        margin-bottom: 25px;
    }

    .section-page-title{
        padding-top: 0.5rem !important;
    }

    .navbar .navbar-brand img{
        width: 70% !important;
    }

    .navbar-toggler{
        margin-right: 11px;
    }
    
    .navbar-toggler-icon{
        width: 1rem !important;
    }

    .navbar {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }

    .contained{
        padding-left: 28px !important;
        padding-right: 28px !important;
    }

    .feed-back-image{
        display: none !important;
    }

    #calendar-container {
        width: 100%;
    }

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

    .hide-mobile{
        display: none !important;
    }

    .image-about{
        width: 100% !important;
    }

    .item-header-about{
        margin-right: 0rem !important;
    }

    .block-img-square, .block-img-square-3, .block-img-square-4, .block-img-square-100, .block-img-square-2{
        border-radius: 10px !important;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
    .feature-item .feature-item__content .title {
        font-size: 1rem;
    }
}

.text-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.btn-login {
    background: #334b42;
    color: #FFFFFF !important;
}

.desc-container {
    margin-right: 4rem;
    text-align: justify;
}

.list-feature {
    font-weight: 700;
    font-size: 20px;
    margin-left: 12px;
    text-align: left;
    max-width: 10rem;
}

@media only screen and (max-width: 768px) {

    .list-feature {
        font-weight: 700;
        font-size: 20px;
        margin-left: 12px;
        text-align: center;
        max-width: 10rem;
    }

    .list-feature-card {
        margin-bottom: 30px;
    }
}

.w-65 {
    width: 65%;
}
.sidebar {
    width: 17.25rem;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebar-header {
    text-align: center;
    padding-bottom: 10px;
}

.sidebar-toggler {
    display: none;
}

.sidebar-menu {
    flex-grow: 1;
}

.nav-link {
    color: #333;
    padding: 10px;
}

.nav-link:hover {
    background-color: #e9ecef;
    border-radius: 5px;
}

.sidebar-footer {
    text-align: center;
    padding: 15px 0;
}

.main-content {
    margin-left: 270px; /* Sesuai lebar sidebar */
}

.padding-content {
    padding: 3rem;
}


.mobile-show {
    display: none !important;
}


.content img {
    width: 80% !important;
    height: 100% !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.recommendation-article-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 22rem;
}

/* Responsive */
@media (max-width: 768px) {

    .sidebar {
        display: none;
        width: 200px;
    }

    .main-content {
        margin-left: 0px; /* Sesuai lebar sidebar */
    }

    .padding-content {
        padding: 0.5rem;
    }

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

    .navbar-collapse.show{
        height: 100vh;
    }

    
    .content img {
        width: 100% !important;
        height: 100% !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

.navbar-right {
    z-index: 99999;
    align-items: center;
    position: fixed;
    width: 80%;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.navbar-right-menu {
    display: flex;
    align-items: center;
}

.navbar-right-menu .nav {
    display: flex;
    list-style: none;
    margin-left: auto;
    align-items: center;
    gap: 15px;
}

.navbar-right-menu .nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.dropdown-menu {
    position: absolute;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu.show {
    right: 0 !important;
}

.profile-button {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s ease-in-out;
}

.profile-button:hover {
    background-color: #f3f4f6;
}

.profile-icon {
    width: 42px;
    height: 42px;
}

.profile-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.profile-name {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #111827;
}

.profile-email {
    font-size: 12px;
    margin-bottom: 0px;
    color: #6b7280;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.color-grey {
    color: #9c9c9c;
}

.nav-item.active {
    background: #e9ecef;
    border-radius: 10px;
}

.nav-item.active .nav-link span {
    color: #198754;
}


.nav-item.active .nav-link svg {
    color: #198754;
}

.partner-logo {
    width: 80; /* Atur lebar */
    height: auto; /* Tinggi menyesuaikan */
    margin-right: 10px;
    max-height: 100px; /* Hindari gambar terlalu tinggi */
    object-fit: contain; /* Pastikan gambar tidak terpotong */
}

.course-image {
    width: 100%;
    background-position: center center;
    background-size: cover;
    height: 16rem;
}

.glide__bullets {
    display: flex;
    justify-content: center;
    gap: 8px; /* Jarak antar dot */
}

.glide__bullet {
    width: 10px;
    height: 11px;
    background-color: #ccc; /* Warna default */
    border: none;
    border-radius: 50%; /* Membuatnya bulat */
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.glide__bullet:hover,
.glide__bullet:focus {
    background-color: #666; /* Warna saat hover */
}

.glide__bullet--active {
    background-color: #000; /* Warna dot aktif */
}

.bg-smooth {
    background-color: #f8f8f8;
}

.border-bottom-secondary {
    border-bottom: 5px solid #1d4d3f !important;
}

.ReactModal__Content {
    max-width: 90vw !important;
    max-height: 90vh !important;
    overflow: hidden !important;
}

@media (max-width: 768px) {
    .ReactModal__Content {
        width: 100vw !important;
        height: 100vh !important;
        border-radius: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .react-player-responsive {
        max-width: 100% !important;
    }
}

.border-light {
    border: 1px solid #dee2e6 !important;
    border-radius: 10px !important;
}

.border-bottom-none {
    border-bottom: 0;
}

.button-search {
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    padding: 0px;
    height: 34px;
    width: 35px;
    border-radius: 100%;
}

/* .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2b333f;
    position: absolute;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    bottom: 1.5em;
    max-height: 15em;
} */

.vjs-icon-placeholder:before {
    content: "\2699";
    font-size: 18px;
    line-height: 1;
    color: white;
}

.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "\f101";
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-prev {
    border: 1px solid #a4b8b6;
    box-shadow: -1px 3px 0px #a4b8b6 !important;
}
