@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
--------------------------------------------------------------*/
.mybooking_wrapper_table button.datatable-sorter:before {
    display: none;
}
.mybooking_wrapper_table button.datatable-sorter:after {
    display: none;
}

.mybooking_wrapper_table .datatable-container {
    background: #fff;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 8px 4px;
    padding: 20px;
    max-width: 100%;
    margin: 10px;
    border: none !important;
    overflow-x: auto;
}
.mybooking_wrapper_table .datatable-selector {
    padding: 6px;
    padding: 14px 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;
}
.mybooking_wrapper_table .datatable-table tr:first-child {
    /* background: red; */
    border-left: 1px solid #ddd;
}
.mybooking_wrapper_table .datatable-table td:first-child {
    /* background: red; */
    border-left: 1px solid #ddd;
}
.mybooking_wrapper_table tr:first-child td {
   border-top: 1px solid #ddd;
}
/* .datatable-top {
    display: flex;
} */
/* .datatable-search {
    max-width: 100% !important;
}
.datatable-dropdown {
    width: 300px !important;
} */
.mybooking_wrapper_table input.datatable-input {
    width: 100% !important;
    padding: 14px 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; */
}
.mybooking_wrapper_table .datatable-table > tbody > tr > td, .datatable-table > tbody > tr > th, .datatable-table > tfoot > tr > td {
    vertical-align: middle;
    padding: 8px 10px;
    border-bottom: 1px solid #ddd !important;
    border-right: 1px solid #ddd;
    font-size: 14px;
    /* text-align: center; */
    
}
.mybooking_wrapper_table .datatable-table > thead > tr > th {
    border-bottom: none;
    font-size: 14px;
    text-align: center;
    font-weight: 600!important;
}
.mybooking_wrapper_table .card-body {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px;
}
.mybooking_wrapper_table .datatable-bottom {
    padding-bottom: 0px;
}
.mybooking_wrapper_table .card-title {
    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  !important;
    margin: 0px auto 0px auto;
    max-width: 100%;
    text-align: center;
    background-image: Linear-gradient(to right, #cfe2ff, #e8f1ff);
    transition: all 0.4s ease;
    background: #e2eeff;

    color: #012970;
    font-family: 'Montserrat', sans-serif;
}
.mybooking_wrapper_table li.datatable-pagination-list-item.datatable-active button {
    background: #e2eeff !important;
    color: #012970;
    font-weight: 600;
}
.mybooking_wrapper_table .datatable-pagination a:hover, .datatable-pagination button:hover {
    background-color: #e2eeff;
}
.mybooking_wrapper_table {
    padding: 0px !important;
}

.mybooking_wrapper_table .datatable-table a.text-primary {
    color: unset !important;
}
.sidebar_new .menu_item a.active, .sidebar_new .menu_item a:hover {
    background-color: #e8eefb !important;
    color: #001f47 !important;
}
.mybooking_wrapper_table .datatable-info {
    font-size: 14px;
    font-weight: 400;
}
.card-header {
    border-bottom: 0px !important;
}
.mybooking_wrapper_table .datatable-top label {
    font-size: 14px;
}
.mybooking_wrapper_table tbody tr:nth-child(even):hover td,
tbody tr:nth-child(even):hover th {
  background-color: #f0f0f0; /* Adjust as needed */
}

















/* sidebar */
.cont_icon {
  font-size: 22px;
  padding: 10px 8px;
  /*position: absolute;*/
  top: 29px;
  left: 19px;
 /* width: 74px;*/
 /* height: 65px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu_item {
    margin-bottom: 5px;
}

.Opening_hours {
  font-size: 22px;
  padding: 1px;
  /*position: absolute;*/
  top: 109px;
  left: 19px;
 /* width: 74px;*/
  /*height: 65px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .toggle-sidebar  #sidebar {
  transition: width 1s;
} */
#sidebar {
  /*overflow: hidden;*/
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  max-width: 325px;
  white-space: nowrap;
}

.toggle-sidebar  #sidebar {
  overflow-y: auto !important;
}
.sidebar .smallbar_icons a:hover, .sidebar .smallbar_icons a.active {
  color: #001f47 !important;
  background: #e8eefb;
  /*height: 65px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar_new .menu_item a {
  width: 100%;
}

.sidebar_new .menu_item a {
    min-width: 52px;
    padding: 10px 8px;
    font-size: 17px;
    border-radius: 4px;
    color: #899bbd;
}

.sidebar_new .menu_item a.active , .sidebar_new .menu_item a:hover{
    background-color: #e9ecef;
    color: #001f47;
}

.toggle-sidebar a.active.cont_icon {
  display: none;
}
.toggle-sidebar a.Opening_hours {
  display: none;
}


.sidebar {
  position: fixed;
  top: 74px;
  left: 0;
  left: -300px;
  bottom: 0;
  width: 270px;
  z-index: 996;
  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;
}

.sidebar, .sidebar-nav, .nav {
    overflow: visible !important;
}
.sidebar_new.sidebar .card-body {
  padding-bottom: 100px;
/*  display: none;*/
}
.toggle-sidebar.no-scroll .sidebar_new.sidebar .card-body {
  display: block;
  margin: 0px;
  box-shadow: none;
  padding: 0;
}

.sidebar_new .bi-telephone-inbound::before {
  transition: width 2s;
}
#sidebar .sidebar_new .bi-telephone-inbound::before {
  display: block;
}
.toggle-sidebar #main, .toggle-sidebar .bi-telephone-inbound::before {
  display: none;
}
#sidebar .sidebar_new .Opening_hours::before {
  display: block !important;
}
.toggle-sidebar #main, .toggle-sidebar .Opening_hours::before {
  display: none;
}



.nav-item {
  position: relative;
  padding: 10px 15px;
  cursor: pointer;
}

/* Tooltip styling */
.tooltipbar_right {
  position: absolute;
  right: -231px !important;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #001f47;
  padding: 8px 15px;
  border-radius: 5px;
  display: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 2147483647 !important;
  width: 230px;
}
/* Show tooltip on hover */
.nav-item:hover .tooltipbar_right {
  display: block; 
}
 /* .sidebar .btn:not(.dropdown-toggle):hover {
  transform: none !important;
} */
/* Optional: Add a little arrow to the tooltip */
.tooltipbar_right::after {
  /* content: ''; */
  position: absolute;
  top: 50%;
  right: -8px; /* Arrow will be outside the tooltip */
  transform: translateY(-50%);
  border-left: 8px solid #001f47; /* Arrow color matches tooltip background */
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}



.sidebar,
.sidebar-nav,
.nav {
  overflow: visible !important;
}
.setting_ul_div {
  margin-left: 0px;
  padding-left: 0px;
}
.setting_ul_div li > a  {
  /* color: #001f47 !important; */
}
.setting_ul_div li > a span  {
  /* color: #001f47 !important; */
  display: block !important;

  padding: 6px 6px;
}
.setting_ul_div .bi-circle::before {
display: none;
}

.bi-chevron-right::before {
  content: "\f285";
  margin-left: 5px;
}

/* .sidebar a:hover {
  color: #011735;
  text-decoration: none;
}
.sidebar a:active {
  color: #dc3545 !important;
  text-decoration: none;
}
.setting_ul_div li > a:hover {
  color: #dc3545 !important;
}
.setting_ul_div li > a:active {
  color: #dc3545 !important;
} */


.sidebar-nav .nav-link:hover, .sidebar-nav a.active {
  color: #dc3545 !important;
}

.bottom_fixed_bar {
  padding: 5px 5px !important;
}

/*footer#footer {
  background: #fff;
  margin: auto;
  width: 1034px;
  padding: 10px 0px 10px 0px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  box-shadow: 0px 10px 12px 0 rgba(0 0 0 / 47%);
}*/

.main_newH footer#footer {
  background: #fff;
  width: 100%;
  padding: 0px 0px 5px 0px;
  border-radius: 0 0 4px 4px;
}

.footer_next {
  box-shadow: 0px -3px 10px -7px rgba(0 0 0 / 47%);
  padding-top: 10px;
}

.footer_next .col-md-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.card_body2{
  margin-top: 0px !important;
  padding-top: 0 !important;
}
/*.card_body2{
  margin-top: 40px !important;
}*/
/*.left_area.left_area_2 {
  position: fixed;
  margin-bottom: 20px;
  top: 199px;
  z-index: 9999;
  z-index: 98;
  background: #fff;
  width: 100%;
  height: 40px;
  max-width: 950px;
}*/
/*h4.left_area_3 {
  position: fixed;
  top: 195px;
  background: #fff;
}*/

/* .pagetitle h1 {
  position: fixed;
  top: 200px;
  z-index: 999999;
  background: red;
  padding: 10px 0px;
} */


.Selected_ser_card {
  margin-top: 30px;
}

:root {
  scroll-behavior: smooth;
}

.Customer-Information .card-body {
  padding-top: 20px;
}
.Itemscard .card-body {
  padding-top: 20px;
}
.Appliance-Information .card-body {
  padding-top: 20px;
}
.ProblemNotes .card-body {
  padding-top: 20px;
}
.row.add_service_list {
  padding: 20px 20px 20px 20px;
  /*box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);*/
  margin: 8px;
}

.stepper_box .row.add_service_list {
    padding: 0;
    overflow: visible;
    margin-left: -10px;
}

.add_service {
    margin-top: 5px;
}

.FinalDetailsForm .card-body {
  margin: 0px;
}
.stepper_box .card-header {
  height: 70px;
  padding-left: 0;
}
/*	.b2cbooking_sec .add_service .card {
  height: calc(100% - 30px);
}*/

/* .stepper_box .card {
  height: 100%;
}
.FinalDetailsForm .card-body  {
 flex-direction: column;
} */
/* .card-body {
  padding: 0px 20px 20px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  margin: 20px;
} */

#backButton i {
  font-size: 40px !important;
  line-height: 0;
}

.sidebar_new.sidebar .card-body {
  padding-bottom: 20px !important;
  /* list-style: none; */
}
/*.sidebar-nav {
  padding-top: 29px !important;
}*/
.sidebar-nav .nav-link {
  border-radius: 4px;
/*  margin-bottom: 10px;*/
/*  background: #f6f9ff;*/
/*  padding: 3px 0px 3px 15px !important;*/
}
.sidebar-nav .nav-link.active, .sidebar-nav .nav-link:hover {
  color: #001f47 !important;
  background: #e8eefb !important;
}
.sidebar-nav .nav-link i {
  font-size: 16px !important;
/*  color: #001f47 !important;*/
  color: #899bbd;
}
.sidebar-nav li {
  border: none !important;
}
/* Default Hidden Overlay */
.sidebar-overlay {
  position: fixed;
  top: 71px;
  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;
}

/* Sidebar Styling */
.sidebar-content {
  position: fixed;
  top: 74px;
  left: -300px; /* Initially Hidden */
  width: 300px;
  height: 100%;
  /* background: white;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2); */
  z-index: 999;
  transition: left 0.3s ease-in-out;
  padding: 20px;
  overflow-y: auto;
}

/* When Sidebar is Active (Open) */
.toggle-sidebar .sidebar-overlay {
  opacity: 1;
  visibility: visible;
}

.sidebar-active .sidebar-content {
  left: 0; /* Slide In */
}

/* Disable Body Scroll when Sidebar is Open */
.no-scroll {
  overflow: hidden;
  height: 100vh;
}




.collapsed.toggle-arrow i.bi-chevron-right {
  transform: rotate(0deg);
}

.toggle-arrow i.bi-chevron-right {
  transform: rotate(90deg);
  transition: 0.25s ease-in-out;
  display: block;
}
.sidebar_new .toggle-arrow {
  color: #001f47;
  background: #e8eefb;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 15px !important;
  /* margin-top: 30px !important; */
  border-top: 0px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 0;
}

.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;
}


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

.hamburger_bar::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -8px;
    transition: 0.3s ease-in-out;
}

.hamburger_bar::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -8px;
    transition: 0.3s ease-in-out;
}

.active .hamburger_bar {background: transparent;}

.active .hamburger_bar::before {
    transform: rotate(45deg) translate(6px, 6px );
}

.active .hamburger_bar::after {
    transform: rotate(-45deg) translate(5px, -6px );
}

.footer_next {
  display: flex;
/*  justify-content: end;*/
  justify-content: center;
}
/*.footer_next .bottom_fixed_bar.p-3.rounded-1 {
  max-width: 231px;
}*/

.footer_next button.btn {
    min-width: 300px;
    min-height: 35px;
    font-size: 14px;
    line-height: 24px;
}

.footer_next button.btn:hover {
    transform: none;
}

/*.add_service .card-title {
    padding: 0px 0 15px 0;
}*/

.add_service .service_category_title {
    font-weight: 600;
    font-size: 16px;
    color: #0b2447;
    background: #f1f5fb;
    padding: 10px 16px;
    border-radius: 12px;
    margin-bottom: 14px;
}
.progress_barBox {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1rem;
  background: #001f47;
  border-radius: 4px;
  padding: 10px !important;
  padding-bottom: 1rem;
  color: #fff;
}

.progress_barBox.fixed {
    position: fixed;
    top: 74px; /* Adjust based on header height */
    left:0;
    right:0;
    background: white;
    z-index: 1000;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.toggle-sidebar .progress_barBox.fixed {
    left: 0;
}

/*.progress_barBox {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 9px;
    flex-direction: column-reverse;
    align-items: flex-start;
    background: #fff;
    box-shadow: 0px 20px 12px -20px rgba(0 0 0 / 15%);
    position: relative;
}*/

.progress_bar02 {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.progress_steps {
  width: 100%;
  overflow: hidden;
}
/* .toggle-sidebar .col-lg-3.add_service_list_item {
  width: 100%;
} */

.progress_steps .text_b {
  color: #ffffff;
}
/* .toggle-sidebar .col-lg-9.ps-md-4.stepper.main_new {
  width: 850px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
} */
.toggle-sidebar .step {
  background: #ffffff;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #eee;
}
 .step {
  background: #ffffff;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #eee;
}
/* .pagetitle h1 {
  color: #fff !important;
  background: #001f47;
  width: 100%;
  padding: 15px;
  border-radius: 5px 5px 0px 0px;
} */
.left_area {
  width: 100%;
}
div#sidebar {
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  /*margin-left: -13px;*/
  z-index: 999;
}
.sidebar_new.sidebar .card-body {
  padding-bottom: 100px;
}
.sidebar_new.sidebar {
  /* position: fixed;
  left: -350px;
  top: 70px;
  width: 330px;
  margin-top: 0 !important;
  z-index: 996; */
  max-height: calc(100vh - 70px);
  height: 100vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}
.main_new, #footer {
/*  margin-left: 0px !important;*/
  width: 100%;
}





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

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: 16px;
  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;
  display: none !important;
}

.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: 150px;
  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;
}

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

.logo svg{
  width: 100%;
}

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

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

.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: 70px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
}

.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;
}


.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 img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
}
.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;
}



/*--------------------------------------------------------------
# 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;
}

.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 .dataTable-top {
  padding: 0 0 10px 0;
}

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

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

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}
.error{
  color: red;
}
.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;
}


/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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, .datatable-input, .datatable-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: 16px;
  outline: none;
  box-shadow: none !important;
  background: #fff;
  padding: 12px 15px !important;
  min-height: 46px;
}

.form-control, .form-control:focus , .form-control:focus-visible ,.datatable-input, .datatable-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;
}

.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;
}

.selected_service_cost i {
  font-size: 22px;
  color: #ed1c24;
}

.selected_service_cost .badge {
  position: absolute;
  top: -14px;
  /* background: #000; */
  right: 6px;
  color: #2eca6a;
  padding: 0;
  border-radius: 50%;
  font-weight: 500;
  font-size: 14px;
}

.fm_enquiry {
/*  box-shadow: 3px 4px 21px #0000001f;*/
  box-shadow: 0px 0px 6px #0000001a;
  transition: 0.3s ease-in-out;
  background: #fff;
}

.fm_enquiry:hover {
  background: #dc3545;
}

.fm_enquiry:hover i {
  background-color: #fff !important;
  color: #dc3545 !important;
}

.fm_enquiry:hover a {
  color: #fff;
}

.timming_table td {
  padding-left: 5px;
}

.plus_btn_s {
  border-radius: 50%;
  max-width: 40px;
  min-height: 40px;
  padding: 0;
  display: flex;
  font-size: 24px;
  width: 100%;
  min-width: auto;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.details_btn {
  /* min-width: auto; */
  margin-top: 10px;
  font-size: 16px;
  color: #dc3545;
  border-radius: 8px;
}

.add_service .details_btn {
    border: 1px solid #dcdcdc;
}

.details_btn:hover,  .btn-active{
  background: #001f47;
  transform: translateY(0) !important;
  color: #fff;
}

.add_service_list_item .card {
  /*min-height: 180px;*/
  /* border: 1px solid #e9e9e9;
  box-shadow: 0px 0 7px rgba(1, 41, 112, 0.1); */
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.add_service_list_item .card-body {
  margin: 0px !important;
}
/* Make Add Service Section Scroll */

.stepper_box .row  {
    margin-left: 0;
    margin-right: 0;
}
.stepper.stepper_box .add_service {
    min-height: calc(100vh - 285px);
}

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


.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);
}

.main_newH {
    padding: 10px 0px 0 !important;
}

.proggress_container {
    padding: 0px 10px 10px;
    box-shadow: 0px 2px 9px -6px rgba(0 0 0 / 47%);
    position: relative;
    border-bottom: 1px solid #eaeaea;
    z-index: 10;
}

.progress_steps p {
    font-size: 14px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.qnt_input {
  min-height: 20px;
  height: 40px;
  text-align: center;
  color: #001f47;
  font-size: 22px;
  background: #fff;
}

.minus_btn_s, .qnt_input {
  display: none;
}

/*--== Active State For Select Service Card ==--*/
.add_service_list_item.active .card{
  background: #001f47 !important;
  color: #fff !important;
}

.add_service_list_item.active .minus_btn_s, .add_service_list_item.active .qnt_input {
  display: flex;
}

.add_service_list_item.active .price_of_service {
  color: #fff !important;
}

.add_service_list_item.active .details_btn:hover {
  color: #dc3545;
  background: #fff;
}

.add_service_list_item.active .add_button_for_service {
  margin-bottom: 10px;
}

.add_service_list_item.active .plus_btn_s:hover {
  background: #fff !important;
  color: #001f47;
}

.footer_next {
    position: sticky;
    right: 0;
    bottom: 0;
    margin-top: auto;
    z-index: 10;
}

.bottom_fixed_bar {
/*  position: fixed;
  right: 0;
  bottom: 0;
  background: #001f47;*/
  z-index: 99;
/*  width: calc(100% - 25.5%);
  color: #fff;*/
}

.bottom_fixed_bar nav li a {
  color: #fff;
}

.bottom_fixed_bar .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.details_modal .modal-content {
    border-radius: 5px;
    border: 0;
}

.details_modal .modal-dialog {
    max-width: 790px;
}
  
  /*Preogress Bar Design*/
.progress {
    height: 10px;
}

.text_b {
    color: #012970;
}

/*--== Swiper CSS ==--*/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrow_r {
  position: absolute;
  top: 20px;
  right: 0;
  text-align: end;
}

.arrow_r svg {
  cursor: pointer;
}

.stepper_box .step.active {
/*  display: block;*/
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0 !important;
}

.stepper_box .step {
  display: none;
/*  padding: 15px 0;*/
  padding: 0px 0 0;
  border: none;
}

/*.stepper_box .step .left_area {
    text-align: center;
}*/

/*.stepper_box .step .left_area h1 {
    border-bottom: 3px solid #001f47;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
}*/

.add_service .inner_container .pagetitle {
    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: 10px auto 0px auto;
    max-width: 860px;
    text-align: center;
    background-image: Linear-gradient(to right, #cfe2ff, #e8f1ff);
    transition: all 0.4s ease;

}

.card_content {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
    padding: 20px;
    max-width: 860px;
    margin: 10px auto 0px auto;
}



.stol_OP {
  background: #fff;
  border: solid 1px #fff;
  box-shadow: rgba(0, 0, 0, .12) 0 1px 6px, rgba(0, 0, 0, .12) 0 1px 4px;
  border-radius: 2px;
  margin-top: 10px;
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.stol_OP:hover, .stol_OP.active {
  background: #001f47;
  border-color: #001f47;
  color: #fff;
}

.bottom_fixed_bar nav .breadcrumb-item.active a {
  color: #dc3545;
  font-weight: 700;
}

.see_moreBtn {
  align-items: flex-end;
  background-image: linear-gradient(hsla(0, 0%, 100%, .3), #ffffff 40%);
  cursor: pointer;
  display: flex;
  color:#001f47;
  font-weight: 600;
  height: 48px;
  justify-content: flex-start;
  margin-bottom: 24px;
  margin-top: -24px;
  position: relative;
  transition: background-image .2s ease-in-out;
  width: 100%;
  z-index: 10;
}

.product_description {
  height: 90px;
  overflow: hidden;
}

.product_description.show_full {
  height: auto;
  overflow: visible;
  margin-bottom: 12px;
}

.profile-card .rounded-circle {
    max-width: 120px;
    overflow: hidden;
    margin-bottom: 12px;
    object-fit: cover;
}

.jd_title {
    text-overflow: ellipsis;
    width: 60%;
    margin-bottom: 12px;
}

.upload_image {
    position: absolute;
    top: 53%;
    font-size: 24px;
    right: 19px;
}

/*.footer_next button.btn:focus, .footer_next button.btn:active {
  background-color: #fff !important;
}*/

.upload_image input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/*--=== Sidebar CSS ===--*/

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

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

.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;
}

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

}

.sidebar-nav .nav-link i {
/*    font-size: 24px;*/
    margin-right: 10px;
/*    color: #4154f1;*/
}

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

/*.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: 32px;
}

/*.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%;
}*/

.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 {
  color: #212529;
  background: #f6f9ff;
}*/

.add_service_details .details_td {
    flex: 2 1 300px;
}

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

#backButton i {
    font-size: 50px;
}

.inner_container {
    padding: 0 15px;
}
.stepper.stepper_box .add_service {
/*  max-height: calc(100vh - 265px);*/
    height: calc(var(--vh, 1vh)* 100 - 221px);
    overflow-y: auto; 
}

.stepper.stepper_box .add_service {
    min-height: unset;
    padding: 0px 0	px;
}

.main_new {
   /* max-height: calc(100vh - 90px);*/
/*  padding: 0;*/
}

.main_container.main_con_pad {
    padding-bottom: 0 !important;
}


.stepper_box .card-body {
    margin: 0;
    /* box-shadow: none; */
    padding: 0;
    box-shadow: none;
}

/*.stepper_box .add_service_list_item .card-body {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    background: #fbfbfb;
    border: 1px solid #d5dae5;
    border-radius: 5px;
    padding-top: 10px !important;
    padding-bottom: 30px;
}*/

.stepper_box .add_service_list_item .card-body {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 16px 16px 24px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    text-align: center;
    display: flex;
    flex-direction: column;
}

.service_details {
    margin-top: auto;
}

.name_of_service {
    font-weight: 500;
}

@media (min-width: 1200px) {
  .main_container.main_con_pad {
     /* width: 1080px;*/
      width: 100%;
      max-width: 1080px;
  }
/*.footer_next {
        max-width: 1032px;

    }*/

}

/* Step 4 Cards CSS */
#step4 .card-header {
    padding-left: 15px;
    display: flex;
    align-items: center;
}

/*#step4 .card-body, #step4 .card-header {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}*/

/*#step4 .card-body {
    margin-left: 0px;
    padding: 10px 5px 15px;
}*/

#step4 .card-body .row > [class*="col-"]:last-child .form-group {
    margin-bottom: 0px !important;
}

#step4 .card {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.inner_container .card_content label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #444;
    margin-bottom: 6px;
}

.inner_container .card_content label.error {
    color: red;
}

.inner_container .card_content input, .inner_container .card_content textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    border-radius: 12px;
    border: 1px solid rgb(213, 216, 220);
    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;
}

.inner_container .card_content input:focus, .inner_container .card_content textarea:focus {
    outline: 2px solid red;
}

.inner_container .card_content input[readonly], .inner_container .card_content textarea[readonly] {
    background: #e9ebef;
}

.inner_container .card_content input[readonly]:focus, .inner_container .card_content textarea[readonly]:focus  {
    outline: 0;
}




/* New changes For menu Sidebar CSS */
/* Smooth transition for icon */
.nav-link.dropdown_box .bi-chevron-right {
  transition: transform 0.3s ease;
}

/* Rotate when expanded (aria-expanded=true) */
.toggle-sidebar .nav-link[aria-expanded="true"] .bi-chevron-right {
  transform: rotate(90deg); /* or 180deg if preferred */
}

.collapseble_box {
    /*position: absolute;
    left: 100%;
    right: 0 !important;
    top: 0;
    background-color: #fff;
    color: #001f47;
    padding: 8px 15px;
    border-radius: 5px;
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 2147483647 !important;
    width: 300px;*/
    display: none;
}

.toggle-sidebar .collapseble_box {
/*    position: unset;
    box-shadow: none;
    padding: 0;
    width: 100%;
    transform: none;*/
    display: Block;
}

.toggle-sidebar .collapseble_box.show {
    display: block;
}

/*.has_dropdown:hover .collapseble_box.collapse {
    display: block;
}*/

.toggle-sidebar .collapseble_box.collapse.collapse:not(.show) {
    display: none;
}

.table.timming_table {
    font-size: 14px;
}

#opening_hours {
    margin-top: 9px;
    padding-left: 14px;
}

#opening_hours .table-responsive {
    border: 1px solid #dfeaff;
    border-radius: 5px;
}


.timming_table td:last-child {
    text-align: right;
}

#contact_details {
    padding-left: 16px;
    padding-right: 20px;
    margin-bottom: 24px;
}

#contact_details h5.card-title {
    font-size: 16px !important;
}

.fm_enquiry  a {
    font-size: 14px;
}

.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 ;
}

/*--------------------------- New changes For menu Sidebar-------------------------------- */



@media screen and (max-width: 1199px) {

 /* .left_area.left_area_2 {
    max-width: 768px;
}*/

/*  .footer_next .bottom_fixed_bar.p-3.rounded-1 {
    max-width: 182px;
  }*/
  /* .col-lg-9.ps-md-4.stepper.main_new {
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding-top: 80px;
} */
.btn {
  min-width: 150px;
}
/*footer#footer {
  width: 71%;
}
.footer_next {
  width: 71% !important;
}*/
.footer {
  transition: unset !important;
}
}

@media screen and (max-width: 1099px) {
/*.left_area.left_area_2 {
  position: unset;
  width: 62%;
}*/
/*h4.left_area_3 {
  position: unset;
}*/
.card_body2 {
  margin-top: 0px !important;
}
}

@media screen and (max-width: 991px) {
  /*.left_area.left_area_2 {
    width: 84%;
  }*/
 /* footer#footer {
    width: 95%;
}
.footer_next {
  width: 95% !important;
}*/
  /*.FinalDetailsForm .card-body  {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  }*/
  .logo {
    margin-left: 0px;
  }
  /* .col-lg-9.ps-md-4.stepper.main_new {
    padding-top: 80px !important;
} */
  .step {
    background: #ffffff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #eee;
  }
  .col-lg-9.ps-md-4.stepper.main_new {
    padding: 0;
}
div#sidebar {
  margin-left: -0px;
}
.sidebar-content {
  width: 331px;
  left: -332px;
}
}
@media screen and (max-width: 767px) {

  footer#footer {
    padding: 10px 0px 10px 0px;
    /*position: fixed;*/
    /*bottom: 0;*/
  }
  .footer {
    padding-top: 0px;
    padding-bottom: 10px;
}
  .footer_next button.btn {
    min-width: 200px;
}
  /* footer#footer {
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
} */
i.bi.bi-list.toggle-sidebar-btn {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  font-size: 23px;
}
.header .logo svg {
  max-width: 130px;
}

.add_service_list_item .card {
   /* min-height: 165px;*/
    margin-bottom: 0px;
    padding-bottom: 0;
}

/*.left_area p {
    margin-bottom: 10px;
    font-size: 12px !important;
}*/

.add_service_list_item {
    padding: 0 !important;
}
}

@media screen and (max-width: 480px) {
.main_new {
    padding-left: 0px;
    padding-right: 0px;
}
.main_new_np {
    padding: 20px 20px 20px;
}
}

@media screen and (max-width: 375px) {
.footer {
  font-size: 12px;
}
.footer_next {
  bottom: 38px !important;
}
}





