@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

::selection {
  background-color: var(--primary);
  color: #fff;
}

html {
  /* font-size: 12px;
    height: 100%;
    letter-spacing: 0.01rem; */
}

.dark-style body {
  color: #ffffff;
  background-color: #121212;
  font-size: 1rem;
  /* overflow-x: hidden; */
  /* font-size: 1.16rem; */
}

.light-style body {
  color: #4A4C4B;
  background-color: #F3F4F6;
  font-size: 1rem;
  /* overflow-x: hidden; */
  /* font-size: 1.16rem; */
}

/* .text-white {
  color: var(--text-white) !important;
} */
.light-style .text-white {
  color: #4A4C4B !important;
}

.light-style hr.text-white {
  color: #555555 !important;
}

.bg-menu-theme.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle) {
  /* color: var(--primary) !important; */
}

.bg-menu-theme .menu-item.open:not(.menu-item-closing)>.menu-toggle,
.bg-menu-theme .menu-inner .menu-item.active>.menu-link.menu-toggle {
  /* background-color: #ffffff; */
}

.bg-menu-theme .menu-inner .menu-item.active>.menu-link.menu-toggle {
  background: var(--primary);
  color: #fff !important;
}

.bg-menu-theme .menu-item.active>.menu-link {
  /* color: #000000 !important; */
  color: var(--primary) !important;
}


div.dataTables_processing>div:last-child>div {
  /* background-color: var(--light-primary); */
  background-color: var(--primary);
}

.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
  border-color: var(--light-primary) !important;
}

.light-style .select2-container--default.select2-container--focus .select2-selection,
.light-style .select2-container--default.select2-container--open .select2-selection {
  border-color: var(--light-primary) !important;
}

.select2-container--default .select2-results__option--highlighted:not([aria-selected=true]) {
  background-color: rgba(115, 103, 240, 0.08) !important;
  color: var(--primary) !important;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--light-primary) !important;
  box-shadow: none;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary.focus {
  color: var(--text-white) !important;
}

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

.dark-style .menu-vertical .app-brand {
  background-color: #202020 !important;
  padding: 0 0.875rem 0 1rem;
  margin: 0px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.light-style .menu-vertical .app-brand {
  box-shadow: none !important;
  background-color: #ffffff !important;
  padding: 0 0.875rem 0 1rem;
  margin: 0px;
}

.dark-style .menu-vertical .menu-inner {
  background-color: #202020 !important;
}

.dark-style .bg-menu-theme .menu-inner .menu-item:not(.active)>.menu-link:hover {
  background: rgba(134, 146, 208, 0.06) !important;
}

.dark-style .bg-menu-theme .menu-inner .menu-item.open>.menu-link.menu-toggle {
  background: var(--primary) !important;
  color: #ffffff !important;
}

.menu-vertical .menu-inner>.menu-item {
  margin: 0.3rem 0rem;
  /* margin: 0.25rem 0rem; */
}

.dark-style .menu-vertical .menu-inner>.menu-item .menu-link {
  background: #ffffff00;
  /* background: #f2f2f2; */
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}

.menu-vertical .menu-inner {
  /* background-color: #003554; */
  background-color: #ffffff;
}

.menu-vertical .menu-inner>.menu-item .menu-link {
  /* background: #FFFFFF33; */
  /* color: #fff; */
  /* color: #6f6b7d; */
  /* color: #FFFFFF1A;
  background: #ffffff; */
  font-weight: 500;
  font-size: 1rem;
}

.main-menu.menu-light .navigation li a:hover {
  background-color: whitesmoke;
  border-radius: 4px;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page:before {
  height: 4.3rem;
  background: none;
  backdrop-filter: none;
}

.select2-results__option[role=option][aria-selected=true] {
  background-color: var(--primary);
  color: #fff;
}

.content-footer {
  display: none;
}

.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle) {
  background: var(--primary) !important;
  /* background: var(--text-white) !important; */
  color: var(--text-white) !important;
  box-shadow: none !important;
}

.menu-vertical .menu-item .menu-link .ti {
  margin-right: 0.5rem !important;
}

.dark-style .layout-navbar.navbar-detached {
  margin: 0rem auto 0;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 0px !important;
  background-color: #202020 !important;
}

.light-style .layout-navbar.navbar-detached {
  margin: 0rem auto 0;
  box-shadow: 0 0.1rem 0.15rem rgba(15, 20, 34, 0.09);
  border-radius: 0px !important;
  background-color: #ffffff !important;
}

.layout-navbar.navbar-detached.container-xxl {
  /* max-width: calc(1440px - 1.5rem * 2 + 3rem); */
  max-width: 100%;
}

.layout-navbar-fixed .layout-navbar.navbar-detached {
  width: calc(100% - 1.5rem * 2 - 16.25rem + 3rem);
}


.tooltip {
  font-size: 1.16rem;
}

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}

.fullscreen canvas {
  width: 100% !important;
  height: 100% !important;
}

.graph-zoom-out-icon {
  position: absolute;
  top: 0px;
  right: 00px;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  background: none rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 2px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.graph-zoom-out-icon img {
  width: 18px;
  height: 18px;
}

.expand-button {
  display: flex;
}

.exit-fullscreen-button {
  display: none;
}

.bg-red {
  background-color: #A50F15 !important;
}

.bg-secondary-red {
  background-color: #ea5355 !important;
}

.bg-primary-teal {
  background-color: #577889 !important;
}

.bg-secondary-blue {
  background-color: #019efb !important;
}

.bg-disabled {
  background-color: #e2e2e2 !important;
}

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

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

.spinner-border {
  /* border: var(--bs-spinner-border-width) solid var(--primary); */
  border: var(--bs-spinner-border-width) solid #071f2b;
  border-right-color: transparent;
}

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

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

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

.text-light-positive {
  /* color: #ff5a5a !important; */
  color: #f18f91 !important;
  font-weight: bold;
}

.text-light-dashboard {
  /* color: #ff5a5a !important; */
  color: #f78f20 !important;
  font-weight: bold;
}

.text-light-nagative {
  color: #ff0000 !important;
  font-weight: bold;
}

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

.text-secondary-blue2 {
  /* color: #019efb !important; */
  color: var(--light-primary) !important;
}

.dark-style input:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  font-size: 1rem !important;
}

.light-style input:-webkit-autofill {
  -webkit-text-fill-color: #4A4C4B;
  font-size: 0.875rem !important;
}

.bg-secondary-grey {
  background-color: #a9a9a9 !important;
}

.header-emergency-btn {
  max-height: 38px;
  align-items: center;
  display: flex;
  gap: 4px !important;
  border-radius: 30px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  /* font-size: 14px !important; */
  font-size: 1.16rem !important;
}

.header-emergency-btn .feather-plus {
  height: 18px !important;
  width: 18px !important;
}

button:hover {
  box-shadow: none !important;
}

.dark-style body {
  color: #ffffff;
  background-color: #121212;
}

/* Nav CSS */
.header-navbar.floating-nav {
  margin: 0px;
  width: calc(100vw - (100vw - 100%) - 260px);
  box-shadow: 0px 6px 4px -2px #00000040;
  /* background-color: #202020 !important; */
  min-height: 70px;
  z-index: 9999;
}

.main-menu .navbar-header {
  box-shadow: 0px 4px 4px 0px #00000040;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .header-icon:nth-child(1) {
  width: 35px;
  height: 35px;
} */
.main-menu ul.navigation-main {
  padding: 24px 1px;
  gap: 9px;
}

.main-menu ul.navigation-main>li:first-child {
  margin-top: 0rem;
}

.dark-style .main-menu {
  background-color: #202020 !important;
}

.main-menu.menu-dark .navigation li a {
  background: #ffffff33;
  color: #ffffff !important;
  font-weight: 500;
}

.main-menu.menu-dark .navigation>li>a {
  background: #ffffff33;
  box-shadow: none;
  border-radius: 4px;
  gap: 6px;
  padding: 8px;
}

.main-menu.menu-dark .navigation>li.active>a {
  box-shadow: none;
  background: #577889;
  font-weight: 500;
}

.main-menu .navbar-header .navbar-brand .brand-logo img {
  max-width: 175px;
}

.dark-style .select2-container .select2-selection,
.dark-style .select2-container .select2-selection__placeholder {
  background: transparent !important;
  border-color: #202020 !important;
  color: #fff;
  /* min-height: 41.16px; */
  min-height: 2.5rem;
  border-radius: 8px;
}

.select2-container--default .select2-selection {
  border-radius: 8px !important;
}

.dark-style .select2-container .select2-search__field {
  background: transparent !important;
  border-color: #202020 !important;
  color: #fff;
}

.light-style .select2-container .select2-search__field {
  background: transparent !important;
  /* border-color: #202020 !important;
  color: #fff; */
}

.dark-style .select2-container .select2-search__field::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.dark-style .select2-container .select2-dropdown {
  /* background: #121212 !important; */
  background: #3a3a3a !important;
  border-color: #202020 !important;
  color: #fff;
}

.dark-style .select2-container--classic .select2-results__option[aria-selected="true"],
.dark-style .select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #202020 !important;
  color: #fff !important;
}

.dark-style .select2-container--default .select2-results__option--highlighted:not([aria-selected=true]) {
  background-color: #202020 !important;
  color: #fff !important;
}

.dark-style .select2-container--classic .select2-results__option--highlighted,
.dark-style .select2-container--default .select2-results__option--highlighted {
  background-color: #202020 !important;
  color: #fff !important;
}

.select2-container--classic.select2-container .select2-selection--single,
.select2-container--default.select2-container .select2-selection--single {
  /* border-color: #202020 !important; */
  outline: 0;
}

.dark-style .select2-container--default .select2-selection__rendered {
  color: #fff !important;
}

.dark-style .input-group .input-group-text {
  background-color: #3a3a3a;
  border-color: #202020;
  color: #ffffff;
}

.dark-style input.form-control:not(:focus),
.dark-style select.form-select:not(:focus),
.dark-style textarea.form-control:not(:focus) {
  border-color: #202020;
}

.light-style input.form-control:not(:focus),
.light-style select.form-select:not(:focus),
.light-style textarea.form-control:not(:focus) {
  /* border-color: rgb(219, 218, 222.4) !important; */
  border-color: #ccc;
}

.light-style .flatpickr-time {
  border: 1px solid #ccc;
  text-align: left;
}

.flatpickr-time .numInputWrapper {
  height: 2.5rem;
}

.flatpickr-calendar.hasTime {
  padding-bottom: 0px;
}

.flatpickr-time .numInputWrapper input {
  display: flex;
}

.form-control:hover:not([disabled]):not([focus]) {
  border-color: #ccc;
}

.dark-style input.form-control,
.dark-style select.form-select,
.dark-style textarea.form-control {
  background-color: #3a3a3a;
  color: #ffffff !important;
}

.light-style input.form-control,
.light-style select.form-select,
.light-style textarea.form-control {
  background-color: transparent !important;
  color: #4A4C4B !important;
}

.light-style .input-group .input-group-text {
  background-color: transparent !important;
  /* border-color: rgb(219, 218, 222.4); */
  border-color: #ccc;
  /* color: #ffffff !important; */
}

.dark-style input.form-control:disabled {
  background-color: #FFFFFF33 !important;
}

.input-group:focus-within {
  box-shadow: none;
}

.dark-style input:-webkit-autofill {
  background-color: #3a3a3a !important;
  box-shadow: 0 0 0 1000px #3a3a3a inset !important;
  /* -webkit-text-fill-color: black !important; */
}

.sidemenu-icon {
  margin-right: 0.5rem;
  height: 1.5rem;
}

.dark-style .form-control:hover:not([disabled]):not([focus]) {
  border-color: #202020;
}

.dark-style .input-group:focus-within .form-control,
.dark-style .input-group:focus-within .input-group-text {
  border-color: #202020;
  box-shadow: none;
}

.dark-style .nav-tabs {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  /* row-gap: 20px; */
  /* column-gap: 32px; */
  /* column-gap: 25px; */
  /* border-bottom: 0 solid #dae1e7; */
  border-bottom: 0px solid #ffffff;
  background-color: transparent;
  position: relative;
  width: 100%;
}

.light-style .nav-tabs.admin-tabs {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  /* row-gap: 20px; */
  /* column-gap: 32px; */
  /* column-gap: 25px; */
  /* border-bottom: 0 solid #dae1e7; */
  border-bottom: 0px solid #ffffff;
  background-color: transparent;
  position: relative;
  width: 100%;
}

.dark-style .tab-hr {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  /* background-color: rgb(219, 218, 222.4); */
  display: block;
  position: relative;
  bottom: 5px;
}

.tab-hr {
  width: 100%;
  height: 2px;
  /* background-color: #ffffff; */
  background-color: rgb(219, 218, 222.4);
  display: block;
  position: relative;
  bottom: 4px;
}

.tab-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  /* scrollbar-width: thin;  */
  overflow-y: hidden;
  scrollbar-width: none;
}

.tab-wrapper::-webkit-scrollbar {
  /* height: 6px;  */
  display: none;
}

.tab-wrapper::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.tab-wrapper::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.tab-content {
  padding: 0px;
  border-radius: 0px;
  /* background-color: #ffffff; */

}

.light-style .tab-content {
  padding: 0px;
}

.light-style .nav-tabs {
  background-color: transparent;
  border-bottom: 0px;
}

.light-style .nav-tabs .nav-link.active {
  background-color: transparent;
  /* color: #3e58b3; */
  color: var(--dark-primary);
  font-weight: 600;
}

.light-style .nav-item .nav-link {
  background-color: transparent;
  color: #4A4C4B;
}

.dark-style .nav-item .nav-link {
  background-color: transparent;
  color: #ffffff;
}

.nav-tabs .nav-link:not(.active):hover,
.nav-tabs .nav-link:not(.active):focus,
.nav-pills .nav-link:not(.active):hover,
.nav-pills .nav-link:not(.active):focus {
  /* color: #3e58b3; */
  color: var(--dark-primary);
}

.dark-style .nav-tabs .nav-item .nav-link {
  /* color: #aaa;
  padding: 4px 4px 14px 4px; */
  /* margin-right: 32px; */
}

.dark-style .nav-tabs .nav-item:last-child .nav-link {
  /* margin-right: 0px; */
}

.dark-style .nav-tabs .nav-item .nav-link.active,
.dark-style .nav-pills .nav-item .nav-link.active,
.dark-style .nav-tabs.nav-justified .nav-item .nav-link.active {
  background-color: transparent;
  color: #ffffff;
  /* font-weight: 700; */
  box-shadow: none;
}

.nav-tabs .nav-link:after {
  display: none;
}

.nav-tabs:after {
  /* content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 2px;
  background-color: #ffffff; */
}

.nav-tabs .nav-link.active {
  border-bottom: 0px solid var(--primary);
  /* color: var(--primary); */
  position: relative;
  z-index: 5;
  box-shadow: none;
}

.nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  display: block;
}

.nav-tabs .nav-link {
  /* font-size: 0.875rem; */
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}

.schedule-tab .nav-pills {
  /* border: 1px solid var(--light-primary) !important; */
  border: 1px solid var(--primary) !important;
  border-radius: 0.5rem;
  overflow: hidden;
}

.schedule-tab .nav-pills .nav-item {
  flex: 1;
}

.schedule-tab .nav-pills .nav-link {
  min-width: 160px;
  border-radius: 0px;
}

.schedule-tab .nav-pills .nav-link:hover {
  /* color: #ffffff; */
  color: #555555;
}

.dark-style .schedule-tab .nav-pills .nav-link:hover {
  color: #ffffff;
}

.schedule-tab .nav-pills .nav-link.active {
  /* background-color: var(--light-primary) !important; */
  background-color: var(--primary) !important;
  /* color: #121212 !important; */
  color: #ffffff !important;
  box-shadow: none;
}

.schedule-take-action {
  background-color: var(--dark-primary);
  border-radius: 0.8rem;
  padding: 1rem;
}

.light-style .schedule-take-action .text-white {
  color: #ffffff !important;
}

.form-control {
  font-size: 1rem;
  border-radius: 0.5rem;
  /* padding: 0.66rem 1.16rem; */
}

.form-control:focus {
  border-color: #202020;
}

.dark-style .form-control::placeholder {
  color: #ccc;
}

.dark-style .form-label {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.37rem;
  color: #ffffff;
}

.light-style .form-label {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.37rem;
  color: #4A4C4B;
}

.flatpickr-time {
  height: 2.57rem;
  max-height: 2.57rem;
}

.min-ht-form-control {
  min-height: 2.57rem;
}

.gap-16 {
  gap: 1rem !important;
}

.mb-16 {
  margin-bottom: 1rem !important;
}

.dark-style .select2-container .select2-selection__rendered {
  color: #ffffff;
}

.select2 {
  font-size: 1rem;
}

.dataTable .select2,
.dataTable .form-control,
.dataTable .select2-results__option {
  font-size: 0.875rem;
}

.custom-selct2-class .select2-results__option {
  font-size: 0.875rem;
}

.select2-results__option {
  font-size: 1rem;
}

.py-75 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-75 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.mb-25 {
  margin-bottom: 0.25rem !important;
}

.flex-1 {
  flex: 1 !important;
}

.gap-50 {
  gap: 0.5rem;
}

.mb-75 {
  margin-bottom: 0.75rem !important;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fw-400 {
  font-weight: 400;
}

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

.section-wrapper h2 {
  font-size: 1.5rem;
}

.inner-card-title {
  font-size: 1.5rem;
}

html .content {
  min-height: 100%;
}

html .content.app-content {
  padding: calc(2.5rem + 4.45rem + 1rem) 2.5rem 2.5rem;
}

.min-w-auto {
  min-width: auto !important;
}

.form-group {
  margin-bottom: 16px;
}

@media (max-width: 1199.98px) {
  .header-navbar.floating-nav {
    width: 100% !important;
  }

  .dark-style .nav-tabs .nav-link.active:after {
    bottom: 1px;
  }

  .main-menu .navbar-header .navbar-brand .brand-logo img {
    max-width: 150px;
  }

  .modern-nav-toggle {
    display: flex !important;
  }

  .layout-navbar-fixed .layout-navbar.navbar-detached {
    width: 100% !important;
  }
}

/* Nav CSS */

.content-box {
  padding: 0px 0.5rem 0.5rem;
}

.section-gap {
  display: flex;
  flex-direction: column;
  /* gap: 2rem; */
  gap: 1.5rem;
}

.section-gap-dashboard {
  gap: 1.5rem;
}

.dark-style .flatpickr-days {
  background-color: transparent;
}

.dark-style span.flatpickr-weekday {
  background-color: transparent;
}

.dark-style .flatpickr-input:not(.is-invalid):not(.is-valid)~.form-control:disabled,
.dark-style .flatpickr-input:not(.is-invalid):not(.is-valid)[readonly],
.dark-style .flatpickr-input:not(.is-invalid):not(.is-valid)~.form-control[readonly] {
  background-color: transparent;
}

.section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-title {
  color: #ffffff !important;
  font-family: Open Sans;
  /* font-size: 2.28rem; */
  font-size: 1.8rem;
  font-weight: 500;
  /* line-height: 43.58px; */
  line-height: 2.5rem;
  text-align: left;
  margin-top: -0.4rem;
}

.section-wrapper .page-title {
  font-size: 2rem;
}

.box-22 {
  height: 22px;
  width: 22px;
}

.btn {
  /* font-size: 1.125rem; */
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  /* line-height: 1.25rem; */
  line-height: 1.37rem;
  /* padding: 8px 16px; */
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  box-shadow: none !important;
}

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

.btn .feather-plus {
  height: 22px;
  width: 22px;
}

.btn-primary {
  color: var(--text-white);
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-primary:hover {
  color: var(--text-white) !important;
  background-color: var(--dark-primary) !important;
  border-color: var(--dark-primary) !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-outline-primary:hover {
  border-color: var(--primary) !important;
}

.table-btn {
  background-color: var(--primary);
  border-radius: 0.25rem;
  height: 1.8rem;
  width: 3rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-btn.table-trash-btn {
  background-color: #F19090 !important;
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.btn-primary.show.dropdown-toggle,
.show>.btn-primary.dropdown-toggle {
  color: var(--text-white) !important;
  background-color: var(--dark-primary) !important;
  border-color: var(--dark-primary) !important;
}

.btn-outline-primary2 {
  border: 1px solid var(--light-primary);
  color: var(--light-primary);
}

.btn-outline-primary2:hover,
.btn-outline-primary2:focus {
  border: 1px solid var(--light-primary);
  color: var(--light-primary);
  /* border: 1px solid var(--dark-primary);
  color: var(--dark-primary); */
}

.btn-outline-danger2 {
  border: 1px solid #E77373;
  color: #E77373;
}

.btn-danger2:hover,
.btn-danger2:focus {
  background-color: #E77373;
  /* border: 1px solid var(--light-primary); */
  color: #000000;
}

.btn-danger2 {
  background-color: #E77373;
  /* border: 1px solid #E77373; */
  color: #000000;
}

.btn-outline-danger2:hover,
.btn-outline-danger2:focus {
  border: 1px solid #E77373;
  color: #E77373;
}

.btn-white-outline {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-white-outline:hover,
.btn-white-outline:focus {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.min-w-160 {
  min-width: 160px;
}

.max-w-160 {
  max-width: 160px;
  width: 100%;
}

.max-w-140 {
  max-width: 140px;
  width: 100%;
}

.max-w-180 {
  max-width: 180px;
  width: 100%;
}

.max-w-200 {
  max-width: 200px;
  width: 100%;
}

.max-w-240 {
  max-width: 240px;
  width: 100%;
}

.watchlist-card-wrapper {
  display: flex;
  gap: 20px;
  overflow: auto;
}

.watchlist-card-wrapper::-webkit-scrollbar {
  display: none;
}

.watchlist-card-wrapper {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.watchlist-card {
  background-color: #202020;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  /* min-width: 300px; */
  min-width: 25%;
}

.watchlist-card-inner {
  background-color: #3a3a3a;
  box-shadow: 0px 4px 8px 0px #000000D9;
  border-radius: 0.5rem;
  padding: 1rem;
}

.light-style .watchlist-card-inner {
  background-color: #ffffff;
  box-shadow: 0px 1px 5px 0px #ddddddd9;
  border-radius: 0.5rem;
  padding: 1rem;
}

.watchlist-card .badge {
  padding: 4px 12px;
  font-weight: 600;
}

.badge {
  font-family: Open Sans;
  /* font-size: 14px; */
  font-size: 1.16rem;
  font-weight: 700;
  /* line-height: 19.07px; */
  line-height: 1.58rem;
  padding: 0.5rem 1rem;
  border-radius: 2.5rem;
}

.bg-emergency {
  background: #ae3434;
}

.bg-warning {
  background: #e58a00;
}

.bg-warning-dark {
  background: #BC7100;
}

.bg-notice {
  background: #4D4D4D;
}

.watchlist-avatar {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: cover;
  object-position: 50% 100%;
}

.custom-card {
  background: #3a3a3a;
  /* padding: 1rem; */
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.5rem;
}

/* .custom-map-card {
  justify-content: end;
} */

.light-style .custom-card {
  background: #ffffff;
  /* box-shadow: 0 0.25rem 0.75rem rgba(15, 20, 34, 0.05); */
  /* box-shadow: 0px 2px 6px 0px #0000001A;
  box-shadow: 0px 0px 4px 0px #0000000D; */
  box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.2);
}

.active-dot {
  background: #22bd28;
}

.bg-dark-active {
  background: #2d971c;
}

.light-style .offline-dot {
  /* background: #ffffff; */
  background: #4A4C4B;
}

.dark-style .offline-dot {
  background: #ffffff;
  /* background: #4A4C4B; */
}

.emergency-dot {
  background: #bd2222;
}

.warning-dot {
  background: #e58a00;
}

.notice-dot {
  background: #202020;
  border: 1px solid #b0b0b0;
}

.table-status-dot {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
}

.table thead th,
.table tfoot th {
  /* font-size: 14px; */
  /* font-size: 0.875rem; */
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-white) !important;
  /* background-color: #577889 !important; */
  background-color: var(--dark-primary) !important;
  text-transform: none;
}

.w-h-8 {
  width: 0.5rem;
  height: 0.5rem;
  flex-shrink: 0;
}

.w-h-14 {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
}

.w-h-16 {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.w-h-18 {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}

.w-h-20 {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.w-h-24 {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

.w-h-32 {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}

.dark-style .table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #3a3a3a;
}

.dark-style .table.table-striped tbody tr:nth-of-type(even) {
  background-color: #202020;
}

.dark-style .table.table-striped.striped-light tbody tr:nth-of-type(even) {
  background-color: #20202080;
}

.light-style .table> :not(caption)>*>* {
  color: #4A4C4B;
}

.form-switch .form-check-input {
  height: 2.5rem;
  width: 4.375rem;
  background-color: #E5E7EB !important;
  cursor: pointer;
}

/* .form-switch .form-check-input:disabled {
  opacity: 1;
} */
.form-switch .form-check-input:not(:checked):not(:focus),
.form-switch .form-check-input:not(:checked),
.form-switch .form-check-input:focus {
  background-image: url(../../assets/img/switch-off.png) !important;
  background-color: #E5E7EB !important;
}

.form-switch .form-check-input:checked {
  background-image: url(../../assets/img/switch-on.png) !important;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  box-shadow: none !important;
}

.form-switch .form-check-input:focus {
  border: none;
}

/* Datatable CSS */
.dataTables_paginate .page-item.active .page-link {
  border-radius: 0px;
}

.dataTables_info {
  display: inline-block;
}

.dataTables_paginate {
  display: inline-block;
  float: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin-bottom: 10px;
}

.dark-style input[type="file"].form-control::file-selector-button {
  background-color: var(--primary);
  color: var(--text-white);
}

.dark-style input[type="file"].form-control:hover::file-selector-button {
  background-color: var(--primary);
  color: var(--text-white);
}

div.dataTables_paginate ul.pagination .page-item,
ul.pagination.custom-pagination .page-item {
  position: relative;
}

div.dataTables_paginate ul.pagination .page-item .page-link img,
ul.pagination.custom-pagination .page-item .page-link img {
  display: none;
}

div.dataTables_paginate ul.pagination .page-item.previous .page-link:after,
ul.pagination.custom-pagination .page-item.prev .page-link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 57%;
  transform: translate(-50%, -50%) rotate(135deg);
  display: inline-block;
  border: solid var(--text-white);
  border-width: 0 2px 2px 0;
  padding: 3px;
  width: 0;
  height: 0;
}

div.dataTables_paginate ul.pagination .page-item.next .page-link:after,
ul.pagination.custom-pagination .page-item.next .page-link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 43%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: inline-block;
  border: solid var(--text-white);
  border-width: 0 2px 2px 0;
  padding: 3px;
  width: 0;
  height: 0;
}

table.dataTable {
  margin-top: 0px !important;
}

table.dataTable td {
  vertical-align: top;
  border: 0px;
  /* font-size: 0.875rem; */
  font-size: 1rem;
}

.dark-style table.dataTable td,
.dark-style table.dataTable th {
  padding: 12px 8px;
  /* color: #b4b7bd; */
  color: #dddddd;
  border-color: var(--primary) !important;
  /* border-color: transparent !important; */
  box-shadow: none !important;
}

.dashboard-event-name {
  color: #4A4C4B;
}

.dashboard-event-name:hover {
  color: #4A4C4B;
}

.dark-style .dashboard-event-name {
  color: #dddddd;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.previous .page-link {
  background-color: var(--dark-primary);
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.next .page-link {
  background-color: var(--dark-primary);
}

.dataTables_paginate .pagination:not([class*="pagination-"]) .page-item.active .page-link {
  /* background-color: var(--light-primary) !important; */
  box-shadow: none !important;
  position: relative;
  color: #555555;
}

.dataTables_paginate .pagination:not([class*="pagination-"]) .page-item.active .page-link:after {
  content: "";
  /* background-color: var(--light-primary) !important; */
  /* background-color: var(--fc-today-bg-color, rgb(237 229 189)) !important; */
  /* background-color: #00496A33; */
  background-color: var(--light-primary);
  opacity: 0.5;
  position: absolute;
  top: 0px;
  z-index: -1;
  left: 0px;
  width: 100%;
  height: 100%;
}

.dark-style .dataTables_paginate .pagination:not([class*="pagination-"]) .page-item.active .page-link:after {
  content: "";
  /* background-color: var(--light-primary) !important; */
  /* background-color: var(--fc-today-bg-color, rgb(237 229 189)) !important; */
  /* background-color: #00496A33; */
  background-color: #202020;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  z-index: -1;
  left: 0px;
  width: 100%;
  height: 100%;
}

table.dataTable thead .sorting::before,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before {
  background: url(../img/arrow_drop_up.png) !important;
  background-size: contain;
  height: 5px !important;
  width: 10px !important;
  top: 45% !important;
  content: "" !important;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after {
  content: "";
  display: none !important;
}

table.dataTable .select-checkbox {
  width: 10px !important;
  min-width: 10px !important;
  padding-right: 0px !important;
}

table.dataTable thead th.select-checkbox:before {
  display: none;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  display: none;
}

.btn-outline-white {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  background-color: transparent !important;
}

.btn-outline-white.active,
.btn-outline-white:active,
.btn-outline-white:focus,
.btn-outline-white:hover {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  background-color: transparent !important;
}

table.dataTable .btn-outline-white {
  font-size: 0.875rem;
  padding: 0.3rem 1.2rem;
  font-weight: 500;
}

table.dataTable .action-btn-box .btn-outline-primary {
  font-size: 0.875rem;
  padding: 0.3rem 1.2rem;
  font-weight: 500;
}


.dataTables_paginate .pagination:not([class*="pagination-"]) .page-item .page-link {
  background-color: #ffffff;
  /* font-size: 16px; */
  font-size: 1rem;
  height: 2.5rem;
  /* line-height: 20px; */
  line-height: 1.31rem;
  font-weight: 600;
  color: #4A4C4B;
  padding: 0.5rem 1rem;
  border: 1px solid #4A4C4B;
  border-right-width: 0px;
  border-radius: 0px;
}

.dark-style .dataTables_paginate .pagination:not([class*="pagination-"]) .page-item .page-link {
  background-color: transparent;
  /* font-size: 16px; */
  font-size: 1rem;
  height: 2.5rem;
  /* line-height: 20px; */
  line-height: 1.31rem;
  font-weight: 600;
  color: #f2f2f2;
  padding: 0.5rem 1rem;
  border: 1px solid #202020;
  border-right-width: 0px;
  /* border-radius: 0px; */
}

.light-style table.dataTable.table-striped>tbody>tr.odd>* {
  box-shadow: none !important;
  background-color: #ffffff;
}

.light-style table.dataTable.table-striped>tbody>tr.even>* {
  box-shadow: none !important;
  background-color: #F1F1F1;
}

.dataTables_paginate .pagination:not([class*="pagination-"]) .page-item:not(.active) .page-link:hover {
  background-color: #ffffff;
  color: #4A4C4B;
}

.dataTables_paginate .pagination:not([class*="pagination-"]) .page-item.previous .page-link:hover,
.dataTables_paginate .pagination:not([class*="pagination-"]) .page-item.next .page-link:hover {
  background-color: var(--dark-primary);
  /* color: #4A4C4B; */
}

.dataTables_paginate .page-item:first-child:not(.prev-item) .page-link {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.dataTables_paginate .page-item:last-child:not(.next-item) .page-link {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-right-width: 1px;
}

div.dataTables_wrapper .dataTables_info {
  padding-top: 0.7rem !important;
  /* font-size: 16px; */
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
}

div.dataTables_wrapper .page-item {
  border-radius: 5px;
}

div.dataTables_wrapper .page-item.active .page-link {
  transform: scale(1);
}

div.dataTables_wrapper .page-item:not(:first-child) .page-link {
  margin-left: 0px;
}

.dark-style .pagination .page-item.prev-item .page-link:before,
.dark-style .pagination .page-item.previous .page-link:before,
.dark-style .pagination .page-item.prev .page-link:before {
  display: none;
}

.dark-style .pagination .page-item.next-item .page-link::after,
.dark-style .pagination .page-item.next .page-link::after,
.page-item.next .page-link:hover:after {
  display: none;
}

table.dataTable thead>tr>th.sorting_asc:before {
  opacity: 1;
}

table.dataTable thead>tr>th.sorting_desc:before {
  /* opacity: 0.5; */
  opacity: 1;
  transform: rotate(180deg);
}

.grid-2 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
}

.object-cover {
  object-fit: cover;
}

.map-wrapper {
  position: relative;
  height: 100%;
}

.map-layout {
  background-color: #505050;
  height: 100%;
  position: relative;
}

.map-layout::after {
  /* content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 9;
  background: #0000009e; */
}

.map-info {
  /* position: absolute;
  z-index: 9;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 30px; */
}

#customMap {
  height: calc(100vh - 70px);
}

.modal #customMap {
  height: 75vh !important;
}

.map-search-wrapper {
  position: absolute;
  width: 100%;
  top: 0px;
}

.map-button-wrapper {
  width: 180px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.map-search {
  padding: 18px 30px;
  background: #ffffff1a;
  display: flex;
  gap: 18px;
}

.map-filter-applied {
  background: #ffffff1a;
  border-radius: 50px;
  padding: 8px 24px;
  margin: 15px 30px 0px;
}

.filter-tag-wrapper {
  display: flex;
  align-items: start;
  column-gap: 15px;
  row-gap: 10px;
  flex-wrap: wrap;
}

.filter-tag {
  /* font-size: 14px; */
  font-size: 1.16rem;
  font-weight: 600;
  /* line-height: 19px; */
  line-height: 1.58rem;
  background: #019efb;
  border: 1px solid #019efb;
  padding: 4px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 38px;
}

#mapInfoPopup {
  background: #ffffff;
  padding: 0px;
  border-radius: 16px;
  min-width: 350px;
}

/* #mapInfoPopup #bodyContent {
  display: flex;
  flex-direction: column;
  gap: 10px;
} */
.gm-style .gm-style-iw-c {
  background: #202020;
  padding: 0px !important;
  border-radius: 16px;
  box-shadow: none;
  overflow: visible;
}

.gm-style-iw-d {
  overflow: auto !important;
}

.gm-style .gm-style-iw-tc::after {
  background: #202020 !important;
  top: -2px;
}

.gm-ui-hover-effect {
  width: 24px !important;
  height: 24px !important;
  opacity: 0.8 !important;
}

.gm-style .gm-style-iw {
  /* font-size: 14px; */
  font-size: 1.16rem;
}

.gm-style-iw-chr {
  position: absolute;
  top: -30px;
  right: -5px;
}

.gm-ui-hover-effect>span {
  background-color: #ffffff;
  margin: 0px !important;
}

.gm-style-moc {
  background-color: rgb(0 0 0 / 90%);
}

.gm-style-cc {
  display: none;
}

.gmnoprint div {
  border: 1px solid #E8E9EE !important;
  background-color: #202020 !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  outline: none;
}

.map-user-infobox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}

.map-infobox-title {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 9px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.map-infobox-border {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 16px;
}

.map-infobox-emergency-border {
  border: 2px solid #AE3434;
}

.map-infobox-warning-border {
  border: 2px solid #BC7100;
}

.map-infobox-notice-border {
  border: 2px solid #4D4D4D;
}

.border-radius-top-16 {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}


.modal {
  /* z-index: 99999; */
}

.modal-content {
  background-color: #fefefe;
}

.dark-style .modal .modal-content,
.dark-style .modal .modal-body,
.dark-style .modal .modal-footer {
  /* background-color: #f5f5f5; */
}

.dark-style .modal .modal-header {
  padding: 1rem;
  padding-bottom: 0.1rem;
  justify-content: space-between;
}

.dark-style .modal .modal-body {
  padding: 1rem;
  padding-bottom: 1.1rem;
}

.modal .modal-header .btn-close {
  background-image: url(../../assets/img/modal-close.png);
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
  right: 0px !important;
  top: 0px !important;
  height: 1.5rem;
  width: 1.5rem;
  box-shadow: none;
  background-size: contain;
  transition: none;
  transform: none !important;
}

.dark-style .modal .modal-header .btn-close {
  background-image: url(../../assets/img/modal-close1.png);
}

.dark-style .modal .modal-content {
  border: 1px solid #a5a5a5;
  /* overflow: hidden; */
  background-color: #3A3A3A;
}

.mapfilter-sidebar {
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 70px;
  right: 0;
  overflow-x: hidden;
  transition: 0.2s;
  height: 100vh;
  margin-right: 1px;
  background-color: #121212;
}

.mapfilter-sidebar.open {
  display: flex;
  gap: 16px;
  flex-direction: column;
  padding: 16px;
  width: 366px;
  height: calc(100vh - 70px);
}

.mapfilter-sidebar .select2-search__field {
  width: auto !important;
}

.fs-32 {
  /* font-size: 32px; */
  font-size: 2.66rem;
}

.modern-nav-toggle {
  display: none;
}

.bg-primary-black {
  background-color: #202020 !important;
}

.fs-16 {
  /* font-size: 16px; */
  font-size: 1rem;
}

.view-notification-wrapper {
  display: flex;
  gap: 30px;
  flex-direction: row;
  width: 100%;
}

.notification-left {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 253px;
  flex-shrink: 0;
}

.notification-right {
  width: calc(100% - 275px);
}

.notification-left-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

#selectMap .modal-dialog {
  max-width: 80%;
}

.select-map-image {
  max-height: 80vh;
  min-height: 500px;
}

.profile-image {
  width: 164px;
  height: 164px;
  object-fit: cover;
  object-position: 50% 100%;
}

.graph-filter-btn-group.btn-group label[class*="btn-outline-"] {
  color: #019efb !important;
  /* font-size: 14px; */
  font-size: 1.16rem;
  padding: 3px 17px;
  font-weight: 600;
}

.graph-filter-btn-group .btn-check:checked+.btn-outline-primary,
.graph-filter-btn-group .btn-check:active+.btn-outline-primary {
  color: #ffffff !important;
  background-color: #019efb !important;
}

.graph-filter-btn-group .btn {
  border-radius: 30px;
}

.graph-filter-btn-group label {
  cursor: pointer;
}

.timeline-btn-group.btn-group label[class*="btn-outline-"] {
  color: #ffffff !important;
  /* font-size: 17px; */
  font-size: 1.41rem;
  padding: 5px 18px;
  font-weight: 500;
  cursor: pointer;
}

.sleeping-graph {
  display: none;
}

.timeline-btn-group .btn-check:checked+.btn-outline-primary,
.timeline-btn-group .btn-check:active+.btn-outline-primary {
  color: #ffffff !important;
  background-color: #019efb !important;
}

.timeline-btn-group .btn-outline-primary {
  border: 2px solid #019efb !important;
  border-radius: 8px;
}

.checkbox-wrapper .form-check {
  padding-left: 2.3rem;
}

.checkbox-wrapper .form-check .form-check-input {
  /* width: 24px;
  height: 24px; */
  width: 1.375rem;
  height: 1.375rem;
  margin-left: -2.3rem;
  box-shadow: none !important;
  border-color: #f2f2f2;
  cursor: pointer;
}

.checkbox-wrapper.dataTable .form-check-input {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0px;
  border-color: #fff !important;
  cursor: pointer;
}

.checkbox-wrapper .form-check-label {
  font-size: 1rem;
  /* font-size: 1.33rem; */
  /* font-weight: 600; */
  /* list-style: 24px; */
  line-height: 1.375rem;
}

.checkbox-wrapper .form-check:not(.form-switch) .form-check-input[type="checkbox"]:checked {
  /* background-size: 85%; */
  background-size: 93%;
}

.checkbox-wrapper .form-check-input:checked {
  /* background-color: #ffffff;
  border-color: #ffffff; */
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.radio-wrapper .form-check-input:checked {
  border-color: #ffffff;
  position: relative;
}

.radio-wrapper .form-check-input:checked:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  /* width: 1.125rem;
  height: 1.125rem; */
  width: 1.375rem;
  height: 1.375rem;
  background-color: transparent;
  border-radius: 100%;
  /* border: 0.125rem solid #3a3a3a; */
}

.radio-wrapper .form-check-input:checked[type=radio] {
  background-image: none;
}

.checkbox-wrapper .form-check-input[type=checkbox] {
  appearance: none;
  /* Remove default checkbox styling */
  -webkit-appearance: none;
  /* For Safari */
  width: 1.375rem;
  height: 1.375rem;
  background-color: transparent;
  /* border: 0.125rem solid #3a3a3a; */
  border-radius: 4px;
  /* Optional: for rounded corners */
  position: relative;
}

.checkbox-wrapper .form-check-input:checked[type=checkbox] {
  /* background-image: none !important; */
  /* background-image: url(../../assets/img/white-check.svg); */
  background-color: var(--primary) !important;
  /* Background color for checked state */
}

.checkbox-wrapper .form-check-input:not(:checked):not(:indeterminate):not(:focus) {
  border-color: #4A4C4B;
}

.checkbox-wrapper .select-dataset:not(:checked):not(:indeterminate):not(:focus) {
  border-color: #f2f2f2;
}

.checkbox-wrapper .form-check-input:not(:checked):not(:indeterminate) {
  background-color: transparent;
}

.checkbox-wrapper .form-check-input:not(:checked) {
  border-color: #4A4C4B;
  background-color: transparent;
}

.checkbox-wrapper .select-dataset:not(:checked) {
  border-color: #f2f2f2;
}


.dark-style .select2-container .select2-selection__arrow b {
  background-image: url(../../assets/img/expand_more.svg);
  background-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  top: 23%;
}

.dark-style .flatpickr-calendar {
  background: #202020;
  border-color: #161d31;
  box-shadow: none;
}

.dark-style .flatpickr-time {
  border: 1px solid #202020;
  background-color: #202020;
}

.dark-style .flatpickr-time input {
  color: var(--light-primary);
}

.flatpickr-calendar .flatpickr-day.today {
  /* border-color: #019EFB; */
  border-color: var(--primary) !important;
}

.flatpickr-calendar .flatpickr-day.selected,
.flatpickr-calendar .flatpickr-day.selected:hover {
  background: var(--primary) !important;
  color: #fff;
  border-color: var(--primary) !important;
}

.dark-style .flatpickr-day {
  color: var(--light-primary);
}

.dark-style .flatpickr-day.nextMonthDay,
.dark-style .flatpickr-day.prevMonthDay,
.dark-style .flatpickr-day.flatpickr-disabled {
  color: var(--dark-primary);
}

.dark-style .flatpickr-prev-month,
.dark-style .flatpickr-next-month {
  background-color: var(--dark-primary);
}

.flatpickr-current-month {
  top: 0.8rem;
}

.dark-style .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(../../assets/img/expand_more.png);
}

.select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
  transform: rotate(180deg) !important;
}

.select2-selection.select2-selection--multiple::after {
  content: "";
  position: absolute;
  right: 9px;
  background-image: url(../../assets/img/expand_more.png);
  background-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  top: 25%;
  cursor: pointer;
}

.select2-container.select2-container--open .select2-selection::after {
  transform: rotate(180deg) !important;
}

.tooltip-inner {
  font-size: 0.875rem;
}

.flatpickr-basic {
  position: relative;
}

.flatpickr-basic:after {
  content: "";
  position: absolute;
  right: 9px;
  background-image: url(../../assets/img/expand_more.png);
  background-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  top: 25%;
  cursor: pointer;
}

.dark-style .select2-container .select2-selection--multiple .select2-selection__choice {
  color: #ffffff !important;
  border: none;
  /* font-size: 15px; */
  font-size: 0.93rem;
  font-weight: 400;
  background: #ffffff33 !important;
  /* border-radius: 2.5rem;
  padding: 0.325rem 0.62rem; */
  /* margin-right: 0.5rem;
  margin-top: 0.45rem !important;
  padding-right: 1.7rem !important; */
  /* margin-right: 0.27em;
  margin-top: 0.27em; */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff !important;
  opacity: 1 !important;
  top: 0.28rem;
  right: 0.2rem !important;
}

.light-style .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #4A4C4B !important;
  opacity: 1 !important;
  top: 0.28rem;
  /* top: 3px; */
  right: 0.2rem !important;
}

.light-style .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4A4C4B;
}

.light-style .select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #4A4C4B;
}

.dark-style .select2-container .select2-selection--multiple .select2-selection__choice__remove:before {
  background-image: url(../../assets/img/close_small.png);
  background-size: 90%;
  background-repeat: no-repeat;
  top: 47%;
  left: 0px;
  width: 11px;
  height: 11px;
}

.select2-container--default .select2-selection--multiple {
  min-height: 2.5rem !important;
}

.select2-container--classic.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  /* border-color: #202020 !important; */
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0px 12px;
}

.profile-wrapper {
  border-radius: 100% !important;
  overflow: hidden;
  width: 4.5rem;
  height: 4.5rem;
  outline: 1px solid #f8f8f8;
  background: #D9D9D9;
  border-radius: 100%;
  flex-shrink: 0;
}

.agency-logo-wrapper {
  border-radius: 0% !important;
  width: 15.5rem;
  height: 5rem;
}

.file-upload {
  display: none;
}

.profile-pic {
  /* width: 128px;
  height: 128px; */
  width: 4.5rem;
  height: 4.5rem;
  object-fit: cover;
  object-position: 50% 100%;
  display: inline-block;
}

.program-logo {
  width: 8rem;
  height: 8rem;
  border-radius: 0.5rem !important;
}

.program-logo .profile-pic {
  width: 8rem;
  height: 8rem;
}

.program-pic {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  object-position: 50% 100%;
  display: inline-block;
}

.agency-logo {
  width: 100%;
  height: 80px;
}

.agency-color {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  background-color: var(--primary);
}

.g-13,
.gx-13 {
  --bs-gutter-x: 1.3rem;
}

.g-13,
.gy-13 {
  --bs-gutter-y: 1.3rem;
}

.account-badge {
  color: #ffffff !important;
  /* font-size: 15px; */
  font-size: 1.25rem;
  font-weight: 500;
  background: #ffffff33 !important;
  border-radius: 2.5rem;
  padding: 2px 12px;
}

.light-style .form-control::placeholder {
  /* font-weight: 600; */
  color: rgba(0, 0, 0, 0.5) !important;
}

.light-style .form-control::-ms-input-placeholder {
  /* font-weight: 600; */
  color: rgba(0, 0, 0, 0.5) !important;
}

.light-style .form-control:disabled {
  background-color: rgba(75, 70, 92, 0.08) !important;
}

.light-style .select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}

.navigation-main .nav-item .badge {
  padding: 5px 9px;
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1rem;
}

.fs-40 {
  font-size: 3.33rem;
  line-height: 4.5rem;
}

.dark-style .dropdown-menu .dropdown-item {
  color: #f2f2f2;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu {
  width: 14rem;
  background: #4d4d4d;
}

.dark-style .dropdown-menu .dropdown-item:hover,
.dark-style .dropdown-menu .dropdown-item:focus {
  background: #577889;
  color: #ffffff;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu i,
.header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu svg {
  width: 18px;
  height: 18px;
}

.dropdown-menu {
  font-size: 1.16rem;
}

.dropdown-item {
  padding: 0.75rem 1.38rem;
}

.feather,
[data-feather] {
  width: 1.16rem;
  height: 1.16rem;
}



.score-trend-wrapper {
  display: flex;
  gap: 1.5rem;
  height: 100%;
}

.score-graph {
  height: 5rem;
  /* background-color: #f2f2f2; */
  /* background: rgb(58, 58, 58); */
  background-color: #ffffff;
}

.dark-style .score-graph {
  background-color: #3a3a3a;
}

.score-trend-2 {
  width: 1px;
  background: #878787;
}

.score-trend-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.score-trend-info-inner {
  display: flex;
  gap: 0.7rem;
}

.score-trend-info-inner .text-light-red {
  flex-shrink: 0;
}

.score-trend-info-inner .text-light-positive {
  flex-shrink: 0;
}

.score-trend-info-inner .text-light-nagative {
  flex-shrink: 0;
}

.score-arrow-up {
  height: 1.5rem;
}

.criteria-info-wrapper {}

/* Graph */
.graph-legend {
  display: flex;
  gap: 1.5rem;
}

.legend-box {
  height: 1rem;
  width: 1rem;
}

.male-box {
  background: #93CFD8;
  /* background: #a50f15; */
}

.female-box {
  background: #E797B9;
  /* background: #ff5a5a; */
}

.budget-used-box {
  background: #a50f15;
}

.budget-remaining-box {
  background: #ff5a5a;
}

.graph-box {
  width: 100%;
  height: 10rem;
  background-color: #f2f2f2;
}

/* Graph */

.gap-75 {
  gap: 0.75rem !important;
}

.gap-50 {
  gap: 0.5rem !important;
}

.mb-50 {
  margin-bottom: 0.5rem !important;
}

.header-menu .header-icon {
  width: 1.87rem;
  height: 1.87rem;
}

.header-menu li .header-icon-profile {
  width: 2.435rem;
  height: 2.435rem;
  position: relative;
  top: 2px;
}

.header-menu .header-logout-icon {
  /* width: 2.435rem;
    height: 2.435rem; */
  position: relative;
  top: 1px;
  font-size: 2.16rem;
  margin-left: -5px;
}

.dark-style .bg-menu-theme .menu-inner-shadow {
  background: linear-gradient(#202020 41%, rgba(22, 25, 49, 0.11) 95%, rgba(22, 25, 49, 0));
}

.light-style .bg-menu-theme .menu-inner-shadow {
  background: none;
  /* box-shadow: 0 0.25rem 0.75rem rgba(15, 20, 34, 0.05); */
}

.light-style .bg-menu-theme {
  background-color: #ffffff !important;
  /* box-shadow: none; */
}

.custom-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 0.2rem;
}

.custom-pagination .page-link {
  font-size: 1rem;
  height: 2.5rem;
  font-weight: 500;
  color: #ffffff;
  padding: 0.5rem 1rem;
  /* border: 1px solid #202020; */
  border: 1px solid #4A4C4B;
  border-right-width: 0px;
  border-radius: 0px;
}

.custom-pagination .prev .page-link,
.custom-pagination .next .page-link {
  background-color: var(--dark-primary);
  border-radius: 6px;
  display: block;
}

.custom-pagination .next .page-link {
  margin-left: 0px;
}

.action-btn-box {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: end;
}

.dark-style .report-tr {
  background-color: #371B1B !important;
  border-bottom: 1px solid #3A3A3A;
}

.light-style .report-tr {
  /* border-bottom: 1px solid #8c0c04; */
  /* border-bottom: 1px solid #a7453f; */
  border-bottom: 1px solid #a7453f;
  /* background-color: #8c0c04 !important; */
  /* background-color: #a7453f !important; */
  background-color: #b5635e !important;
}

.light-style .report-tr td,
.light-style .report-tr .text-white {
  color: #f2f2f2 !important;
}

/* .dark-style input.form-control:not(:focus), .dark-style select.form-select:not(:focus), .dark-style textarea.form-control:not(:focus) {
    border-color: #202020;
} */

.criteria-badge {
  background-color: var(--dark-primary);
  padding: 0.5rem 1rem;
  text-align: center;
  color: var(--text-white);
}

table.dataTable .form-switch .form-check-input {
  height: 28px !important;
  width: 49px !important
}

.plan-tabs {
  overflow: hidden;
  margin-bottom: 0px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  padding: 0px;
  padding-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);

}

.engag-tabs {
  grid-template-columns: repeat(5, 1fr);
}

.engagement-tabs {
  grid-template-columns: repeat(7, 1fr);
}

.schedule-tabs {
  grid-template-columns: repeat(3, 1fr);
}

.plan-tabs li {
  list-style-type: none;
  /* color: #D9D9D9; */
  /* color: var(--text-black); */
  color: #4A4C4B;
  font-size: 1rem;
  font-weight: 600;
  /* width: 33.33%;
  float: left; */
  position: relative;
  flex-grow: 1;
  padding: 0px 0.2rem;
  padding-left: 1.8rem;
}

.dark-style .plan-tabs li {
  color: #cccccc;
}

.plan-tabs li:after {
  content: "";
  /* counter-increment: step; */
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  font-size: 10px;
  color: #fff;
  /* background: #3a3a3a; */
  background: var(--light-primary);
  border-radius: 100%;
  margin: 0.5rem auto 0 auto;
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
}

.plan-tabs li:before {
  content: "";
  width: 100%;
  height: 2px;
  /* background: #3a3a3a; */
  background: var(--light-primary);
  position: absolute;
  left: -50%;
  bottom: -0.9rem;
  z-index: -1;
}

.plan-tabs li:first-child:before {
  content: none;
}

.plan-tabs li.active {
  color: var(--primary) !important;
  font-weight: 600;
}

.plan-tabs li.active a {
  color: var(--primary) !important;
  font-weight: 600;
}

.plan-tabs li.plan-tab-visited:after {
  background: var(--primary) !important;
  border: 0px solid var(--primary);
  color: white;
}

.plan-tabs li.active:after {
  /* background: #121212; */
  background: var(--primary);
  border: 2px solid var(--primary);
  color: white;
}

.plan-tabs li.current-tan:after {
  background: #384955 !important;
  border: 2px solid #384955;
  color: white;
}

.light-style .plan-tabs li.current-tan {
  color: #384955 !important;
}

.light-style .plan-tabs li.current-tan a {
  color: #384955 !important;
}

.dataTable .report-tr a.event-link {
  font-weight: 600;
}

.dataTable a.event-link {
  color: var(--light-primary) !important;
  font-weight: 600;
}


.plan-tabs li.active:before {
  background: var(--primary);
}

#total-equity-slider .noUi-value {
  width: 1rem;
  height: 1rem;
  background: #ccc;
  font-size: 0px;
  border-radius: 100%;
  top: -1.25rem;
}

#total-equity-slider .noUi-handle {
  height: 2.5rem;
  width: 2.5rem;
  background-image: url(../../assets/img/score-slider-handler.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  display: block;
  border: 0px;
  box-shadow: none;
  top: -1.125rem !important;
  right: -1.125rem !important;
  transform: scale(1);
  background-color: var(--primary) !important;
  /* position: relative; */
}

/* #total-equity-slider .noUi-handle:before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  background-image: url(../../assets/img/hamburger-handler.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

#total-equity-slider .noUi-pips-horizontal {
  padding: 0px;
}

#total-equity-slider .noUi-marker {
  display: none;
}

#total-equity-slider .noUi-connects {
  height: 2rem;
  top: -0.9rem;
}

.custom-accordion .accordion-button {
  background-color: var(--dark-primary);
  border-radius: 0px !important;
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
  padding: 0.75rem;
}

.custom-accordion .accordion-button::after {
  background-size: 1.5rem;
  transform: rotate(180deg);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../../assets/img/expand_more.svg) !important;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem;
  background-image: url(../../assets/img/expand_more.svg) !important;
  transform: rotate(0deg);
}

.custom-accordion .accordion-title-wrapper {
  padding-right: 1rem;
}

.custom-accordion .accordion:not(.accordion-bordered)>.card.accordion-item {
  box-shadow: none;
  border: 0px;
}

.custom-accordion .accordion-header+.accordion-collapse .accordion-body {
  padding: 0.75rem 0px 0px;
}

.custom-accordion .accordion-item:last-child .accordion-header+.accordion-collapse .accordion-body {
  padding-bottom: 0.5rem;
}

.custom-accordion .accordion-item {
  background-color: transparent !important;
  border: 0px !important;
  box-shadow: none !important;
  margin-bottom: 1.5rem !important;
}

.custom-accordion .accordion-item:last-child {
  margin-bottom: 0rem !important;
}

.view-program-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.view-program-item {
  /* display: flex;
  flex-direction: column;
  gap: 1.5rem; */
}

.view-program-item-header {
  background-color: var(--dark-primary);
  border-radius: 0px !important;
  color: #ffffff;
  font-weight: 400;
  padding: 0.75rem;
}

.view-program-item-body {
  padding: 0.75rem 0px 0px;
}

.event-program-item .view-program-item-body {
  padding: 0px 0px 0px;
}

.plain-form-control {
  background-color: transparent;
  border: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.table-res {
  width: 100%;
  /* overflow: auto;
  padding-bottom: 0.2rem; */
}

.table-responsive {
  position: relative;
}

.allocate-program-table thead th {
  background-color: transparent !important;
  padding: 0rem 0.5rem;
  border: 0px;
}

.allocate-program-table tbody td {
  background-color: transparent !important;
  border: 0px;
  padding: 0.4rem 0.5rem;
}

.view-program-table thead th {
  background-color: transparent !important;
  padding: 0.5rem;
  border-bottom: 1px solid #878787;
}

.view-program-table tbody td {
  background-color: transparent !important;
  border-bottom: 1px solid #878787;
  padding: 0.9rem 0.5rem;
}

.view-program-table tbody tr:last-child td {
  border-bottom: 0px solid #878787;
}

.total-cost-wrapper {
  border: 1px solid var(--dark-primary);
}

.total-cost-header {
  background-color: var(--dark-primary);
  border-radius: 0px !important;
  padding: 0.75rem;
}

.total-cost-body {
  background-color: transparent;
  padding: 1rem;
}

.total-cost-item-wrapper {
  display: flex;
  gap: 0.75rem;
  /* overflow-x: auto; */
  width: 100%;
  /* cursor: grab; */
  padding-bottom: 0.6rem;
}

.total-cost-item-wrapper::-webkit-scrollbar {
  cursor: grab;
  height: 0.5rem;
}

.total-cost-item-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
}

.total-cost-item-wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.hor-scrollbar {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
  /* padding-bottom: 0.5rem; */
}

.hor-scrollbar::-webkit-scrollbar {
  cursor: pointer;
  height: 0.4rem;
}

.hor-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
}

.hor-scrollbar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.table-responsive::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1) !important;
}

.total-cost-item {
  /* background-color: #202020; */
  background-color: #f5f5f5;
  padding: 0.8rem 1rem .9rem;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  min-width: 13.12rem;
  width: 20%;
}

.dark-style .total-cost-item {
  background-color: #202020;
}

.gap-15 {
  gap: 1.5rem;
}

.crash-data-box {
  border: 1px solid #878787;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: start;
}

.crash-count-wrapper {
  display: flex;
  flex-direction: column;
  /* min-width: 14rem; */
  width: 100%;
  white-space: nowrap;
}

.crash-count-wrapper .crash-placeholder-text {
  /* min-width: 10rem; */
}

.crash-count {
  font-size: 2.5rem;
  /* line-height: 3.4rem; */
  white-space: nowrap;
}

.crash-progress {
  border-radius: 0px !important;
}

.crash-progress .progress-bar {
  border-radius: 0px !important;
}

.bg-demographic1 {
  background: #63ABFD;
}

.bg-demographic2 {
  background: #FB7F8E;
}

.bg-demographic3 {
  background: #F4B587;
}

.bg-demographic4 {
  background: #BA91D3;
}

.bg-demographic5 {
  background: #90F2E0;
}

.bg-demographic6 {
  background: #98EB9C;
}

.bg-demographic7 {
  background: #aed663;
}

.bg-demographic8 {
  background: #d9eeda;
}

.crash-progress-dot-wrapper {
  display: flex;
  gap: 1.5rem;
  /* row-gap: 0.5rem;
  column-gap: 1.5rem; */
  /* flex-wrap: wrap; */
}

.crash-progress-dot-item {
  /* display: flex; */
  /* gap: 0.5rem; */
  align-items: center;

}

.crash-progress-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  flex-shrink: 0;
  /* background-color: transparent; */
}

.crash-progress-text {
  font-size: 0.75rem;
  font-weight: 400;
  white-space: nowrap;
}

.event-narrative-box {
  border: 1px solid #202020;
  border-radius: 0.5rem;
  padding: 0.422rem 0.875rem;
  min-height: 20rem;
}

.table-file-img {
  /* height: 3rem; */
  max-height: 3rem;
  max-width: 7rem;
  /* object-fit: contain; */
  object-fit: cover;
}

.lightbox .lb-container {
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.lightbox .lb-image {
  /* height: 100% !important; */
  /* width: 100% !important; */
  /* max-height: 70vh; */
  /* width: 25rem !important; */
  /* object-fit: contain !important; */
}

.county-dot {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 100%;
  flex-shrink: 0;
}

.event-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: start;
}

.event-list-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: start;
  padding: 1rem;
  background-color: #3A3A3A;
  box-shadow: 0px 4px 8px 0px #000000D9;
  border-radius: 0.8rem;
}

.schedule-event-box .watchlist-card-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.schedule-event-box .event-title {
  /* font-size: 1.125rem; */
  font-size: 1.5rem;
}

.schedule-event-box .offline-dot {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 1px;
  flex-shrink: 0;
}

.schedule-event-box .watchlist-card {
  gap: 1.5rem;
}


/* pdf css */
.pdf-section {
  /* background-color: #F9F9F9; */
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  width: 100%;
}

.pdf-event-section {
  background-image: url(../../assets/img/pdf-logo-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.pdf-event-section table td {
  padding: 0px;
  border: 0px;
}

.pdf-td-p-0 {
  padding: 0px !important;
  border: 0px !important;
}

.profile-col1 {
  background-color: #9E1B30;
  /* width: 50%; */
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.profile-col2 {
  /* width: 50%; */
}

.org-logo-wrapper {
  /* padding: 3rem 0px; */
  display: block;
  margin-bottom: 3rem;
  margin-top: 1rem;
}

.org-logo {
  width: 19.75rem;
  height: 19.75rem;
  background-color: #ffffff;
  border: 8px solid #F79658;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 1rem;
}

.pdf-org-logo {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.org-logo-text {
  color: #CFCFCF !important;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-top: 0px;
  position: absolute;
  /* top: calc(50% + 0.5rem); */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.org-name {
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  /* margin: 3rem 2rem; */
  margin: 3rem;
  margin-top: 0px;
  display: block;
}

.pdf-text-center {
  text-align: center;
}

.event-wrapper {
  background: #00000033;
  padding: 1rem;
  text-align: center;
}

.event-name {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 2rem;
  margin: 0px;
}

.event-date {
  margin-top: 2rem;
  margin-bottom: 0px;
}

.program-type {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 0px;
  margin-top: 0.125rem;
}

.pdf-alliance-logo-wrapper {
  position: relative;
  text-align: center;
}

.pdf-alliance-logo {
  height: 7.5rem;
  text-align: center;
  margin: auto;
}

.pdf-gap {
  margin-bottom: 1.5rem;
}

.pdf-header {
  border-bottom: 2px solid #9E1B30;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.pdf-header-logo {
  height: 60px;
}

.pdf-footer {
  border-top: 2px solid #F89A3B;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.footer-text {
  font-size: 0.75rem;
  font-weight: 400;
  color: #3A3A3A;
  margin: 0px;
}

.pdf-text-right {
  text-align: right;
}

.ctr-text-center {
  text-align: center;
}

.text-red {
  color: #9E1B30 !important;
}

.pdf-header-col1 {
  text-align: left;
}

.pdf-header-col2 {
  text-align: right;
}

.pdf-text-section {
  padding: 2.2rem;
}

.section-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0px;
  margin-top: 0px;
}

.pdf-section-row {
  width: 100%;
}

.pdf-section-col {
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.pdf-section-col:last-child {
  margin-right: 0rem;
}

.event-pic-wrapper {
  border: 2px solid #9E1B30;
  width: 200px;
  height: 200px;
}

.event-pic {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.social-media-wrapper {
  width: 200px;
  height: auto;
}

.social-media-row {
  display: inline-flex;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.social-media-row:last-child {
  margin-right: 0px;
}

.social-media-pic {
  object-fit: contain;
  width: 196px;
}

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

.social-media-label {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  color: #3A3A3A;
  margin: 0px;
  margin-bottom: 4px;
}

.social-media-count {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.18rem;
  color: #3A3A3A;
  margin: 0px;
}

.pdf-program-pic {
  width: 160px;
  height: 160px;
  border: 1px solid #D9D9D9;
  object-fit: cover;
}

.location-name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  color: #3A3A3A;
  margin: 0px;
}

.td-inactive {
  background: #DADCE099;
}

.td-active {
  /* background: #A50F15; */
  background: #b5635e;
}

.table-cell-gap {
  border-spacing: 0.5rem;
  border-collapse: separate;
}

.table-cell-gap tr td {
  padding: 0.225rem 0.5rem;
}

.td-active .social-media-label,
.td-active .social-media-count {
  color: #ffffff;
}

.crash-data-table th {
  background: #DADCE099;
  padding: 0.225rem 0.5rem;
}

.crash-data-table tbody tr:nth-of-type(odd) {
  background: #FFFFFF99;
}

.crash-data-table tbody tr:nth-of-type(even) {
  background: #DADCE04D;
}

.crash-data-table td {
  padding: 0.225rem 0.5rem;
}

.crash-data-table td p {
  font-weight: 400 !important;
}

.crash-data-red {
  /* background: #A50F15; */
  background: #b5635e;
  padding: 0.225rem 0.5rem;
}

.crash-data-green {
  background: #3FA50F;
  padding: 0.225rem 0.5rem;
}

.green-dot {
  width: .7rem;
  height: .7rem;
  background-color: green;
  border-radius: 100%;
  margin-left: .2rem;
  /* display: inline-block; */
  display: none;
}

.crash-data-red .social-media-label,
.crash-data-green .social-media-label {
  color: #ffffff;
}

.pdf-map-pic {
  width: 176px;
  height: 176px;
  object-fit: cover;
}

.social-vulnerability-table-wrapper table {
  width: calc(100% + 1rem);
  margin-left: -0.5rem !important;
}

.pdf-ul li {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.18rem;
  color: #3A3A3A;
}

.program-event-name {
  color: #3A3A3A;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.program-event-pic {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: cover;
}

.pdf-mb-3 {
  margin-bottom: 1rem !important;
}

.pdf-mb-4 {
  margin-bottom: 1.5rem !important;
}

.pdf-m-0 {
  margin: 0px;
}

.pdf-mt-0 {
  margin-top: 0px !important;
}

/* pdf css */
.dataTable input[type="text"] {
  background-color: transparent;
}

.dataTable input[type="score"] {
  background-color: transparent;
}

div.dataTables_processing {
  z-index: 9999;
}

/* Map CSS Start */
#mappopup {
  display: none;
  position: absolute;
  background: #121212;
  border-radius: 1rem;
  padding: 1rem;
  z-index: 100;
  min-width: 15rem;
}

#mappopup .mapPopupBtn {
  padding: 0.28rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
}

#mappopup::before {
  content: '';
  position: absolute;
  top: -19px;
  /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #121212 transparent;
  /* Creates the notch */
}

/* Map CSS End */

/* Calendar css */
.schedule-calendar-wrapper {
  background-color: #3A3A3A;
  /* padding: 1rem; */
  border-radius: 0.5rem;
  position: relative;
}

.light-style .schedule-calendar-wrapper {
  background-color: #f2f2f2;
  /* padding: 1rem; */
  border-radius: 0.5rem;
  position: relative;
}

.fc-h-event {
  background-color: transparent;
  border: 0px;
}

.fc-daygrid-day-top {
  justify-content: start;
  padding: 0.5rem;
}

.fc .fc-daygrid-day-number {
  padding: 0.5rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #000000;
}

.dark-style .fc .fc-daygrid-day-number {
  color: #ffffff;
}

.fc-daygrid-day-frame {
  display: flex;
  flex-direction: column;
}

.fc-daygrid-day-events {
  /* margin-top: auto !important; */
  padding: 0.25rem;
}

.fc .fc-col-header-cell-cushion {
  font-size: 0.75rem;
  font-weight: 500;
}

.fc-event-time {
  font-size: 0.625rem;
  font-weight: 500;
  color: #878787;
  margin-right: 0px !important;
}

.fc-event-title {
  position: relative;
  /* font-size: 0.625rem; */
  /* font-size: 0.8rem; */
  font-size: 0.9rem;
  font-weight: 500 !important;
  padding-left: 0.7rem !important;
  color: #ffffff;
}

.fc-event-title::before {
  /* content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0%, -50%); */
}

.fc .fc-toolbar.fc-header-toolbar {
  border: 1px solid #DADCE0;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  border-bottom: 0px;
  border-collapse: collapse;
  margin-bottom: 0px;
  padding: 1rem;
  justify-content: space-between;
  flex-direction: row;
  gap: 2rem;
}

.fc .fc-toolbar-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4A4C4B;
  padding-right: 1.5rem;
  /* min-width: 15rem; */
}

.dark-style .fc .fc-toolbar-title {
  color: #ffffff;
}

.fc-dayGridMonth-button,
.fc-today-button,
.fc-timeGridWeek-button {
  padding: 0.4rem 1rem !important;
}

.fc-timeGridWeek-button {
  line-height: 25px;
}

.fc-today-button {
  color: var(--text-white) !important;
}

.fc-button {
  outline: none !important;
}

.fc-button:focus {
  box-shadow: none !important;
}

.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):hover {
  /* color: var(--text-white) !important; */
  color: #000000 !important;
}

.fc-theme-standard th {
  /* border-top: 0px;
  border-right: 0px; */
  border-right-color: transparent !important;
}

.fc-theme-standard .fc-scrollgrid {
  /* border: 1px solid #DADCE0;
  border-collapse: collapse; */
}

.fc-scrollgrid-sync-table tbody tr:last-child td:last-child {
  border-bottom-left-radius: 0.5rem;
}

.fc-prev-button,
.fc-next-button {
  /* display: none !important; */
  /* z-index: 9999; */
  background-color: var(--primary) !important;
  color: #ffffff !important;
}



.fc .fc-button-group {
  /* z-index: 9999; */
  /* border: 1px solid var(--light-primary) !important; */
  border: 1px solid var(--primary) !important;
  border-radius: 8px;
  overflow: hidden;
}

.fc-toolbar-chunk {
  z-index: 999;
}

.fc-toolbar-center {
  border: 1px solid var(--light-primary) !important;
  border-radius: 0.5rem;
  overflow: hidden;
}

.fc-toolbar-left .fc-button-group {
  border-radius: 0.5rem;
  /* border: 1px solid var(--light-primary) !important; */
}

.fc .fc-button-primary {
  border: 0px !important;
  border-color: var(--dark-primary) !important;
}

.fc-prev-button {
  /* border-right: 1px solid var(--dark-primary) !important; */
  /* border: 0px 1px 0px 0px !important; */
}

.fc-next-button {
  /* border-left: 1px solid var(--dark-primary) !important; */
  /* border: 0px 0px 0px 1px !important; */
}

.fc-button-group .fc-today-button {
  /* z-index: 9999; */
  background-color: #121212 !important;
  /* color: #cfd3ec !important; */
  color: #000000 !important;
  /* border: 1px solid var(--light-primary) !important; */
}

.dark-style .fc-button-group .fc-today-button {
  color: #ffffff !important;
}


.fc .fc-button:disabled {
  opacity: 1;
}

.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).fc-button-active {
  background-color: var(--primary) !important;
  color: #ffffff !important;
}

.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
  /* color: var(--text-white) */
  color: #000000;
}

.dark-style .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
  /* color: var(--text-white) */
  color: #ffffff;
}

/* .fc-toolbar-center .fc-button-active {
  background-color: var(--light-primary) !important;
    color: #121212 !important;
} */

.fc-daygrid-block-event {
  display: inline-block !important;
}

.fc-media-screen {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}

.fc-media-screen::after {
  content: "";
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  border-collapse: collapse;
  position: absolute;
  /* z-index: -1; */
  width: 100%;
  height: 100%;
}

.fc-daygrid-event-dot {
  display: none;
}

.fc-daygrid-event {
  display: flex;
  /* flex-direction: row-reverse; */
  column-gap: 10px;
  flex-wrap: wrap;
}

.fc-daygrid-dot-event:hover {
  background: transparent;
}

.fc-event {
  cursor: pointer;
}

.schedule-calendar {
  width: 100%;
  position: relative;
  height: calc(100vh - 11rem) !important;
}

.light-style .select2-container--default .select2-selection {
  background-color: transparent;
}

.authentication-wrapper.authentication-basic .authentication-inner {
  max-width: 32rem;
  position: relative;
}

/* .schedule-calendar-filter {
  position: absolute;
  right: 2rem;
  top: 2.15rem;
  z-index: 1;
} */

.schedule-calendar-filter .calender-icon {
  width: 2rem;
  height: 2rem;
  background-color: var(--primary);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.calender-icon-img {
  height: 1rem;
}

.fc-day-other {
  /* background-color: #121212; */
  background-color: #D3D3D3;
  color: #fff;
}

.dark-style .fc-day-other {
  background-color: #121212;
  color: #fff;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: var(--light-primary);
}

.fc .fc-scrollgrid-section table tr:last-child td:first-child {
  border-bottom-left-radius: 0.5rem;
}

.fc .fc-scrollgrid-section table tr:last-child td:last-child {
  border-bottom-right-radius: 0.5rem;
}

.calendar-search-wrapper {
  position: relative;
  top: -3px;
}

.calendar-modal-scrollbar {
  max-height: 40vh;
}

/* Calendar css */

@media (min-width: 1600px) {
  .watchlist-card {
    min-width: 22%;
  }
}

@media (min-width: 1440px) {
  .container-xxl {
    max-width: 100%;
  }
}

@media (max-width: 820px) {
  .crash-count-wrapper {
    width: auto;
    /* min-width: 12rem; */
  }
}

.header-navbar .navbar-container ul.navbar-nav li a.menu-toggle i,
.header-navbar .navbar-container ul.navbar-nav li a.menu-toggle svg {
  height: 2.6rem;
  width: 2.6rem;
  font-size: 2.6rem;
}

@media (max-width: 767px) {
  .schedule-tab .nav-pills .nav-link {
    min-width: auto;
  }

  .dash-btn-box {
    overflow-x: auto;
  }

  .dash-btn-box .btn-primary {
    width: auto !important;
    flex-shrink: 0;
  }

  .modal-dialog {
    margin: 1rem;
  }

  .schedule-event-box .offline-dot {
    position: relative;
    top: 0.5rem;
  }

  .survey-data-text {
    max-width: 220px;
  }

  .score-trend-wrapper {
    flex-direction: column;
  }

  .score-trend-2 {
    width: 100%;
    height: 1px;
  }

  .header-navbar .navbar-container .show~.dropdown-menu {
    width: 14rem !important;
    right: 6rem !important;
    left: auto !important;

  }

  .vertical-layout .header-navbar .navbar-container ul.navbar-nav li.dropdown .dropdown-menu {
    top: 55px !important;
  }

  /* .dark-style .nav-tabs {
    column-gap: 25px;
  } */

  /* .dark-style .nav-tabs.admin-tab {
    justify-content: space-between;
    column-gap: 5px;
  }

  .dark-style .nav-tabs.setting-tab {
    justify-content: start;
    column-gap: 25px;
  } */

  #selectMap .modal-dialog {
    max-width: 100%;
  }

  .select-map-image {
    min-height: 500px;
  }

  .m-w-100 {
    width: 100%;
    max-width: 100%;
  }

  .page-title {
    font-size: 1.8rem;
    /* line-height: 2.91rem; */
  }

  .watchlist-card {
    min-width: 90%;
  }

  html body .app-content {
    padding: calc(2rem - 0.8rem + 4.45rem + 1.3rem) calc(2rem - 0.8rem) calc(2rem - 0.8rem) calc(2rem - 0.8rem) !important;
  }

  .dataTables_info {
    display: block;
  }

  .dataTables_paginate {
    display: block;
    float: none;
  }

  .map-info {
    padding: 15px;
  }

  .map-search {
    padding: 18px 20px;
    flex-direction: column;
  }

  .map-filter-applied {
    margin: 15px 20px 0px;
    padding: 8px 16px;
    border-radius: 15px;
  }

  .view-notification-wrapper {
    gap: 23px;
    flex-direction: column;
  }

  .notification-left,
  .notification-right {
    width: 100%;
  }

  .map-search-wrapper {
    width: 90%;
  }
}

/* for seelect2 validation  */
form select.is-valid~.select2 .select2-selection {
  border-color: var(--bs-form-valid-color) !important;
}

.text-error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: var(--bs-form-invalid-color);
}

/* css for  delete bootbox of */
.bootbox.modal .modal-header {
  justify-content: space-between;
  /* background-color: var(--bs-primary); */
  /* padding: .5rem 1rem; */
}

.bootbox-close-button.close {
  border: none;
  /* background: transparent; */
  /* color: #223A2B; */
  font-size: 2rem !important;
  width: 25px;
  height: 25px;
  line-height: 25px;
  position: relative;
  right: -7px;
  top: -3px
}

.bootbox.modal .modal-content {}

.bootbox.modal .modal-footer {
  /* background-color:var(--bs-primary) ; */
  /* padding: 0; */
  padding-top: 0;
  padding-bottom: 1rem;
}

.bootbox.modal .modal-footer .btn {
  line-height: 1rem;
}

.bootbox.modal .modal-title {
  color: var(--text-black);
}

.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
  background: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  color: var(--primary) !important;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  border-color: var(--primary) !important;
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  border-color: var(--primary) !important;
}


.spinner-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 99999;
  background-color: #000000b0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.spinner-loader div {
  width: 50px;
  height: 50px;
  font-size: 24px;
}

/* .spinner-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 99999;
  background-color: initial;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.spinner-loader .loader-logo {
  width: 80px;
  height: 80px;
  animation: rotate 1.5s linear infinite;
}

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

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

.required-title {
  font-size: 0.875rem !important;
  margin-bottom: 0px !important;
}

.estimate-input {
  border: 0;
  text-align: right;
}

.estimate-input:focus {
  box-shadow: none !important;
}

ul.menu-inner li.adminBottonMenu {
  position: relative;
  bottom: 0%;
  margin-top: auto !important;
}

html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item:not(.active)>.menu-link:hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item:not(.active)>.menu-link:hover {
  /* background: #ffffff;
  color: #00496A; */
}

.recommended {
  background-color: var(--primary);
  padding: 2px 10px;
  display: inline-block;
  font-size: 0.812rem;
  color: #ffffff;
}

.fc-toolbar-center {
  display: none;
}

.fc .fc-customStateFilter-button,
.fc .fc-customEventFilter-button {
  border: 1px solid var(--primary) !important;
  border-radius: 0.5rem;
  padding: .4em 1.2em;
}

.focus-btn-report {
  color: #ffffff;
  font-weight: bold;
}

/* div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.disabled .page-link {
  background-color: #ccc;
} */

@media (max-width: 992px) {
  .fc .fc-toolbar.fc-header-toolbar {
    flex-direction: column;
    gap: 1rem;
    align-items: start;
  }
}

@media (max-width: 560px) {
  .fc .fc-toolbar.fc-header-toolbar {
    justify-content: space-between;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }

  .fc-toolbar-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: start;
    width: 100%;
  }

  .fc-button-group {
    margin-left: 0 !important;
  }

  .fc-customStateFilter-button,
  .fc-customEventFilter-button {
    margin-left: 0 !important;
  }

  .fc-header-toolbar .fc-toolbar-chunk:last-child {
    gap: 15px;
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) {
  .fc .fc-toolbar.fc-header-toolbar {
    padding: 0.5rem;
    gap: 1rem;
  }
}

/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) {
  .fc .fc-toolbar.fc-header-toolbar {
    padding: 0.5rem;
    gap: 1rem;
  }
}

/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) {
  .fc .fc-toolbar.fc-header-toolbar {
    padding: 0.5rem;
    gap: 1rem;
  }
}

.content-box {
  padding: 0px 0rem 0rem !important;
}

.container-p-y:not([class^=pt-]):not([class*=" pt-"]) {
  /* padding-top: 0rem !important; */
  /* margin-top: -0.5rem; */
}

.apexcharts-theme-dark .apexcharts-menu-icon svg {
  fill: #4A4C4B !important;
}

:root {
  font-size: 14px;
}

@media (max-width: 1950px) {
  :root {
    font-size: 13px;
  }
}

@media (max-width: 1336px) {
  :root {
    font-size: 12px;
  }
}

.cursor-default {
  cursor: default !important;
}

#county_label {
  position: absolute;
  top: -7px;
  left: -2px;
  z-index: 10;
}

.warning-message {
  color: #d9534f;
  font-size: 15px;
  background-color: rgba(217, 53, 79, 0.1);
  padding: 5px 10px;
  border-radius: 5px;
}

.admin-tabs .dropdown-item {
  margin: 0.25rem 0.5rem !important;
  border-radius: 0.375rem !important;
  padding: 0.5rem 1rem !important;
  font-size: 1rem !important;
}

.admin-tabs .dropdown-item.active {
  background-color: #00496a !important;
  color: #ffffff !important;
}

.admin-tabs .dropdown-item:not(.disabled).active,
.dropdown-item:not(.disabled):active {
  background-color: #00496a !important;
  color: #ffffff !important;
}

.admin-tabs .dropdown-item:hover,
.dropdown-item:focus {
  background-color: #00496a !important;
  color: #ffffff !important;
}

.admin-tabs .adminDropDownActive::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: -6px;
  z-index: 2;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  display: block;
  transform: rotate(0deg);
  border: 0px;
}

.admin-tabs .dropdown-menu.show {
  /* right: 1px !important; */
  background-color: transparent;
  box-shadow: none;
  padding-bottom: 0px;
}

.adminDropDownActive:hover,
.adminDropDownActive:focus {
  isolation: auto !important;
}

/* .admin-tabs .adminDropDownActive:hover {
  box-shadow: 0 -2px 0 #7367f0 inset;
  position: relative;
} */

/* Arrow styling */
.admin-tabs .dropdown-arrow {
  display: inline-block;
  margin-left: 0.455em;
  margin-bottom: 0.255em;
  vertical-align: 0.455em;
  width: 0;
  height: 0;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  transform: rotate(0deg);
}

.check-icon-accordian {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.allocate-check-icon {
  height: 20px;
  width: 20px;
}

.admin-role-view {
  max-width: 55rem;
}

.light-style .allocation-label {
  color: #4A4C4B;
}

/* .engagement-admin-tab .nav-item {
  border-bottom: 2px solid rgb(219, 218, 222.4);
} */
.sub-tab {
  /* width: 425px; */
  width: 32.8rem;
}

.selected-criteria-tag {
  padding: 0 1px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-white) !important;
  background-color: var(--dark-primary) !important;
  text-transform: none;
}

.crietria-names-search {
  border-color: var(--dark-primary) !important;
}

.layout-navbar-fixed.layout-menu-collapsed .layout-navbar.navbar-detached {
  width: calc(100% - 5.25rem);
}

@media (max-width:560px) {
  .sub-tab {
    width: 100%;
  }

  .sub-tab .nav-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .header-menu .header-logout-icon {
    top: 2px;
    margin-left: -4px;
  }
}

@media (max-width:430px) {
  .sub-tab {
    width: 28.8rem;
    overflow: auto;
  }
}

@media (max-width:414px) {
  .sub-tab {
    width: 28.8rem;
    overflow: auto;
  }
}

@media (max-width: 390px) {
  .sub-tab {
    width: 28.8rem;
    overflow: auto;
  }
}

@media (max-width: 360px) {
  .sub-tab {
    width: 28.8rem;
    overflow: auto;
  }
}

.themesOptions .theme-icon {
  color: #4A4C4B;
  font-size: 2.16rem !important;
  position: relative;
  top: 2px;
}

.dark-style .themesOptions .theme-icon {
  color: #ffffff;
}

.themesOptions .custom-option-icon i {
  /* color: #6a89a0; */
}

.dark-style .bootbox-body {
  color: #ffffff !important;
}
