.limit-1-line-text {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.limit-2-line-text {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.limit-3-line-text {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.header__logo {
    width: 100%;
    max-width: 250px;
}

.coursesCard.-type-1 .coursesCard__image {
    height: 200px;
    object-fit: cover;
}

.coursesCard.-type-1 .coursesCard__image_overlay {

}

.img-footer {
    width: 100%;
    max-width: 300px;
}

/* alert */
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

/* succes notif login */
.success-message {
    text-align: center;
    margin-bottom: 20px;
}

.success-message i {
    font-size: 24px;
    color: #34c759;
}

.success-message h2 {
    font-weight: bold;
    margin-top: 10px;
}

.credentials {
    margin-bottom: 20px;
}

.credentials h3 {
    margin-bottom: 10px;
}

.credentials span {
    font-weight: bold;
}

.info-box {
    background-color: #f7f7f7;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.info-box i {
    font-size: 18px;
    color: #666;
    margin-right: 10px;
}

.info-box p {
    margin-bottom: 10px;
}

.login-btn {
    background-color: #4CAF50;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.login-btn:hover {
    background-color: #3e8e41;
}

.lihat-pass{
    position: absolute;
    right: 30px;
    top: 55px;
    color: #5a80e0 !important;
 }

 .lihat-pass:hover{
    color: #062b88 !important;
 }

 .lihat-pass-konfrm{
    position: absolute;
    right: 30px;
    top: 55px;
    color: #5a80e0 !important;
 }

 .lihat-pass-konfrm:hover{
    color: #062b88 !important;
 }

/* calendar */
.toastui-calendar-detail-item .toastui-calendar-content {
    font-weight: 600 !important;
    color: #030c1f !important;
    font-size: 14px;
  }
  
  .toastui-calendar-template-popupDetailDate {
    color: #2246a0 !important;
    font-weight: 500 !important;
  }
  
  .toastui-calendar-edit-button {
    font-size: 14px !important;
    color: #2cb665;
    font-weight: 600 !important;
  }
  
  .toastui-calendar-delete-button {
    font-size: 14px !important;
    color: #d66262;
    font-weight: 600 !important;
  }
  
  .toastui-calendar-icon {
    top: 0 !important;
  }

  .toastui-calendar-detail-container .toastui-calendar-section-button {
    display: none;
  }

  .eventCard.-type-1 .eventCard__img img{
    height: 250px;
  }

  /* list wisma */
  .filter-color-white{
    filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(0%) hue-rotate(141deg) brightness(105%) contrast(105%);
  }

  .filter-color-navy{
    filter: brightness(0) saturate(100%) invert(11%) sepia(41%) saturate(4979%) hue-rotate(227deg) brightness(92%) contrast(103%);
  }

  /* tabel */
  table.table th{
    color: #102465 !important;
  }

  /* slideshow gallery */
  /* Hide the images by default */
.mySlides {
    display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -25px;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  /* .row:after {
    content: "";
    display: table;
    clear: both;
  } */
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }

  /* style captcha */
  .captcha-styl{
    border: 1px dotted;
    padding: 15px 22px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }



 /* repsonsive */
 /* smartphone */
@media (max-width: 400px) {
    .lihat-pass {
        position: absolute;
        /* right: 17%; */
        top: 65px !important ;
        color: #5a80e0 !important;
    }

    .text-nowrap-mobile{
        text-wrap: nowrap;
    }
    
}

@media (max-width: 667px){
    .text-nowrap-mobile{
        text-wrap: nowrap;
    }
}
