body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
span {
  color: #465478;
}

a {
  color: #2f80ed !important;
  text-decoration: underline !important;
}

.text-primary {
  color: #1e3a8a !important;
}

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

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

.bg-purple {
  background-color: #9747ff !important;
}

.bg-primary {
  background-color: #1e3a8a;
}

.border-color-primary {
  border-color: #1e3a8a;
}

.sidebar {
  width: 324px;
}

.content-main {
  width: calc(100% - 324px) !important;
}

.sidebar__inner {
  width: 324px;
  height: 100vh;
  background-color: #1e3a8a;
  color: #fff;
  position: fixed;
}

.btn-dashboard {
  position: relative;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #ffffffdc;
}

.btn-dashboard.home-icon::before {
  font-family: "icomoon" !important;
  content: "\e916";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 14px;
}

.btn-dashboard.active {
  background-color: #00266d;
  border-radius: 12px 0 0 12px;
  color: #fff;
}

.btn-dashboard.setting-icon::before {
  font-family: "icomoon" !important;
  content: "\e915";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 16px;
}

.btn-dashboard.dropdown::after {
  font-family: "icomoon" !important;
  content: "\e901";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 34px;
  font-size: 10px;
}

.btn-dashboard.dropdown.active::after {
  font-family: "icomoon" !important;
  content: "\e904";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 34px;
  font-size: 10px;
}

.btn-dashboard-child {
  position: relative;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.btn-dashboard-child.dropdown::after {
  font-family: "icomoon" !important;
  content: "\e901";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 34px;
  font-size: 10px;
}

.btn-dashboard-child.active.dropdown::after {
  font-family: "icomoon" !important;
  content: "\e904";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 34px;
  font-size: 10px;
}

.btn-dashboard-child.green-ball::after {
  font-family: "icomoon" !important;
  content: "\e919";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #05dca2;
  font-size: 12px;
}

.btn-dashboard.bookmark-icon::before {
  font-family: "icomoon" !important;
  content: "\e905";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 16px;
}

.btn-dashboard.docs-shield-icon::before {
  font-family: "icomoon" !important;
  content: "\e90d";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 16px;
}

.btn-dashboard.docs-check-icon::before {
  font-family: "icomoon" !important;
  content: "\e909";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 16px;
}

.btn-dashboard.docs-love-icon::before {
  font-family: "icomoon" !important;
  content: "\e90a";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 16px;
}

.btn-dashboard.Frame-icon::before {
  font-family: "icomoon" !important;
  content: "\e910";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 16px;
}

.btn-dashboard.card-icon::before {
  font-family: "icomoon" !important;
  content: "\e907";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 16px;
}

.btn-dashboard.docs-icon::before {
  font-family: "icomoon" !important;
  content: "\e90e";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 16px;
}

.btn-dashboard.docs-search-icon::before {
  font-family: "icomoon" !important;
  content: "\e90c";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 16px;
}

.sidebar-logo-wrapper {
  box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.1);
}

.btn-dashboard-dropdown-content {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}

.btn-dashboard-dropdown-content.active {
  height: auto;
  overflow: hidden;
}

.header {
  box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.1);
}

.btn-nav-dropdown {
}

.btn-nav-dropdown ~ .btn-nav-dropdown-content {
  min-width: 250px;
  display: none;
}

.btn-nav-dropdown ~ .btn-nav-dropdown-content.active {
  display: block;
}

.nav-profile {
  background-color: #f66565;
}

.card {
  box-shadow: 0px 4px 0px 0px #465478;
  -webkit-box-shadow: 0px 4px 0px 0px #465478;
  -moz-box-shadow: 0px 4px 0px 0px #465478;
  border: solid 1px #465478;
}

.breadcrumb li:nth-child(n + 2):before {
  font-family: "icomoon" !important;
  content: "\e919";
  position: absolute;
  color: #465478;
  font-size: 9px;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
}

.table-button {
  padding-right: 10px !important;
  padding-left: 10px !important;
  padding-bottom: 7px !important;
  padding-top: 7px !important;
  font-size: 14px !important;
  border-radius: 8px !important;
}

.table-button:focus {
  border-radius: 8px;
}

.table-button.primary {
  background-color: #2f81ed48;
}

.table-button.red {
  background-color: #ff5d5d4b;
}

.table-button span {
  vertical-align: middle;
}

.table-button.primary span {
  color: #2f80ed !important;
}

.table-button.red span {
  color: #ff5d5d !important;
}

.table-button.green {
  background-color: #27ae5f22;
}

.table-button.green span {
  color: #27ae60;
}

.margin-right-2 {
  margin-right: 6px !important;
}

table tbody tr:nth-child(even) {
  background-color: #f8f8f8;
  border-top: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
}

.input-search {
  position: relative;
}

.input-search::before {
  font-family: "icomoon" !important;
  content: "\e914";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #465478;
  font-size: 18px;
}

.input ~ .message {
  color: #bfbfbf;
}

.input.success {
  border-color: #4cd964;
  color: #4cd964;
}

.input.success ~ label {
  color: #4cd964;
}

.input.fail {
  border-color: #ff5b5b;
  color: #ff5b5b;
}

.input.fail ~ .message {
  color: #ff5b5b;
}

.input.fail ~ label {
  color: #ff5b5b;
}

.input.warning {
  border-color: #fcb712;
  color: #fcb712;
}

.input.warning ~ label {
  color: #fcb712;
}

.input:disabled {
  opacity: 0.5;
  background-color: #f3f3f3;
}

button:disabled {
  opacity: 0.5;
}

.swal2-container button.swal2-confirm {
  background-color: #4cd964;
}

.swal2-container button.swal2-confirm:focus {
  box-shadow: 0 0 0 3px #4cd96361;
}

.swal2-container div:where(.swal2-icon).swal2-info {
  border-color: #fcb712;
}

.swal2-container div:where(.swal2-icon) .swal2-icon-content {
  color: #fcb712;
}

.swal2-container .swal2-close:hover {
  color: #ff5b5b;
}

.background-blur {
  backdrop-filter: blur(4px);
}

.modal-wrapper {
  box-shadow: 0px 3px 12px -3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 12px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 12px -3px rgba(0, 0, 0, 0.15);
}

.modal.show {
  display: none;
}

.modal .modal-wrapper {
  opacity: 0;
  transform: scale(0.4);
  transition: all 100ms ease-in-out;
}

.modal .modal-wrapper.show {
  opacity: 1;
  transform: scale(1);
}

.select-2 .select-2-input.nice-select {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  width: 100%;
  height: 50px;
}

.select-2 .select-2-input.nice-select .current {
  display: block;
  margin-top: -5px;
  font-size: 1rem;
}

.select-2.nice-select::after {
  right: 20px;
}

.select-2 .select-2-label {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 13px;
  margin-left: 1rem;
  padding-left: 0.2rem;
  margin-top: -10px;
  background-color: #fff;
  color: rgba(189, 188, 188, 0.86);
}

.button-dropdown {
  position: absolute;
  padding: 1rem;
  background-color: white;
  display: none;
  border: solid 1px #46547882;
  border-radius: 10px;
  min-width: 200px;
  right: -60%;
  z-index: 8;
  margin-top: 1rem;
  right: 0;
}

.button-dropdown.show {
  display: block;
}

.swal2-container {
  backdrop-filter: blur(4px);
  background: transparent !important;
}

.button-sub-navigation::before {
  font-family: "icomoon" !important;
  content: "\e903";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 18px;
  font-size: 12px;
}

/* .button-head-accordian::before {
  font-family: "icomoon" !important;
  content: "\e904";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 18px;
  font-size: 12px;
  background-color: #1e3b8a1f;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 6px;
  color: #1e3a8a;
  transition: all 0.3s ease;
} */

.button-head-accordian .icon-accordian {
  background-color: #1e3b8a1f;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 6px;
}

.button-head-accordian .icon-accordian .icon {
  font-size: 12px;
}

.button-head-accordian .icon {
  transition: all 0.3s ease;
}

.button-head-accordian.show .icon {
  transform: rotate(180deg);
}

.accordian-box {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordian-box.show {
  height: auto;
}

button:disabled {
  opacity: 0.5;
}

select:disabled {
  opacity: 0.5;
  background-color: #f3f3f3 !important;
}

.select-slim.ss-main {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-radius: 0.375rem;
}

.select-slim.ss-main .ss-values .ss-value {
  background-color: #fcb712;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.select-slim.ss-main .ss-values .ss-value .ss-value-text {
  background-color: #fcb712;
  color: #193d6f;
}

.select-slim.ss-main .ss-values .ss-value .ss-value-delete {
  background-color: #fcb712;
}

.select-slim.ss-main .ss-values .ss-value .ss-value-delete svg path {
  fill: #193d6f;
}

.no-underline {
  text-decoration: none !important;
}

.text-sidebar {
  color: #ffffffdc !important;
}

.button-sidebar-2 {
  transition: all 300ms ease-in-out;
}

.button-sidebar-2.active {
  transform: rotate(-180deg);
}

@media only screen and (max-width: 1024px) {
  .sidebar {
    width: auto;
  }
  .sidebar__inner {
    display: none !important;
  }
}

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