.custom-table .table tr th{
  white-space: nowrap;
}
.card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03),0 0.9375rem 1.40625rem rgba(4,9,20,0.03),0 0.25rem 0.53125rem rgba(4,9,20,0.05),0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    border-width: 0;
    transition: all .2s;
}
.bg-midnight-bloom {
    background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%) !important;
}

.widget-content {
    padding: 1rem;
    flex-direction: row;
    align-items: center;
}

.card.mb-3 {
    margin-bottom: 30px !important;
}

.text-white {
    color: #fff !important;
}
.widget-content .widget-content-wrapper {
    display: flex;
    flex: 1;
    position: relative;
    align-items: center;
}

.widget-content .widget-content-left .widget-heading {
    opacity: .8;
    font-weight: bold;
}

.widget-content .widget-content-left .widget-subheading {
    opacity: .5;
}

.widget-content .widget-content-right {
    margin-left: auto;
}

.widget-content .widget-numbers {
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
}

.bg-arielle-smile {
    background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%) !important;
}

.bg-grow-early {
    background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%) !important;
}





th a{
  color: #534d4d;
}
.asc, .desc{
 position: relative;
 padding-right: 12px;
}

.asc:after {
 width: 0;
 height: 0;
 border-left: 4px solid transparent;
 border-right: 4px solid transparent;
 border-bottom: 4px solid #000;
 content: '';
 position: absolute;
 top: 0;
 bottom:1px;
 margin: auto;
 right: 0;
}

.desc:after {
 width: 0;
 height: 0;
 border-left: 4px solid transparent;
 border-right: 4px solid transparent;
 border-top: 4px solid #000;
 content: '';
 position: absolute;
 top: 0;
 bottom:1px;
 margin: auto;
 right: 0;
 }

 .sorting {
  position: relative;
}
.sorting:before {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #000;
  content: '';
  position: absolute;
  top: 4px;
  bottom: 0;
  margin: auto;
  right: -15px;
  transform: rotate(180deg);
}
.sorting:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #000;
  content: '';
  position: absolute;
  top: -8px;
  bottom: 0;
  margin: auto;
  right: -15px;
}

.frame {
  height: 150px;
  background: transparent no-repeat center;
  background-size: cover;
}
.permissions-container ul{
  list-style: none;
  margin-left: 0;
  padding-left: 0;

}

.permissions-container ul li label{
  cursor: pointer;;
}

.permissions-container ul li label input{
  margin-right: 5px;
}

.coupon-preview-popup{
  max-width: 850px !important;
}

ul.refund_ul{
  list-style: none;
  margin-left: -20px;
}

ul.refund_ul label{
  cursor: pointer;
}
ul.refund_ul input{
  margin-right: 10px;
}

.track-status-outer{
overflow: hidden;
margin:50px 0 20px;
}
/* .item-base-details{
   grid-template-columns:
} */
.track-status {
display: inline-block;
width: 100%;
padding: 15px 28px 48px 28px;
box-sizing: border-box;
}
.track-status ul {
display: inline-block;
width: 100%;
height: 2px;
vertical-align: middle;
position: relative;
padding: 0;
white-space:nowrap;
}
.orderItems-ul .track-status ul li,
.track-status ul li {
width:25%;
display: inline-block;
vertical-align: top;
position: relative;
height: 2px;
margin-bottom: 0;
border-bottom: none;
padding-bottom: 0;
}
.track-status-v ul li.done.checked span {
color: #2E8E47;
}
.track-status ul li .date-ui{
position: absolute;
left: 0;
bottom: -29px;
color: #676666;
font-size: 12px;
font-weight: 500;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
}
.track-status ul li:before {
content: "";
position: absolute;
left: -6px;
width: 10px;
height: 10px;
border-radius: 100%;
background-color:gray;
top: -4px;
z-index: 2;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
}
.track-status ul li:first-child:after{
display:none;}
.track-status ul li:after {
content: "";
position: absolute;
left: -100%;
width:100%;
height: 2px;
background-color: #d6d6d6;
z-index: 1;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
}
.track-status ul li.checked:after{
width:100%;
background:#2E8E47;
}
.track-status ul li.done:first-child:before{
background:#2E8E47;
}
.track-status ul li.done:before{
background:#2E8E47;
}
.track-status ul li span {
position: absolute;
left: 0;
top: -30px;
color: #9d9d9d;
font-size: 13px;
font-weight: 500;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
}
.track-status ul li.done span{
color: #2E8E47;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  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%;
}
.form-group span.data-span{
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #666;
}
.form-group textarea.form-control{
  resize: vertical;
}
.remove_link{
  cursor: default;
}
.custom-input{
  display: inline-block;
  margin-left: 10px;
  width: 80px;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.tile-height-2{
  height: 100%;
}
.h6{
  padding: 16px 5px 5px 15px;
}

h5 a{
  color: #01A880 !important;
}
.document-control-projects .tile-height-2{
  height: auto;
}
.project_button_middle_parent{
  height: 100%;
  display: table;
  width: 100%
}

.project_button_middle{
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}


.scrollable.has-scroll:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 50px;
    height: 100%;
    box-shadow: -8px 1px 11px -12px rgba(0, 0, 0, 0.8);
    content: '';
}

.form1 p {
  color: #4B4B5A;
  letter-spacing: 0;
  line-height: 34px;
  font-size: 16px;
}
.form1 .form-footer {
  margin-top: 100px;
}
.form1 input {
  border: none;
  border-bottom: 1px dashed #D5DADF;
  outline: none;
  font-weight: 500;
  color: #4B4B5A;
  font-size: 16px;
  line-height: 19px;
}
.form1 input::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
}
.form1 input::-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.form1 input:-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}
.form1 input::-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}
.form1 input::placeholder {
  color: #999;
  font-weight: 400;
}
.nowrap{
  white-space: nowrap !important;
}
.red_status{
  background: red;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: bold;
}

.light_green_status{
  background: #90ee90;
  color: #3A3B3F;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: bold;
}
.green_status{
  background: green;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: bold;
}
.orange_status{
  background: orange;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: bold;
}
.btn-primary.disabled, .btn-primary:disabled{
  background-color: #01A880 !important;
  border-color: #01A880 !important;
}
.btn-secondary{
  border: 1px solid #D8DDE2;
  border-radius: 4px;
  color: #5C6C81;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  padding: 8px 23px;
  margin-right: 7px;
}

.btn-secondary:hover {
  color: #5C6C81 !important;
  background-color: transparent !important;
  border: 1px solid #D8DDE2 !important;
}
.btn-secondary:focus {
    background: none;
    color: #5C6C81;
    border-color:#D8DDE2;
    box-shadow: none;
}

span.info-line{
  display: block;
}
.threeDots .dropdown-menu button.dropdown-item {
    font-size: 14px;
    color:
    #66788A;
    font-weight: 500;
    letter-spacing: -0.05px;
    padding: 12px 24px;
}
.react-datepicker-wrapper, .react-datepicker__input-container{
    width: 100%;
}
.marginT0 {
  margin-top: 0 !important; }
.marginT20 {
  margin-top: 20px !important; }
.marginB0 {
  margin-bottom: 0 !important; }

.marginB20 {
  margin-bottom: 20px !important; }

.marginR20 {
  margin-right: 20px !important;
}

.page-loader.listing-loader-ui {
    background-color:
    rgba(255,255,255,0.8);
    z-index: 111;
    position: absolute;
    width: 100%;
    height: 100%;
}

.page-loader.listing-loader-ui .preloader {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 90px;
    height: 30px;
    text-align: center;
}

.custom-table{
  position: relative;
}




.orderable a{
  color: #01A880;
}


.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;

  border-bottom: 5px solid black;
}


.orderable.asc a, .orderable.desc a{
  position: relative;
  padding-right:16px;

}

.orderable.asc a:after{
  content:'';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  top:4px;
  right:-15px;
}

.orderable.desc a:after{
  content:'';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  top:4px;
  right:-15px;
}

.modal-backdrop.fade {
    opacity: .6 !important;
}
.fade.in.modal{
  opacity:1 !important;
  position: fixed;
top:32%;

right: 0;
bottom: 0;
left: 0;
z-index: 1050;
overflow-x: hidden;
overflow-y: auto;

}
.modal.fade .modal-dialog{
  transform:none;
}
.modal-content{
  padding-top:20px;
}

.change-seller-cls .modal-dialog .modal-content {
  min-width: 900px !important;
  position: absolute;
  right: 10%;
  left: -35%;
}


.jobs-act-btns a{
  /*height:42px;*/
}
.jobs-act-btns .btn-filter{
  padding: 10px 12px;
}

form fieldset{
  border: 1px solid #ccc;
  padding: 10px;
}
fieldset legend{
  width: auto;
  font-size: 16px;
  margin: 5px;
}

.table-responsive table ul{
  padding: 0;
  margin: 0;
}

.table-responsive table ul li{
  list-style: none;
}


.job_documents_listing li{
  background-color: #f8fffd;
border: solid 1px #e4e5e7;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
      align-items: center;
}

.job_documents_listing li a{

  direction: rtl;
      text-align: left;
      text-overflow: ellipsis;
      white-space: nowrap;
      position: relative;
      width: 40%;
      overflow: hidden;
      margin-right:16px;
}
.job_documents_listing .form-group .form-control{
  height:44px;
}
.job_documents_listing .form-group{
  margin-left:16px;
}


.job_documents_listing .form-group .react-datepicker-wrapper {

    max-width: 122px;
}


.job_documents_listing .icon-delete:before {
    color: #828686;
    content: "\e916";
}
.job_documents_listing label{
  display: block;
  width:100%;
}
.dropzone .icon-upload.btn-loader:before{

    content: "\e911";
    display:none;
}

.dropzone .icon-upload.btn-loader:after{
  position: relative;
  margin-right:8px;
}

.custom-table .table tr:hover td {
    cursor: default !important;
}

.table-responsive{
  min-height:300px;
}

.addNewRot{
  margin-top:26px;
}

.largePopup.modal-dialog{
  max-width:650px;
}
.largePopup.modal-dialog .card{
  border:none;
}
.largePopup .modal-dialog .card{
  border:none;
}

.largePopup.modal-dialog .card-body{
  padding:0;
}

.largePopup .modal-dialog .card-body{
  padding:0;
}

.fileUploader .fileContainer{
    border:1px dashed #ced4da;
    box-shadow: none;
    border-radius: 2px;
    position: relative;
    margin: 0px 0 24px 0;
    min-height: 100px;
}

.fileUploader.loading::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	background: url('../img/spinner.svg') no-repeat;
	z-index: 9;
	margin: -22px 0 0 -12px;
  background-size:100% auto;
}

.fileUploader.loading .fileContainer .chooseFileButton{
  opacity: 0;
}

.fileUploader .fileContainer:hover{
    border:1px dashed #ced4da;
}

.fileUploader .fileContainer .chooseFileButton{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: none;
  color: #3f4257;
  margin: 0;
  padding: 0;
  border-radius: 0px;
}

.fileUploader .fileContainer .chooseFileButton:hover{
  background: none;
  border-radius: 0px;
  color:  #3f4257;
}

.product-img {
    max-width: 200px;
    margin-bottom: 24px;
    position: relative;
}

.product-img figure {
	width: 100%;
	margin: 0px;
	border: 1px solid #ced4da;
	padding: 3px;
}

.product-img .pro-img-del{
  position: absolute;
  right: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  background: #f00;
  border-radius: 100px;
  cursor: pointer;
}

.product-img .pro-img-del::before {
	content: "";
	position: absolute;
	left: 9px;
	top: 4px;
	width: 2px;
	height: 12px;
	transform: rotate(45deg);
	border-radius: 100px;
	background: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

.categoryAdd {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.categoryAdd-select {
    float: left;
    max-width: 201px;
    width: 100%;
    margin: 0 10px 0 0;
}
.addBtn {
    display: block;
    position: relative;
    width: 40px;
    background: #06203f;
    border: none;
    height: 40px;
    margin: 30px 0 0 0;
    color: #fff;
    border-radius: 2px;
    overflow: hidden;
    text-indent: 999px;
}

.addBtn::before {
    content: "+";
    position: absolute;
    left: 0;
    font-size: 30px;
    color: #fff;
    top: 0;
    text-indent: 0;
    right: 0;
    line-height: 40px;
}


.select-ui::after {

    position: absolute;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #0C1F36;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);

}

.select-ui {
    position: relative;
}

.select-ui select {
    -webkit-appearance: none;
}

.select-ui select {
    border: 1px solid #E3E8F1;
    border-radius: 2px;
    background-color: #FAFCFE;
    padding: 0 32px 0 12px;
    height: 42px;
    font-weight: normal;
    font-size: 14px;
}

.product-img .pro-img-del::after {
	content: "";
	position: absolute;
	left: 9px;
	top: 4px;
	width: 2px;
	height: 12px;
	transform: rotate(-45deg);
	background: #fff;
}

.autocomplete-dropdown-container {
  position: absolute !important;
  left:0;
  right:0;
  z-index:9;

}

.autocomplete-dropdown-container>div{
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.pac-container {
   z-index: 9999 !important;
}


.form-group>div{
  position: relative;
}
.autocomplete-dropdown-container>div{
  background-color:#fff;
  padding:8px 16px;

}

.address-listing li{
  display: flex;
  justify-content:space-between;
  background-color: #EBEFF7;
  padding:10px 12px;
  border-radius:4px;
  margin-bottom:8px;
}

.address-listing .icon-delete:before{
    color: #828c9f;
}
.search-block{
  margin-bottom:16px;
}
.search-block .map_autocomplete{
  border: 1px solid
#E4E7EB;
border-radius: 4px;
background-color:
#ffffff;
height: 42px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
padding: 8px 16px;
color:
#495057;
font-size: 16px;
margin-right:16px;
width:100%;
max-width: 269px;
outline:none !important;
}

#delete-button{
  border-radius: 4px;
      background-color: #F0F0F0;
      color: #666D76;
      font-size: 13px;
      font-weight: 500;
      padding: 12px 25px;
      float:right;
}

.navbar-nav li ul li.active a.dropdown-item{
  box-shadow: inset 4px 0 0 0 #08AA83;
  background-color: #F9FAFC;
}

.form-group .react-select__control{
  border: 1px solid
  #E4E7EB;
  border-radius: 4px;
  background-color:
  #ffffff;
  min-height:44px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding:2px 2px;
  color:#495057;
  font-size: 16px;
  box-shadow:none !important;
}
  /* .form-group .css-vj8t7z, .form-group .css-2o5izw{
    border: 1px solid
  #E4E7EB;
  border-radius: 4px;
  background-color:
  #ffffff;
  min-height:44px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding:2px 2px;
  color:#495057;
  font-size: 16px;
  box-shadow:none !important;
  } */
.form-group .css-vj8t7z:focus, .form-group .css-2o5izw:focus,
.form-group .css-vj8t7z:hover, .form-group .css-2o5izw:hover{
  border-color: #333438 !important;
  box-shadow: none !important;
}
.form-group .css-d8oujb{
  display:none;
}

.nav-tabs li{
    margin:10px;
}
.nav-tabs li a{
  color:#2C9461;
  padding:6px 16px;

  display: block;
}

.nav-tabs li.active{
  border-bottom: solid 3px #229E71;
}
.boxShadowNone{
  box-shadow:none !important;
}

.modal-header{
  padding: 5px 40px 20px !important;
}
.form-btn-group .btn-primary{
  color: #ffffff !important;
}
.notifications .badge{
  width: auto !important;
  min-width: 16px;
  padding: 0 4px;
  border-radius: 8px;
  left: 8px;
  right:auto;
}

.notifications .notification-listing {
  overflow: auto;
}

.stats-ui {
    display: inline-block;
    width: 100%;
    background:
#fff;
padding: 0;
box-shadow: 0 1px 3px
    rgba(0,0,0,0.05);
    border-radius: 2px;
    margin-bottom: 30px;
    padding:16px;
}
.stats-ui label {
    font-size: 14px;

    font-weight: normal;
    color:
    #b3b3b3;
    display: block;
}
.bottom-content-ui {
    display: flex;

}
.stats-ui .middle-content p {
    font-size: 28px;
    margin-bottom: 0;
    color:
    #131313;
}
.stats-ui .middle-content{
  margin:16px 0;
}
.bottom-content-ui .listing-ui{
  position: relative;
  padding-right:16px;
  margin-right:16px;
}

.bottom-content-ui .listing-ui p, .bottom-content-ui .listing-ui label{
  margin-bottom:0;
}
.bottom-content-ui .listing-ui::after {
    position: absolute;
    content: "";
    height: 27px;
    width: 1px;
    background:
    rgba(0,0,0,0.08);
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    right:0;
}
.bottom-content-ui .listing-ui:last-child:after{
  display:none;
}

.react-datepicker__input-container input{
  background: url(../../assets/img/calendar.svg) no-repeat;
  background-size: 18px;
  background-position: 94% center;
      padding-right: 29px !important;
}


.threeDots .dropdown-menu a.dropdown-item {
    font-size: 14px;
    color: #66788A !important;
    font-weight: 500;
    letter-spacing: -0.05px;
    padding: 12px 24px;
}

.custom-table-pagination .pagination{
justify-content: flex-end;
}
.custom-table-pagination .pagination li a{

  opacity: 0.54;
    color: #000000;
    font-size: 12px;
    margin:0 12px;
    cursor: pointer;
}
.custom-table-pagination .pagination li.selected a{
  font-weight: bolder;
  font-size: 16px;
  cursor: default;
  
}

.custom-table-pagination .pagination .previous a, .custom-table-pagination .pagination .next a{

  font-size:0;
  font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top:3px;
    display: block;
}

.custom-table-pagination .pagination .previous a:before{
      content: "\e901";
      font-size:14px;
}

.custom-table-pagination .pagination .next a:before{
  content: "\e902";
    font-size:14px;
}

.profile-dropdown .dropdown-toggle>span{
  margin-left:8px;
}

.drop-wrapper .dropzone{
      outline: none;
}

.confirmPopup .modal-header, .confirmPopup .modal-footer{
  justify-content: center;
  border:none;

}

.confirmPopup .modal-body{
  font-size:16px;
  text-align: center;
}

.confirmPopup .modal-content{
  padding:20px 0;
}


.right_sidebar_timeline{
  position: absolute;
  right:10px;
  top: 0;
  width: 48%;
  padding-top: 10px;
}

.right_sidebar_timeline .custom-table {
    max-height: 480px;
    overflow: auto;
}
.form-control[readonly=""]:focus {
    border: 1px solid #E4E7EB;
}
.form-control[readonly=""] {
    opacity: 0.5;
    background:#fbfbfb;
}


@media only screen and (max-width: 1279px) {
  .scroll-card {
    overflow-x: scroll; }
    .scroll-card .row {
      min-width: 1060px; } }

.dispatch-menu {
  background-color: #fff;
  border-radius: 8px;
  min-height: 195px;
  padding: 20px 20px;
  -webkit-box-shadow: 0 8px 20px -15px rgba(25, 42, 70, 0.06);
  box-shadow: 0 8px 20px -15px rgba(25, 42, 70, 0.06); }
  .dispatch-menu h5 {
    font-size: 17px;
    color: #3A3B3F;
    margin-bottom: 13px; }
    @media only screen and (max-width: 767px) {
      .dispatch-menu h5 {
        font-size: 16px; } }

.tabs-wrapper {
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px -20px 10px; }

.m-t10 {
  margin-top: 10px !important; }

.tabs-menu {
  display: table;
  width: 100%; }
  .tabs-menu li {
    display: table-cell;
    min-width: 75px;
    text-align: center;
    border-right: 1px solid #E4E7EB; }
    .tabs-menu li a {
      font-size: 15px;
      text-transform: capitalize;
      color: #4B4B5A;
      padding: 3px 0px; }
      .tabs-menu li a.active {
        border-bottom: 2px solid #01A880;
        color: #01A880; }
      .tabs-menu li a:hover {
        border-bottom: 2px solid #01A880;
        color: #01A880; }
      @media only screen and (max-width: 767px) {
        .tabs-menu li a {
          font-size: 13px; } }
    .tabs-menu li:last-child {
      border-right: none; }

.card-listfooter {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  /* margin-top: 15px; */
  padding: 10px 0 0px;
  margin: 0px -20px 0; }
  .card-listfooter .innr-card-tab ul {
    display: table;
    width: 100%; }
    .card-listfooter .innr-card-tab ul li {
      display: table-cell;
      min-width: 75px;
      text-align: center; }
      .card-listfooter .innr-card-tab ul li a {
        font-size: 13px;
        text-transform: capitalize;
        color: #4B4B5A;
        padding: 5px 0px;
        cursor: none;
        /* &.active{

						color: #01A880;
					}*/ }
        .card-listfooter .innr-card-tab ul li a:hover {
          color: #4B4B5A !important; }
        @media only screen and (max-width: 767px) {
          .card-listfooter .innr-card-tab ul li a {
            font-size: 12px; } }
  .card-listfooter .innr-card-tab-content {
    margin-top: 10px; }
    .card-listfooter .innr-card-tab-content ul li {
      font-size: 18px;
      font-weight: 500;
      min-width: 75px; }
    @media only screen and (min-width: 1280px) and (max-width: 1399px) {
      .card-listfooter .innr-card-tab-content ul li {
        padding-right: 18px; }
        .card-listfooter .innr-card-tab-content ul li:last-child {
          padding-right: 0px; } }

.form-group .w-auto {
  width: auto !important; }

.map-section {
  margin-top: 25px; }
  .map-section .location-map {
    width: 100%; }
    .map-section .location-map iframe {
      width: 100%; }

.pedding-task {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  min-width: 75px;
  display: block;
  margin-top: 6px; }
  .pedding-task.purple {
    color: #EEA5F5; }
  .pedding-task.green {
    color: #01A880; }
  .pedding-task.brown {
    color: #BE4A4A; }

    .map-btns-list {
    text-align: center;
    margin-top:35px;
}

.map-btns-list button {
    background: #fff;
    margin: 0 5px;
    border-radius: 4px;
    font-size: 13px;
    padding: 3px 14px;
    border: 1px solid #D8DDE2;
    transition: 0.2s ease-in-out;
}
.map-btns-list button:focus,
.map-btns-list button:hover,
.map-btns-list button:active,
.map-btns-list button:focus-within {
    background: #08AA83;
    color: #fff;
    border-color: #08AA83;
}

.gm-style .gm-style-iw-c{
  background-color:rgba(36,52,84,1);
  padding:20px 20px 10px !important;
}
.gm-style .gm-style-iw-d p span{
  font-weight:400 !important;
}
.gm-style .gm-style-iw-d p, .gm-style .gm-style-iw-d span, .gm-style .gm-style-iw-d strong{
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 8px;
}
.gm-ui-hover-effect{
  background-image: url(../img/closepopup.svg) !important;
background-repeat: no-repeat !important;
width: 9px !important;
height: 9px !important;
display: block !important;
background-position: center !important;
top: 8px !important;
right: 8px !important;
}
.gm-ui-hover-effect img{
  display: none !important;
}
.gm-style .gm-style-iw-c .light-green{
  color: #18EFBC;
}
.gm-style .gm-style-iw-t::after {
    background: rgba(36,52,84,1) !important;
}

.input-range .input-range__slider{
  background: linear-gradient(180deg, #59D680 0%, #3CAB8A 100%);
border: 1px solid #59D680;
}

.input-range .input-range__track--active{
  background: linear-gradient(180deg, #59D680 0%, #3CAB8A 100%);
}
.input-range .input-range__label{
  display:none;
}
.map-loader{
  position: relative;
  height: 77vh;
}

.gm-style-iw .gm-style-iw-d {
    overflow: hidden !important;
    max-height: unset !important;
}

.gm-style-iw .poi-info-window div, .gm-style-iw .poi-info-window a{
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  background-color:transparent;;
}
.categoryAdd .categoryAdd-select{
  max-width:180px;
}

.categoryAdd .addBtn{
  height:44px;
  width:44px;

  border-radius:4px;
  margin-top:24px;
  font-size:0;
}

.categoryAdd .addBtn:before{
  line-height:44px;
}

.image-gallery {
    display: flex;
    list-style: none;
    padding-left: 0;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.image-gallery li {
  padding: 10px 10px;
  flex: 1 1 100%;
  max-width: 50%;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  border: 1px solid #eaeaea;
  margin: 0 15px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-gallery figure{
  margin-bottom: 0;
}

@media (min-width:992px) {

  .image-gallery li {
    max-width: 21%;
  }
}

button.close-btn {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #121934;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    width: 15px;
        padding: 0;
}

button.close-btn:after {
    content: "";
    display: block;
    height: 7px;
    background-color: white;
    border-right: 1px solid white;
    position: absolute;
    transform: rotate(45deg);
}

button.close-btn:before {
    content: "";
    display: block;
    height: 7px;
    background-color: white;
    border-right: 1px solid white;
    position: absolute;
    transform: rotate(-45deg);
}
#sideNav .collapsible .collapse-dropdown{
  list-style: none;
}
.back-btn {
    background: #f9d33d;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    transition:0.2s ease-in-out;
}
.back-btn:hover {
    color: #fff !important;
    background: #ecc737 !important
}

.orderItems-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.job-info.order-info {
    max-width: 100%;
    margin-bottom: 40px;
}

.orderItems-ul .item-container {
    display: grid;
    grid-template-columns: 100px auto;
    grid-gap: 20px;
}

.top-block h4{
  font-size: 20px;
}
.order-timeline {
    display: flex;
    align-content: center;
    margin: 50px 0 20px;
    /* padding-left: 33px; */
}
.orderStatus {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #9d9d9d;
  /*text-transform: uppercase;*/
}

.radio_label{
  margin-left: 10px;
}

.orderStatus span{
  position: absolute;
  top: -22px;
  display: block;
  right: -29px;
}

.orderStatus span:after{
  display: block;
}

.orderStatus.active{
  color: #2e9907;
}
.orderStatus::before {
    content: "";
    position: relative;
    width: 120px;
    display: inline-block;
    height: 2px;
    background-color: gray;
    bottom: 3px;
}

.orderStatus::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: gray;
    bottom: 5px;
    right: 0;
}

.orderStatus.active:before, .orderStatus.active::after{
  background-color: #2e9907;
}

.orderStatus:first-child::before {
  display: none;
}

.dateTime {
    position: absolute;
    right: -28px;
    bottom: -23px;
    font-size: 12px;
    color: gray;
    min-width: 62px;
    text-align: center;
}
.item-base-details {
    display: grid;
    grid-template-columns:  minmax(670px, auto) auto;
    grid-gap: 20px;
    justify-content: space-between;
}
.item-left-block figure {
    max-height: 150px;
    overflow: hidden;
}
.orderItems-ul li {
    margin-bottom: 30px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 20px;
}

.orderItems-ul li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}
.orderStatus.ordered span {
    right: -26px;
}
.orderStatus.packed span {
    right: -22px;
}
.orderStatus.shipped span {
    right: -25px;ß
}
.orderStatus.delivered span {
    right: -32px;
}
.address-section p {
    margin-bottom: 12px;
}
.address-section h5 {
    margin-bottom: 20px;
}
.address-section h6 {
    margin-bottom: 12px;
}
.ol-items li {
    margin-bottom: 5px;
    font-size: 14px;
}
.ol-items {
    padding-left: 20px;
}

.itemName {
    width: calc(100% - 61px);
    display: inline-block;
    font-size: 15px;
}

.dlt-btn {
    color: steelblue;
    font-size: 14px;
    font-weight: 500;
}

.rc-time-picker.form-control {
    padding: 4px 10px;
    height: auto;
    margin-bottom: 20px;
}

.form-control .rc-time-picker-input {
    border: none;
    font-size: 15px;
    padding: 6px 5px 4px;
    height: auto;
}

.form-control .rc-time-picker-clear {
    top: 5px;
}

.couponradio {
    position: relative;
    padding: 15px 0 20px;
}

.couponradio input[type="checkbox"], .couponradio input[type="radio"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
}
.couponradio .radio_label {
    font-size: 14px;
    vertical-align: middle;
}

.couponradio .col-lg-2 {
    margin-bottom: 6px;
}

.align-end{
  align-items: flex-end;
}

.usecheck > label {
    display: flex;
}
.usecheck input[type="checkbox"] {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  margin-right: 5px;
  margin-top: 2px;
}

.manage-coupon-sec {
    padding: 15px 30px;
    background-color: #f9fafc;
}
header #topNav .navbar .navbar-nav .nav-item{
  margin-left:20px;
}
#topNav ul > li.notification {
    position: relative;
    margin-left:25px;
}
#topNav ul > li.notification .dropdown-menu {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.14);
    border: 1px solid #D4E2EA;
    border-radius: 5px;
    width: 360px;
    left: auto !important;
    right: -40px;
    top: 48px !important;
    text-align: left;
}
#topNav ul > li.notification .dropdown-menu ul {
  padding-left: 0;
  overflow-y: auto;
  max-height: 296px;
}
#topNav .show-all {
    text-align: center;
    padding:0px 0;
}
#topNav .show-all a{
  padding: 17px 0px 18px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #01A880;
  display: block;
  border-radius: 0 0 4px 4px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
#topNav .show-all a:hover{
    text-decoration: none;
  color: #fff !important;
  background: #01A880;
}
#topNav .show-all a.btn-loader:after{
  position: relative;
  margin-left: 5px;
}
#topNav ul > li.notification .dropdown-menu ul li .notification-content {
    overflow: hidden;
    text-transform: none;
    text-align: left;
}
#topNav ul > li.notification .dropdown-menu ul li figure {
   background-color: #F3F3F3;
   background-image: url(../images/user-avatar.svg);
   background-size: 33px auto;
   background-position: bottom center;
   background-repeat: no-repeat;
   float: left;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  margin: 0 12px 0 0px;
  overflow: hidden;
}
#topNav ul > li.notification ul li .notification-content h6 {
  font-size: 14px;
  line-height: 1.4;
  color: #1B2D3F;
  margin: 0 0 6px 0px;
  font-weight: 500;
}
#topNav ul > li.notification ul li .notification-content h6.notification_read {
  font-weight: normal !important;
}
#topNav ul > li.notification ul li .notification-content .time {
    color: #1B2D3F;
    opacity: 0.3;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.18px;
    line-height: 16px;
}
#topNav ul > li.notification ul > li > a {
    width: auto;
    float: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 16px;
    color: #0B172A;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: 0.5px;
}

#topNav ul > li.notification .dropdown-menu::before {
    position: absolute;
    right: 38px;
    content: "";
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #D4E2EA;
}
#topNav ul > li.notification .dropdown-menu::after {
    position: absolute;
    right: 40px;
    content: "";
    top: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
#topNav ul > li.notification .dropdown-menu ul li {
    padding: 20px;
    border-bottom: 1px solid #D4E2EA;
    display: inline-block;
    width: 100%;
    float: none;
    vertical-align: top;
    margin: 0px;
}
#topNav ul > li > a.notify::before {
   content: "";
   position: absolute;
   top: -4px;
   right: -4px;
   background: #f00;
   width: 8px;
   height: 8px;
   border-radius: 10px;
}
#topNav ul > li.notification .dropdown-menu ul li {
    padding: 15px;
    width: 100%;
}
#topNav ul > li.notification .dropdown-menu ul li:first-child {
    border-top: none;
}
#topNav ul > li.notification .dropdown-menu ul li:hover {
    background: #f8fafc;
}
