@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #f6f9ff;
  color: #313a43;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.navlink {
    background: none !important;
}
.sidebar_nav_ul .nav-link.collapsed {
color: #899bbd !important;
 gap: 5px !important;
}
.toggle-sidebar .sidebar-nav .nav-link.dropdown_box:hover {
    background: #e8eefb !important;
    color: #001f47 !important;
}
.sidebar-nav .nav-item {
    margin-bottom: 5px;
    color: #899bbd;
    justify-content: center;
}
.sidebar_nav_ul li.nav-item {
    margin-bottom: 0px !important;
}
.sidebar-nav li.nav-item.active .nav-link, .sidebar-nav li.nav-item.active .nav-link i {
    color: #001f47 !important;
    background: #e8eefb !important;
}
.sidebar-nav li.nav-item.hover .nav-link, .sidebar-nav li.nav-item.hover .nav-link i {
    color: #001f47 !important;
    background: #e8eefb !important;
}
.sidebar-nav .nav-link:hover, .sidebar-nav .nav-link.active {
   color: #001f47 !important;
    background: #e8eefb !important;
}
.sidebar {
    width: 70px !important;
}
.toggle-sidebar .sidebar {
    width: 270px !important;
}
/* .bi-chevron-right::before {
    margin-right: -23px;
} */
/* .sidebar-nav .nav-link {
    justify-content: unset;
} */
/* .toggle-sidebar .sidebar-nav .nav-link {
    justify-content: center !important;
} */

.sidebar-nav .nav-link {
    padding: 10px 8px 10px 17px !important;
}
.toggle-sidebar .sidebar-nav .nav-link:not(.collapsed) .bi-chevron-right {
    transform: rotate(90deg);
}

.sidebar-nav .nav-link::after {
    font-weight: 400;
    content: attr(data-tooltip); /* pulls the title attribute */
    left: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    /* transform: translateY(-50%); */
    background-color: #fff;
    color: #001f47;
    padding: 8px 15px;
    line-height: 150%;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 2147483647 !important;
    width: max-content;
    display: none;
}

.sidebar-nav .nav-item .nav-link:hover::after {
    display: block;
}

.toggle-sidebar .sidebar-nav .nav-item .nav-link::after, .sidebar-nav .has_dropdown .collapseble_box .sidebar-nav .nav-item .nav-link::after {
    display: none ;
}

/* ul#Reporting-nav2 {
    display: none;
} */
.nav-content.collapse {
    display: none;
}

.toggle-sidebar .nav-content.collapse.show {
  display: block;
}



a {
  color: #001f47;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}

/*-- Font Weights --*/

.fw_4 {
  font-weight: 400 !important;
}

.fw_5 {
  font-weight: 500 !important;
}

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

.fw_7 {
  font-weight: 700 !important;
}

/*-- Font Sizes --*/

.fs_9 {
  font-size: 9px !important;
}
.fs_10 {
  font-size: 10px !important;
}
.fs_11 {
  font-size: 11px !important;
}
.fs_12 {
  font-size: 12px !important;
}
.fs_13 {
  font-size: 13px !important;
}
.fs_14 {
  font-size: 12px !important;
}
.fs_15 {
  font-size: 15px !important;
}
.fs_16 {
  font-size: 16px !important;
}
.fs_18 {
  font-size: 18px !important;
}
.fs_20 {
  font-size: 20px !important;
}


img {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 74px;
  padding: 20px 30px;
  transition: all 0.3s;
}
/* 
@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
} */

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

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

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

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

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

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

/*--------------------------------------------------------------
# buttons CSS
--------------------------------------------------------------*/

.btn {
  transition: 0.3s ease-in-out;
  min-height: 46px;
  min-width: 200px;
  font-size: 14px;
  line-height: 31px;
  border-radius: 4px;
}

.btn_h {
  min-height: 36px;
  line-height: 26px;
  padding-inline: 25px;
}

.btn:not(.dropdown-toggle):hover {
  transform: translateY(-5px);
}

.btn.btn-secondary {
  background: #001f47;
  border-color: #001f47;
}

.btn.btn-primary {
  background: #ef1e24;
  border-color: #ef1e24;
}

.btn.btn-primary:hover, .btn:focus, .btn:focus-visible  {
  background: #001f47;
  border-color: #001f47;
}

.form-check-input:checked {
  background-color: #ef1e24;
  border-color: #ef1e24;
}

.form-check-input:focus {
  box-shadow: 0 0 0 .25rem rgb(239 30 36 / 20%);
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

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

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

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

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

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

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

.bg-info-dark {
  background-color: #001f47;
  border-color: #001f47;
}

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

.bg-in-progress {
  background-color: #35a6dc;
}

.bg-reschedule {
  background-color: #4835dc;
}

.bg-ra {
  background-color: #5470c6;
}

.badge {
  padding-top: 5px;
  border-radius: 3px;
}

.clr-red {
  color: #ed1c24;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card.h-100 {
  margin-bottom: 0;
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: 'Montserrat', sans-serif;
}

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

.card-body {
  padding: 0 20px 20px 20px;
}

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

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}

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

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

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

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

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

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

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

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

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #899bbd;
  font-weight: 600;
}

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

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

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

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

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
  width: 100%;
  max-width: 200px;
}

.logo svg{
  width: 100%;
}

.logo_container {
  width: 100%;
  max-width: 296px;
}

.header .logo svg{
  display: inline-block;
  max-width: 185px;
}

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

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

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: 'Poppins', sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 74px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

/* .header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 0px;
  margin-right: 15px;
  cursor: pointer;
  color: #012970;
  order: -1;
} */

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

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

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

.search-form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

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

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

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

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

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

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

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

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

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

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

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

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

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

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

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

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

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

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 74px;
  left: 0;
  bottom: 0;
  width: 270px;
  z-index: 998;
  transition: all 0.3s;
  padding: 20px;
/*  overflow-y: auto;*/
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

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

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

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

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

/* @media (min-width: 1200px) {

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

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

@media (min-width: 1200px) {

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

  .toggle-sidebar .sidebar {
    left: -300px;
  }
} */

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

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

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

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

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
/*  color: #031d47;*/
  transition: 0.3;
  padding: 10px 15px;
  border-radius: 4px;
  position: relative;
}

.sidebar-nav .nav-link {
    min-width: 52px;
/*    padding: 10px 8px;*/
    font-size: 17px;
    border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
    color: #899bbd;
}

.sidebar-nav .nav-link.collapsed {
  color: #031d47;
  background: #fff;
  /* background: transparent; */
}

.sidebar-nav .nav-link.collapsed i {
/*  color: #031d47;*/
  color: #899bbd;
}

.sidebar-nav .nav-link:hover, .sidebar-nav .nav-link.active {
  /* color: #4154f1; */
  color: #001f47;
  background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i, .sidebar-nav .nav-link.active i {
  /* color: #4154f1; */
  color: #001f47;
}

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

/*.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}
*/

/* .sidebar-nav .nav-link:not(.collapsed) .bi-chevron-right {
    transform: rotate(90deg);
} */

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

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

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

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #001f47;
}

.sidebar-nav .nav-content a.active i {
  background-color: #001f47;
}




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

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

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

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

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

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

#reportrange {
  border-radius: 4px;
}

#reportrange span {
  font-size: 14px;
}

.daterangepicker.opensright .ranges li.active, .daterangepicker td.active,  .daterangepicker td.active:hover {
  background-color: #012970;
}

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

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

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

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

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

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

/* Activity */
.dashboard .activity {
  font-size: 14px;
}
.form-group {
  margin-bottom: 24px;
}
/*.sidebar-nav li.nav-item.active .nav-link, .sidebar-nav li.nav-item.active .nav-link i {
  color: #fff;
  background: #e81627;
}
*/

.sidebar-nav li.nav-item.active .nav-link,.sidebar-nav li.nav-item.active .nav-link i{
  color: #001f47;
  background: #e9ecef;
}

.toggle-sidebar .sidebar-nav li.nav-item.active .nav-link, .toggle-sidebar .sidebar-nav li.nav-item.active .nav-link i{
  color: #899bbd;
  background: transparent;
}
.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

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

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

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

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

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

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

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

/* .dashboard .recent-sales .table thead th {
  border: 0;
} */

.dashboard .recent-sales .dt-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dt-bottom {
  padding: 10px 0 0 0;
}

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

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

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

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

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

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

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Input
--------------------------------------------------------------*/
.form-control, .form_input_d .input-group>.form-control, .dt-container .dt-search .dt-input, .dt-container .dt-search .dt-input:focus-visible, .form_input_d .input-group>.form-floating, .form_input_d .input-group>.form-select, .form_input_d .form-control, .form_input_d .form-select {
  width: 100% !important;
  border: 0 !important;
  border-radius: 0;
  font-size: 14px;
  outline: none;
  box-shadow: none !important;
  background: #fff;
  padding: 12px 15px !important;
  min-height: 46px;
}

.form-control, .form-control:focus , .form-control:focus-visible , .dt-container .dt-search .dt-input, .dt-container .dt-search .dt-input:focus-visible, .form_input_d .input-group>.form-control, .form_input_d .input-group>.form-floating, .form_input_d .input-group>.form-select, 
.form_input_d .form-control, .form_input_d .form-select {
  background: #ecf4ff;
}

.eye_icon {
  position: absolute;
  right: 12px;
  transform: translate(0, -50%);
  top: 50%;
}

.password_box {
  position: relative;
}

.btn_group {
  column-gap: 15px;
  row-gap: 15px;
  flex-wrap: wrap;
}

.heading_clr {
  color: #001f47;
}

.entry_select {
  min-height: 36px;
  min-width: 46px;
  font-size: 14px;
  border-color: #ccd4e2;
  border-radius: 4px;
}

/*-- Pagination CSS --*/

.pagination .page-item .page-link {
  font-size: 14px;
}

.pagination .page-item.active .page-link {
  background: #012970;
}



/*------------ Stepper Form CSS -----------*/

.step {
  display: none;
}

.step.active {
  display: block;
}

.stepper {
  display: flex;
  /* justify-content: space-around; */
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 20px;
}

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

.stepper .stepper_count {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  color: #cacaca;
  width: 100%;
  max-width: 20%;
  font-size: 16px;
  /* justify-content: center; */
  column-gap: 10px;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 8px;
}

.stepper .stepper_count.active {
  color: #001f47;
  font-weight: bold;
  border-color: var(--secondary-color);
}

.steper_header img {
  width: 120px;
  margin-right: 24px;
}

.stepper .stepper_count .spep-number {
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  border: 3px solid #ececec;
  border-radius: 50%;
}

.stepper .stepper_count.active .spep-number {
  background-color: var(--secondary-color);
  /* color: #001f47; */
  color: #ed1c24;
  border-color: var(--secondary-color);
}

.stepper_body .form_label {
  display: flex;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.bootstrap-select .dropdown-toggle, .bootstrap-select .dropdown-toggle:hover, .bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:focus-visible, .bootstrap-select .dropdown-toggle:active {
  background: #ecf4ff;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  color: #212529;
  border: 0;
  outline: none !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.dropdown-item.active, .dropdown-menu .dropdown-item.active:hover {
  background: #012970;
}


.line_behind {
  /* background: #fff; */
  position: relative;
  overflow: hidden;
}

.line_behind::after {
  content: "";
  width: 100%;
  height: 1px;
  margin-left: 9px;
  background: #ededed;
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}


/*-- Pagination CSS --*/
.bottom_pagination {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom_pagination .dt-pagination li.dt-hidden {
  visibility: hidden;
}

.dt-pagination .dt-disabled button {
  pointer-events: none;
  cursor: default;
}

.dt-pagination .dt-active a, 
.dt-pagination .dt-active a:focus, 
.dt-pagination .dt-active a:hover, 
.dt-pagination .dt-active button, 
.dt-pagination .dt-active button:focus, 
.dt-pagination .dt-active button:hover {
  background-color: #d9d9d9;
  cursor: default;
}

.dt-pagination .dt-disabled a,
.dt-pagination .dt-disabled a:focus,
.dt-pagination .dt-disabled a:hover,
.dt-pagination .dt-disabled button,
.dt-pagination .dt-disabled button:focus,
.dt-pagination .dt-disabled button:hover {
  cursor: not-allowed;
  opacity: 0.4;
}

.dt-layout-table th button, .dt-pagination-list button {
  color: inherit;
  border: 0;
  background-color: inherit;
  cursor: pointer;
  text-align: inherit;
  font-weight: inherit;
  font-size: inherit;
}

/*table.dataTable thead tr th {
    border: 1px solid #d9d9d9;
    background: #001f47;
    color: #fff;
    vertical-align: top;
}*/

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left;
}

.dt-pagination a, .dt-pagination button {
  border: 1px solid transparent;
  float: left;
  margin-left: 2px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

.dt-pagination li {
  list-style: none;
  float: left;
}

.dt-pagination a:hover, .dt-pagination button:hover {
  background-color: #d9d9d9;
}


/*---- Job Information page CSS ----*/

.jd_title {
  padding-right: 10px;
}

.jd_title:first-child {
  max-width: 180px;
}

.jd_column {
  margin-bottom: 1rem;
}

.card-header.bg-info-dark {
  background-color: #001f47;
  border-color: #001f47;
}

.dt-layout-table > thead > tr > th, .dt-layout-table > tbody > tr > td a, .dt-layout-table > tbody > tr > td {
  font-size: 14px;
}

.dt-layout-table > thead > tr > th {
  border: 1px solid #d9d9d9;
  background: #001f47;
  color: #fff;
  vertical-align: top;
}

.dt-layout-table > thead > tr > th button {
  padding: 0;
}

.jd_column:nth-child(odd):last-child, .jd_column:nth-child(even):last-child {
  margin-bottom: 0;
}

.jd_column input.form-control, .jd_column .bootstrap-select .dropdown-toggle {
  min-height: 30px;
  padding: 0 10px !important;
  height: 30px;
  font-size: 12px;
}

.jd_column textarea.form-control {
  font-size: 12px;
}

/* .edit_select .btn.dropdown-toggle.btn-light {
  background: #dc3545;
  height: 32px;
  color: #fff;
  min-height: 32px;
  border-radius: 4px;
}

.edit_select .btn.dropdown-toggle.btn-light .filter-option-inner {
  line-height: normal;
} */

.bootstrap-select .dropdown-toggle {
  min-width: 100%;
}

.image_attachment img {
  object-fit: cover;
}

.image_attachment {
  max-width: 50px;
  border-radius: 5px;
  overflow: hidden;
}

.min_w {
  max-width: 40px;
}

.add_attachments_link input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  min-height: fit-content;
}

.labor_list:first-child, .material_parts_row:first-child, .te_parts_list:first-child, .oe_parts_list:first-child {
  margin-top: 0 !important;
  border-top: none !important;
  padding-top: 0 !important;
}

.gap_4 {
  row-gap: 20px;
}

/*--------------------------------------------------------------
# Login Page 
--------------------------------------------------------------*/

.bg_login {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

/*--== category page CSS ==--*/

.more-options {
    min-width: auto;
}

.more-options:hover {
    box-shadow: 7px 7px 47px 0px rgba(0 0 0 / 15%);
    transform: translateY(0) !important;
}

.btn.more-options:focus, .acc-btn:focus {
    background: #fff;
    border-color: #fff;
}

.acc-btn {
    min-width: auto;
    line-height: 100%;
    min-height: auto;
    padding: 0;
}

.acc-btn.collapsed i {
    transform: rotate(0deg);
    transition: 0.4s ease-in-out;
}

.acc-btn:active {
    border-color: transparent;
}

.acc-btn:hover {
    transform: translateY(0) !important;
}

.acc-btn i {
    transform: rotate(180deg);
    display: inline-block;
    transition: 0.4s ease-in-out;
}

.services-item {
    background: #ffffff;
    border: 1px solid #E0E0E0;
    margin-bottom: 1rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.services-inner-item:not(:last-child) {
    border-bottom: 1px solid #E0E0E0;
}
.services-inner-item, .services-item-header {
    padding: 20px
}
.services-item .services-item-body {
    border-top: 1px solid #E0E0E0;
}
.services-inner-item .service_cat {
    font-weight: 700;
    color: #353535;
}

.services-inner-item .service_price {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #353535;
}

.services-inner-item .service_actions {
/*    width: 50px;*/
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
}

.service_actions .edit_btn {
    color: #012970;
}

.service_actions .edit_btn, .service_actions .del_btn {
    font-size: 20px;
}

.service_actions .del_btn {
    color: #ed1c24;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.services-item-header .heading h5 {
    font-size: 16px;
}

.no-focus:focus {
    background: inherit;
    border-color: inherit;
}

/*.dt-search label {
    display: none;
}*/

div.dt-container .dt-paging .dt-paging-button.current {
    background: #e81627;
    color: #fff !important;
    border: 1px solid #e81627;
    font-size: 14px;
    padding: .3em 0.8em;
}

.dt-layout-row.dt-layout-table {
    overflow-x: auto;
}

table.dataTable {
    width: 100% !important;
}
/*.add_service_details {
  width: 100%;
  max-width: 800px;
  border-spacing: 0;
  margin-left: auto;
  margin-right: auto;
}*/

/*.add_service_details_inner {
  width: 100%;
  border: 1px solid #ccd4e2;
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
*/
/*.add_service_details .details_td {
  color: #212529;
  background: #fff;
  padding: 10px 15px;
  text-align: left;
  border-bottom: 1px solid #ccd4e2;
  width: 50%;
}*/

/*.add_service_details .header_td {
  text-align: left;
  background: #001f47;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
}*/


.card_view {
    background: #fff;
    padding: 20px 20px 20px;
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.add_service_details_inner {
    margin-bottom: 32px;
}

.add_service_details .header_td {
    font-size: 1rem;
    font-weight: 600;
    color: #0b2447;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

.add_service_details .first_td {
    flex: 1 1 180px;
    font-weight: 500;
}
.add_service_details .details_td {
    flex: 2 1 300px;
}


/*.add_service_details .first_td {
  color: #212529;
  background: #f6f9ff;
}*/


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.header .toggle-sidebar-btn {
    background: #001f47;
    color: #fff;
    padding: 0px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .toggle-sidebar-btn {
    font-size: 32px;
    padding-left: 0px;
    margin-right: 15px;
    cursor: pointer;
    color: #012970;
    order: -1;
}

.active .hamburger_bar {
    background: transparent;
}

.hamburger_bar {
    display: inline-block;
    height: 2px;
    background: #fff;
    width: 25px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.active .hamburger_bar::before {
    transform: rotate(45deg) translate(6px, 6px);
}
.hamburger_bar::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -8px;
    transition: 0.3s ease-in-out;
}

.active .hamburger_bar::after {
    transform: rotate(-45deg) translate(5px, -6px);
}
.hamburger_bar::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -8px;
    transition: 0.3s ease-in-out;
}

.sidebar span {
    display: none;
}

.toggle-sidebar .sidebar span {
    display: block;
}

/*.toggle-sidebar #main, .toggle-sidebar #footer {
    margin-left: 58px;
}*/

.sidebar {
      padding: 20px 10px;
      left: 0;
      width: 76px;
}

.toggle-sidebar .sidebar {
      width: 270px;
      z-index: 998;
      transition: all;
      padding: 20px;
}

.sidebar .sidebar-nav .nav-link i{
      margin-right: 0;
}

/* .sidebar-nav .nav-link {
    justify-content: center;
} */

.toggle-sidebar .sidebar-nav .nav-link {
    justify-content: unset;
}

.toggle-sidebar .sidebar .sidebar-nav .nav-link i{
      margin-right: 10px;
}

.toggle-sidebar .sidebar-overlay {
    opacity: 1;
    visibility: visible;
}

.sidebar-overlay {
    position: fixed;
    top: 74px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.toggle-sidebar .sidebar-nav .nav-link.dropdown_box {
    background: #e8eefb;
    color: #001f47;
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #899bbd;
    transition: 0.3;
    padding: 10px 15px;
    border-radius: 4px;
}

.dropdown_box_main {
    position: relative;
}

.dropdown_box_main:hover ul {
    display: block;
    left: 100%;
    position: absolute;
    background-color: #fff;
    color: #001f47;
    padding: 8px 15px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 2147483647 !important;
    width: 230px;
    top: 0;
}

.dropdown_box_main:hover ul span {
    display: block !important;
}

.dropdown_box_main:hover ul i {
    display: none;
}

.dropdown_box_main:hover ul a {
    padding: 10px 0 10px 6px;
}

.toggle-sidebar .dropdown_box_main:hover ul span {
    display: unset !important;
}

.toggle-sidebar .dropdown_box_main:hover ul {
    left: 100%;
    position: unset;
    background-color: transparent;
    color: #001f47;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    width: auto;
}

.toggle-sidebar .dropdown_box_main:hover ul.collapse {
    display: none;
}

.toggle-sidebar .dropdown_box_main:hover ul.collapse.show {
    display: block;
}

.toggle-sidebar .dropdown_box_main:hover ul a {
    padding: 10px 0 10px 40px;
}

.toggle-sidebar .dropdown_box_main:hover ul a i {
    display: block;
}


.mybooking_wrapper_table input.datatable-input, .mybooking_wrapper_table .dt-container .dt-search input.dt-input {
    width: 100% !important;
    padding: 0px 16px !important;
    font-size: 15px;
    border-radius: 12px;
    border: 1px solid rgb(213, 216, 220) !important;
    color: rgb(17, 17, 17);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 2px !important;
    transition: border-color 0.2s, outline 0.2s;
    outline: none;
    background: #fff;
    /* margin-left: 30px; */
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.recent-sales .card-title, .title_bg_b {
    position: sticky;
    top: 0;
    z-index: 9;
    border-radius: 12px;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.06);
    font-size: 20px;
    font-weight: 700;
    padding: 12px 32px;
    margin: 20px auto 0px auto;
    width:100%;
    max-width: 100%;
    text-align: center;
    background-image: Linear-gradient(to right, #cfe2ff, #e8f1ff);
    transition: all 0.4s ease;
}

.mybooking_wrapper_table .dt-container select.dt-input {
    padding: 6px;
    padding: 10px 16px !important;
    font-size: 15px;
    border-radius: 12px;
    border: 1px solid rgb(213, 216, 220) !important;
    color: rgb(17, 17, 17);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 2px !important;
    transition: border-color 0.2s, outline 0.2s;
    outline: none;
    background: #fff;
}

.dt-container {
    margin-top: 10px;
}

.datatable.table thead th {
    text-align: center;
}

table.dataTable thead>tr>th.dt-orderable-asc:hover, table.dataTable thead>tr>th.dt-orderable-desc:hover, 
table.dataTable thead>tr>td.dt-orderable-asc:hover, table.dataTable thead>tr>td.dt-orderable-desc:hover {
    outline: none;
    outline-offset: -2px;
}

.datatable.table th span.dt-column-order {
    opacity: 0;
}

.datatable.table td, .datatable.table th {
    vertical-align: middle;
}

.datatable.table td, .datatable.table th {
    vertical-align: middle;
    padding: .5rem .5rem;
}

.datatable.table thead th {
    padding: .5rem .5rem !important;
    border-bottom: none;
}

.datatable.table tbody td,  .datatable.table tbody th {
    border: 1px solid #ddd !important;
}

table.dataTable>tbody>tr th {
    font-weight: 600;
}

div.dt-container .dt-paging .dt-paging-button.current {
    background: #e0ecff;
    color: #fff !important;
    border: 1px solid #deebff;
    color: #012970 !important;
    border-radius: 4px;
    font-weight: 600;
}

.dashboard .form-control {
    width: 100%;
    padding: 14px 16px !important;
    font-size: 15px;
    border-radius: 12px;
    border: 1px solid rgb(213, 216, 220) !important;
    background: rgb(255, 255, 255);
    color: rgb(17, 17, 17);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 2px;
    transition: border-color 0.2s, outline 0.2s;
    outline: none;
}

.dashboard .form-control:focus {
    outline: 2px solid red;
}

.dashboard label {
/*    display: block;*/
    font-size: 15px;
    font-weight: 500;
    color: #444;
    margin-bottom: 6px;
    padding: 5px;
    text-transform: capitalize;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */