.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #cdcdcd;
  opacity: 0.5;
  display: none;
  z-index: 9999;
}
.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgb(255 255 255 / 0.05);
  border-top-color: rgb(0 0 0 / 0.5);
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.my-account-page {
  min-height: 600px;
}
.my-account-page .inputField,
.my-account-page .selectField,
.my-account-page input[type="text"],
.my-account-page select,
.my-account-page textarea {
  border: 1px solid #eee;
  border-radius: 5px;
  min-height: 45px;
  width: 100%;
  height: 44px;
}
.my-account-value {
  padding-bottom: 20px;
  float: left;
  width: 100%;
}
.my-address-value {
  padding-bottom: 20px;
  float: left;
  width: 100%;
}
#middle .inner {
  width: 100%;
  margin: 25px auto 0;
}
.topmarg_none {
  margin-top: 0 !important;
}
.page-title {
  margin-bottom: 18px;
}
.f-right {
  float: right;
}
.my-account-page {
  width: 100%;
  float: left;
  padding-bottom: 50px;
}
.my-account-left {
  width: 240px;
  float: left;
  position: relative;
  z-index: 1;
}
.my-account-menu {
  margin: 0;
  padding: 0;
}
ul.my-account-menu {
  width: 100%;
}
.my-account-menu li {
  list-style: none;
  padding-bottom: 1px;
  width: 100%;
}
.my-account-menu li a {
  color: #000;
  display: block;
  font-size: 18px;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 2px;
}
.my-account-menu li:hover a,
.my-account-menu li.active a {
  color: #fff;
}
.my-account-right {
  background: #fff;
}
.my-account-list {
  margin: 0 !important;
  padding: 0 !important;
  float: left;
  width: 100%;
  box-shadow: 0 0 3px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 0 3px rgb(0 0 0 / 0.2);
}
.my-account-list li.bordernone:first-child {
  border-bottom: none;
}
.my-account-list li {
  padding: 0;
  width: 100%;
  float: left;
  list-style: none;
  position: relative;
  padding: 10px 0;
}
.my-account-list li:last-child {
  border-bottom: none;
}
.my-account-list li .my-account-col {
  padding: 3%;
  float: left;
  width: 100%;
}
.my-account-list li h2.my-account-col-title {
  background: #f2f2f2;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 8px 15px;
}
.my-account-list li .my-account-value .row {
  position: relative;
}
.margin0 {
  margin: 0;
}
.col-sm-6 {
  width: 50%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm-5 {
  width: 41.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm-4 {
  width: 33.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm-2 {
  width: 16.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.my-account-list li h3 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
}
.my-account-list li p {
  margin: 0;
}
.margin-top15 {
  margin-top: 15px;
}
.my-account-list li .account-change-value {
  display: none;
}
.my-account-list li .address-change-value {
  display: none;
}
.my-account-list li .address-detail-change-btn {
  position: absolute;
  right: 3%;
  bottom: 50px;
}
.my-account-list li .account-detail-change-btn {
  width: 100%;
}
.profileBtn,
.profileBtn:visited {
  cursor: pointer;
  color: #022d8c;
  display: inline-block;
  background: #fff;
  padding: 5px 17px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Conv_FuturaStdBold";
  font-weight: 400;
  letter-spacing: 0.5px;
  border: 1px solid #022d8c;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
  align-self: flex-start;
  text-align: center;
}
.profileBtn.btn-blue {
  color: #fff;
  background: #0c71c3;
  border: 1px solid #0c71c3;
}
.profileBtn:focus,
.profileBtn:hover {
  background: #022d8c;
  color: #fff;
  text-decoration: none;
  outline: none;
}
.profileBtn i {
  font-size: 12px;
  margin-right: 5px;
}
.profileBtn.viewpolicy i {
  height: 12px;
  margin-left: 10px;
}
.inputField {
  padding: 2px 15px !important;
}
.col-xs-6 {
  width: 50%;
  float: left;
}
.col-xs-6.first {
  padding-right: 7px;
}
.col-xs-6.last {
  padding-left: 7px;
}
.text-right {
  text-align: right;
}
.row {
  float: left;
  width: 100%;
}
.infowindow {
  padding: 10px 27px;
  position: relative;
}
.col-sm-12 {
  width: 100%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.margin-bottom15 {
  margin-bottom: 15px;
}
.notificationwrapper {
  width: 60%;
  font-weight: 200;
  position: relative;
  z-index: 99999;
  top: 10%;
  right: 5px;
  margin: 0 auto;
}
.alert {
  padding: 10px 25px;
  text-align: center;
  margin: 10px 0pc 10px 0;
  position: relative;
  background-color: #fff;
}
.alert-success {
  border: 2px solid #102121;
  color: #102121;
  font-weight: 700;
  font-size: 12px;
}
.alert-danger {
  border: 2px solid red;
  color: red;
  font-weight: 700;
}
.alert .btn-close {
  position: absolute;
  top: 16px;
  right: 11px;
  z-index: 999;
  padding: 1.25rem 1rem;
  box-sizing: content-box;
  width: 0.5em;
  height: 0.5em;
  padding: 0.25em 0.25em;
  color: #000;
  background: #fff0
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.alert .btn-close:hover {
  cursor: pointer;
}
.dynamicpages {
  float: left;
  width: 100%;
}
.treeview.active > .treeview-menu {
  display: block;
}
.statuswrapper {
  float: right;
  display: flex;
}
#bulkupdateorderstatus {
  width: 110px;
}
#orderspage input[type="checkbox"] {
  display: block;
}
.dt-buttons button {
  height: 40px;
  padding: 5px;
  margin-right: 10px;
}
.dt-buttons .form-control {
  margin-right: 10px;
}
.editprofile input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
  margin-top: 3px;
  float: left;
}
.page-id--11 #top-menu .menu-item-has-children > a:first-child:after,
#et-secondary-nav .menu-item-has-children > a:first-child:after {
  top: auto !important;
}
.page-id--11 a:focus,
.page-id--11 a:hover {
  color: #060141;
}
.statusli,
.customerstatusli {
  float: left;
}
.statusli a,
.customerstatusli a {
  padding: 10px;
  float: left;
  min-width: 80px;
  text-align: center;
}
.superactive {
  border: 1px solid #14a800;
  background-color: #14a800;
  color: #fff;
  border-radius: 4px;
}
.containerInvoice .row {
  display: block !important;
  padding: 20px 20px;
}
.containerInvoice .table-responsive {
  overflow: hidden;
  border: none;
}
.dashboardcustomers {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.rowbtn {
  margin-top: 20px !important;
  text-align: center;
}
.dashboardorders .order-details,
.dashboardcustomers .order-details {
  padding: 20px;
}
.editcustomer input[type="checkbox"] {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
}
.page-template-pagedynamic .site-by a {
  color: #fff !important;
}
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  text-align: center;
}
#progressbar .active {
  color: #060141;
}
#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}
#progressbar #tabservice:before {
  font-family: FontAwesome;
  content: "\e519";
}
#progressbar #tabaddress:before {
  font-family: FontAwesome;
  content: "\f276";
}
#progressbar #tabdate:before {
  font-family: FontAwesome;
  content: "\f133";
}
#progressbar #tabpayment:before {
  font-family: FontAwesome;
  content: "\f00c";
}
#progressbar #tabfinish:before {
  font-family: FontAwesome;
  content: "\f00c";
}
#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #fff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  z-index: 2;
  position: relative;
}
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
}
#progressbar li.active:before,
#progressbar li.active:after {
  background: #060141;
}
.servicelable {
  border: 1px solid #060141;
  padding: 20px 20px !important;
  margin-bottom: 20px;
  border-radius: 2px;
}
.rowschedule ul {
  display: flex;
}
.rowschedule ul li {
  width: 25%;
  padding: 20px;
}
.rowschedule ul li .datewrapper {
  border: 2px solid #060141;
  padding: 20px;
  border-radius: 4px;
}
.scheduled {
  display: flex;
  border: 2px solid #060141;
  border-radius: 4px;
  margin-top: 40px;
}
.scheduled .datepart {
  padding: 20px;
  text-align: center;
  border-right: 2px solid #060141;
}
.scheduled .servicepart {
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.finishwrapper {
  border: 2px solid #060141;
  border-radius: 4px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.finishwrapper i {
  font-size: 90px;
  color: #060141;
}
.datepicker {
  clear: both;
}
.ui-datepicker.ui-datepicker-inline {
  width: 100% !important;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.5);
}
.showdatepicker.open .fa-chevron-up:before {
  content: "\f078";
}
.servicelable:hover {
  box-shadow: 0 0 10px rgb(0 0 0 / 0.5);
}
.datewrapper:hover {
  box-shadow: 0 0 10px rgb(0 0 0 / 0.5);
}
.rowschedule ul li .datewrapper.active {
  background-color: #060141;
  border: 2px solid #fff;
  color: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.5);
}
.yellow-btn-back {
  font-size: 16px;
  padding: 15px 15px;
  min-width: 0;
  transition: 0s;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
  text-transform: uppercase;
  line-height: 1;
  overflow: hidden;
  white-space: normal;
  display: inline-block;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  color: #060141 !important;
  background-color: #ffff !important;
  border-color: #060141 !important;
  border: none;
  border: 1px solid #060141;
  font-weight: 700;
  border-radius: 4px !important;
}
.yellow-btn-back:hover {
  opacity: 0.7;
  border: 1px solid #060141 !important;
}
.serviceicon i {
  font-size: 40px;
}
.serviceicon {
  text-align: right;
  padding: 20px;
  flex-grow: 1;
}
.learnmore {
  margin: 20px 0 0 0;
  float: left;
}
.infotip {
  position: relative;
  display: inline-block;
}
.infotip.tags {
  margin-left: 20px;
}
.infotip.tags .infotiptext {
  min-width: 250px;
  max-width: 500px;
  padding: 5px;
  font-size: 12px;
}
.infotip i {
  color: #50cd89;
}
.infotip .infotiptext {
  min-width: 300px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
.infotip .infotiptext {
  visibility: hidden;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}
.infotip:hover .infotiptext {
  visibility: visible;
}
.select2-container--default .select2-selection--single {
  height: 40px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  height: 40px;
}
.userinfo {
  padding: 15px 20px;
  text-align: center;
  background-color: #ffff01 !important;
  border: 1px solid #060141;
  border-color: #060141 !important;
  border-radius: 4px !important;
}
.infocontent {
  /*margin-right: auto;
  margin-left: auto;
  padding: 20px 30px 10px 20px;
  float: left;
  width: 100%;
  margin-bottom: 20px;*/
  float:left;
  width:100%;
  margin:0 auto;
  padding:20px 15px;
}
.infocontent .row{--bs-gutter-x:0;}
.content-wrapper{float:left;width:100%;}
.stats {
  margin: 20px 0;
}
.stats .col-sm-4 {
  text-align: center;
}
.stats .col-sm-4 a {
  float: left;
  border: 3px solid #060141 !important;
  border-radius: 4px;
  width: 80%;
  font-size: 28px;
  font-weight: 700;
  color: #060141 !important;
  padding: 40px 0;
}
.customersform .order-details {
  background-color: #74d612;
  border-radius: 4px;
}
.editcustomer .order-details {
  background-color: #74d612;
}
#dashboardorderspage {
  background-color: #d9d9d9;
  border-radius: 4px;
}
.ordersform .order-details {
  background-color: #d9d9d9;
  border-radius: 4px;
}
#orderslist {
  background-color: #d9d9d9;
  border-radius: 4px;
  margin-top: 10px;
}
#customerslist {
  background-color: #74d612;
  border-radius: 4px;
}
div.dt-buttons {
  float: left;
  margin-bottom: 10px;
}
.tablewrapper {
  overflow-y: auto;
  float: left;
  width: 100%;
}
.weatherwidget {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffff01 !important;
  color: #060141 !important;
}
#splw-location-weather-1953 .splw-lite-header-title,
#splw-location-weather-1953 .splw-lite-current-time,
#splw-location-weather-1953 .splw-lite-daily-weather-details,
#splw-location-weather-1953 .splw-cur-temp,
#splw-location-weather-1953 .splw-lite-desc {
  color: #060141 !important;
}
#splw-location-weather-1953
  .splw-lite-daily-weather-details
  .details-icon
  svg
  path {
  fill: #060141 !important;
}
#splw-location-weather-1953 .lw-footer {
  display: none;
}
.et_pb_row_5 {
  border-bottom: none !important;
  padding-bottom: none !important;
}
.routesinfo {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
   
}

.routesinfo .contentrow {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.routesinfo .contentrow:last-child {
    border-bottom: none;
}

.routesinfo .contentrow .col-md-6 {
    flex: 1;
    text-align: left;
}

.routesinfo .contentrow .col-md-6:last-child {
    text-align: right;
}

.order-details.routesentrywrapper{ max-width: 900px;
    margin: 30px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    }
.order-details.routesentrywrapper .contentrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.order-details.routesentrywrapper .contentrow:nth-child(even) {
    background-color: #f9f9f9;
}
.order-details.routesentrywrapper .contentrow input{padding:10px;border-radius:4px;}
.order-details.routesentrywrapper .contentrow input:focus{border-color:#bbb!important;outline:solid;}
.order-details.routesentrywrapper .contentrow textarea{padding:10px;border-radius:4px;width:100%;min-height:100px;}
.order-details.routesentrywrapper .contentrow textarea:focus{border-color:#bbb!important;outline:solid;}
.entriespage-routeslistdriver{border: 1px solid #060141;width: 95%;margin: 0 auto;margin-bottom: 40px;  margin-top: 40px;}
@media (max-width: 481px) {
  #customerslist_wrapper .dt-buttons {
    float: left !important;
    margin-bottom: 10px;
  }
  #userslist_wrapper .dt-buttons {
    float: left !important;
    margin-bottom: 10px;
  }
  #serviceslist_wrapper .dt-buttons {
    float: left !important;
    margin-bottom: 10px;
  }
  #orderslist_wrapper .dt-buttons {
    float: left !important;
    margin-bottom: 10px;
  }
  #pickupslist_wrapper .dt-buttons {
    float: left !important;
    margin-bottom: 10px;
  }
  .rowschedule > .col-sm-12 {
    padding-right: 0;
    padding-left: 0;
  }
  .rowschedule ul li {
    padding: 2px;
  }
  .rowschedule ul li .datewrapper {
    padding: 5px 0;
  }
  .col-sm-5 {
    width: 100%;
    margin: 10px 0;
  }
  .stats .col-sm-4 {
    width: 100%;
    margin: 10px 0;
  }
  .stats .col-sm-4 a {
    width: 100%;
  }
  .rowsearch .col-sm-2 {
    text-align: center;
    float: left;
    width: 100%;
  }
}
