body {
   font-family: "Inter", sans-serif;
   font-optical-sizing: auto;
   font-style: normal;
   font-size: 13px !important;
   color: #000;
   background: #fff;
}
a {
    text-decoration: none !important;
}
.logo-box {
    background-color: #073F57;
    text-align: left;
    padding-left: 20px;
    border-bottom: 1px dashed #000;
    width: 280px;
}

.left-side-menu {
    background-color: #073F57;
    width: 280px;
}
.left-side-menu hr {
    border-top: 1px solid #0c74a0a0;
    background: transparent;
}
.navbar-custom {
    background-color: #FFF;
    color: #073F57;
    border-bottom: 1px solid #ddd;
}
.page-title-main {
    color: #073F57;
}
.content-page {
    margin-left: 280px;
    background: #eff0f0;
}

#sidebar-menu>ul>li>a {
    color: white;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
}
#sidebar-menu>ul>li>a:hover {
    color: white;
    background-color: #1695cc23;
}
#sidebar-menu>ul>li>a.active {
    color: white;
    background-color: #1695cc23;
}
.footer {
    left: 280px;
}

.page-heading {
    color: #073F57; font-size: 18px; letter-spacing: normal !important; font-weight: 600;
}

.btn { border-radius: 8px; font-size: 13px; }
.btn-secondary {
    background: #f1f1f4 !important; color: #252f4a !important; border: none;
}
.btn-primary {
    background: #2B9DE1 !important; border: none; 
}

.blue-bg {
    background-color: #2B9DE1;
}

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

.input-icon {
    border: 1px solid #ddd; border-radius: 6px;
}
.input-icon ion-icon { font-size: 24px; margin: 0px 15px;}
.input-icon .form-control { border: none !important; padding: 15px 5px; min-height: 60px !important;}

.bg-custom-light-success {
    background: rgba(27, 255, 95, 0.25) !important;
    color: #024e0f !important;
}
.bg-custom-light-primary {
    background: rgba(7, 63, 87, 0.25) !important;
    color: #073F57 !important;
}
.bg-custom-light-info {
    background: rgba(0, 153, 255, 0.25) !important;
    color: #035379 !important;
}
.bg-custom-light-secondary {
    background: rgba(255, 0, 128, 0.25) !important;
    color: #5c0233 !important;
}
.bg-custom-light-danger {
    background: rgba(255, 0, 0, 0.25) !important;
    color: #4d0101 !important;
}
.bg-custom-light-warning {
    background: rgba(255, 180, 18, 0.25) !important;
    color: #492c01 !important;
}

.stat-card {
    border-radius: 20px;
    box-shadow: none !important;
}
.stat-icon {
    font-size: 28px;
}
.text-description {
    color: #6c757d;
    font-size: 14px;
}
.blue-link {
    color: #00263c !important;
    text-decoration: none;
    font-weight: 600;
}
.badge-light-danger {
    background-color: #f5cfcf !important;
    color: #b5021d !important;
}
.badge-light-success {
    background-color: #d4f5d4 !important;
    color: #018847 !important;
}
.badge-light-primary {
    background-color: #d4e8f5 !important;
    color: #014a7b !important;
}
.badge-warning {
    color: #2d201a;
}
.badge-secondary {
    background: #e2e4e9; color: #444; padding: 7px 10px; border-radius: 10px;
}
.user-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.user-details .item {
    width: 100%;
    background: #FAFAFA;
    color: #333;
    padding: 8px 10px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}
.user-details .item span:first-child {
    font-weight: 600;
}

.blurred-text {
    color: transparent !important;
    text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.8) !important;
}


.img-doc {
    padding: 10px;
    border: 1px dashed #073F54 !important;
    border-radius: 10px;
}

.chart-container {
    min-height: 440px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    border-radius: 10px;
    background: #fff;
    padding: 40px 20px;
    margin-bottom: 20px;
    border: 1px solid #014a7b41;
}
.quick-action {
    min-height: 440px;
    box-shadow: none;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    background: #073F54;
    color: #fff;
}

.table-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    margin-bottom: 20px;
    min-height: 400px;
}

.table-box table {
    width: 100%;
    border-collapse: collapse;
    border: none !important;
}
.table-box thead {
    background: transparent;
    border: none !important;
    border-bottom: 1px dashed #ddd !important;
}
.table-box th {
    border: none !important;
    color: #073F57;
    font-weight: 600;
    border-bottom: 1px dashed #ddd !important;
    font-size: 13px !important;
}
.table-box th, .table-box td {
    padding: 10px;
    text-align: left;
    font-size: 14px;
    color: #333;
    font-size: 13px !important;
    border: none !important;
    border-bottom: 1px dashed #ddd !important;
    padding: 15px 5px;
    vertical-align: middle;
}

.table-box tbody tr:nth-child(odd) {
    background: #f9f9f9;
}

.table-box tr:last-child th, .table-box tr:last-child td {
    border-bottom: none !important;
}

.header-title {
    font-size: 18px;
    color: #073F57;
    margin-bottom: 20px;
    font-weight: 600;
}
.btn-primary-light {
    background: #e9f3ff !important;
    color: #1b84ff !important;
    border: none;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.btn-primary-light:hover {
    background: #d4e8f5 !important;
    color: #014a7b !important;
}
.btn-darkblue {
    background: #073F57 !important;
    color: #fff !important;
    border: none;
}
.btn-success-light {
    background: #d4f5d4 !important;
    color: #018847 !important;
    border: none;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.btn-danger-light {
    background: #f5d4d4 !important;
    color: #880101 !important;
    border: none;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.searchbox {
    display: flex;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #073f5759;
    min-width: 350px;
    margin-top: 10px;
}
.searchbox input {
    border: none;
    padding: 10px 20px;
    min-height: 45px;
    flex: 1;
    font-size: 14px;
    color: #073F57;
}
.searchbox input:focus {
    outline: none;
}
.searchbox ion-icon {
    font-size: 18px;
    color: #fff;
}
.searchbox button {
    background: #073F57 !important;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.calendar {
  width: 100%;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding: 10px;
  border-bottom: 1px dashed #8bd0ff41;
  margin-bottom: 20px;
}
.calendar-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.calendar-header button {
  background: #81cffc68;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

}
.calendar-header button:hover {
  background: #49bcff6f;
  color: white;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: transparent;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}


.calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  padding: 10px;
  min-height: 200px;
}

.calendar-dates div {
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calendar-dates div:hover {
  background: #b0d9ff27;
  border-radius: 50%;
}

.calendar-dates .today {
  background: #8dc4ff41;
  color: white;
  font-weight: bold;
  border-radius: 50%;
}

.nav-second-level li a, .nav-thrid-level li a {
    padding: 8px 20px;
    color: #c6deeb;
    display: block;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.nav-second-level li.active {
    background-color: #1695cc23;
}
.nav-second-level li.active a {
    color: #c6deeb !important;
}
.tier-2 {
    background: #4682B4;
}
.tier-3 {
    background: #C83200;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.blink {
  animation: blink 1s infinite;
}
.fc-w-25 { 
    min-width: 200px !important;
}
.fc-w-40 { 
    min-width: 300px !important;
}
.text-sm {
    font-size: 12px !important;
}
.rounded-xxl { border-radius: 30px; }

.card {
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(50, 50, 50, 0.1);
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
}
.card .card-title {
    font-size: 20px;
    color: #073F57;
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}
.card-min-height {
    min-height: 300px;
}

.details {
    margin-top: 15px;
}
.details div {
    padding: 5px 0px;
    font-size: 14px;
    color: #555;
}

.details strong {
    color: #073F57;
    font-weight: 600;
}

.bvn-info {
    background: #dfffe6;
    padding: 15px;
    border-radius: 10px;
    border: 1px dashed #024e0f;
}
.bvn-info h4 {
    margin-bottom: 10px;
    color: #024e0f;
    font-weight: 600;
    font-size: 19px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #024e0f;
}
.card-footer {
    padding: 5px;
    border-top: 1px solid #e4e4e4;
    background: transparent;
}
.section-title {
    font-size: 18px;
    color: #073F57;
    margin-bottom: 15px;
    font-weight: 600;
}

.modal-dialog .modal-content {
    border: none !important;
    border-radius: 15px;
}
.modal-dialog .modal-body {
    padding: 25px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #073F57;
    border-color: #073F57;
}
.page-link {
    color: #073F57; padding: 10px 15px;
}

.service-logo {
    width: 100px; height: 100px; border-radius: 50%; background: #fff; color: #3b2525; text-align: center; display: flex; justify-content: center; align-items: center;
    font-size: 38px; font-weight: bold; overflow: hidden; border: 4px solid #014a7b;
}
.service-logo img { width: 100px; height: 100px; object-fit: contain; }

.kct-box {
            background: #fffae6;
            border: 1px dashed #3d3d3a;
            padding: 15px;
            border-radius: 10px;
            margin: 15px 0px;
            color: #2e2d2a;
        }

.pnr-info {
    background: #ffeec5;
    padding: 15px;
    border-radius: 10px;
    border: 1px dashed #48360a;
    color: #362805;
}
.pnr-info h3 {
    font-size: 25px; font-weight: 800;
    margin: 0px; padding: 0px;
}

.flight-route{
    width: 100%;
    gap: 10px;
    padding: 30px 0px;
}
.flight-line {
    border-bottom: 1px dashed #073F54;
    width: 100px;
    position: relative;
}
.flight-line::before{
    content: "";
    width: 8px; height: 8px; border-radius: 50%; border: 1px solid #073F54; position: absolute; left: -8px; top: -4px;
}
.flight-line::after{
    content: "";
    width: 8px; height: 8px; border-radius: 50%; border: 1px solid #073F54; position: absolute; right: -8px; top: -4px;
}

.flight-route .flight-location {
    min-width: 100px;
}
.flight-route .flight-location strong {
    display: block;
}
.flight-route .plane-container {
    width: 60px;
}
.flight-route ion-icon {
    font-size: 24px;
    position: relative;
    animation: fly 4s infinite ease-in-out;
}
.block { display: block; }

.flight-leg {
    margin: 5px 0px;
}
.flight-leg .image{
    border: 1px solid #dedede; border-radius: 5px; padding: 5px;
}
.flight-leg h4 {
    font-size: 15px; letter-spacing: 0px; font-weight: 700; color: #014a7b; margin: 0px; padding: 0px;
}
.flight-leg .date { color: #4c5863; font-size: 13px !important; font-weight: 600; margin: 0px; padding: 0px; }
.text-darkblue {
    color: #074661;
}
.calendar .account-item {
    text-align: center;
}
.card .divider {
    border-right: 1px solid #dedede; text-align: center; min-height: 30px;
}
.debt-badge {
    background: #ff89895a;
    border: 1px dashed #771919;
    color: #771919;
    padding: 10px 20px;
    transform: rotate(-30deg);
    font-size: 28px;
}

.avatar {
    width: 180px;
    height: 180px;
    margin: 20px auto;
    border: 8px solid #eee;
}

.small-red-circle { width: 8px; height: 8px; border-radius: 50%; display: inline-block; background: red; margin-right: 5px;}
.small-green-circle { width: 8px; height: 8px; border-radius: 50%; display: inline-block; background: rgb(6, 195, 6); margin-right: 5px;}

.tiers {
    justify-content: space-between;
}
.tiers .item h4{ 
    font-size: 15px; font-weight: bold; color: #014a7b;
}
.tiers .item .circle {
    width: 100px;
    height: 100px; font-weight: bold; margin: 10px auto;
    border-radius: 50%; display: flex; justify-content: center; align-items: center;
    border: 5px inset rgba(0, 0, 0, 0.1);
}

@keyframes fly {
  0% {
    left: 0;
    transform: rotate(0deg);
  }
  25% {
    left: 40px;
    transform: rotate(0deg);
  }
  50% {
    left: 40px;
    transform: rotate(180deg);
  }
  75% {
    left: 0;
    transform: rotate(180deg);
  }
  100% {
    left: 0;
    transform: rotate(0deg);
  }
}