.i-active {
    color: #fff !important;
} 

.bg-blue-sigma {
    /* background-color : #2f8cbb; */
    background-color : #3152a0;
}

/* html {
    zoom: 80%;
} */

.c-zoom-90 {
    zoom: 90%;
}

.c-padding-18 {
    padding: 18px !important;
}

.c-nowrap {
    flex-wrap: nowrap !important;
}

.c-padding-15 {
    padding: 0px 15px 0px 15px !important;
}

.c-calender {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3e%3cpath fill="%2322ca80" d="M3 1a1 1 0 011-1h9a1 1 0 011 1v14a1 1 0 01-1 1H4a1 1 0 01-1-1V1zm1 0v14h8V1H4z" /%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.c-w50 {
    width: 50%;
}

.c-w33 {
    width: 33.3%;
}

.c-w25 {
    width: 25%;
}

.c-mt-2 {
    margin-top: -2em;
}
.c-mt-1 {
    margin-bottom: 1em;
}

.c-h78{
    height: 13em !important;
}

.c-w20 {
    width: 20%;
}

.c-w6em{
    width: 6em;
}

.c-w4em{
    width: 4em;
}

/* .active{
    border-radius: 0 60px 60px 0 !important;
    color: #fff !important;
    background: linear-gradient(to right, #035293, #5dc9e4) !important;
    box-shadow: 0 7px 12px 0 rgba(95, 118, 232, .21) !important;
    opacity: 1 !important;
}
*/

.datepicker, .datepickeryear {
    cursor: pointer;
}

.input-container {
    position: relative;
    width: 100%;
}

.input-container input {
    width: 100%;
    padding-right: 30px; 
}

.calendar-icon {
    position: absolute;
    right: 0;
    transform: translateY(-1.9em) translateX(-1.9em);
    pointer-events: none;
}

.c-font-19 {
    font-size: 19px;
}

.fa-calendar-alt {
    font-size: 19px;
    position: absolute;
    right: 0;
    transform: translateY(-1.5em) translateX(-1.9em);
    pointer-events: none;
}

.c-loader{
    position: fixed;
    z-index: 1111;
    right: 50%;
    bottom: 50%;
    display: none;
}

.c-icon-table {
    text-align: center !important;
    vertical-align: middle !important;
    font-size: large !important;
}

.c-center-table {
    text-align: center !important;
    vertical-align: middle !important;
}

#sendToCeisa {
    display: none;
}

#btn-back {
    display: none;
}

.c-modal-footer {
    justify-content: space-between !important;
}

.c-disabled {
    background: #f3f7f9 !important;
    cursor: not-allowed;
    pointer-events: none;
}

.disabled {
    background-color: #eee !important;
    pointer-events: none;
}

.disabled-table {
    background: #f3f7f9 !important;
    cursor: not-allowed;
    pointer-events: none;
}

.c-display-none {
    display: none !important;
}

.c-display-none-btn-add-child {
    display: none !important;
}

.c-display-none-1 {
    display: none;
}

.password-container {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 15px;
    color: #666;
}

@media (max-width: 768px) {
    .modal-bg-img {
        background-size: unset !important;
        background-position: unset !important;
        min-height: unset !important;
    }
}

.c-btn-custom{
    display: inline-block; 
    padding: 10px 15px;
    margin-bottom: 2em;
    font-size: 12px; 
    font-weight: bold; 
    color: #fff; 
    background-color: #3152a0;
    border: none; 
    border-radius: 5px; 
    cursor: pointer; 
    transition: all 0.3s ease; 
    text-align: center; 
    text-decoration: none;
}

.c-btn-custom:hover {
    color: white;
}

/* swith toogle */

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

/* Hide default checkbox */
.switch input {
  display: none;
}

/* Slider (track toggle) */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 25px;
}

/* Knob bulat */
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

/* Saat checkbox dicentang */
.switch input:checked + .slider {
  background-color: #3152a0;
}

.switch input:checked + .slider:before {
  transform: translateX(24px);
}

/* Opsional: efek focus */
.switch input:focus + .slider {
  box-shadow: 0 0 1px #3152a0;
}

.form-control.is-invalid{
    background-image: none !important;
}

.list-divider{
    margin: 8px 0 12px 30px !important;
    height: 1px !important;
}

.c-input-title{
    overflow: hidden;
    overflow-wrap: break-word;
    height: 45px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 2px solid #3152a0 !important;
    width: 100%;
    resize: none;
    font-size: 25px;
}
.capitalize {
  text-transform: capitalize;
}

.c-bc-edutax{
    background-color: #247cc4 !important;
    /* #3152a0 */
}

.c-color-edutax{
    color: #247cc4 !important;
}

.c-disabled-w{
    pointer-events: none !important;
    /* background: #f3f7f9 !important; */
}

.c-disabled-w input, .c-disabled-w textarea, .c-disabled-w select{
    /* pointer-events: none !important; */
    background: #f3f7f9 !important;
}

.c-disabled-wb{
    border: 1px solid #e9ecef !important;
    background-color: #f3f7f9 !important;
}

.c-theigh-60{
    height: 62px !important;
}

#table-viewcoa tbody tr {
    cursor: pointer;
}

.c-bd-white{
    background-color: white !important;
}

.c-readonly{
    background: #f3f7f9 !important;
    cursor: pointer;
}

.blue{
    color: #247cc4 !important;
}

.red{
    color: red;
}

.c-white{
    color: white !important;
}

.notifications {
    max-height: 23em !important;
}

.swal-content__input,
.swal-content__textarea {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.badge-blue{
    color: white;
    background-color: #27bfd6;
}

.badge-salmon{
    color: black;
    background-color: #a4f207;
}

.c-hidden{
    display: none;
}

.btn-chat{
    display: flex;
    align-items: center;
}

#isi-chat{
    height: 3em;
    overflow: hidden;
    resize: none;
}

#btn-icon-chat {
    position: relative;
    display: inline-block;
}

#btn-icon-chat a {
    position: relative;
    text-decoration: none;
}

#btn-icon-chat .notify-no {
    position: absolute;
    top: -5px;       /* geser ke atas icon */
    right: -5px;     /* geser ke kanan icon */
    font-size: 10px;
    padding: 3px 6px;
    line-height: 1;
    color: white;
    background: #007bff; /* atau bg-blue-sigma */
    border-radius: 50%;
    display: inline-block;
}

.notify-no {
    animation: pulse 1.5s infinite;
}
@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.8; }
}

/* Styling untuk badge hasil selectpicker */
.bootstrap-select .filter-option-inner-inner {
    display: flex;                /* biar badge berjejer rapi */
    flex-wrap: wrap;              /* kalau penuh, otomatis turun ke baris baru */
    align-items: center;
    gap: 6px;                     /* jarak antar badge */
    white-space: normal !important;
    line-height: 1.4;
}

.bootstrap-select .badge {
    display: inline-flex;
    align-items: center;
    background-color: #007bff;    /* warna biru bootstrap */
    color: #fff;                  /* text putih */
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.85rem;
    line-height: 1.2;
    margin-bottom: 4px;
}

.bootstrap-select .badge span {
    margin-left: 6px;             /* jarak antara teks dan tanda × */
    cursor: pointer;
    font-weight: bold;
}

/* FORCE full-width & perfect alignment for bootstrap-select */
.bootstrap-select,
.bootstrap-select.btn-group,
.bootstrap-select .dropdown-toggle {
  /* width: 100% !important; */
  box-sizing: border-box !important;
  vertical-align: middle !important;
}

/* Make the button match Bootstrap form-control height exactly */
.bootstrap-select .dropdown-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: calc(1.5em + 0.75rem + 2px) !important; /* Bootstrap 5 default: 2.25rem -> adjust if needed */
  padding: 0.375rem 0.75rem !important;
  border: 1px solid #e9ecef;
  border-radius: 0.375rem !important;
  background-color: #fff;
  line-height: 1.25 !important;
}

/* Ensure inner content centers vertically and wraps badges */
.bootstrap-select .filter-option,
.bootstrap-select .filter-option-inner,
.bootstrap-select .filter-option-inner-inner {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  white-space: normal !important;
  height: auto !important;
  padding: 0 !important;
}

/* Keep caret vertically centered */
.bootstrap-select .caret {
  margin-left: 8px !important;
  align-self: center !important;
}

/* If the plugin added a button.btn, reset its sizing */
.bootstrap-select .btn,
.bootstrap-select .btn.dropdown-toggle {
  height: 100% !important;
  padding: 0.375rem 0.75rem !important;
  display: inline-flex !important;
  align-items: center !important;
}

/* Remove any stray transform/translate from parents that cause visual tilt */
.bootstrap-select, .bootstrap-select * {
  transform: none !important;
}

/* Optional: make sure parent width doesn't collapse */
.bootstrap-select {
  min-width: 0 !important;
}

.btn-group-custom{
    vertical-align: top !important;
}

.c-btn-custom-btn{
    display: inline-block !important; 
    padding: 10px 15px !important;
    margin-bottom: 2em !important;
    font-size: 12px !important; 
    font-weight: bold !important; 
    color: #fff !important; 
    background-color: #3152a0 !important;
    border: none !important; 
    border-radius: 5px !important; 
    cursor: pointer !important; 
    transition: all 0.3s ease !important; 
    text-align: center !important; 
    text-decoration: none !important;
}

.c-loader-dashboard {
    position: absolute;
    right: 45%;
    z-index: 11;
    bottom: 25%;
    display: none;
}

.c-loader-dashboard-center {
    position: absolute;
    right: 45%;
    z-index: 11;
    bottom: 50%;
    display: none;
}

.license-modal {
    padding: 4em;
    color: #e5e7eb;
    background:
        radial-gradient(1200px 600px at 80% -10%, rgba(167,139,250,.25), transparent 60%),
        radial-gradient(1000px 700px at -10% 110%, rgba(34,211,238,.2), transparent 60%),
        linear-gradient(135deg, #0f172a, #1e293b);
    /* border-radius: 20px; */
    height: 100%;
}

.license-modal * {
    box-sizing: border-box;
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto;
}

/* Card */
.lm-card {
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
    border: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 4em;
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 1;
}

.lm-card::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: conic-gradient(from 180deg, rgba(34,211,238,.18), rgba(167,139,250,.18), rgba(34,211,238,.18));
    filter: blur(18px);
    opacity: .35;
    animation: lm-spin 12s linear infinite;
    pointer-events: none;
}

@keyframes lm-spin { to { transform: rotate(360deg); } }

/* Header */
.lm-header {
    /* display: flex; */
    gap: 16px;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
}

.lm-badge {
    background: linear-gradient(90deg,#22d3ee,#a78bfa);
    color: #0a0f1f;
    font-weight: 700;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 999px;
}

.lm-title {
    margin: 0;
    font-size: 35px;
    font-weight: 800;
}

.lm-sub {
    color: #9ca3af;
    margin-top: 6px;
    font-size: 15px;
}

/* Pill */
.lm-pill {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    background: rgba(255,255,255,.04);
    border: 1px dashed rgba(229,231,235,.2);
    border-radius: 999px;
    padding: 10px 14px;
    margin-top: 10px;
    font-weight: 600;
}

.lm-pill-days {
    font-size: 23px;
    font-weight: 800;
    background: linear-gradient(90deg,#fff,#d1d5db);
    color: transparent;
    -webkit-background-clip: text; background-clip: text;
}

/* Grid */
.lm-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

@media (max-width: 720px) {
    .lm-grid { grid-template-columns: 1fr; }
}

/* Grid */
.lm-grid-full {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

@media (max-width: 720px) {
    .lm-grid-full { grid-template-columns: 1fr; }
}

/* Panel */
.lm-panel {
    background: rgba(5,8,20,.55);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    padding: 3em;
}

.lm-panel h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

/* Field */
.lm-field {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.lm-field input {
    flex: 1;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.12);
    color: #e5e7eb;
}

.lm-field input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59,130,246,.25);
}

/* Buttons */
.lm-btn {
    padding: 12px 14px;
    border-radius: 12px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
}

.lm-btn-primary {
    background: linear-gradient(90deg,#22d3ee,#a78bfa);
    color: #0b1022;
}

.lm-btn-secondary {
    background: rgba(255, 255, 255, .06);
    color: var(--text);
    border: 1px solid rgba(255, 255, 255, .12);
}

.lm-btn-ghost {
    background: transparent;
    border: 1px dashed rgba(255,255,255,.18);
}

/* Alerts */
.lm-alert {
    display: none;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
}

.lm-ok {
    background: rgba(16,185,129,.15);
    color: #10b981;
}

.lm-err {
    background: rgba(239,68,68,.15);
    color: #ef4444;
}

.lm-muted {
    color: #9ca3af;
    font-size: 13px;
}

.lm-ul {
    margin-left: 20px;
    line-height: 1.7;
}

/* Footer */
.lm-footer {
    margin-top: 18px;
    font-size: 13px;
    color: #cbd5e1;
}

@keyframes pop-in {
    0% { transform: scale(0.9); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.license-modal .lm-card {
  animation: pop-in 0.3s ease-out;
}
.lm-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1);
}

/* success */

.success-card {
      background: var(--card-bg);
      border-radius: 24px;
      box-shadow: var(--shadow);
      padding: 56px 40px;
      text-align: center;
      position: relative;
      overflow: hidden;
      border: 1px solid var(--border);
    }

    .success-card::before {
      content: '';
      position: absolute;
      top: -60px;
      right: -60px;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(49, 82, 160, 0.08), transparent 70%);
      z-index: 0;
    }
    .success-icon {
      position: relative;
      width: 120px;
      height: 120px;
      margin: 0 auto 32px;
      z-index: 1;
    }

    .check-circle {
      width: 120px;
      height: 120px;
      border: 4px solid var(--success);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 24px;
      position: relative;
      animation: pulse 1.5s infinite;
    }

    @keyframes pulse {
      0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4); }
      70% { box-shadow: 0 0 0 16px rgba(16, 185, 129, 0); }
      100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
    }

    .check-marks {
      width: 54px;
      height: 28px;
      position: relative;
    }

    .check-marks::before,
    .check-marks::after {
      content: '';
      position: absolute;
      height: 4px;
      background: var(--success);
      border-radius: 2px;
    }

    .check-marks::before {
      width: 28px;
      transform: rotate(45deg);
      top: 21px;
      left: -4px;
    }

    .check-marks::after {
      width: 54px;
      transform: rotate(-45deg);
      top: 12px;
      left: 10px;
    }
    .check-circle {
        width: 100px;
        height: 100px;
      }