
/* @import "rsuite/dist/rsuite.css"; */
:root{
  --primary-color: #000 !important;
  --primary-color-light: #F6F5FF;
  --body-color: #fff;
  --toggle-color: #DDD;
  --text-color: #fff;
  --main_color: #96653c;
  --progress-success-color: #067114;
  --main-light-color: #525b75;

  /* Sidebar settings */
  
  --sidebar-bg-color: #96653c;
  --sidebar-logo-color: #ffffff;
  --sidebar-font-color: #525b75;
  --sidebar-font-color-sub: #ffffff;
  --sidebar-head-devide-color: #7c7e86;


  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: font-family: 'Nunito Sans', sans-serif;
  --font-family-monospace: font-family: 'Lato', sans-serif;

  


  /* ====== Transition ====== */
  --tran-03: all 0.2s ease;
  --tran-03: all 0.3s ease;
  --tran-04: all 0.3s ease;
  --tran-05: all 0.3s ease;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  min-height: 100vh;
  background: #f5f7fa !important;
  font-family: 'Nunito Sans', sans-serif !important;
  /* color: var(--main-light-color); */
}

.left_panel_display{
  display: block;
}

hr {
  opacity: .08 !important;
}


a {
  color: var(--primary-color); 
  text-decoration: none !important;
}
a:hover {
  
}
a,a:hover{
  text-decoration: none !important;
}

.btn:hover,
.btn:focus {
  filter: brightness(.9);
}


.btn {
  --bs-btn-padding-x: 25px !important;
  --bs-btn-padding-y: 12px !important;
  --bs-btn-border-radius: 5px !important;
}

.btn-sm {
  --bs-btn-padding-x: 15px !important;
  --bs-btn-padding-y: 6px !important;
  --bs-btn-border-radius: 5px !important;
}
.btn-lg {
  --bs-btn-padding-x: 25px !important;
  --bs-btn-padding-y: 18px !important;
  --bs-btn-border-radius: 5px !important;
}

.btn-xs {
  --bs-btn-padding-x: 5px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-border-radius: 50% !important;
}


.bg-primary {
  --bs-bg-opacity: 1;
  background-color: var(--primary-color)!important;
}
.nav-link {
  color: var(--primary-color);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: var(--primary-color);
}
.text-primary {
  color: var(--primary-color) !important;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  background: #fff;
}

.table {
  --bs-table-bg: var(--bs-body-bg);
}

thead {
  background-color: #000 !important;
}




.logo img {
  max-height: 100px;
}
.login_box_sec {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: linear-gradient(to right bottom, #f4f5fe, #e4e9f7a6), url(https://images.pexels.com/photos/1797428/pexels-photo-1797428.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  /* background: #E4E9F7; */
}

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

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--primary-color);
}

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


.login_box_v2{
  font-size: 14px;
}

.login_box_v2 .left img{
  max-height: 50px;
}


.login_box_v2 .left{
  background: #fff;
  padding: 30px 10%;
  height: 100%;
  min-height: 100% !important;
}


.login_box_v2 p{
  color: #364a63;
}

.login_box_v2 label{
  font-size: .875rem;
  font-weight: 500;
  color: #344357;
}


.login_box_v2 h4{
  margin: 60px 0px 20px 0px;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
}


.login_box_v2   ::placeholder {
  color: #b2b9c4;  
  font-size: 14px;
}

.login_box_v2  .input-class::placeholder {
  color: #555; 
}

.login_box_v2 #input-id::placeholder {
color: #333;
}


.login_box_v2 .nav { 
  font-size: 12px;
  margin-top: 8rem;
}

.login_box_v2 .nav-link { 
  padding: 0px 20px 0px 0px;
}





.login_box {
  width: 35%;
}

.login_box_sec_2 {
  background: #FFF;
}

.login_box_sec_2 .box_left{
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100%;
  border-radius: 20px 0px 20px 0px;
}
.login_box_sec_2 .login_man{
  padding: 130px 5px 25px 40px;
}


.login_box_v2 .right {
  padding: 0 6%;
  background: url(../img/del_1.jpeg);
}
.login_box_v2 .right img{
  /* height: 100vh; */
  display: block;
  margin: auto;
  object-fit: fill;
  margin-top: 3rem;
}
.login_box_v2 .right .carousel-caption{
  top: 24rem;
  position: relative;
  left: 5%;
}

.login_box_v2 .right .carousel-caption h3{
  color: #000;
}
.login_box_v2 .right .carousel-inner{
  height: 100vh;
}


.wallet_card {
  background: var(--primary-color);
  border-radius: 10px;
  padding: 2px 2px 2px 2px;
}

.wallet_card_box {
  padding: 10px;
  margin: 15px;
  color: white;
}
.wallet_card_box a{
  color: white;
  font-size: 12px;
}


.shipment_card {
  background: white;
  border-radius: 10px;
  padding: 2px 2px 2px 2px;
}

.shipment_card_box {
  padding: 10px;
  margin: 15px;
  color: #000;
}
.shipment_card_box a{
  color: #000;
  font-size: 12px;
}

.shipment_state h2{
  margin: 40px 0px 1px 0px;
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  color: #151416;
}
.shipment_state h4{
  margin: 10px 0px 10px 0px;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  color: #6e6a7e;
}
.shipment_state p{
  margin: 0px 0px;
  font-weight: 100;
  font-size: 14px;
  line-height: 34px;
  color: #6e6a7e;
}

.dashboards .badge_unverified {
  background: #ffffff;
  border: 1px solid #ff0000;
  color: #ff0000;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 5px;
  font-size: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.dashboards .badge_verified {
  background: #ffffff;
  border: 1px solid #4caf50;
  color: #4caf50;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 5px;
  font-size: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.dashboards .nav-item .nav-link {
  background-color: #d8d0f8;
  margin: 0 5px;
  border-radius: 10px;
}

.custom_nav92 .nav-link {
  background-color: #dfdfdf99;
  border-radius: 10px;
  color: var(--primary-color) !important;
  padding: 10px 20px !important;
}

.custom_nav92 .dropdown-item {
  padding: 10px 20px;
}

.avatar_pnoc {
  border-color: #f5f6fa;
  background: #f5f6fa;
  border-radius: 10px;
  font-size: 15px;
  color: #151416;
}

.avatar_oc {
  background-color: #d8d0f8;
  margin: 0 5px;
  border-radius: 10px;
  padding: 14px;
  height: 60px;
  width: 60px;
  text-align: center;
  color: var(--primary-color);
  font-size: 23px;
}

.quick_action {
  min-width: 300px;
}

.upcm_pikcps .card{
  border: 1px solid #d5d5d536 !important;
  font-size: 13px;
  background: #fff !important;
}
.upcm_pikcps hr{
  margin: 5px 0 25px 0;
}

.alrt_bx .card {
  background: #e4defe;
}

.filter_order  .btn-theme{
  background: #fff;
  color: #000;
  width: 100%;
}

.filter_order .dropdown-menu li{
  margin: 3px 10px;
  font-size: 12px;
}


.card-stats {
  border: 0px;
  margin-top: 10px;
}
.card-stats .card-title{
  font-size: 14px;
}
.card-stats .h2{
  font-size: 32px;
}
.card-stats p{
  font-size: 12px !important;
}
.icon {
  width: 3rem;
  height: 3rem;
}

.icon i {
  font-size: 2.25rem;
}

.icon-shape {
  display: inline-flex;
  padding: 12px;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.icon-shape i {
  font-size: 1.25rem;
}

.states .stbox h5{
  font-weight: 600;
}
.states .stbox small{
  font-size: 11px;
}  


.table_box thead tr td{
  border-radius: 20px !important;
}
.table_box tbody:before {
  content:"@";
  display:block;
  line-height:2px;
  text-indent:-99999px;
}
.table_box tbody {
  border-top: 0px solid #fff !important;
  border-bottom-width: 0px !important;
}
.table>thead {
  vertical-align: middle;
}

.brd{
  
}
.brd th:first-child {
  border-radius: 30px 0 0 0px;
}

.brd th:last-child {
border-radius: 0 30px 0px 0;
}

.table_box tbody{
border-top: 0px solid #fff;
}

.table_box th{
  font-size: 12px;
  font-weight: 400;
}

.table_box h4, .table_box h5, .table_box h6, .table_box small{
  font-size: 12px;
  font-weight: 400;
  padding: 5px 0;
  margin: 0px;
}
.table_box h2{
  font-size: 14px;
  font-weight: 400 !important;
  --bs-badge-font-weight: 400 !important;
  padding: 5px 0;
  margin: 0px;
}

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

.order_box {
  font-size: 14px;
  font-weight: 400 !important;
}

.order_box h6{
  font-size: 14px;
  font-weight: 500 !important;
}

.order_box .form-control , .order_box .form-label{
  font-size: 14px;
  font-weight: 400 !important;
}



.order_box .form-control select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  font-size: 20px;
}
.order_box_left {
  font-size: 14px;
}
.order_box_left span{
  background-color: #7e7f80;
  color: #fff;
  padding: 5px;
}
.order_box_left  .active{
  background-color: var(--primary-color);
  color: #fff;
  padding: 5px;
}

.address_box_s .card{
  border: 1px solid #99999924;
  min-height: 185px;
}

.address_box_s .active{
  border: 1px solid var(--primary-color) !important;
}

.address_box_s .address_add {
  border: dotted 1px  #0d6efd;
  
}
.add_btns {
  padding-top: 30px;
}
.add_btns i{
  font-size: 12px;
}
.fileinput .card {
  background: #e2eaf6c9;
  border:dashed;
  padding: 4rem 0;
}
.fileinput input[type="file"] {
  display: none;
}
.fileinput .custom-file-upload {
  border: 1px solid;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background: var(--primary-color);
  color: #fff;
  border-radius: 20px;
}
.fileinput .custom-avatar {
  border: 1px solid;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background: #fff;
  color: #686868;
  border-radius: 20px;
}

.upload_table th {
  font-size: 12px;
  font-weight: 500;
}
.upload_table {
  font-size: 13px;
}

.recharge_box_2 {
  border: 0;
  background: #f2f8fe;
}

.recharge_box_2 label{
  font-size: 14px;
  font-weight: 400;
}
.recharge_box_2 p{
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.recharge_box_2 small{
  font-size: 11px;
}
.recharge_box_2 .badge{
  background: #fff;
  color: #000 !important;
  border: 1px solid #d5d5d5;
  font-weight: 300;
}

.stboxbil .stbox{
  background-color: #f2f8fe;
}

.billing_table {
  font-size: 13px;
  font-weight: 400;
}
.ship_products h1{
  font-size: 22px;
  font-weight: 500;
}
.ship_products h2{
  font-size: 18px;
  font-weight: 500;
}
.ship_products h3{
  font-size: 12px;
  font-weight: 500;
}
.ship_products h4{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.ship_products h6{
  font-size: 13px;
  font-weight: 500;
}
.ship_products small{
  font-size: 12px;
  font-weight: 300;
}
.ship_products p{
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.ship_products img{
  max-height: 40px;
}
.ship_products .left_box{
  background: #f0f0f0;
  padding: 0 10px;
}

.ship_products .right_box{
  background: #f8f8f8;
  padding: 0 20px;
}

.ship_products .right_box .card{
  border: 0px;
}

.ship-pack-head {
  background: #f8f8f8;
}
.pack_header930 {
  background-color: #106df624;
}
.other_serivces {
  font-size: 12px;
}
.booking_confrim_md {
  font-size: 14px;
}
.booking_confrim_md h5{
  font-size: 14px;
}
.booking_confrim_md i{
  font-size: 2rem;
  padding: 1rem;
}
.booking_confrim_md h2 i{
  font-size: 3rem;
  padding: 1rem;
}





.iconset .icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 75px;
  color: #fff;
  /* margin: auto; */
  margin-bottom: 30px;
  border-radius: 50%;
}
.iconset .icon i{
  font-size: 33px;
}

.iconset .icon.color-1 {
  background: linear-gradient(#5405c2 0%, #6e19e3 100%);
  box-shadow: 0px 7px 10px rgb(218 214 214 / 87%);
}
.iconset .icon.color-2 {
  background: #dcd4f0;
  box-shadow: 0px 7px 10px rgb(218 214 214 / 87%);
  color: var(--primary-color) !important;
}

.iconset .icon.color-3 {
  color: #fff;
  box-shadow: 0px 7px 10px rgb(218 214 214 / 87%);
  background: var(--primary-color) !important;
}

.tools small{
  font-size: 12px;
  font-weight: 300;
}
.tools small{
  font-size: 12px;
  font-weight: 300;
}

.warehouse .card{
  border: 1px solid #99999924;
  min-height: 225px;
}

.warehouse .active{
  border: 1px solid var(--primary-color) !important;
}

.warehouse .address_add {
  border: dotted 1px  #0d6efd;
  
}

.warehouse_modal .form-control , .warehouse_modal .form-label{
  font-size: 13px;
  font-weight: 500 !important;
}

.top_user_nav_dropdown {
  font-size: 13px;
  font-weight: 500 !important;
  color: #3a3b3c;
}

.top_user_nav_dropdown .dropdown-item {
  padding: 10px 20px;
}

.top_user_nav_dropdown .dropdown-menu {
  border: 1px solid #d5d5d55c !important;
  padding: 15px 0;
}

.top_user_nav_dropdown .dropdown-menu li{
  padding: 6px 10px;
}
.avatar-lg {
  width: 4.5rem;
  height: 4.5rem;
}

.avatar {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 4rem;
}

.fs-12{
  font-size: 12px;
}

.fs-14{
  font-size: 14px;
}

.label_setting img{
  max-height: 18rem;
}
.package_box figure{
  border: 1px solid #d5d5d5;
  padding: 10px 20px;
  margin: 0;
}
.package_box img{
  max-height: 60px;
  max-width: 100px;
}

.package_box hr {
  margin: 0px 15px 25px 15px;
}

.package_box h4{
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0;
}
.package_box h5{
  font-size: 15px;
  font-weight: 400;
}

.package_box h6{
  font-size: 13px;
  font-weight: 400;
}
.package_box small{
  font-size: 12px;
  font-weight: 300;
}

.rating_card {
  text-align: center;
  background: #0d6efd0d;
  border: 1px solid #0d6efd30;
}

.order_detail_head small{
  font-size: 12px;
}

.order_detail_head h2{
  font-size: 20px;
}


.order_box_cont  small{
  font-size: 12px;
  font-weight: 300;
}
.order_box_cont  table{
  font-size: 12px;
  font-weight: 300;
}

.chanel_list figure{
  padding: 5px;
  background: #106df617;
  border-radius: 50%;
  display: inline-block;
  margin: 0px auto;
  background-color: #106df61a;
  overflow: hidden;
  border: 1px solid #d5d5d540;
  vertical-align: top;
  text-align: center;
  height: 50px;
  width: 50px;
}

.chanel_list img{
  text-align: center;
  max-width: 30px;
  max-height: 40px;
}

.chanel_list_connec figure{
  padding: 5px;
  background: #106df617;
  border-radius: 50%;
  display: inline-block;
  margin: 0px auto;
  background-color: #106df61a;
  overflow: hidden;
  border: 1px solid #d5d5d540;
  vertical-align: top;
  text-align: center;
  height: 50px;
  width: 50px;
}

.chanel_list_connec img{
  text-align: center;
  max-width: 30px;
  max-height: 40px;
}
.chanel_list_connec h4 {
  font-size: 16px;
  font-weight: 300;
  margin-top: 14px;
  margin-left: 16px;
}

.chanel_list_connec .card:hover {
  /* background: #e6e6e6; */
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.pt-4-5 {
  padding-top: 2rem;
}

.shopify img{
  max-height: 90px;
}

.shopify ol li{
  font-size: 12px;
  margin: 5px 0;
}
.shopify ol li ul li{
  font-size: 12px;
  margin: 5px 30px;
}

.lable_layout_1 {
  font-size: 12px;
  font-weight: 400;
}

.lable_layout_1 h2{
  font-size: 15px;
  font-weight: 600;
}

.lable_layout_1 h3{
  font-size: 13px;
  font-weight: 500;
}

.lable_layout_1 h4{
  font-size: 13px;
  font-weight: 500;
}

.lable_layout_1 h5{
  font-size: 19px;
  font-weight: 500;
}

.lable_layout_1 h6{
  font-size: 12px;
  font-weight: 400;
}
.lable_layout_1 hr{
  opacity: 1.08 !important;
}

.images_3 img{
  max-height: 90px;
}

.code_box {
  max-height: 300px;
  overflow: auto;
}


.shipping_rules_list {
  font-size: 14px;
  font-weight: 400;
}

.shipping_rules_list h2{
  font-size: 19px;
  font-weight: 500;
}

.shipping_rules_list h5{
  font-size: 16px;
  font-weight: 500;
}

.shipping_rules_list i{
  font-size: 16px;
  font-weight: 200;
}

.breadcrumb {
  font-size: 12px;
}

.fs-12 {
  font-size: 12px;
}
.dd_cust {
  cursor: pointer;
}

.booking_info_bx {
  font-size: 13px;
}
.booking_info_bx select{
  font-size: 13px;
  border: 1px solid #fff;
}

.booking_info_bx h6{
  font-weight: 500;
  text-decoration: underline;
}
.booking_info_bx .badge {
  background: #fff;
  color: #000 !important;
  border: 1px solid #d5d5d5;
  font-weight: 300;
  font-size: 14px;
}
.shcelu_pil .btn-time{
  background: #fff;
  color: #000 !important;
  border: 1px solid #d5d5d5;
  font-weight: 300;
  font-size: 15px;
  padding: 2px 10px;
  border-radius: 20px;
}

.shcelu_pil .active  {
  color: #0d6efd !important;
  border: #0d6efd 1px solid;
}

.shcelu_pil .active  select{
  color: #0d6efd !important;
}


.tracking_xb p{
  font-size: 14px;
  margin-bottom: 0px;
}
.tracking_xb .progress-container {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.tracking_xb .step-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}

.tracking_xb .step {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #a9c5ef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  z-index: 1;
  color: #5895f0;
}

.tracking_xb .progress {
  position: absolute;
  top: 0;
  left: 2.9%;
  width: 2px;
  height: 80%;
  background-color: #0d6efd;
  transform: translateX(-50%);
  z-index: 0;
}

.tracking_xb .step.active {
  background-color: #0d6efd;
  color: #fff;
}

.tracking_xb .step.active .progress {
  background-color: #0d6efd;
}

.tracking_xb .step-info {
  text-align: left;
}



.tracking_boxs_0 {
  background: #d7e7ff47;
}
.tracking_boxs_0 .box_cont {
  background: #fff;
  padding: 15px;
  border-radius: 20px;
}

.tracking_boxs_0 .status_xo{
  background: #fff;
  padding: 1rem 12px;
  color: var(--primary-color);
  font-size: 17px;
  margin-bottom: 25px;
  text-align: center;
  border:dashed 1px #000
}
.tracking_boxs_0 .box-header{
  background: var(--primary-color);
  padding: 1rem 12px;
  color: #fff;
  font-size: 17px;
  margin-bottom: 25px;
  text-align: center;
}

.tracking_boxs_0 h2{
  text-transform: uppercase;
}

.tracking_boxs_0 h1{
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.tracking_boxs_0 h3{
  font-size: 48px;
  font-weight: 300;
}

.tracking_xb_0 p{
  font-size: 14px;
  margin-bottom: 0px;
}


.tracking_xb_0 .progress-container {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.tracking_xb_0 .step-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}

.tracking_xb_0 .step {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #afcbf5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  z-index: 1;
  color: #106df6;
}

.tracking_xb_0 .progress {
  position: absolute;
  top: 0rem;
  left: 4%;
  width: 2px;
  height: 79%;
  background-color: var(--primary-color);
  transform: translateX(-50%);
  z-index: 0;
}

.tracking_xb_0 .step.active {
  background-color: var(--primary-color);
  color: #fff;
}

.tracking_xb_0 .step.active .progress {
  background-color: var(--primary-color);
}

.tracking_xb_0 .step-info {
  text-align: left;
}
.w-md-50 {
  width: 50% !important;
}
.captch_img {
  padding-top: 2rem;
}
.captch_img img{
  max-height: 50px;
}
.customer_kyc .badge_unverified{
  background: #ffffff;
  border: 1px solid #ff0000;
  color: #ff0000;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 5px;
}
.customer_kyc .badge_verified{
  background: #ffffff;
  border: 1px solid #4caf50;
  color: #4caf50;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 5px;
}

.shipment_search_filter .btn-filter , .shipment_search_filter .btn-search{
  background: #ececec;

}
.shipment_search_filter .input-group-sm>.btn,   .shipment_search_filter .input-group-sm>.form-control,   .shipment_search_filter .input-group-sm>.form-select,   .shipment_search_filter .input-group-sm>.input-group-text {
  padding: 2px 0.5rem;
  font-size: 12px;
}

.alerts_box h5{
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.alerts_box p{
  font-weight: 300;
  margin: 0;
}

.alerts_box .alert {
  margin-bottom: 0;
}
.alerts_box .alert-danger{
  background: #feddda;
  color: #000000b5;
  border-color: #ecbfbf;
}

.alerts_box i{
  font-size: 38px;
}
.alerts_box .alert-danger i{
  color: #ff5d5d;
}

.alerts_box .alert-secondary{
  background: #d9d9d954;
  color: #000000b5;
  border-color: #979797;
}
.alerts_box .alert-secondary i{
  color: #000000b5;
}

.alrt_task i{
  font-size: 38px;
}
.alrt_task h5 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.alrt_task p {
  font-weight: 300;
  margin: 0;
  font-size: 14px;
}

.alrt_task .alert {
  margin-bottom: 0;
}
.alrt_task {
  color: #3d445c;
}
.alrt_success_task .alert-success{
  background: #ecfdf5;
  border-color: #bfecdc;
}
.alrt_success_task i{
  color: #43c094;
}

.alrt_failed_task .alert-danger {
  background: #ffe9eb;
  border-color: #f2b7bd;
}
.alrt_failed_task i{
  color: #fa6775;
}


.order_import_stat h4{
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #3d445c;
}

.order_import_stat h5{
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.order_import_stat p{
  font-size: 13px;
  font-weight: 300;
  margin: 0;
}
.import_sta_boxs {
  background: #ffffff;
  color: #3d445c;
  padding: 16px 21px;
  border-radius: 5px;
}
.import_sta_boxs i{
  font-size: 32px;
}

.order_import_stat .import_success {
  border: 1px solid #98dc9b;
}
.order_import_stat .import_success i{
  color: #4CAF50;
}

.order_import_stat .import_failed {
  border: 1px solid #eca0a8;
}
.order_import_stat .import_failed i{
  color: #fa6775;
}

.order_import_stat .nav-tabs .nav-item.show .nav-link, .order_import_stat .nav-tabs .nav-link.active {
  color:  var(--main_color);
  background-color: #fff;
  border-color: #fff;
  border-bottom: 1px solid var(--main_color);
}
.order_import_stat .nav-link {
  color: #3d445c;
}

.order_progres_box {
  /* padding: 7rem 5rem 1rem 5rem; */
  text-align: center;
  /* background: #edf1fb; */
  /* border: 2px dashed var(--main_color); */
  /* border-radius: 10px; */
}









/* BOX CSS ANIMATION */


.c-container {
  display: table;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  perspective: 1000px;
}

.c-box {
  perspective: 800px;
  width: 80px;
  height: 80px;
}

.c-box__inner {
  width: 80px;
  height: 80px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(60deg) rotateZ(-45deg);
}

.c-box__inner__face {
  width: 80px;
  height: 80px;
  position: absolute;
}

.c-box__inner__face--tt {
  background-color: #facd46;
  transform: translate3d(0, 0, 40px);
  animation: slide-tt 2s infinite ease forwards;
}

.c-box__inner__face--fl {
  background-color: #eb9a22;
  transform: translate3d(-40px, 0, 0) rotateY(90deg);
  animation: slide-fl 2s infinite ease forwards;
}

.c-box__inner__face--fr {
  background-color: #cb8318;
  transform: translate3d(0, 40px, 0) rotateX(90deg);
  animation: slide-fr 2s infinite ease forwards;
}

.c-box__inner__face--bl {
  background-color: #cb8318;
  transform: translate3d(0, -40px, 0) rotateX(90deg);
  animation: slide-bl 2s infinite ease forwards;
}

.c-box__inner__face--br {
  background-color: #eb9a22;
  transform: translate3d(40px, 0, 0) rotateY(90deg);
  animation: slide-br 2s infinite ease forwards;
}

@keyframes slide-tt {
  16%, 80% { transform: translate3d(100%, 0, 40px); }
  100% { transform: translate3d(0, 0, 40px); }
}

@keyframes slide-fr {
  16%, 100% { transform: translate3d(0, 40px, 0) rotateX(90deg); }
  32%, 80% { transform: translate3d(100%, 40px, 0) rotateX(90deg); }
}

@keyframes slide-bl {
  32%, 100% { transform: translate3d(0, -40px, 0) rotateX(90deg); }
  48%, 80% { transform: translate3d(100%, -40px, 0) rotateX(90deg); }
}

@keyframes slide-br {
  48%, 100% { transform: translate3d(40px, 0, 0) rotateY(90deg);}
  64%, 80% { transform: translate3d(120px, 0, 0) rotateY(90deg); }
}

@keyframes slide-fl {
  64%, 100% { transform: translate3d(-40px, 0, 0) rotateY(90deg); }
  80% { transform: translate3d(40px, 0, 0) rotateY(90deg); }
}



















@media (max-width: 480px) {
  .w-md-50 {
      width: 100% !important;
    }
}





.progress--circle {
  position: relative;
  display: inline-block;
  margin: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ddd;
}
.progress--circle:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
}
.progress--circle:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--progress-success-color);
}

.progress__number {
  position: absolute;
  top: 50%;
  width: 100%;
  line-height: 1;
  margin-top: -7px;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.progress--pie:before {
  display: none;
  /* Get rid of white circle for "pie chart style" meter */
}
.progress--pie .progress__number {
  color: white;
  text-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px;
}

.progress--circle.progress--0:after {
  background-image: linear-gradient(
      90deg,
      #ddd 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(90deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--1:after {
  background-image: linear-gradient(
      90deg,
      #ddd 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(106.36deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--2:after {
  background-image: linear-gradient(
      90deg,
      #ddd 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(122.7deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--3:after {
  background-image: linear-gradient(
      90deg,
      #ddd 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(139.08deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--4:after {
  background-image: linear-gradient(
      90deg,
      #ddd 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(155.44deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--5:after {
  background-image: linear-gradient(
      90deg,
      #ddd 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(171.8deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--6:after {
  background-image: linear-gradient(
      90deg,
      #ddd 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(188.16deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--7:after {
  background-image: linear-gradient(
      90deg,
      #ddd 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(204.52deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--8:after {
  background-image: linear-gradient(
      90deg,
      #ddd 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(220.88deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--9:after {
  background-image: linear-gradient(
      90deg,
      #ddd 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(237.24deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--10:after {
  background-image: linear-gradient(
      90deg,
      #ddd 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(253.6deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--11:after {
  background-image: linear-gradient(
      -73.6deg,
       var(--progress-success-color) 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--12:after {
  background-image: linear-gradient(
      -57.24deg,
       var(--progress-success-color) 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--13:after {
  background-image: linear-gradient(
      -40.88deg,
       var(--progress-success-color) 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--14:after {
  background-image: linear-gradient(
      -24.52deg,
       var(--progress-success-color) 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--15:after {
  background-image: linear-gradient(
      -8.16deg,
       var(--progress-success-color) 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--16:after {
  background-image: linear-gradient(
      8.2deg,
       var(--progress-success-color) 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--17:after {
  background-image: linear-gradient(
      24.56deg,
       var(--progress-success-color) 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--18:after {
  background-image: linear-gradient(
      40.92deg,
       var(--progress-success-color) 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--19:after {
  background-image: linear-gradient(
      57.28deg,
       var(--progress-success-color) 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--20:after {
  background-image: linear-gradient(
      73.64deg,
       var(--progress-success-color) 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--21:after {
  background-image: linear-gradient(
      90deg,
       var(--progress-success-color) 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg,  var(--progress-success-color) 50%, #ddd 50%, #ddd);
}


@keyframes ldio-uw8abxjhszh {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.ldio-uw8abxjhszh div {
  position: absolute;
  width: 136px;
  height: 136px;
  border: 4px solid #9f9f9f;
  border-top-color: transparent;
  border-radius: 50%;
}
.ldio-uw8abxjhszh div {
  animation: ldio-uw8abxjhszh 1s linear infinite;
  top: 100px;
  left: 100px
}
.loadingio-spinner-rolling-3uf3j77e5rn {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: rgba(NaN, NaN, NaN, 0);
}
.ldio-uw8abxjhszh {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-uw8abxjhszh div { box-sizing: content-box; }





@media (min-width: 320px) and (max-width: 767px) {
  .login_box {
      width: 90%;
  }
}

h1,h2,h3,h4,h5,h6{
  color: #000;
}

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

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


a {
  color: var(--primary-color); 
  text-decoration: none;
}
a:hover {
  
}
a,a:hover{
  text-decoration: none;
}

.btn:hover,
.btn:focus {
  filter: brightness(.9);
}


.btn {
  --bs-btn-padding-x: 25px !important;
  --bs-btn-padding-y: 12px !important;
  --bs-btn-border-radius: 5px !important;
}

.btn-sm {
  --bs-btn-padding-x: 15px !important;
  --bs-btn-padding-y: 6px !important;
  --bs-btn-border-radius: 5px !important;
}
.btn-lg {
  --bs-btn-padding-x: 25px !important;
  --bs-btn-padding-y: 18px !important;
  --bs-btn-border-radius: 5px !important;
}

.btn-xs {
  --bs-btn-padding-x: 5px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-border-radius: 50% !important;
}


.bg-primary {
  --bs-bg-opacity: 1;
  background-color: var(--primary-color)!important;
}
.nav-link {
  color: var(--primary-color);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: var(--primary-color);
}
.text-primary {
  color: var(--primary-color) !important;
}

h2{
  font-weight: 800;
}

/* Pre css */
.flex {
  display: flex;
  align-items: center;
}
.nav_image {
  display: flex;
  min-width: 55px;
  justify-content: center;
}
.nav_image img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  object-fit: cover;
}
.breadcrumb {
  font-size: 13px;
    font-weight: 500;
  margin-bottom: 0px !important;
}




.wrapper  .main-content {
  margin-left: 270px !important; /* Width of the sidebar */
  padding: 20px; /* Add padding to give some space */
  transition: margin-left 0.4s ease; /* Add transition effect */
}



.rotate {
  transform: rotate(270deg);
  transition: transform 0.3s ease;
}

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

.side_nav_top {
  padding: 10px 15px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  color: #525b75;
}

.icon-lg {
  font-size: 2rem;
}
.side_nav_top .icon-lg {
  font-size: 2rem;
  color: #707070;
}



.custom-dropdown {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.custom-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: right;
  min-width: 10rem;
  padding: .5rem 0;
  margin: -6px 0 0;
  font-size: 14px;
  color: var(--main-light-color);
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.custom-dropdown .dropdown-item {
  color: var(--main-light-color);
}

.custom-dropdown:hover .dropdown-menu {
  display: block;
}





.login_box_v2{
  font-size: 14px;
}

.login_box_v2 .left img{
  max-height: 75px;
}


.login_box_v2 .left{
  background: #fff;
  padding: 30px 10%;
  height: 100%;
  min-height: 100% !important;
}


.login_box_v2 p{
  color: #364a63;
}

.login_box_v2 label{
  font-size: .875rem;
  font-weight: 500;
  color: #344357;
}


.login_box_v2 h4{
  margin: 60px 0px 20px 0px;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
}


.login_box_v2   ::placeholder {
  color: #b2b9c4;  
  font-size: 14px;
}

.login_box_v2  .input-class::placeholder {
  color: #555; 
}

.login_box_v2 #input-id::placeholder {
color: #333;
}


.login_box_v2 .nav { 
  font-size: 12px;
  margin-top: 8rem;
}

.login_box_v2 .nav-link { 
  padding: 0px 20px 0px 0px;
}





.login_box {
  width: 35%;
}

.login_box_sec_2 {
  background: #FFF;
}

.login_box_sec_2 .box_left{
  background-repeat: no-repeat !important;
  background-size: cover !important;
  /* background: url(https://sbdltools.shreebanshidharlogistics.com/assets/img/del_1.jpg); */
  height: 100%;
  border-radius: 20px 0px 20px 0px;
}
.login_box_sec_2 .login_man{
  padding: 130px 5px 25px 40px;
}


.login_box_v2 .right {
  padding: 0 6%;
}
.login_box_v2 .right img{
  /* height: 100vh; */
  display: block;
  margin: auto;
  object-fit: fill;
  margin-top: 3rem;
}
.login_box_v2 .right .carousel-caption{
  top: 24rem;
  position: relative;
  left: 5%;
}

.login_box_v2 .right .carousel-caption h3{
  color: #000;
}
.login_box_v2 .right .carousel-inner{
  height: 100vh;
}



.filter_order  .btn-theme{
  background: #fff;
  color: #000;
  width: 100%;
}

.filter_order .dropdown-menu li{
  margin: 3px 10px;
  font-size: 12px;
}
.content-wrapper-data {
  margin-left: -18px;
  margin-right: -18px;
  border-top: 1px solid rgba(203, 208, 221, 0.54);
}


.table-data {
  font-size: 0.8rem;
}
.table-data h6{
  font-size: 0.8rem;
  margin-bottom: 4px;
  font-weight: 400;
}
.table-data h4{
  font-size: 0.8rem;
  margin-bottom: 4px;
  font-weight: 600;
}
.table-data h3{
  font-size: 13px;
  margin-bottom: 4px;
  font-weight: 600;
}
.table-data h5{
  font-size: 0.9rem;
  margin-bottom: 4px;
  font-weight: 200 !important;
}

.table-data a{
  color: #000;
}

.table-data h3 a{
  color: #000 !important;
  text-decoration:underline !important;
text-decoration-style: dotted !important;
}
.table-data td{
  color: #525b75;
  padding: 5px 8px;
}

.table-data td strong{
  font-weight: 500;
}
.table-data h6 a{
  color: #000;
}



/* 
.custom-buttons {
  display: none;
}

tr:hover .custom-buttons {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 50px;
  background: #fff;
}
.table-data .btn-secondary{
  padding: 5px 8px;
    font-size: 10px;
}
tr:hover .ship_now {
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 20px;
  width: 200px;
  height: 70px;
} */



.custom-buttons {
  display: none;
}

tr:hover .custom-buttons {
  display: flex;
}

.button-container {
  display: flex;
  justify-content: space-between;
}

.ship-now-container {
  position: relative;
}

.ship-now-container .ship_now {
  display: none;
  position: absolute;
  right: 55px;
  top: 2px;
  width: 140px;
  height: 50px;
}

.ship-now-container:hover .ship_now {
  display: inline-block;
}

.ship-now-container .ship_now_2 {
  display: none;
  position: absolute;
  right: 0;
  top: -9px;
  background: #fff;
}

.ship-now-container:hover .ship_now_2 {
  display: inline-block;
}
.ship-now-container .ship_now_2 i{
  font-size: 12px !important;
  color: #fff;
}

.ship-now-container .ship_now_2 .btn-sm {
    padding: 0px 10px;
    margin: -1px 0px;
    width: 35px;
    text-align: center;
}

header {
  background: #fff;
  /* padding: 15px 26px 0px 0px; */
  margin: -10px -27px 13px -29px;
}
header hr {
  margin: -20px 0px 25px 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .09;
}

.header_search_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: #ececec;
  border: 1px solid #f4f4f4;
  border-radius: 45px;
}

.header_search_box select,
.header_search_box input[type="text"],
.header_search_box button {
  margin-right: 0px;
}

.header_search_box select {
  padding: 5px;
  border: 1px solid #dce4ec;
}

.header_search_box input[type="text"] {
  padding: 5px;
  background-color: #ffffff; /* Custom color for the input background */
  border: 1px solid #dce4ec; /* Custom color for the input border */
  color: #fff; /* Text color for the input */
  border-radius: 3px;
}

.header_search_box button {
  padding: 5px 10px;
  background-color: var(--primary-color); /* Custom color for the button background */
  color: #fff; /* Text color for the button */
  border: none;
  border-radius: 3px;
  cursor: pointer;
}


.search-box {
  display: flex;
  /* background-color: #35383d;
  border: 1px solid #e6e6e6; */
  border-radius: 25px;
  overflow: hidden;
  width: 40rem;
}

.search-icon {
  padding: 10px 10px;
  background-color: #f5f7fa;
  color: #babdc2;
  display: flex;
  align-items: center;
}

.search-input {
  flex: 1;
  border: none;
  padding: 10px;
  color: #999999;
  background-color: #f5f7fa;
  outline: none;
}


.header-nav-dropdown {
  display: inline-block !important;
  position: relative;
  cursor: pointer;
}

.header-nav-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  right: -20px;
  z-index: 1000;
  display: none;
  float: right;
  min-width: 10rem;
  padding: .5rem 0;
  margin: -6px 0 0;
  font-size: 14px;
  color: var(--main-light-color);
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.header-nav-dropdown .dropdown-item {
  color: var(--main-light-color);
}

.header-nav-dropdown:hover .dropdown-menu {
  display: inline-block;
}

.header-nav-dropdown-apps {
  display: block;
  position: relative;
  cursor: pointer;
}

.header-nav-dropdown-apps .dropdown-menu {
  position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    flex-direction: column;
    min-width: 16rem;
    padding: 15px;
    text-align: center;
    margin: -6px 0 0;
    font-size: 14px;
    color: var(--main-light-color);
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.header-nav-dropdown-apps .dropdown-menu li{
  display: inline-block;
    /* min-width: 10rem; */
    /* padding: 0.5rem 0; */
    margin: 5px 7px 5px;
    font-size: 14px;
    /* color: var(--main-light-color); */
    text-align: center;
    /* list-style: gurmukhi; */
    background-color: #fff;
    /* background-clip: padding-box; */
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 0.25rem;
}

.header-nav-dropdown-apps .dropdown-item {
  color: var(--main-light-color);
  padding: 8px 16px;
  /* background: var(--main-light-color); */
  /* color: #fff; */
  /* border-radius: 5%; */
  border: 0 !important;
}
.header-nav-dropdown-apps .dropdown-item i{
  font-size: 26px;
}
.header-nav-dropdown-apps .dropdown-item:hover {
  color: var(--primary-color);
  border-radius: 15%;
  border: 0 !important;
}

.header-nav-dropdown-apps:hover .dropdown-menu {
  display: inline-block; /* Change display to flex */
}

.header-nav {
  color: var(--main-light-color);
  /* margin-bottom: 2rem; */
}
.header-nav .nav-item{
  padding: 5px;
  background: #fff;
  margin: 0 5px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
}

.back_btn {
  background: #fff;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
  color: #6d6d6d;
}
.back_btn:hover{
  background: #f2f2f2;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
  color: #6d6d6d;
}
.back_btn .lucide {
  width: 18px;
  height: 18px;
}

.back_btn_wrap {
  padding-right: 10px;
  margin-top: 5px;
}

.btns .lucide {
  width: 18px;
  height: 18px;
}

.btn-secondary-o{
  background: #fff;
  border: 1px solid #d5d5d5;
}
.btn-secondary-o:hover{
  background: #f2f2f2;
  border: 1px solid #d5d5d5;
}

.channel_logo img{
  max-height: 40px;
}

.products_lists img{
  max-height: 21px;
  margin-bottom: 10px;
}
.products_lists h2{
  font-size: 26px;
  font-weight: 800;
}
.products_lists h3{
  font-size: 16px;
  font-weight: 600;
  margin: 0;

}
.products_lists h4{
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}
.products_lists small{
  font-weight: 200;
  margin-top: 10px;
}

.products_lists hr{
  margin: 0 !important;
}
.products_lists .offcanvas-body {
  padding: 5px 10px;
}

.products_lists .book-now-button {
  display: none;
}
.products_lists .card-box:hover .book-now-button {
  display: block;
}
.products_lists .list-group-item:hover {
  display: block;
  /* background: #f2f2f2;
  border: 1px solid var(--primary-color) !important; */
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.products_lists .card:hover .book-now-button {
  display: block;
}
.products_lists .card {
  border: 1px solid #00000017;
  
}
.products_lists .card:hover {
  display: block;
  /* background: #f2f2f2;
  border: 1px solid var(--primary-color) !important; */
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.customer_kyc .badge_unverified{
  background: #ffffff;
  border: 1px solid #ff0000;
  color: #ff0000;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 5px;
  font-size: 10px;
}
.customer_kyc .badge_verified{
  background: #ffffff;
  border: 1px solid #4caf50;
  color: #4caf50;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 5px;
  font-size: 10px;
}

.menu_item .lucide {
  /* width: 18px;
  height: 18px; */
  height: 16px;
  min-width: 55px;
  display: flex;
  font-size: 17px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.status_badge {
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
}





.shipment_info_offcanvas .offcanvas{
  width:90% !important;
}  


.order_info_offcanvas .offcanvas{
  width:40% !important;
}


.shipment_info_offcanvas .offcanvas, .order_info_offcanvas .offcanvas{
  background: #f5f7fa;
}  

.order_info_offcanvas .offcanvas {
  background: #f5f7fa;
  
}


.shipment_info_offcanvas .offcanvas-title, .order_info_offcanvas .offcanvas-title {
  margin-bottom: 0;
  width: 40%;
}
.shipment_info_offcanvas .offcanvas-header, .order_info_offcanvas .offcanvas-header {
  padding: 20px 10px 5px 10px;
}

.shipment_info_offcanvas .offcanvas-body, .order_info_offcanvas .offcanvas-body {
  padding-top: 0;
}

.create_order_adv .card{
  border: 0;
  margin-bottom: 10px;
  /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; */
  box-shadow: 0 2px 15px rgba(40,78,102,.1);
}


.create_order_adv h4{
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 5px;
}

.create_order_adv .form-control, .order_box .form-label {
  font-size: 14px;
  font-weight: 500 !important;
}
.create_order_adv .input-group-text {
  padding: 2px 10px;
}
.create_order_adv label{
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 4px;
}


.channel_listing figure{
  padding: 0px; 
  /* background: #106df617; */
  border-radius : 14px;
  display: inline-block;
  /* margin: 0px auto; */
  background-color: #ffffff1a;
  /* overflow: hidden; */
  border: 1px solid #bbbbbba6;
  /* vertical-align: top; */
  /* text-align: center; */
  /* height: 50px; */
  /* width: 50px;  */
}
.channel_listing figure img{
  text-align: center;
  max-width: 50px;
  /* max-height: 40px; */
  /* padding: 5px; */
}

.channel_listing h4{
  font-size: 18px;
  font-weight: 700;
}

.channel_listing p{
  font-size: 14px;
  font-weight: 400;
  color: var(--main-light-color);
  margin: 0;
}

.channel_listing hr {
  opacity: .08 !important;
  margin: 7px 0;
}
.channel_listing .btn {
  font-size: 16px;
  font-weight: 600;
}
.channel_listing a {
  color: var(--main-light-color);
}

.channel_listing .card {
  border: 0;
  box-shadow: 0 2px 15px rgba(40,78,102,.1);
}

.order_info_offcanvas .offcanvas{
  width:85% !important;
}






/* Responsive */
@media screen and (max-width: 1100px) {
  .navbar {
    left: 65%;
  }
}
@media screen and (max-width: 800px) {
 
}


@media (min-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
  .navbar {
    left: 0%;
  }
  .sidebar {
    display: none;
  }
  .order_info_offcanvas .offcanvas{
    width:100% ;
  }
  .ship-now-container:hover .ship_now {
    display: inline-block;
  }
  
  .products_lists .book-now-button {
    display: inline-block;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    rtical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.headericon {
  margin-top:10px ;
}

  

   
  header
    {
      background: #fff;
      /* padding: 15px 26px 0px 0px; */
      margin: -10px -27px 13px -29px;
      height: 70px;
  }
  .home-section {
    position: relative;
    height: inherit !important;
    left: 260px;
    width: calc(100% - 260px);
    transition: all 0.5s ease;
    padding: 10px 8px !important;
}
.navbar-collapse {
  z-index: 99;
  padding: 10px;
  flex-basis: 100%;
  flex-grow: 1;
  background: white;
  align-items: center;
}

  
  .ship-now-container:hover .ship_now_2 {
    display: inline-block;
  }
  /* .offcanvas.offcanvas-end.products_lists.show{
    width:80%
  } */
  .shipment_info_offcanvas .offcanvas{
    width:100%;
  }  

  .offcanvas-title h2{
    font-size: 23px;
  }

  .offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y)* .5) calc(var(--bs-offcanvas-padding-x)* .5);
    margin-top: calc(-.5* var(--bs-offcanvas-padding-y));
    margin-right: calc(-.1* var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5* var(--bs-offcanvas-padding-y));
    font-size: 20px;
}
  
  
 
}
@media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone */
  .navbar {
    left: 0%;
  } }
@media (min-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }
      



.sidebar{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
  background: var(--primary-color);
  z-index: 100;
  transition: all 0.3s ease;
}
.sidebar.close{
  width: 78px;
}
.sidebar .logo-details{
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
}
.sidebar .logo-details i{
  font-size: 30px;
  color: #fff;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}
.sidebar .logo-details .logo_name{
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.sidebar.close .logo-details .logo_name{
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}

/* Smooth transition for the profile details */
.sidebar .profile-details,
.sidebar.close .profile-details {
  transition: all 0.3s ease;
}


.sidebar .nav-links{
  height: 100%;
  padding: 30px 0 150px 0;
  overflow: scroll;
}
.sidebar.close .nav-links{
  overflow: visible;
}
.sidebar .nav-links::-webkit-scrollbar{
  display: none;
  width: 0;
}
.sidebar .nav-links li{
  position: relative;
  list-style: none;
  transition: all 0.3s ease;
}
.sidebar .nav-links li:hover{
  background: #1d1b31;
}
.sidebar .nav-links li .iocn-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar.close .nav-links li .iocn-link{
  display: block
}
.sidebar .nav-links li i{
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sidebar .nav-links li.showMenu i.arrow{
  transform: rotate(-180deg);
}
.sidebar.close .nav-links i.arrow{
  display: none;
}
.sidebar .nav-links li a{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sidebar .nav-links li a .link_name{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s ease;
}
.sidebar.close .nav-links li a .link_name{
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li .sub-menu{
  padding: 6px 6px 14px 80px;
  margin-top: -10px;
  background: #1d1b31;
  display: none;
}
.sidebar .nav-links li.showMenu .sub-menu{
  display: block;
}
.sidebar .nav-links li .sub-menu a{
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.sidebar .nav-links li .sub-menu a:hover{
  opacity: 1;
}
.sidebar.close .nav-links li .sub-menu{
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}
.sidebar.close .nav-links li:hover .sub-menu{
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0 ease;
}

.sidebar .nav-links li .sub-menu .link_name{
  display: none;
}
.sidebar.close .nav-links li .sub-menu .link_name{
  font-size: 18px;
  opacity: 1;
  display: block;
}
.sidebar .nav-links li .sub-menu.blank{
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank{
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .profile-details{
  position: fixed;
  bottom: 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1d1b31;
  padding: 12px 0;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details{
  background: none;
}
.sidebar.close .profile-details{
  width: 78px;
}
.sidebar .profile-details .profile-content{
  display: flex;
  align-items: center;
}
.sidebar .profile-details img{
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #1d1b31;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details img{
  padding: 10px;
}
.sidebar .profile-details .profile_name,
.sidebar .profile-details .job{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job{
  display: none;
}
.sidebar .profile-details .job{
  font-size: 12px;
}
.home-section{
  position: relative;
  height: 100vh;
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.5s ease;
  padding: 10px 28px;
}
.sidebar.close ~ .home-section {
  left: 78px;
  width: calc(100% - 85px);
}
.home-section.sidebar-closed {
  left: 78px;
  width: calc(100% - 85px);
}
.home-content{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.home-section .home-content .bx-menu,
.home-section .home-content .text{
  color: #11101d;
}
.home-section .home-content .bx-menu{
  cursor: pointer;
  margin-right: 10px;
}
.home-section .home-content .text{
  
}

.wrap_8x11 {
  width: 50%;
  margin-left: 25%;
}

.wrap_8x11 {
  font-size: 12px;
  font-weight: 400;
}

.wrap_8x11 h2 {
  font-size: 15px;
  font-weight: 600;
}

.wrap_8x11 h3 {
  font-size: 13px;
  font-weight: 500;
}

.wrap_8x11 h4 {
  font-size: 13px;
  font-weight: 500;
}

.wrap_8x11 h5 {
  font-size: 19px;
  font-weight: 500;
}

.wrap_8x11 h6 {
  font-size: 12px;
  font-weight: 400;
}

.wrap_8x11 hr {
  opacity: 1.08 !important;
}



.wrap_4x6 {
  width: 50%;
  margin: 0 22rem;
}



.wrap {
  width: 75%;
}

h2 {
  font-weight: 700;
}


.labling_929393 {
  margin: 2px !important;
  background-color: #fff !important;
  font-family: sans-serif !important;
}

.labling_929393 table {
  border-collapse: collapse !important;
  width: 100% !important;
  font-size: 11px !important;
  vertical-align: top !important;
  color: #000 !important;
  padding: 0px;
}

.labling_929393 br {
  content: "";
  margin: -5px !important;
  display: block;
}

.labling_929393 tr {
  text-align: left !important;
  padding: 18px !important;
}

.labling_929393 th,
.labling_929393 td {
  padding: 1px 10px !important;
  vertical-align: top !important;
}

.labling_929393 tr:nth-child(even) {
  background-color: #fff !important;
}

.labling_929393 .border {
  border: 2px solid #000 !important;
}

.labling_929393 .center {
  text-align: center !important;
}

.labling_929393 h2 {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.labling_929393 h3 {
  font-size: 1.17em;
  font-weight: 600;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.labling_929393 h4 {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.labling_929393 h5 {
  font-size: 13px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.labling_929393 h6 {
  font-size: 13px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.labling_929393 .bold {
  font-weight: 800 !important;
}

.pagebreak {
  page-break-before: always;
}


section {
  /* background: #fff; */
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.lable_4_x_6 {
  background: #fff;
  font-size: 2px;
  font-weight: 500;
  line-height: 14px;
}

.lable_4_x_6 .pagebreak {
  page-break-before: always;
}

.lable_4_x_6 table {
  width: 100%;
}

.lable_4_x_6 table tr {
  margin: 0 1px;
}

.lable_4_x_6 .border {
  border: 2px solid #000;
  border-collapse: collapse;
}

.lable_4_x_6 .border-bottom {
  border-bottom: 1px solid #000;
  border-collapse: collapse;
}

.lable_4_x_6 h3 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 15px;
}

.lable_4_x_6 h4 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 80%;
}

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

.lable_4_x_6 .pd {
  padding: 0px 4px;
}

.lable_4_x_6 .fs-80 {
  font-size: 70%;
}
.display_logo{
  display: none;
}
.action_orders{
  display: none;
}

@media screen and (max-width: 420px){
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 85px;
    display: none !important;
    overflow-x: hidden;
    flex-direction: column;
    background: var(--main_color);
    padding: 25px 20px;
    transition: all 0.4s ease;
  }
  .search-box {
    display: flex;
    /* background-color: #35383d;
    border: 1px solid #e6e6e6; */
    border-radius: 25px;
    overflow: hidden;
    width: 24rem;
  }
  .hide_order_button{
    display: none;
  }
  .action_orders{
    display: block;
  }

  .sidebar.close{
    width: 78px;
    display: none;
  }
  .sidebar .profile-details{
    width: 240px;
  }
  .sidebar.close .profile-details{
    background: none;
  }
  .sidebar.close .profile-details{
    width: 78px;
  }
  .home-section{
    left: 10px !important    ;
    width: calc(100% - 20px) !important;
  }
  .sidebar.close ~ .home-section{
    left: 78px;
    width: calc(100% - 78px);
  }
  .navbar-toggler {
    margin: 10px 22px !important;
}
.header-nav-dropdown-apps .dropdown-menu {
   
  
  left: -87px;
  
}
  .footer {
    width: 100%;
    height: auto;
    position: fixed;
    padding: env(safe-area-inset-bottom);
    bottom: 0;
    left: 0;
    z-index: 9;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    background: #ffffff;
    box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
}
.footer-top{
  margin:20px;
  padding: 20px;
}
.footer .btn {
  width: 60px;
  height: 60px;
  line-height: 54px;
  padding: 0;
  text-align: center;
  display: block;
  vertical-align: middle;
}
.display_logo{
  display: block;
  text-align: center;
  left: -13rem;
  position: relative;
  color: var(--primary-color)
}
.btn.btn-link-default.active {
  color: var(--primary-color);
}
.btn.btn-link-default {
  color: #bbbbbb;
}
.left_panel_display{
  display: none;
}
.footer .btn i {
  width: 22px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
.ship-now-container .ship_now {
  display: inline-block;
  position: absolute;
  right: 106px;
  bottom: 0 !important;
  width: 123px;
  height: 46px;
  top: inherit;
}
}




.wrap_8x11 {
  width: 50%;
  margin-left: 25%;
}

.wrap_8x11 {
  font-size: 12px;
  font-weight: 400;
}

.wrap_8x11 h2 {
  font-size: 15px;
  font-weight: 600;
}

.wrap_8x11 h3 {
  font-size: 13px;
  font-weight: 500;
}

.wrap_8x11 h4 {
  font-size: 13px;
  font-weight: 500;
}

.wrap_8x11 h5 {
  font-size: 19px;
  font-weight: 500;
}

.wrap_8x11 h6 {
  font-size: 12px;
  font-weight: 400;
}

.wrap_8x11 hr {
  opacity: 1.08 !important;
}



.wrap_4x6 {
  width: 50%;
  margin: 0 22rem;
}



.wrap {
  width: 75%;
}

h2 {
  font-weight: 700;
}


.labling_929393 {
  margin: 2px !important;
  background-color: #fff !important;
  font-family: sans-serif !important;
}

.labling_929393 table {
  border-collapse: collapse !important;
  width: 100% !important;
  font-size: 11px !important;
  vertical-align: top !important;
  color: #000 !important;
  /* padding: 0px; */
}

.labling_929393 br {
  content: "";
  margin: -5px !important;
  display: block;
}

/* .labling_929393 tr {
  text-align: left !important;
  padding: 18px !important;
}

.labling_929393 th,
.labling_929393 td {
  padding: 1px 10px !important;
  vertical-align: top !important;
}

.labling_929393 tr:nth-child(even) {
  background-color: #fff !important;
} */

.labling_929393 .border {
  border: 2px solid #000 !important;
}

.labling_929393 .center {
  text-align: center !important;
}

.labling_929393 h2 {
  font-size: 1.5em;
  font-weight: 600;
  /* margin-bottom: 0px !important;
  margin-top: 0px !important; */
}

.labling_929393 h3 {
  font-size: 1.17em;
  font-weight: 600;
  /* margin-bottom: 0px !important;
  margin-top: 0px !important; */
}

.labling_929393 h4 {
  font-weight: 600;
  font-size: 13px;
  /* margin-bottom: 0px !important;
  margin-top: 0px !important; */
}

.labling_929393 h5 {
  font-size: 13px;
  /* margin-bottom: 0px !important;
  margin-top: 0px !important; */
}

.labling_929393 h6 {
  font-size: 13px;
  /* margin-bottom: 0px !important;
  margin-top: 0px !important; */
}

.labling_929393 .bold {
  font-weight: 800 !important;
}

.pagebreak {
  page-break-before: always;
}


section {
  /* background: #fff; */
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}
.lable_layout_1 {
  font-size: 12px;
  font-weight: 400;
}

.lable_layout_1 h2{
  font-size: 15px;
  font-weight: 600;
}

.lable_layout_1 h3{
  font-size: 13px;
  font-weight: 500;
}

.lable_layout_1 h4{
  font-size: 13px;
  font-weight: 500;
}

.lable_layout_1 h5{
  font-size: 19px;
  font-weight: 500;
}

.lable_layout_1 h6{
  font-size: 12px;
  font-weight: 400;
}
.lable_layout_1 hr{
  opacity: 1.08 !important;
}
.lable_4_x_6 {
  background: #fff;
  font-size: 2px;
  font-weight: 500;
  line-height: 14px;
}

.padding-bottom {
  padding: 2rem 0;
}

.lable_4_x_6 .pagebreak {
  page-break-before: always;
}

.lable_4_x_6 table {
  width: 100%;
}

.lable_4_x_6 table tr {
  margin: 0 1px;
}

.lable_4_x_6 .border {
  border: 2px solid #000;
  border-collapse: collapse;
}

.lable_4_x_6 .border-bottom {
  border-bottom: 1px solid #000;
  border-collapse: collapse;
}

.lable_4_x_6 h3 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 15px;
}

.lable_4_x_6 h4 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 80%;
}

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

.lable_4_x_6 .pd {
  padding: 0px 4px;
}

.lable_4_x_6 .fs-80 {
  font-size: 70%;
}


.warehouse_invtntry h4{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}
.warehouse_invtntry small{
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 30px;
}

.product_add_box h4{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  background: #f5f7fa;
  padding: 10px;
}

.fs-small {
  font-size: 13px;
}

.pro_listl img{
  max-height: 60px;
}
@media print {
  .label-8x11-layout .row {
    display: flex;
    flex-wrap: wrap;
   
  }
  .label-8x11-layout .col-12.col-md-5 {
    width: 50%; /* Ensure each column takes up 50% of the page width */
  height: 100%; /* Adjust the height as per your requirement */
  overflow: hidden;  /* Ensure each column takes up 50% of the page width */
   
  }
  .label-8x11-layout .col-12.col-md-5 .col-12.col-md img.logo {
      margin-top: auto; /* Align the logo to the top of the container */
    }
}

@media print {
 .label4x6 .print-font {
      /* Adjust the font size as needed */
      font-size: 30px; /* Increase font size by 20% */
  }
  .label4x6 h5.print-font {
      /* Add your print-specific styles here */
      margin-bottom: 30px; /* Example: Increase margin bottom to 50px */
  }
  .label4x6 h6.print-font {
      /* Add your print-specific styles here */
      margin-bottom: 30px; /* Example: Increase margin bottom to 50px */
  }

  .print-table th,
  .print-table td {
      font-size: 20px; /* Example: Increase font size to 16px */
  }
  .print-spacing {
      margin-bottom: 1px; /* Adjust the spacing as needed */
      line-height: normal;
  }
}

.shipment-status {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.status-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}

.delivered {
  background-color: green;
}

.pending {
  background-color: red;
}

.rto {
  background-color: blue;
}

.circle-content {
  text-align: center;
  color: white;
}

.status-label {
  margin-bottom: 10px;
}

.status-count {
  font-size: 24px;
}



.left_sub_menu {
  margin-left: -15px;
}
.left_sub_menu_bx {
  background: #fff;
  min-height: 100vh;
  border-right: 1px solid #eaeaea;
  /* margin-left: 20px; */
}
.left_sub_menu_bx h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #8c95ab;
  padding-top: 20px;
}
.left_sub_menu_bx h3 i{
  font-size: 18px;
  /* color: #000; */
  margin-right: 16px;
}
.left_sub_menu_bx .nav-item i{
  font-size: 18px;
  /* color: #000; */
  margin-right: 16px;
  float: inline-end;
}


.left_sub_menu_bx .nav-link:hover, .nav-link.active {
  background: #f7f9fb;
  /* color: #000 !important; */
  border-left: 2px solid var(--primary-color);
}

.dash_navs .nav-link {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
}
.dash_navs .nav-tabs {
  border-bottom: 0;
}
.dash_navs .nav-link.active {
  background: #ffffff !important;
  color: var(--primary-color) !important;
  border: 2px solid #e6e6e685 !important;
  border-radius: 12px;
}

.dash_icon_bx {
  padding: 10px;
  border-radius: 10px;
}
.dash_icon_bx .icon_dash{
  background: #F4F7FE;
  padding: 10px;
  border-radius: 50%;
  height: 50px;
  margin: 5px 8px 0 -24px;
}
.dash_icon_bx .icon_dash i{
  font-size: 30px;
  color: #4340f5;
}
.dash_icon_bx h2{
  font-weight: 600;
  margin: 5px 0 5px;
  font-size: 24px;
}
.dash_icon_bx h5{
  font-weight: 500;
  color: #6f7e95;
  font-size: 14px;
  margin: 5px 0 5px;
}

.dash_order {
  background-color: #E8EAFF;
}
.dash_order_rea_pickup {
  background-color: #FFF4DE;
}
.dash_order_intransit {
  background-color: #DCFCE7;
}
.dash_order_delivered {
  background-color: #F3E8FF;
}
.dash_order_ndr {
  background-color: #CFFFCB;
}
.dash_order_rto {
  background-color: #FFE2E5;
}
.dash_order_pickdup {
  background-color: #d2f0f3;
}

.dashboard_box_ne h4 {
  font-weight: 700;
  margin: 5px 0 20px;
  font-size: 22px;
  border-left: 4px solid var(--primary-color);
  padding: 0 10px;
  color: var(--primary-color);
}
.dashboard_box_ne h6{
  margin: 0;
  font-size: 18px;
  background: #f1f1f7;
  padding: 0 10px;
  color: var(--primary-color);
  padding: 10px;
}

.dashboard_box_ne .total{
  font-weight: 800;
}

.dashboard_box_ne .table-primary {
  --bs-table-bg: #dbd7ff;
  --bs-table-color: var(--primary-color);
}
.dashboard_box_ne .table-info {
  --bs-table-bg: #f1f1f7;
  --bs-table-color: var(--primary-color);
}


.wallet_card {
  background: #fff;
  border-radius: 10px;
  padding: 2px 2px 2px 2px;
}

.wallet_card_box {
  padding: 10px;
  margin: 15px;
  color: var(--primary-color);
}
.wallet_card_box h1, .wallet_card_box h5{
  color: #000;
  background: inherit;
}
.wallet_card_box h6{
  padding: 0;
  margin: 0;
  color: var(--primary-color);
  background: inherit;
}
.wallet_card_box a{
  color: var(--primary-color);
  font-size: 12px;
}


.shipment_card {
  background: white;
  border-radius: 10px;
  padding: 2px 2px 2px 2px;
}

.shipment_card_box {
  padding: 10px;
  margin: 15px;
  color: #000;
}
.shipment_card_box a{
  color: #000;
  font-size: 12px;
}

.shipment_state h2{
  margin: 40px 0px 1px 0px;
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  color: #151416;
}
.shipment_state h4{
  margin: 10px 0px 10px 0px;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  color: #6e6a7e;
}

.shipment_card_box h6{
  padding: 0;
  margin: 0;
  background: inherit;
}
.shipment_state p{
  margin: 0px 0px;
  font-weight: 100;
  font-size: 14px;
  line-height: 34px;
  color: #6e6a7e;
}

.cod_dash {
  background: #F4F7FE;
  padding: 10px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
}
.cod_dash i{
  font-size: 30px;
  color: #4340f5;
}
.cod_dash_box{
  border: 0;
}
.cod_dash_boxing {
  text-align: center !important;
  display: inline-block;
}

.cod_dash_box h5{
  font-weight: 500;
  font-size: 16px;
  margin: 2px 0;
}
.cod_dash_box h2{
  font-weight: 700;
  font-size: 24px;
  margin: 3px 0;
}

.cod_dash_box_1{
  background: #E8EAFF;
}
.cod_dash_box_2{
  background: #FFF4DE;
}
.cod_dash_box_3{
  background: #d2f0f3;
}

.order_summary {
  background: #fef4de;
}
.carrier_summary {
  background: #f5e3f8;
}
.perfrom_summary {
  background: #e8e9ff;
}
.state_summary {
  background: #eefffd;
}
.city_summary {
  background: #fcebe7;
}
.zone_summary {
  background: #d1ffd58a;
}

@media (max-width: 768px) {
  .dashboard_box_ne .table-responsive thead {
      display: none;
  }
  .dashboard_box_ne .table-responsive tr {
      display: block;
      margin-bottom: 0.625rem;
  }
  .dashboard_box_ne .table-responsive td {
      display: block;
      text-align: right;
      font-size: 0.8em;
      border-bottom: 1px solid #ddd;
      position: relative;
      padding-left: 50%;
  }
  .dashboard_box_ne .table-responsive td::before {
      content: attr(data-label);
      position: absolute;
      left: 0;
      width: 50%;
      padding-left: 0.625rem;
      font-weight: bold;
      text-align: left;
  }
}

.sidebar{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
  background: var(--main_color);
  z-index: 100;
  transition: all 0.3s ease;
}
.sidebar.close{
  width: 78px;
}
.sidebar .logo-details{
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
}
.sidebar .logo-details i{
  font-size: 30px;
  color: #fff;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}
.sidebar .logo-details .logo_name{
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.sidebar.close .logo-details .logo_name{
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}

/* Smooth transition for the profile details */
.sidebar .profile-details,
.sidebar.close .profile-details {
  transition: all 0.3s ease;
}


.sidebar .nav-links{
  height: 100%;
  padding: 30px 0 150px 0;
  overflow: scroll;
}
.sidebar.close .nav-links{
  overflow: visible;
}
.sidebar .nav-links::-webkit-scrollbar{
  display: none;
  width: 0;
}
.sidebar .nav-links li{
  position: relative;
  list-style: none;
  transition: all 0.3s ease;
}
.sidebar .nav-links li:hover{
  background: #1d1b31;
}
.sidebar .nav-links li .iocn-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar.close .nav-links li .iocn-link{
  display: block
}
.sidebar .nav-links li i{
  height: 42px;
  min-width: 78px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sidebar .nav-links li.showMenu i.arrow{
  transform: rotate(-180deg);
}
.sidebar.close .nav-links i.arrow{
  display: none;
}
.sidebar .nav-links li a{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sidebar .nav-links li a .link_name{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s ease;
}
.sidebar.close .nav-links li a .link_name{
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li .sub-menu{
  padding: 6px 6px 14px 80px;
  margin-top: -10px;
  background: #1d1b31;
  display: none;
}
.sidebar .nav-links li.showMenu .sub-menu{
  display: block;
}
.sidebar .nav-links li .sub-menu a{
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.sidebar .nav-links li .sub-menu a:hover{
  opacity: 1;
}
.sidebar.close .nav-links li .sub-menu{
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}
.sidebar.close .nav-links li:hover .sub-menu{
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0 ease;
}

.sidebar .nav-links li .sub-menu .link_name{
  display: none;
}
.sidebar.close .nav-links li .sub-menu .link_name{
  font-size: 18px;
  opacity: 1;
  display: block;
}
.sidebar .nav-links li .sub-menu.blank{
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank{
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .profile-details{
  position: fixed;
  bottom: 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1d1b31;
  padding: 12px 0;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details{
  background: none;
}
.sidebar.close .profile-details{
  width: 78px;
}
.sidebar .profile-details .profile-content{
  display: flex;
  align-items: center;
}
.sidebar .profile-details img{
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #1d1b31;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details img{
  padding: 10px;
}
.sidebar .profile-details .profile_name,
.sidebar .profile-details .job{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job{
  display: none;
}
.sidebar .profile-details .job{
  font-size: 12px;
}
.home-section{
  position: relative;
  height: 100vh;
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.5s ease;
  padding: 12px;
}
/* .sidebar.close ~ .home-section{
  left: 78px;
  width: calc(100% - 85px);
} */
.home-content{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.home-section .home-content .bx-menu,
.home-section .home-content .text{
  color: #11101d;
}
.home-section .home-content .bx-menu{
  cursor: pointer;
  margin-right: 10px;
}
.home-section .home-content .text{
  
}

@media screen and (max-width: 400px){
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 85px;
    display: none !important;
    overflow-x: hidden;
    flex-direction: column;
    background: var(--main_color);
    padding: 25px 20px;
    transition: all 0.4s ease;
  }
  .sidebar.close{
    width: 78px;
    display: none;
  }
  .sidebar .profile-details{
    width: 240px;
  }
  .sidebar.close .profile-details{
    background: none;
  }
  .sidebar.close .profile-details{
    width: 78px;
  }
  .home-section{
    left: 240px;
    width: calc(100% - 240px);
  }
  /* .sidebar.close ~ .home-section{
    left: 78px;
    width: calc(100% - 78px);
  } */
}


.head_icon {
  font-size: 32px;
  cursor: pointer;
}

.search-box {
  display: flex;
  /* background-color: #35383d; */
  border: 1px solid #adadad70;
  border-radius: 25px;
  overflow: hidden;
}

.search-icon {
  padding: 10px 10px;
  background-color: #f1f5f9;
  color: #babdc2;
  display: flex;
  align-items: center;
}

.search-input {
  flex: 1;
  border: none;
  padding: 10px;
  color: #000;
  background-color: #f1f5f9;
  outline: none;
}

.header_main_2 {
  /* background: #11101d; */
  margin: -12px -12px 0px -12px;
}

.cust_profile_head {
  text-align: center;
}
.cust_profile_head figure{
  border-radius: 200px;
  display: inline-block;
  margin: 0px auto;
  background-color: var(--main_color);
  overflow: hidden;
  border: 1px solid #d5d5d540;
  vertical-align: top;
  text-align: center;
  max-width: 80px;
}
.cust_profile_head h2 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}

.cust_profile_list_i {
  margin:30px;
}
.cust_profile_list_i li
{
display: inline;
list-style-type: none;
padding-right: 20px;
float: left;
text-align: center;
}

.cust_profile_list_i span {
  background: #fff;
  padding: 7px;
  border-radius: 50%;
  border: 1px solid #cfd1d2;
  height: 40px;
  width: 40px;
  display: inline-block;
}
.cust_profile_list_i span i{
  color: #748398;
}
.cust_profile_list_i h6{
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}

.cust_profile_left_info h4{
  text-align: center;
}
.cust_profile_left_info h5 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #8c8c8c;
  margin-top: 20px;
  margin-bottom: 0px;
}
.cust_profile_left_info h6{
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-top: 2px;
}

.cust_profile_rg_stat_bx .card{
  border: 1px solid #e6e6e6;
}
.cust_profile_rg_stat_bx .card .card-body{
  padding:10px 10px;
}
.cust_profile_rg_stat_bx .card a{
  color: #000;
}
.btn-light-o {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(17, 24, 39, 0.075);
}
.btn-light-o:hover{
  color: #fff !important;
  background-color: #000;
  border-color: #000000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(17, 24, 39, 0.075);
}

.shipm_tablew h5{
  margin-bottom: 0;
}
.shipm_tablew h3{
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  color: #707070;
}
.shipm_tablew h6{
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  color: #707070;
}
.shipm_tablew h5 i{
  font-size: 11px;
}

.shipm_tablew h3 i{
  font-size: 10px;
}
.shipm_tablew .status {
  padding: 5px 20px;
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.shipm_tablew .status i{
  font-size: 14px;
}
.shipm_tablew .pickup_awit {
  border: 1px solid #33adff;
  color: #005c99;
  background: #b3e0ff;
}
.shipm_tablew .pickup_sechdls {
  border: 1px solid #ff9900;
  color: #995c00;
  background: #ffe0b3;
}
.shipm_tablew .pickedup {
  border: 1px solid #0033cc;
  color: #0033cc;
  background: #ccd9ff;
}
.shipm_tablew .in_transit {
  border: 1px solid #ff3399;
  color: #b30059;
  background: #ffb3d9;
}
.shipm_tablew .out_f_deli {
  border: 1px solid #3D348B;
  color: #3D348B;
  background: #b9b5e3;
}
.shipm_tablew .delivered {
  border: 1px solid #339966;
  color: #206040;
  background: #c6ecd9;
}
.shipm_tablew .cancelled {
  border: 1px solid #ff471a;
  color: #b32400;
  background: #ffad99;
}
.shipm_tablew .failed{
  border: 1px solid #990000;
  color: #990000;
  background: #ff8080;
}

.basic_status .status {
  padding: 5px 20px;
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.basic_status .active {
  border: 1px solid #339966;
  color: #206040;
  background: #c6ecd9;
}

.support_list_lft .card-body{
  padding: 10px 10px;
}
.ticket_list .active_list{
  border-left: 4px solid var(--main_color) !important;
  background: #eff4ff;
}
.ticket_list .list-group-item {
  padding: 20px 10px;
  border: 1px solid #cdcdcd66;
}



.support_list_lft .search-box {
  display: flex;
  /* background-color: #35383d; */
  border: 1px solid #adadad70;
  border-radius: 25px;
  overflow: hidden;
  height: 40px;
}

.support_list_lft .search-icon {
  padding: 10px 10px;
  background-color: #f1f5f9;
  color: #babdc2;
  display: flex;
  align-items: center;
}

.support_list_lft .search-input {
  flex: 1;
  border: none;
  padding: 10px;
  color: #000;
  background-color: #f1f5f9;
  outline: none;
}

.ticket_list h1{
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 1px;
}
.ticket_list h2{
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 7px;
}
.ticket_list h4{
  font-size: 14px;
  font-weight: 600;
  margin: 2px 0;
  color: var(--main_color);
}
.ticket_list p{
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #777e94;
}
.ticket_list .badge_t {
  font-size: 12px;
  font-weight: 500;
  padding: 2px 18px;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
}
.ticket_list .badge_t i{
  font-size: 10px;
}
.ticket_list .status_o {
  background: #ecfdf3;
  color: #22673b;
  border: 1px solid #22673b54;
}

.ticket_list .status_p {
  background: #fff9eb;
  color: #f8a438;
  border: 1px solid #f8a438;
}
.ticket_list .status_c {
  background: #ffebe6;
  color: #ff471a;
  border: 1px solid #ff471a;
}

.ticket_list .prio_h {
  background: #fbebf0;
  color: #F44336;
}
.ticket_list .deapr_1{
  background: #f5e2dc;
  color: #FF5722;
}

.ticket_list .list-group-item small{
  color: #000;
  font-size: 10px;
}

.ticket_list_md {
  background: #fcfdfd;
  padding: 10px 25px;
}

.ticket_list_md h3 {
  color: #2a3249;
  font-size: 18px;
}
.ticket_list_md small {
  color: #626b8b;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}
.ticket_list_md small i{
  font-size: 7px;
}

.card_ticket_list {
  background: #fff;
  padding: 10px;
}

.comment_box .trumbowyg-box, .trumbowyg-editor {
  display: block;
  position: relative;
  border: 1px solid #d7e0e2;
  width: 100%;
  max-height: 70px !important;
}
.flie_attache_support i{
  font-size: 18px !important;
}
.flie_attache_support li a{
  font-size: 14px;
}
.vh-100-min{
  min-height: 100vh;
}

.payment_gateway_info_box .accordion-item .accordion-button img{
  max-height: 40px;
}

.payment_gateway_info_box .accordion-button:not(.collapsed) {
  color: #1c2532;
  background-color: #ffffff;
  box-shadow: inset 0 -0.0625rem 0 #9CA3AF;
}

.payment_gateway_info_box .accordion-item {
  background-color: transparent;
  border-bottom: 0.0625rem solid #9CA3AF;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}



.payment_gateway_info_box .card .card-header {
  background: #f1f5f9;
  /* border: 1px solid #3F51B5; */
  font-size: 16px;
  font-weight: 600;
  color: #303030;
  padding: 10px 25px;
}

.icon_social {
  background: #f1f5f9;
  color: var(--main_color);
  padding: 20px;
  height: 60px;
  width: 60px;
  text-align: center;
}


.icon_social i{
  font-size: 22px;
}
.email_template {
  font-size: 12px;
  margin-bottom: 20px;
}
.system_settings {
  z-index: -1;
}
.system_settings i{
  margin-right: 18px;
}



.tracking_xb p{
font-size: 14px;
margin-bottom: 0px;
}
.tracking_xb .progress-container {
display: flex;
flex-direction: column;
align-items: start;
}

.tracking_xb .step-container {
display: flex;
align-items: flex-start;
margin-bottom: 60px;
}

.tracking_xb .step {
position: relative;
width: 30px;
height: 30px;
background-color: #a9c5ef;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 20px;
z-index: 1;
color: #5895f0;
}

.tracking_xb .progress {
position: absolute;
top: 0;
left: 2.9%;
width: 2px;
height: 80%;
background-color: #0d6efd;
transform: translateX(-50%);
z-index: 0;
}

.tracking_xb .step.active {
background-color: #0d6efd;
color: #fff;
}

.tracking_xb .step.active .progress {
background-color: #0d6efd;
}

.tracking_xb .step-info {
text-align: left;
}


.back_btn {
  background: #fff;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
  color: #6d6d6d;
}
.back_btn:hover{
  background: #f2f2f2;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
  color: #6d6d6d;
}
.back_btn .lucide {
  width: 18px;
  height: 18px;
}

.back_btn_wrap {
  padding-right: 10px;
  margin-top: 5px;
}

.btns .lucide {
  width: 18px;
  height: 18px;
}


.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 85px;
  display: flex;
  overflow-x: hidden;
  flex-direction: column;
  background: var(--main_color);
  padding: 25px 20px;
  transition: all 0.4s ease;
}

.sidebar:hover {
  width: 260px !important;
 
 
}


.sidebar .sidebar-header {
  display: flex;
  align-items: center;
}

.sidebar .sidebar-header img {
  width: 52px;
  /* border-radius: 70%; */
}

.sidebar .sidebar-header h2 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  white-space: nowrap;
  margin-left: 23px;
}

.sidebar ul{
  margin: 10px 0px 0px -32px;
}

.sidebar-links li a i{
  font-size: 22px;
}

.sidebar-links h4 {
  color: #ffffffa8;
  font-weight: 500;
  white-space: nowrap;
  margin: 2px 0;
  position: relative;
  font-size: 16px;
}

.sidebar-links h4 span {
  opacity: 0;
}

.sidebar:hover .sidebar-links h4 span {
  opacity: 1;
}

.sidebar-links .menu-separator {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  transform: scaleX(1);
  transform: translateY(-50%);
  background: #8185ed;
  transform-origin: right;
  transition-delay: 0.2s;
}

.sidebar:hover .sidebar-links .menu-separator {
  transition-delay: 0s;
  transform: scaleX(0);
}

.sidebar-links {
  list-style: none;
  margin-top: 20px;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
}

.sidebar-links::-webkit-scrollbar {
  display: none;
}

.sidebar-links li a {
  display: flex;
  align-items: center;
  gap: 0 20px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  padding: 10px 10px;
  text-decoration: none;
  transition: 0.2s ease;
}

/* .sidebar-links li a:hover {
  color: #161a2d;
  background: #fff;
  border-radius: 4px;
} */
.sidebar-links li a:hover {
  color: #fff;
  background: #000;
  border-radius: 4px;
}
  .sidebar-links .active a {
  color: #161a2d;
  background: #fff;
  border-radius: 4px;
}

.user-account {
  margin-top: auto;
  padding: 12px 10px;
  margin-left: -10px;
}

.user-profile {
  display: flex;
  align-items: center;
  color: #161a2d;
}

.user-profile img {
  width: 42px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.user-profile h3 {
  font-size: 1rem;
  font-weight: 600;
}

.user-profile span {
  font-size: 0.775rem;
  font-weight: 600;
}

.user-detail {
  margin-left: 30px;
  white-space: nowrap;
}

.sidebar:hover .user-account {
  background: #fff;
  border-radius: 4px;
}


.home-section{
  position: relative;
  height: 100vh;
  left: 85px;
  width: calc(100% - 85px);
  transition: all 0.5s ease;
  padding: 12px;
  z-index: 1;
}
.sidebar:hover ~ .home-section{
  left: 260px !important; /* shift home-section to the right */
  width: calc(100% - 260px) !important; /* adjust the width of home-section */
  position: relative;
  height: 100vh;
  transition: all 0.5s ease;
  padding: 12px;
  z-index: 1;
}


.sidebar:hover ~ .sidebar .submenu span {
  display: flex;
  position: absolute;
  right: 23px;
}

.sidebar .submenu .submenu-links {
  display: none;
  list-style: none;
  padding-left: 20px;
}


.sidebar .submenu:hover .submenu-links {
  display: block;
}
.sidebar .submenu-links ul{
  list-style: circle;
}

.sidebar .submenu-links li a {
  display: flex;
  align-items: center;
  gap: 0 12px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  padding: 6px 25px;
  text-decoration: none;
  transition: 0.2s ease;
  font-size: 14px;
  font-weight: 400;
  background: #7c72d780;
  margin: 0px 0px 0px 11px;
  border-radius: 5px;
}
.sidebar .submenu-links li a i{
  font-size: 12px ;
}

/* .sidebar .submenu-links li a:hover {
  color: #161a2d !important;
  background: #fff;
  border-radius: 4px;
} */
.sidebar .submenu-links li a:hover {
  color: #fff !important;
  background: #000;
  border-radius: 4px;
}
.sidebar .submenu-links li .active {
  color: #161a2d !important;
  background: #fff;
  border-radius: 4px;
}

.custom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-toast {
  width: 600px !important; /* Adjust the width as needed */
}