.img-logo{
    width: 80px;
    margin: 10px 0;
}

.c-active{
    background-color: #2ccdff !important;
}
.select-school:hover{
    text-decoration: none;
}

.bg-gradient-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
}

.registration-card {
    border-radius: 18px;
    border: 1px solid #e9ecef;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.form-step-card {
    border-radius: 18px;
    border: 1px solid #e9ecef;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

@media (max-width: 767px) {
    .multisteps-form__progress {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .multisteps-form__progress-btn {
        text-indent: 0;
        padding: 10px 12px;
        border-radius: 8px;
        background: #f8f9fa;
        color: #495057;
    }

    .multisteps-form__progress-btn:before,
    .multisteps-form__progress-btn:after {
        display: none;
    }
}

.multisteps-form__progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }

  .multisteps-form__progress-btn {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    padding-top: 20px;
    color: rgba(108, 117, 125, 0.7);
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
  }
  @media (min-width: 500px) {
    .multisteps-form__progress-btn {
      text-indent: 0;
    }
  }
  .multisteps-form__progress-btn:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 13px;
    height: 13px;
    content: '';
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    border: 2px solid currentColor;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 3;
  }
  .multisteps-form__progress-btn:after {
    position: absolute;
    top: 5px;
    left: calc(-50% - 13px / 2);
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    background-color: currentColor;
    z-index: 1;
  }
  .multisteps-form__progress-btn:first-child:after {
    display: none;
  }
  .multisteps-form__progress-btn.js-active {
    color: #007bff;
  }
  .multisteps-form__progress-btn.js-active:before {
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
    background-color: currentColor;
  }

  .multisteps-form__form {
    position: relative;
  }

  .multisteps-form__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .multisteps-form__panel.js-active {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .multisteps-form__panel[data-animation="scaleOut"] {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .multisteps-form__panel[data-animation="scaleOut"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .multisteps-form__panel[data-animation="slideHorz"] {
    left: 50px;
  }
  .multisteps-form__panel[data-animation="slideHorz"].js-active {
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    transition-delay: 0s;
    left: 0;
  }
  .multisteps-form__panel[data-animation="slideVert"] {
    top: 30px;
  }
  .multisteps-form__panel[data-animation="slideVert"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    top: 0;
  }
  .multisteps-form__panel[data-animation="fadeIn"].js-active {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
  }
  .multisteps-form__panel[data-animation="scaleIn"] {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .multisteps-form__panel[data-animation="scaleIn"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

/* ============ Modernized UI components (dashboards, listings) ============ */

.soft-card {
    border-radius: 16px;
    border: 1px solid #eef0f2;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.stat-card {
    border-radius: 16px;
    border: 1px solid #eef0f2;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    background: #fff;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    height: 100%;
}

.stat-card__icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.stat-card__value {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.15;
}

.stat-card__label {
    color: #6c757d;
    font-size: 0.85rem;
}

.stat-card--success .stat-card__icon { background: rgba(25, 135, 84, 0.12); color: #198754; }
.stat-card--warning .stat-card__icon { background: rgba(255, 193, 7, 0.18); color: #97730a; }
.stat-card--info .stat-card__icon    { background: rgba(13, 202, 240, 0.15); color: #0aa8c4; }
.stat-card--primary .stat-card__icon { background: rgba(13, 110, 253, 0.12); color: #0d6efd; }

.badge-soft {
    padding: 0.4em 0.75em;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.75rem;
    display: inline-block;
}
.badge-soft-success { background: rgba(25, 135, 84, 0.12); color: #198754; }
.badge-soft-warning  { background: rgba(255, 193, 7, 0.18); color: #97730a; }
.badge-soft-danger   { background: rgba(220, 53, 69, 0.12); color: #dc3545; }
.badge-soft-info     { background: rgba(13, 202, 240, 0.15); color: #0aa8c4; }

.table-modern {
    border-collapse: separate;
    border-spacing: 0;
}
.table-modern thead th {
    background: #f8f9fb;
    border-bottom: 2px solid #eef0f2;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6c757d;
    font-weight: 700;
    white-space: nowrap;
}
.table-modern tbody tr {
    transition: background-color 0.12s ease-in-out;
}
.table-modern tbody tr:hover {
    background-color: #f8f9fb;
}
.table-modern td,
.table-modern th {
    vertical-align: middle;
}

.page-header-card {
    border-radius: 18px;
    border: 1px solid #eef0f2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.uga-navbar__logo {
    height: 26px;
    width: auto;
}
.uga-navbar .navbar-brand span {
    font-weight: 700;
    color: #0d47a1;
}
.uga-navbar .nav-link {
    font-weight: 500;
}
.uga-navbar__admin-link {
    color: #6c757d !important;
    font-size: 0.9rem;
}
.uga-navbar__admin-link:hover {
    color: #0d47a1 !important;
}
