
body {
    background-color: #F4F5F6 !important;
    font-family: 'Open Sans';
    box-sizing: border-box;
}

.custom-status {
  width: 100px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.custom-green-status {
  color: #19BB75;
  background-color: #E9FCEE;
}

.custom-red-status {
  color: #BE3F3F;
  background-color: #FCE9F0;
}

.custom-purple-status {
  color: #5C3FBE;
  background-color: #EEEBF9;
}

.custom-yellow-status {
  color: #D98B25;
  background-color: #FAF1E5;
}

.custom-send-status {
  color: #FFFFFF;
  background-color: #4540E1;
  cursor: pointer;
}

.custom-top-nav-active {
  color: #2079C1 !important; 
  font-weight: bold !important;
}

.dropdown-item.custom-top-nav-active {
  background-color: #E9ECEF;
}

.custom-navbar-container {
  padding: 0 64px !important;
}

nav #navbarNav a {
  padding-right: 24px !important;
}

nav .nav-item a {
  font-size: 16px !important;
}

.custom-main-content-container {
  padding: 0 10%;
}

.custom-image-content div {
  top: 15%
}
.custom-image-content h1 {
  font-size: 4rem;
  color: #1F3473
}
.custom-image-content h2 {
  font-size: 45px;
  color: #2079C1
}
.custom-image-content h3 {
  color: #56C361
}
.custom-image-content p {
  font-size: 22px;
  color: #393939
}

.nav.nav-pills .nav-link.active {
  color: #252F40;
}

.nav.nav-pills .nav-link {
  color: white;
}

.custom-all-notifications {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  z-index: 1000;
  width: 320px;
}


.navbar-vertical.navbar-expand-xs .navbar-collapse {
  overflow: hidden;
}

.form-check label {
  font-weight: normal;
}

.dataTable-bottom {
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  margin-top: 32px !important;
}

.dataTable-container {
  margin-bottom: 64px;
}

h6 {
  font-weight: bold;
  font-size: 18px;
}

nav[aria-label="breadcrumb"] > h6 {
  display: none;
}

.sidenav-togglers {
  margin-bottom: 0 !important;
}

ol .breadcrumb-item.text-dark {
  margin-top: 0 !important;
}

.navbar.navbar-main {
  padding: 24px 16px !important;
}

.text-sm {
  font-size: 16px !important;
}

.dropdown .dropdown-menu-end li a {
  font-size: 16px !important;
}

.custom-tabs-container button:not(.custom-btn) {
  font-size: 16px;
}

label,
label.form-label {
  font-size: 14px !important;
}

.custom-btn {
  background-color: #2079C1 !important;
  color: white !important;
  font-size: 16px;
  border: 1px solid #2079C1 !important;
}

.custom-secondary-red-btn {
  background-color: white !important;
  color: #BE3F3F !important;
  font-size: 16px;
  border: 1px solid #BE3F3F !important;
}

.custom-secondary-blue-btn {
  background-color: white !important;
  color: #4540E1 !important;
  font-size: 16px;
  border: 1px solid #4540E1 !important;
}

.custom-secondary-dark-btn {
  background-color: white !important;
  color: #030001 !important;
  font-size: 16px;
  border: 1px solid #030001 !important;
}

.custom-secondary-btn {
  border-radius: 50px !important;
  background-color: #F0E4F2 !important;
  color: #371D4A !important;
}

.dropdown .dropdown-menu.dropdown-menu-end.custom-chat-dropdown-option:before {
  display: none !important;
}

.navbar-toggler {
  display: none;
}

.custom-chat-user .custom-delete-chat-option,
.custom-chat-group .custom-delete-chat-option {
  display: none;
}

.custom-chat-user {
  padding: 16px !important; 
}

.custom-chat-user.custom-chat-active-user .custom-delete-chat-option,
.custom-chat-group.custom-chat-active-user .custom-delete-chat-option {
  display: block;
}

.custom-chat-active-user {
  background-color: #2079C1;
  color: white;
  border-radius: 8px;
}

.custom-chat-tabs {
  border-bottom: 1px solid #bbbbbb;
}

.custom-chat-tabs > div {
  cursor: pointer;
}

.custom-chat-active-user h6 {
  color: white;
}

.custom-chat-tab-active {
  border-bottom: 2px solid #000000;
}

.chat-message {
  background-color: #f5f5f5;
  padding: 16px 32px;
  border-radius: 100px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 0.95rem;
  color: #333;
}

.chat-message-container {
  max-width: 80%;
}

.chat-message.sent {
  background-color: #e9ecef;
}

h5 {
  font-weight: bold;
}

.custom-auth-form-card {
    width: 500px;
    /* margin-left: 10%; */
}

.custom-signup-form-card {
    width: 700px;
}

.custom-switch-color.form-switch .form-check-input:checked {
    border-color: #8C8C8C;
    background-color: #8C8C8C;
}

.form-check-input:checked[type="radio"] {
    background-image: linear-gradient(310deg, #4540E1 0%, #4540E1 100%);
}

input[type="checkbox"] {
  accent-color: #553583;
  color: white !important;
}

.custom-table-header .dataTable-wrapper .dataTable-container .table thead tr th,
.custom-table-header .dataTable-wrapper .dataTable-container .table tbody tr td {
    padding: 0.5rem !important;
}

.dataTable-wrapper .dataTable-container .table tbody tr td div img.avatar {
    margin-left: 0 !important;
}

.form-switch .form-check-input:checked {
    background-color: rgba(69, 91, 238, 0.95);
    border-color: rgba(69, 91, 238, 0.95);
}

.custom-striped-table tr:nth-child(even) {
    background-color: #E9ECEF;
}

.custom-striped-table tr:nth-child(even).custom-total-row {
    background-color: transparent;
}

.form-control:focus {
  border-color: #1F36C7;
  outline: 0;
  box-shadow: 0 0 0 1px #1F36C7;
}

.custom-status {
    width: 130px;
    height: 35px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.logo-container {
    margin-left: 48px;
    margin-top: 32px;
}

.custom-icon-container {
    min-width: 32px;
    min-height: 32px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    background-image: linear-gradient(310deg, #FFFFFF 0%, #FFFFFF 100%) !important;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
}

.navbar-vertical .navbar-nav .nav-link.active {
    box-shadow: 0px 20px 27px #0000000D;;
}

#sidenav-collapse-main {
    margin-top: 20px;
}

.dataTable-sorter::after,
.dataTable-sorter::before {
    display: none;
}

.dataTable-table th a {
    text-transform: uppercase;
    color: #181B34;
    font-weight: 700;
    font-size: 16px;
}

.dataTable-wrapper .dataTable-bottom .dataTable-pagination  {
  margin-top: 32px;
}

.dataTable-wrapper .dataTable-bottom .dataTable-pagination .dataTable-pagination-list .active a,
.dataTable-wrapper .dataTable-bottom .dataTable-pagination .dataTable-pagination-list .active a:hover {
    background-image: linear-gradient(310deg, #4540E1 0%, #4540E1  100%);
}

.dataTable-wrapper .dataTable-top {
    padding-top: 0;
  }

.custom-icon-container img {
    width: 16px !important;
}

.navbar-vertical .navbar-nav .nav-item .collapse .nav .nav-item .nav-link, .navbar-vertical .navbar-nav .nav-item .collapsing .nav .nav-item .nav-link {
    color: #747685;
}

.navbar-vertical .navbar-nav .nav-item .collapse .nav .nav-item .nav-link:before, .navbar-vertical .navbar-nav .nav-item .collapsing .nav .nav-item .nav-link:before {
    background: #747685;
}

.navbar-vertical .navbar-nav .nav-item .collapse .nav .nav-item.active .nav-link, 
.navbar-vertical .navbar-nav .nav-item .collapsing .nav .nav-item.active .nav-link,
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
    color: #67748E;
    font-size: 16px;
}

.custom-table-negative {
  margin-top: -80px;
}

.navbar-vertical .navbar-nav>.nav-item .nav-link.active {
    background-color: white !important;
    color: #252F40 !important;
}

.navbar-vertical .navbar-nav>.nav-item .nav-link.sub-nav-item.active {
    background-color: transparent !important;
    color: white !important;
}

.navbar-vertical .navbar-nav .nav-item .collapse .nav .nav-item .nav-link.active:before {
  background-color: white;
}

.navbar-vertical .navbar-nav>.nav-item .nav-link.active .custom-icon-container {
    background-image: linear-gradient(310deg, #FFFFFF 0%, #FFFFFF 100%) !important;
}

.navbar-vertical .navbar-nav>.nav-item .nav-link.active {
  background: transparent linear-gradient(180deg, #553583 0%, #553583 100%) 0% 0% no-repeat padding-box !important;
  color: white !important;
  border-radius: 8px !important;
}

.navbar-vertical .navbar-brand>img, .navbar-vertical .navbar-brand-img {
    max-width: 120px;
    max-height: 160px;
}

.navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
    display: none;
}

.responsive-container {
    padding: 2rem;
}

.custom-welcome-content {
    width: 70%;
    max-width: 70%;
}

.custom-dropdown {
    position: relative;
    width: 100%;
  }
  
  .custom-dropdown .btn {
    width: 100%;
    height: 40px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px !important;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
  }
  
  .custom-dropdown .btn .fa-chevron-down {
    font-size: 12px;
  }
  
  .custom-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    background: white;
    border-radius: 8px;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
  }
  
  .custom-dropdown-menu.show {
    display: block;
  }

  .custom-dropdown-menu .custom-dropdown-search-container {
    margin: 12px;
  }
  
  .custom-dropdown-menu input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
  }
  
  .custom-dropdown-menu ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  
  .custom-dropdown-menu li {
    cursor: pointer;
  }
  
  .custom-dropdown-menu li:hover {
    background-color: #666CFF29;
  }

  .custom-dropdown-menu li:hover a {
    color: #4573D2;
  }

  .scrollable-form-container {
    max-height: 100vh;
    overflow-y: auto;
  }
  
  /* Hide scrollbar in Webkit browsers (Chrome, Safari) */
  .scrollable-form-container::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar in Firefox */
  .scrollable-form-container {
    scrollbar-width: none;
  }
  
  /* Hide scrollbar in IE & Edge */
  .scrollable-form-container {
    -ms-overflow-style: none;
  }
  

  .custom-voucher-container {
    border: 2px solid #2A5792;
    border-radius: 16px;
    overflow: hidden;
  }

  .custom-voucher-item {
    padding: 24px;
  }

  .custom-voucher-border-top {
    border-top: 2px solid #2A5792;
  }
  
  .custom-voucher-border-bottom {
    border-bottom: 2px solid #2A5792;
  }
 
  .custom-voucher-border-right {
    border-right: 2px solid #2A5792;
  }

  @media (min-width: 768px) {
    div.custom-tabs-container{
      width: max-content !important;
    }
  }

  @media screen and (max-width: 1996px) {
    .custom-image-content div {
      top: 10%
    }
    .custom-image-content h1 {
      font-size: 3rem;
    }
    .custom-image-content h2 {
      font-size: 35px;
    }
    .custom-image-content p {
      font-size: 18px;
    }
  }

  @media screen and (max-width: 1370px) {
    .custom-image-content div {
      top: 5%
    }
    .custom-image-content h1 {
      font-size: 2rem;
    }
    .custom-image-content h2 {
      font-size: 25px;
    }
    .custom-image-content p {
      font-size: 16px;
    }
  }

  @media screen and (max-width: 1340px) {
    nav .nav-item a {
      font-size: 13px !important;
    }
  }

@media screen and (max-width: 768px) { 
  .custom-navbar-container {
    padding: 0 !important;
  }

  .navbar-toggler {
    display: block;
    cursor: pointer;
  }

  .chat-message-container {
    max-width: 100%;
}

.chat-message {
  padding: 8px;
  border-radius: 4px;
  font-size: 12px;
}

  .custom-horizontal-logo {
    width: 100px !important;
  }

  .custom-main-content-container {
    padding: 0 5%;
  }

  .custom-table-negative {
    margin-top: -20px;
  } 
    .custom-dropdown .btn {
        width: 100%;
      }
      
      #sidebar {
          padding: 16px;
          width: 90%;
          position: fixed;
          left: 0;
          top: 0;
          background-color: white;
          box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.1);
          height: 100vh;
          z-index: 1050;
          transform: translateX(-100%);
          transition: transform 0.3s ease;
        }
    
        #sidebar.show {
          transform: translateX(0);
        }
    
        .navbar-toggler {
          display: block;
          cursor: pointer;
        }

    .custom-auth-form-card,
    .custom-signup-form-card {
        width: 100%;
        margin-left: 0;
        margin: 48px 0;
    }

    .custom-signup-container {
      height: 100% !important;
    }

    .responsive-container {
        flex-direction: column;
        align-items: flex-start;
        background-size: cover; 
        background-position: top;
        height: max-content;
        padding: 1rem;
      }

      .custom-welcome-content {
        width: 100% !important;
        max-width: 100% !important;
      }
  
      .responsive-image {
        display: none;
      }

      .custom-voucher-border-right {
        border-bottom: 2px solid #2A5792;
        border-right: 0;
      }

      .custom-email-notification-wrapper {
        width: 90% !important;
      }
}

@media (max-width: 576px) {
  .custom-all-notifications {
    width: 280px !important;
    transform: translateX(-60%);
    left: -90%;
    top: 40px;
  }
}

@media (max-width: 767px) {
  .custom-image-content div {
    top: 5%
  }
  .custom-image-content h1 {
    font-size: 2rem;
  }
  .custom-image-content h2 {
    font-size: 18px;
  }
  .custom-image-content p {
    font-size: 12px !important;
     color: white !important;
  }
}

@media (max-width: 500px) {
  .custom-image-content div {
    top: 5%
  }
  .custom-image-content h1 {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .custom-image-content h2 {
    font-size: 12px;
    margin-bottom: 0;
  }
  .custom-image-content h3 {
    font-size: 12px;
    margin-bottom: 0;
  }
  .custom-image-content p {
    font-size: 10px !important;
  }

  .dataTable-table th a {
    font-weight: 600;
    font-size: 14px;
}
}

@media (min-width: 992px) {
  .dropdown .dropdown-toggle:after, .dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
}