@charset "UTF-8";
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page:before {
  content: "";
  width: 100%;
  height: 0.75rem;
  position: fixed;
  top: 0px;
  z-index: 10;
}

.bg-menu-theme .menu-header {
  position: relative;
}
.bg-menu-theme .menu-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1rem;
  height: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item .menu-link {
  border-radius: 0.375rem;
}
.layout-horizontal .bg-menu-theme .menu-inner > .menu-item > .menu-link {
  border-radius: 0.375rem;
}
@media (min-width: 1200px) {
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item {
    margin: 0.565rem 0;
  }
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item:not(:first-child) {
    margin-left: 0.1875rem;
  }
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item:not(:last-child) {
    margin-right: 0.1875rem;
  }
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item .menu-sub {
    -webkit-box-shadow: 0 0.25rem 0.75rem 0 rgba(34, 48, 62, 0.14);
            box-shadow: 0 0.25rem 0.75rem 0 rgba(34, 48, 62, 0.14);
    z-index: 1;
  }
}
.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner > .menu-item.active:before {
  content: "";
  position: absolute;
  right: 0;
  width: 0.25rem;
  height: 2.6845rem;
  border-radius: 0.375rem 0 0 0.375rem;
}
.bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  content: "";
  position: absolute;
  left: 1.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
}
.layout-horizontal .bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  left: 1.3rem;
}
.bg-menu-theme .menu-horizontal-wrapper > .menu-inner > .menu-item > .menu-sub > .menu-item > .menu-link:before {
  display: none;
}
.bg-menu-theme .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle):before {
  left: 1.1875rem;
  width: 0.875rem;
  height: 0.875rem;
}
.layout-horizontal .bg-menu-theme .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle):before {
  left: 1.1rem;
}

.layout-menu-hover .layout-menu {
  -webkit-box-shadow: 0 0.25rem 0.75rem 0 rgba(34, 48, 62, 0.14);
          box-shadow: 0 0.25rem 0.75rem 0 rgba(34, 48, 62, 0.14);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.app-brand .layout-menu-toggle {
  position: absolute;
  inset-inline-start: 15.2rem;
  border-radius: 50%;
  opacity: 1;
  z-index: 3;
}
.app-brand .layout-menu-toggle i {
  width: 1.375rem;
  height: 1.375rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .app-brand .layout-menu-toggle {
    display: none !important;
  }
  .layout-menu-expanded .app-brand .layout-menu-toggle {
    display: block !important;
  }
}

.menu-vertical .menu-item {
  position: relative;
}

.text-primary {
  color: #12715b !important;
}

.text-body[href]:hover,
.text-heading[href]:hover {
  color: #5f61e6 !important;
}

.bg-primary {
  background-color: #12715b !important;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #6467f2 !important;
}

.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #12715b;
}

.bg-label-primary {
  background-color: #edf6ee !important;
  color: #12715b !important;
}

.border-label-primary {
  border: 3px solid #c3c4ff !important;
}

.border-light-primary {
  border: 3px solid rgba(105, 108, 255, 0.08);
}

.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus,
.pagination li.active > a:not(.page-link),
.pagination li.active > a:not(.page-link):hover,
.pagination li.active > a:not(.page-link):focus {
  border-color: #12715b;
  background-color: #12715b;
  color: #fff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(105, 108, 255, 0.4);
          box-shadow: 0 0.125rem 0.25rem rgba(105, 108, 255, 0.4);
}

.progress-bar {
  background-color: #12715b;
  color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(105, 108, 255, 0.4);
          box-shadow: 0 2px 4px 0 rgba(105, 108, 255, 0.4);
}

.list-group-item-primary {
  border-color: #12715b;
  background-color: #e7e7ff;
  color: #12715b !important;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #12715b;
}
a.list-group-item-primary:hover, a.list-group-item-primary:focus,
button.list-group-item-primary:hover,
button.list-group-item-primary:focus {
  border-color: #12715b;
  background-color: #d9d9f0;
  color: #12715b;
}
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  border-color: #12715b !important;
  background-color: #12715b !important;
  color: #fff !important;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #e7e7ff;
  color: #12715b;
}

.alert-primary {
  background-color: #e7e7ff;
  border-color: #e7e7ff;
  color: #12715b;
}
.alert-primary .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23696cff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23696cff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alert-primary .alert-link {
  color: #12715b;
}

.alert-primary hr {
  color: #12715b !important;
}
.alert-primary .alert-icon {
  background-color: #12715b;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(105, 108, 255, 0.16);
          box-shadow: 0 0 0 0.125rem rgba(105, 108, 255, 0.16);
}

.table-primary {
  --bs-table-bg: #e1e2ff;
  --bs-table-striped-bg: #d6d7f3;
  --bs-table-striped-color: #22303e;
  --bs-table-active-bg: #d2d4f0;
  --bs-table-active-color: #22303e;
  --bs-table-hover-bg: #d6d7f3;
  --bs-table-hover-color: #22303e;
  color: #22303e;
  border-color: #cacde8;
}
.table-primary .btn-icon,
.table-primary .btn {
  color: #22303e;
}

.btn-primary {
  color: #fff;
  background-color: #12715b;
  border-color: #12715b;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}
.btn-primary:hover {
      color: #fff !important;
    background-color: #12715bb5 !important;
    border-color: #12715bb5 !important;
}
.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #12715bb5;
  border-color: #12715bb5;
}
.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: #fff !important;
  background-color: #5f61e6 !important;
  border-color: #5f61e6 !important;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff !important;
  background-color: #12715b !important;
  border-color: #12715b !important;
}

.btn-group .btn-primary,
.input-group .btn-primary {
  border-right: var(--bs-border-width) solid #5f61e6;
  border-left: var(--bs-border-width) solid #5f61e6;
}

.btn-group-vertical .btn-primary {
  border-top-color: #5f61e6;
  border-bottom-color: #5f61e6;
}

.btn-outline-primary {
  color: #12715b;
  border-color: #12715b;
  background: transparent;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #12715b !important;
  border-color: #12715b !important;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4) !important;
          box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4) !important;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  color: #fff;
  background-color: #12715b;
  border-color: #12715b;
}
.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 {
  color: #fff !important;
  background-color: #12715b !important;
  border-color: #12715b !important;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #12715b !important;
  border-color: #12715b !important;
}

.btn-outline-primary .badge {
  background: #12715b;
  border-color: #12715b;
  color: #fff;
}

.btn-outline-primary:hover .badge,
.btn-outline-primary:focus:hover .badge,
.btn-outline-primary:active .badge,
.btn-outline-primary.active .badge,
.show > .btn-outline-primary.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #12715b;
}

.dropdown-item:not(.disabled).active, .dropdown-item:not(.disabled):active {
  background-color: rgba(105, 108, 255, 0.16);
  color: #12715b !important;
}

.dropdown-menu > li:not(.disabled) > a:not(.dropdown-item):active,
.dropdown-menu > li.active:not(.disabled) > a:not(.dropdown-item) {
  background-color: rgba(105, 108, 255, 0.16);
  color: #12715b !important;
}

.dt-button-collection .dropdown-item:not(.disabled):active {
  background-color: rgba(105, 108, 255, 0.16);
}

.nav-pills .nav-link.active {
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}
.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
  background-color: #12715b;
  color: #fff;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
  -webkit-box-shadow: 0 -2px 0 #12715b inset;
          box-shadow: 0 -2px 0 #12715b inset;
}

.nav-align-bottom .nav-tabs .nav-link.active, .nav-align-bottom .nav-tabs .nav-link.active:hover, .nav-align-bottom .nav-tabs .nav-link.active:focus,
.nav-align-bottom .nav-tabs .nav-link.active,
.nav-align-bottom .nav-tabs .nav-link.active:hover,
.nav-align-bottom .nav-tabs .nav-link.active:focus {
  -webkit-box-shadow: 0 2px 0 #12715b inset;
          box-shadow: 0 2px 0 #12715b inset;
}

.nav-align-left .nav-tabs .nav-link.active, .nav-align-left .nav-tabs .nav-link.active:hover, .nav-align-left .nav-tabs .nav-link.active:focus,
.nav-align-left .nav-tabs .nav-link.active,
.nav-align-left .nav-tabs .nav-link.active:hover,
.nav-align-left .nav-tabs .nav-link.active:focus {
  -webkit-box-shadow: -2px 0px 0 #12715b inset;
          box-shadow: -2px 0px 0 #12715b inset;
}

.nav-align-right .nav-tabs .nav-link.active, .nav-align-right .nav-tabs .nav-link.active:hover, .nav-align-right .nav-tabs .nav-link.active:focus,
.nav-align-right .nav-tabs .nav-link.active,
.nav-align-right .nav-tabs .nav-link.active:hover,
.nav-align-right .nav-tabs .nav-link.active:focus {
  -webkit-box-shadow: 2px 0px 0 #12715b inset;
          box-shadow: 2px 0px 0 #12715b inset;
}

.form-control:focus,
.form-select:focus {
  border-color: #12715b !important;
}

.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
  border-color: #12715b !important;
}

.form-check-input:checked {
  background-color: #12715b;
  border-color: #12715b;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #12715b;
  border-color: #12715b;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}

.custom-option.checked {
  border: 1px solid #12715b;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg filter='url%28%23a%29'%3e%3ccircle cx='12' cy='11' r='8.5' fill='%23fff'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='a' x='0' y='0' width='22' height='22' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dy='2'/%3e%3cfeGaussianBlur stdDeviation='2'/%3e%3cfeColorMatrix values='0 0 0 0 0.180392 0 0 0 0 0.14902 0 0 0 0 0.239216 0 0 0 0.16 0'/%3e%3cfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_6488_3264'/%3e%3cfeBlend in='SourceGraphic' in2='effect1_dropShadow_6488_3264' result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg filter='url%28%23a%29'%3e%3ccircle cx='12' cy='11' r='8.5' fill='%23fff'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='a' x='0' y='0' width='22' height='22' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dy='2'/%3e%3cfeGaussianBlur stdDeviation='2'/%3e%3cfeColorMatrix values='0 0 0 0 0.180392 0 0 0 0 0.14902 0 0 0 0 0.239216 0 0 0 0.16 0'/%3e%3cfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_6488_3264'/%3e%3cfeBlend in='SourceGraphic' in2='effect1_dropShadow_6488_3264' result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");
}

.form-control:focus ~ .form-label {
  border-color: #12715b;
}
.form-control:focus ~ .form-label::after {
  border-color: inherit;
}

.divider.divider-primary .divider-text:before, .divider.divider-primary .divider-text:after {
  border-color: #12715b;
}

.navbar.bg-primary {
  background-color: rgba(105, 108, 255, 0.88) !important;
  color: #e0e1ff;
}
.navbar.bg-primary .navbar-brand,
.navbar.bg-primary .navbar-brand a {
  color: #fff;
}
.navbar.bg-primary .navbar-brand:hover, .navbar.bg-primary .navbar-brand:focus,
.navbar.bg-primary .navbar-brand a:hover,
.navbar.bg-primary .navbar-brand a:focus {
  color: #fff;
}
.navbar.bg-primary .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-primary .navbar-search-wrapper .search-input {
  color: #e0e1ff;
}
.navbar.bg-primary .search-input-wrapper .search-input,
.navbar.bg-primary .search-input-wrapper .search-toggler {
  background-color: #12715b !important;
  color: #e0e1ff;
}
.navbar.bg-primary .navbar-nav > .nav-link,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link {
  color: #e0e1ff;
}
.navbar.bg-primary .navbar-nav > .nav-link:hover, .navbar.bg-primary .navbar-nav > .nav-link:focus,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #fff;
}
.navbar.bg-primary .navbar-nav > .nav-link.disabled,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #b0b2ff !important;
}
.navbar.bg-primary .navbar-nav .show > .nav-link,
.navbar.bg-primary .navbar-nav .active > .nav-link,
.navbar.bg-primary .navbar-nav .nav-link.show,
.navbar.bg-primary .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar.bg-primary .navbar-toggler {
  color: #e0e1ff;
  border-color: rgba(255, 255, 255, 0.15);
}
.navbar.bg-primary .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='💎-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.navbar.bg-primary .navbar-text {
  color: #e0e1ff;
}
.navbar.bg-primary .navbar-text a {
  color: #fff;
}
.navbar.bg-primary .navbar-text a:hover, .navbar.bg-primary .navbar-text a:focus {
  color: #fff;
}
.navbar.bg-primary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.menu.bg-primary {
  background-color: #12715b !important;
  color: #e0e1ff;
}
.menu.bg-primary .menu-link,
.menu.bg-primary .menu-horizontal-prev,
.menu.bg-primary .menu-horizontal-next {
  color: #e0e1ff;
}
.menu.bg-primary .menu-link:hover, .menu.bg-primary .menu-link:focus,
.menu.bg-primary .menu-horizontal-prev:hover,
.menu.bg-primary .menu-horizontal-prev:focus,
.menu.bg-primary .menu-horizontal-next:hover,
.menu.bg-primary .menu-horizontal-next:focus {
  color: #fff;
}
.menu.bg-primary .menu-link.active,
.menu.bg-primary .menu-horizontal-prev.active,
.menu.bg-primary .menu-horizontal-next.active {
  color: #fff;
}
.menu.bg-primary .menu-item.disabled .menu-link,
.menu.bg-primary .menu-horizontal-prev.disabled,
.menu.bg-primary .menu-horizontal-next.disabled {
  color: #b0b2ff !important;
}
.menu.bg-primary .menu-item.open:not(.menu-item-closing) > .menu-toggle,
.menu.bg-primary .menu-item.active > .menu-link {
  color: #fff;
}
.menu.bg-primary .menu-item.active > .menu-link:not(.menu-toggle) {
  background-color: #6d70ff;
}
.menu.bg-primary.menu-horizontal .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle) {
  background-color: #7174ff;
}
.menu.bg-primary.menu-horizontal .menu-inner .menu-item:not(.menu-item-closing) > .menu-sub, .menu.bg-primary.menu-horizontal .menu-inner .menu-item.open > .menu-toggle {
  background: #6d70ff;
}
.menu.bg-primary .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-sub,
.menu.bg-primary .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-toggle {
  background: transparent;
  color: #e0e1ff;
}
.menu.bg-primary .menu-inner-shadow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(41%, #12715b), color-stop(95%, rgba(105, 108, 255, 0.11)), to(rgba(105, 108, 255, 0)));
  background: linear-gradient(#12715b 41%, rgba(105, 108, 255, 0.11) 95%, rgba(105, 108, 255, 0));
}
.menu.bg-primary .menu-text {
  color: #fff;
}
.menu.bg-primary .menu-header {
  color: #c2c4ff;
}
.menu.bg-primary hr,
.menu.bg-primary .menu-divider,
.menu.bg-primary .menu-inner > .menu-item.open > .menu-sub::before {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.menu.bg-primary .menu-block::before {
  background-color: #c2c4ff;
}
.menu.bg-primary .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before {
  background-color: #8385ff;
}
.menu.bg-primary .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
  background-color: #fff;
}
.menu.bg-primary .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before,
.menu.bg-primary .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
  -webkit-box-shadow: 0 0 0 1px #6d70ff;
          box-shadow: 0 0 0 1px #6d70ff;
}
.menu.bg-primary .ps__thumb-y,
.menu.bg-primary .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(255, 255, 255, 0.5942917647) !important;
}

@media (max-width: 1199.98px) {
  .app-brand .layout-menu-toggle {
    border: 7px solid #12715b !important;
  }
}
.footer.bg-primary {
  color: #e0e1ff;
}
.footer.bg-primary .footer-link {
  color: #fff;
}
.footer.bg-primary .footer-link:hover, .footer.bg-primary .footer-link:focus {
  color: #fff;
}
.footer.bg-primary .footer-link.disabled {
  color: #b0b2ff !important;
}
.footer.bg-primary .footer-text {
  color: #e0e1ff;
}
.footer.bg-primary .show > .footer-link,
.footer.bg-primary .active > .footer-link,
.footer.bg-primary .footer-link.show,
.footer.bg-primary .footer-link.active {
  color: #fff;
}
.footer.bg-primary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.bg-primary.toast, .bg-primary.bs-toast {
  color: #fff;
  background-color: rgba(105, 108, 255, 0.85) !important;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(105, 108, 255, 0.4);
          box-shadow: 0 0.25rem 1rem rgba(105, 108, 255, 0.4);
}
.bg-primary.toast .toast-header, .bg-primary.bs-toast .toast-header {
  color: #fff;
}
.bg-primary.toast .toast-header .btn-close, .bg-primary.bs-toast .toast-header .btn-close {
  background-color: #12715b !important;
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='1' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -webkit-box-shadow: 0 0.1875rem 0.375rem 0 rgba(105, 108, 255, 0.4) !important;
          box-shadow: 0 0.1875rem 0.375rem 0 rgba(105, 108, 255, 0.4) !important;
}

.form-floating > .form-control:focus:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-select:focus:not(:-moz-placeholder-shown) ~ label {
  color: #12715b;
}

.form-floating > .form-control:focus:not(:-ms-input-placeholder) ~ label, .form-floating > .form-select:focus:not(:-ms-input-placeholder) ~ label {
  color: #12715b;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:focus:not(:placeholder-shown) ~ label,
.form-floating > .form-select:focus ~ label,
.form-floating > .form-select:focus:not(:placeholder-shown) ~ label {
  color: #12715b;
}

.svg-illustration svg {
  fill: #12715b;
}

html:not([dir=rtl]) .border-primary,
html[dir=rtl] .border-primary {
  border-color: #12715b !important;
}

a {
  color: #12715b;
}
a:hover {
  color: #787bff;
}

.fill-primary {
  fill: #12715b;
}

.bg-navbar-theme {
  background-color: rgba(255, 255, 255, 0.88) !important;
  color: #384551;
}
.bg-navbar-theme .navbar-brand,
.bg-navbar-theme .navbar-brand a {
  color: #646e78;
}
.bg-navbar-theme .navbar-brand:hover, .bg-navbar-theme .navbar-brand:focus,
.bg-navbar-theme .navbar-brand a:hover,
.bg-navbar-theme .navbar-brand a:focus {
  color: #646e78;
}
.bg-navbar-theme .navbar-search-wrapper .navbar-search-icon,
.bg-navbar-theme .navbar-search-wrapper .search-input {
  color: #384551;
}
.bg-navbar-theme .search-input-wrapper .search-input,
.bg-navbar-theme .search-input-wrapper .search-toggler {
  background-color: #fff !important;
  color: #384551;
}
.bg-navbar-theme .navbar-nav > .nav-link,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link {
  color: #384551;
}
.bg-navbar-theme .navbar-nav > .nav-link:hover, .bg-navbar-theme .navbar-nav > .nav-link:focus,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link:hover,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link:focus,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link:hover,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #646e78;
}
.bg-navbar-theme .navbar-nav > .nav-link.disabled,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link.disabled,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #888f97 !important;
}
.bg-navbar-theme .navbar-nav .show > .nav-link,
.bg-navbar-theme .navbar-nav .active > .nav-link,
.bg-navbar-theme .navbar-nav .nav-link.show,
.bg-navbar-theme .navbar-nav .nav-link.active {
  color: #646e78;
}
.bg-navbar-theme .navbar-toggler {
  color: #384551;
  border-color: rgba(100, 110, 120, 0.075);
}
.bg-navbar-theme .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='💎-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(34, 48, 62, 0.5)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(34, 48, 62, 0.5)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.bg-navbar-theme .navbar-text {
  color: #384551;
}
.bg-navbar-theme .navbar-text a {
  color: #646e78;
}
.bg-navbar-theme .navbar-text a:hover, .bg-navbar-theme .navbar-text a:focus {
  color: #646e78;
}
.bg-navbar-theme hr {
  border-color: rgba(100, 110, 120, 0.075);
}

.layout-navbar {
  background-color: rgba(255, 255, 255, 0.88) !important;
  -webkit-backdrop-filter: saturate(200%) blur(6px);
          backdrop-filter: saturate(200%) blur(6px);
}

.navbar-detached {
  -webkit-box-shadow: 0 0 0.375rem 0.25rem rgba(145, 152, 159, 0.15);
          box-shadow: 0 0 0.375rem 0.25rem rgba(145, 152, 159, 0.15);
}

.layout-navbar-fixed .layout-page:before {
  -webkit-backdrop-filter: saturate(200%) blur(10px);
          backdrop-filter: saturate(200%) blur(10px);
  background: rgba(245, 245, 249, 0.6);
}

.bg-menu-theme {
  background-color: #fff !important;
  color: #384551;
}
.bg-menu-theme .menu-link,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-horizontal-next {
  color: #384551;
}
.bg-menu-theme .menu-link:hover, .bg-menu-theme .menu-link:focus,
.bg-menu-theme .menu-horizontal-prev:hover,
.bg-menu-theme .menu-horizontal-prev:focus,
.bg-menu-theme .menu-horizontal-next:hover,
.bg-menu-theme .menu-horizontal-next:focus {
  color: #384551;
}
.bg-menu-theme .menu-link.active,
.bg-menu-theme .menu-horizontal-prev.active,
.bg-menu-theme .menu-horizontal-next.active {
  color: #384551;
}
.bg-menu-theme .menu-item.disabled .menu-link,
.bg-menu-theme .menu-horizontal-prev.disabled,
.bg-menu-theme .menu-horizontal-next.disabled {
  color: #888f97 !important;
}
.bg-menu-theme .menu-item.open:not(.menu-item-closing) > .menu-toggle,
.bg-menu-theme .menu-item.active > .menu-link {
  color: #384551;
}
.bg-menu-theme .menu-item.active > .menu-link:not(.menu-toggle) {
  background-color: #fff;
}
.bg-menu-theme.menu-horizontal .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle) {
  background-color: white;
}
.bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.menu-item-closing) > .menu-sub, .bg-menu-theme.menu-horizontal .menu-inner .menu-item.open > .menu-toggle {
  background: #fff;
}
.bg-menu-theme .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-sub,
.bg-menu-theme .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-toggle {
  background: transparent;
  color: #384551;
}
.bg-menu-theme .menu-inner-shadow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(41%, #fff), color-stop(95%, rgba(255, 255, 255, 0.11)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(#fff 41%, rgba(255, 255, 255, 0.11) 95%, rgba(255, 255, 255, 0));
}
.bg-menu-theme .menu-text {
  color: #384551;
}
.bg-menu-theme .menu-header {
  color: #6a747d;
}
.bg-menu-theme hr,
.bg-menu-theme .menu-divider,
.bg-menu-theme .menu-inner > .menu-item.open > .menu-sub::before {
  border-color: transparent !important;
}
.bg-menu-theme .menu-block::before {
  background-color: #6a747d;
}
.bg-menu-theme .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before {
  background-color: white;
}
.bg-menu-theme .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
  background-color: #384551;
}
.bg-menu-theme .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before,
.bg-menu-theme .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
}
.bg-menu-theme .ps__thumb-y,
.bg-menu-theme .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(56, 69, 81, 0.2) !important;
}

@media (max-width: 1199.98px) {
  .app-brand .layout-menu-toggle {
    border: 7px solid #fff !important;
  }
}
.bg-menu-theme .menu-header {
  color: #a7acb2;
}
.bg-menu-theme .menu-header:before {
  background-color: #a7acb2 !important;
}
.bg-menu-theme.menu-vertical {
  -webkit-box-shadow: 0 0.125rem 0.375rem 0 rgba(145, 152, 159, 0.12);
          box-shadow: 0 0.125rem 0.375rem 0 rgba(145, 152, 159, 0.12);
}
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item.open > .menu-link, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.open > .menu-link,
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item .menu-link:not(.active):hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item .menu-link:not(.active):hover {
  background-color: rgba(34, 48, 62, 0.06);
}
.bg-menu-theme .menu-inner .menu-sub > .menu-item.active > .menu-link.menu-toggle {
  background-color: rgba(34, 48, 62, 0.08) !important;
}
.bg-menu-theme .menu-inner .menu-sub > .menu-item.active:not(:has(.menu-sub)) .menu-icon {
  color: #12715b;
}
.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {
    color: #12715b !important;
    background: #edf6ee !important;
    font-weight: bold;
}
.bg-menu-theme .menu-inner > .menu-item.active:before {
  background: #12715b;
}
.bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  background-color: #a7acb2 !important;
}
.bg-menu-theme .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle):before {
  background-color: #12715b !important;
  border: 3px solid #e7e7ff !important;
}

.app-brand .layout-menu-toggle {
  background-color: #12715b;
  border: 7px solid #f5f5f9;
}
.app-brand .layout-menu-toggle i {
  color: #fff;
}
.app-brand .layout-menu-toggle .menu-inner > .menu-header::before {
  background-color: #a7acb2;
}

.bg-footer-theme {
  color: #646e78;
}
.bg-footer-theme .footer-link {
  color: #12715b;
}
.bg-footer-theme .footer-link:hover, .bg-footer-theme .footer-link:focus {
  color: #12715b;
}
.bg-footer-theme .footer-link.disabled {
  color: #a2a8ae !important;
}
.bg-footer-theme .footer-text {
  color: #646e78;
}
.bg-footer-theme .show > .footer-link,
.bg-footer-theme .active > .footer-link,
.bg-footer-theme .footer-link.show,
.bg-footer-theme .footer-link.active {
  color: #12715b;
}
.bg-footer-theme hr {
  border-color: rgba(105, 108, 255, 0.075);
}
.email-verifier-tabs .nav-link h5{
    font-weight: bold;
}
.email-verifier-tabs .nav-link.active h5 {
    color: #fff;
}
.email-verifier-tabs .nav-link i {
    background: #12715b;
    width: 60px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #edf6ee;
}
.email-verifier-tabs .nav-link{
    background: #fff;
}
.email-verifier-tabs .nav-link.active i {
    background: #edf6ee;
    width: 60px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #12715b;
}
/* Plugin Style Start */
.kwt-file {
	max-width: 100%;
	margin: 0 auto;
}
.kwt-file__drop-area {
    position: relative;
    display: flex
;
    align-items: center;
    width: 100%;
    padding: 25px;
    background-color: #edf6ee;
    border-radius: 12px;
    box-shadow: none;
    transition: 0.3s;
}
.kwt-file__drop-area.is-active {
	background-color: #d1def0;
}
.kwt-file__choose-file {
	flex-shrink: 0;
	background-color: #12715b;
	border-radius: 100%;
	margin-right: 10px;
	color: #ffffff;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kwt-file__choose-file.kwt-file_btn-text {
	border-radius: 4px;
	width: auto;
	height: auto;
	padding: 10px 20px;
	font-size: 14px;
}
.kwt-file__choose-file svg {
	width: 24px;
	height: 24px;
	display: block;
}
.kwt-file__msg {
	color: #1d3557;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.kwt-file__input {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
}
.kwt-file__input:focus {
	outline: none;
}
.kwt-file__delete {
	display: none;
	position: absolute;
	right: 10px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
.kwt-file__delete:before {
	content: "";
	position: absolute;
	left: 0;
	transition: 0.3s;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%231d3557' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.5 438.5'%3e%3cpath d='M417.7 75.7A8.9 8.9 0 00411 73H323l-20-47.7c-2.8-7-8-13-15.4-18S272.5 0 264.9 0h-91.3C166 0 158.5 2.5 151 7.4c-7.4 5-12.5 11-15.4 18l-20 47.7H27.4a9 9 0 00-6.6 2.6 9 9 0 00-2.5 6.5v18.3c0 2.7.8 4.8 2.5 6.6a8.9 8.9 0 006.6 2.5h27.4v271.8c0 15.8 4.5 29.3 13.4 40.4a40.2 40.2 0 0032.3 16.7H338c12.6 0 23.4-5.7 32.3-17.2a64.8 64.8 0 0013.4-41V109.6h27.4c2.7 0 4.9-.8 6.6-2.5a8.9 8.9 0 002.6-6.6V82.2a9 9 0 00-2.6-6.5zm-248.4-36a8 8 0 014.9-3.2h90.5a8 8 0 014.8 3.2L283.2 73H155.3l14-33.4zm177.9 340.6a32.4 32.4 0 01-6.2 19.3c-1.4 1.6-2.4 2.4-3 2.4H100.5c-.6 0-1.6-.8-3-2.4a32.5 32.5 0 01-6.1-19.3V109.6h255.8v270.7z'/%3e%3cpath d='M137 347.2h18.3c2.7 0 4.9-.9 6.6-2.6a9 9 0 002.5-6.6V173.6a9 9 0 00-2.5-6.6 8.9 8.9 0 00-6.6-2.6H137c-2.6 0-4.8.9-6.5 2.6a8.9 8.9 0 00-2.6 6.6V338c0 2.7.9 4.9 2.6 6.6a8.9 8.9 0 006.5 2.6zM210.1 347.2h18.3a8.9 8.9 0 009.1-9.1V173.5c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a8.9 8.9 0 00-9.1 9.1V338a8.9 8.9 0 009.1 9.1zM283.2 347.2h18.3c2.7 0 4.8-.9 6.6-2.6a8.9 8.9 0 002.5-6.6V173.6c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a9 9 0 00-6.6 2.6 8.9 8.9 0 00-2.5 6.6V338a9 9 0 002.5 6.6 9 9 0 006.6 2.6z'/%3e%3c/svg%3e");
}
.kwt-file__delete:after {
	content: "";
	position: absolute;
	opacity: 0;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%) scale(0);
	background-color: #1d3557;
	border-radius: 50%;
	transition: 0.3s;
}
.kwt-file__delete:hover:after {
	transform: translate(-50%, -50%) scale(2.2);
	opacity: 0.1;
}
/* Plugin Style End */
.bulk-results td.bg-light-gray{
    background: #edf6ee !important;
    padding: 30px !important;
}
.email-verifier-tabs .nav-item {
    width: 49%;
}
.avatar {
    position: relative;
    width: 2.375rem;
    height: 2.375rem;
    cursor: pointer;
    background: #12715b;
    color: #fff;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 10px;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

html {
  font-family: "Inter", sans-serif;
}

.wrapper {
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
  background: #2b2d2f;
}

.title {
  text-align: center;
  margin-top: 55px;
  color: #fff;
  font-size: 25px;
}

.cc-card {
      position: relative;
    width: 100%;
    height: 250px;
    max-width: 500px;
    padding: 30px;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    border: solid 4px rgba(255, 255, 255, 0.1);
    background-image: none;
    background-position: center;
    background-size: cover;
    box-shadow: rgba(255, 255, 255, 0.25) 0px 54px 55px, rgba(255, 255, 255, 0.12) 0px -12px 30px, rgba(255, 255, 255, 0.12) 0px 4px 6px, rgba(255, 255, 255, 0.17) 0px 12px 13px, rgba(255, 255, 255, 0.09) 0px -3px 5px;
    background: #edf6ee;
    border: 2px solid #12715b;
}

.cc-card  h1 {
  font-size: 20px;
  line-height: 25px;
}

.cc-card h2 {
 font-size: 21px;
    line-height: 15px;
    margin: 0;
    font-weight: bold;
    color: #12715b;
}

.cc-card h3 {
  font-size: 15px;
  line-height: 15px;
  margin: 0;
}

.cc-card p {
    font-size: 14px;
    margin: 0;
    color: #12715b;
    font-weight: bold;
}

.cc-card section {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cc-card .top,
.cc-card .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cc-card .top img {
  width: 20px;
}

.cc-card .brand {
  height: 20px;
  mix-blend-mode: overlay;
}

.cc-card .infos {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cc-card .infos--bottom {
  display: flex;
  gap: 20px;
}

.cc-card .card-number {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body.auth{
        background-color: #edf6ee;
}
.alert-primary {
    background-color: #edf6ee;
    border-color: #ddd;
    color: #12715b;
    font-size: 15px;
}
/* width */
::-webkit-scrollbar {
  height: 4px;              /* height of horizontal scrollbar ← You're missing this */
  width: 4px;               /* width of vertical scrollbar */
  border: 1px solid #f2f2f2;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f2f2f2;
  height: 10px;
}

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

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #12715b;
}
.bulk-widget{
    color: #384551;
}
.bulk-widget:hover{
    color: #384551;
}
.bulk-widget p{
    color: #384551;
}
.bulk-widget i {
    background: #12715b;
    color: #fff;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
}
.bulk-widget h5 {
    font-weight: bold;
    color: #384551;
}
.transaction-history td.file_td{
    width: 300px;
}
.transaction-history .file_name{
        display: block;
    width: 300px;
    word-wrap: break-word;
    white-space: normal;
}
.table th i {
    display: inline-block;
    vertical-align: bottom;
}
.uploaded_emails .list-group-item {
    line-height: 1.375rem;
    padding-bottom: calc(0.5rem - 1px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bg-ds-secondary{
    background: #edf6ee !important;
}

.results.results-underprocess {
    background: #f5f5f9;
}
.results.results-underprocess td, .results.results-underprocess th {
    border-color: #444;
}
h5{
    font-weight: bold;
}
.stats h4.card-title {
    font-weight: bold;
    color: #12715b;
    font-size: 28px;
}
.slider-container input#emailCount {
    border: none;
    text-align: center;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    color: #0f604d;
    
}
.slider-container input#emailCount:focus {
    color: #12715b;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow:none;
}
.min-credit {
    text-align: center;
}
.range_steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    
}
h2#totalPrice {
    border: none;
    text-align: center;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    color: #0f604d;
}
div#pricingCard {
    padding: 50px;
    background: #edf6ee;
    border-radius: 10px;
    text-align: center;
}
div#pricingCard .list-group .list-group-item {
    line-height: 1.375rem;
    padding-bottom: calc(0.5rem - 1px);
    border: 1px solid #12715b;
}
.range_steps .step {
    width: 5px;
    height: 18px;
    background: #333;
    left: 5px;
    margin: 0 1%;
    border-radius: 5px;
}
.pay-now {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 18px;
}
.cc-card.billing-page {
    width: 100% !important;
    max-width: 100%;
    margin-top: 30px;
}
.results-home strong {
    display: block;
}
.bulk-widget {
    color: #384551;
    background: #edf6ee;
    border: 1px solid #12715b;
    transition: all 0.3s linear;
}
.bulk-widget:hover{
    background: #12715b;
}
.bulk-widget:hover *{
    color: #fff;
}
.bulk-widget:hover i {
    background: #edf6ee;
    color: #12715b;
   
}
.plan_expired {
    background: #000000a1;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1111;
    display: flex
;
    filter: blur(0px);
    flex-direction: column;
    align-items: center;
    padding-top: 15%;
}
.expired-credits .plan_expired {
    background: #000000a1;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1111;
    display: flex
;
    filter: blur(0px);
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    justify-content: center;
    border-radius: 0.375rem;
}
.plan_expired .expired-icon {
    color: #fff;
}
.plan_expired .expired-icon i {
       font-size: 67px;
    background-color: #ffe0db !important;
    color: #ff3e1d !important;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 10px;
}
.plan_expired h4 {
    color: #fff;
    font-size: 24px;
    max-width: 600px;
    text-align: center;
    margin: 20px auto;
}
.plan_expired a {
    background: #12715b;
    color: #fff;
    width: 300px;
    text-align: center;
    padding: 15px 20px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    border: 2px solid #ddd;
    border-radius: 10px;
}
.layout-page.expired-credits{
    filter:blur(5px);
}
.layout-wrapper{
    position: relative;
}
.expired-credits .plan_expired h4{
        font-size: 24px;
    max-width: 500px;
}
.expired-credits .plan_expired a {
    background: #12715b;
    color: #fff;
    width: 300px;
    text-align: center;
    padding: 15px 20px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    border: 2px solid #ddd;
    border-radius: 10px;
}
.expired-credits .plan_expired .expired-icon i {
    font-size: 45px;
    background-color: #ffe0db !important;
    color: #ff3e1d !important;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 10px;
}
.expired-credits .bulk-widget .plan_expired h4 {
    font-size: 18px;
    max-width: 100%;
    padding: 0 10px;
    margin: 5px 0;
    line-height: 24px;
}
.expired-credits  .bulk-widget .plan_expired .expired-icon i{
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.card-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    z-index: 111;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-loader img {
    width: 100px;
}
.card-body {

    color: #444;
}
table tr th{
    font-weight: 600;
}

@media screen and (min-width:320px) and (max-width:767px){
    .layout-navbar .navbar-nav-right {
        flex-direction: column;
        justify-content: left;
        align-items: self-start !important;
    }
    li.nav-item.navbar-dropdown.dropdown-user.dropdown {
    margin-top: -20px;
    
}
.results .d-flex.align-items-center.justify-content-between.mb-5.border-bottom.pb-3 {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}
.email-verifier-tabs .nav-item {
    width: 100%;
    white-space: normal;
}
.tab-content:not(.doc-example-content) {
    padding: 0;
}
.results .d-flex {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}
.tab-content .col-lg-3 {
    margin-bottom: 20px;
}
.results .row.mb-4 .col-md-3 {
    margin-bottom: 10px;
}
.blacklist-monitor .card-header {
    flex-direction: column;
}
.details.w-75 {
    width: 100% !important;
}
div#pricingCard {
    padding: 20px;
  
    margin-top: 15px;
}
ul#pricingList li {
    font-size: 13px !important;
}
}