@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
}

button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}
.account-data-new {
  padding: 0 50px;
  width: calc(100% - 150px);
}
.account-data-new .field {
  margin-bottom: 20px;
}
.account-data-new .field label {
  margin: 0;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.account-data-new .field input {
  width: 60%;
  width: calc(100% - 300px);
  background-color: #fff;
}
.account-data-new .field select {
  width: calc(100% - 300px);
  border: 1px solid #A8A8A8;
}
a {
  color: inherit;
}

a:hover,
a:focus {
  color: white;
  text-decoration: none;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: inherit;
  font-weight: inherit;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 12px;
}

span, a {
  display: inline-block;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

input[type=submit], button {
  cursor: pointer;
}

.orange_btn, .black_btn {
  color: #fff;
  padding: 11px;
  min-width: 160px;
  border-radius: 24px;
  transition: 0.3s ease;
  background-color: #F36D3E;
  display: block;
  max-width: fit-content;
  text-transform: uppercase;
  text-align: center;
  border: none;
}

.orange_btn:hover, .black_btn:hover {
  color: #fff;
}

.black_btn {
  background-color: #000;
}

.side-image {
  width: calc(100% - 400px);
}

.main_bg {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.field {
  margin-bottom: 10px;
}
.field input {
  width: 100%;
  padding: 11px 15px;
  border-radius: 30px;
  background-color: #EEEEEE;
  border: 1px solid #A8A8A8;
}
.field button {
  border: none;
}

.sidebar-container {
  min-height: 100vh;
  width: 400px;
  background: #EEEEEE;
  padding: 100px 0 50px;
}

.sidebar-content {
  max-width: 270px;
  margin: auto;
  text-align: center;
}
.sidebar-content span {
  font-size: 25px;
  margin-bottom: 35px;
  color: #000000;
}
.sidebar-content h4 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  margin: 5px 0 50px;
}
.sidebar-content p {
  color: #000;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 50px;
}
.sidebar-content a {
  margin: 16px auto;
}

.site_logo img {
  max-width: 220px;
}

.mainArea.login_main .sidebar-container {
  padding: 50px 0;
}
.mainArea.login_main .sidebar-container .sidebar-content span {
  margin-bottom: 25px;
}
.mainArea.login_main .sidebar-container .sidebar-content h4 {
  margin-bottom: 30px;
}
.mainArea.login_main .sidebar-container .sidebar-content p {
  margin-bottom: 35px;
}
.mainArea.login_main .sidebar-container .field button {
  margin: 40px auto 0;
}

.dashboard-contentArea {
  width: calc(100% - 210px);
  background: #eee;
}

.dashboard-menubar {
  width: 210px;
  min-height: 100vh;
  background: #fff;
  padding: 50px 6px 50px 15px;
}

.dp_img {
  height: 114px;
  width: 114px;
  border-radius: 50%;
  margin: 0 auto 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.profile_img {
  position: relative;
}

.dp-uploader {
  position: absolute;
  bottom: 0;
  right: 18px;
}
.dp-uploader label, .dp-uploader .result-selection span, .result-selection .dp-uploader span, .dp-uploader .result-selection h5, .result-selection .dp-uploader h5 {
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.dp-uploader input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.dp-uploader span {
  background: #F36D3E;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid #fff;
}

.user-profile {
  text-align: center;
}
.user-profile h5 {
  color: #000;
  font-weight: 600;
  margin-bottom: 7px;
}
.user-profile p {
  color: #000;
  font-size: 13px;
  line-height: 1.4;
}
.user-profile p span {
  color: #F36D3E;
  font-weight: 700;
}

.site-menu {
  margin: 30px 0 60px;
}

.active_ico {
  display: none;
}

.site-menu ul li {
  margin-bottom: 25px;
}
.site-menu ul li a {
  color: #010101;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  align-items: center;
}
.site-menu ul li a img {
  height: 20px;
  width: 20px;
  margin-right: 15px;
}
.site-menu ul li.active a {
  color: #F36D3E;
  font-weight: 700;
}
.site-menu ul li.active a .default_ico {
  display: none;
}
.site-menu ul li.active a .active_ico {
  display: block;
}

.top_header {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header_left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header_left img {
  max-width: 200px;
  margin-right: 30px;
}
.header_left h4 {
  color: #000;
  font-weight: 600;
}

.header_right {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  align-items: center;
}
.header_right h4 {
  color: #000;
  font-weight: 600;
}
.header_right h4 img {
  display: inline-block;
  margin: 0 40px 0 15px;
}
.header_right h4 span {
  color: #F36D3E;
}

.dashboard-body {
  padding: 0 14px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: unset;
}

.vehicle-info {
  width: 36%;
  padding: 25px;
  border-radius: 20px;
  background-color: #F36D3E;
}
.vehicle-info h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.vehicle-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.vehicle-options .add_btn {
  border: none;
  max-width: 45px;
  background: none;
}

.vehicle-dropdown {
  width: calc(100% - 60px);
}
.vehicle-dropdown select {
  width: 100%;
  padding: 10px 18px;
  border: none;
  border-radius: 24px;
  appearance: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center right 15px;
  background-image: url("../images/down_arrow.svg");
}

.modal-info-wrap {
  margin: 25px 0;
}
.modal-info-wrap .modal-info {
  width: calc(100% - 175px);
}
.modal-info-wrap .modal-info h5 {
  color: #fff;
  font-weight: 600;
  margin-right: 30px;
  min-width: 80px;
  font-size: 20px;
}
.modal-info-wrap .modal-info span {
  color: #fff;
  text-align: left;
  font-size: 20px;
}
.modal-info-wrap .modal-info-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  align-items: center;
  margin: 1px 0;
}

.vehicle-number {
  height: 77px;
  min-width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/plate_bg.png");
  background-color: #000;
  border-radius: 15px;
}
.vehicle-number span {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  padding-top: 10px;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 4px;
}
.service-locate.profileLocate {
  margin: 30px 0;
}
.schedule-blackArea {
  background: #000;
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px 20px 0 0;
}
.service-locate.profileLocate {
  margin: 30px 0;
}
.invoice-table .reschedule-btn.orange {
  border-radius: 27px;
}
.service-locate.profileLocate .service-locate-text {
  width: 100%;
  max-width: 100%;
}
.schedule-whiteArea {
  background: #EEEEEE;
  padding: 20px 30px;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.schedule-details {
  width: 48%;
}

.schedule-details {
  width: 48%;
}
.schedule-details h5 {
  font-size: 16px;
  color: #F36D3E;
  font-weight: 600;
  margin-bottom: 10px;
}
.schedule-details span {
  color: #fff;
  font-size: 15px;
  margin-bottom: 2px;
  display: block;
}

.next-service {
  width: calc(100% - 140px);
}
.next-service span {
  color: #000;
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
}
.next-service span img {
  display: inline-block;
  margin-right: 5px;
}

.reschedule-btn {
  background: #000;
  color: #fff;
  font-weight: 600;
  height: 43px;
  width: 43px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-vehicle-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.add-vehicle-wrap .vehicle-options {
  width: calc(100% - 60px);
}

.add-vehicle-wrap .vehicle-dropdown {
  width: 100%;
}
.next-service h5 {
  font-size: 16px;
  color: #F36D3E;
  font-weight: 600;
  margin-bottom: 10px;
}

.payment-box {
  margin-top: 20px;
  padding: 15px;
  border-radius: 20px;
  background: #EEEEEE;
  position: relative;
}

.payment-value h5 {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 7px;
}
.payment-value h3 {
  color: #F36D3E;
  font-weight: 500;
}

.pay_now_wrap {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pay_now_wrap a {
  color: #fff;
  background-color: #000;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 24px;
}
.vehicle-detail {
  width: 62%;
  padding: 25px;
  border-radius: 20px;
  background-color: #fff;
}
.paymentHead {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.empqIcon img {
  max-width: 120px;
}
.vehicle-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #A8A8A8;
}
.paymentHead {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.empqIcon img {
  max-width: 120px;
}
.vehicle-header h4 {
  color: 3000;
  color: #000;
  font-weight: 600;
}
.vehicle-header h4 span {
  font-weight: 300;
}

.vehicle-layer-head {
  padding: 20px 0 30px 10px;
}
.vehicle-layer-head .nav-tabs {
  border: none;
}
.vehicle-layer-head .nav-tabs .nav-link {
  text-align: center;
  font-size: 14px;
  margin-right: 18px !important;
  width: 220px;
}

.vehicle-layer-head .nav-link {
  border: none;
  padding: 13px 20px;
  flex: unset;
  font-weight: 600;
  border-radius: 40px;
  width: 276px;
  color: #000 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: left;
  line-height: 1.2;
  background-color: #E8E8E8 !important;
}
.vehicle-layer-head .nav-link:first-child {
  margin-right: 30px;
}
.vehicle-layer-head .nav-link img {
  display: inline-block;
  margin-right: 15px;
}
.vehicle-layer-head .nav-link.active {
  color: #fff !important;
  background-color: #F36D3E !important;
}
.vehicle-layer-head .nav-link.active img {
  filter: brightness(0) invert(1);
}

.inspection-all {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: unset;
}

.service-items {
  width: 15%;
}
.service-items h3 {
  color: #000;
  font-weight: 500;
  font-size: 50px;
  margin-bottom: 8px;
}
.service-items span {
  color: #000;
  font-size: 14px;
}

.expence-card {
  width: 45%;
  border: 1px solid #A8A8A8;
  border-radius: 20px;
  padding: 15px;
}
.expence-card .modal-info-row {
  margin: 3px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.expence-card .modal-info-row h5 {
  width: 110px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  min-width: unset;
}
.expence-card .modal-info-row span {
  color: #000;
  width: calc(100% - 110px);
  font-size: 14px;
}

.real-time-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.91);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.real-time-status h4 {
  color: #000;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
.real-time-status h4 span {
  color: #F36D3E;
}

.items-col h6 {
  color: #000;
  font-size: 16px;
}
.items-col span {
  color: #000;
  display: block;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 12px;
}
.items-col a {
  margin-top: 50px;
}

.maintenance-top-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: unset;
}
.maintenance-top-wrap .items-col {
  width: 24%;
}
.maintenance-top-wrap .service-value {
  width: 70%;
}

.service-value table th {
  padding-bottom: 12px;
}
.service-value table td {
  padding-right: 50px;
}
.service-value span {
  color: #000;
  margin-top: 25px;
  font-size: 12px;
}

.real-time-wrap {
  margin-top: 25px;
  border-top: 1px solid #a8a8a8;
  padding-top: 20px;
  position: relative;
}

.kilometers {
  width: 26%;
  text-align: center;
}
.kilometers h4 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 50px;
}
.kilometers img {
  margin: auto;
}
.kilometers h3 {
  color: #000;
  font-weight: 600;
}
.kilometers span {
  color: #000;
  font-size: 18px;
}

.map-tracker {
  width: 30%;
  padding: 10px;
  border-radius: 12px;
  background: #F7F7F7;
  text-align: center;
  height: 100%;
}
.map-tracker h5 {
  color: #000;
  font-size: 17px;
  margin: 15px 0;
}
.map-tracker a {
  margin: auto;
}

.real-time-wrap {
  justify-content: space-between;
}

.status-icons {
  width: 40%;
  align-items: center;
}

.single-status {
  width: calc(100% / 3);
  text-align: center;
  margin-bottom: 30px;
}
.single-status img {
  margin: 0 auto 15px;
}
.single-status span {
  font-size: 14px;
  color: #000;
}

.menu-toggler-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  align-items: center;
}

.menu-bars {
  display: none;
  margin-left: 20px;
}
.menu-bars span {
  height: 2px;
  width: 30px;
  margin-bottom: 6px;
  background: #000;
  display: block;
}
.menu-bars span:last-child {
  margin-bottom: 0;
}

.result-selection.selected span, .result-selection.selected h5 {
  color: #F36D3E;
}

.service-all-wrap {
  padding: 0 14px 20px;
  justify-content: space-between;
}

.service-history {
  width: 58%;
  background: #fff;
  border-radius: 30px;
  padding: 25px;
  min-height: calc(100vh - 76px);
}

.service-details {
  width: 40%;
  background: #fff;
  border-radius: 30px;
  padding: 25px;
  min-height: calc(100vh - 76px);
}

.service_history_header {
  padding-bottom: 16px;
  border-bottom: 1px solid #a8a8a8;
}
.service_history_header h4 {
  color: #000;
  font-weight: 600;
}

.service_history_body {
  padding-top: 20px;
}
.service_history_body .vehicle-dropdown {
  width: 200px;
}
.service_history_body .vehicle-dropdown select {
  padding: 13px 18px;
  border-radius: 30px;
  border: 1px solid #a8a8a8;
}
.service_history_body .vehicle-layer-head {
  padding: 0;
  margin-left: 20px;
}
.service_history_body .vehicle-layer-head .nav-link {
  width: 140px;
  padding: 10px;
  margin-right: 14px !important;
}

.service_history_result {
  margin-top: 40px;
}

.result-selection {
  display: flex;
  align-items: center;
}

.single-result-row {
  margin-bottom: 4px;
}
.single-result-row :first-child {
  margin-bottom: 10px;
}

.result-selection label, .result-selection span, .result-selection h5 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0 !important;
  height: 22px;
  min-width: 160px;
}
.result-selection label input, .result-selection span input, .result-selection h5 input {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  opacity: 0;
  border-radius: 50%;
  z-index: 2;
}
.result-selection label input:checked~.checkmark::before, .result-selection span input:checked~.checkmark::before, .result-selection h5 input:checked~.checkmark::before {
  display: block;
}
.result-selection label .checkmark, .result-selection span .checkmark, .result-selection h5 .checkmark {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 0.5px solid #A8A8A8;
  position: absolute;
  top: 0;
  left: 0;
  min-width: unset;
}
.result-selection label .checkmark::before, .result-selection span .checkmark::before, .result-selection h5 .checkmark::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: #F36D3E;
  display: none;
}
.result-selection label h5, .result-selection span h5, .result-selection h5 h5 {
  padding-left: 50px;
}
.result-selection h5 {
  margin-right: 30px;
}
.result-selection span {
  font-weight: 400;
}
.result-selection>span {
  padding-left: 30px;
  margin-right: 30px;
  max-width: 150px;
  height: unset;
}

#invoices .result-selection span {
  padding-left: 0;
}

.service-details {
  width: 40%;
}

.service_details-body {
  padding-top: 20px;
}
.service_details-body h4 {
  font-weight: 600;
  font-size: 30px;
  color: #F36D3E;
  margin-bottom: 30px;
}
.service_details-body a {
  padding: 13px 30px;
}

.modal-info-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  align-items: center;
  margin: 5px 0;
}
.modal-info-row h5 {
  color: #000;
  font-weight: 600;
  min-width: 200px;
  font-size: 16px;
}
.modal-info-row span {
  color: #000;
}

.service_details-body .inspection-all {
  max-width: 80%;
  margin: 40px 0;
}
.service_details-body .inspection-all .service-items {
  width: 30%;
}

.total {
  margin: 30px 0;
}
.total span {
  color: #000;
  font-weight: 700;
  margin-bottom: 4px;
}
.total h2 {
  color: #000;
  font-weight: 500;
  font-size: 55px;
}

.approve-complete a {
  margin: 10px 0 0 0;
  min-width: 275px;
}

#next_service .modal-dialog {
  max-width: 385px;
}
#next_service .modal-content {
  border-radius: 30px;
}
#next_service .modal-body {
  text-align: center;
  padding: 30px;
}
#next_service .modal-body span {
  font-size: 21px;
}

.proceed-btns {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.proceed-btns a {
  width: 100%;
  margin: 0 10px;
  min-width: unset;
  max-width: 110px;
}

.invoiceWrap.service_details-body h4 {
  color: #000;
}
.invoiceWrap.service_details-body h4 span {
  color: #F36D3E;
}
.invoiceWrap.service_details-body .approve-complete a {
  min-width: unset;
}

.all-notifications {
  padding-top: 20px;
}
.all-notifications .single-notification {
  margin-bottom: 15px;
  padding: 12px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  align-items: center;
}
.all-notifications .single-notification label, .all-notifications .single-notification .result-selection h5, .result-selection .all-notifications .single-notification h5, .all-notifications .single-notification .result-selection span, .result-selection .all-notifications .single-notification span {
  position: relative;
  margin-right: 20px;
  margin-bottom: 0;
  height: 20px;
  width: 20px;
  display: inline-block;
}
.all-notifications .single-notification label input, .all-notifications .single-notification .result-selection h5 input, .result-selection .all-notifications .single-notification h5 input, .all-notifications .single-notification .result-selection span input, .result-selection .all-notifications .single-notification span input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 2;
}
.all-notifications .single-notification label input:checked~.check-mark::before, .all-notifications .single-notification .result-selection h5 input:checked~.check-mark::before, .result-selection .all-notifications .single-notification h5 input:checked~.check-mark::before, .all-notifications .single-notification .result-selection span input:checked~.check-mark::before, .result-selection .all-notifications .single-notification span input:checked~.check-mark::before {
  display: block;
}
.all-notifications .single-notification label .check-mark, .all-notifications .single-notification .result-selection h5 .check-mark, .result-selection .all-notifications .single-notification h5 .check-mark, .all-notifications .single-notification .result-selection span .check-mark, .result-selection .all-notifications .single-notification span .check-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #a8a8a8;
}
.all-notifications .single-notification label .check-mark::before, .all-notifications .single-notification .result-selection h5 .check-mark::before, .result-selection .all-notifications .single-notification h5 .check-mark::before, .all-notifications .single-notification .result-selection span .check-mark::before, .result-selection .all-notifications .single-notification span .check-mark::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: #F36D3E;
  top: -1px;
  left: -1px;
  border-radius: 50%;
  display: none;
}
.all-notifications .single-notification p {
  color: #000;
  font-size: 18px;
  line-height: 1.1;
}
.all-notifications .single-notification p span {
  font-weight: 700;
}
.all-notifications .single-notification .notification-text>span {
  color: #000;
  font-size: 12px;
}

.new-notification {
  background: #F2F2F2;
  border-radius: 12px;
}
.new-notification .notification-text p span {
  color: #F36D3E;
}

.orange_btn.reschedule-link, .reschedule-link.black_btn {
  font-size: 14px;
  padding: 12px 6px;
}

.invoice-table {
  padding: 20px 0 60px;
  border-bottom: 1px solid #a8a8a8;
}
.invoice-table table {
  width: 100%;
}
.invoice-table table th {
  color: #000;
  padding-bottom: 10px;
  font-weight: 600;
}
.invoice-table table th:last-child {
  text-align: right;
}
.invoice-table table td {
  color: #000;
}
.invoice-table table td:last-child {
  text-align: right;
}

.notification-text {
  width: calc(100% - 40px);
}

.total-invoices {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: unset;
}
.total-invoices span {
  color: #000;
  font-size: 40px;
  font-weight: 500;
}
.total-invoices h6 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding-top: 15px;
}

.pay-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
.pay-action a {
  margin: 7px 0;
  min-width: 200px;
  font-size: 15px;
  font-weight: 600;
}

.work-orders.invoice-table .result-selection>label, .work-orders.invoice-table .result-selection>h5, .work-orders.invoice-table .result-selection>span {
  font-size: 18px;
  height: unset;
}
.work-orders.invoice-table .result-selection .service_value {
  min-width: 150px;
  max-width: 150px;
  margin-right: 15px;
}
.work-orders.invoice-table .result-selection .checkmark, .work-orders.invoice-table .result-selection input {
  height: 16px;
  width: 16px;
}

.work-orders.invoice-table.workDetails .result-selection span {
  padding-left: 0;
}

.extend-wrap {
  padding: 0 14px 20px;
}

.extend-content {
  padding: 80px 0;
  border-radius: 12px;
  background-color: #fff;
}

.extend-header {
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.extend-header img {
  margin: auto;
}
.extend-header span {
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
}

.extend-packages {
  max-width: 80%;
  margin: 70px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: unset;
}

.single-package {
  width: 30%;
  text-align: center;
}
.single-package img {
  margin: auto;
}
.single-package>span {
  color: #F36D3E;
  font-size: 20px;
  font-weight: 600;
  margin: 18px 0 15px;
}
.single-package p {
  color: #000;
  font-size: 20px;
  line-height: 1.3;
  max-width: 230px;
  margin: 0 auto 15px;
  min-height: 156px;
}
.single-package .price {
  margin-bottom: 40px;
}
.single-package .price h5 {
  color: #000;
  font-size: 40px;
}
.single-package .price span {
  font-size: 16px;
}
.single-package a {
  margin: auto;
}

.extend-packages.empq {
  justify-content: center;
}

.apply-empq {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.extend-plan {
  padding: 20px 25px 10px;
}
.extend-plan>img {
  margin-bottom: 40px;
  max-width: 250px;
}

.current-plan {
  margin-bottom: 20px;
  border-bottom: 1px solid #a8a8a8;
}
.current-plan h5 {
  color: #000;
  font-weight: 600;
  margin-bottom: 8px;
}
.current-plan span {
  color: #000;
  font-weight: 500;
  font-size: 40px;
  text-transform: uppercase;
}

.plan-detail-row {
  margin: 7px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.plan-detail-row h5 {
  color: #000;
  font-weight: 600;
}
.plan-detail-row span {
  color: #000;
  font-weight: 400;
}

.plan-actions {
  margin-top: 30px;
}
.plan-actions a {
  margin: 10px 0;
}

.plan-report {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #a8a8a8;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.plan-report .report-data {
  width: calc(100% - 160px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.plan-report .report-data .report_name {
  width: calc(100% - 50px);
}
.plan-report .report-data .report_name h5 {
  color: #F36D3E;
  font-size: 16px;
  margin-bottom: 5px;
}
.plan-report .report-data .report_name span {
  font-size: 12px;
  color: #000;
}
.plan-report .report-data a {
  min-width: 140px;
}
.plan-report a {
  min-width: 140px;
}

.gold-benefits {
  background-color: #F36D3E;
}

.gold_header {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.gold_header h4 {
  font-weight: 600;
  color: #fff;
}

.single-benefit-box {
  padding: 35px 0;
  max-width: 310px;
}
.single-benefit-box h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 4px;
}
.single-benefit-box p {
  color: #fff;
}

.emp_payments-wrap {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: unset;
}

.current-emp {
  width: 32%;
}
.current-emp h5 {
  color: #000;
  font-weight: 600;
}
.current-emp span {
  color: #000;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 5px;
}
.current-emp a {
  margin: 10px 0;
}

.transaction-history {
  width: 68%;
}
.transaction-history h5 {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.transaction-history table {
  width: 100%;
}
.transaction-history table th {
  color: #000;
  padding-bottom: 7px;
}
.transaction-history table td {
  color: #000;
}

.validity h6 {
  font-size: 21px;
  font-weight: 600;
}
.validity span {
  font-weight: 600;
  font-size: 30px;
}

.appointWrap {
  background-color: #F36D3E;
}

.appointment-wrap h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.appointment-wrap .vehicle-dropdown {
  width: 100%;
}
.appointment-wrap .schedule-whiteArea {
  padding: 30px;
}

.no-radius {
  border-radius: 0;
  position: relative;
}
.no-radius::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 88%;
  margin: auto;
  background: #a8a8a8;
}

.change_area .next-service h4 {
  color: #F36D3E;
  font-size: 17px;
}
.change_area .next-service h5 {
  display: flex;
  color: #000;
  font-size: 15px;
}
.change_area .next-service h5 strong {
  font-weight: 600;
}
.change_area .next-service h5 span {
  color: #F36D3E;
  display: inline-block;
  font-size: 17px;
}
.change_area .next-service p {
  color: #000;
}

.schedule-whiteArea.change_area {
  align-items: flex-start;
  padding-bottom: 100px;
}
.schedule-whiteArea.change_area .reschedule-btn {
  min-width: 139px;
  text-align: center;
}

.appoint-filters {
  padding-top: 25px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.appoint-filters .vehicle-dropdown {
  width: 50%;
}
.appoint-filters .vehicle-dropdown select {
  border: 1px solid #a8a8a8;
}

.filter {
  width: 45%;
}
.filter input {
  width: 100%;
  padding: 12px 18px;
  border-radius: 30px;
  font-size: 14px;
  border: 1px solid #a8a8a8;
}
.filter ::placeholder {
  color: #000000;
}

.date_field input {
  background-image: url("../images/calender_icon.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center right 14px;
}

.time_field input {
  background-image: url("../images/clock_icon.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center right 14px;
}

.deffer-maintenance h5 {
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.deffer-maintenance .result-selection label, .deffer-maintenance .result-selection h5, .deffer-maintenance .result-selection span {
  font-size: 18px;
}
.deffer-maintenance .result-selection .service_title {
  font-size: 18px;
  min-width: 300px;
  height: unset !important;
}
.deffer-maintenance .result-selection>span {
  padding-left: 14px;
}

.deffer-maintenance h6 {
  color: #000;
  margin: 30px 0;
}

.profile_container {
  background-color: #fff;
  padding: 25px 35px;
  border-radius: 30px;
  min-height: calc(100vh - 100px);
}

.account-wrapArea {
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: unset;
}

.account-settings {
  width: 160px;
}
.account-settings .dp_img {
  height: 130px;
  width: 130px;
}
.account-settings .dp-uploader {
  right: 15px;
}
.account-settings a {
  margin-top: 50px;
  width: 100%;
  max-width: 100%;
}
.account-settings .profile_img_wrap {
  position: relative;
}

.vehicle-data {
  width: 400px;
}
.vehicle-data .next-service h4 {
  color: #F36D3E;
  font-weight: 600;
  font-size: 17px;
}
.vehicle-data .next-service h5 {
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
}
.vehicle-data .next-service h5 strong {
  font-weight: 600;
}

.account-data {
  padding: 0 50px;
  width: calc(100% - 560px);
}
.account-data .field {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.account-data .field label, .account-data .field .result-selection h5, .result-selection .account-data .field h5, .account-data .field .result-selection span, .result-selection .account-data .field span {
  margin: 0;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.account-data .field input {
  width: calc(100% - 110px);
  background-color: #fff;
}

.fields-row {
  justify-content: space-between;
}
.fields-row .field {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.fields-row .field input {
  width: calc(100% - 110px);
}
.fields-row .field label, .fields-row .field .result-selection h5, .result-selection .fields-row .field h5, .fields-row .field .result-selection span, .result-selection .fields-row .field span {
  margin: 0;
}
.fields-row .field-long {
  width: 65%;
}
.fields-row .field-short {
  width: 32%;
}
.fields-row .short-label input {
  width: calc(100% - 50px);
}
.fields-row .province input {
  width: calc(100% - 95px);
}

.save-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: unset;
}

.profile-documents h5 {
  font-size: 17px;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}

.documents-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: unset;
}

.single-document {
  border: 1px solid #B1B1B1;
  padding: 20px 15px;
  width: 48%;
  border-radius: 12px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.single-document span {
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  word-break: break-word;
  max-width: calc(100% - 50px);
}
.single-document .view_link, .single-document .upload_link {
  height: 39px;
  width: 39px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #F36D3E;
}
.single-document .upload_link {
  background-color: #000;
}

.vehicle-data label, .vehicle-data .result-selection h5, .result-selection .vehicle-data h5, .vehicle-data .result-selection span, .result-selection .vehicle-data span {
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}
.vehicle-data .vehicle-dropdown {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.vehicle-data .vehicle-dropdown .orange_btn, .vehicle-data .vehicle-dropdown .black_btn {
  font-weight: 600;
  min-width: 120px;
}
.vehicle-data .vehicle-dropdown select {
  border: 1px solid #A8A8A8;
  width: calc(100% - 140px);
}
.vehicle-data .schedule-whiteArea {
  background-color: #fff;
  border: 1px solid #A8A8A8;
  border-radius: 12px;
  padding-bottom: 20px;
}

.major-info {
  margin: 30px 0;
}
.major-info .modal-info-wrap .modal-info h5 {
  color: #000;
}
.major-info .modal-info-wrap .modal-info span {
  color: #000;
}

.vehicle-tracker {
  margin-top: 40px;
}
.vehicle-tracker h5 {
  color: #000;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 30px;
}

.location-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.location-track>span {
  font-size: 17px;
  color: #000;
  margin: 0;
  line-height: 1.3;
  font-weight: 400;
}
.location-track label, .location-track .result-selection h5, .result-selection .location-track h5, .location-track .result-selection span, .result-selection .location-track span {
  width: 55px;
  height: 30px;
  background: #EEEEEE;
  border-radius: 16px;
  position: relative;
}
.location-track label span, .location-track .result-selection h5 span, .result-selection .location-track h5 span, .location-track .result-selection span span, .result-selection .location-track span span {
  width: 55px;
  height: 30px;
  background-color: #EEEEEE;
  border-radius: 16px;
  position: relative;
}
.location-track label span::before, .location-track .result-selection h5 span::before, .result-selection .location-track h5 span::before, .location-track .result-selection span span::before, .result-selection .location-track span span::before {
  content: "";
  /*position: absolute;*/
  top: 2px;
  /*  height: 30px;
  width: 34px;
  background-color: #F36D3E;*/
  border-radius: 16px;
  transition: 0.2s ease;
  transform: translateX(20px);
}
.location-track label input, .location-track .result-selection h5 input, .result-selection .location-track h5 input, .location-track .result-selection span input, .result-selection .location-track span input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 2;
}
.location-track label input:checked~span::before, .location-track .result-selection h5 input:checked~span::before, .result-selection .location-track h5 input:checked~span::before, .location-track .result-selection span input:checked~span::before, .result-selection .location-track span input:checked~span::before {
  transform: translateX(0);
}
.all_benefits p {
  color: #fff;
}
.all_benefits ul li {
  padding: 1%;
  list-style: disc !important;
  color: #fff;
}
.modal-desc {
  margin-bottom: 16px;
  font-weight: 600;
}

/* ~~~~~ Phase3 ~~~~~ */
.paymentBoxes-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.paymentBoxes-wrap .payment-box {
  width: 49%;
}
.payment-box.service {
  text-align: center;
}

.payment-box.service p {
  font-weight: 700;
  margin-bottom: 20px;
}

.payment-box.service p span {
  color: #f36d3e;
}
.schedule-whiteArea #a_button {
  width: unset;
  border-radius: 27px;
  height: unset;
  padding: 10px  20px;
}
.payment-box.service h3 {
  color: #f36d3e;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 14px;
}

.payment-box.service h3 span {
  font-size: 18px;
  color: #000;
}

.payment-box.service>span {
  color: rgb(0 0 0 / 86%);
  margin-bottom: 15px;
}

.payment-box.service>a {
  display: block;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.socialWrap {display: inline-block;position: relative;}

div#share_div {
    position: absolute;
    width: 100%;
    top: 70px;
    background: #fff;
    box-shadow: 0 0 20px 10px rgb(0 0 0 / 11%);
    border-radius: 10px;
    padding: 10px 0;
}

div#share_div a {min-width: unset;background: none;color: #000;display: inline;padding: 0;font-size: 22px;margin-right: 0;}

div#share_div li {
    display: inline-block;
    width: calc(100% / 6);
    text-align: center;
    margin: 5px 0;
}
.add-service {
  background: #f36d3e;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
  min-width: 130px;
  border-radius: 27px;
  margin-bottom: 14px;
}
.viewDetails {
  color: #3472e3;
  font-size: 13px;
}
.viewDetails:hover {
  color: inherit;
}
.payment-box.program h4 {
  color: #000;
  font-size: 20px;
  text-align: center;
}
.payment-box.program h4 span {
  color: #f36d3e;
}
.payment-box.program span img {
  max-width: 80px;
  margin: 10px auto 13px;
}
.payment-box.program {
  text-align: center;
}
.payment-box.program p {
  color: #333;
  font-size: 14px;
  margin-bottom: 15px;
}
.payment-box.program h5 {
  font-size: 16px;
  color: #333;
}
.payment-box.program h5 strong {
  font-weight: 600;
  color: #000;
}
.single-result-row .result-selection .checkmar-wrap h5 {
  margin-right: 12px;
}
.vehicle-data .service_detailing_wrap {
  margin-bottom: 30px;
}
.vehicle-data .service_detailing_wrap .modal-info-row {
  justify-content: space-between;
}
.all-docs-upload single-document {
  width: 100%;
}
.all-docs-upload .single-document {
  width: 100%;
}
.all-docs-upload {
  margin-top: 50px;
}
.all-docs-upload h5 {
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}
.service-locate {
  margin-top: 40px;
}
.service-locate h5 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.service-locate-text {
  max-width: 226px;
  background: #f0f0f0;
  padding: 20px;
}
.service-locate-text h6 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.service-locate-text h6 span {
  color: #f56f36;
}
.service-locate-text p {
  color: #000;
}
.reschedule-btn.orange {
  margin-top: 40px;
  background: #f36d3e;
  min-width: 170px;
  text-align: center;
}
.profile-documents.empqDocs {
  margin: 50px auto;
}
.profile-documents.empqDocs .single-document {
  width: 100%;
}
.telematics {
  text-align: center;
  padding-top: 200px;
}
.telematics h2 {
  font-size: 50px;
  font-weight: 600;
  color: #F36D3E;
  margin: 30px 0;
}
.telematics h2 span {
  color: #000;
  font-size: 40px;
}
.addBtn {
  display: block;
  background: #f36d3e;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
  max-width: fit-content;
  margin: 15px auto;
  border-radius: 24px;
  min-width: 140px;
}
a.details-anchor {
  color: #7f75ff;
  text-decoration: underline;
}
.single-document.downloadLink {
  width: auto !important;
}

.single-document.docInfo {
  width: calc(100% - 195px) !important;
}

img.previewImg {
  height: 30px;
  width: 50px;
  object-fit: cover;
  object-position: center;
  margin-right: 20px;
}

.previewWrap {
  display: flex;
  align-items: center;
}

label.custom-file-upload {
  margin-bottom: 0;
}

/**** Rewards Page ****/
.rewards-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: calc(100vh - 160px);
}
.meber-reward {
  width: 35%;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 5%);
}
.reward-details {
  width: 64%;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 5%);
}
.content_head h4 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  border-bottom: 1px solid #a8a8a8;
  padding-bottom: 15px;
}
.reward-tabs-wrap {
  margin-top: 30px;
}
.reward-tabs-header>a {
  background: #000;
  color: #fff;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 10px;
  margin-right: 15px;
  border: none;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.reward-tabs-header>a:last-child {
  margin-right: 0;
}
.reward-tabs-header a.active {
  background: #f36d3e;
}
.reward-tabs-header {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
.reward_listing_option {
  margin-bottom: 15px;
}

.reward_listing_option label {
  position: relative;
  color: #000;
  font-size: 20px;
  padding-left: 40px;
}

.reward_listing_option input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.reward_listing_option label span {
  height: 21px;
  width: 21px;
  border: 1px solid #a8a8a8;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 50%;
}
.reward_listing_option label span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f36d3e;
  border-radius: 50%;
  display: none;
}
.reward_listing_option label input:checked~span::before {
  display: block;
}
.reward_listing_option label input:checked~span {
  border-color: #f36d3e;
}
.reward_links {
  margin-top: 40px;
}
.reward_links a {
  background: #000;
  color: #fff;
  padding: 12px 20px;
  border-radius: 27px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  min-width: 140px;
  text-align: center;
}
.detailsAll {
  margin-top: 30px;
}
.detailsAll h3 {
  font-size: 30px;
  color: #f36d3e;
  font-weight: 600;
  margin-bottom: 20px;
}
.detailsRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.allDetail_text {
  padding-right: 60px;
}
.allDetail_image {
  width: 50%;
}
.date_single h5 {
  margin-bottom: 3px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.date_single span {
  color: #000;
  font-size: 20px;
}
.description {
  margin: 28px 0;
}
.description h5 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.description p {
  color: #000;
  font-size: 17px;
}
.allDetail_image img {
  width: 100%;
  max-width: 100%;
}
.allDetail_text>a {
  background: #f56f36;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 24px;
  display: inline-block;
  margin-top: 20px;
  min-width: 120px;
  text-align: center;
}
.dates_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 400px;
}
.allDetail_text.singleCol {
  width: 100%;
}

.allDetail_text.singleCol .dates_row {
  width: 40%;
}
.allDetail_text.singleCol .refer-links a {
  min-width: 260px;
}
.plans_selection select {
  font-size: 20px;
  padding: 10px 20px;
  min-width: 250px;
  border: 1px solid #a8a8a8;
  border-radius: 27px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: url(../images/drop_ic.svg) center right 15px no-repeat;
  width: 100%;
}
.membership_tabs_header .nav-link {
  flex: unset;
  display: block;
  width: 100%;
  background: #f6f6f6;
  padding: 18px 20px;
  border: none;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  border-radius: 10px;
}
.membership_tabs_header {
  margin-top: 30px;
}
.membership_tabs_header .nav-link.active {
  background: #f36d3e;
  color: #fff;
}
.membership_tabs_header .nav-link.active img {
  filter: brightness(0) invert(1);
}
.membership_tabs_header .nav-link.active img {
  filter: brightness(0) invert(1);
}
.tabs_container {
  margin-top: 30px;
}
.tabs_container h3 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}
.reward-tabs-header .nav-link {
  border: none;
  padding: 13px 20px;
  flex: unset !important;
  font-weight: 600;
  border-radius: 40px;
  color: #000 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: left;
  line-height: 1.2;
  background-color: #E8E8E8 !important;
  margin-right: 10px;
  min-width: 130px;
  text-align: center;
}

.reward-tabs-header .nav-link.active {
  color: #fff !important;
  background-color: #F36D3E !important;
}

.reward-tabs-header .nav-tabs {
  border: none !important;
}
#main-menu-navigation li a {
  text-transform: uppercase;
}
.single_feature select:disabled {
  background: none;
}
.single-result-row {
  margin-bottom: 4px;
}
.single-result-row :first-child {
  margin-bottom: 10px;
}

.result-selection label {
  position: relative;
  margin-bottom: 0 !important;
  min-width: 40px;
  height: 16px;
}
.result-selection span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.result-selection label input, .result-selection span input, .result-selection h5 input {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  opacity: 0;
  border-radius: 50%;
  z-index: 2;
}
.result-selection label input:checked~.checkmark::before, .result-selection span input:checked~.checkmark::before, .result-selection h5 input:checked~.checkmark::before {
  display: block;
}
.result-selection label .checkmark, .result-selection span .checkmark, .result-selection h5 .checkmark {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 0.5px solid #A8A8A8;
  position: absolute;
  top: 0;
  left: 0;
  min-width: unset;
}
.result-selection label .checkmark::before, .result-selection span .checkmark::before, .result-selection h5 .checkmark::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: #F36D3E;
  display: none;
}
.result-selection.selected>span {
  color: #f36d3e;
}
.refer-links a {
  background: #f56f36;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 24px;
  display: inline-block;
  margin-top: 20px;
  min-width: 120px;
  text-align: center;
  margin-right: 8px;
}
.reward-tabs-body .result-selection>span {
  max-width: 100%;
  padding-left: 0;
}
.tabWrap .result-selection label .checkmark {
  top: -3px;
}
.rewards-balance {
  margin-top: 50px;
}

.rewards-balance h5 {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}

.rewards-balance span {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}
.modal-info-row {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.referred-details {
  margin-top: 30px;
}

.modal-info-row h5 {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.modal-info-row span.date-invite {
  color: #000;
  font-size: 14px;
  width: 30%;
}

.invitations-list {
  margin-top: 30px;
}

.invitations-list>h5 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}

.invitations-list .modal-info-row h5 {
  width: 30%;
}
.status {
  width: 20%;
  text-align: center;
}
.invitations-list .modal-info-row a {
  background: #f56f36;
  color: #fff;
  padding: 4px 10px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 13px;
  width: 20%;
  text-align: center;
}

.invitations-list .modal-info-row {
  margin-bottom: 8px;
}
.referel-code {
  display: flex;
  margin-top: 25px;
}

.referel-code h5 {
  color: #f56f36;
  margin-right: 50px;
  font-size: 18px;
}
.status.sent i {
  border: 1px solid #000;
  border-radius: 50%;
  padding: 4px;
  color: #000;
}
.status.payment-received i {
  background: green;
  color: #fff;
  border-radius: 50%;
  width: 24px;
  padding: 5px;
  height: 24px;
}
.appointments-services {margin-top: 30px;}

.appointments-services h5 {
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.additional-checks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.additional-checks .result-selection {
    width: calc(100% / 6);
}

.additional-checks .result-selection>span {padding-left: 32px;margin-right: 0 !important;max-width: unset !important;top: 3px;}

.additional-checks .result-selection label {min-width: unset;}
.notes-quote {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.quote-area label {
  position: relative;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  max-width: fit-content;
}

.quote-area input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.quote-area span {
  height: 25px;
  width: 50px;
  background: grey;
  border-radius: 5px;
  margin-left: 20px;
  position: relative;
  min-width: 50px;
}
.quote-area span::before {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  top: 2px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s ease;
  transform: translateX(4px);
}
.quote-area label input:checked ~ span {
  background: #F36D3E;
}
.quote-area label input:checked ~ span::before {
  transform: translateX(26px);
}
.quote-area {
  width: 45%;
}

.notes-area {
  width: 45%;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #eee;
}

.notes-area p {
  color: #333;
  font-size: 14px;
}
.schedule-whiteArea.change_area .next-service {
  width: 45%;
}
.next-serviceMap {
  width: 50%;
}
.next-serviceMap iframe {
  height: 100%;
}
a.reschedule-btn.lgBtn {
  min-width: 140px;
  border-radius: 27px;
} 
#resend_message:hover{
  color: #000 !important;
} 
.popupanchor:hover,
.popupanchor:focus {
  color: #F36D3E;
  text-decoration: none;
} 
.popupanchor {
  color: #F36D3E;
  text-decoration: none;
}  

/*******************************
          RESPONSIVE
*******************************/

@media screen and (max-width: 1600px) {
  .service_history_body .vehicle-dropdown {
    width: 180px;
  }
  .service_history_body .vehicle-dropdown select {
    font-size: 14px;
  }

  .service_history_body .vehicle-layer-head .nav-link {
    width: 122px;
    padding: 10px;
    margin-right: 10px !important;
    font-size: 12px;
  }
  .paymentBoxes-wrap .payment-box {
    padding: 10px;
  }
  .reward-tabs-header .nav-link {
    padding: 10px;
    min-width: 110px;
    font-size: 14px;
    margin-right: 6px;
  }
}

@media screen and (max-width: 1500px) {
  .deffer-maintenance .result-selection>span {
    padding-left: 0;
  }

}

@media screen and (max-width: 1460px) {
  .field.field-short.city {
    width: 48%;
  }

  .field.field-short.province {
    width: 48%;
  }

  .field.field-short.short-label.zip {
    width: 100%;
  }
  .field.field-short.short-label.zip input {
    width: calc(100% - 110px);
  }
  .paymentBoxes-wrap .payment-box {
    width: 100%;
  }
  .allDetail_text {
    width: 70%;
  }
  .main_bg {
    background-size: 100% 100%;
  }
  .service_col {
    padding: 20px 20px 200px;
  }
  .service_price {
    padding: 0 20px;
  }
  .priceCol span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1360px) {
  .reward-tabs-body .result-selection>label {
    min-width: 35px;
  }
  .single-document.downloadLink {
    padding-left: 0;
    padding-right: 0;
  }
  .reschedule-btn.lgBtn {
    margin-top: 20px;
  }
  .quote-area {
    width: 50%;
  }
  .schedule-whiteArea.change_area .next-service {
    width: 100%;
    margin-bottom: 20px;
  }
  .next-serviceMap {
    width: 100%;
  }
  .single-document.downloadLink .orange_btn {
    min-width: 130px;
    font-size: 14px;
  }
  .single-document.docInfo {
    padding: 20px 10px;
    width: calc(100% - 150px) !important;
  }
  .service_history_result .single-result-row .result-selection>span.service_title {
    min-width: 220px !important;
  }
  .single-result-row .result-selection .checkmar-wrap h5 {
    margin-right: 0;
  }
  .single-result-row:first-child .service_title {
    min-width: 218px !important;
  }
  .modal-info-wrap .modal-info h5 {
    margin-right: 10px;
    min-width: 70px;
  }
  .next-service {
    width: calc(100% - 100px);
  }
  .schedule-whiteArea.change_area .reschedule-btn {
    min-width: 100px;
    text-align: center;
    font-size: 13px;
  }
  .service_history_body .vehicle-layer-head .nav-link {
    width: 115px;
    font-size: 12px;
    margin-right: 7px !important;
  }
  .schedule-blackArea {
    padding: 20px 10px 20px 17px;
  }
  .schedule-details {
    width: 49%;
  }
  .payment-box {
    padding: 10px;
  }
  .reschedule-btn {
    padding: 6px 20px;
  }
  .pay_now_wrap a {
    padding: 6px 16px;
  }
  .work-orders.invoice-table .result-selection h5, .work-orders.invoice-table .result-selection span {
    font-size: 16px;
  }
  .result-selection label h5, .result-selection h5 h5, .result-selection span h5 {
    padding-left: 30px;
    min-width: 100px;
  }
  .result-selection label, .result-selection h5, .result-selection span {
    min-width: 100px;
  }
  .service-details.service_left {
    width: 50%;
  }
  .service-history.gold-benefits {
    width: 48%;
  }
  .current-emp {
    width: 100%;
    margin-bottom: 20px;
  }
  .transaction-history {
    width: 100%;
  }
  .service-details.emp_left {
    width: 50%;
  }
  .service-history.emp_right {
    width: 48%;
  }
  .fields-row .field {
    width: 100%;
  }
  .fields-row .short-label input,
  .fields-row .province input {
    width: calc(100% - 110px);
  }

  .single-document span {
    font-size: 13px;
  }

  .single-document {
    width: 100%;
  }

  .profile-documents {
    margin-top: 20px;
  }

  .service_history_result .single-result-row .result-selection>h5, .service_history_result .single-result-row .result-selection>span.service_title {
    min-width: 140px;
  }

  .service_history_body .vehicle-layer-head {
    margin-left: 10px;
  }
  

  .modal-info-wrap .modal-info h5, .modal-info-wrap .modal-info span {
    font-size: 16px;
  }

  .field.field-short.city,
  .field.field-short.province {
    width: 100%;
  }
  .reward-tabs-header .nav-link {
    padding: 10px;
    min-width: 89px;
    font-size: 12px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 1199px) {
  .main_bg {
    background-size: cover;
  }

  .dashboard-contentArea {
    width: 100%;
  }
  .single-result-row:first-child .service_title {
    min-width: 218px !important;
  }
  .appoint-filters .vehicle-dropdown {
    width: 100%;
    margin-bottom: 10px;
  }
  .allDetail_image {
    margin-top: 20px;
  }
  .filter.date_field {
    width: 49%;
  }
  .filter.time_field {
    width: 49%;
  }
  .dashboard-menubar {
    width: 100%;
    min-height: unset;
    position: absolute;
    top: 80px;
    width: 100%;
    padding: 20px 22px 0;
    max-width: 97%;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 30px;
  }
  .service-all-wrap {
    padding: 0 0 20px;
  }
  .top_header {
    padding: 20px;
  }

  .user-profile {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .single-status {
    width: calc(100% / 2);
  }
  .telematics {
    padding-top: 100px;
  }
  .dashboard-profile-info {
    margin-left: 30px;
  }

  .profile_img_wrap {
    display: flex;
    align-items: center;
  }

  .top_header {
    margin-bottom: 170px;
  }
  .telematics h2 {
    font-size: 40px;
    margin: 10px 0;
  }
  .vehicle-info,
  .vehicle-detail {
    padding: 20px 15px;
  }

  .dp-uploader {
    position: absolute;
    bottom: 25px;
    right: -6px;
  }

  .menu-bars {
    display: block;
  }

  .site-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background: #f36d3e;
    width: 100%;
    z-index: 10;
    padding: 25px 0 15px;
    display: none;
    box-shadow: 0 0 23px 6px rgba(0, 0, 0, 0.1);
  }
  .site-menu ul {
    padding-left: 20px;
  }
  .site-menu ul li.active a {
    color: #fff;
  }
  .site-menu ul li a {
    color: #fff;
  }
  .site-menu ul li a img {
    filter: brightness(0) invert(1);
  }

  .site-menu ul li a br {
    display: none;
  }

  .service_history_body .vehicle-dropdown {
    width: 100%;
    margin-bottom: 10px;
  }

  .service_history_body .vehicle-layer-head {
    margin-left: 0;
    width: 100%;
  }
  .service_history_body .vehicle-layer-head .nav-tabs {
    justify-content: space-between;
  }
  .service_history_body .vehicle-layer-head .nav-tabs .nav-link {
    width: 49%;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 0 !important;
  }

  .service_detailing_wrap .modal-info-row h5 {
    font-size: 14px;
    min-width: 170px;
  }
  .service_detailing_wrap .modal-info-row span {
    font-size: 14px;
  }

  .account-settings .dp-uploader {
    right: -2px;
  }

  .account-settings {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .account-settings a {
    max-width: fit-content;
    margin-top: 0;
    min-width: 200px;
  }

  .account-data {
    width: 55%;
  }

  .vehicle-data {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar-container {
    width: 100%;
    padding: 50px 0;
    min-height: unset;
  }

  .side-image {
    width: 100%;
    min-height: 650px;
  }
}
@media screen and (max-width: 991px) {
  .header_left img {
    max-width: 150px;
  }
  .header_left h4 {
    font-size: 18px;
  }
  .modal-info-row span.date-invite {
    width: 50%;
  }
  .side-image {
    min-height: 550px;
  }
  .invitations-list .modal-info-row a {
    width: fit-content;
  }
  .reward-tabs-header .nav-link {
    min-width: 100%;
    margin: 4px 0;
  }
  .quote-area {
    width: 100%;
    margin-bottom: 20px;
  }
  .notes-area {
    width: 100%;
  }
  .additional-checks .result-selection {
    width: calc(100% / 2);
    margin-bottom: 12px;
}

.notes-quote {
    margin-top: 25px;
}
  .reward-tabs-header .nav-link br {
    display: none;
  }
  .allDetail_text {
    width: 100%;
  }
  .header_right h4 {
    font-size: 18px;
  }
  .header_right h4 img {
    max-width: 30px;
    margin: 0 20px 0 15px;
  }

  .service-items {
    width: 32%;
  }

  .expence-card {
    width: 100%;
    margin: 20px 0;
  }

  .vehicle-number {
    width: 100%;
    max-width: 175px;
    margin: auto;
  }

  .modal-info-wrap {
    margin: 10px 0;
  }
  .modal-info-wrap .modal-info {
    width: 100%;
    margin-bottom: 15px;
  }
  .modal-info-wrap .modal-info span {
    margin-left: 50px;
  }

  .schedule-details {
    width: 100%;
    margin: 10px 0;
  }

  .schedule-blackArea {
    padding: 10px 15px;
  }

  .schedule-whiteArea {
    padding: 10px 15px;
  }

  .next-service {
    width: 100%;
    margin-bottom: 10px;
  }

  .vehicle-layer-head .nav-tabs .nav-link {
    width: 180px;
    flex-direction: column;
    align-items: center;
  }
  .vehicle-layer-head .nav-tabs .nav-link img {
    margin: 0 auto 10px;
  }

  .payment-value {
    margin-top: 30px;
  }

  .pay_now_wrap {
    margin-top: 0;
  }
  .pay_now_wrap a {
    margin-top: 10px;
  }

  .maintenance-top-wrap .items-col {
    width: 100%;
  }
  .maintenance-top-wrap .service-value {
    width: 100%;
    margin-top: 30px;
  }

  .kilometers,
  .map-tracker {
    width: 45%;
  }

  .status-icons {
    width: 100%;
    margin-top: 30px;
  }

  .single-status {
    margin-bottom: 25px;
    width: calc(100% / 4);
  }

  .vehicle-dropdown {
    width: calc(100% - 45px);
  }
  .vehicle-dropdown select {
    padding: 10px 12px;
    font-size: 14px;
    width: 100% !important;
  }

  .vehicle-options .add_btn {
    max-width: 39px;
  }

  .service-details,
  .service-history {
    padding: 20px 15px;
  }

  .invoice-table table td {
    font-size: 14px;
  }

  .total-invoices span {
    font-size: 34px;
  }

  .work-orders.invoice-table .result-selection h5, .work-orders.invoice-table .result-selection span {
    font-size: 14px;
  }

  .result-selection label h5, .result-selection h5 h5, .result-selection span h5 {
    padding-left: 30px;
    min-width: 80px;
  }
  .result-selection label, .result-selection h5, .result-selection span {
    min-width: 80px;
  }

  .single-package p {
    font-size: 16px;
  }

  .extend-packages {
    max-width: 100%;
    padding: 0 20px;
  }

  .deffer-maintenance .result-selection .service_title {
    font-size: 16px;
    min-width: 268px;
  }

  .appoint-filters .vehicle-dropdown {
    width: 100%;
    margin-bottom: 10px;
  }
  .appoint-filters .filter {
    width: 49%;
  }

  /* .transaction-history table th {
    min-width: 170px;
  } */

  .plan-report a {
    margin: auto;
  }
  .plan-report .report-data {
    width: 100%;
    margin-bottom: 20px;
  }

  .deffer-maintenance .result-selection label, .deffer-maintenance .result-selection h5, .deffer-maintenance .result-selection span {
    font-size: 16px;
  }
  .deffer-maintenance .result-selection .service_title {
    font-size: 16px;
    min-width: 220px !important;
    max-width: 220px !important;
    margin-right: 20px;
  }
  .service_history_result .single-result-row .result-selection>h5.service_value {
    width: fit-content;
    min-width: unset;
  }
  .work-orders.invoice-table .result-selection .service_value {
    min-width: 100px;
    max-width: 100px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) { 
  .cart_row span:first-child {
    max-width: 160px;
  }
  .appoint-filters .filter {
    width: 100%;
  }
  .appoint-filters .vehicle-dropdown {
    width: 100% !important;
    margin-top: 10px;
  }
  .vehicle-data {
    margin-top: 30px;
  }
  .vehicle-data .vehicle-dropdown .orange_btn {margin: 10px auto 0;}
  .side-image {
    min-height: 320px;
  }
  .addSchedule .dashboard-menubar {
    padding: 20px 10px 20px;
  }
  .sidebar-content {
    max-width: 100%;
    padding: 0 20px;
  }
  .sidebar-content span {
    margin-bottom: 20px;
    display: block;
  }
  .sidebar-content h4 {
    margin: 5px 0 20px;
  }
  .sidebar-content p {
    margin-bottom: 20px;
  }
  .allDetail_text.singleCol {
    padding-right: 0;
  }
  .allDetail_text.singleCol .refer-links a {
    min-width: 100%;
    margin-right: 0;
    width: 100%;
    display: block;
  }
  .referel-code h5 {
    width: 100%;
    max-width: 100%;
    margin: 5px 0;
  }
  .referel-code {
    flex-wrap: wrap;
  }
  .side-image {
    width: 100%;
    min-height: 500px;
  }
  .reward-details {
    width: 100%;
  }
  .meber-reward {
    width: 100%;
    margin-bottom: 10px;
  }
  .detailsAll h3 {
    font-size: 22px;
  }
  .detailsAll h3 br {
    display: none;
  }
  .service_history_body .vehicle-layer-head .nav-tabs .nav-link:first-child {
    margin-bottom: 0 !important;
  }
  .refer-links a {
    width: 100%;
  }
  .allDetail_image img {
    width: 100%;
  }
  .allDetail_image {
    width: 100%;
  }
  .single-result-row {
    margin-bottom: 10px !important;
  }
  .vehicle-info {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 10px;
  }

  .vehicle-detail {
    width: 100%;
  }
  .socialWrap {
    width: 100%;
  }
  .dp_img {
    height: 70px;
    width: 70px;
  }

  .dp-uploader span {
    height: 26px;
    width: 26px;
    padding: 3px;
  }

  .header_right {
    display: none;
  }

  .top_header {
    padding: 15px 10px;
  }

  .header_left img {
    max-width: 130px;
    margin-right: 20px;
  }

  .header_left h4 {
    font-size: 16px;
  }

  .menu-bars {
    position: absolute;
    top: -40px;
    right: 8px;
  }

  .dashboard-menubar {
    top: 60px;
    border-radius: 12px;
    padding: 20px 10px 20px;
  }

  .user-profile h5 {
    font-size: 15px;
  }

  .user-profile p {
    font-size: 12px;
  }

  .dashboard-profile-info {
    margin-left: 0;
    padding: 0 15px 0 10px;
  }

  .menu-toggler-wrap .orange_btn, .menu-toggler-wrap .black_btn {
    min-width: 120px;
    font-size: 13px;
    padding: 10px;
  }

  .top_header {
    margin-bottom: 145px;
  }

  .dashboard-body,
  .extend-wrap {
    padding: 0 6px 20px;
  }

  .report-btn {
    display: flex;
    justify-content: center;
  }

  .real-time-status {
    padding: 20px 0;
  }

  .vehicle-layer-head .nav-tabs .nav-link {
    width: 150px;
    font-size: 12px;
    margin-right: 0 !important;
  }

  .vehicle-detail .nav-tabs {
    justify-content: space-between;
  }

  .service-items {
    width: 30%;
  }
  .service-items h3 {
    font-size: 32px;
  }
  .service-items span {
    font-size: 13px;
  }

  .dp-uploader {
    position: absolute;
    bottom: 10px;
    right: -6px;
  }

  .extend-content {
    padding: 30px 10px;
  }

  .extend-packages.empq {
    justify-content: space-around;
    margin-top: 40px;
  }

  .extend-header img {
    max-width: 250px;
  }

  .apply-empq {
    margin-top: 30px;
  }

  .single-package>span {
    font-size: 17px;
  }

  .site-menu ul li a {
    font-size: 16px;
  }

  .service-details.emp_left, .service-history.emp_right {
    width: 100%;
    border-radius: 12px;
  }

  .service-all-wrap {
    padding: 0 6px 20px;
  }

  .extend-plan {
    padding: 10px 0px 10px;
  }

  .extend-plan>img {
    max-width: 240px;
    margin: 0 auto 40px !important;
  }

  .service-history {
    min-height: unset;
  }

  .extend-plan .plan-detail-row h5 {
    font-size: 15px;
  }
  .extend-plan .plan-detail-row span {
    font-size: 13px;
  }

  .plan-actions {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .single-package {
    width: 100%;
    margin-bottom: 70px;
  }
  .single-package:last-child {
    margin-bottom: 20px;
  }

  .extend-packages {
    margin-top: 40px;
    padding: 0;
  }

  .single-package .price {
    margin-bottom: 20px;
  }

  .service-details.service_left {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 12px;
    min-height: unset;
  }

  .service-history.gold-benefits {
    width: 100%;
    border-radius: 12px;
  }

  .single-benefit-box {
    padding: 13px 0;
  }

  .service-details.appointWrap {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
  }

  .service-history {
    width: 100%;
    border-radius: 12px;
    padding: 10px;
  }

  .single-result-row {
    margin-bottom: 30px;
  }

  .result-selection label, .result-selection h5, .result-selection span {
    min-width: 80px;
  }
  .result-selection h5 {
    min-width: 160px;
  }
  .result-selection span {
    min-width: 140px;
  }

  .deffer-maintenance h6 {
    margin: 20px 0;
  }
  .deffer-maintenance a {
    margin: auto;
  }

  .all-notifications .single-notification p {
    font-size: 15px;
  }

  .service-details {
    border-radius: 12px;
    width: 100%;
    margin-top: 20px;
    min-height: unset;
  }

  .result-selection label, .result-selection span, .result-selection h5 {
    font-size: 16px;
  }

  .service_history_body .vehicle-layer-head .nav-tabs .nav-link {
    width: 100%;
    font-size: 14px;
    margin: 7px 0 !important;
    padding: 15px;
  }

  .service_history_result {
    width: 100%;
    overflow-x: auto;
  }

  .service_detailing_wrap .modal-info-row h5 {
    min-width: 150px;
  }

  .service_details-body a {
    margin: 8px auto;
  }

  .account-data {
    width: 100%;
    padding: 0;
  }

  .fields-row .field,
  .account-data .field {
    flex-direction: column;
    align-items: flex-start;
  }
  .fields-row .field input,
  .account-data .field input {
    width: 100%;
    margin-top: 5px;
  }

  .profile_container {
    padding: 25px 15px;
    border-radius: 12px;
  }

  .save-btn {
    justify-content: center;
  }

  .profile-documents {
    margin-top: 20px;
  }
  .profile-documents h5 {
    margin-bottom: 15px;
  }

  .vehicle-data {
    width: 100%;
  }

  .field.field-short.short-label.zip input {
    width: 100%;
  }

  .work-orders.invoice-table .result-selection .service_value {
    min-width: 130px;
    max-width: 130px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 360px) {
  .deffer-maintenance .result-selection>span, .deffer-maintenance .result-selection>h5 {
    min-width: unset !important;
  }
  .deffer-maintenance .result-selection label, .deffer-maintenance .result-selection h5, .deffer-maintenance .result-selection span {
    font-size: 13px;
  }
  .deffer-maintenance .result-selection .service_title {
    font-size: 13px;
    min-width: 140px !important;
    max-width: 140px !important;
  }

  .work-orders.invoice-table {
    padding: 20px 0;
  }
  .work-orders.invoice-table .result-selection h5, .work-orders.invoice-table .result-selection>span {
    min-width: 80px;
  }

  .work-orders.invoice-table .result-selection>label, .work-orders.invoice-table .result-selection>h5, .work-orders.invoice-table .result-selection>span {
    font-size: 13px;
    height: unset;
  }
  .work-orders.invoice-table .result-selection h5, .work-orders.invoice-table .result-selection>span {
    min-width: 100px;
    max-width: 100px;
    margin-right: 25px;
  }

  .vehicle-layer-head {
    padding: 15px 0;
  }
  .vehicle-layer-head .nav-tabs .nav-link {
    width: 48%;
    font-size: 12px;
    margin-right: 0 !important;
  }

  .kilometers, .map-tracker {
    width: 100%;
    margin: 15px 0;
  }

  .map-tracker img {
    width: 100%;
  }
  .map-tracker a {
    margin: auto;
  }

  .single-status {
    margin-bottom: 15px;
    width: calc(100% / 2);
  }

  .work-orders.invoice-table .result-selection .service_value {
    min-width: 100px;
    max-width: 100px;
    margin-right: 5px;
  }
  .telematics {
    padding-top: 40px;
  }
  .telematics h2,
  .telematics h2 span {
    font-size: 30px;
  }

} 
.font-btn-calendar{
    font-family: "Poppins", sans-serif;
    font-weight:600;
}
.btn-service-section{
    padding: 2px ;
    font-size: 15px;
}
.icon-section-calendar{
   display: flex;
   justify-content:center;
   align-items:center;
   padding:2px;
   gap:8px;
}
.service-locate-text{
    background: white !important;
}
.service-locate-new-section{
    display:flex;
    justify-content: space-between;
    align-items: baseline;
    width: 82%;
}
.service-locate-text h5{
    color: #f36d3e;
}
.filters-alignment{
    justify-content: flex-start !important;
    gap:10px; 
}
@media screen and (max-width: 1600px){
    .service-locate-new-section{
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .service-locate-new-section{
        flex-direction: column;
      
    }} 
.toggle-span{
    margin: 3px !important;
}
.quote-area span{
    border-radius: 13px;
}
@media screen and (max-width: 1750px){
    .result-selection span{
        font-size: 13px !important;
    } 
   
    .result-selection>span{
        padding-left: 25px !important;
    }
  
}
@media screen and (max-width: 1450px){
    .result-selection span{
        font-size: 11px !important;
    } 
   
    
}
.filters-alignment{
    justify-content: flex-start !important;
    gap:10px;
}
.toggle-span{
    margin: 3px !important;
}
.quote-area span{
    border-radius: 13px;
}
@media screen and (max-width: 1750px){
    .result-selection span{
        font-size: 13px !important;
    } 
    .result-selection>span{
        padding-left: 25px !important;
    }
  
}
@media screen and (max-width: 1450px){
    .result-selection span{
        font-size: 11px !important;
    } 
   
    
}

  
.latest-checks-selection .result-selection label .checkmark{
    border-radius: 15% !important;
}
.latest-checks-selection .result-selection label .checkmark::before{
    border-radius: 15% !important;
}
@media screen and (max-width: 1450px){
    .result-selection span{
        font-size: 11px !important;
    } 
   
    
}

  
.latest-checks-selection .result-selection label .checkmark{
    border-radius: 15% !important;
}
.latest-checks-selection .result-selection label .checkmark::before{
    border-radius: 15% !important;
} 

  
.latest-checks-selection .result-selection label .checkmark{
    border-radius: 15% !important;
}
.latest-checks-selection .result-selection label .checkmark::before{
    border-radius: 15% !important;
}

/*# sourceMappingURL=all.css.map */ 
.contract_content h6{
    text-align: end !important;
}
.contract_content h6{
    color: gray ;
    font-size: 16px;
}
.contract_content h5{
    color: gray ;
    font-size: 16px;
}
.upload-agreement{
    text-align: end;
}
.service_details-body a:hover,a:focus{
    color:black !important;
}
@media only screen and (max-width:1024px){
    .upload-agreement{
        margin-top:20px;
        text-align: start;
    }
}
/*# sourceMappingURL=all.css.map */
