.startsec label {
  display: block;
  font:
    1rem 'Fira Sans',
    sans-serif;
}
.enti.usermangere {
  padding: 0 51px;
}
.navsec li a i{
  color: rgb(136, 20, 165);
}
.tablewrap {
  padding: 0 0;
}
i.fa.fa-toggle-on {
  font-size: 28px;
  color: #0D99FF;
  margin-right: 6px;
}
i.fa.fa-toggle-off{
  font-size: 28px;
  color: #c2cacf;
}
.upload-sec i{
    font-size: 37px;
    color: #cccc;
}
.days-wrap{
  padding: 6px 11px;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    width: 103px;
    background: #1FA1D9;
    border: none;
}
.usermg {
  margin-right: -5px;
}
.entity{
  float: right;
}
.logpart {
  color: #e92121;
}
.data-we{
  box-shadow: 0 0 0.375rem 0.25rem rgba(161, 172, 184, 0.15);
  margin: 1.30rem auto;
  border-radius: 0.375rem;
  padding: 0 1.5rem;
  background: #ffff;
}
.star{
  color: #ff1d0d;
  font-size: 15px;
}
.entire-part {
  margin: 0 0 22px 26px;
}
.ridewrap{
  margin-left: 14px;
}
.upload i {
  font-size: 40px;
  color: #ccc;
  margin: 15px;
}
.startdate input {
  width: 100%;
  padding: 7px 12px;
  border-radius: 7px;
  border: 1px solid #d6dfe9;
}
.productpart {
  margin-top: 27px;
}
.days-off {
  float: right;
}
.days-off li {
  float: left;
}
.value {
  margin-left: 37px;
}
.start{
  margin: 0;
  font-size: 15px;
}
.startsec input{
outline: none;
}
.startsec input{
  width: 214px;
  padding: 8px 4px;
  font-size: 15px;
  color: #000;
  border-radius: 4px;
  border: none;
  background: #ebeaea;
  border: 1px solid #1FA1D9;
}
.startsec input,
label {
  margin: 6px 0 0;
}
.entirel{
  margin-top: 5px;
}
.searching {
  width: 300px;
  height: 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.startsec {
  margin-left: -7px;
}
.form-sear{
  justify-content: right;
    display: flex;
}
.searching input {
  all: unset;
  font: 16px system-ui;
  color: #000;
  height: 100%;
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
}
.category-sec:focus{
  outline: none;
}
.category-sec {
  width: 196px;
  padding: 8px 4px;
  font-size: 15px;
  color: #000;
  border-radius: 4px;
  border: none;
  background: #ebeaea;
  border: 1px solid #1FA1D9;
}
.searching::placeholder {
  color: #fff;
}

.searching svg {
  color: #0D99FF;
  fill: currentColor;
  width: 50px;
  height: 42px;
  padding: 7px;
}

.searchbt{
  all: unset;
  cursor: pointer;
  width: 44px;
  height: 44px;
}
.cate-wrap {
  margin-left: -6px;
}
.custom-select {
  margin-top: 24px;
}
.card.table-sec.table-sec.tabsec.catgry {
  padding: 0;
}
.table-sec {
  padding: 30px 0;
}
.catewrap{
  font: 1rem 'Fira Sans', sans-serif;
}
.days-off ul{
  list-style: none;
}
.table {
  border-spacing: 0 0.85rem !important;
}
.entires-sec:focus{
  outline: none;
}
.primy-sec {
  /* background: #1FA1D9; */
  border: none;
  margin: 0 0 0 11px;
  /* width: 97px; */
}
.entires-sec {
  width: 60px;
  padding: 8px 4px;
  font-size: 13px;
  color: #000;
  border-radius: 4px;
  border: none;
  background: #ebeaea;
  margin-left: 6px;
}
.order-res.assion {
  background: #ef9729;
}
.data-part td, th {
  border: 1px solid #ccc;
  text-align: left;
  padding: 0px 4px;
}
.data-part td{
  font-size: 14px;
}
.order-res.Deliv {
  background: #937a95;
}
.order-res.pickup {
  background: #db6596;
}
.order-res.pickupup {
  background: #6B3E6F;
}
.order-res.ready {
  background: #3390df;
}
.order-res.pickupup {
  background: #1B6022;
}
.order-res.orderac {
  background: #4719a1;
}
.paynow{
  background: #2bab3b;
  padding: 6px 11px;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  width: 150px;
  display: inline-block;
  text-align: center;
}
.order-res {
  background: #2bab3b;
  padding: 6px 11px;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  width: 150px;
  display: inline-block;
  text-align: center;
}
.printopstion li{
  padding: 0 8px;
}
.enti.usermangeres {
  padding: 0 117px;
}
.printopstion li i{
  color: #0D99FF;
  font-size: 18px;
}
.printopstion{
  list-style: none;
}
.printopstion{
  margin: 0;
  padding: 0;
}
/* data table scroll */
.data-part{
  /* display: block;
  max-width: fit-content; */
  margin: 0 auto;
  overflow-x: auto;
  /* white-space: nowrap; */
  position: sticky;
  width: 100%;
}
.usertable{
  display: table;
  max-width: initial;
    overflow-x: auto;
    width: 100%;
} 
.enti {
  padding: 0 38px;
  margin-bottom: 18px;
}
.data-part tr:nth-child(even) {
  background-color: #f5f5f5;
}
/*end data table scroll */
#layout-menu {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  --scrollbar-width: 1px !important;
}
#layout-menu::-webkit-scrollbar {
  width: 1px !important;
  height:4px !important;
  scroll-behavior: smooth !important;
}
#layout-menu::-webkit-scrollbar-thumb{
  background-color: white !important;
}
body::-webkit-scrollbar
  {
    width:0px !important;
  }
::{
  overflow-y: hidden !important;
}
.content-wrapper{
  overflow-x: scroll;
  height:90vh;
  position: relative !important;
}
.content-wrapper::-webkit-scrollbar {
  width: 10px !important;
  height:4px !important;
  scroll-behavior: smooth !important;

}
.content-wrapper::-webkit-scrollbar-thumb{
  background-color: lightgray;
  border-radius: 10px !important;
  height:0px !important;
}
.dashsec{
  color: #000;
  font-weight: 300;
}
#datatable_wrapper {
  padding: 25px;
}
.dash-wrap{
  text-align: center;
  justify-content: center;
  flex-direction: row;
  height: 171px;
}
.logsec a{
  border: none !important;
}
.navsec li{
 /* padding: 7px 0; */
}
.navsec li a{
  border-bottom: 1px solid #cccccc85;
}
.bg-menu-theme .menu-inner > .menu-item.active:before {
  background: none;
}
.navsec li a i{
  margin-right: 10px;
}
.table .dropdown {
  display: inline-block;
}

.table td,
.table th {
  vertical-align: middle;
  margin-bottom: 10px;
  border: none;
}

.table thead tr,
.table thead th {
  border: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: transparent;
}

.table td {
  background: #fff;
}

.table td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.table td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child:before {
  top: 28px;
  left: 14px;
  border: none;
  box-shadow: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  padding-left: 48px;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}

table.dataTable > tbody > tr.child span.dtr-title {
  min-width: 50%;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  padding: 0.75rem 1rem 0.125rem;
}

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
  margin-bottom: 0;
}
.menu .app-brand.demo {
  height: 64px;
  /* margin: 17px 0; */
}
span.order-parts.cancles {
  background: #ff781f;
}
.order-part.cancle.text-center {
  border: 3px solid #ff781f;
}
.order-part.ordersecaas.text-center {
  border: 3px solid #6dc362;
}
.order-part.return.text-center {
  border: 3px solid #42d0e7;
}
span.order-parts.returns {
  background: #42d0e7;
}
span.order-parts.ordersecsaas {
  background: #6dc362;
}
.order-part.ordersec.text-center {
  border: 3px solid #0e9cad;
}
.order-part.ordersecag.text-center {
  border: 3px solid #217007;
}
span.order-parts.ordersecsag {
  background: #217007;
}
.order-part.orderseca.text-center {
  border: 3px solid #d7a5e7;
}
.order-part.ordersecaa.text-center {
  border: 3px solid #c90000;
}
span.order-parts.ordersecsaa{
  background: #c90000;
}
.order-part h4 {
  margin: 0;
  font-size: 18px;
}
span.order-parts.ordersecsa{
  background: #d7a5e7;
}
span.order-parts.ordersecs {
  background: #0e9cad;
}
.order-part.text-center {
  box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
  border: 3px solid #f5d081;
  border-radius: 0.5rem;
  padding: 6px 0;
  background: #ffff;
}
.order-parts{
  font-size: 20px;
  width: 38px;
  height: 38px;
  background: #f5d081;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 5px;
}
/*------end modal----*/
/* Modal Content */

/* Add Animation */
/* 
.admng{
  background-color: #0D99FF;
  border: none;
  color: #fff;
  border-radius: 4px;
  padding: 7px 19px;
} */
/*----tab----*/
/* Style the tab */
.tab {
  overflow: hidden;
  background-color: #0D99FF;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
/* Create an active/current tablink class */
.tab button.active {
  background-color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
/*-------vertical tab------*/
.season_tabs {
  position: relative;   
  min-height: 360px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}
.season_tab {
  float: left;  
  clear: both;
  width: 286px;
}
.season_tab label {
    background: #f6f6f6;
    padding: 10px;
    border: 1px solid #ccc;
    margin-left: -1px;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    left: 1px;
    width: 264px;
    height: 68px;
    display: table-cell;
    color: #000;
}
.season_tab [type=radio] {
  display: none;   
}
.season_content {
  position: absolute;
  top: 0;
  left: 286px;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc;
 }
.season_content span {
  animation: 0.5s ease-out 0s 1 slideInFromTop; 
}
[type=radio]:checked ~ label {
  background: #b6bfc7;
  /* border-bottom: 2px solid #fff; */
  z-index: 2;
}
[type=radio]:checked ~ label ~ .season_content {
  z-index: 1;
}
.active-tabs {
  width: 100%;
  padding: 10px;
  position: relative;
  margin: 20px auto;
}

.active-tabs input {
  /* opacity: 0;
  display: none;
  visibility: hidden; */
}
.cmswrap {
  padding: 0 27px;
}
.tabspart{
  background: #b6bfc7;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "open sans";
  font-size: 18px;
  height: 40px;
  line-height: 24px;
  margin-right: 1px;
  text-align: center;
  width: 162px;
  opacity: 0.8;
  transition: all 0.4s;
  font-family: var(--bs-body-font-family);
}

.btn:hover {
  /* transform: translateY(-5px); */
  opacity: 1;
}
.btn{
  transform: translateY(-5px);
  /* opacity: 1; */
}

.active-tabs input:checked + label {
  background: #0D99FF;
  opacity: 1;
  transform: translateY(-5px);
  /* box-shadow: 1px 0 0 0 rgba(0,0,0,0.3); */
  color: #fff;
}

.tabs-container {
  width: 100%;
  position: relative;
  float: left;
  top: -5px;
  background: #fff;
}

.tab-1 ,
.tab-2 ,
.tab-3
{
  width: 100%;
  /* box-shadow: 2px 2px 0 0 rgba(0,0,0,0.3); */
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.btn-1:checked ~ .tabs-container .tab-1 ,
.btn-2:checked ~ .tabs-container .tab-2 ,
.btn-3:checked ~ .tabs-container .tab-3{
  position: relative;
  visibility: visible;
  top: 0;
  left: 0;
  opacity: 1;
}
.modalpart {
  text-align: center;
  background: #ffffff;
  border-radius: 5px;
  padding: 14px 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 24px;
}
.myBtn_multi {
  background: none !important;
  border: none!important;
  font-size: 18px;
  color: #0d99ff;
  font-weight: 500;
}
button.myBtn_multi.vendornew{
  color: #5eb7ab;
}
span.close.service {
  padding: 0 18px;
}
.old{
  background: none !important;
  border: none!important;
  font-size: 23px;
  font-weight: 500;
  color: #6d27b3;
}

.expr{
  background: none !important;
}

.product-sec {
  margin-top: 126px;
  padding: 17px 17px;
  width: 62%;
  margin: auto;
}
.piec{
  margin-right: 77px;
}
.productwrap{
  width: 66%;
}
.submits {
  background: #0D99FF;
  border: none;
}
span.close.close_multi.crossec{
  padding: 0;
}
span.close.close_multi {
  /* padding: 0 18px; */
  position: absolute;
  right: 20px;
  top: -2px;
  font-size: 28px;
}
.add:hover{
  color: #fff;
}
.add {
  background: #0d99ff !important;
  padding: 5px 13px;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  margin-bottom: 14px;
  float: right;
  border: none;
}
.variation-sec{
  margin: 14px 0;
  color: #c91e1e;
}
/* range */
/* toggle button */
.switch {
  position: relative;
  display: inline-block;
  width: 41px;
  height: 21px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.cate-wrap.city-wrap {
  margin-left: -1px;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
/* .slider:after {
  left: 4px;
} */
.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  /* left: -4px; */
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* tab */
[data-tab-info] {
  display: none;
}

.active[data-tab-info] {
  display: block;
}

.tab-content1 {
  margin-top: 1rem;
}

.tabs {
  border-bottom: 1px solid grey;
  background-color: #ffffff;
  font-size: 17px;
  color: rgb(0, 0, 0);
  display: flex;
  margin: 0;
}

.tabs span {
  background: #ffffff;
  padding: 3px 18px;
}

.tabs span:hover {
  background: #0D99FF;
  cursor: pointer;
  color: black;
}
.newtab label{
  color: #697A8D;
  font-size: 17px;
  font-weight: 600;
}
.datauser th{
  color: #697A8D;
  font-size: 17px;
  font-weight: 600;  
}
.user-sec td{
  color: #697A8D;
  font-size: 15px;
  font-weight: 100;
}
/* Pagination */
/* login */
.loginwrap img{
  max-width: 157px;
}
.loginwraps{
  width: 500px;
  border-radius: 13px;
  margin: auto;
  background: #fff;
  padding: 47px 19px;
}
.passwords input{
  /* max-width: 436px; */
  padding: 8px 15px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 3px;
}
.usernames input{
  /* max-width: 436px; */
    padding: 8px 15px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
}
.usernames input:focus{
  outline: none;;
}
.passwords input:focus{
  outline: none;;
  }
.eyessec {
    margin-left: -30px;
    cursor: pointer;
    position: absolute;
    margin-top: 10px;
}
.loginsu{
  width: 100%;
}
.loginsu:hover {
  transform: none;
  opacity: 1;
}
#login {
  height: 100vh;
  /* background: radial-gradient(#03f53f, #47066c); */
 display: flex;
  align-items: center;
  background: url('../img/illustrations/laundry.jpg')no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  /* background: #1074b9; */
  /* background: #293990; */
}
.socialsec{
  border-top: 1px solid #e7e7e7;
  border-radius: 0;
}
.loginclose {
  display: flex;
  justify-content: end;
}
/* dashboard-nav */
.dropdown-part{
  position: relative;
  display: inline-block;
}

.dropdown-part > input[type="checkbox"] {
  position: absolute;
  left: -100vw;
}

.dropdown-part > label,
.dropdown-part > a[role="button"] {
  display: inline-block;
  padding: 6px 15px;
  color: #333;
  line-height: 1.5em;
  text-decoration: none;
  /* border: 1px solid #8c8c8c; */
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.dropdown-part > label:hover,
.dropdown-part > a[role="button"]:hover,
.dropdown-part > a[role="button"]:focus {
  border-color: #333;
}
.dashboard-drop{
  display: flex;
  justify-content: end;
  margin-right: 25px;
}
/* .dropp{
  margin-top: 21px;
} */
.dropdown.drops{
  display: inline-block;
  position: relative;
}
.choose-man img{
  width: 40px;
}
.dd-buttong {
  display: inline-block;
  border: none;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
  background: none;
  cursor: pointer;
  white-space: nowrap;
}

.dd-buttong:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

/* .dd-buttong:hover {
  background-color: #eeeeee;
} */

.profileicon i{
  margin-right: 6px;
}
.dd-inputg {
  display: none;
}

.dd-menug {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
  left: -28%;
}

.dd-inputg + .dd-menug {
  display: none;
} 

.dd-inputg:checked + .dd-menug {
  display: block;
} 

.dd-menug li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menug li:hover {
  background-color: #f6f6f6;
}

.dd-menug li a {
  display: flex;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menug li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}