#form-errors {
    color: red;
  }
  .bg-dark-cyan {
    background-color: #07677a !important; 
    color: white;
  }
  
table.my-table {
    border-spacing: 0 10px;
}
    
.nav-sidebar .nav-header {
      padding: 0.5rem !important;
      margin-top: 0 !important;
    }
.profile-image-wrapper {
      width: 60px; /* Adjust the width and height as per your requirement */
      height: 60px;
      border-radius: 50%;
      overflow: hidden;
  }
  
    .profile-image {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
  
    .sidebar-image-wrapper {
      width: 35px; /* Adjust the width and height as per your requirement */
      height: 35px;
      border-radius: 50%;
      overflow: hidden;
  }
  
    .sidebar-image {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    .month-year-widget {
      display: inline-block;
      margin-right: 10px;
  }
  .month-year-widget select {
      width: 80px;
  }
  .yearmonthwidget .row {
    display: flex;
    justify-content: space-between;
}

.yearmonthwidget .col {
    padding: 0 5px;
}


    .large-link {
          font-size: 24px;  /* Change this value to adjust the size */
      }
      .large-badge {
          font-size: 15px;  /* Change this value to adjust the size */
      }
      .lower-badge {
      position: absolute;
      bottom: 0;
      left: 0;
      padding-top: 10px;
  }
  .bell {
          animation: bell 1s infinite;
      }
  
      @keyframes bell {
          0% { transform: rotate(0deg); }
          10% { transform: rotate(30deg); }
          20% { transform: rotate(-20deg); }
          30% { transform: rotate(20deg); }
          40% { transform: rotate(-10deg); }
          50% { transform: rotate(10deg); }
          60% { transform: rotate(-5deg); }
          70% { transform: rotate(5deg); }
          80% { transform: rotate(-2deg); }
          90% { transform: rotate(2deg); }
          100% { transform: rotate(0deg); }
      }
    .lock-icon {
        position: absolute;
        top: 0;
        right: 0;
        /* background-color: rgba(0,0,0,0.3); */
        color: #fff;
        padding: 15px;
        border-radius: 50%;
      }
    .unlock-icon {
        position: absolute;
        top: 0;
        right: 0;
        /* background-color: rgba(0,0,0,0.3); */
        color: #fff;
        padding: 15px;
        border-radius: 50%;
      }
    
      .bordered {
        border: 1px solid black;
        /* Additional border styles can be added if desired */
      }
      .custom-height {
      height: 200px; /* Adjust the height value as per your requirement */
      display: flex;
      align-items: center;
      justify-content: center;
      }
      .social-media-icons {
    display: inline-block;
  }
  .animated-text {
    animation: fade 3s ease-in-out infinite;
  }
  @keyframes fade {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }
    50% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(10px);
    }
  }
  .animated-texti {
    animation: slideIn 1s ease-in-out infinite;
  }

  
  @keyframes slideIn {
    0% {
      opacity: 0;
      transform: translateX(-10px);
    }
    50% {
      opacity: 1;
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      transform: translateX(10px);
    }
  }
  .needs-validation .form-control:invalid {
    border-color: red;
}
.needs-validation .form-control:invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

/* Global responsive foundation */
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
}

img,
video {
  height: auto;
}

iframe {
  display: block;
}

.content-wrapper,
.main-footer,
.main-header {
  min-width: 0;
}

.content-wrapper > .content,
.content-wrapper > .content-header,
.content-wrapper .container-fluid {
  min-width: 0;
}

.card,
.card-body,
.card-header,
.modal-content,
.dropdown-menu {
  min-width: 0;
}

.card-title,
.info-box-text,
.small-box .inner,
.dropdown-item,
.breadcrumb,
.description-text {
  overflow-wrap: anywhere;
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table,
.table-responsive > table {
  margin-bottom: 0;
}

table {
  max-width: 100%;
}

th,
td {
  vertical-align: middle;
}

.dataTables_wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .row {
  min-width: 0;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate,
.dt-buttons {
  max-width: 100%;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  max-width: 100%;
}

.btn,
.form-control,
.custom-select,
.input-group,
.select2,
.select2-container,
.select2-container--default {
  max-width: 100%;
}

.btn {
  white-space: normal;
}

.btn-group,
.btn-group-vertical {
  max-width: 100%;
}

.btn-toolbar,
.card-tools,
.mailbox-controls {
  flex-wrap: wrap;
  gap: 0.35rem;
}

.content-header .row,
.card-header,
.modal-footer,
.timeline-item,
.eoi-nav-buttons {
  min-width: 0;
}

.main-header .navbar-nav {
  min-width: 0;
}

.main-header .dropdown-menu {
  max-width: calc(100vw - 1rem);
}

.brand-link {
  min-width: 0;
}

.brand-link .brand-text {
  display: inline-block;
  max-width: calc(100% - 48px);
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.main-sidebar .nav-sidebar .nav-link p {
  white-space: normal;
}

.small-box,
.info-box {
  min-width: 0;
}

.small-box .inner,
.info-box-content {
  min-width: 0;
}

.chart,
.chart-responsive,
.map,
#calendar,
[id*="chart"],
[id*="Chart"],
[id*="map"],
[id*="Map"] {
  max-width: 100%;
}

.login-box,
.register-box,
.forgot-password-box,
.lockscreen-wrapper {
  width: min(92vw, 420px);
}

.public-nav {
  max-width: calc(100vw - 2rem);
}

.section {
  overflow-x: hidden;
}

.animated-text-line {
  max-width: 100%;
  min-width: 0;
}

.background-circles,
.bg-swoosh {
  max-width: 100vw;
}

@media (max-width: 991.98px) {
  .content-wrapper,
  .main-footer,
  .main-header {
    margin-left: 0 !important;
  }

  .content-header {
    padding: 0.75rem 0.75rem 0;
  }

  .content-header h1,
  .content-header .h1 {
    font-size: 1.35rem;
    line-height: 1.25;
  }

  .content-header .breadcrumb {
    float: none !important;
    justify-content: flex-start;
    margin-top: 0.35rem;
    padding-left: 0;
  }

  .content-wrapper > .content {
    padding: 0 0.75rem;
  }

  .container,
  .container-fluid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .card-header {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .card-header::after {
    display: none;
  }

  .card-header > .card-tools {
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .card-body {
    padding: 1rem !important;
  }

  .form-inline {
    align-items: stretch;
    flex-direction: column;
  }

  .form-inline .form-control,
  .form-inline .custom-select,
  .form-inline .input-group,
  .form-inline .btn {
    margin-bottom: 0.35rem;
    width: 100% !important;
  }

  .btn-group:not(.btn-group-toggle),
  .dt-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
  }

  .dt-buttons .btn,
  .dataTables_wrapper .dataTables_paginate {
    margin-bottom: 0.35rem;
  }

  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: left;
  }

  .dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
    width: 100%;
  }

  .dropdown-menu-lg,
  .dropdown-menu-xl {
    min-width: min(320px, calc(100vw - 1rem)) !important;
  }

  .modal-dialog {
    margin: 0.75rem;
  }

  .timeline-area {
    padding-left: 1rem !important;
  }

  .timeline-item {
    align-items: stretch;
    flex-direction: column;
  }

  .timeline-content {
    margin-left: 0 !important;
    margin-top: 0.75rem;
  }

  .public-nav {
    border-radius: 18px !important;
    left: 0.5rem !important;
    margin-top: 0.5rem !important;
    right: 0.5rem !important;
  }

  body[style*="padding-top"] {
    padding-top: 96px !important;
  }

  .background-circles,
  .bg-swoosh {
    opacity: 0.45;
    right: -55vw !important;
    transform: scale(0.62);
    transform-origin: top right;
  }
}

@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 1.65rem;
  }

  h2,
  .h2 {
    font-size: 1.4rem;
  }

  h3,
  .h3 {
    font-size: 1.2rem;
  }

  .main-header .navbar-nav .nav-link {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }

  .main-header .dropdown-menu {
    left: auto !important;
    right: 0.25rem !important;
  }

  .navbar-badge {
    right: 0.2rem;
  }

  .content-wrapper > .content,
  .content-header,
  .container,
  .container-fluid {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  .row {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }

  .row > [class*="col-"],
  .row > .col {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .card {
    margin-bottom: 0.8rem;
  }

  .card-body {
    padding: 0.85rem !important;
  }

  .card-title {
    float: none;
    width: 100%;
  }

  .small-box .inner {
    padding: 0.75rem;
  }

  .info-box {
    min-height: auto;
  }

  .table th,
  .table td {
    padding: 0.55rem;
  }

  .table-responsive,
  .responsive-table-wrap {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
    overflow-x: auto;
    width: calc(100% + 0.3rem);
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive > table,
  .responsive-table-wrap > table {
    min-width: 640px;
  }

  .form-row {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .form-row > [class*="col-"],
  .form-row > .col {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .input-group {
    flex-wrap: wrap;
  }

  .input-group > .form-control,
  .input-group > .custom-select {
    min-width: 0;
  }

  .input-group-append,
  .input-group-prepend {
    max-width: 100%;
  }

  .input-group-append .btn,
  .input-group-prepend .btn {
    margin-top: 0.35rem;
  }

  .btn-block-sm,
  .modal-footer .btn,
  .eoi-nav-buttons .btn {
    width: 100%;
  }

  .modal-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .modal-footer > * {
    margin: 0.2rem 0;
  }

  .login-card,
  .register-card {
    margin-bottom: 2rem;
  }

  .animated-text-line,
  .hero-words-wrapper {
    font-size: 1.85rem;
    height: 2.7rem;
  }

  .section {
    padding: 2rem 0;
  }

  .card-custom,
  .form-card {
    padding: 1rem;
  }
}

@media (max-width: 575.98px) {
  .main-header .navbar-nav.ml-auto {
    align-items: center;
  }

  .main-header .dropdown-menu {
    max-width: calc(100vw - 0.75rem);
  }

  .dropdown-menu-lg,
  .dropdown-menu-xl {
    min-width: calc(100vw - 0.75rem) !important;
  }

  .content-header h1,
  .content-header .h1 {
    font-size: 1.2rem;
  }

  .breadcrumb {
    font-size: 0.78rem;
  }

  .btn,
  .form-control,
  .custom-select {
    font-size: 0.92rem;
  }

  .btn-group:not(.btn-group-toggle) > .btn,
  .dt-buttons .btn {
    flex: 1 1 auto;
  }

  .profile-image-wrapper {
    height: 48px;
    width: 48px;
  }

  .custom-height {
    height: auto;
    min-height: 150px;
  }

  .month-year-widget {
    display: block;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }

  .month-year-widget select {
    width: 100%;
  }

  .level-card,
  .form-check {
    flex-basis: 100%;
    min-width: 0;
  }

  .sidebar-steps {
    flex-direction: column;
    gap: 0.4rem;
  }

  .sidebar-steps li {
    border: 1px solid #dff6fa;
    border-radius: 8px;
  }
}
