/**
* Template Name: NiceAdmin - v2.4.1
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
  scroll-behavior: smooth;
}

body {
  /* background: #f6f9ff; */
  color: #444444;
}

.font-weight-600 {
  font-weight: 700;
}

a {
  color: #4154f1;
  text-decoration: none;
}

.disable-highlight {
  user-select: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}


/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {

  padding: 0px 20px;
  transition: all 0.3s;
}

#main.collapse-nav {
  margin-left: 0;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}








.custom-dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.custom-dropdown-menu .dropdown-header,
.custom-dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.custom-dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.custom-dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.custom-dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.custom-dropdown-menu .dropdown-item {
  font-size: 12px;
  padding: 10px 15px;
  transition: 0.3s;
}

.custom-dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.custom-dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .custom-dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}




/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 12px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

.bg-light-grey {
  background-color: #F8F9F9;
  border-color: #F8F9F9;
}


/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 16px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 20px;
  color: #51678f;
  font-weight: 500;
}

.card-title span {
  color: #899bbd;
  font-size: 12px;
  font-weight: 400;
}


.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

.modal-content {
  border-radius: 20px !important;
}

.alert-heading .card {}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-size: 20px;
}


/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 12px;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}

.logo img {
  max-height: 40px;
  margin-right: 6px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  margin-top: 5px;
  margin-bottom: 15px;

}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970;
}

.search-bar {
  min-width: 200px;
  padding: 0;
}

@media (max-width: 1199px) {
  .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.search-form {
  width: 100%;
}

.search-form input {
  border: 0;
  font-size: 12px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 4px 38px 4px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.search-form input:focus,
.search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #012970;
  background: #f8f9fa;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 12px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  transition: 0.3s;
  border-bottom: 0.5px solid rgb(194, 194, 194);
  cursor: pointer;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}


.header-nav .profile .dropdown-header span {
  font-size: 12px;
}

.header-nav .profile .dropdown-item {
  font-size: 12px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

.nav-pills {
  background: #f8f9fa;
  padding: 6px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 210px;
  z-index: 996;
  transition: all 0.3s;
  margin: 5px 0px 5px 0px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  height: calc(100% - 10px);
}

#sidebar.collapse-nav {
  left: -220px;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -220px;
  }

  #sidebar.collapse-nav {
    margin-left: 220px;
    z-index: 2000;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 210px;
  }
}


@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -250px;
  }

  .bx-x.toggle-sidebar-btn {
    display: none;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgb(214, 214, 214);
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}


.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #616167;
  transition: 0.3;
  padding: 10px 15px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  color: #4154f1;
}

.sidebar-nav .nav-link:hover {
  background-color: #2170bf;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}



.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #012970;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}


/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 13px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 30px;
  line-height: 0;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 12px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 12px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 12px;
}









/* Top Selling */
.dashboard .top-selling {
  font-size: 12px;
}







.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {

  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card div {
  font-size: 14px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card p {
  font-size: 12px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #012970;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #012970;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

/* .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
} */


/* .profile .profile-edit img {
 max-width: 120px;
 height: 120px;
} */

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 12px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 12px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: #012970;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}


* {
  font-family: "Arial", Helvetica, sans-serif;
  /* font-size: 100%; */
  /* color:#073980; */
  /*font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;*/
}



.text-dark {
  color: #616167 !important;
}

.records-total {
  font-size: 12px;
}

.form-select {
  height: 30px;
  font-size: 12px;
}

/*Custom styles*/
.styled-label {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-left: 7px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 500;
  color: rgba(1, 41, 112, 0.6);
  /* border: 1px solid #ced4da; */
  /* background-color: #eee; */
}

.rows-per-page {
  font-weight: 600;
  color: #51678f
}


.pageOftotal {
  font-weight: 600;
  color: #51678f
}

.card-title {
  color: #51678f;
  font-weight: 600;
}

.form-check-group {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: 0;
  font-weight: 400;
  color: rgba(2, 31, 80, 0.6);
}

.form-container {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.modal-content {
  border-radius: 3px;
  border: none;
}

.styled-input {
  border-top-left-radius: 0%;
  border-bottom-left-radius: 0%;
  font-weight: 400;
  color: rgba(2, 31, 80, 0.6);
}

/* .form-control {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 30px;
  border-radius: 3px;
 background-color: rgb(252, 252, 252);
 font-size: 12px;
} */
.form-control {

  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  color: #333;
  height: 35px;
  max-width: 100%;
  padding: 0 16px;
  position: relative;
  transition: all .25s cubic-bezier(.645, .045, .355, 1);
  display: block;
  /* border: 1px solid rgb(91, 105, 135); */
  border: 1px solid rgb(162, 179, 216);
  color: rgb(3, 27, 78);
  width: 100%;

}

.sidebar {
  font-weight: 400;
}

.action-column {
  width: 80px;
}

.action-button {
  padding-top: 1px;
  padding-bottom: 1px;
}

select,
table,
button,
label,
.form-control .label,
input,
.nav-link,
p {
  font-size: 12px !important;
  -webkit-font-smoothing: antialiased;
  /* font-weight: 600; */
}


label {
  font-weight: 600;
}

.bi-bell {
  font-size: 25px !important;
}

p {
  font-size: 13px;
}

::-webkit-scrollbar {
  height: 8px;
  width: 4px;
  background: gray;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

::-webkit-scrollbar-thumb:horizontal {
  background: hwb(215 3% 50%);
  border-radius: 10px;
}

table {
  border-collapse: collapse;
}

.bx-x {
  font-size: 35px;
}

.permissions .table-footer {
  display: none;
}

.visibility-hidden {
  visibility: hidden;
}

.swal2-icon {
  margin: 10px auto 0px auto !important;
  font-size: 13px !important;
}

/* .modal-content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
} */

/* .swal2-icon.swal2-info */

/* .rounded-circle {
  border-radius: 6%!important;
} */
.dropdown-menu.show {
  display: block;
  /* width: 250px; */
}

.alert.text-center {
  font-size: 12px;
}

/* .profile-page-banner {
  margin-top: -40px;
  z-index: 5000;
} */

.profile-details {
  /* border-left: 2px solid black; */
  height: 41px;
}

.blur {
  box-shadow: inset 0px 0px 2px #fefefed1;
  -webkit-backdrop-filter: saturate(200%) blur(30px);
  /* backdrop-filter: saturate(100%) blur(30px); */
  background-color: rgba(255, 255, 255, 0) !important;
}

.image-banner {
  height: 70px;
  box-shadow: inset 0px 0px 2px #fefefed1;
  -webkit-backdrop-filter: saturate(200%) blur(30px);
  backdrop-filter: saturate(200%) blur(30px);
  /* background-color: rgba(255, 255, 255, 0.8) !important; */
}

/* .profile-card {
  border-color: #ebeef4;
  background-color: #fff;
  color: #17315e;
  padding: 14px;
 
} */

.profile-card h5 {
  font-size: 14px !important;
  font-weight: 400 !important;
}



/* The switch - adjust the width as needed */
.switch {
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 1.3em;
  font-size: 0.8em;
  /* Adjust font size as needed */
}

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

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 1em;
}

.slider:before {
  position: absolute;
  content: "";
  height: 0.9em;
  width: 0.9em;
  left: 0.2em;
  bottom: 0.2em;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked+.slider {
  background-color: rgba(58, 65, 111, 0.95);
  ;
}

input:focus+.slider {
  box-shadow: 0 0 1px rgba(58, 65, 111, 0.95);
  ;
}

input:checked+.slider:before {
  transform: translateX(1.3em);
}

/* Rounded sliders */
.slider.round {
  border-radius: 1.7em;
}

.slider.round:before {
  border-radius: 50%;
}




.custom-select {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #333;
  cursor: pointer;

}

.selected-option {
  padding: 4px;
  border-radius: 3px;
  border: 1px solid #17315e;
  font-weight: 500;
  /* border-radius: 4px; */
  background-color: #fff;
}

.options-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
}

.options-list li {
  padding: 4px;
  font-weight: 500;
  cursor: pointer;
}

.options-list li:hover {
  background-color: #f2f2f2;
}





.checkbox-container {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.custom-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox-label {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  cursor: pointer;
}

.custom-checkbox-label:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 3px;
}

.custom-checkbox:checked+.custom-checkbox-label:before {
  content: '\2713';
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}


/* The container */
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
/* .container:hover input ~ .checkmark {
  background-color: #ccc;
  border-radius: 3px;
} */

/* When the checkbox is checked, add a blue background */
.check-container input:checked~.checkmark {
  background-color: #073980;
  border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body {
  line-height: 1.5;


  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.header-rounded-circle {
  border-radius: 0%;
}



@media (max-width: 360px) {
  .col-xs-6 {
    width: 50%;
  }

  .zoom-xs-25 {
    zoom: 25%;
  }

  .zoom-xs-50 {
    zoom: 50%;
  }

  .zoom-xs-75 {
    zoom: 75%;
  }
}

input:-webkit-autofill,
/* input:-webkit-autofill:hover,  */
/* input:-webkit-autofill:focus,  */
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: grey !important;
}

/********************************* {css for copied html from soft UI}****************************/

/************************* background *************************/



table {
  background-color: #fff !important;
}


.text-light {
  color: #fff !important;
}

.card,
.card-header {
  background-color: white;
}

.card {
  box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05);

}

.shadow-none {
  box-shadow: none !important;
}

.shadow {
  box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05);
}

.nav-link {
  border-radius: 6px;
}

.nav-link:hover {
  background-color: #fff !important;
}

body,
#sidebar {
  background-color: #f8f9fa;
}

.icon-shape.icon {
  height: 28px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
  box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05);
  background-color: var(--light);
}

.icon-shape.widget {
  height: 50px;
  width: 50px;
  background-image: linear-gradient(310deg, #cb0c9f, #cb0c9f);
  color: var(--light);
  /* width: 100%; */
  box-shadow: 20 20px 27px 0 rgba(37, 34, 34, 0.05);


}

.icon-shape.icon i {
  color: var(--primary);
}

.link-label {
  color: var(--primary);
}

.sidebar-nav .nav-link.main-link.active {
  color: grey !important;
  box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05);
  background-color: var(--light) !important;
}

.nav-link.active .icon-shape {
  background-image: linear-gradient(310deg, #74BBC9, #74BBC9);
  color: white;
  box-shadow: 20 20px 27px 0 rgba(37, 34, 34, 0.05);


}

.nav-link.active .icon-shape i {
  color: var(--light);
}



.sublink-container.active {
  font-weight: 550;
  font-size: 10;

}

.sublink-container:hover {
  background-color: transparent !important;
  font-weight: 550;
  font-size: 10;
}

.icon-shape.icon {
  box-shadow: 0 20px 27px 0 rgba(37, 34, 34, 0.05);
}

/********************************{timeline}**************************************/

/*! CSS Used from: https://demos.creative-tim.com/soft-ui-dashboard-pro/assets/css/soft-ui-dashboard.min.css?v=1.1.1 */


button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button {
  text-transform: none;
}

[type=button],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

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

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: #dee2e6;
  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: "";
  transform: translateX(-50%);
  transition: all .15s linear 0s, transform .15s cubic-bezier(.05, 1.09, .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: .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: #344767;
}

.multisteps-form__progress-btn.js-active span {
  color: #8392ab;
}

.multisteps-form__progress-btn.js-active:before {
  transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

/********************************** { labels} *******************************************/

label {
  font-size: .75rem;
  font-weight: 700;
  margin-bottom: .5rem;
  color: #344767;
  margin-left: .25rem;
  display: inline-block;
}


input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2d6da;
  appearance: none;
  transition: box-shadow .15s ease, border-color .15s ease;
}

textarea.form-control {
  min-height: 80px;
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none;
  }
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #e293d3;
  outline: 0;
  box-shadow: 0 0 0 2px #e9aede;
}

.form-control::placeholder {
  color: #adb5bd;
  opacity: 1;
}

.form-control {
  border-radius: .5rem;
  border-top-right-radius: .5rem !important;
  border-bottom-right-radius: .5rem !important;
  border-left-width: 1px;
}

.mt-n6 {
  margin-top: -1.5rem !important;
}

.page-header {
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: 50%;
  min-height: 100px !important;
}


.blur {
  box-shadow: inset 0 0 2px #fefefed1;
  -webkit-backdrop-filter: saturate(200%) blur(30px);
  backdrop-filter: saturate(200%) blur(30px);
  background-color: hsla(0, 0%, 100%, .8) !important;
}

.shadow-blur {
  box-shadow: inset 0 0 1px 1px hsla(0, 0%, 100%, .9), 0 20px 27px 0 rgba(0, 0, 0, .05) !important;
}

.border-radius-lg {
  border-radius: .75rem;
}

.border-radius-xl {
  border-radius: 1rem;
}

.mask {
  position: absolute;
  background-size: cover;
  background-position: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#header {
  background-color: var(--body-bg) !important;
}

.z-index-1 {
  z-index: 250;
}

.z-index-2 {
  z-index: 500;
}



/*************************{timeline}**************************/

.timeline {
  position: relative;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  height: 100%;
  border-right: 2px solid #dee2e6;
}

.timeline-block {
  position: relative;
}

.timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.timeline-block:first-child {
  margin-top: 0;
}

.timeline-block:last-child {
  margin-bottom: 0;
}

.timeline-step {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 600;
  z-index: 1;
}

.timeline-step i {
  line-height: 1.4;
}

.timeline-content {
  margin-left: 45px;
  padding-top: .35rem;
  position: relative;
  top: -6px;
}

.timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width:992px) {
  .timeline:before {
    left: 50%;
    margin-left: -1px;
  }

  .timeline-step {
    left: 50%;
  }

  .timeline-content {
    width: 38%;
  }
}

.timeline-one-side .timeline-step,
.timeline-one-side:before {
  left: 1rem;
}

.timeline-one-side .timeline-content {
  width: auto;
}

@media (min-width:992px) {
  .timeline-one-side .timeline-content {
    max-width: 30rem;
  }
}

/*********************************{Login page}****************************************/

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.875rem;
  --bs-btn-padding-x: 4rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.5rem;
}

.card.card-plain {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 0;
  --bs-card-border-color: rgba(0, 0, 0, .125);
  --bs-card-border-radius: 1rem;
  --bs-card-box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05);
  --bs-card-inner-border-radius: 1rem;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: #fff;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.min-vh-100 {
  min-height: 100vh !important;
}


@media (min-width:992px) {
  .d-lg-flex {
    display: flex !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
}

.card.card-plain {
  background-color: transparent;
  box-shadow: none;
}

.card.card-plain .card-footer {
  padding: 1.5rem;
  background-color: transparent;
}

.page-header {
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: 50%;
}


/*! CSS Used from: https://demos.creative-tim.com/soft-ui-dashboard-pro/assets/css/soft-ui-dashboard.min.css?v=1.1.1 */


.text-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}

.text-gradient.text-primary {
  background-image: linear-gradient(310deg, #7928ca, #ff0080);
}

.sublink-container {
  margin-left: 12px;
}

.sublink-container span:nth-child(2) {
  margin-left: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #67748e !important;
}

.sidenav-mini-icon .bi-circle-fill {
  font-size: 5px !important;
  color: #8392ab !important;
}

.nav-link.sublink-container {
  padding-top: 4px;
  padding-bottom: 4px;
}

/*! CSS Used from: Embedded ; media=all */
a:hover {
  color: var(--bs-link-hover-color);
}

.list-group {
  --bs-list-group-color: inherit;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, .125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.5rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #67748e;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #cb0c9f;
  --bs-list-group-active-border-color: #cb0c9f;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.text-dark {
  color: #344767 !important;
}

.bg-gray-100 {
  background-color: #f8f9fa !important;
}

.text-xs {
  font-size: .75rem !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.text-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}

.text-gradient.text-danger {
  background-image: linear-gradient(310deg, #d60808, #ff6690);
}



/***************************{tabs}***************************/
.nav-link.active {
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}









/*! CSS Used from: https://demos.creative-tim.com/soft-ui-dashboard-pro/assets/css/soft-ui-dashboard.min.css?v=1.1.1 */

.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}



.nav.nav-pills .nav-link {
  z-index: 3;
  color: #344767;
  border-radius: .5rem;
  background-color: inherit;
}

.nav-link.active {
  color: #fff;
  font-weight: 600;
  box-shadow: 0 1px 5px 1px #ddd;
  animation: 20s ease;
  background-color: #fff !important
}





/* Custom CSS file to overwrite Bootstrap styles */

/* Colors */
:root {

  --btn-primary: linear-gradient(310deg, #7928ca, #ff0080);
  --btn-secondary: linear-gradient(310deg, #B8DBE4, #B8DBE4);
  --btn-success: linear-gradient(310deg, #17ad37, #84dc14);
  --btn-danger: linear-gradient(310deg, #ea0606, #ff3d59);
  --btn-warning: linear-gradient(310deg, #f53939, #fac60b);
  --btn-info: linear-gradient(310deg, #2152ff, #02c6f3);
  --btn-light: #f8f9fa;
  --btn-dark: linear-gradient(310deg, #141727, #3a416f);

  --bg-primary: linear-gradient(310deg, #00164e, #00164e);
  --bg-secondary: linear-gradient(310deg, #627594, #8ca1cb);
  --bg-success: linear-gradient(310deg, #17ad37, #84dc14);
  --bg-danger: linear-gradient(310deg, #ea0606, #ff3d59);
  --bg-warning: linear-gradient(310deg, #f53939, #fac60b);
  --bg-info: linear-gradient(310deg, #2152ff, #02c6f3);
  --bg-light: linear-gradient(310deg, #ced4da, #d1dae6);
  --bg-dark: linear-gradient(310deg, #141727, #3a416f);

  --text-primary: #cb0c9f;
  --text-secondary: #6c757d;
  --text-success: #28a745;
  --text-danger: #dc3545;
  --text-warning: #ffc107;
  --text-info: #17a2b8;
  --text-light: #f8f9fa;
  --text-dark: #3a416f;

  --body-bg: #f8f9fa;
  --card-bg: #fff;
  --sidebar-bg: #f8f9fa;
  --banner-bg: #f8f9fa;
}

/* Body */
body {
  background-color: var(--body-bg);
}

/* Buttons */
.btn-primary {
  background-image: var(--btn-primary) !important;
  border-color: var(--btn-primary) !important;
  color: #fff !important;
}

.btn-primary:hover {
  background-image: var(--btn-primary) !important;
  opacity: 0.8;
  border-color: darken(var(--btn-primary), 1%) !important;
  color: #fff !important;
}

.btn-outline-primary {
  --bs-btn-color: #cb0c9f;
  --bs-btn-border-color: #cb0c9f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #cb0c9f;
  --bs-btn-hover-border-color: #cb0c9f;
  --bs-btn-focus-shadow-rgb: 203, 12, 159;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #cb0c9f;
  --bs-btn-active-border-color: #cb0c9f;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #cb0c9f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #cb0c9f;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #627594;
  --bs-btn-border-color: #627594;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #627594;
  --bs-btn-hover-border-color: #627594;
  --bs-btn-focus-shadow-rgb: 203, 12, 159;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #627594;
  --bs-btn-active-border-color: #627594;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #627594;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #627594;
  --bs-gradient: none;
}

.btn-secondary {
  background-image: var(--btn-secondary) !important;
  border-color: var(--btn-secondary) !important;
  color: #fff !important;
}

.btn-secondary:hover {
  background-image: var(--btn-secondary) !important;
  border-color: var(--btn-secondary)s !important;
  color: #fff !important;
  opacity: 0.8;
}

.btn-success {
  background-image: var(--btn-success) !important;
  border-color: var(--btn-success) !important;
  color: #fff !important;
}

.btn-success:hover {
  background-image: darken(var(--btn-success), 10%) !important;
  border-color: darken(var(--btn-success), 10%) !important;
  color: #fff !important;
}

.btn-danger {
  background-image: var(--btn-danger) !important;
  border-color: var(--btn-danger) !important;
  color: #fff !important;
}

.btn-danger:hover {
  background-image: darken(var(--btn-danger), 10%) !important;
  border-color: darken(var(--btn-danger), 10%) !important;
  color: #fff !important;
}

.btn-warning {
  background-image: var(--btn-warning) !important;
  border-color: var(--btn-warning) !important;
  color: #fff !important;
}

.btn-warning:hover {
  background-image: darken(var(--btn-warning), 10%) !important;
  border-color: darken(var(--btn-warning), 10%) !important;
  color: #fff !important;
}

.btn-info {
  background-image: var(--btn-info) !important;
  border-color: var(--btn-info) !important;
  color: #fff !important;
}

.btn-info:hover {
  background-image: darken(var(--btn-info), 10%) !important;
  border-color: darken(var(--btn-info), 10%) !important;
  color: #fff !important;
}

.btn-light {
  background-image: var(--btn-light) !important;
  border-color: var(--btn-light) !important;
  color: #000 !important;
}

.btn-light:hover {
  background-image: darken(var(--btn-light), 10%) !important;
  border-color: darken(var(--btn-light), 10%) !important;
  color: #000 !important;
}

.btn-dark {
  background-image: var(--btn-dark) !important;
  border-color: var(--btn-dark) !important;
  color: #fff !important;
}

.btn-dark:hover {
  background-image: darken(var(--btn-dark), 10%) !important;
  border-color: darken(var(--btn-dark), 10%) !important;
  color: #fff !important;
}

/* Background Images */
.bg-primary {
  background-image: var(--bg-primary) !important;
}

.bg-secondary {
  background-image: var(--bg-secondary) !important;
}

.bg-success {
  background-image: var(--bg-success) !important;
}

.bg-danger {
  background-image: var(--bg-danger) !important;
}

.bg-warning {
  background-image: var(--bg-warning) !important;
}

.bg-info {
  background-image: var(--bg-info) !important;
}

.bg-light {
  background-image: var(--bg-light) !important;
}

.bg-dark {
  background-image: var(--bg-dark) !important;
}

/* Text Colors */
.text-primary {
  color: var(--text-primary) !important;
}

.text-secondary {
  color: var(--text-secondary) !important;
}

.text-success {
  color: var(--text-success) !important;
}

.text-danger {
  color: var(--text-danger) !important;
}

.text-warning {
  color: var(--text-warning) !important;
}

.text-info {
  color: var(--text-info) !important;
}

.text-light {
  color: var(--text-light) !important;
}

.text-dark {
  color: var(--text-dark) !important;
}

/* Card */
.card,
.card-header {
  background-color: var(--card-bg);
}

/* Sidebar */
#sidebar {
  background-color: var(--sidebar-bg);
}

/* Add your own custom CSS below this line */
.tab-container {
  padding: 2px;
}

.error-message {
  font-size: 13px;
  font-weight: 500;
  color: rgb(241, 83, 83);
}

.description {
  font-weight: 12px;
}



.calender-table {
  border: 0px solid rgb(255, 255, 255) !important;
}

.calender-container {
  z-index: 5000;
  background-color: rgb(255, 255, 255) !important;
  border: 0.1px solid rgb(215, 215, 215) !important;
  bottom: 35px;
  left: 120px;
}

.calender-table {
  background-color: rgb(255, 255, 255) !important;
}

.calender-table {
  background-color: rgb(255, 255, 255) !important;
}

.today-date {
  background-color: rgb(200, 203, 205) !important
}

.calender-control {
  border: 0px solid black !important;
  font-size: 20px !important;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.day-cell:hover {
  background-color: rgb(200, 203, 205) !important
}

.selected-day-cell {
  background-color: rgb(4, 118, 199) !important;
  color: white;
}

.datepicker-control {
  display: block;
}


.h-1 {
  font-size: 17px !important;
  font-weight: 600 !important;
  color: #798eb3;
}


.h-2 {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #798eb3;
}


.h-3 {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #798eb3;
}


.h-4 {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #798eb3;
}


.h-5 {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #798eb3;
}

.h-6 {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #798eb3;
}


.chatbot-main-container {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.bot-icon-container {
  display: flex;
}

.bot-icon-container .fa-robot {
  font-size: 25px !important;
  border-radius: 4px;
  margin-top: auto;
  padding: 3px;
  margin-bottom: 4px;
}

.bot-icon-container .fa-message,
.bot-icon-container .fa-xmark,
.bot-icon-container .fa-user {
  font-size: 25px !important;
}


.chatbot-main-container form {
  border: 0px solid blue;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top: 0.5px solid grey;
  ;
}

.chatbot-main-container form input {
  border-bottom-left-radius: 10px;
}

.chatbot-main-container form button {
  border-bottom-right-radius: 10px;
  padding: 7px;
  border: none;
  background-color: rgb(241, 241, 31);

}

.chatbot-header {
  padding: 16px 0;
  position: relative;
  color: #fff;
  background: #724ae8;
  background-origin: padding-box;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;

}

/*chatbot options button*/
.chatbot-button {
  margin-right: 10px;
  padding: 9px 12px;
  border: 0px solid rgb(225, 222, 222);
  border-radius: 60px;
  background-color: #2bc1da;
  color: white;
  margin-bottom: 9px;
}


.chatbot-message {
  background-color: rgb(236, 237, 238);
  padding: 15px 20px;
  margin: 5px 5px;
  border-radius: 10px 10px 10px 0;
}

.buttons-container {
  margin: 5px 5px;
  margin-left: auto;
}

* {
  font-size: 13px;
}

.icon-message-container {
  display: flex;
}

.chat-bot-header {
  background-color: #17a2b8;
  padding: 10px 10px;
  font-size: 15px;
  margin-bottom: 5px;
  display: flex;
}

.header-label {
  font-size: 15px;
}

.btn-close {
  margin-left: auto;
  background-color: rgb(250, 44, 44);
  border: 1px solid grey;
  border-radius: 4px;
  color: white;
  ;
}

.chatbot-form {
  display: flex;
  border: 1px solid rgb(181, 181, 198);
}

.chatbot-form input {
  flex: 1;
  padding: 7px;
  ;
  border: none;
}


.d-flex {
  display: flex;
  ;
}

.d-none {
  display: none;
}

.chatbot-typing {
  height: 12px;
  width: 12px;
  background-color: rgb(221, 221, 221);
  border-radius: 50px;
  margin-right: 5px;
}

.chatbot-message.is-typing {
  background-color: transparent;
}

.react-chatbot-kit-chat-input {
  border: 0px solid white !important;
}

.chatbot-toggler {
  position: fixed;
  bottom: 30px;
  right: 45px;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #724ae8;
  transition: all 0.2s ease;
  z-index: 5000;
}

.chatbot-package {
  bottom: 55px;
  right: -25px;
  width: 350px;
}

.chatbot-main-container {
  height: 550px;
}

.overflow-y-auto {
  overflow-y: auto;
}

.chatbot-body {
  max-height: 490px;
}

.userInput {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0px;

}

.dynamic-filters-container {
  background-color: #ffffff;
}

#mount {
  margin: 100px;
}

.dropdown {
  position: relative;
  /*background: #00164e;*/
  /*border: 1px solid #00164e;*/
  border-radius: 1px;
  width: 175px;
  max-width: 175px;
}


.dropdown__list {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  max-height: 150px;
  /*position: absolute;
  transition: max-height .6s ease-out;

  overflow: hidden;
  z-index: 999;
  width: 249px;
  max-width: 299px;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;*/
}

.dropdown__label,
.dropdown__count {
  color: #FFFFFF;
  font-weight: bold;
}

.dropdown .dropdown__icon {
  color: #FFFFFF !important;
}

.dropdown__list--active {
  max-height: 1000px;
  opacity: 1;
}

.dropdown__list-item {
  border-bottom: 1px solid #eee;
  cursor: pointer;
  list-style: none;
  padding: 8px;
}

.dropdown__list-item--active {
  background: #f4f4f4;
}

.dropdown__list-item:hover {
  background: #f4f4f4;
}

.dropdown__toggle {
  background: #cb0c9f;
}

.dropdown__toggle:hover {
  background: #627594;
}

.dropdown__style {
  /*border-bottom: 1px solid #eee;*/
  cursor: pointer;
  padding: 8px;
}

.dropdown-controls {
  padding: 8px;
}

.dropdown__arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #eee;
  border-radius: 3px;
}

.filter-options-container {
  position: absolute;
  transition: max-height .6s ease-out;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  z-index: 999;
  width: 174px;
  max-width: 174px;
  background-color: #ffffff;
}


.filter-option {
  border-bottom: 1px solid #eee;
  cursor: pointer;
  list-style: none;
  padding: 8px;
}


.filter-options-container-active {
  border: 1px solid #eee;
  max-height: 1000px;
  opacity: 1;
}

.dropdown-controls .btn {
  font-size: 0.875rem;
  text-transform: none;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.2rem 0.3rem;
  line-height: 1.5rem;
  border-radius: 0.125rem;
  cursor: pointer;
  margin: 2px;
}

.dropdown-controls .btn-cancel {
  background-color: #DC8E18;
  color: #FFFFFF;
}

.dropdown-controls .btn-clear {
  background-color: #74BBC9;
  color: #FFFFFF;
}

.dropdown-controls .btn-ok {
  background-color: #67904B;
  color: #FFFFFF;
}

.dynamic-filters-clear {
  cursor: pointer;
}

.dynamic-filters-clearLabel {
  font-weight: bold;
  color: #00164e;
}

.dropdown-controls .dropdown-closeIcon,
.dropdown-controls .fa {
  color: #FFFFFF;
}

.dynamic-filters-search {
  font-style: italic;
  padding: 8px;
  border: none;
  background-color: #f1f1f1;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  outline: none;
  width: 200px;
  color: lightgray;
}

.dropdown__button {
  border: 1px solid #fff;
}

.overflow-x-auto {
  overflow: auto;
}


.sidenav-mini-icon i {
  font-size: 7px !important;
  color: rgb(86, 84, 84) !important
}

.icon-shape.icon i {
  font-size: 12px;
}


/********************* portal styles *********************/
.card-description {
  color: #00164e;
}

.card-content-headers {
  color: black;
  font-size: 13.5px;
}

.content-block {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 30px;
}

.page-header h4,
.page-header span {
  font-weight: 600;
  color: white;
}

.link-container a {
  font-size: 12px;
  font-weight: 600;
  color: #00164e;
  /*font-style: italic;*/
}

.link-container a:hover {
  color: #1449d0;
}

.homepage-banner {
  background-image: url('../images/homepage-banner.jpg');
  background-size: cover;
  /* Adjust this as needed */
  background-repeat: no-repeat;
  height: 200px;
  /* Set the height as needed */
  background-position-y: 31%
}

.homepage-image-1 {
  background-image: url('../images/homepage-image-1.png');
  background-size: cover;
  /* Adjust this as needed */
  background-repeat: no-repeat;
  height: 300px;
  /* Set the height as needed */
  background-position-y: 20%;
  zoom: 100%;
}


.homepage-charts {
  background-image: url('../images/homepage-charts.png');
  background-size: cover;
  /* Adjust this as needed */
  background-repeat: no-repeat;
  height: 200px;
  /* Set the height as needed */
  background-position-y: 20%;
  background-size: 60%;
  background-position: center center;
}

.fluid-image {
  height: auto;
  width: 100%;
}



.font-size-6 {
  font-size: 6px !important;
}


.font-size-7 {
  font-size: 7px !important;
}

.font-size-8 {
  font-size: 8px !important;
}


.font-size-9 {
  font-size: 9px !important;
}

.font-size-10 {
  font-size: 10px !important;
}


.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px !important;
}


.font-size-13 {
  font-size: 11px !important;
}

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


.font-size-15 {
  font-size: 15px !important;
}

.bell-size {
  font-size: 35px !important;
}

.bg-primary {
  background: #00164e !important;
}

.bg-secondary {
  background: #74BBC9 !important;
}

.bg-tertiary {
  background: #6C9BBC !important;
}

.text-orange {
  color: orange !important;
}


.text-primary {
  color: #00164e !important;
}

.text-secondary {
  color: #74BBC9 !important;
}

.text-tertiary {
  color: #6C9BBC !important;
}

.text-grey {
  color: #a3a9ae !important;
}


.text-underline {
  text-decoration: underline;
}


.btn-primary {
  background: #00164e !important;
  color: white;
}

.btn-primary:hover {
  background: #00164e !important;
  color: white;
}

.btn-secondary {
  background: #74BBC9 !important;
  color: white;

}

.btn-tertiary {
  background: #6C9BBC !important;
  color: white;

}


.font-weight-bold {
  font-weight: bold;
}

.font-weight-600 {
  font-weight: 600;
}

.font-style-italic {
  font-style: italic;
}

.fs-4 {
  font-size: 16px;
}


.custom-table {
  border-collapse: separate;
}

.custom-table tbody tr td {
  text-align: center;
  background-color: #E2F0F4;
  color: #000000;
}

.custom-table tbody tr td:first-child,
.custom-table tbody tr td:nth-child(2) {
  background-color: #D9E5ED;
}




.custom-table thead tr th {
  background-color: #74BBC9 !important;
  color: white;
}

.custom-table thead tr th:first-child,
.custom-table thead tr th:nth-child(2) {
  background-color: #6C9BBC !important
}

.table-container {
  width: 1400px
}

.scroll-x {
  overflow-x: scroll;
}


.dropdown-filter-container {
  position: relative;
}

.dropdown-filter-body {
  position: absolute;
  background-color: #fff;
  min-width: 100%;
}

.dropdown-filter-container.open {
  border-bottom-left-radius: 0px;
}

.fs-4 {
  font-size: 16px !important;
}

.faq-banner {
  background-image: url('../images/faq.jpg');
  background-size: cover;
  /* Adjust this as needed */
  background-repeat: no-repeat;
  height: 200px;
  /* Set the height as needed */
  background-position-y: 46%
}


.custom-table-2 {
  border-collapse: separate;
}

.custom-table-2 tbody tr td {
  text-align: center;
  background-color: #E2F0F4;
  color: #000000;
}

.custom-table-2 tbody tr td:first-child {
  text-align: start;
  padding-left: 10px;
}


.custom-table-2 thead tr th {
  background-color: #74BBC9 !important;
  color: white;
}

/** like **/

.like-0 {
  transform: rotate(0deg);
}

.like-325 {
  transform: rotate(325deg);
}

.like-270 {
  transform: rotate(270deg);
}

.like-225 {
  transform: rotate(225deg);
}

.like-180 {
  transform: rotate(180deg);
}


.dark-green {
  color: #0b7222 !important
}

.light-green {
  color: #ADD581 !important
}

.text-yellow {
  color: #ffe16b !important
}

.text-orange {
  color: #DC8E18 !important
}

.text-brown {
  color: #7A0200 !important
}

.bg-grey-100 {
  background-color: #a3a9ae !important;
  border-color: #d3d3d4;
}

.survey-stats-table thead tr th:nth-child(2) {
  border: 3px solid #0b7222;
  color: #0b7222 !important;
  font-size: 11px !important;
}

.survey-stats-table thead tr th:nth-child(3) {
  border: 3px solid #ADD581;
  color: #ADD581 !important;
  font-size: 11px !important;
}

.survey-stats-table thead tr th:nth-child(4) {
  border: 3px solid #ffe16b;
  color: #ffe16b !important;
  font-size: 11px !important;
}

.survey-stats-table thead tr th:nth-child(5) {
  border: 3px solid #DC8E18;
  color: #DC8E18 !important;
  font-size: 11px !important;
}

.survey-stats-table thead tr th:nth-child(6) {
  border: 3px solid #7A0200;
  color: #7A0200 !important;
}

.survey-stats-table tbody td {
  border-spacing: 30px !important;
  border: 1px solid rgb(139, 139, 152);
  margin: 3px !important;
  width: 45px;
  font-size: 11px !important;
  text-align: center;
}

table {
  border-collapse: separate;
}

.survey-stats-table tbody tr td:first-child {
  border: 0px solid rgb(35, 35, 170) !important;
  text-align: end;
  padding-right: 5px;
  width: 200px;
  font-size: 11px !important;
}



/*********   *********/
.survey-stats-table tbody tr td:nth-child(3),
.survey-stats-table tbody tr td:nth-child(2) {
  background-color: #afccb4;
}


.survey-stats-table tbody tr:nth-child(2) td:nth-child(3),
.survey-stats-table tbody tr:nth-child(2) td:nth-child(2) {
  background-color: #9ecba5;
}


.survey-stats-table tbody tr td:nth-child(4),
.survey-stats-table tbody tr td:nth-child(5) {
  background-color: #c8fcd0;
}

.survey-stats-table tbody tr:nth-child(2) td:nth-child(4),
.survey-stats-table tbody tr:nth-child(2) td:nth-child(5) {
  background-color: #a5fab2;
}


.survey-stats-table tbody tr td:nth-child(6),
.survey-stats-table tbody tr td:nth-child(7) {
  background-color: rgb(245, 249, 175);
}

.survey-stats-table tbody tr:nth-child(2) td:nth-child(6),
.survey-stats-table tbody tr:nth-child(2) td:nth-child(7) {
  background-color: rgb(248, 254, 141);
}


.survey-stats-table tbody tr td:nth-child(8),
.survey-stats-table tbody tr td:nth-child(9) {
  background-color: #f8dcb3;
}

.survey-stats-table tbody tr:nth-child(2) td:nth-child(8),
.survey-stats-table tbody tr:nth-child(2) td:nth-child(9) {
  background-color: #f5d29c;
}

.survey-stats-table tbody tr td:nth-child(10),
.survey-stats-table tbody tr td:nth-child(11) {
  background-color: #dcbebe;
}

.survey-stats-table tbody tr:nth-child(2) td:nth-child(10),
.survey-stats-table tbody tr:nth-child(2) td:nth-child(11) {
  background-color: #dba6a6;
}


.row-empty {
  height: 12px !important
}

.row-empty td {
  background-color: #fff !important;
  border: 0px solid #fff !important;
}
.survey-select{
  width: 200px !important;
}
.big-icon{
  font-size: 60px !important;
}