@import url("./trips.css");
@import url("./roster.css");
@import url("./dashboard.css");
@import url("./helpdesk.css");
@import url("./approval.css");
@import url("./mobile.css");
@import url("./flex.css");
@import url("./refund.css");
@import url("./horizontal.css");
@import url("./slider-animations.css");
@import url("./styles.css");
@import url("./settings.css");
@import url("./settingsShuttles.css");
@import url("./QRScanner.css");

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../font/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url("../font/MaterialIcons-Regular.woff2") format("woff2"),
    url("../font/MaterialIcons-Regular.woff") format("woff"),
    url("../font/MaterialIcons-Regular.ttf") format("truetype");
}

/*! START SI-2676 alltrip UI update v2 */

.capitalize {
  text-transform: capitalize;
}

.hidden-blur-div {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /* background: wheat; */
  z-index: 5;
}

.alltrip-container {
  /* max-width: 1840px !important; */
  height: 100%;
  width: 100%;
}

.alltrip-body {
  height: 100%;
  background-color: #f4f6fa;
}

.alltrip-main {
  height: 100%;
  background-color: #f4f6fa;
  padding: 0 !important;
  border-radius: 24px 0 0 0;
}
.allTrip-outer {
  position: relative;
  /* left: 50%;
  transform: translateX(-50%);
  max-width: 1840px; */
}

.alltrip-outer-2 {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.allTrip-outer::after {
  content: none;
}

.alltrip-inner {
  display: flex;
  flex-direction: column;
  /* padding: 24px; */
  padding: 10px 10px;
  /* max-width: 1840px !important; */
  gap: 10px;
  flex: 1;
  width: 100%;
  background: #f4f6fa;
  border-radius: 24px 0 0 0;
}
.nonadherence-tab-content {
  padding: 0px 0px;
  /* max-width: 1840px !important; */
  width: 100%;
  background: #f4f6fa;
}

.allTrip-heading {
  display: flex;
  justify-content: start;
  align-items: center;
  color: var(--text-primary, rgba(0, 0, 0, 0.87));
  font-family: "Roboto";
  /* font-size: 34px; */
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.alert-tab-page .nav-tabs,
.alltrip-inner,
#livemap-main-container .nav-tabs,
#history-container .nav-tabs {
  /* height: 42px; */
  /* border-bottom: 1px solid #0000001F; */
  text-transform: capitalize;
  /* width: fit-content; */
}
.alert-tab-page .nav-tabs {
  width: 100%;
}

.alert-tab-page .nav-tabs .active,
.alltrip-inner .nav-tabs .active,
#livemap-main-container .nav-tabs .active,
#history-container .nav-tabs .active {
  border-bottom: 2px solid #55b948;
  font-family: "Roboto";
  font-weight: 500 !important;
  font-size: 14px !important;
}

.alert-tab-page .nav-tabs .active a,
.alltrip-inner .nav-tabs .active a,
#livemap-main-container .nav-tabs .active a,
#history-container .nav-tabs .active a {
  color: #2e7d32 !important;
  background: transparent !important;
}
.alert-tab-page .nav-tabs li,
.alltrip-inner .nav-tabs li,
#livemap-main-container .nav-tabs li,
#history-main-container .nav-tabs li {
  font-family: "Roboto";
  font-weight: 500 !important;
  font-size: 16px !important;
}
.alert-tab-page .nav-tabs .active a:hover,
.alltrip-inner .nav-tabs .active a:hover,
#livemap-main-container .nav-tabs .active a:hover,
#history-container .nav-tabs .active a:hover {
  color: #55b948 !important;
}
.trips-back-arrow {
  cursor: pointer;
  padding: 5px;
  border-radius: 100px;
  padding-right: 1px;
}
.trips-back-arrow:hover {
  background: rgba(85, 185, 72, 0.05);
}

.backButtonScreens {
  width: min-content;
  font-size: 20px;
  font-weight: 500;
}

.backButtonScreens:hover {
  background: rgba(85, 185, 72, 0.05);
  cursor: pointer;
}

.tab_list {
  margin-top: -5px;
  border-bottom: 1px solid #0000001f;
}
.alltrip-inner .nav-tabs .active a:hover {
  color: #55b948;
}

.alert-tab-page .nav-tabs a:hover,
.alltrip-inner .nav-tabs a:hover,
#livemap-main-container .nav-tabs a:hover,
#history-container .nav-tabs a:hover {
  background-color: transparent !important;
  /* color: rgba(0, 0, 0, 0.87); */
  color: #55b948;
  /* border-bottom: 1px solid #55B948; */
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}

.alert-tab-page .nav-tabs a,
.alltrip-inner .nav-tabs a,
#livemap-main-container .nav-tabs a,
#history-container .nav-tabs a {
  color: #666666;
}

.allTrip-filter {
  background-color: white;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.allTrip-filter-button > button {
  width: 100px;
  color: #000000 !important;
  background-color: #3bb42c;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
  height: 40px !important;
}

.allTrip-reset-button > button {
  width: 100px;
  color: #2e7d32 !important;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #55b948;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
  height: 40px !important;
}

.allTrip-expand-button > button {
  width: 100px;
  color: #2e7d32 !important;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #55b948;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
  height: 35px !important;
}

#allTripFilterOfficeSelect {
  margin: 0 !important;
}

#allTripFilterTripSelect {
  margin: 0 !important;
}

#tripDate {
  width: 130px;
  height: 38px !important;
  border: 1px solid rgba(0, 0, 0, 0.23) !important;
  border-radius: 5px;
  font-family: "Roboto";
  font-size: 14px !important;
  font-weight: 400 !important;
  text-align: center;
  padding: 0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
  box-shadow: none;
}

.tripActive {
  border: 1px solid #3bb42c !important;
}

.allTrip-summary {
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
}

.alert-sub-nav-tabs {
  padding: 8px 22px 8px 22px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.6);
  text-transform: capitalize;
  background: white;
}
.alert-sub-nav-tabs:hover {
  background: #ecf5eb;
  color: #000000;
}
.tools-tab-content .nav-tabs {
  border: none !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tools-tab-content .nav-tabs li.active,
.tools-tab-content .nav-tabs li:hover {
  border: none !important;
}
.tools-tab-content .nav-tabs li.active a,
.tools-tab-content .nav-tabs li.active a:hover {
  /* box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); */
  border: 1px solid #2e7d32;
  background-color: white !important;
  color: #2e7d32;
  line-height: 24px;
}
.tools-tab-content .nav-tabs li a {
  /* box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12); */
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #666666;
  text-transform: capitalize;
  background: white;
  line-height: 24px;
}
.tools-tab-content .nav-tabs li a:hover {
  background: #ecf5eb !important;
  color: #000000;
  /* box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); */
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  line-height: 24px;
}
.announcement-tab-cont-1 {
  padding: 20px;
  background: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.annc-shift-date-box {
  display: flex;
  align-items: center;
  margin: 0 !important;
  height: 42px;
}
.annc-shift-date-box .input-field {
  margin: 0;
}
.annc-shift-date-box input[type="text"] {
  border-bottom: none !important;
  font-size: 16px;
  font-weight: 400;
}
.announcement-tab-cont-2 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  background: rgba(255, 255, 255, 1);
}
.announcement-tab-cont-1 .first-block {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 4px;
  padding: 0px 12px;
  width: fit-content;
  /* margin-bottom: 10px; */
  margin-left: 3px;
}
.announcement-tab-cont-1 .first-block .select-fliter {
  border: none !important;
  padding: 0;
}
#toolsdiv
  .announcement-tab-cont-1
  .first-block
  .select-fliter
  .select-wrapper
  > .dropdown-content {
  width: calc(100% + 15px) !important;
}
.announcement-tab-cont-1 .first-block .select-fliter .select-wrapper {
  width: 100px;
}
.announcement-tab-cont-1 .first-block .type-head input[type="text"] {
  border: none !important;
  width: 300px;
  font-size: 16px;
}
.announcement-tab-cont-1 .first-block .input-field {
  margin: 0;
}
.announcement-tab-cont-1 .last-block .select-fliter,
.announcement-tab-cont-2 .select-fliter {
  border: 1px solid rgba(0, 0, 0, 0.23);
  padding: 0 12px;
}
.announcement-tab-cont-1 .last-block .select-fliter:hover,
.announcement-tab-cont-2 .select-fliter:hover,
.checklist-body .select-fliter:hover,
.checklist-body .input-field:hover,
.checklist-body .type-ahead:hover,
.geo_form_field_container .select-fliter:hover {
  border: 1px solid rgba(85, 185, 72, 1);
}
.announcement-tab-cont-1 .checkmark {
  border-radius: 0;
}
.announcement-select-multiple {
  display: flex;
  flex-wrap: wrap;
}
.announcement-select-multiple .spoc-chip {
  margin: 3px;
}
.alert-sub-nav-tabs-active {
  padding: 8px 22px 8px 22px;
  border-radius: 4px;
  /* box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12); */
  border: 1px solid rgba(85, 185, 72, 1);
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  background-color: #ffffff;
  color: rgba(85, 185, 72, 1);
}

.select-container {
  width: 220px;
  position: relative;
}

.select-container .select-wrapper {
  display: flex;
  align-items: center;
  height: 45px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  font-size: 15px;
  width: 220px;
  padding-left: 12px;
  padding-right: 8px;
}

.select-container .select-wrapper:hover {
  border: 1px solid #3bb42c;
}
.select-container .select-wrapper.active {
  border: 1px solid #3bb42c;
}

#siteSwitcher .select-wrapper.active {
  border: 1px solid #3bb42c;
}

.select-container .select-wrapper > input {
  font-size: 12px !important;
  /* margin-left: 8px; */
}

.select-container .select-wrapper ul {
  width: 100% !important;
  margin-top: 12px;
  margin-left: -12px !important;
}
#reportsdiv .select-container .select-wrapper ul {
  scrollbar-width: none;
}
#reportsdiv .select-container .select-wrapper ul li {
  /* padding: 5px 0; */
}

.select-container .select-wrapper ul li:hover,
#toolsdiv .dropdown-content li:hover,
#toolsdiv .dropdown-content li.active,
#toolsdiv .dropdown-content li.selected {
  background-color: rgba(85, 185, 72, 0.08);
}

.select-container .select-wrapper ul li {
  background-color: inherit;
}
#toolsdiv .dropdown-content li > span > label > span,
#toolsdiv .dropdown-content li span {
  font-weight: 400;
  font-size: 15px;
}
#toolsdiv .dropdown-content li {
  height: 36px;
  display: flex;
  align-items: center;
}
.select-container .select-wrapper ul li span label span {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-search-component-wrapper.active {
  border: 1px solid #3bb42c;
}
.nav-search-component-wrapper .collection {
  width: 100% !important;
  left: 6px !important;
}

.nav-search-component-wrapper .collection::-webkit-scrollbar {
  display: none;
}

.top-search-action-btn {
  padding: 10px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  background: #ffffff;
}

/* Select suggest and search box start */

#selectSuggestSearch {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto";
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
  border: none;
  min-height: 35px;
}

#selectSuggestSearch::placeholder {
  color: rgba(0, 0, 0, 0.26);
  font-size: 16px;
}

#selectSuggestSearch:focus {
  border: none;
  box-shadow: none;
}

#select-suggest-search-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 5px;
  background: white;
  height: 40px;
}

#select-suggest-search-wrapper.active {
  border: 1px solid #3bb42c;
}

.select-suggest-flex-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  position: relative;
}

.select-suggest-search {
  height: 39px;
  width: 100%;
}
.select-suggest-search .container-typeAhead {
  width: 98%;
}

.select-suggest-search .row .row .input-field {
  height: 40px;
  display: flex;
  align-items: center;
  margin: 0;
}

.select-suggest-search .collection {
  width: calc(100% + 40px);
  margin-left: -5px;
  margin-top: 4px;
  box-shadow: 0px 2px 3px 1px #0000001f;
  border-radius: 0 0 5px 5px;
  border: none !important;
  max-height: 50vh;
  overflow: auto;
}

.select-suggest-search .collection .collection-item {
  border: none !important;
  color: rgba(0, 0, 0, 0.87) !important;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.select-suggest-search .collection .collection-item:hover {
  background-color: #ecf5eb !important;
  text-decoration: none !important;
}

.select-suggest-select-fliter {
  /* border: 1px solid #DADADA; */
  /* background: #F5F5F5; */
  display: flex;
  background: #fff;
  /* min-width: 100px; */
  /* padding-left: 5px; */
  /* border-radius: 4px; */
  color: #888;
  font-weight: 600;
  font-size: 11px;
  height: 25px !important;
  border-right: 1px solid rgba(0, 0, 0, 0.23);
}

.select-suggest-select-fliter .select-wrapper {
  display: flex;
  align-items: center;
  padding-left: 12px;
  padding-right: 5px;
  width: 130px;
}

.select-suggest-select-fliter .select-wrapper input.select-dropdown {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
}

.select-suggest-select-fliter .select-wrapper ul {
  width: 100% !important;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 2px 3px 1px #0000001f !important;
}

.select-suggest-select-fliter .select-wrapper ul li span {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
  height: 20px;
  height: 36px;
  display: flex;
  align-items: center;
  overflow-x: scroll;
  text-wrap: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.select-suggest-select-fliter .select-wrapper ul li span::-webkit-scrollbar {
  display: none;
}
.select-suggest-select-fliter .select-wrapper .dropdown-content .selected {
  background-color: #55b94814 !important;
}

.select-suggest-select-fliter .select-wrapper ul li:hover {
  background-color: #55b94814 !important;
}
/* Select suggest and search box end */

/* .chart-main-container .select-container .select-wrapper ul li span {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  align-items: center;
}

.chart-main-container .select-container .select-wrapper ul li:hover {
  background-color: rgba(85, 185, 72, 0.08);
}

.chart-main-container .select-container .select-wrapper ul li {
  background-color: inherit ;
} */

.select-container .select-wrapper ul li span label input {
  margin-bottom: 9px !important;
  margin-right: 9px !important;
}

.select-container .select-wrapper ul li span {
  height: 54px;
  display: flex;
  align-items: center;
}

.select-container .select-wrapper ul li span label {
  display: flex;
  align-items: center;
}

.allTrip-table-wrapper {
  /* overflow-x: auto; */
}

.allTrip-table {
  display: block;
  white-space: nowrap;
  /* min-width: 1480px; */
  margin: 0;
  box-shadow: 0px 2px 1px -1px #00000033;
}

.allTrip-table > thead > tr > th {
  /* border: 1px solid black; */
  border-collapse: collapse;
  text-align: left;
  text-wrap: wrap;
  padding-left: 16px;
}

.allTrip-table > tbody > tr {
  /* border: 1px solid black; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-collapse: collapse;
}

.allTrip-table > tbody > tr > td {
  padding-left: 16px;
  padding-right: 0;
}

.allTrip-table > thead {
  background-color: white;
  /* font-family: "Roboto"; */
  /* font-size: 10px; */
  /* font-weight: 700; */
  color: #000000;
  height: 40px;
}

.table-text-primary-bold {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  white-space: nowrap;
  word-break: break-word;
  text-wrap: wrap;
}

.trip-details-top {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  white-space: nowrap;
}
.trip-details-top .flex-align-start {
  gap: 0 !important;
}

.trip-details-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  max-width: 200px;
  padding-left: 25px;
}
.trip-details-chips {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.table-text-primary {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  word-break: break-word;
}

.detail-row {
  display: flex;
  align-items: center;
}

.allTripTable-flex-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}

.icon-circle {
  height: 21px;
  width: 21px;
  box-sizing: border-box;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-circle.blue-border {
  border: 2px solid #0288d1;
}
.icon-circle.green-border {
  border: 3px solid #3bb42c;
}

.allTripTable-flex-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.allTripTable-image {
  height: 20px;
  width: 20px;
}

.vertical-line-v2-loc-connect {
  height: 12px;
  width: 2px;
  margin: 1px auto;
  margin-left: 9px;
  background: rgba(0, 0, 0, 0.23);
}
.chips-unassign {
  display: flex;
  padding: 5px 30px;
}

.office-image-small {
  height: 10px;
  width: 9px;
}
.home-image-small {
  height: 13px;
  width: 12px;
}

.table-pagination-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 60px;
  padding-right: 15px;
}

.table-pagination-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
}

.table-pagination-select {
  width: 40px;
  border: none;
  padding: 0;
  height: 16px;
}

.table-pagination-text-secendory {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}

.table-pagination-text-primary {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 400;
}

.table-pagination-image {
  height: 20px;
  width: 20px;
}

.allTrip-view-vendor-tooltip {
  display: block;
  position: absolute;
  top: 30px;
  z-index: 5;
  width: 660px;
  right: -34px;
  line-height: 25px;
  font-weight: 900;
  background: #fff;
  box-shadow: 0px 0px 4px #bbb;

  padding: 18px;
  border-radius: 5px;
}

.tooltip-extender {
  content: "";
  position: absolute;
  top: -25px; /* value = - border-top-width - border-bottom-width */
  right: 0px; /* controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 11px 41px; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: transparent;
  /* reduce the damage in FF3.0 */
  box-shadow: 0px 0px 4px #bbb;
  display: block;
  width: 0;
}

.tooltip-extender-border-hide {
  position: absolute;
  top: 21px; /* value = - border-top-width - border-bottom-width */
  right: -11px;
  width: 22px;
  background-color: white;
  height: 31px;
}

.tooltip-extender-border-hide2 {
  position: absolute;
  top: 25px; /* value = - border-top-width - border-bottom-width */
  right: -7px;
  width: 22px;
  background-color: white;
  height: 21px;
}

.allTrip-view-vendor-tooltip .heading {
  font-family: "Roboto";
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
}

.allTrip-view-vendor-tooltip .sub-heading {
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  text-align: center;
  width: 112px;
}

.table-header-sticky {
  margin-top: 10px;
}

.sticky-v2 {
  position: sticky;
  top: 90px;
  background-color: #f6f6fa;
}

.copyright-div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  height: 30px;
  margin-top: 10px;
}

.footerLogo {
  height: 20px;
  width: 83px;
}

/*! END SI-2676 alltrip UI update v2 */

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

:focus {
  outline: 0;
}

body {
  font-size: 12px;
  padding-left: 112px;
  padding-top: 90px;
  /* background: #F4F6FA; */
}

#nav-left {
  width: 112px;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  background: #ffffff;
  background-position: center;
  box-shadow: 2px 5px 5px -1px rgba(0, 0, 0, 0.3);
  padding: 4px 3px 5px 3px;
  top: 90px;
}

#nav-left::-webkit-scrollbar {
  display: none;
}

#nav-left li {
  padding: 0px;
  background-color: transparent;
  margin-top: 14px;
}

.nav-left a div {
  color: #595959;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.175px;
  text-transform: capitalize;
}
.nav-left .nav-left-item {
  display: flex;
  width: 88px;
  height: 45px;
  /* padding: 10px; */
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
}

.nav-left.active > .nav-left-item > a > .navbar-icon-wrapper {
  background: #55b9484d;
}
.nav-left > .nav-left-item:hover > a > .navbar-icon-wrapper {
  background-color: #ecf5eb;
}

.nav-left.active > .nav-left-item:hover > a > .navbar-icon-wrapper {
  background: #55b9484d;
}

/* .navbar-icon-wrapper:hover {
  background: #ECF5EB;
} */

.navbar-icon-wrapper {
  height: 34px;
  width: 34px;
  /* background: wheat; */
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-left:hover a div {
  color: #295d22;
}
.nav-left.active a div {
  color: #295d22;
}
/* .nav-left:hover a img.left-nav-icon-home,.nav-left.active a img.left-nav-icon-home{
  content: url('/static/images/left-nav-icon-home-green.svg');
}
.nav-left:hover a img.left-nav-icon-trip, .nav-left.active a img.left-nav-icon-trip {
  content: url('/static/images/left-nav-icon-trip-green.svg');
}

.nav-left:hover a img.left-nav-icon-specialtrip, .nav-left.active a img.left-nav-icon-specialtrip {
  content: url('/static/images/left-nav-icon-specialtrip-green.svg');
}
.nav-left:hover a img.left-nav-icon-map, .nav-left.active a img.left-nav-icon-map {
  content: url('/static/images/left-nav-icon-map-green.svg');
}
.nav-left:hover a img.left-nav-icon-report, .nav-left.active a img.left-nav-icon-report {
  content: url('/static/images/left-nav-icon-report-green.svg');
}
.nav-left:hover a img.left-nav-icon-alert, .nav-left.active a img.left-nav-icon-alert {
  content: url('/static/images/left-nav-icon-alert-green.svg');
}
.nav-left:hover a img.left-nav-icon-roster, .nav-left.active a img.left-nav-icon-roster {
  content: url('/static/images/left-nav-icon-roster-green.svg');
}
.nav-left:hover a img.left-nav-icon-setting, .nav-left.active a img.left-nav-icon-setting {
  content: url('/static/images/left-nav-icon-setting-green.svg');
} */
/* .nav-left:hover a img.left-nav-icon-tools, .nav-left.active a img.left-nav-icon-tools {
  content: url('/static/images/left-nav-icon-tools-green.svg');
}
.nav-left:hover a img.left-nav-icon-lounge, .nav-left.active a img.left-nav-icon-lounge {
  content: url('/static/images/left-nav-icon-lounge-green.svg');
} */
.nav-left-item .vertical-line {
  display: flex;
  padding: 0px 3px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0px;
  background: #fff;
}
.nav-left-item .vertical-line div {
  width: -webkit-fill-available;
  height: 1px;
  border-radius: 0px;
  background: #53c41a;
}

.nav-left a img {
  width: 25px;
  height: 25px;
}

.nav-left a {
  text-align: center;
  padding: 0px !important;
  /* height: 40px !important; */
  line-height: 22px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo {
  /* background-image: -o-linear-gradient(bottom, #FFFFFF 2%,  #E2E2E2 80%, #CDCDCD 100%) !important; */
  /* background-image: -moz-linear-gradient(bottom, #FFFFFF 2%, #E2E2E2 80%, #CDCDCD 100%) !important; */
  /* background-image: -webkit-linear-gradient(bottom, #FFFFFF 2%, #E2E2E2 80%, #CDCDCD 100%) !important; */
  /* background-image: -ms-linear-gradient(bottom, #FFFFFF 2%, #E2E2E2 80%, #CDCDCD 100%) !important; */
  /* background-image: linear-gradient(to bottom, #FFFFFF 2%, #E2E2E2 80%, #CDCDCD 100%) !important; */
  height: 60px;
  padding: 0 10px !important;
  cursor: default !important;
}
nav {
  background: #fff;
  color: #2e7d32;
  height: 90px;
  line-height: 60px;
}

.nav-sos-active {
  position: fixed;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100vw;
  -webkit-box-shadow: -1px 2px 5px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 2px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 2px 5px -1px rgba(0, 0, 0, 0.3);
}

.container {
  width: 100%;
}

.row {
  width: 100%;
  margin-bottom: 0px;
}
.error-container {
  position: absolute;
  background: rgba(244, 246, 250, 1);
  width: 101vw;
  height: 100vh;
  margin-left: -70px;
}
.error-container-sub {
  width: 97%;
  height: 87%;
  background: white;
  margin-left: 25px;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.error-content-cont {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.sos-bottom-link {
  font-size: 24px;
  color: #000;
  padding-left: 15px;
}

.sos-bottom-link a {
  color: blue;
  text-decoration: underline;
}

.left-nav-bar {
  position: fixed;
  top: 50px;
  bottom: 0px;
  width: 50px;
  background: #406580;
  display: none;
}

.right-div-contant {
  /*margin-left: 50px;*/
}

nav ul a {
  color: #65b265;
}

html {
  font-family: "Roboto-Regular";
  scroll-behavior: smooth;
}

h5 {
  font-size: 16px;
  font-weight: bold;
  color: #2e7d32;
  margin: 10px 0;
}

h6 {
  font-weight: bold;
  color: #2e7d32;
}
.moreinfo-cont input[type="text"]::placeholder,
#checklistdiv .textbox::placeholder {
  color: #888;
}
.moreinfo-cont .materialize-textarea {
  min-height: 32px !important;
}
.de-registration-textarea {
  height: 90px;
  min-height: 90px;
  max-height: 90px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  font-size: 16px;
  border-radius: 4px;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.23);
}
.moreinfo-cont input[type="text"],
.moreinfo-cont input[type="time"],
#checklistdiv .textbox {
  border: 1px solid rgba(0, 0, 0, 0.23);
  /* border: 1px solid #DADADA !important; */
  padding-left: 12px;
  padding-right: 12px;
  background: #ffffff !important;
  border-radius: 4px;
  width: 330px;
  height: 40px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
}
.moreinfo-cont input[type="text"]:hover {
  border: 1px solid #55b94880;
  font-size: 14px;
}
.moreinfo-cont input[type="time"] {
  width: 75px !important;
}

.moreinfo-cont input[type="time"]::-webkit-inner-spin-button,
.moreinfo-cont input[type="time"]::-webkit-outer-spin-button {
  height: 32px;
  margin: 0;
}
.moreinfo-cont input[type="text"]:focus,
.moreinfo-cont input[type="time"]:focus,
#checklistdiv .textbox:focus {
  border: 1px solid #dadada !important;
  box-shadow: none !important;
}
.checklist-table .penalty {
  opacity: 0.5;
}
input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="time"],
input[type="date"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea.materialize-textarea {
  margin-bottom: 10px;
}


.employee-table-wrapper {
  overflow-x: auto;
  width: 100%;
}

.scroll-container {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 350px;
  display: block;
}

.trip-emp-head-new th,
.trip-emp-body-new td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.trip-emp-head-new th.name-id-num,
.trip-emp-body-new td.name-id-num {
  width: 220px;
  max-width: 220px;
}

.trip-emp-head-new th.address,
.trip-emp-body-new td.address {
  width: 300px;
  max-width: 300px;
}

th.name-id-num,
td.name-id-num {
  width: 250px;
  max-width: 250px;
  text-align: left;
}

th.routing-zone,
td.routing-zone {
  width: 90px;
  text-align: left;
}

th.location,
td.location {
  width: 300px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  text-align: left;
}

th.ofc-location,
td.ofc-location {
  width: 100px;
  text-align: left;
}

th.time,
td.time {
  width: 75px;
  text-align: left;
}

th.type,
td.type {
  width: 55px;
  text-align: left;
}

th.confirmation,
td.confirmation {
  width: 130px;
  text-align: left;
}

.name-id-num {
  padding: 6px 8px;
  white-space: normal;
  word-break: break-word;
  font-size: 13px;
}

.name-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.name-line {
  display: flex;
  align-items: center;
}

.emp-name {
  font-weight: 500;
  margin-left: 8px;
}

.right-icons {
  align-items: center;
  gap: 6px;
}

.info-line {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}

.collection {
  margin: 0px;
}

table {
  margin-bottom: 5px;
}

td,
th {
  padding: 5px;
}

span.badge {
  font-size: 2rem;
}

.waypoint {
  border: 1px solid #e0e0e0;
  padding: 10px 10px;
  margin: 5px 0px;
  border-radius: 3px;
}

.request-form-container .waypoint {
  margin: 0;
  border-radius: 4px;
}
.request-form-container .waypoint:hover {
  border: 1px solid #3bb42c;
}

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

.container-div {
  width: 98%;
  margin: 0 auto;
}

.icon-2rem {
  margin-top: 2rem;
  cursor: pointer;
}

/*! STAR Added by me */

.nav-site-fliter .select-container {
  width: 220px !important;
}

.select-container .select-wrapper {
  display: flex;
  align-items: center;
  height: 44px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 5px;
  font-size: 15px;
  width: 100% !important;
  padding-left: 12px;
  padding-right: 8px;
}

.select-container .select-wrapper ul li span {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  align-items: center;
}

.select-container .select-wrapper.active {
  border: 1px solid #3bb42c;
}

.select-container .select-wrapper > input {
  font-size: 14px !important;
  /* margin-left: 8px; */
}

.select-container .select-wrapper ul {
  width: 100% !important;
  margin-top: 10px;
  left: 10px !important;
}

.select-container .select-wrapper ul li:hover {
  background-color: rgba(85, 185, 72, 0.08);
}

.select-container .select-wrapper ul li {
  background-color: inherit;
}

.select-container .select-wrapper ul li span label span {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  align-items: center;
}

.chart-main-container .select-container .select-wrapper ul li span {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  align-items: center;
}

.chart-main-container .select-container .select-wrapper ul li:hover {
  background-color: rgba(85, 185, 72, 0.08);
}

.chart-main-container .select-container .select-wrapper ul li {
  background-color: inherit;
  padding-left: 13px;
}

.select-container .select-wrapper ul li span label input {
  margin-bottom: 9px !important;
  margin-right: 9px !important;
  margin-top: 5px !important;
  margin-left: 9px !important;
}

.select-container .select-wrapper ul li span {
  height: fit-content;
  padding: 5px 0px 5px 10px;
  /* min-height: 36px; */
  display: flex;
  align-items: center;
}
#reportsdiv .select-container .select-wrapper ul li span {
  /* min-height: 30px; */
  padding-left: 10px;
}

.select-tripFilter .caret {
  position: absolute;
  cursor: pointer;
  top: 10%;
  right: 0px;
  width: 18px;
  height: 27px;
  color: transparent !important;
  background-size: 10px 5px;
  background-position: center center;
  background: white;
}
.dropdown-content li > span > label {
  height: auto;
}

.select-container .select-wrapper ul li span label {
  display: flex;
  align-items: flex-start;
}

.graph-container {
  margin-left: inherit !important;
  /* margin-top: 5px; */
  width: 100%;
  /* grid-column: 1/3; */
  /* grid-row: 1; */
}

.chart-main-container {
  height: 516px;
  border-radius: 5px;
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.chart-inner-container {
  height: 472px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.graph-select {
  display: flex;
  justify-content: flex-end;
}

.graph-select .select-wrapper {
  width: 180px;
  /* margin-top: 10px;
  margin-right: 10%; */
}

.graph-tab {
  display: flex;
  justify-content: flex-end;
}

.graph-tab ul {
  width: 212px;
  margin-right: 10%;
}

/*! END Added by me */

.tooltipped {
  cursor: pointer;
}

.cursor {
  cursor: pointer;
}

.nav-wrapper {
  background: none;
  padding-left: 25px;
}

.breadcrumb {
  font-size: 12px;
}

.breadcrumb,
.breadcrumb:before {
  color: #000;
}

.breadcrumb:last-child {
  color: #388e3c;
  font-weight: 600;
}

.nav-breadcrumb {
  height: 30px;
  line-height: 30px;
  background: none;
  box-shadow: none;
}

.input-field .prefix {
  margin-top: 10px;
}

.dropdown-content {
  top: 40px !important;
}

.dropdown-content li {
  line-height: 1rem;
  min-height: 30px;
}

.dropdown-content li > a,
.dropdown-content li > span {
  padding: 3px 10px;
  font-size: 11px;
}

.dropdown-content li > span > label > span {
  color: #000000 !important;
}

.tab-div {
  display: none;
}

/*Auto suggest changes*/

.effecFrom .input-field {
  margin-left: -3px !important;
  width: 95% !important;
}

.effecFrom-new .input-field {
  margin-left: 2px !important;
  width: 290px !important;
  height: 42px;
  border-bottom: none !important;
}

.effecFrom .input-field .prefix ~ label {
  margin-left: -7px !important;
}

.autoCheckbox {
  height: 20px !important;
}

.autoRow {
  margin: -5px 0px 0px -5px !important;
}

.autoSelect {
  /* padding: 0 !important; */
  margin: -4px 0 0 0 !important;
}

#deployedTripMap,
.mapDiv {
  height: 500px;
}

#sidenav-overlay {
  display: none;
}

.notifyHeader {
  line-height: 20px;
  font-weight: bolder;
  font-size: 1rem;
  margin: 10px;
}

.small-button {
  font-size: 10px;
  padding: 5px;
  width: auto;
  height: auto;
  line-height: 15px;
  font-weight: bold;
}

.msg-wrapper {
  position: fixed;
  z-index: 100;
}

.top-center {
  top: 93px;
  width: 100%;
}

.top-left {
  top: 60px;
  left: 10px;
  width: 30%;
}

.top-right {
  top: 60px;
  right: 10px;
  width: 30%;
}

.bottom-left {
  bottom: 30px;
  left: 10px;
  width: 30%;
}

.bottom-right {
  bottom: 30px;
  right: 10px;
  width: 30%;
}

.bottom-center {
  bottom: 30px;
  width: 100%;
}

.top-center .msg-inner-div,
.bottom-center .msg-inner-div {
  margin: 0 auto;
  width: 35%;
  max-width: 50%;
}

.top-left .msg-inner-div,
.top-right .msg-inner-div,
.bottom-left .msg-inner-div,
.bottom-right .msg-inner-div {
  width: 100%;
}

.info-msg {
  background: #f9edbe;
  border: 1px solid #f0c36d;
  color: #000;
}
.error-text {
  color: #dc4242;
  height: fit-content;
  padding: 5px;
}

.error-msg {
  background: #dc4242;
  border: 1px solid #c43d3d;
  color: #fff;
}

.fuel-error-msg {
  color: #dc4242;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  text-align: center;
}

.warning-msg {
  background: #eaaf51;
  border: 1px solid #d99a36;
  color: #fff;
}

.msg-inner-div {
  padding: 3px 5px;
  text-align: center;
  font-weight: 600;
  border-radius: 3px;
  -webkit-box-shadow: 1px 0px 18px 0px rgba(50, 50, 50, 0.56);
  -moz-box-shadow: 1px 0px 18px 0px rgba(50, 50, 50, 0.56);
  box-shadow: 1px 0px 18px 0px rgba(50, 50, 50, 0.56);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  /* color: #FFFFFF;
  background: #388E3C; */
  color: #55b948;
  background: transparent;
}
.master-tap {
  /* margin-top: 24px; */
}
.master-tap .nav-tabs > li > a {
  padding: 5px 35px;
}
.master-tap .nav-tabs > li.active > a,
.master-tap .nav-tabs > li.active > a:hover,
.master-tap .nav-tabs > li.active > a:focus {
  /* border-bottom:3px solid #388E3C; */
}
.dashboard-tab-div .nav-tabs > li.active > a,
.dashboard-tab-div .nav-tabs > li.active > a:hover,
.dashboard-tab-div .nav-tabs > li.active > a:focus {
  border: none;
  color: #000;
  background: #fff;
}

.lean-overlay {
  background: none !important;
}
a {
  color: #000;
}

.notify-div-tab-ul {
  width: 200px;
  margin-top: 5px;
}

.notify-div-tab {
  width: 100px;
  height: 50px;
  float: left !important;
}

.notify-div-tab a {
  height: 50px;
  width: 100px;
}

.side-nav-data {
  max-height: 100%;
  border-left: 1px solid #ccc;
  position: absolute;
  top: 50px;
  right: 0px !important;
  bottom: 0px;
}
.side-nav li.logo:hover {
  background-color: unset;
}
.notif_active {
  padding: 9px 16px;
  color: #295d22;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 2px solid #295d22;
  letter-spacing: 0.4px;
  line-height: 24px;
}
.notification-tab {
  padding: 9px 16px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.4px;
  line-height: 24px;
}
.notification-tab:hover {
  color: #55b948;
  border-bottom: 2px solid #55b948;
}
.preloader-wrapper {
  margin: 0 auto;
}

input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="time"],
input[type="date"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea.materialize-textarea {
  /*Core CSS*/
  margin-bottom: 0px;
  height: 2.1rem;
  font-size: 12px;
}

flat-button {
  min-width: 99px;
  padding: 15px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #169bd5;
  text-align: center;
  cursor: pointer;
}

.flat-button:focus {
  background-color: #169bd5;
  color: #fff;
}

.self-declaration-cancel-button {
  display: inline-block;
  min-width: 105px;
  font-weight: bold;
  padding: 8px;
  color: #388e3c;
  background-color: #fff;
  border: 1px solid #388e3c;
  border-radius: 4px;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.self-declaration-cancel-button:hover {
  color: #fff;
  background-color: #388e3c;
  border: 1px solid #fff;
}

.self-declaration-button {
  display: inline-block;
  min-width: 105px;
  font-weight: bold;
  padding: 8px;
  color: #fff;
  background-color: #388e3c;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.self-declaration-button:disabled {
  color: #fff;
  background-color: gray;
}

#self-lable {
  padding-left: 6px;
  padding-bottom: 23px;
  font-size: 14px;
}

input:where(#selfDeclaration) {
  appearance: none;
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 2px;
  border: 0.1em solid black;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}

input:where(#selfDeclaration):after {
  color: white;
  content: "\2714";
  font-size: 15px;
  display: none;
}

lable:where(#self-lable) {
  cursor: pointer;
}

input:where(#selfDeclaration):checked {
  background-color: green;
  border: 0.1px solid green;
}

input:where(#selfDeclaration):checked:after {
  display: block;
}

.agreeDiv {
  margin: 10px 0px 0px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#self-dec-scrollbar::-webkit-scrollbar {
  width: 5px;
}

#self-dec-scrollbar::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  height: 10px;
}

#self-dec-scrollbar::-webkit-scrollbar-track {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ghost-button {
  display: inline-block;
  min-width: 99px;
  padding: 8px;
  margin-left: 5px;
  color: #fff;
  border: 1px solid #169bd5;
  border-radius: 5px;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.ghost-button-cancel {
  min-width: 99px;
  padding: 8px;
  margin-left: 5px;
  background-color: #fff;
  color: rgba(85, 185, 72, 1) !important;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  border: 1px solid rgba(85, 185, 72, 0.5);
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}
.ghost-button-cancel:hover {
  border: 1px solid rgba(85, 185, 72, 0.5);
  transform: scale(0.98);
  background: rgba(85, 185, 72, 0.05);
}
.ghost-button:hover,
.ghost-button:active {
  /* background-color: #fff;

  color: rgba(85, 185, 72, 1) !important;

 
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgba(85, 185, 72, 0.5) */
}

.ghost-button-2 {
  display: inline-block;
  min-width: 50px;
  padding: 8px;
  margin-left: 5px;
  color: #388e3c;
  border-radius: 5px;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.ghost-button-2:hover,
.ghost-button-2:active {
  background-color: #388e3c;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="time"],
input[type="date"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea.materialize-textarea {
  /*Core CSS*/
  margin-bottom: 0px;
  height: 2.1reml;
  font-size: 12px;
}

.select-wrapper input.select-dropdown,
.select-wrapper input.select-dropdown:disabled {
  font-size: 14px;
  height: 2.1rem;
  border: none;
  font-weight: 400;
}
.nonadherence-field-box {
  padding: 8px 16px;
  background: white;
  margin-top: 24px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
}
.nonadherence-field-box .select-fliter {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  margin: 5px 0px;
  padding: 0px 13px;
}
.nonadherence-field-box .select-fliter .input-field {
  color: rgba(0, 0, 0, 0.6) !important;
}

.select-fliter {
  border: 1px solid #dadada;
  /* margin: 3px 0 0 5px !important; */
  /* background: #F5F5F5; */
  background: #fff;
  padding-left: 5px;
  border-radius: 4px;
  /* color: #888; */
  font-weight: 600;
  font-size: 11px;
  /* height: 33px !important; */
}
.special-case-container .select-fliter {
  margin: 13px 0 0 5px !important;
}
.mt-10 {
  margin-top: 10px !important ;
}
.mt-13 {
  margin-top: 13px !important ;
}
.map-select-filter .input-field {
  margin-top: 0;
  font-weight: 500px !important;
}
.map-select-filter .multiselect-dropdown {
  margin-left: -10px;
  z-index: 13;
}
.map-select-filter span {
  font-size: 11px !important;
}

.select-wrapper .caret {
  right: 0px;
}

.select-fliter .caret {
  position: absolute;
  cursor: pointer;
  top: 10%;
  right: 0px;
  width: 18px;
  height: 27px;
  color: transparent !important;
  background-size: 10px 5px;
  background-position: center center;
  background: white;
}

.select-fliter input.select-dropdown {
  border: none;
  height: 2.67rem;
}
.nonadherence-field-box .select-fliter input.select-dropdown {
  height: auto !important;
  font-size: 14px !important;
}

.nonadherencetab-submit-btn {
  background: rgba(85, 185, 72, 1);
  color: black;
  font-size: 14px;
  border-radius: 5px;
  font-family: Roboto;
  font-weight: 500;
  letter-spacing: 0.46000000834465027px;
  padding: 13px 22px;
  text-transform: capitalize;
  cursor: pointer;
}
.nonadherencetab-submit-btn:hover,
.nonadherencetab-submit-btn:active {
  background: rgba(85, 185, 72, 1);
}
.no-data-screen-cont {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 55vh;
  align-items: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 22px;
  background: white;
}
.no-data-screen-cont div {
  width: 100%;
  text-align: center;
}
.no-data-screen-cont img {
  padding: 12px;
}
.announcement-tab-cont-1 .last-block .select-fliter input.select-dropdown,
.announcement-tab-cont-2 .select-fliter input.select-dropdown {
  height: 2.7rem !important;
}
.announcement-tab-cont-1 .last-block .select-fliter .caret,
.announcement-tab-cont-2 .select-fliter .caret {
  top: 20%;
}
.announcement-tab-cont-1 .select-wrapper > .dropdown-content li label {
  align-items: center;
}
.announcement-tab-cont-1 .multiple-select-dropdown input[type="checkbox"] {
  top: 0;
}
#toolsdiv
  .announcement-tab-cont-1
  .last-block
  .select-wrapper
  > .dropdown-content,
#toolsdiv .announcement-tab-cont-2 .select-wrapper > .dropdown-content {
  top: 49px !important;
}
.select-fliter input.select-dropdown {
  height: 2rem !important;
  z-index: 0;
  padding-right: 18px;
  box-sizing: border-box;
}
#notif-container .select-fliter {
  padding-left: 5px;
  height: 35px;
  margin: 13px 0 10px 0 !important;
}

.copyto-cont .select-fliter {
  margin: 5px 0 0 5px !important;
}
.id-type-in-header {
  border-radius: 100px;
  background: rgba(85, 185, 72, 1);
  color: black;
  font-weight: 500;
  font-size: 14px;
  padding: 4px 16px;
  display: flex;
}

.textStyleCopyPopup {
  margin-top: 20px;
  text-align: center;
}

.containerStyleCopyPopup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  height: 100px;
}

.spinnerStyleCopyPopup {
  animation: spin 1s linear infinite;
}

.popUpbutton-icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}

.popUp-content {
  justify-content: center;
}

.popUpmain-div {
  padding: 10px 30px;
}

#reportsdiv .select-fliter {
  /* margin: 13px 0 0 5px !important; */
}
.start-date-only .input-field {
  margin-top: 2px !important;
}
.no-report-screen {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
  height: 83vh;
  background: white;
  border-radius: 4px;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
#reportsdiv .select-fliter .select-tripFilter {
  padding: 0 12px;
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.23);
  height: 44px;
  display: flex;
  align-items: center;
}
#reportsdiv .select-fliter:hover,
#reportsdiv .select-fliter:focus,
.nonadherence-field-box .select-fliter:hover,
.nonadherence-field-box .select-fliter:focus {
  border: 1px solid rgba(85, 185, 72, 1);
}
#reportsdiv .no-report-screen .select-fliter {
  width: 220px;
}
#reportsdiv .select-fliter ul,
.trips-main-nav-actions .select-fliter ul {
  width: calc(100% + 24px) !important;
  left: -12px !important;
  top: 46px !important;
  max-height: 302px;
  scrollbar-width: none;
}
.nonadherence-field-box .select-fliter ul {
  width: calc(100% + 24px) !important;
  left: -12px !important;
  top: 46px !important;
  scrollbar-width: none;
}
#reportsdiv .select-fliter ul li,
.nonadherence-field-box .select-fliter ul li,
.trips-main-nav-actions .select-fliter ul li {
  min-height: 36px !important;
  padding: 2px 0 5px 0;
}
#reportsdiv .select-fliter ul li span label,
.nonadherence-field-box .select-fliter ul li span label,
.trips-main-nav-actions .select-fliter ul li span label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

#reportsdiv .multiple-select-dropdown input[type="checkbox"] {
  position: relative;
  top: 3px;
  /* margin-top: 7px !important; */
  margin-left: 0px !important;
  margin-bottom: 0px !important;
  margin-right: 0px !important;
}

#reportsdiv .select-fliter ul li span label span,
.nonadherence-field-box .select-fliter ul li span label span,
.trips-main-nav-actions .select-fliter ul li span label span {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  align-items: center;
  /* margin-top: 6px; */
}
#reportsdiv .select-fliter ul li:hover,
#reportsdiv .select-fliter ul li.active,
#reportsdiv .select-fliter ul li.selected,
.trips-main-nav-actions .select-fliter ul li.selected,
.trips-main-nav-actions .select-fliter ul li.active,
.trips-main-nav-actions .select-fliter ul li:hover {
  background: rgba(85, 185, 72, 0.08) !important;
}
.nonadherence-field-box .select-fliter ul li:hover,
.nonadherence-field-box .select-fliter ul li.active,
.nonadherence-field-box .select-fliter ul li.selected {
  background: rgba(85, 185, 72, 0.08) !important;
}
#reportsdiv .select-fliter .dropdown-content li > a,
.nonadherence-field-box .select-fliter .dropdown-content li > a,
.nonadherence-field-box .select-fliter .dropdown-content li > span {
  padding: 6px 16px;
  font-size: 16px;
  font-weight: 400;
}
#reportsdiv .select-fliter .dropdown-content li > span {
  /* padding: 6px 16px; */
  font-size: 16px;
  font-weight: 400;
}
.trips-main-nav-actions .select-fliter .dropdown-content li {
  padding: 5px 0 5px 0;
  font-size: 16px;
  font-weight: 400;
}
#report_view {
  padding: 0;
  border: none;
}
#report_view .alerts-submit-btn-filled {
  height: 44px;
}
#report_view .report-table a:hover {
  text-decoration: none;
}
/* #report_view h5{
  display: none;
} */
.report-history-table-heading {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 0px;
}
.report-table thead > tr:nth-child(2) th {
  background: #ffffff33;
}
#report_view .waypoint {
  padding: 16px 16px !important;
  margin: 0;
  border: none;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
#report_view .report-table {
  border-radius: 4px;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  margin-top: 0;
}
#report_view .report-table thead {
  background: white;
}
#report_view .report-table thead tr th {
  text-align: left;
  color: #000000;
  padding: 8px 16px;
  vertical-align: bottom;
}
#report_view .report-table thead:has(> tr:nth-child(2)) th {
  border: 1px solid rgba(0, 0, 0, 0.23);
}
#report_view .report-table thead tr th[colspan] {
  text-align: center;
}
#report_view .report-table tbody tr td {
  text-align: left;
  padding: 8px 16px;
}
#report_view .report-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background: white;
}
#report_view .report-table tbody tr:hover {
  background: rgba(0, 0, 0, 0.1);
}
.report-filter-textfield br {
  display: none;
}
.report-filter-textfield input {
  border: none;
  height: 40px !important;
}
.report-filter-textfield input:focus {
  border: none !important;
  box-shadow: none !important;
}
.report-filter-textfield .input-label {
  top: -8px;
  left: 8px;
}
.report-table-download-links {
  background: rgba(255, 255, 255, 1);
  padding: 8px 16px;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 16px;
  box-shadow: -1px 0 1px -1px rgba(0, 0, 0, 0.2),
    1.5px 0 1px -1px rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 0 0;
}
.report-download-summary-details {
  color: rgba(85, 185, 72, 1);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.46px;
  text-transform: capitalize;
  padding: 4px 5px;
  border-radius: 4px;
  cursor: pointer;
}
.report-download-summary-details:hover {
  background: rgba(85, 185, 72, 0.08);
}
.report-month-picker .input-field label {
  top: 5px;
  font-family: "Roboto";
}
.start-month-picker .input-field {
  width: 100% !important;
}
.report-month-picker .input-field label.active {
  display: none;
}
/* #systemsettingsdiv .select-fliter {
  margin: 0px !important;
} */
#systemsettingsdiv input[type="text"]:focus:not([readonly]) {
  box-shadow: none;
}

#systemsettingsdiv .settings-flex .select-container {
  width: 297px !important;
  height: 40px;
}

.settings-flex-child .select-fliter:hover {
  border: 1px solid #3bb42c !important;
}

#systemsettingsdiv .status-check .select-fliter {
  margin: 5px 0 0 0 !important;
}
#systemsettingsdiv #announcement-search {
  border: 1px solid #dadada;
  border-radius: 4px;
  margin-top: 0;
}
.announcement-select-multiple .spoc-chip {
  margin: 3px;
}
.checker .backandrosterbtns {
  display: none;
}
.d-flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.justify-around {
  justify-content: space-around;
}
.justify-start {
  justify-content: start;
}
.justify-end {
  justify-content: end;
}

.announcement-btns {
  margin-right: 25px;
}
.bordered {
  border-bottom: 1px solid black;
}

.select-wrapper + label {
  top: -5px;
}

.input-field label {
  font-size: 12px;
  color: #888;
}

.input-field label.active {
  top: 10px;
}

textarea.materialize-textarea {
  min-height: 2.1rem !important;
  padding: 0px;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label,
[type="checkbox"] + label,
[type="checkbox"]:checked + label {
  color: #000;
  padding: 0px;
  font-size: 12px;
}
.select-dropdown [type="checkbox"]:not(:checked),
.select-dropdown [type="checkbox"]:checked {
  pointer-events: none;
}
[type="radio"]:not(:checked),
[type="radio"]:checked,
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  left: 0px;
  visibility: visible;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:after,
[type="checkbox"] + label:before,
[type="checkbox"]:checked + label:after {
  display: none;
}

.collapsible-header {
  min-height: 2.1rem;
  line-height: 2.1rem;
  margin: 2px 0;
  border: 1px solid #ddd;
  background: #eee;
  font-weight: bold;
  padding: 0px;
}
.checklist-details .collapsible-header {
  background: #fff;
  border: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.toggle-up {
  transition: 0.3s;
  border-radius: 50%;
  padding: 8px;
}
.toggle-up:hover {
  background: rgb(238, 237, 237);
}
.toggle-down {
  transform: rotate(180deg);
}
.sanitised-date .input-field {
  margin: 0;
  padding: 0 !important;
}
.sanitised-date .input-field input[type="text"] {
  border: 1px solid rgba(0, 0, 0, 0.42);
  border-radius: 4px;
  padding: 0 12px !important;
  width: 200px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
}

.collapsible-body {
  margin-top: -2px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #ddd;
}
.collapsible-body input[type="text"]:disabled {
  border: 1px solid rgba(0, 0, 0, 0.26) !important;
}
.collapsible-body .type-ahead .input-field,
.collapsible-body .input-box,
.hardware-tab-cont .select-fliter,
.hardware-tab-cont .input-box {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.42) !important;
  border-radius: 4px;
  padding: 0 12px;
}
.hardware-tab-cont .select-fliter,
.hardware-tab-cont .input-box {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.23) !important;
  border-radius: 4px;
  padding: 0 12px;
}
.collapsible-body .input-box:focus,
.collapsible-body input[type="text"]:focus:not([readonly]) {
  box-shadow: none !important;
}
.collapsible-body .type-ahead .input-field:hover,
.collapsible-body .input-box:hover,
.sanitised-date .input-field input[type="text"]:hover,
.hardware-tab-cont .select-fliter:hover,
.hardware-tab-cont .input-box:hover {
  border: 1px solid #3bb42c !important;
}
.collapsible-body .sos-details-table tbody tr:hover {
  background: none !important;
}
.checklist-details .collapsible-body {
  padding: 16px;
  border: none;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.collapsible {
  border: none;
  font-size: 12px;
  box-shadow: none;
}
.checklist-details .collapsible {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}

.preloader-modal-content {
  padding: 0px !important;
  display: inline-block;
  background: #fafafa;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22),
    0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.preloader-div img {
  width: 45px;
  height: 45px;
}

.preloader-modal-content .preloader-div {
  padding: 15px 15px 15px 65px;
  line-height: 45px;
  background: url("images/preloader.gif") no-repeat;
  background-position: 10px center;
  background-size: 45px 45px;
}

.preloader-modal {
  top: 35% !important;
}

.preloader-modal-content .progress {
  margin: 0px !important;
  clear: both;
}

.strong {
  font-weight: bold;
}

.multiselect-dropdown {
  margin-top: 29px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  z-index: 2;
  max-height: 250px;
  overflow: auto;
}

.header-fixed {
  width: 100%;
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
  display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
}

.header-fixed > tbody {
  overflow-y: auto;
  height: 150px;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
  width: 20%;
  float: left;
}

.lbl {
  padding: 2px 3px;
  display: inline-block;
  font-size: 10px;
  margin-right: 2px;
  margin-bottom: 2px;
}

.popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.9;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #eee;
}
#toolsdiv .popup-bg {
  height: 100vh;
  width: 100%;
  background: rgba(244, 246, 250, 1);
  border-radius: 10px;
}
#toolsdiv .geo_fence_Form_container .popup-bg {
  height: 100%;
  width: 100%;
  background: rgba(244, 246, 250, 1);
  border-radius: 10px;
}
.geo_form_field_container input[type="text"] {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}
.geo_form_field_container .select-fliter {
  padding: 0 12px;
}
.geo_form_field_container tbody tr {
  height: auto !important;
}
.geo_form_field_container .sos-details-table thead th {
  padding: 8px 16px !important;
}

.routing_zone_form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 8px;
  background: white;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.routing_zone_name_field {
  display: flex;
  gap: 16px;
  padding: 0 12px 12px 12px;
  background: rgba(244, 246, 250, 1);
  align-items: center;
}

.geo_map_container {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.popup-map-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* opacity: 0.9; */
  z-index: 1000;
  width: 100%;
  height: 100%;
  /* max-height: 100vh;
  max-width: 100vw; */
  overflow: visible;
  background: #eee;
}
.popup-map-bg-inner {
  width: 90%;
  height: 77%;
  margin: auto;
  background-color: white;
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 12px;
}
.popup-map-bg-inner .popup-box {
  position: unset !important;
  width: 100%;
  height: 70%;
}
.popup-map-bg {
  display: flex;
  background: rgba(109, 105, 105, 1);
}
.map-search-container {
  display: flex;
  gap: 4px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  padding: 0 12px;
  border-radius: 4px;
}
.map-search-container:hover {
  border: 1px solid #3bb42c !important;
}
.map-search-container input[type="text"] {
  font-size: 16px;
}

.popup-map-bg .btn {
  background: #55b948;
  color: #ffffff;
  transition: all 0.5s ease;
  border: none;
  border-radius: 4px;
  text-transform: capitalize;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  height: 36px;
  padding: 6px 16px;
  margin: 0 2px;
}

.popup-box {
  position: absolute;
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
}
#toolsdiv .popup-box {
  position: absolute;
  left: 0;
  margin: 70px 24px;
  top: 0;
  width: 97%;
  height: 89%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 4px;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.fixed-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  /* opacity: 0.9; */
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}

.fixed-popup-box {
  position: relative;
  /* left:15%; */
  top: 10%;
  width: 100%;
  height: fit-content;
  max-height: 70%;
  overflow-y: auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}
.fixed-popup-box table {
  /* text-align: center;
  table-layout: fixed;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #DADADA;
  border-collapse: collapse;
  padding-bottom: 20px; */
}
.fixed-popup-box table thead th {
  /* font-weight: bold;
  font-size: 14px;
  border: 1px solid #DADADA;
  text-align: center; */
}
.fixed-popup-box table tbody td {
  /* font-size: 14px;
  border: 1px solid #DADADA;
  text-align: center; */
}
.fixed-popup-box table thead,
.fixed-popup-box table tbody {
  /* position: absolute;
  width: 98%;
  background: #FFFFFF; */
}
.fixed-popup-box table tbody {
  /* margin: 35px 0;
  height: 55%;
  overflow-y: auto;
  overflow-x: hidden; */
}

.own-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

.zone-legends {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 12px;
  margin-top: 12px;
}

.zone-legends .legend-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.zone-color {
  display: inline-block;
  width: 50px;
  height: 16px;
  opacity: 0.35;
}

.report-table {
  margin-top: 15px;
}

.danger-zone-header {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dcedc8;
  line-height: 0.1em;
  margin: 10px 0 20px;
  padding-top: 15px;
}

.danger-zone-header span {
  color: red;
  background-color: #fff;
  padding: 0 10px;
}

.danger-zone-box {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.1px;
  color: #000000de;
}

.special-attr-box {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  margin-top: 7px;
}

.files {
  background: white;
}

/*notification styling */

#notif-container .row .select-wrapper {
  margin-bottom: 20px;
}
#notif-container .row .collection {
  border: none;
}
#notif-container .row .collection > * {
  border: 1px solid #e0e0e0;
  margin-bottom: 5px;
  cursor: pointer;
}
#notif-container .row .collection li {
  padding: 0 15px;
}
.sos-div .collection-div .collection li {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
  padding: 20px 10px !important;
  margin: 0 !important;
}
.sos-div .collection-div .collection li:hover,
.notification-div .collection-div .collection li:hover {
  background: rgba(236, 245, 235, 1);
}
.sos-notification-date-item {
  position: absolute;
  right: 0;
  padding-right: 8px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
}
.sos-message-item-holder {
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  font-weight: 600;
}

#notif-container .row .collection a {
  /* display: block;
  font-size: 1rem;
  height: 64px;
  line-height: 64px; */
}
.notif-subs {
  margin: 2px !important;
}

/*driver css*/
.mand_field {
  background-color: #ffe9ec !important;
}
.mand_field1 {
  background-color: #ffe9ec !important;
}

.file-field input[type="file"] {
  width: 34px;
  min-width: 34px;
  max-width: 86px;
  height: 34px;
  left: auto !important;
  cursor: pointer;
}
.settings-flex-child.upload-btn input[type="file"] {
  width: 86px;
  height: 34px;
  left: auto !important;
  cursor: pointer;
}
.settings-flex-child input[type="text"]::before {
  content: "";
  padding-left: 10px;
}
.files .settings-flex-child input[type="text"] {
  border-radius: 4px !important;
  width: 280px;
  height: 40px !important;
  padding: 0 0 0 15px !important;
  border: 1px solid gray;
  text-align: start;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.files .settings-flex {
  gap: 30px;
}
.form-with-field-uploads {
  padding: 16px;
  background: white;
}
.driver_form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.driver_form fieldset .radio-button-lable,
.vehicle_form fieldset .radio-button-lable,
.vendor_form fieldset .radio-button-lable,
.vendor_form fieldset legend label {
  font-size: 14px !important;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
}
.vendor_form fieldset legend label-heading {
  font-size: 14px !important;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
}
.driver_form fieldset,
.vehicle_form fieldset,
.vendor_form fieldset {
  border: none;
  padding: 0;
}
.vehicle_form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.date-selector-Vehicle-form input[type="text"] {
  border: 1px solid #0000002f;
  border-radius: 4px;
  width: 269px;
  padding: 0 12px;
  height: 42px;
}
.date-selector-Vehicle-form .input-field {
  margin: 0;
  margin-top: -1px;
}
.poc-suggestion .collection {
  margin-top: 3px;
}
/*employee */
.nounderline {
  cursor: pointer !important;
}

/*summary*/

.summary_cont {
  padding: 10px 20px;
}
.summary_cont > .summary_item {
  height: 35px;
  padding: 2px 4px;
  weight: bolder;
}
.summary_cont > .summary_ite {
  font-weight: cccolder;
}
.summary_cont > .summary_item {
  margin-right: 20px;
  float: right !important;
}
.summary_cont > .summary_item > .item_value {
  margin-right: 5px;
}

.statustext {
  margin-left: 20px;
  color: #039be5;
}
.statuscancel:hover {
  color: red;
}
.statusrequest:hover {
  color: green;
}
.statusno {
  margin-left: 25px !important;
}

.controls::-webkit-input-placeholder {
  color: #717171;
}

.header-div {
  color: #a49494;
  font-weight: bold;
}
.inner-header-div {
  background: #f2f2f2;
  height: 30px;
  padding-top: 5px;
  font-weight: bold;
}
.row-border {
  border-bottom: 4px solid #f2f2f2;
}
.trip-save {
  background: none;
  color: #169bd8;
  box-shadow: none;
  font-size: 14px;
  font-weight: lighter;
}
.trip-save:hover {
  background: none;
  box-shadow: none;
}

.alert-main-container .row .col,
.alerts-violation-details-popup-cont .row .col {
  padding: 0 !important;
}
.alerts-violation-details-popup-cont .mapdiv {
  width: 96% !important;
}
.alerts-voilation-popup-btn {
  border: none;
  color: rgba(85, 185, 72, 1);
  padding: 6px 8px;
  border-radius: 4px;
  text-decoration: none;
}
.alerts-voilation-popup-btn a {
  text-decoration: none;
  color: rgba(85, 185, 72, 1);
}
.alerts-voilation-popup-btn a:hover {
  color: rgba(85, 185, 72, 1) !important;
}
.alerts-voilation-popup-btn:hover {
  background: rgba(236, 245, 235, 1);
}
.sos-render-tab-content thead,
.nonadherence-tab-content thead {
  position: sticky;
  top: 65px;
  z-index: 10;
}
.side-map-sos-details {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.sos-trip-details .select-fliter {
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.23);
}
.sos-trip-details .select-fliter:hover {
  border: 1px solid rgba(85, 185, 72, 1);
}
.sos-trip-details .select-fliter ul {
  width: calc(100% + 24px) !important;
  left: -12px !important;
}
.sos-trip-details .select-fliter ul li {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.sos-trip-details .select-fliter ul li:hover,
.sos-trip-details .select-fliter ul li.selected,
.sos-trip-details .select-fliter ul li.active {
  background-color: #55b94814 !important;
}

.row .col {
  padding: 0.1rem 0.25rem;
}
.emp-details-table {
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
}
.emp-details-table tr {
  border: 1px solid #e5e5e5;
}
.trip-div {
  -webkit-box-shadow: -1px 1px 20px -6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: -1px 1px 20px -6px rgba(0, 0, 0, 0.6);
  box-shadow: -1px 1px 20px -6px rgba(0, 0, 0, 0.6);
  background: #ffffff;
  padding: 5px;
  margin-bottom: 10px;
}
.trip-source,
.trip-destination {
  background: #f2f2f2;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
}
.div-1,
.div-2,
.div-3,
.div-4 {
  margin: 15px 0;
}
.div-1 {
  background: #f2f2f2;
}
.div-1 table thead {
  color: #9b9b97;
  font-size: 12px;
  font-weight: lighter;
}
/*new ui css*/
.main-cont {
  /*margin-left:4.15vw;*/
  margin-left: 0px;
  height: 100%;
  /*max-width: 95.85vw;*/
}
.filter-wrap {
  /*margin-top:40px;*/
}

.deployemnts-date .input-field {
  margin-top: 0px;
}
.deployemnts-date #tripDate {
  background: #fff !important;
}
.deployemnts-date .input-field input[type="text"] {
  height: 2.2rem;
}
.link {
  color: #636363;
  cursor: pointer;
}
.link:hover {
  color: #333;
}

.chips {
  display: flex;
  margin-left: 10px;
  margin-top: 5px;
  padding: 0 15px;
  width: fit-content;
  height: 32px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.16px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  background-color: #595959;
  -moz-box-shadow: inset 0 0 2px #bbbbbb;
  -webkit-box-shadow: inset 0 0 2px #bbbbbb;
  box-shadow: inset 0 0 2px #bbbbbb;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.chips-summary{
  display: flex;
  margin-left: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0 5px;
  width: fit-content;
  height: 24px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.16px;
  border-radius: 5px;
  color: #000000;
  -moz-box-shadow: inset 0 0 2px #bbbbbb;
  -webkit-box-shadow: inset 0 0 2px #bbbbbb;
  box-shadow: inset 0 0 2px #bbbbbb;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.closebtn {
  padding-left: 10px;
  color: #000;
  font-weight: bold;
  float: right;
  font-size: 24px;
  cursor: pointer;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chips-row {
  display: flex;
  padding-top: 10px;
}

.triptype-select {
  margin-top: 0px;
  background: #e9e9e9;
  padding: 3px 3px;
  position: relative;
  margin-left: 0;
}

.deployments-chips-cont {
  margin-left: 0px;
}

.deployments-refresh {
  padding-left: 5px;
}

.filters-title {
  margin-top: -55px;
}

.nav-actions {
  margin-top: 50px;
  background: #e9e9e9;
  padding: 5px 15px;
}

.nav-actions-alltrips {
  /*margin-top:40px;*/
  /* background:#e9e9e9;
  padding: 10px 15px;
  margin-left: 0px;
  height: 100px; */
}

.nav-actions-customtrips {
  background: #e9e9e9;
  padding: 10px 15px;
  margin-left: 0px;
  height: 65px;
}

.autoroute-actions {
  margin-top: 42px;
  background: #e9e9e9;
  padding: 15px;
  height: 125px;
}

.nav-multi-tabs {
  position: absolute;
  top: 67px;
}

.pointer {
  cursor: pointer !important;
}

.input-field > i.material-icons.prefix {
  display: none;
}
.addtotrip-box {
  margin-top: -8px;
}
.addtotrip-box img {
  width: 34px;
  height: 34px;
  margin: 0;
}

.edit-switch-cont {
  display: inline-block;
  display: inline-block;
  margin-top: 5px;
  right: 150px;
  position: absolute;
}

.edit-switch {
  display: inline-block;
  background-color: #c7c7c7;
  border: 2px solid #757575;
  padding: 3px 4px;
  color: #000000;
  cursor: pointer;
}

.edit-switch:hover {
  background-color: #757575;
  color: white;
}

.edit-switch-active {
  background-color: #757575;
  color: white;
}

.tripdetails-cont {
  padding: 2px 5px;
  position: absolute;
  top: 8px;
  right: -45px;
  width: 300px;
}
.drop-box {
  background: #169bd5;
  padding: 2px 5px;
  padding-bottom: 3px;
  color: #ffffff;
  font-size: 11px;
  line-height: 11px;
  border-radius: 2px;
}

.tripcard-cont {
  padding: 0px !important;
  padding-top: 5px;
}

.custom-select {
  display: inline-block !important;
}

.tripcard-cont:first-child {
  border-top: #ccc 1px solid;
}

.tripcard-cont:last-child {
  margin-bottom: 150px;
}

.tripcard {
  padding: 0px !important;
  margin-bottom: 0px;
  margin-top: 0px;
  /* border:1px solid #ccc; */
  border-top: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
}
.tripcard:hover {
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.2), 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  z-index: 2;
}
.trip-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.triptable-cont {
  margin-left: 0px;
  background: #f2f2f2;
  /*padding:5px 10px;*/
}
.status-wrapper {
  margin-left: 0px;
}
.status-cont {
  /*padding:10px 15px;*/
  padding: 0;
}
.vertical-border {
  border-right: 1px solid #ccc;
}
.rounded-box {
  border-radius: 5px;
  border: 1px solid #ccc;
  overflow: hidden;
  margin-top: 20px;
}

.right-border {
  border-right: 1px solid #ccc;
}
.status-data {
  width: 100%;
  text-align: center;
}
.status-data > input {
  width: 60px;
}
.status-data-cont {
  display: inline-block;
  width: 33.33%;
}
.status-text {
  font-size: 12px;
  color: #333 !important;
}
.Employeetable-cont {
  margin-top: 5px;
}

.trip-action-icons {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  padding: 5px 15px;
  z-index: 3;
}

.trip-action-icons:focus {
  border: none !important;
}

.affixbar.trip-action-icons {
  position: fixed;
  width: 94% !important;
  top: 60px !important;
  height: 60px;
  /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
}
/* .affixbar {
  position: fixed;
  width: 100% !important;
  top: 0px !important;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  background: #ffffff;
} */

.search-cont {
  width: 200px;
  display: flex;
  justify-content: flex-start;
}
.searchvisible {
  width: 150px !important;
  display: inline-block;
}
.searchinvisible {
  width: 0px !important;
}
.searchlabel-visible {
  display: inline-block;
}
.searchlabel-invisible {
  display: none;
}
.view-summary {
  margin-bottom: 5px;
  padding: 0px 15px;
  font-style: italic;
  font-weight: 600;
  color: #888;
}
.white-background {
  background-color: #ffffff;
}
.edit-deployments-wrap {
  position: relative;
}
.edit-routenumber-wrap {
  position: relative;
}
.custom-edit-deployments-cont {
  display: block;
  position: absolute;
  top: 80px;
  padding: 0 0 10px 0;
  z-index: 5;
  width: 600px;
  right: 80px;
  background: #ffffff;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
.edit-deployments-cont-header,
.assign-vendor-cont-header {
  color: #fff;
  font-weight: bold;
  background: #3bb42c;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-align: left;
}
.edit-deployments-cont {
  display: block;
  position: absolute;
  top: 35px;
  padding: 0 0 10px 0;
  z-index: 3;
  width: 300px;
  right: 50px;
  background: #ffffff;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
.edit-deployments-cont:before,
.custom-edit-deployments-cont:before {
  content: "";
  position: absolute;
  top: -13px; /* value = - border-top-width - border-bottom-width */
  right: 2px; /* controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 12px 12px; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: rgb(85, 185, 72) transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}

.edit-deployments-cont.escort_mod:before {
  right: auto;
  left: 2px;
}

.edit-deployments-cont .row {
  margin: 5px 0;
}
.edit-deployments-cont .btn,
.assign-vendor-cont .btn,
.custom-edit-deployments-cont .btn {
  background: #ffffff !important;
  border: 1px solid #00a848;
  color: #00a848 !important;
  box-shadow: none;
  margin: 0 15px;
  line-height: 20px;
}

.escort-mod-action {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

.btn-primary {
  background: #55b948;
  color: #000000;
  transition: all 0.5s ease;
  border: none;
  border-radius: 4px;
  text-transform: capitalize;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  height: 36px;
  width: fit-content;
  padding: 6px 16px;
  display: inline-flex;
  align-items: center;
  margin: 0 2px;
  white-space: nowrap;
  cursor: pointer;
}
.settings-form-action-btns-2 .btn-primary {
  font-size: 14px !important;
}

.btn-primary:hover {
  cursor: pointer;
  background: #44a538;
  color: #000000;
  text-decoration: none;
}

.btn-secondary {
  background: #ffffff;
  color: #295d22;
  transition: all 0.5s ease;
  border: 1px solid #295d22;
  border-radius: 4px;
  text-transform: capitalize;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  height: 36px;
  padding: 6px 16px;
  display: inline-flex;
  align-items: center;
  margin: 0 2px;
  gap: 10px;
  display: flex;
  white-space: nowrap;
  width: fit-content;
}
.btn-secondary-deployTrip {
  background: #ffffff;
  color: #000000;
  transition: all 0.5s ease;
  border: 1px solid #295d22;
  border-radius: 4px;
  text-transform: capitalize;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  height: 36px;
  padding: 6px 16px;
  display: inline-flex;
  align-items: center;
  margin: 0 2px;
  gap: 10px;
  display: flex;
  white-space: nowrap;
  width: fit-content;
}

.btn-secondary:hover {
  background: #ecf5eb;
  color: #295d22;
}
.btn-secondary.no-border {
  border: none;
}
.btn-secondary.active-button {
  background: #295d22;
  color: #ffffff;
  transition: all 0.5s ease;
  border: none;
  border-radius: 4px;
  text-transform: capitalize;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  height: 36px;
  width: fit-content;
  padding: 6px 16px;
  display: inline-flex;
  align-items: center;
  margin: 0 2px;
  white-space: nowrap;
}
/* .employee-button-bucket .btn-secondary{
  padding: 6px 8px;
} */
.employee-button-bucket a:hover {
  text-decoration: none;
}
.view-vendors-cont {
  display: block;
  position: absolute;
  top: 35px;
  padding: 1px !important;
  z-index: 5;
  width: 660px;
  right: -60px;
  line-height: 25px;
  font-weight: 900;
  background: #fff;
  box-shadow: 0px 0px 4px #bbb;
}
.view-vendors-cont table {
  border: 1px solid #d0d0d0;
  margin: 0px;
  border-collapse: collapse !important;
}
.view-vendors-cont table thead {
  background: #e4e4e4;
  color: #757575;
}
.view-vendors-cont table th,
.view-vendors-cont table td {
  border: 1px solid #d0d0d0;
}
.view-vendors-cont:after {
  content: "";
  position: absolute;
  top: -13px; /* value = - border-top-width - border-bottom-width */
  right: 10px; /* controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 15px 15px; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #fff transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}

.view-vendors-cont:before {
  content: "";
  position: absolute;
  top: -15px; /* value = - border-top-width - border-bottom-width */
  right: 10px; /* controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 15px 15px; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #ccc transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
.edit-routenumber-cont-header {
  color: #000000;
  font-weight: bold;
  background: #b9eea1;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.edit-icon-cont #edit-roster-table {
  margin-bottom: 0px;
}
.edit-icon-cont {
  display: block;
  position: absolute;
  top: 29px;
  z-index: 5;
  width: 130px;
  right: -8px;
  background: #ffffff;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
.edit-icon-cont:after {
  content: "";
  position: absolute;
  top: -15px; /* value = - border-top-width - border-bottom-width */
  right: 0px; /* controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 15px 15px; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #b9eca5 transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
.edit-icon-cont:before {
  content: "";
  position: absolute;
  top: -16px; /* value = - border-top-width - border-bottom-width */
  right: 1px; /* controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 15px 15px; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.35) transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
.edit-routenumber-cont {
  display: block;
  position: absolute;
  top: 30px;
  padding: 0 0 10px 0;
  z-index: 5;
  width: 250px;
  right: 0px;
  background: #ffffff;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
.edit-routenumber-cont:after {
  content: "";
  position: absolute;
  top: -15px; /* value = - border-top-width - border-bottom-width */
  right: 0px; /* controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 15px 15px; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #b9eca5 transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
.edit-routenumber-cont:before {
  content: "";
  position: absolute;
  top: -16px; /* value = - border-top-width - border-bottom-width */
  right: 1px; /* controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 15px 15px; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.35) transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
.edit-routenumber-cont .row {
  margin: 5px 0;
  padding: 0 5px;
}
.edit-routenumber-cont .btn {
  background: #ffffff !important;
  border: 1px solid #00a848;
  color: #00a848 !important;
  box-shadow: none;
  margin: 0 15px;
  line-height: 20px;
}
.tripTable {
  background: #f2f2f2;
}
.tripTable thead {
  border: none;
}
.collapse-icon {
  position: relative;
  top: 25px;
  color: #9c9c9c;
}

.assign-vendor-cont {
  display: block;
  position: absolute;
  top: 35px;
  padding: 0 0 10px 0;
  z-index: 5;
  width: 450px;
  right: -410px;
  background: #ffffff;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
.assign-vendor-cont.trip-download {
  top: 30px !important;
  right: -410px;
}

.assign-vendor-cont.download-normal {
  top: 30px !important;
  right: -450px;
}

.assign-vendor-cont:after {
  content: "";
  position: absolute;
  top: -12px; /* value = - border-top-width - border-bottom-width */
  /* right: 97px; controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 12px 12px; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #b9eca5 transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
.assign-vendor-cont:before {
  content: "";
  position: absolute;
  top: -14px; /* value = - border-top-width - border-bottom-width */
  /* right: 94px; controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 12px 12px; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.35) transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}

#assign-vendor-cont-trips:before {
  right: 407px;
}

#assign-vendor-cont-trips:after {
  right: 407px;
  border-color: rgb(85, 185, 72) transparent;
}

#assign-vendor-cont-trips {
  right: -397px;
}

.assign-vendor-cont .row {
  margin: 5px 0;
  padding: 0 5px;
}

.copyto-cont {
  display: block;
  position: absolute;
  top: 35px;
  background: #ffffff;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  z-index: 5;
  width: 360px;
  right: -289px;
}
.copyto-cont:after {
  content: "";
  position: absolute;
  top: -12px; /* value = - border-top-width - border-bottom-width */
  /* right:0px; controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 12px 12px; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #b9eca5 transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
.copyto-cont:before {
  content: "";
  position: absolute;
  top: -13px; /* value = - border-top-width - border-bottom-width */
  /* right: 5px; controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 12px 12px; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.35) transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}

.custom-modal {
  width: auto;
  max-width: 88%;
  z-index: 1000 !important;
  /*min-height:75%;*/
}

/*unassigned styles*/

.unassignedlist-cont {
  padding: 0px !important;
  /* min-height:40px;
  max-height:70vh; */
  height: 100%;
  border-radius: 12px;
}

.unassignedlist-cont-new {
  border: none !important;
  margin-left: 0 !important;
  margin-right: 8px !important;
  border-radius: 12px;
}

.unassignedlist-actions-old {
  height: 40px;
  background: white;
  border-bottom: solid 1px #cccccc;
}
.unassignedlist-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px 0px 12px;
}
.unassignedlist-cont .unassignedlist-actions {
  padding: 12px;
}
.unassigned-details-container .table-text-primary-bold {
  font-size: 12px;
  font-weight: 400;
}
.unassigned-hire .unassignedlist-actions {
  margin-left: 0;
  padding: 12px 12px 12px 16px;
}
.unassignedlist-actions .employeecount-no {
  font-size: 14px;
  font-weight: 500;
}
.unassignedlist-actions .unassigned-action-btns {
  display: flex;
  align-items: center;
  gap: 15px;
}
.trip-label-type {
  font-weight: 400;
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 20px;
  display: flex;
  justify-content: flex-end;
  padding: 3px 12px;
}
.unassignedlist-actions .action-row {
  padding: 12px 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.unassignedlist-actions .action-row .action-btns {
  display: flex;
  justify-content: space-around;
  gap: 8px;
  cursor: pointer;
}

.unassignedrow-cont {
  margin: 12px;
  box-sizing: border-box;
  overflow: "hidden";
  height: (100vh - 100px);
  display: flex;
  align-items: flex-start;
}

.unassignedrow-cont .switch-labels-container label {
  font-size: 12px;
}
.unassignedlist-cont-new .checkbox-switch,
.unassignedlist-cont-new .checkbox-switch.active {
  width: 27px;
  height: 10px;
  background-color: rgba(46, 125, 50, 0.4) !important;
}
.unassignedlist-cont-new .checkbox-slider,
.unassignedlist-cont-new .checkbox-slider.active {
  height: 16px;
  width: 16px;
  top: -3px;
  background-color: rgba(46, 125, 50, 1) !important;
}
.unassignedlist-cont-new
  .checkbox-input:checked
  + .checkbox-switch
  .checkbox-slider {
  transform: translateX(12px);
}
.unassigned-details-container {
  border: 1px solid rgba(12, 12, 12, 0.1);
  border-radius: 12px;
  padding: 12px;
  width: 100%;
}

.unassignedlist-all-rows {
  height: calc(100vh - 270px);
  overflow-x: auto;
  /* padding: 12px; */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.unassignedtrips-cont-v2 .btn-primary,
.unassignedtrips-cont-v2 .btn-secondary {
  height: 44px;
}
.unassigned-sub-tabs-cont .unassignedtrips-cont-v2 {
  width: 60% !important;
  margin: 0 !important;
  border-radius: 8px;
}

.red-dot {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: red;
  margin: 0 auto;
}
.green-dot {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: green;
  margin: 0 auto;
}

.gender-cont {
  background: #55b948;
  height: 35px;
  width: 35px;
  text-align: center;
  vertical-align: middle;
  line-height: 35px;
  margin: 2px;
  color: #fff;
  font-size: 1.4em;
  border-radius: 50%;
}

.available-width {
  width: -webkit-fill-available;
}

.gender-cont-custom {
  background: #333333;
  height: 30px;
  width: 30px;
  color: #fff;
  font-size: 1.5em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.unassignedrow-cont-custom {
  display: flex;
  padding: 10px 10px 10px 10px;
  align-items: start;
}

.unassignedrow-top-custom {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.unassignedrow-top-custom .top-center {
  display: flex;
  align-items: center;
}

.unassignedrow-cont-custom .emp_name {
  font-size: 1.1rem;
  font-weight: 600;
}
.unassignedrow-cont-custom .emp_id {
  font-size: 0.9rem;
  color: #8b8480;
}
.unassignedlist-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}
.unassignedlist-data-row {
  white-space: nowrap;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-height: 100%;
  padding: 2px 0;
  width: 360px;
}
.unassignedlist-data-row .txt-data {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  padding-left: 5px;
}
.pdl-5 {
  padding-left: 5px;
}
.txt-400 {
  font-size: 12px;
  font-weight: 400;
  line-height: 17.16px;
  letter-spacing: 0.17000000178813934px;
  text-align: left;
}
.txt-500 {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 4px;
}
.txt-600 {
  font-size: 12px;
  font-weight: 600;
  line-height: 17.16px;
  letter-spacing: 0.17000000178813934px;
  text-align: left;
}
.txt-700 {
  font-size: 12px;
  font-weight: 700;
  line-height: 17.16px;
  letter-spacing: 0.17000000178813934px;
  text-align: left;
}

.txt-color-dark {
  color: #444444;
}
.txt-color-gray {
  color: #8b8480;
}

.emp-name-cont {
  color: #000000;
  font-weight: 400;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
  max-width: 180px;
  letter-spacing: 0.17px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.emp-name-cont .emp-extra-count {
  background-color: #002c2b80;
  color: #ffffff;
  border-radius: 100px;
  font-size: 12px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.empid-cont {
  font-size: 12px;
  color: #8b8480;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
  max-width: 180px;
  letter-spacing: 0.17px;
}

.emplocation-cont {
  color: #000;
}

.view-cont {
  background: #f4f6fa;
  height: calc(105vh - 270px);
}

.view-cont table {
  margin: 0;
}

.unassignedtrips-cont {
  min-height: 40px;
}

.unassigned-side-action-btns {
  display: flex;
  gap: 12px;
  align-items: center;
}

.unassignedtrips-cont-v2 .alerts-remarks-btn,
.unassignedtrips-cont-v2 .select-container .select-wrapper {
  font-size: 12px;
  height: 35px;
  padding: 8px 12px;
}
.unassignedtrips-cont-v2 .select-container .select-wrapper input {
  font-size: 12px !important;
}
.unassignedtrips-cont-v2 .select-container .select-wrapper ul {
  left: 9px !important;
  top: 35px !important;
}

.text-black {
  color: #333333;
}

.copyto-cont {
  display: inline-block;
}
#showuncancelledroster::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#showuncancelledroster::-webkit-scrollbar {
  width: 0px;
  background-color: #f5f5f5;
}

#showuncancelledroster::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
#showuncancelledroster tr {
  border-bottom: 1px solid #d0d0d0;
}

#showuncancelledroster td {
  word-break: break-word;
}
#showuncancelledroster {
  margin-left: -20px;
}

.custom-button {
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 5px;
  height: 38px;
  vertical-align: middle;
  line-height: 38px;
  font-size: 1.2em;
}

.custom-button-cont {
  padding: 0px !important;
}

.custom-white-button {
  color: #388e3c;
}
.save-button-container .custom-white-button {
  margin: 5px 0 5px 75px;
  font-weight: 600;
}

.save-button-container .btn {
  border-radius: 4px;
}

.active-button {
  background: #cccccc;
}

.btn-dwn {
  margin-top: 350px !important;
}

.autosuggest-btn {
  margin-right: 0px;
  float: right;
}

.tab-cont {
  padding: 0px !important;
  box-shadow: 0px 1px 3px 0px #0000001f;
}

.tab-cont .nav-multi-tabs {
  padding: 0;
  margin-left: 0px;
}

.top-heading {
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000000de;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.15px;
}

#deploymentdiv {
  padding: 10px 0 0 0;
  background: #f4f6fa;
  border-radius: 24px 0 0 0;
}
.nav-tabs {
  margin-top: 0px;
  border: none;
  /* border-bottom: 1px solid #0000001F; */
  /* width: fit-content; */
}
.nav-tabs > li {
  text-align: center;
  font-family: "Roboto";
  font-weight: 500 !important;
  font-size: 16px !important;
}
.nav-tabs > li > a {
  color: #00000099;
  padding: 8px 22px;
  text-transform: capitalize;
  margin: 0;
  border: none;
}

.nav-tabs > li:hover,
.nav-tabs > li.active,
.nav-tabs > li.active:hover {
  color: #295d22;
  border-bottom: 2px solid #55b948;
}

.nav-tabs > li > a:hover {
  color: #295d22;
  background: transparent;
  height: 42px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #295d22;
  background: transparent;
  border: none;
}

.nav-tabs > li.active > a {
  border-left: none;
  border-right: none;
  border-top: none;
  /* font-weight: 700; */
  min-height: 42px !important;
  line-height: 22px;
  text-align: left;
  text-transform: capitalize;
}

.subtab-css-parent-div {
  padding: 10px 0 0 0;
}

.subtab-css-parent-div .nav-tabs {
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.subtab-css-parent-div .nav-tabs:before {
  content: none;
}

.subtab-css-parent-div .nav-tabs > li {
  border: none;
}
.subtab-css-parent-div .nav-tabs > li > a {
  background: #ffffff;
  color: #666666;
  border: 1px solid #666666;
  border-radius: 4px;
  padding: 8px, 22px, 8px, 22px;
  height: 42px;
  line-height: 25px;
}
.subtab-css-parent-div .nav-tabs > li > a:hover {
  background: #ecf5eb;
  /* color: #000000; */
}

.subtab-css-parent-div .nav-tabs > li.active > a {
  background: white;
  color: #2e7d32;
  border: 1px solid #2e7d32;
}
.subtab-css-parent-div .nav-tabs > li.active {
  border-bottom: none;
}

.filtertype {
  /* margin-top: -75px; */
  margin-top: 0px;
  font-style: italic;
}

.safe-icon {
  cursor: pointer;
  height: 30px;
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
.filter-icon {
  background-image: url(../images/filter_icon.svg);
}
.deploy-icon {
  height: 20px;
  width: 20px;
  /* opacity: 0.7; */
  margin-right: 15px;
}
.trip_detail_section {
  margin-top: -8px;
  z-index: 6;
  position: sticky;
}
.trips-main-page .trip_detail_section {
  top: 185px;
}
.custom-trips-container .trip_detail_section {
  top: 120px;
}
.undeploy-icon {
  background-image: url(../images/trip-icons/Undeploy_icon.png);
}
.assignv-icon {
  background-image: url(../images/trip-icons/Assign_vendor_icon.png);
}
.map-icon {
  background-image: url(../images/trip-icons/Map_marker_icon.png);
}
.copy-icon {
  background-image: url(../images/trip-icons/copy_trips_icon.png);
}
.movetotrip-icon {
  background-image: url(../images/trip-icons/addUserBtn.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  margin: 0px 0 0 6px;
  opacity: 1 !important;
}
.emp-full-trip-icon {
  background-image: url(../images/trip-icons/full_employees_icon.png);
  background-repeat: no-repeat;
  background-size: 32px;
  margin: 0px 0 0 6px;
  opacity: 1 !important;
}

.custom-thead {
  border: none !important;
}
.triptable-wrapper {
  padding: 0px 15px;
  margin-bottom: 350px;
}

.custom-triptable-wrapper {
  min-width: 1000px;
  overflow-x: auto;
}

@media only screen and (max-width: 400px) {
  table.custom-responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
  }
}

.rotate {
  transform: rotate(-90deg);
}

.popup-title {
  font-size: 18px;
  color: #000000;
  width: 100%;
  height: 64px;
  background: white;
  line-height: 50px;
  display: flex;
  padding-left: 16px;
  align-items: center;
}

.unassignedlist-row-cont {
  height: calc(100vh - 270px);
  overflow-x: scroll;
  border: 1px solid #cccccc;
}
.unassignedlist-rows {
  height: calc(100vh - 340px);
  overflow-x: auto;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}
.unassignedlist-rows::-webkit-scrollbar,
.unassignedlist-all-rows::-webkit-scrollbar {
  display: none;
}

.triptypemargin {
  margin-top: 0px !important;
}
.routing-completed-icon {
  background-image: url(../images/routing_completed.png);
}
.routing-pending-icon {
  background-image: url(../images/routing_pending.gif);
}
.routing-icon {
  height: 20px;
  width: 20px;
  background-size: contain;
}
.employee-row-gender {
  height: 40px;
  width: 40px;
  line-height: 21px;
  display: inline-block;
  font-size: 11px;
  /* padding: 0px 4px; */
  border-radius: 50%;
  background: #444444;
  margin-right: 5px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}
.employee-id-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}
.gender-text-sos-page {
  padding-left: 3px;
}
.icon-hover-button {
  border-radius: 100px;
  cursor: pointer;
  margin-right: 10px;
}
.icon-hover-button-2 {
  border-radius: 100px;
  cursor: pointer;
  padding: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-hover-button:hover {
  background: rgb(214, 212, 212);
}
.icon-hover-button-2.stationary:hover {
  background: #0c0c0c1a !important;
}
.icon-hover-button-2.moving:hover {
  background: #56b9481a !important;
}
.icon-hover-button-2.overspeeding:hover {
  background: #f9a8261a !important;
}
.icon-hover-button-2.unreachable:hover {
  background: #ff8b001a !important;
}
.icon-hover-button-2.late:hover {
  background: #d32f2f1a !important;
}

.icon-hover-button-2:hover {
  background: #ecf5eb;
}
.details-tool-tip {
  display: none;
  width: 200px;
  background-color: rgba(38, 36, 36, 0.7);
  border-radius: 4px;
  color: white;
  padding: 10px;
  position: absolute;
  left: 100px;
  top: 10px;
}
.details-tool-tip2 {
  display: none;
  width: 200px;
  background-color: rgba(38, 36, 36, 0.7);
  border-radius: 4px;
  color: white;
  padding: 10px;
  position: absolute;
  right: 35%;
}
.sos-address-section:hover .details-tool-tip {
  display: block;
}
.popup-dismiss {
  position: absolute;
  top: 16px;
  right: 12px;
}

.autoroute-cont {
  padding: 30px 30px 0 30px;
  background-color: #ffffff;
}

.employee-tabs {
  margin-top: 50px;
}
.overallSelection-box {
  margin-top: 10px;
  margin-bottom: 20px;
}
.employeelist-area {
  max-height: 450px;
  overflow-y: auto;
}
.reset-button {
  height: 25px !important;
  width: auto;
  font-size: 10px;
  line-height: 20px;
  padding: 3px 5px;
}

.checkbox-bar {
  padding-bottom: 10px !important;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #ccc;
}

.officelabel {
  position: absolute;
  color: #333333;
  top: -10px;
  font-size: 12px;
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  display: none !important;
}

.team-form-header {
  margin-top: 10px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 21.98px;
  letter-spacing: 0.15px;
  color: #000000de;
  padding: 20px 0;
}

.team-chip-div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px !important;
}
.custom-modal {
  top: 7%;
  position: fixed !important;
  border-radius: 5px;
}
.spoc-chip {
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.spoc-chip i.material-icons {
  cursor: pointer;
  float: right;
  font-size: 13px;
  line-height: 18px;
  padding-left: 8px;
}

.spoc-tbody {
  display: block;

  /* EXPERIMENT */
  /* max-height: calc(100vh - 340px); */

  /* overflow-y: hidden; */
  border-bottom: 1px solid #c9c9c9;
}

.view-table > tbody > tr,
.view-table > thead {
  display: revert !important;
  table-layout: fixed !important; /* even columns width , fix width of table too*/
}

thead,
tbody > tr {
  display: table;
  width: 100%;
  table-layout: fixed !important; /* even columns width , fix width of table too*/
}
.trip-emp-head,
.trip-emp-body tr {
  table-layout: auto !important;
}
/*
#helpdesk-search-input {
  position: absolute;
}*/

.default-helpdesk {
  background: #ffffff;
  position: fixed;
  z-index: 2;
  right: 0;
  top: 100px;
  height: 50px;
  opacity: 0.6;
  padding-left: 8px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border: 1px solid #e7e7e7;
  transition: all 0.3s ease-in-out;
}

.default-helpdesk:hover {
  opacity: 1;
}

.helpdesk-search-cont-invisible {
  right: -300px;
}

.helpdesk-search-cont-visible {
  opacity: 1;
}

.helpdesk-search-visible {
  cursor: pointer;
  width: 340px;
}

.helpdesk-search-invisible {
  cursor: pointer;
  width: 340px;
}

#topNavBar {
  z-index: 1000;
}

.account-dropdown {
  float: right;
  /* border-left: 1px solid #C4C4C4; */
  position: relative;
}

.cookie-user-id {
  width: 80px;
  font-size: 12px;
  float: left;
  text-transform: capitalize;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dropdown-button {
  width: 200px;
  height: 60px;
  padding: 0 5px;
}

.teacking-header {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 16px;
}
.hover-border-light-up:hover {
  border: 1px solid rgba(85, 185, 72, 0.3);
  border-radius: 5px;
}
.track-history-fields .date-from-to {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.track-history-fields .date-from-to:hover {
  background: #ecf5eb;
}
.track-history-fields input[type="text"] {
  border: none !important;
}
.track-history-fields .input-field {
  margin: 0;
  width: 100px;
}
.track-history-fields input[type="text"]:focus:not([readonly]) {
  box-shadow: none;
}
#user-dropdown {
  margin-top: 25px !important;
  border-radius: 0 0 5px 5px;
}

.hasMonthpicker {
  border: 1px solid #dadada !important;
  background: #fff;
  padding-left: 5px !important;
  border-radius: 4px !important;
  height: 31px !important;
  color: #888 !important;
  font-weight: 600 !important;
  font-size: 11px !important;
}
.hasMonthpicker::placeholder {
  color: #717171;
}
.hasMonthpicker:focus,
.hasMonthpicker:active {
  box-shadow: none !important;
}

.input-field .month label {
  top: 10px;
  color: #717171;
  font-weight: 600 !important;
  font-size: 11px;
}

.input-field .month label:active {
  top: -10px;
}

.datetimepicker {
  border: 1px solid #dadada;
  background: #fff;
  padding-left: 5px;
  border-radius: 4px;
  height: 31px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  font-size: 11px;
}
.from-to-date-input .datetimepicker {
  background: #fff !important;
}
.datetimepicker::placeholder {
  color: #717171;
}
.datetimepicker:focus,
.datetimepicker:active {
  box-shadow: none !important;
}
thead {
  border-bottom: 1px solid #e3e3e3;
}
.mapHideDiv {
  width: 30px;
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  user-select: none;
  margin-left: 10px;
}

.mapHideDiv div {
  width: 30px;
  height: 100%;
  float: right;
  margin-right: 15px;
  margin-top: 13px;
  text-align: center;
}
.toaster-container {
  position: absolute;
  top: 115px;
  right: 0px;
  z-index: 9999;
}
.toaster-body {
  background-color: #00a848 !important;
}

.mapHideDiv img {
  width: 15px;
  height: 15px;
  margin-top: 0px;
}

thead th {
  text-align: center;
  font-size: 13px;
}
.billing-report-table-247 thead th {
  /* border: 1px solid #d0d0d0;
  margin-right: 10px; */
}

.dashboard-tab-div .nav-tabs > li.active > a,
.dashboard-tab-div .nav-tabs > li.active > a:hover,
.dashboard-tab-div .nav-tabs > li.active > a:focus {
  border: none;
  color: #000;
  background: #fff;
}

.btn,
.btn-large,
.btn-flat {
  text-transform: capitalize;
  height: 32px !important;
}
.custom-modal .mapdiv {
  width: 99%;
}
.affixbar .search-cont {
  padding: 10px 50px;
}

.map-tab {
  padding: 0 5px;
}

/*tripupload jquery-ui*/
.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix {
  display: none !important;
}

.trip-upload-cont {
  width: 500px;
  margin: 10% auto;
  display: flex;
  flex-direction: column;
  border: 0.5px solid #ccc;
  padding: 20px 30px;
  border-radius: 5px;
}

.trip-upload-submit {
  margin-top: 10px;
  float: right;
}

.custom-dropdown-cont {
  position: relative;
}

.custom-dropdown-text {
  border: 1px solid #cccccc;
  padding: 5px;
}

#alltripsdiv .nav-tabs li a {
  text-align: left !important;
  padding-left: 25px !important;
}
.multiple-select-dropdown input[type="checkbox"] {
  position: relative;
  top: 3px;
}
.breadcrumbs {
  background: none !important;
  font-size: 11px;
  text-transform: capitalize;
  box-shadow: none;
  font-style: italic;
}
.breadcrumb .nav-wrapper a:hover,
.breadcrumb .nav-wrapper a:focus {
  text-decoration: none !important;
}
.breadcrumb:first-child {
  font-weight: 600;
}
.breadcrumb:last-child {
  font-weight: normal;
}
.breadcrumb:before {
  font-size: 20px;
  font-weight: lighter;
  margin: 0 4px;
}
.routingTable {
  width: 98%;
  margin: 0 auto;
}
.routingTable thead {
  width: 100%;
}

/*Custom Trip*/
.customTripLocPicker legend label {
  margin: -25px 0 0 450px;
  background-color: #ffffff;
}
.slk_trip.customTripLocPicker legend label {
  margin: 0 0 0 650px;
  background-color: #ffffff;
}

.passenger-add-row {
  width: 100%;
  display: flex;
}

.employee-search-input {
  width: 90%;
}

.contact-checkbox {
  display: flex;
  padding-top: 10px;
  gap: 5px;
}

.chip-with-avatar {
  margin: 5px;
  display: flex;
  height: 32px;
  width: fit-content;
  padding: 0 6px;
  background: #00000014;
  gap: 10px;
  border-radius: 100px;
}
.chip-with-avatar:hover {
  border: 1px solid #55b94880;
}
.chip-with-avatar .inner-chip {
  display: inline;
  background: #55b948;
  color: white;
  padding: 1px 6px;
  border-radius: 4px;
}

.chip-with-avatar > div {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 17.16px;
  letter-spacing: 0.17px;
}

.chip-with-avatar > div > span > span {
  font-weight: 400;
}

.user-chip-container {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 10px 0;
}

.flex-row-container {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  width: 90%;
  margin: 12px 0;
  gap: 10px;
}
.employee-search-input .input-wrapper .input-field {
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .sidenav.fixed {
    left: 0 !important;
  }
}

.sos-alerts-link {
}
.form_heading {
  padding: 20px 0;
  font-size: 20px;
}
.fields-group {
  position: relative;
}
.group-title {
  position: absolute;
  top: -10px;
  left: 15px;
  background: #ffffff;
  font-weight: bold;
  font-size: 15px;
  padding: 0 2px;
}
.fields-group .group-flex {
  display: flex;
}
.action_btns {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 10px;
  margin-top: 10px;
}

.background-white {
  background: #ffffff;
}
.sos-alerts-count,
.alerts-count {
  position: relative !important;
  width: fit-content;
  height: 24px;
  font-weight: 500;
  font-size: 12px !important;
  font-family: "Roboto";
  color: #fff !important;
  border-radius: 24px;
  top: -63px;
  right: -24px;
  text-align: center;
  z-index: 1;
  line-height: 23px;
}
.alerts-count {
  background: #03bfbc;
}
.collection-div {
  height: calc(100vh - 146px);
  overflow: auto;
  padding: 16px 0 16px 16px;
}
.collection-div {
  overflow: auto; /* Enable scrolling when needed */
  scrollbar-width: none; /* Hide the scrollbar in Firefox */
}
.collection-div::-webkit-scrollbar {
  display: none;
}
.notification-div .collection-div {
  height: calc(100vh - 190px);
  padding: 16px 0 16px 16px;
}
.alerts-div {
  box-shadow: -3px 1px 4px 0px rgba(0, 0, 0, 0.25),
    0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: #fff;
  margin-top: 6px;
}
.notification-div {
  padding-left: 0px;
  padding-right: 0px;
}
.alerts-div .nav-tabs li {
  width: 50%;
  float: left;
  padding: 0px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #dadada;
}
.alerts-div .nav-tabs li.active {
  background: none;
}
.alerts-div .nav-tabs li a {
  padding: 0px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
#notification-wrapper .notify-div {
  float: left;
}
#notification-wrapper .collection-item {
  width: 100%;
  font-size: 12px;
}
.approvedtrips-tripcard table tr td {
  text-align: center;
}
.side-nav {
  height: calc(100% - 60px);
  overflow: hidden;
  background: none;
  box-shadow: none;
}
.collection .collection-item {
  padding: 5px 15px;
}
.sos-div:after {
  content: "";
  position: absolute;
  top: 3px; /* value = - border-top-width - border-bottom-width */
  right: 236px; /* controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 12px 12px; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #ffffff transparent;
  /* reduce the damage in FF3.0 */
  display: none;
  width: 0;
}
.sos-div:before {
  content: "";
  position: absolute;
  top: 2px; /* value = - border-top-width - border-bottom-width */
  right: 236px; /* controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 12px 12px; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.35) transparent;
  /* reduce the damage in FF3.0 */
  display: none;
  width: 0;
}
.notification-div:after {
  content: "";
  position: absolute;
  top: 3px; /* value = - border-top-width - border-bottom-width */
  right: 292px; /* controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 12px 12px; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #ffffff transparent;
  /* reduce the damage in FF3.0 */
  display: none;
  width: 0;
}
.notification-div:before {
  content: "";
  position: absolute;
  top: 2px; /* value = - border-top-width - border-bottom-width */
  right: 292px; /* controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 12px 12px; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.35) transparent;
  /* reduce the damage in FF3.0 */
  display: none;
  width: 0;
}
@media only screen and (max-width: 992px) {
  .sidenav.fixed {
    left: 0 !important;
  }
  .assign-vendor-cont {
    right: -275px;
  }
  .assign-vendor-cont:before {
    right: 275px;
  }
  .assign-vendor-cont:after {
    right: 275px;
  }
}
/* .data-table-list table {
  width: 99% !important;
  margin: 0 auto;
  border: 1px ridge #d0d0d0;
}
.data-table-list table {
  border-collapse: collapse !important;
}
 .data-table-list th, .data-table-list td {
   border-left: 1px solid #d0d0d0;
   border-bottom: 1px solid #d0d0d0;
   padding-left: 10px;
}
.data-table-list table thead {
  border: none;
}
.data-table-list table thead th {
  text-align: left !important;
  color: #757575;
} */
.hardwareTable {
  background: white;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  font-size: 12px;
}
.hardwareTable thead {
  background: white;
  color: #000000;
  table-layout: auto !important;
}
.hardwareTable thead th {
  padding: 8px;
  font-size: 12px;
  text-align: left;
}
.hardwareTable tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.hardwareTable tbody tr:hover {
  background: rgba(0, 0, 0, 0.1);
}
.hardwareTable .checkmark.small-checkmark {
  border-radius: 2px !important;
}
.notification-notifimage {
  width: 24px;
  height: 24px;
}
.notification-dict {
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
}
.notification-key {
  font-weight: 600;
}
.notification-table tr td {
  padding: 0px;
  vertical-align: baseline;
}
.notification-div li:hover,
.notification-div li.active {
  background: #fff;
}
#tripDiv .input-field {
  margin: 0;
}
#tripDiv .select-fliter {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
#tripDiv .select-fliter:hover {
  border: 1px solid #3bb42c;
}
.no-data-result {
  height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loungeTable thead th {
  color: black !important;
}
#sos-container,
.qr-code-generate {
  background-image: linear-gradient(
    top,
    #e9e9e9 300px,
    #ffffff 10rem,
    #ffffff 100%
  );
  background-image: -webkit-linear-gradient(
    top,
    #e9e9e9 300px,
    #ffffff 10rem,
    #ffffff 100%
  );
  background-image: -moz-linear-gradient(
    top,
    #e9e9e9 300px,
    #ffffff 10rem,
    #ffffff 100%
  );
  background-image: -o-linear-gradient(
    top,
    #e9e9e9 300px,
    #ffffff 10rem,
    #ffffff 100%
  );
  background-image: -ms-linear-gradient(
    top,
    #e9e9e9 300px,
    #ffffff 10rem,
    #ffffff 100%
  );
}

.sos-details-table,
.incident_form table {
  border-radius: 4px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

.sos-details-table tbody td,
.collapsible-body tfoot td {
  /* width: auto !important; */
  padding: 8px 16px 8px 16px;
  font-size: 12px;
}
.routing-zone-table tbody td {
  width: auto !important;
}
.sos-details-table thead {
  /* border: 0px 0px 1px 0px; */
  color: #ffffff;
  background-color: white;
  table-layout: auto !important;
}
.sos-details-table > thead > tr > th:nth-child(1) {
  color: #000000; /* White color for high contrast */
  background-color: white; /* Keep the same background color */
}

.sos-details-table th {
  color: #ffffff; /* White color for high contrast */
  background-color: white; /* Background color */
}

.layout-fixed-pr thead {
  table-layout: fixed !important;
}

.sos-details-table thead th {
  padding: 16px !important;
  /* width: 250.86px !important; */
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.17000000178813934px;
  text-align: left;
  color: #000000;
  border: none !important;
}
.sos-details-table tbody tr {
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.sos-details-table tbody tr:hover {
  background: rgba(0, 0, 0, 0.1);
}

.sos-render-tab-content {
  margin-top: 20px !important;
}
.help-desk-action-box {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.help-desk-action-box img {
  width: 20px;
  height: 20px;
}
.service-requests-btn {
  background: rgba(85, 185, 72, 1);
  padding: 8px 22px 8px 22px;
  color: black;
  border-radius: 4px;
  font-weight: 500;
}
.service-requests-btn:hover,
.service-requests-btn:active {
  background: rgba(85, 185, 72, 1);
}

.page-header {
  width: 100%;
  background: #ffffff;
  padding: 20px 30px;
  font-weight: 700;
  line-height: 20px;
  font-size: 14px;
}
.sos-tooltip {
  display: none;
  width: 250px;
  background: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  margin: 12px 0 0 -210px;
  opacity: 1;
  transition: opacity 1s;
  text-transform: capitalize;
}
.sos-tooltip::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 5px;
  bottom: auto;
  left: auto;
  border-width: 0 9px 9px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.35) transparent;
  display: block;
  width: 0;
}
.sos-tooltip::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 5px;
  bottom: auto;
  left: auto;
  border-width: 0 9px 9px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1) transparent;
  display: block;
  width: 0;
}
.no-pseudo::before,
.no-pseudo::after {
  display: none;
}

.incident-tooltip {
  display: none;
  width: 180px;
  background: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  margin: 5px 0 0 -100px;
  opacity: 1;
  transition: opacity 1s;
  text-transform: capitalize;
}
.incident-tooltip::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 5px;
  bottom: auto;
  left: auto;
  border-width: 0 9px 9px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.35) transparent;
  display: block;
  width: 0;
}
.incident-tooltip::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 5px;
  bottom: auto;
  left: auto;
  border-width: 0 9px 9px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1) transparent;
  display: block;
  width: 0;
}
.incident-resolve-tooltip {
  display: none;
  width: 280px;
  height: 180px;
  background: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  top: 90%;
  z-index: 1;
  margin: 5px 0 0 -210px;
  opacity: 1;
  transition: opacity 1s;
  text-transform: capitalize;
}
.incident-resolve-tooltip::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 5px;
  bottom: auto;
  left: auto;
  border-width: 0 9px 9px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.35) transparent;
  display: block;
  width: 0;
}
.incident-resolve-tooltip::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 5px;
  bottom: auto;
  left: auto;
  border-width: 0 9px 9px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1) transparent;
  display: block;
  width: 0;
}
.incident-resolve-tooltip .heading {
  text-align: left;
  padding: 5px;
}
.incident-resolve-tooltip .remarks_input textarea {
  padding: 5px;
  height: 7rem;
}
.incident_form thead {
  background: rgba(85, 185, 72, 1);
  color: white;
}
.incident_form thead tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.incident_form thead th,
.incident_form tbody tr td {
  padding: 8px 16px;
}
.incident_form tbody tr {
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.incident_form tbody tr:hover {
  background: rgba(0, 0, 0, 0.1);
}

.space-between {
  display: flex;
  justify-content: space-between;
}
.sos-details-header {
  padding: 15px 10px;
  margin-bottom: 5px;
  box-shadow: -1px 2px 10px -1px rgba(0, 0, 0, 0.2);
}
.sos-details-header-text {
  font-size: 18px;
  font-weight: bold;
}
.sos-details {
  line-height: 25px;
}
.sos-details b {
  font-size: 13px;
}
.sos-feild-heading {
  font-weight: 600;
  font-size: 16px;
}
#sos-map-container .switch label .lever,
#vendor-user-switch .switch label .lever {
  background: #55b9484d;
}
#sos-map-container .switch label .lever:after,
#vendor-user-switch .switch label .lever:after {
  background: rgba(85, 185, 72, 1);
}
#vendor-user-switch {
  z-index: 1;
  position: relative;
  padding: 10px;
}
#vendor-user-switch label {
  color: black;
  font-weight: 500;
}
.dot-circule {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000000;
  float: left;
  margin: 4px 10px;
}
.sos-details-border-bottom {
  padding-bottom: 5px;
  border-bottom: 1px solid #e3e3e3;
}
.sos-remarks-txt {
  background: #ffffff !important;
  border-radius: 4px !important;
  padding-left: 5px !important;
  /* margin-left: 5px !important; */
  border: 1px solid rgba(0, 0, 0, 0.23);
}
.sos-remarks-txt:hover {
  border: 1px solid rgba(85, 185, 72, 1) !important;
}
.sos-remarks-txt:focus {
  border: 1px solid rgba(85, 185, 72, 1) !important;
  box-shadow: none !important;
}
.sos-remarks-txt::placeholder {
  color: #717171;
}
.file-input-curse:hover {
  cursor: pointer;
}
.attachment-icon input[type="file"] {
  min-width: 25px !important;
  max-width: 25px !important;
  width: 34px !important;
  height: 34px !important;
}
.attachment-icon input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}
.attach-lable {
  border-radius: 100px;
}
.attach-lable:hover {
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.border-table {
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
}
.confirmation-box-cont {
  padding: 0px 30px;
}
.confirmation-box-button-cont {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
}

#loading-box {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1001;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  background: url("/static/images/logoSmall.png") no-repeat;
  background-size: contain;
  background-position: center;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-ring div {
  top: -23px;
  left: -25px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  margin: 6px;
  border: 6px solid #333;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #333 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#checklistdiv .page-header-name {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #dadada;
  margin-top: 70px;
  width: 93%;
  background: #fff;
  padding-left: 15px;
  position: fixed;
  z-index: 1;
}
.checklist-body {
}
.checklist-body .datetimepicker {
  color: rgba(0, 0, 0, 0.87);
  padding: 0px 8px;
}
.checklist-body input[type="text"] {
  border: none;
  width: 240px;
}
.checklist-body .input-field input[type="text"]:hover {
  border: none;
}
.checklist-body .input-field {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 4px;
}
.type-ahead .input-field {
  border: 1px solid #dadada !important;
  border-radius: 4px !important;
}
.checklist-body .type-ahead .input-field {
  border: none !important;
}
.checklist-body .type-ahead {
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 4px;
  width: 264px;
}
.checklist-body .type-ahead input[type="text"] {
  padding: 0 12px;
}
.type-ahead input[type="text"],
.type-ahead input[type="text"]:focus {
  border: none !important;
  box-shadow: none !important;
}

.type-ahead input[type="text"]::placeholder {
  color: #888;
  font-weight: bold;
}
.checklist-body .select-fliter {
  height: 36px !important;
  border: 1px solid rgba(0, 0, 0, 0.23);
  padding: 0px 12px;
}
.checklist-body .select-fliter .caret {
  top: 2px !important;
}
.checklist-body .popup-box section div {
  border: none !important;
  box-shadow: none !important;
}
.checklist-body .popup-box section {
}
.checklist-body .popup-box > section {
  box-shadow: 0px 0.6058048009872437px 1.8847260475158691px 0px
      rgba(0, 0, 0, 0.045),
    0px 1.4558331966400146px 4.529258728027344px 0px rgba(0, 0, 0, 0.0646),
    0px 2.7412047386169434px 8.528192520141602px 0px rgba(0, 0, 0, 0.08),
    0px 4.889840602874756px 15.212837219238281px 0px rgba(0, 0, 0, 0.0954),
    0px 9.145909309387207px 28.45393943786621px 0px rgba(0, 0, 0, 0.115),
    0px 21.89189338684082px 68.10810852050781px 0px rgba(0, 0, 0, 0.16) !important;
}
.qr-details-body:hover {
  background: rgba(0, 0, 0, 0.1);
}
.filed-label {
  font-size: 14px;
  padding-left: 15px;
}
.checklist-details {
  overflow-y: auto;
  overflow-x: hidden;
}
.checklist-apply {
  margin: 0 0 0 5px;
  width: 150px;
  border-radius: 4px;
}
.checklist-qr-but {
  margin: 0 0 0 5px;
  width: 150px;
  background: #3a00a9;
  color: #ffffff;
  margin-top: 12px;
  border: none;
  line-height: 30px;
  height: 30px;
  font-weight: 700;
  border-radius: 4px;
  padding: 0px !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.checklist-qr-but-disabled {
  color: #989898 !important;
  background: #dfdfdf !important;
  box-shadow: none !important;
  cursor: auto;
}
.checklist-cancel {
  margin: 0 0 0 15px;
  width: 100px;
  background: none !important;
  color: #388e3c !important;
  border: none;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0px !important;
  position: relative;
}
.collapsible-header {
  background: #fff;
  line-height: 3rem;
  border-top: none !important;
  border-left: none !important;
  border-right: none;
  border-bottom: 1px solid #dadada;
  font-size: 16px;
  font-weight: 500;
}
.collapsible-header.active .material-icons {
  transform: rotate(90deg);
}
.collapsible {
  user-select: none;
}
.checklist-table {
  width: 75%;
  margin: 15px auto;
  border-collapse: collapse;
  font-size: 16px;
}
.checklist-table td,
.checklist-table tr,
.checklist-table th {
  border: 1px solid #dadada;
}
.checklist-details .checklist-table td,
.checklist-table tr,
.checklist-table th {
  border: none;
}
.checklist-table td,
.checklist-table th {
  padding: 10px;
}
.checklist-table th,
#checklistdiv .filed-header {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}
.checklist-items {
  padding: 4px 10px;
  line-height: 22px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.42);
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  text-transform: capitalize;
}
.checklist-textarea {
  border: 1px solid rgba(0, 0, 0, 0.42);
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 16px;
}
.checklist-textarea:hover {
  border: 1px solid #3bb42c;
}
.checklist-textbox.textarea {
  border: 1px solid #dadada;
  height: 100%;
  width: 90%;
  padding: 5px;
}
.checklist_image_upload {
  float: right;
  padding: 0 10px;
  /* margin: 5px 0; */
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  background: #388e3c;
  /* width: 100px; */
  border: 1px solid #388e3c;
  box-shadow: none;
  line-height: 30px !important;
  position: relative;
}
.checklist_image_upload form {
  top: 0px;
  width: 100%;
  left: 0;
  height: 100%;
}
.checklist-file-upload {
  width: 100% !important;
  opacity: 0;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  cursor: pointer;
}
.checklist-file-name {
  position: absolute;
  width: max-content;
  color: #333333;
  font-weight: 400;
  right: 0%;
}

.helpdesk_desc_image_upload {
  box-shadow: none;
  line-height: 30px !important;
  position: absolute;
  cursor: pointer;
  border-radius: 2px;
}
.helpdesk_desc_image_upload form {
  top: 0px;
  width: 100%;
  left: 0;
  height: 100%;
}
.helpdesk-desc-file-upload {
  width: 100% !important;
  opacity: 0;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  cursor: pointer;
}
.helpdesk-desc-file-name {
  position: absolute;
  width: max-content;
  color: #333333;
  font-weight: 400;
  bottom: 0;
  left: 210px;
}
.helpdesk-desc-file-name.download {
  font-weight: 600;
  color: rgb(0, 132, 240);
}
.helpdesk_ivr input[type="text"]:disabled,
.helpdesk_ivr input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.7) !important;
}
.help-desk-form-field-cont label {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
.help-desk-form-field-cont .label-custom {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
.help-desk-form-field-cont .label-form {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
.help-desk-form-field-cont {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.help-desk-form-field-cont-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.help-desk-form-field-cont-inner .settings-input {
  padding: 0;
}
.no-wrap-class {
  flex-wrap: nowrap;
}

.request-form-container {
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 16px;
  gap: 10px;
  background: rgba(255, 255, 255, 1);
}
.request-form-container .react-datepicker-wrapper {
  display: block;
}
.request-form-container .caret {
  background: none;
}
.request-form-container .input-label,
.adv-select-div .input-label,
#toolsdiv .input-label,
.checklist-body .input-label,
.checklist-details .filed-header,
.geo_fence_Form_container .filed-header {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 4px;
  position: relative;
  left: 8px;
  top: 9px;
  background: white;
  display: inline;
}
.checklist-details .filed-header {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 4px;
  position: relative;
  left: 8px;
  top: 9px;
  z-index: 12;
  background: white;
  display: inline;
}
.light-back .filed-header,
.light-back .input-label {
  background: rgba(244, 246, 250, 1) !important;
}
.request-form-container .input-field input[type="text"],
.request-form-container .settings-input input[type="text"] {
  width: 245px !important;
  padding: 4px 12px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 4px;
  margin: 0;
  height: 34px;
}
.request-form-container .settings-input input[type="text"]:hover,
.request-form-container .input-field input[type="text"]:hover {
  border: 1px solid #3bb42c;
}
.request-form-container .input-field {
  margin: 0;
}
.request-form-container input[type="text"] {
  border-bottom: none;
  background-color: white;
  font-size: 16px !important;
  font-weight: 400;
  padding: 4px;
  height: 34px;
}
.request-form-container .select-fliter,
.adv-select-div .select-fliter {
  width: 271px !important;
  padding: 0px 12px 0px 12px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 4px;
  margin: 0;
  background-color: white;
}
.request-form-container .select-fliter {
  padding: 5px 12px 0px 12px;
  height: 43px;
}
.request-form-container .select-fliter:hover,
.adv-select-div .select-fliter:hover {
  border: 1px solid #3bb42c;
}
.help-desk-form-field-cont
  .react-datepicker__input-container
  input[type="text"] {
  height: 34px;
}
.help-desk-form-field-cont .select-fliter ul {
  width: 270px !important;
  left: -12px !important;
  top: 48px !important;
  scrollbar-width: none;
}
.help-desk-form-field-cont .select-fliter ul li {
  min-height: 36px !important;
}
.help-desk-form-field-cont .select-fliter ul li span {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.help-desk-form-field-cont .select-fliter ul li:hover,
.help-desk-form-field-cont .select-fliter ul li:focus,
.help-desk-form-field-cont .select-fliter ul li:active,
.help-desk-form-field-cont .select-fliter ul li.selected {
  background: rgba(85, 185, 72, 0.08) !important;
}

.waitinglounge-textarea {
  border: 1px solid #dadada;
  height: 150px;
  max-height: 150px;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
.waitinglounge-textarea::placeholder {
  color: #979797;
}
.tools-textarea::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.checklist-table .select-fliter .caret {
  top: 3px;
}
.file-exp-date .input-field {
  margin-top: 0px !important;
}
.table-search,
.table-search:focus,
.table-search:focus:not([readonly]) {
  border: none !important;
  box-shadow: none !important;
  padding-left: 5px;
}
.table-search::placeholder {
  color: #717171;
}
/* confirm box css */

.confirm-box {
  margin: 5% auto;
  width: 440px !important;
  height: 210px !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  z-index: 999 !important;
}
.confirm-body {
  height: 105px;
  line-height: 105px;
  font-size: 15px;
  font-weight: bold;
}
.confirm-btn {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
/* fixed header table*/

.fixed-header-table {
  table-layout: fixed;
}
.fixed-header-table thead {
  display: table;
  width: 100%;
  /*width:calc(100% - 15px);*/
}
.fixed-header-table tbody {
  overflow: auto;
  overflow-x: hidden;
  display: block;
  width: 100%;
}
.fixed-header-table tbody tr {
  display: table;
  background-color: white;
  width: 100%;
  table-layout: fixed;
}
/*Hardware table*/
.hardwareTable tbody {
  height: calc(100vh - 440px);
}

.live-vehicles-left-align {
  text-align: left;
}

.hardwareTable .action-img img {
  cursor: pointer;
  width: 22px;
}
.tbody-row-div div {
  float: left;
}
/*Div border collapse*/

.div-border {
  min-height: 60px;
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
}
.qa-code-result {
  font-size: 18px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.close-qr-popup {
  z-index: 2;
  position: absolute;
  top: 570px;
  left: 35px;
}
.flex-vh-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-hr-center {
  display: flex;
  justify-content: center;
}
.row-inner-scroll {
  width: 100%;
  overflow: auto;
  height: calc(100vh - 260px);
}

.overflow-report-table table.centered thead tr th,
.overflow-report-table table.centered tbody tr td {
  /* border: 1px solid #E0E0E0 !important; */
  border-collapse: collapse !important;
}

.billing-table {
  width: 130%;
}
.billing-table thead tr th {
  word-wrap: break-word;
}

/* REFUND CSS START*/

.box-shadow-one {
  box-shadow: 0 9px 5px -5px rgba(0, 0, 0, 0.2);
}

.tab-padding-one {
  /* padding: 15px 0 1px 0; */
}
#refunddiv .ticket-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
#refunddiv .ticket-row:hover {
  background: rgba(0, 0, 0, 0.1);
}
#refunddiv .select-fliter {
  padding: 0 12px;
  height: 40px;
  position: relative;
}
.refund-details-table {
  border-radius: 4px;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.refund-filter-date {
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  position: relative;
}
.refund-filter-date .row {
  margin: 0;
}
.refund-filter-date img {
  opacity: 0.7;
  width: 20px;
  height: 20px;
}
.refund-filter-date .input-field input[type="text"] {
  /* background: #fff url(../images/calendar.png) no-repeat !important;
  background-position: 98% !important;
  background-size: 17px 17px !important; */
  border: none;
}
.refund-filter-date .input-field {
  margin: 0;
}

/* REFUND CSS END*/

.fuel-textbox {
  border: 1px solid #d0d0d0 !important;
  background: #f5f5f5;
  border-radius: 4px !important;
  width: 100% !important;
  height: 40px !important;
}
.fuel-textarea {
  border: 1px solid #dadada;
  height: 43px;
  min-height: 43px;
  max-height: 43px;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  border-radius: 4px !important;
}
.fuel-datebox .input-field {
  margin-top: 0px !important;
}
.fuel-edit-value {
  display: flex;
}
.fuel-edit-value .input-field,
.fuel-datebox .input-field {
  margin: 0px !important;
  padding: 0;
  border: none;
}

.fuel-edit-value .datetimepicker,
.fuel-datebox .datetimepicker {
  border: 1px solid #d0d0d0 !important;
  background: #ffffff;
  height: 40px;
  width: 100%;
  border-radius: 4px !important;
}
.fuelTable tbody tr td {
  /* padding-left: 5px !important; */
}
.fuel-popup-fields input[type="text"] {
  width: 150px !important;
  padding: 0 12px !important;
}
.fuel-rate-popup input[type="text"] {
  border: 1px solid #d0d0d0;
  width: 220px;
  height: 40px;
  padding: 0 0 0 17px;
}
.fuel-popup-box-2 .report-download-summary-details {
  padding: 6px 8px;
  filter: none !important;
}
.fuel-popup-box-2 .report-download-summary-details:hover {
  color: rgba(85, 185, 72, 1);
}
.fuel-rate-popup .top-header {
  display: block;
}

.fuel-rate-popup .top-header .header {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.15px;
  font-weight: 500;
}

.switch-small input[type="checkbox"] {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  width: 50px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #d9dadc;
  border-radius: 50px;
  box-shadow: inset -30px 0 0 0 #57bfff;
  transition-duration: 200ms;
  cursor: pointer;
  transform: scale(0.7);
}
.switch-small input[type="checkbox"]:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}
.switch-small input[type="checkbox"]:checked {
  border-color: #57bfff;
  box-shadow: inset 30px 0 0 0 #57bfff;
}
.switch-small input[type="checkbox"]:not(:checked) {
  position: relative !important;
}
.switch-small input[type="checkbox"]:checked::after {
  left: 20px;
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
}
.sms-textarea {
  width: 400px;
  max-width: 400px;
  min-width: 400px;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  padding: 10px;
  border: 1px solid #dedede;
  border-radius: 15px;
}
#toolsdiv .sms-textarea,
.waitinglounge-textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 4px;
  font-size: 16px;
}
#toolsdiv .sms-textarea:hover,
.waitinglounge-textarea:hover {
  border-color: rgba(85, 185, 72, 1);
}
#toolsdiv input[type="text"]:focus:not([readonly]) {
  box-shadow: none !important;
  border-bottom: none;
}
.sms-msg {
  visibility: hidden;
}
.checklist-details .collection {
  position: relative !important;
}
.checklist-body-fields .select-wrapper {
  display: flex;
  align-items: center;
}
.openEndedTrip .customTripLocPicker legend label {
  position: relative !important;
}
.openEndedTrip .react-datepicker__input-container {
  border: none;
}
.react-datepicker__input-container input[type="text"] {
  width: 245px !important;
  padding: 4px 12px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 4px;
  margin: 0;
}
.react-datepicker__input-container input[type="text"]:hover {
  border: 1px solid #3bb42c;
}
.openEndedTrip .customTripLocPicker legend label {
  padding: 0;
}
.site-header-filter {
  position: absolute;
  right: 0px;
  margin-top: -45px;
  width: 20%;
}
.stoppage-nonadherence {
  /* display: table-header-group; */
  table-layout: auto !important;
}
.violation_notif {
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-left: none !important;
  margin: 0px !important;
  padding: 5px 15px !important;
}
.violation_notif a:hover {
  background: none;
  text-decoration: none;
}
#safereachTable {
  border: 1px solid !important;
}
#safereachTable th,
#safereachTable td {
  border: 1px solid !important;
}

#map-toggle {
  display: flex;
  gap: 5px;
  align-items: center;
}

.map-option1 {
  flex: 1;
  text-align: right;
  padding-top: 7px;
  padding-right: 20px;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  cursor: pointer;
}

.map-option2 {
  flex: 1;
  text-align: left;
  padding-top: 7px;
  padding-left: 20px;
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
  cursor: pointer;
}
.divider-bar {
  font-size: 28px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.12);
}
.divider-bar-long {
  border: 1px solid #0c0c0c0d;
  margin: 0 10px 0 15px;
  height: 50px;
}

.active-state {
  background: rgba(85, 185, 72, 0.3) !important;
}
.vehicle-list-border td {
  border: 1px solid #ddd;
}
.vehicle-list-border th {
  border: 1px solid #ddd;
}
.vehicle-list-border i {
  top: 0px !important;
}
.excel-export-btn {
  padding: 8px 22px;
  font-size: 15px;
  font-weight: 500;
  color: #295d22;
  cursor: pointer;
}
.excel-export-btn:hover {
  background: rgba(244, 246, 250, 1);
}

#siteSwitcher .col.s2 .select-fliter {
  display: block !important;
}
.cancelicon-ownTrans {
  position: relative;
  width: 17.3px;
  height: 20px;
  float: right;
  background: #ada5a5;
  border: 1px solid #6f6363;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 3px 3px 0px;
}
.cancel-own-tranportBlock {
  position: relative;
  width: 95px;
  height: 20px;
  float: left;
  background: #f21919;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px 0px 0px 3px;
}
.own-trans-label {
  position: absolute;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  color: #fffdfd;
  padding: 3px;
}
.cross {
  position: absolute;
  width: 17px;
  height: 18px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.trip-own-transport {
  display: inline-block;
  margin-bottom: -5px;
  padding-left: 10px;
}
.mytrip-button {
  background: rgb(219, 215, 215);
  border-radius: 0px;
  border-color: black;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 15px;
}
.mytripsTab {
  align-content: center;
  position: fixed;
  left: 40%;
}
.mytripsTable {
  padding-top: 50px;
  height: 100vh;
}
.pinsize {
  font-size: 17px;
  float: left;
  line-height: 10px;
  font-weight: bold;
}

.toggle {
  display: flex;
  width: 100px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
  border-radius: 15px;
  text-align: center;
  color: black;
  border-color: #54b837;
  line-height: 25px;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.toggle-yes {
  flex: 1;
  text-align: right;
  padding-right: 10px;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  cursor: pointer;
  border-right: 1px solid #54b837;
}
.toggle-no {
  flex: 1;
  text-align: left;
  padding-left: 10px;
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
  cursor: pointer;
}
.toggle-active {
  color: white;
  background-color: #54b837;
}
.pre-boarding-modal {
  width: 600px !important;
}
.question-number {
  background-color: #cfcfcf;
  width: 25px;
  font-size: 15px;
  height: 25px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 13px;
  padding: 1px;
}
.q-mandate {
  color: red;
  padding-left: 10px;
}
.pre-boarding-fuel-textarea {
  border: 1px solid #dadada;
  height: 40px;
  margin: 5px;
  border-radius: 5px !important;
}
.acknowledge {
  padding: 10px;
  font-size: 15px;
  text-align: left;
  line-height: 25px;
}

#preboardingquestions::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#preboardingquestions::-webkit-scrollbar {
  width: 0px;
  background-color: #f5f5f5;
}

#preboardingquestions::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.preboarding-title {
  background-color: #54b837;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  height: 55px;
  font-size: 20px;
  padding-top: 7px;
  font-weight: 600;
}

.preboarding-button {
  background: #ffffff;
  color: #388e3c;
  font-weight: 600;
  background-color: #ffffff;
  cursor: pointer !important;
  font-size: 18px;
}

.preboarding-form-bottom {
  margin: 5px 0 -15px 0;
  float: none;
  height: 60px;
  padding-left: 21px;
  padding-right: 21px;
}
.preboarding {
  margin: 40px 0 0 0;
  font-size: 15px;
  word-wrap: break-word;
  text-align: justify !important;
  border: 1px solid #54b837;
  border-radius: 11px;
}
.preboarding-tooltip:hover .preboarding-tooltip-text {
  visibility: visible !important;
}
.preboarding-tooltip .preboarding-tooltip-text {
  visibility: hidden !important;
}

.preboaring-center-align {
  margin-left: 25% !important;
}
@media (max-width: 1024px) {
  .preboaring-center-align {
    margin-left: 20% !important;
  }
}

.image-file-upload {
  width: 100% !important;
  opacity: 0;
  height: 30px;
  position: relative;
  top: -20px;
  cursor: pointer;
}
.user-photo-btn {
  width: 50% !important;
  background: #fff;
  color: #388e3c;
  border: 1px solid #388e3c;
  box-shadow: none;
  line-height: 5px !important;
  padding: 15px 0 !important;
  margin-top: 15px;
}
.user-photo-btn:hover {
  background: #fff;
  color: #000 !important;
  box-shadow: none;
}

.browser-default {
  border: 1px solid #dadada !important;
  border-radius: 4px !important;
  font-size: 15px;
  color: #000;
  padding-left: 10px;
}

.modal.custom-modal.copy_trips_date_picker {
  top: 20% !important;
  width: 47%;
  height: 41%;
  min-height: 400px;
  overflow: hidden;
}
.modal.custom-modal.seat-booking-modal {
  top: 20% !important;
  width: 43% !important;
  height: 51% !important;
  min-height: 328px !important;
  overflow: hidden !important;
}

.modal.custom-modal.booking-status-modal {
  top: 20% !important;
  width: 37% !important;
  height: 37% !important;
  min-height: 250px !important;
  overflow: hidden !important;
}

.modal.custom-modal.copy_trips_date_picker .popup-title {
  display: none;
}
.modal.custom-modal.copy_trips_date_picker .modal-content {
  padding: 2% 4%;
}

.create-route-button {
  position: relative !important;
  display: inline-block;
  float: right;
}

.create-route-button > ul > li {
  padding: 9px;
  will-change: width;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.create-route-button > ul {
  width: 308px !important;
  text-align: right;
  position: absolute;
  top: 45px;
  font-size: 15px;
  background-color: white;
  border-radius: 5px;
  margin: 0px;
  right: 15px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.create-route-button .master-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #000000de;
  height: 40px;
  font-size: 16px;
  line-height: 24px;
  width: 220px;
  letter-spacing: 0.15px;
}

.master-filter-tooltip > .settingSh-flex-child {
  margin: 7px;
  width: 161px !important;
  display: inline-block;
  float: left;
}

.master-filter-tooltip > .settingSh-flex-child > .input-label {
  font-weight: 500 !important;
  padding: 6px !important;
}
.route-filter-controls {
  height: 50px;
  margin: 0px;
  padding: 5px;
  float: left;
}

.master-filters {
  position: relative;
  margin-left: 10px;
  display: inline-block;
  float: left;
}

.master-filters .master-filter-tooltip {
  position: absolute;
  top: 40px !important;
  left: 0px;
  width: 440px;
  padding: 10px;
  margin: 0px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 1px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  z-index: 1;
  background-color: white;
}

.master-filters .master-filter-tooltip::after {
  content: "";
  position: absolute;
  top: -4%;
  right: 95%;
  height: 20px;
  width: 20px;
  margin-top: 0px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

.master-filter-button {
  color: black !important;
  border: 1px solid #dadada;
  cursor: pointer;
  padding: 8px;
  height: 35px;
  min-width: 100px;
  text-align: center;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.master-route-band-cont {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.create-master-route {
  margin: -20px 0px 0px 0px;
  background-color: #f5f5f5;
  padding: 20px 0;
}

.master-route-header {
  padding-left: 10px;
  color: black;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

.master-route-card {
  padding: 10px 0 0px 0;
  background-color: white;
  margin: 0 10px;
}

.master-route-card-title {
  padding: 12px;
  font-size: 14px;
  border-radius: 3px;
  font-weight: bold;
}
.master-route-card-body {
  padding: 15px;
}

.master-routes-buttons {
  display: flex;
  justify-content: end;
  gap: 5px;
}

.master-button {
  display: inline-block;
  background-color: green;
  padding: 7px 12px 7px 12px;
  border-radius: 1px;
  margin-left: 10px;
  min-width: 90px;
  text-align: center;
  cursor: pointer;
  color: white;
  border: 1px solid green;
  font-size: 12px;
  text-transform: capitalize;
}
.master-stoppage {
  height: 20px;
  width: 20px;
  cursor: pointer;
  border-radius: 10px;
}
.stoppage-block {
  padding: 10px 0px 0px 0px;
  position: relative;
}

.stoppage-block-row {
  width: 100%;
  /* margin-left: auto;
  margin-left: auto;
  margin-right: auto; */
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}

.stoppage-block-row .div {
  flex: 1;
}

.stoppage-block-row .div-first {
  width: 20px;
}

.stoppage-block-row:after {
  content: none;
  display: table;
  clear: both;
}

.dropdown-search {
  position: absolute;
  width: 102%;
  max-height: 150px;
  min-height: 50px;
  overflow-y: auto;
  z-index: 2113323232;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
  left: -2%;
  top: 102%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
  cursor: pointer;
  border-radius: 3px;
}
.stoppage-details-headers {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  /* padding-left: 7px; */
  display: flex;
  gap: 10px;
}

.stoppage-details-headers .div {
  flex: 1;
}

.stoppage-details-headers .div-first {
  width: 20px;
}

.stoppage-details-headers .div .tooltip-field-des {
  top: 4px;
}

.stoppages-route {
  height: 6px;
  width: 3px;
  background-color: #c9c9c9;
  margin: 2px 2px 2px 9px;
  border-radius: 1px;
  border: 1px solid #c9c9c9;
}
.master-route-time-picker .MuiFormControl-root.MuiTextField-root {
  border: 1px solid #dadada;
  border-radius: 4px;
  width: 100%;
}
.master-route-time-picker .MuiInput-underline:hover:not(.Mui-disabled):before {
  border: none !important;
}
.master-route-time-picker input {
  box-shadow: none !important;
  border: none;
}
.master-filter-tooltip > .settingSh-flex-child .select-fliter {
  border-radius: 1px;
}

.emp-count {
  position: absolute;
  top: 5px;
  font-size: 15px;
  left: 50px;
}

.master-vehicle-card input {
  border: none !important;
}
.master-vehicle-card input[type="text"]:focus:not([readonly]) {
  border: none !important;
  box-shadow: none !important;
}
.master-vehicle-card .input-field {
  border: 1px solid #dadada;
  margin: 3px 0 0 5px !important;
  background: #fff;
  min-width: 100px;
  padding-left: 5px;
  border-radius: 4px;
  color: #666666;
}
.add-emp-tooltip {
  position: relative;
}
.add-emp-tooltip .add-emp-tooltip-body {
  position: absolute;
  top: -205px !important;
  right: 100%;
  width: 340px;
  height: 460px;
  margin: 0px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 1px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
  z-index: 4;
  background-color: white;
}

.add-emp-tooltip .add-emp-tooltip-body::after {
  content: "";
  position: absolute;
  height: 20px;
  top: 214px;
  left: 100%;
  width: 20px;
  margin-top: 0px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #b9b9b9;
}
.route-count-text {
  height: 32px;
  background-color: #ecf5eb;
  color: #295d22;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.14px;
  border-radius: 20px;
  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.add-emp-tooltip-body .innerheader {
  background-color: whitesmoke;
  padding: 13px;
  font-weight: bold;
}

.add-emp-tooltip-body .innerheader {
  background-color: whitesmoke;
  padding: 4px;
  font-weight: bold;
}

.add-emp-tooltip-body .search {
  height: 50px !important;
  margin: 0px !important;
  padding: 10px;
  position: relative;
}

.add-emp-tooltip-body .add-remove {
  height: 40px;
  margin: 8px 0px 10px 0px;
  font-weight: bold;
}
.add-emp-tooltip-body .add-remove .checkbox {
  height: 18px;
  width: 18px;
  margin: 7px !important;
  display: inline-block;
  float: left;
}
.add-emp-tooltip-body .add-employee-row {
  padding: 0 10px;
}

.add-emp-tooltip-body .add-employee-row .checkbox {
  height: 18px;
  width: 18px;
  margin: 7px;
  display: inline-block;
  float: left;
}

.add-emp-tooltip-body .add-employee-row .logo {
  background-color: gray;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 27px;
  height: 27px;
  font-weight: bold;
  /* padding: 3px 8px 8px 8px !important; */
  margin: 0px 2px 0px 2px;
  color: white;
}
.add-emp-tooltip-body .add-employee-row .e-name {
  color: black;
  font-size: 14px;
}
.add-emp-tooltip-body .add-employee-row .e-id {
  font-size: 14px;
  color: gray;
}
.add-emp-tooltip-body .innerheader > div {
  display: inline-block;
  padding: 7px;
}
.add-emp-tooltip-body .footer {
  margin-top: 17px;
}
.add-emp-tooltip-body .emp-tab {
  border-bottom: 2px solid green;
  color: green;
  font-weight: bold;
  text-align: left;
  height: 40px;
  padding: 11px 0px 11px 0px;
  cursor: pointer;
}

.master-filter-tooltip > .settingSh-flex-child .type-head {
  border: 1px solid #dadada;
  margin: 0px 0px 0 5px !important;
  background: #fff;
  border-radius: 1px;
  height: 33px !important;
}
.master-filter-tooltip
  > .settingSh-flex-child
  .type-head
  input[type="text"]:focus:not([readonly]) {
  box-shadow: none;
  border: none;
}
.master-filter-tooltip > .settingSh-flex-child .type-head input {
  border: none;
}

.modal.custom-modal.copy_trips_date_picker {
  top: 20% !important;
  width: 55%;
  height: 70%;
  min-height: 400px;
  overflow: hidden;
}
.modal.custom-modal.copy_trips_date_picker .popup-title {
  display: none;
}
.modal.custom-modal.copy_trips_date_picker .modal-content {
  padding: 2% 4%;
}

.master-route-search {
  display: inline-block;
  width: 430px;
  margin-left: 10px;
  float: left;
}
.master-route-search .type-head input[type="text"]:focus:not([readonly]) {
  box-shadow: none;
  border: none;
}
.master-route-search .type-head {
  border: 1px solid #dadada;
  margin: 3px 0 0 0px !important;
  background: #fff;
  border-radius: 4px;
  height: 40px !important;
}

.master-route-search .type-head input {
  border: none;
}
.master-route-new-class .filters-display {
  width: 50px;
}
.master-route-new-class .master-route-band-cont {
  justify-content: space-between;
}
.filters-display {
  display: inline-block;
  width: 200px;
  margin-left: 10px;
  padding: 10px;
  float: left;
}
.create-master-route .dropdown-search {
  z-index: 3 !important;
}
.create-master-route .stoppage-block .dropdown-search {
  left: -51px;
  width: 127%;
}
.create-master-route .dropdown-content {
  z-index: 3 !important;
}
.create-master-route .stoppage-block .dropdown-content {
  width: 127% !important;
  left: -52px !important;
}

.route-status {
  display: inline-flex;
  padding: 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.12);
  /* margin-left: 5px; */
}

.route-status .master-button {
  margin: 0px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.route-registration {
  padding: 5px 5px 5px 0px;
  height: 30px;
  margin-left: 5px;
}
.route-registration input {
  display: inline-block;
  margin: 0px !important;
  height: 19px;
  width: 19px;
  float: left;
}
.route-registration div {
  display: inline-block;
  margin: 5px 2px 2px 10px;
}
.create-master-route .select-fliter {
  border-radius: 1px;
}
.create-master-route .browser-default {
  border-radius: 1px;
}
span.master-route-error {
  display: inline-block;
  padding-left: 8px;
  color: red;
  position: absolute;
  left: 0px;
  top: 50px;
}
#eMasterRoutesSearch {
  width: 91% !important;
  float: right;
}

.master-filter-tooltip
  > .settingSh-flex-child
  .select-fliterSh
  input.select-dropdown {
  /* height: 2rem !important; */
}

.master-filter-tooltip > .settingSh-flex-child .select-fliterSh {
  border-radius: 1px;
  height: 33px !important;
  margin-top: 0px !important;
}

.master-filter-tooltip > .settingSh-flex-child .type-head input[type="text"] {
  border: none !important;
  padding: 0px;
}

.create-master-route .select-fliterSh input.select-dropdown {
  /* height: 2rem !important; */
}

.create-master-route .select-fliterSh {
  height: 40px;
  margin-top: 0px !important;
  display: flex;
  align-items: center;
}

.create-master-route .type-head input[type="text"] {
  border: none !important;
  padding: 0px;
}

.dooot {
  border-left: 4px dotted black;
  height: 25px;
  left: 9px;
  position: absolute;
  top: 39px;
}
.dooot1 {
  border-left: 4px dotted black;
  height: 25px;
  left: 9px;
  position: absolute;
  top: 80px;
}
.row.search.select-fliterSh.height {
  height: 50px !important;
}
.create-master-route ::placeholder {
  padding-left: 10px;
  color: gray;
}
.create-master-route .field-label {
  padding: 5px 5px 5px 5px;
  display: inline-block;
  width: 100%;
}
.map-stoppage {
  height: 15px;
  width: 15px;
  border-radius: 10px;
  margin-top: 5px;
}
.map-route-details {
  width: 237px;
  background-color: white;
}
.map-master-dropdown {
  height: 33px !important;
  border-radius: 1px;
  padding: 7px;
  font-size: 14px;
  background: #fff;
  font-weight: normal;
  color: black;
  border: 1px solid #dadada;
}
.map-master-body {
  /* border-left: 1px solid #DADADA;
        border-right: 1px solid #DADADA; */
}
.map-master-row {
  display: flex;
  padding: 6px;
}
.map-master-col1 {
  flex: 1;
  font-weight: bold;
}
.map-master-col2 {
  flex: 1;
}
.map-route-details p {
  margin: 0px;
}
.map-route-details .cap {
  font-size: 10px;
  color: gray;
}
.master-route-active {
  color: green;
}
.master-route-inactive {
  color: red;
}

.seat-booking-block .card-panel {
  position: relative;
  padding: 0px !important;
  height: 75px !important;
  margin: 0px !important;
  border-radius: 1px;
  font-weight: normal;
  color: black;
}
.seat-booking-block .card-panel input[type="text"]:focus:not([readonly]) {
  box-shadow: none;
}
.seat-booking-block .card-panel .type-head {
  margin-top: 0px !important;
}
.seat-booking-block .card-panel .type-head {
  margin: 0px;
}
.seat-booking-block .card-panel input {
  border: 0px !important;
}

.seat-booking-block
  .seat-booking-filters
  input[type="text"]:focus:not([readonly]) {
  border: none !important;
  box-shadow: none;
}
.seat-booking-block .seat-booking-filters input {
  border: none !important;
}
.seat-booking-block .seat-booking-filters .type-head {
  margin: 0px;
}
.seat-booking-filters .select-fliter {
  margin: 0px !important;
  color: black;
  font-weight: normal;
}

.card .current-status {
  padding-top: 5px;
  height: 27px;
}
.card .current-status i {
  font-size: 20px;
  float: left;
}
.card .current-status span {
  color: gray;
  padding: 2px;
  float: left;
  display: inline-block;
}
.stoppage-flow {
  position: absolute;
  height: 74%;
  top: 12px;
  left: 8px;
  border: 1px solid blue;
}
.stoppage-row {
  height: 30px;
  font-size: 11px;
  color: gray;
}
.h-s-d {
  font-size: 20px;
  color: blue;
  left: -1px;
  position: absolute;
  z-index: 1;
}
.stoppage-home {
  position: absolute;
  height: 93%;
  border: 1px dashed;
  color: gray;
  top: 12px;
  left: 8px;
}

.home-address {
  height: 14px;
  width: 14px;
  padding: 3px;
  background: blue;
  border-radius: 10px;
  z-index: 1;
}
.home-address > div {
  height: 8px;
  width: 8px;
  background: white;
  border-radius: 10px;
}

.distance-time {
  position: absolute;
  width: 140px;
  top: 50%;
  left: 21px;
  color: gray;
}
.distance-time > * {
  float: left;
}

.booking-header {
  height: 80px;
  position: relative;
  text-align: center;
  border-bottom: 1px dashed #80808070;
}
.booking-header .b-header {
  height: 20px;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  color: black;
  padding-top: 47px;
}
.booking-data {
  height: 35px;
}
.booking-data .b-label {
  color: gray;
}
.booking-data-body {
  margin-top: 15px;
}

.booking-progress-bar {
  height: 15px;
  margin-top: 49px;
  border-radius: 14px;
  border: 1px solid blue;
}
.booking-progress-bar-status {
  border-radius: inherit;
  background-color: blue;
  height: 13px;
  width: 50%;
}
.address-devide {
  position: absolute;
  border-bottom: 1px solid #ddd;
  width: 250px;
  top: 37px;
  left: 23px;
}
.col.s3.seat-booking-block {
  overflow-y: scroll;
  height: 613px !important;
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar {
  width: 0px;
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #888;
}

/* .create-master-route input[type=text]:focus:not([readonly]){
   box-shadow: none;
   border: none;
} */
.master-route-time-picker .MuiInput-underline:after {
  border-bottom: none !important;
}
.master-route-time-picker .MuiInput-underline:before {
  border-bottom: none !important;
}
.add-emp-tooltip .add-emp-tooltip-body .dropdown-search {
  width: 108% !important;
  left: -11px !important;
  top: 133% !important;
}
.create-master-route input[type="text"].valid {
  box-shadow: none !important;
}
.master-filter-tooltip
  > .settingSh-flex-child
  .select-fliterSh
  .select-wrapper
  > .dropdown-content {
  max-height: 140px;
}
.create-master-route button.MuiButtonBase-root.MuiIconButton-root {
  padding: 4px !important;
}

.input-wrapper {
  position: relative;
}
.input-wrapper .input-label {
  position: absolute;
  top: -6px;
  left: 20px;
  width: fit-content;
}
.input-wrapper input[type="text"] {
  border: 1px solid #dadada;
  border-radius: 4px;
  height: 42px;
  font-size: 16px;
  padding: 0 12px;
  font-weight: 400;
  width: -webkit-fill-available;
}
.input-wrapper.select-container input[type="text"] {
  border: none;
}
.input-wrapper .input-field {
  margin-top: auto;
}

.route-tag-container {
  display: flex;
  align-items: center;
  gap: 10px;
  /* padding: 10px 0px 10px 0px; */
  margin-top: -20px;
}

.route-tag-field {
  background-color: transparent !important;
}

.custom-unassigned-table .settings-table {
  position: relative;
}
.custom-unassigned-table thead {
  position: static !important;
}

.tooltip-field-des {
  position: relative;
  display: inline-block;
  padding-left: 5px;
}

.tooltip-field-des .tooltiptext-field-des {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 2px;
  padding: 5px 0 5px 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 57px;
  margin-left: -60px;
}

.tooltip-field-des .tooltiptext-field-des::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 8%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.tooltip-field-des:hover .tooltiptext-field-des {
  visibility: visible;
}
.row.stoppage-details-headers .col > span {
  float: left;
}
.add-emp-tooltip .add-emp-tooltip-body .dropdown-search .list-item {
  padding: 5px 0px 0px 0px !important;
  border-bottom: none !important;
}
.add-emp-tooltip .add-emp-tooltip-body .dropdown-search .list-item:hover {
  background-color: rgba(85, 185, 72, 0.08);
}
.master-routes-table .tooltip-field-des .tooltiptext-field-des {
  bottom: -155%;
  left: -107px;
  padding: 10px;
}
.seat-booking-block .tooltip-field-des .tooltiptext-field-des {
  top: 125%;
  left: -62px;
  background-color: white !important;
  width: 150px;
  height: 200px;
  padding: 10px;
  border: 1px solid #80808038;
  box-shadow: 0px 0px 32px #80808066;
}
.seat-booking-block
  .tooltip-field-des
  .tooltiptext-field-des
  .available-days-scroll {
  overflow-y: scroll;
  height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.seat-booking-block
  .tooltip-field-des
  .tooltiptext-field-des
  .available-days-scroll::-webkit-scrollbar {
  display: none;
}
.master-routes-table .tooltip-field-des .tooltiptext-field-des::after {
  top: -16px;
  left: 179px;
  border-width: 8px;
  border-color: transparent transparent black transparent;
}

.master-route-checkbox-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 15px;
}

.seat-booking-block .tooltip-field-des .tooltiptext-field-des::after {
  top: -16px;
  left: 132px;
  border-width: 8px;
  border-color: transparent transparent white transparent;
}
span.available-day {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: white;
  border: 1px solid #ccc;
  cursor: default;
  padding: 5px;
  margin-bottom: 5px;
}

.approval-types {
  margin-top: 12px !important;
}

.stoppage-clash {
  display: block !important;
}

.file_input_popup .popup-title {
  background-color: #fafafa;
  text-align: left;
  padding-left: 5%;
}
.file_input_popup .modal-content {
  position: relative;
  top: 50px;
  height: 250px;
  bottom: 0;
  padding: 0;
  /* border: 1px solid; */
}
.file_logo_popup .modal-content {
  height: 89%;
}
.file_logo_popup {
  width: 60% !important;
  top: -10% !important;
  height: 75% !important;
}

.mt-0 {
  margin-top: 0px;
}
#serviceDisruptionMsg {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
}
#serviceDisruptionDiv {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  padding: 0px 0px !important;
}
.alert-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.alert {
  height: 22em;
  width: 50em;
  background-color: white;
  border-radius: 0.5em;
  /* box-shadow: 5px 5px 2px #aaaaaa; */
  display: flex;
  flex-direction: column;
  padding: 1em 1em;
}
.alert-header {
  align-self: flex-start;
  color: red;
  font-size: 2em;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0.5em;
}
.alert-body {
  font-size: 1.2em;
  margin-left: 1em;
  margin-right: 1em;
  text-align: left;
}
.alert-footer {
  align-self: flex-end;
}
.btn-text {
  text-transform: none;
}

.top-m13 {
  margin-top: 13px !important;
}

.top-m12 {
  margin-top: 11.4px !important;
}

.tripForm {
  display: flex;
  gap: 1em;
}

@media only screen and (max-width: 700px) {
  .tripForm {
    flex-direction: column;
  }
  .tripForm .tripSection {
    width: 100% !important;
  }
}

.tripSection {
  display: flex;
  gap: 1em;
  flex-direction: column;
}

.tripCard {
  font-size: 14px;
  font-weight: 400;
  color: black;
  background: white;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid #0000001f;
}

.tripCard .header {
  background: #fbfbfb;
  border-bottom: 0.5px solid #d9d9d9;
  border-radius: 6px 6px 0px 0px;
  padding: 1.5em;
  font-size: 12px;
  font-weight: 500;
}

.tripCard .body {
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  border-radius: 0 0 6px 6px;
  padding: 1.5em;
  gap: 15px;
}

.cabCode {
  padding: 2px 15px;
  background: rgba(255, 216, 0, 0.6);
  border: 1px solid #e8c400;
  border-radius: 3px;
}

.tripCard .secondary {
  font-size: 12px;
  color: #6f6f6f;
}
.tripCard .mediumWeight {
  font-weight: 500;
}
.primary_btn {
  background: #55b948;
  box-shadow: 0px -13px 80px rgba(0, 0, 0, 0.0196802),
    0px -5.43109px 33.4221px rgba(0, 0, 0, 0.0282725),
    0px -2.90372px 17.869px rgba(0, 0, 0, 0.035),
    0px -1.6278px 10.0172px rgba(0, 0, 0, 0.0417275),
    0px -0.864513px 5.32008px rgba(0, 0, 0, 0.0503198),
    0px -0.359743px 2.21381px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 25px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.0125em;
  color: #ffffff;
}
.secondary_btn {
  background: #ffffff;
  border: 1px solid #55b949;
  box-shadow: 0px -13px 80px rgba(0, 0, 0, 0.0196802),
    0px -5.43109px 33.4221px rgba(0, 0, 0, 0.0282725),
    0px -2.90372px 17.869px rgba(0, 0, 0, 0.035),
    0px -1.6278px 10.0172px rgba(0, 0, 0, 0.0417275),
    0px -0.864513px 5.32008px rgba(0, 0, 0, 0.0503198),
    0px -0.359743px 2.21381px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 25px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.0125em;
  color: #55b949;
}

/* Text Field Suggestion */
.autocomplete {
  position: relative;
  display: inline-block;
  margin-top: -10px;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.action-iconbox-hire {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: 0;
  gap: 20px;
}

.action-iconbox-flexi {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: 0;
  gap: 20px;
  justify-content: flex-end;
  padding-right: 10px;
}

.comment-text {
  color: #4f4f4f;
  font-family: Roboto;
  font-size: 1em;
  font-style: normal;
  text-align: left;
  margin-top: 4px;
  padding: 2px;
}

/* Custom Checkbox start */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  width: fit-content;
  cursor: pointer;
  font-size: 13px;
  color: #171717;
  /* -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 14px;
  width: 14px;
  background-color: #eee;
  border: 1px solid #707070;
  border-radius: 2px;
}

.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.custom-checkbox:hover input ~ .helpdesk_form .shift-time-row {
  opacity: 0.5;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #388e3c;
}
.custom-checkbox:hover input:checked ~ .helpdesk_form .shift-time-row {
  opacity: 1;
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 30%;
  top: 5%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Custom Checkbox end */

/* Dropdown  with label*/

.dropdown_container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #b3b3b3;
  border-radius: 6px;
  margin: 5px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto";
}

.label_icon {
  display: flex;
  width: 45%;
}

.label_icon img {
  margin: 0 5px 0 0;
}

.label_icon span {
  color: #008000;
}

.dropdown_container .select-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown_container .select-fliter {
  border: none;
  margin: auto !important;
  /* background: #F5F5F5; */
  background: transparent;
  padding-left: 5px;
  border-radius: 4px;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto";
  height: 33px !important;
  width: 40%;
}
.dropdown_container .select-fliter .caret {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 27px;
  color: transparent !important;
  background: url("/static/images/arrow_drop_down.svg") no-repeat;
  background-size: 10px 5px;
  background-position: center center;
}
/* Dropdown  with label end */
.calender_view {
  width: 100%;
  padding: 25px !important;
}

.excluded-days-calender {
  display: flex;
  justify-content: space-between;
}

.excluded_days_container {
  /* width: 100%; */
}

.excluded_days_container .excluded_days {
  padding: 10px;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
}

.excluded_days_container .checkbox_item {
  padding: 6px;
}
.excluded_days_container .excluded_days_head {
  display: flex;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #b3b3b3;
  justify-content: center;
  margin-bottom: 5px;
}

.excluded-days-calender .react-datepicker,
.excluded-days-calender .date-picker .react-datepicker__header {
  background: transparent !important;
}
.excluded-days-calender > .date-picker {
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  margin: 2px;
}
.offices-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.offices-row .office-row-first,
.offices-row .office-row-second {
  display: flex;
  justify-content: space-between;
}

.content {
  font-size: 14px;
  font-weight: 400;
}
.content-head {
  text-align: center;
  margin-top: 84px;
  padding-bottom: 5px;
}

.checkboxes {
  display: flex;
  justify-content: center;
}

.content .checkbox_item {
  padding: 10px;
}

.content-action {
  display: flex;
  justify-content: center;
  padding: 25px 0 10px 0;
}

.secondary-btn {
  background: #d9d9d9 !important;
  color: #000 !important;
  cursor: pointer;
  padding: 10px 30px;
  margin: 5px;
  text-align: center;
  border-radius: 5px;
}

.primary-btn {
  background: #55b949 !important;
  color: #ffffff !important;
  cursor: pointer;
  padding: 10px 30px;
  margin: 5px;
  text-align: center;
  border-radius: 5px;
}

.content-action .secondary-btn,
.content-action .primary-btn {
  width: 40%;
}

.secondary-btn.disabled-button {
  color: #b3b3b3 !important;
}

/*? START -- top navbar css  */

.nav-flex-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-search {
  /* border: 1px solid black; */
  height: 60px;
  width: 100%;
}

.nav-search .row .row .input-field {
  height: 40px;
  /* display: flex; */
  align-items: center;
}

.nav-select-fliter {
  /* border: 1px solid #DADADA; */
  /* background: #F5F5F5; */
  display: flex;
  background: #fff;
  /* min-width: 100px; */
  /* padding-left: 5px; */
  /* border-radius: 4px; */
  color: #888;
  font-weight: 600;
  font-size: 11px;
  height: 25px !important;
  border-right: 1px solid rgba(0, 0, 0, 0.23);
}

.nav-select-fliter .select-wrapper {
  display: flex;
  align-items: center;
  padding-left: 12px;
  padding-right: 5px;
  width: 145px;
}

.nav-select-fliter .select-wrapper input.select-dropdown {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  background-color: white;
  padding: 0px;
}

.nav-select-fliter .select-wrapper ul {
  width: 100% !important;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 2px 3px 1px #0000001f !important;
}

.nav-select-fliter .select-wrapper ul li span {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
  height: 20px;
  height: 36px;
  display: flex;
  align-items: center;
}

.nav-select-fliter .select-wrapper .dropdown-content .selected {
  background-color: #55b94814 !important;
}

.nav-select-fliter .select-wrapper ul li:hover {
  background-color: #55b94814 !important;
}

/* #helpdesk-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 5px;
  padding-right: 12px;
} */

.nav-search-component-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 5px;
  padding-right: 12px;
  width: 570px;
  height: 44px;
}

.nav-site-fliter {
  /* border: 1px solid #DADADA; */
  /* background: #F5F5F5; */
  display: flex;
  background: #fff;
  /* min-width: 100px; */
  /* padding-left: 5px; */
  color: #888;
  font-weight: 600;
  font-size: 11px;
  height: 40px !important;
}

.nav-site-fliter .select-wrapper {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  display: flex;
  align-items: center;
  padding-left: 12px;
  padding-right: 5px;
  width: 220px;
}

.nav-site-fliter .select-wrapper input.select-dropdown {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
}

.nav-site-fliter .select-wrapper ul {
  width: 220px !important;
  margin-top: 4px;
  left: 0px !important;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 2px 3px 1px #0000001f !important;
}

.nav-site-fliter .select-wrapper ul::-webkit-scrollbar {
  display: none;
}

.nav-site-fliter .select-wrapper ul li span {
  font-size: 15px;
  font-family: "Roboto";
  font-weight: 400;
  height: 45px;
  display: flex;
  align-items: center;
}

.nav-site-fliter .select-wrapper .dropdown-content .selected {
  background-color: #55b94814 !important;
}

.nav-site-fliter .select-wrapper ul li:hover {
  background-color: #55b94814 !important;
}

.bagde-inner {
  width: fit-content;
  margin-right: 8px;
  margin-left: 8px;
  position: relative;
  top: 1px;
  color: black;
}

.user-id-new-ui {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  float: none !important;
  width: auto !important;
  color: #262626;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 500;
}

/* .account-dropdown:hover {
  background-color: #ECF5EB !important;
} */

.account-dropdown .dropdown-trigger:hover {
  background-color: #ecf5eb !important;
  border-radius: 10px;
}

.notification-label {
  border-radius: 50%;
  position: relative;
  top: 4px;
  height: 50px;
  width: 50px;
}

.notification-label:hover {
  background-color: #ecf5eb;
}

.notification-image {
  width: 25px;
  position: relative;
  top: -5px;
  right: -10px;
}

#user-dropdown li a {
  height: 36px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.87);
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
}

#user-dropdown li a:hover {
  background-color: #ecf5eb;
}

#user-dropdown li:hover {
  background-color: white;
}

#user-dropdown:hover {
  background-color: none;
}

.nav-search .collection {
  width: 460px;
  margin-left: -5px;
  margin-top: 4px;
  box-shadow: 0px 2px 3px 1px #0000001f;
  border-radius: 0 0 5px 5px;
  border: none !important;
  max-height: 50vh;
  overflow: auto;
}

.nav-search .collection .collection-item {
  border: none !important;
  min-height: 36px;
  color: rgba(0, 0, 0, 0.87) !important;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.nav-search .collection .collection-item:hover {
  background-color: #ecf5eb !important;
  text-decoration: none !important;
}

.collapsible-side-nav {
  width: 300px;
  height: -webkit-fill-available;
  overflow: hidden;
  /* overflow-y: scroll; */
  background: #f4f6fa;
  background-position: center;
  box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.12);
  padding: 4px 0 15px 0;
  top: 90px;
  left: 112px;
  z-index: 11;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 10px 10px 0;
}

.collapsible-side-nav a {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}

.collapsible-side-nav a div {
  display: flex !important;
  align-items: center !important;
  color: rgba(0, 0, 0, 0.87);
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}

.collapsible-side-nav a img {
  width: 24px !important;
}

.collapsible-side-nav ul {
  margin: 10px;
  overflow-y: auto;
  height: -webkit-fill-available;
}

.collapsible-side-nav ul li div {
  display: flex !important;
  width: auto !important;
  height: 36px !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
}

.collapsible-side-nav .footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #edeff1;
  height: 68px;
}

#sideNavInner {
  height: 100%;
  margin: 0;
}
@supports (-moz-appearance: none) {
  .powered-by-logo {
    margin-bottom: 70px;
  }
  .nav-left-item .vertical-line div {
    width: 100%;
  }
}

.sidenav-v2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: -webkit-fill-available !important;
  box-shadow: none !important;
}

.top-nav-bar-v2 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#leftCornerRadiusOuter {
  width: 15px;
  height: 15px;
  position: relative;
  background: white;
  left: 112px;
  border-radius: 0 0 15px 0;
}

#leftCornerRadiusInner {
  width: 15px;
  height: 15px;
  position: relative;
  background: #f4f6fa;
  border-radius: 15px 0 15px 0;
}

/*? END -- top navbar css  */

/*! START -- Trips info page */

.trip-info-main-div {
  background-color: #f4f6fa;
  border-radius: 24px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
}
.trips-main-page {
  height: auto !important;
}

.tripinfo-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* margin-top: 16px; */
}

.newbreadcrumb-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}

.newbreadcrumb-element {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  cursor: pointer;
}
.newbreadcrumb-element img {
  width: 16px;
  height: 16px;
}
.date-time-logout-office-frame {
  display: flex;
  flex-direction: row;
  padding: 10px;
  border-radius: 5px;
  gap: 10px;
  background: #55b9484d;
}
.date-time-logout-office-frame div {
  display: flex;
  align-items: center;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
.date-time-logout-office-frame div span {
  padding-left: 5px;
  text-align: center;
}

.moreinfo-alltrip-tripid {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1599999964237213px;
  text-align: left;
  color: #000000;
  padding: 6px 10px 3px 10px;
  border-radius: 100px;
  background: #55b948;
}

.breadcrumb-text:hover {
  text-decoration: underline;
  color: #3bb42c;
}

.breadcrumb-text {
  color: rgba(0, 0, 0, 0.6);
}

.breadcrumb-text-slash {
  color: rgba(0, 0, 0, 0.6);
}

.lastbreadCrumb-text {
  color: rgba(38, 38, 38, 1);
}

.cursor-default {
  cursor: default;
}

.lastbreadCrumb-text:hover {
  text-decoration: none;
  color: rgba(38, 38, 38, 1);
  cursor: default;
}

.trip-action-row {
  display: flex;
  padding: 5px;
  background-color: white;
  justify-content: space-between;
  align-items: center;
  z-index: 3 !important;
  position: sticky;
  top: 208px;
  margin-top: -8px;
}
.custom-trips-container .trip-action-row {
  z-index: 3 !important;
}

.trip-action-search-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.trip-action-search {
  padding: 5px;
}

.icon-actions-cont-v2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-input {
  border: none !important;
  font-family: "Roboto" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.search-input::placeholder {
  font-family: "Roboto" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.38);
}

.search-input:enabled {
  box-shadow: none !important;
}

.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 5px;
  gap: 10px;
  padding-left: 5px;
}

.expand-all-trip-button > button {
  height: 37px !important;
  width: 100px;
  color: #295d22 !important;
  background: none !important;
  border: 1px solid #295d22;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
}

.expand-all-trip-button > button:hover {
  background: #ecf5eb !important;
  box-shadow: none !important;
}
.alerts-remarks-btn {
  color: #295d22 !important;
  border: 1px solid #3bb42c;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 22px;
  text-transform: capitalize;
  background: white;
  cursor: pointer;
}
.alerts-remarks-btn-addToExisting {
  color: black !important;
  border: 1px solid #3bb42c;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 22px;
  text-transform: capitalize;
  background: white;
  cursor: pointer;
}
.back-pr-to-employee-btn {
  text-decoration: none;
}
.back-pr-to-employee-btn:hover {
  text-decoration: none;
}
.alerts-submit-btn-filled {
  padding: 8px 22px;
  background: #2e7d32;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  border-radius: 5px;
  text-transform: capitalize;
  cursor: pointer;
}
.alerts-submit-btn-filled:hover {
  background: #3bb42c;
  color: #000000;
}

.alerts-submit-btn-filled:disabled {
  opacity: 0.5;
  background: #2e7d32 !important;
}

.alerts-remarks-btn:hover {
  background: #ecf5eb;
  /* Animate: Move in Top; */
  animation-timing-function: cubic-bezier(0.7, -0.4, 0.4, 1.4);
  animation-duration: 300ms;
}
.alerts-remarks-btn-violation {
  padding: 6px 16px 6px 16px;
  border: 1px solid rgba(102, 60, 0, 1);
  color: rgba(102, 60, 0, 1);
  border-radius: 4px;
}
.display-flex-alerts-popup {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 16px 16px 0px 16px;
}
.display-col-alerts-popup {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vertical-line-v2 {
  height: 35px;
  width: 2px;
  margin-right: 25px;
  background: lightgray;
}
.trip-action-row .vertical-line-v2 {
  margin-left: 16px;
  margin-right: 16px;
}

.trip-parent-table-thead-v2 {
  border-radius: 15px 15px 0px 0px;
  /* border: 1px solid lightgray; */
  background-color: #f0fcf0;
  color: black;
  line-height: 11px;
  height: 40px;
  font-size: 12px !important;
  font-family: "Roboto";
  font-weight: 700;
  position: sticky;
  top: 256px;
  z-index: 5;
}

.triptable-wrapper-v2 {
  background: white;
  overflow-x: scroll;
  height: calc(100vh - 270px);
}
.trips-main-page .triptable-wrapper-v2 {
  overflow-x: scroll;
  height: calc(100vh - 270px);
}
.trips-main-page .triptable-wrapper-v2 table {
  min-width: 1300px;
}

.triptable-wrapper-v2 .trip-parent-table-thead-v2 {
  top: 0;
}

.trip-parent-table-thead-v2 > tr > th {
  font-size: 12px !important;
  font-family: "Roboto";
  font-weight: 600;
  /* border: 1px solid black; */
}

.trip-parent-table-thead-v2 > tr > th:hover {
  cursor: pointer;
}

.trip-parent-table-thead-unassign-v2 {
  border-radius: 15px 15px 0px 0px;
  color: black;
  line-height: 11px;
  height: 40px;
  font-size: 12px !important;
  font-weight: 700;
  position: sticky;
  background-color: #f0fcf0;
}

.trip-parent-table-thead-unassign-v2 > tr > th {
  font-size: 12px !important;
  font-family: "Roboto";
  font-weight: 700;
  text-align: left;
  /* border: 1px solid black; */
}

.trip-parent-table-thead-unassign-v2 > tr > th:hover {
  cursor: pointer;
}

.table-header-item {
  white-space: nowrap;
}

.flex-align-start {
  justify-content: flex-start !important;
  gap: 8px;
}

#selectAllTripsCheck {
  width: 16px;
  height: 16px;
}

.trip-info-main-table > td > table {
  margin: 0;
}

.trip-info-main-table > td > table > tbody > tr > td {
  /* border: 1px solid blue; */
  font-size: 12px;
  font-family: "Roboto";
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}

.trip-table-row-v2 {
  /* border-bottom: 1px solid rgba(0,0,0,0.23) ; */
}

.trip-info-main-table > td > table > tbody .first-row {
  /* height: 72px; */
  background: white;
}

.trip-info-main-table > td > table > tbody .second-row {
  height: 44px;
  background: white;
}

.tripinfo-checkbox-div > div > input {
  width: 16px;
  height: 16px;
  accent-color: rgba(85, 185, 72, 1);
}

.action-icons-v2 {
  margin-right: 10px;
  cursor: pointer;
}

.trip-chip-v2 {
  width: fit-content;
  padding: 3px 14px;
  color: white;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(211, 47, 47, 1);
  border-radius: 20px;
  font-size: 13px;
}

.status-chips-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vertical-line-chip {
  height: 25px;
  width: 1px;
  background: rgba(0, 0, 0, 0.87);
}

.vertical-line-tripChip {
  height: 35px;
  width: 2px;
  margin-right: 25px;
  background: lightgray;
}
.vertical-line-employeeRow {
  height: 20px;
  width: 1px;
  margin: 0px 5px;
  background: lightgray;
}

.vertical-line-trpRow {
  display: inline-block;
  width: 1px;
  height: 32px;
  background: #ccc;
  margin: 0 12px;
  vertical-align: middle;
}

.vertical-line-lowerSplit {
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #ccc;
  margin: 0 10px;
  vertical-align: middle;
}

.filter-container-v2 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: white;
  padding: 5px;
  position: sticky;
  top: 90px;
  z-index: 2;
}
.trips-main-page .filter-container-v2 {
  top: 60px !important;
}

.filter-container-v2 .allTrip-filter {
  padding: 0 !important;
}

.chips-container {
  width: 100%;
}

.deployments-chips-cont-v2 {
  display: flex;
  gap: 10px;
}

.deployments-chips-cont-v2 .chips {
  height: 28px;
  font-size: 12px;
  border-radius: 100px;
  color: black;
  font-weight: 400;
  background-color: white;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px;
}

.deployments-chips-cont-v2 .closebtn {
  background: rgba(12, 12, 12, 0.3);
  border-radius: 100px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 400;
  height: 16px;
  width: 16px;
  font-size: 16px;
}

.trip-card-expand-container {
  display: flex;
  padding: 12px 16px;
  border: 1px solid #e1e1e1;
  /* background: rgba(0, 44, 43, 0.04); */
  background-color: #002C2B0A;
  gap: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.trip-card-expand-container-create-new {
  display: flex;
  padding: 12px 16px;
  background: rgba(0, 44, 43, 0.04);
  /* background-color: #E7E7E7; */
  gap: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.trip-card-expand-New {
  display: flex;
  padding: 12px 16px;
  /* background: rgba(0, 44, 43, 0.04); */
  /* background-color: #E7E7E7; */
  gap: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.source-destination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.status-cont-v2 {
  width: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 16px;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px #0000001f;
  border: 1px solid #0000001f;
}

.source-destnation-select-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.source-destnation-select-wrapper .select-container {
  width: 100% !important;
}

.source-destnation-select-wrapper .select-container .select-wrapper {
  height: 40px !important;
}

.source-destnation-select-wrapper .select-container .select-wrapper ul {
  left: 8px !important;
}

.source-destnation-select-wrapper .select-container .disabled input {
  cursor: not-allowed;
}

.source-destnation-select-wrapper .date-container {
  width: 100%;
}

.source-destnation-select-wrapper .date-container input {
  width: 100%;
  height: 38px !important;
  border: 1px solid rgba(0, 0, 0, 0.23) !important;
  border-radius: 5px;
  font-family: "Roboto";
  font-size: 15px !important;
  font-weight: 500 !important;
  text-align: center;
  padding: 0 !important;
  color: #0000006b !important;
  box-shadow: none;
}

.source-destnation-select-wrapper .date-container input:disabled {
  cursor: not-allowed;
}

.status-input {
  font-family: "Roboto";
  font-size: 14px !important;
  font-weight: 600;
  text-align: center;
  color: black !important;
  border: none !important;
}

.status-text-v2 {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.status-data-v2 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.employeetable-container-outer {
  width: 100%;
  z-index: 1;
}

.employeetable-container {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.employeetable-container > table > thead {
  height: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background: white;
  table-layout: inherit !important;
  position: sticky;
  top: 0;
  z-index: 100;
  border-radius: 5px 5px 0 0;
}

.employeetable-container > table > thead > tr > th {
  text-align: left;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
  /* border: 1px solid black; */
  width: 8.16%;
  text-align: center;
}

.employeetable-container > table > tbody > tr > td {
  /* border: 1px solid blueviolet; */
  width: 8.16%;
  text-align: left;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}

.employeetable-container > table > tbody > tr > td .select-fliter {
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid rgba(12, 12, 12, 0.1);
  border-radius: 8px;
}

.employeetable-container > table > tbody > tr > td .select-fliter > input {
  box-shadow: none !important;
  /* padding: 4px; */
  /* padding-left: 8px; */
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.employeetable-container
  > table
  > tbody
  > tr
  > td
  .select-fliter
  > input:disabled {
  color: rgba(12, 12, 12, 0.4) !important;
  box-shadow: none !important;
}

.employeetable-container > table > tbody > tr,
.routing-approval-table > tbody > tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  height: 52px;
  background: white;
}

.routing-approval-table .trip-parent-table-thead-v2{
  top:200px !important
}

.employeetable-container > table > tbody > tr {
  border-bottom: none;
}

.checkbox-th > div {
  display: flex;
  justify-content: center;
  width: 100%;
}

.name-id-wrapper {
  display: flex;
  height: 100%;
  gap: 10px;
}

.name-id-wrapper > .div-v1 {
  align-items: center;
  justify-content: center;
  display: flex;
}

.name-id-wrapper > .div-v2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.employee-row-gender-v2 {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: rgba(59, 180, 44, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 14px;
}
.row-gender-avatar {
  padding: 20px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  color: white;
}

.save-cancel-container-outer {
  background-color: white;
  /* margin-left: 10px; */
  /* width: 100%; */
  /* height: 72px; */
  /* justify-content: center; */
  display: flex;
  align-items: center;
}

.save-button-container-v2 {
  background: white;
  display: flex;
  justify-content: space-between;
  width: inherit;
}

.save-cancel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.save-cancel-save {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  color: rgba(85, 185, 72, 1);
  text-transform: capitalize;
  height: 36px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  z-index: 2;
}

.save-cancel-save:hover {
  background-color: #ecf5eb;
  cursor: pointer;
  text-decoration: none !important;
  color: rgba(85, 185, 72, 1);
}

.vendor-driver-container-outer {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  margin: 0px 0;
}
.vendor-driver-container-outer .input-label {
  background: #f5f7f7 !important;
}

.vendor-driver-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* padding: 30px 20px; */
  padding: 10px 0px 10px 0px;
}
.vendor-driver-container-outer .vendor-driver-container {
  justify-content: start;
}

.vendor-driver-container .input-wrapper {
  width: 15%;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 5px;
  height: 40px;
}

/* .vendor-driver-container-outer .input-wrapper{
  width: 23% !important;
} */
.employee-special-fields .vendor-driver-container .input-wrapper {
  border: none;
}

.vendor-driver-container .input-wrapper .row {
  height: 100%;
  position: relative;
  top: -11px;
}
.employee-special-fields .vendor-driver-container .input-wrapper .row {
  top: -1px;
}

.vendor-driver-container .input-wrapper .row .row {
  height: 100%;
}

.vendor-driver-container .input-wrapper .row .row:nth-child(2) {
  height: fit-content !important;
}

.vendor-driver-container .input-wrapper .row .row .input-field {
  height: 100%;
  padding: 0 0 0 10px;
  margin: 0;
}

.vendor-driver-container .input-wrapper .row .row input,
.textbox-input-div input {
  border: none;
  box-shadow: none;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  height: 100%;
}

.vendor-driver-container .input-wrapper .row .row .s12 {
  width: 100%;
  display: flex;
}

.vendor-driver-container .input-wrapper .input-label {
  position: relative;
  top: -11px;
  left: 21px;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  background: #f5f7f7;
  width: fit-content;
  color: #00000099;
}
.employee-special-fields .vendor-driver-container .input-wrapper .input-label {
  top: 10px;
}

.vendor-driver-container .input-wrapper .collection {
  width: 100%;
  margin-left: -5px;
  margin-top: 4px;
  box-shadow: 0px 2px 3px 1px #0000001f;
  border-radius: 0 0 5px 5px;
  border: none !important;
  left: 5px;
}

.vendor-driver-container .input-wrapper .collection .collection-item {
  border: none !important;
  min-height: 36px;
  color: rgba(0, 0, 0, 0.87) !important;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.vendor-driver-container .input-wrapper .collection .collection-item:hover {
  background-color: #ecf5eb !important;
  text-decoration: none !important;
}

/*! END -- Trips info page */

/*! START -- All Trips Pending Approval Tab  */

.unassigned-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 650px;
}

.unassignedlist-v2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  background-color: white;
  height: 100%;
  padding: 20px;
  gap: 20px;
  box-shadow: 0px 1px 3px 0px #0000001f;
}

.uassigned-details-v2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  background-color: white;
  height: 100%;
  box-shadow: 0px 1px 3px 0px #0000001f;
}

.nav-header {
  gap: 24px;
}

.unassignedlist-row-cont-v2 {
  height: 100%;
  width: 100%;
  overflow: auto;
}

.unassignedList-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.employeecount-no-v2 {
  width: fit-content;
  height: 32px;
  padding: 4px 15px;
  border-radius: 100px;
  background: #ecf5eb;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #295d22;
}

.horizontal-seperator {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.23);
}

.user-detail-header {
  height: 72px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: #55b948;
}

.user-detail-header .user-detail-sub-col {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  color: black;
}

.user-detail-container {
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-top: none;
}

.user-detail-row {
  height: 72px;
  width: 100%;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.user-detail-container:hover {
  background: #ecf5eb;
}

.user-detail-sub-col {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  flex-wrap: wrap;
}

.special-case-row {
  height: 36px;
  display: flex;
  align-items: baseline;
  padding-left: 10px;
}

.office-req-div {
  width: 100%;
  display: flex;
  gap: 10px;
}

.background-highlight-v2 {
  background: #ecf5eb;
}

.time-col {
  justify-content: center;
  gap: 5px;
}

.name-col {
  gap: 10px;
}

#dropdown-modal-content {
  height: fit-content !important;
  width: 125px !important;
  left: -100px !important;
}

#dropdown-modal-content > ul {
  margin: 0;
}

#dropdown-modal-content > ul > li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  height: 54px;
}

#dropdown-modal-content > ul > li:hover {
  background: #ecf5eb !important;
}

.emp-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 93px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  width: 100%;
  padding: 16px;
}

.approve-reject-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 200px;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  width: 100%;
  padding: 16px;
  gap: 16px;
  justify-content: flex-end;
}

.timimg-row {
  height: -webkit-fill-available;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 16px;
}

.emp-detail-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.emp-detail-header {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #000000de;
}

.emp-detail-data {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #000000de;
}

.select-container-label {
  position: relative;
  top: 9px;
  left: 15px;
  z-index: 3;
  width: fit-content;
  padding: 0 3px;
  background: white;
}

.comment-input-v2 {
  /* width: 98.5% !important; */
  border: 1px solid rgba(0, 0, 0, 0.23) !important;
  border-radius: 5px !important;
  /* padding-left: 10px !important; */
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.87);
  height: 40px !important;
  box-shadow: none !important;
  text-indent: 10px;
}

.approve-button-v2 {
  height: 42px;
  border-radius: 5px;
  width: fit-content;
  padding: 0 22px;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  color: white;
  background: #3bb42c;
}

.reject-button-v2 {
  height: 42px;
  border-radius: 5px;
  border: 1px solid #d32f2f80;
  width: fit-content;
  padding: 0 22px;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #d32f2f;
  background: white;
}

.reject-button-v2:hover {
  background: #d32f2f80;
}

.user-detail-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 3;
  position: sticky;
  top: 65px;
}

.approve-reject-container {
  gap: 16px;
}

.own-transport-button-v2 {
  height: 42px;
  border-radius: 5px;
  border: 1px solid #3bb42c;
  width: fit-content;
  padding: 0 22px;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: #3bb42c;
  background: white;
  gap: 10px;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

.own-transport-button-v2:hover {
  background: #ecf5eb;
}

.own-transport-button-v2.no-border {
  border: none;
}
.own-transport-button-v2.small-btn {
  height: 36px;
}

.autosuggest-checkbox-container {
  float: right !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.autosuggest-checkbox-container > input {
  width: 21px;
  height: 21px;
}

.autosuggest-checkbox-container > label {
  font-size: 12px;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  color: black;
}
.autosuggest-checkbox-container .checkbox-v2 {
  margin-top: 3px;
}

.MuiTextField-root input {
  border: none !important;
}

/*! END -- All Trips Pending Approval Tab  */

/* Common style start*/

/* Button start */

.button-wrapper {
  height: 37px !important;
  width: fit-content;
  color: #3bb42c !important;
  background: none !important;
  border: 1px solid #3bb42c;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
}

.button-wrapper > button {
  background: none;
  border: none;
  text-transform: none;
  padding: 5px;
  font-size: 15px;
  font-weight: 500;
}

.button-wrapper > .button:hover {
  background: inherit;
  box-shadow: none !important;
}

.custom-btn {
  color: white;
  background-color: #55b948;
  text-align: center;
  border-radius: 5px;
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);

  line-height: 26px; /* 169.231% */
  font-size: 15px;
  padding: 8px 20px;
}
.custom-btn.small {
  font-size: 13px;
  line-height: 22px; /* 169.231% */
  padding: 4px 10px;
}
.custom-btn.medium {
  line-height: 26px; /* 169.231% */
  font-size: 14px;
  padding: 6px 16px;
}
.custom-btn.large {
  line-height: 26px; /* 169.231% */
  font-size: 15px;
  padding: 8px 20px;
}
.custom-btn.primary {
  color: #ffffff;
  background-color: #55b948;
  border: none;
}
.custom-btn.secondary {
  color: #55b948;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(85, 185, 72, 0.5);
}
/* Button end */

/* toggle switch  start*/
.switch-labels-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.switch-labels-container .label {
  padding: 5px;
  font-size: 13px;
  opacity: 0.3;
}

.switch-labels-container .label.active {
  font-weight: 400;
  opacity: 1;
}

.switch-container {
  display: inline-flex;
  position: relative;
}
.checkbox-input {
  display: none;
}
.checkbox-switch {
  width: 34px;
  height: 14px;
  background-color: #9e9e9e;
  border-radius: 15px;
  position: relative;
}
.checkbox-slider {
  height: 20px;
  width: 20px;
  background-color: #fefefe;
  border-radius: 30px;
  position: absolute;
  top: -2px;
  transition: transform 0.3s ease-in-out;
  box-shadow: 0px 1px 3px 0px #0000001f;
}
.checkbox-switch.active {
  width: 34px;
  height: 14px;
  background-color: #a9dba3;
  border-radius: 15px;
  position: relative;
}
.checkbox-slider.active {
  height: 20px;
  width: 20px;
  background-color: #55b948;
  border-radius: 30px;
  position: absolute;
  top: -2px;
  transition: transform 0.3s ease-in-out;
}
.dual-switch .checkbox-slider {
  background-color: #55b948;
}
.dual-switch .checkbox-switch {
  background-color: #a9dba3;
}
.checkbox-input:checked + .checkbox-switch .checkbox-slider {
  transform: translateX(15px);
}
/* toggle switch end*/

/* Custom checkbox start */
.checkbox-v2 {
  display: flex;
  align-items: center;
}
.checkbox-new {
  display: inline-flex;
  position: relative !important;
  padding-left: 27px;
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  height: 21px;
  width: fit-content;
}
.advance-filter-div .checkbox-new {
  top: 5px !important;
  left: 0 !important;
}
.advance-filter-div .checkbox-area {
  width: 30px !important;
}
.advance-filter-div .nounderline:hover {
  color: #000 !important;
}
.advance-filter-div input[type="text"]:focus,
.advance-filter-div input[type="text"]:focus:not([readonly]),
.advance-filter-div input[type="text"] {
  border: none;
  box-shadow: none;
}

.checkbox-new.all {
  color: #55b948;
}

.checkbox-new.outlined {
  color: #ffffff;
}

.checkbox-new input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1.5px solid #00000099;
  border-radius: 2px;
}

.checkmark.small-checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 2px solid #00000099;
  border-radius: 4px;
}

.checkbox-new.outlined .checkmark {
  border: 1.5px solid #00000099;
  /* background: #55B948; */
  border-radius: 2px;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: -1px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.checkbox-new.outlined .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 12px;
  /* border: solid #55B948 !important; */
  border-width: 0 2px 3px 0 !important;
  transform: rotate(45deg);
}

.checkbox-new.outlined .small-checkmark::after {
  left: 5px;
  top: 0;
  width: 5px;
  height: 10px;
}

.small-checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.checkbox-new.partial .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  justify-content: "center";
  top: -3px;
  left: 4px;
  width: 8px;
  height: 12px;
  border: solid #fff;
  border-width: 0 0 3px 0;
  transform: rotate(0deg);
}

.checkbox-new.partial .small-checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 2px;
  top: 0;
  width: 9px;
  height: 8px;
  border: solid #fff;
  border-width: 0 0 3px 0;
  transform: rotate(0deg);
}

.checkbox-new.outlined.partial .small-checkmark::after,
.checkbox-new.outlined.partial .checkmark::after {
  border-width: 0 0 3px 0 !important;
}

.unassigned-gender-container {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    180deg,
    rgba(253, 215, 0, 0.5) 0%,
    rgba(86, 185, 72, 0.25) 100%
  );
  border-radius: 50%;
}
.unassigned-gender-container .content {
  background: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.unassigned-gender-container .content .text {
  background: linear-gradient(180deg, #2e7d32 0%, #f8bc3a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 16px;
  font-weight: 600;
}

.checkbox-new input:checked + .checkmark {
  background-color: #55b948;
  border: 1px solid #55b948;
}

.checkbox-new.outlined input:checked + .checkmark {
  color: #ffffff;
  background-color: #55b948;
  border: 1px solid #00000099;
}

.checkbox-new input:checked + .checkmark:after {
  display: block;
}
/* Custom checkbox end */

/* common style end*/

.export-excel-container {
  background: #f4f6fa;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 10px;
  position: sticky;
  top: 225px;
}

/*! END -- All Trips Routing Tab  */

/*! START -- All Trips Routing Tab Approved Trip List  */

.routing-approval-table > tbody > tr > td {
  width: 8.16%;
  text-align: left;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
}

/*! START Settings */
.no-padding {
  padding: 0px;
}
.settings-table {
  margin: 0;
}

.settings-table thead th {
  padding: 0 16px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.17000000178813934px;
}
.team-form .settings-table thead th {
  padding: 0 16px;
}
.unassignedlist-cont .settings-table thead th {
  font-size: 12px;
  line-height: 16px;
}
.team-form .shift-type-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}
.team-form .shift-time-card {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.settings-table tbody td {
  padding: 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.17000000178813934px;
}
.unassignedlist-cont .settings-table tbody td {
  font-size: 12px;
  line-height: 16px;
}
.settings-table tbody tr {
  background: transparent;
  border: 1px solid #0000001f;
}

.settings-table thead {
  text-align-last: left;
  background: #ffffff;
  color: #000000;
  height: 45px;
}
.settings-table tbody {
  background: white;
  color: #000000de;
}
.file-upload-new {
  border-radius: 4px !important;
  width: 280px;
  height: 40px !important;
  padding: 0 0 0 15px !important;
  border: 1px solid gray;
  text-align: start;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  display: flex;
  align-items: center;
}
.file-upload-new input[type="file"] {
  width: 280px !important;
  height: 40px;
  min-width: 280px;
  max-width: 280px;
  background-color: lightgreen;
}
.btn-primary.vendor-button {
  background: #ffffff;
  color: #0000006b;
  border: 1px solid #0000001f;
  padding: 8px, 22px;
  height: 42px;
  border-radius: 4px;
  line-height: 26px;
  letter-spacing: 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.46000000834465027px;
}
.btn-primary.vendor-button.active {
  background: #55b948;
  color: #ffffff;
  border: none;
}

/*! End -- All Trips Routing Tab Approved Trip List  */

/*! START -- Special trips  */

.deployemnts-date-custom input {
  width: 130px;
  height: 42px !important;
  border: 1px solid rgba(0, 0, 0, 0.23) !important;
  border-radius: 5px;
  font-family: "Roboto";
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: center;
  padding: 0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
  box-shadow: none;
}

.deployemnts-date-custom .input-field {
  margin: 0;
  padding: 0;
}

.custom-trips-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}

.custom-trips-container-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}

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

.center-align-text td {
  vertical-align: middle !important;
}

.new-multiselect-component {
  /* border: 1px solid black; */
  height: 44px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 5px;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  flex-direction: column;
  justify-content: center;
}

.new-multiselect-component a {
  margin-left: 10px;
}

.new-multiselect-component a:hover {
  color: rgba(0, 0, 0, 0.87);
}

.select-container .multiselect-dropdown {
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 0;
  z-index: 2;
  max-height: 250px;
  overflow: auto;
  /* top: 152px; */
  margin: 0;
  background: white;
}

.select-container .multiselect-dropdown li {
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-left: 10px;
}

.select-container .multiselect-dropdown li:hover {
  background: #ecf5eb;
}

.passenger-detail-container-time {
  display: flex;
  gap: 20px;
  align-items: center;
}

.passenger-detail-container-time input {
  position: static !important;
}

.passenger-detail-container {
  background: white;
  padding: 20px 16px;
  gap: 40px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 1px 3px 0px #0000001f;
}
.passenger-detail-container .input-field {
  padding: 0 !important;
}

.row-v2 {
  display: flex;
  align-items: center;
}

.radio-button-lable {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto";
  margin-left: 5px;
  color: #0000008f;
}

.select-container-outer {
  height: 40px;
  width: fit-content;
}

.select-container-outer .input-label {
  position: relative;
  top: -12px;
  left: 21px;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  background: white;
  width: fit-content;
  color: #00000099;
  z-index: 2;
}

.select-container-outer .select-container {
  position: relative;
  top: -25px;
}

.location-details-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.location-details-outer {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.vendor-driver-container .input-wrapper .settings-input input {
  border: none;
  box-shadow: none;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  height: 100%;
  position: relative;
  top: -13px;
}

.vendor-driver-container .input-wrapper .simple-input {
  border: none;
  box-shadow: none;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  height: 100%;
  position: relative;
  top: -21px;
  text-indent: 10px;
}

.vendor-driver-container .input-wrapper .simple-input:focus {
  box-shadow: none !important;
  border: none !important;
}

.vendor-driver-container .input-wrapper .settings-input input:focus,
.textbox-input-div input {
  box-shadow: none !important;
  border: none !important;
}

.vendor-driver-container .input-wrapper .input-label {
  background: white;
}

.text-field-v2 .input-label {
  top: -8px !important;
  left: 16px !important;
}

.passenger-detail-container-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.custom-trip-trips-table .trip-parent-table-thead-v2 tr th,
.custom-trip-trips-table .trip-table-row-v2 tr td {
  width: calc(100% / 12);
}

.textbox-input-div {
  border: 1px solid rgba(0, 0, 0, 0.23);
  height: 40px;
  padding-left: 10px;
  border-radius: 5px;
  background-color: white;
}

.popup-content-v2 {
  padding: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  background-color: #002c2b0a;
  margin: 0 16px 16px 16px;
  border-radius: 10px;
  justify-content: center;
}

.popup-modal-group {
  width: 48%;
}

.popup-radio-button {
  margin: 0 0 5px 0 !important;
  position: static !important;
}

.maskedDatePicker-container
  .react-datepicker__input-container
  input[type="text"] {
  height: 42px;
  padding: 0 10px;
  width: auto !important;
  font-size: 14px;
}

.vendor-driver-container .input-wrapper .container-typeAhead {
  width: 100%;
}

.hire-user {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.user-card-container-v2 {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  width: 280px;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 16px;
  border-radius: 4px;
}

.contact-label {
  background: #55b948cc;
  width: fit-content;
  height: 26px;
  padding: 1px 11px;
  border-radius: 100px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  color: white;
}

.custom-height .select-wrapper {
  height: 42px;
}

.width-271px {
  width: 291px;
}

.width-271px .new-multiselect-component {
  height: 42px;
}

.width-271px .multiselect-dropdown {
  width: 291px;
}

#auditlog-thead {
  top: 65px !important;
}

/*! End -- Special trips  */

.two-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

@media only screen and (min-width: 2000px) {
  .btn-primary,
  .btn-secondary,
  .employee-button-bucket .alerts-remarks-btn {
    font-size: 16px;
  }
  .select-container {
    width: 225px;
  }
  #selectSuggestSearch {
    width: 380px;
  }
  .employee-bucket-icons {
    width: 18px;
  }
  .settings-flex-child.dgr-static-label {
    width: 665px;
  }
  .helpdesk_form .select-fliter {
    width: 336px;
  }
  .upper-help-text-box {
    width: 324px !important;
  }
}
@media only screen and (min-width: 1800px) and (max-width: 1999px) {
  .btn-primary,
  .btn-secondary {
    font-size: 14px;
  }
  #systemsettingsdiv .btn-primary,
  #systemsettingsdiv .btn-secondary {
    font-size: 15px;
  }
  .employee-button-bucket .alerts-remarks-btn,
  .employee-button-bucket .btn-primary,
  .employee-button-bucket .btn-secondary {
    font-size: 14px !important;
  }
  .select-container {
    width: 185px;
  }
  #selectSuggestSearch {
    width: 300px;
  }
  .employee-bucket-icons {
    width: 18px;
  }
  #systemsettingsdiv .settings-input input[type="text"] {
    width: 236px;
  }
  #systemsettingsdiv .settings-flex .select-container,
  .escort-form-fields .select-fliter {
    width: 263px !important;
  }
  #systemsettingsdiv .settings-flex-child .type-head input[type="text"] {
    width: 234px;
  }
  #systemsettingsdiv .settings-flex-child .datetimepicker {
    width: 245px;
  }
  .settings-flex-child.dgr-static-label {
    width: 588px;
  }
  .helpdesk_form .select-fliter {
    width: 310px;
  }
  .upper-help-text-box {
    width: 298px !important;
  }
  .helpdesk_form .react-datepicker__input-container input[type="text"] {
    width: 233px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .btn-primary,
  .btn-secondary {
    font-size: 12px;
  }
  #systemsettingsdiv .btn-primary,
  #systemsettingsdiv .btn-secondary {
    font-size: 15px;
  }
  .employee-button-bucket .alerts-remarks-btn,
  .employee-button-bucket .btn-primary,
  .employee-button-bucket .btn-secondary {
    font-size: 13px !important;
    padding: 6px 8px;
  }
  .select-container {
    width: 190px;
  }
  #selectSuggestSearch {
    width: 250px;
  }
  .employee-bucket-icons {
    width: 16px;
  }
  #systemsettingsdiv .settings-input input[type="text"] {
    width: 251px;
  }
  #systemsettingsdiv .settings-flex .select-container,
  .escort-form-fields .select-fliter {
    width: 277px !important;
  }
  #systemsettingsdiv .settings-flex-child .type-head input[type="text"] {
    width: 249px;
  }
  #systemsettingsdiv .settings-flex-child .datetimepicker {
    width: 260px;
  }
  .settings-flex-child.dgr-static-label {
    width: 615px;
  }
  .helpdesk_form .select-fliter {
    width: 272px;
  }
  .upper-help-text-box {
    width: 260px !important;
  }
  .helpdesk_form .react-datepicker__input-container input[type="text"] {
    width: 192px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .btn-primary,
  .btn-secondary {
    font-size: 12px;
  }
  #systemsettingsdiv .btn-primary,
  #systemsettingsdiv .btn-secondary {
    font-size: 15px;
  }
  .master-route-button-bucket .btn-primary,
  .master-route-button-bucket .btn-secondary {
    font-size: 12px;
  }
  .employee-button-bucket .alerts-remarks-btn,
  .employee-button-bucket .btn-primary,
  .employee-button-bucket .btn-secondary {
    font-size: 12px !important;
    padding: 6px 5px;
  }
  .select-container {
    width: 160px;
  }
  #selectSuggestSearch {
    width: 100%;
  }
  .employee-bucket-icons {
    width: 14px;
  }
  #systemsettingsdiv .settings-input input[type="text"] {
    width: 221px;
  }
  #systemsettingsdiv .settings-flex .select-container,
  .escort-form-fields .select-fliter {
    width: 247px !important;
  }
  #systemsettingsdiv .settings-flex-child .type-head input[type="text"] {
    width: 219px;
  }
  #systemsettingsdiv .settings-flex-child .datetimepicker {
    width: 230px;
  }
  .settings-flex-child.dgr-static-label {
    width: 550px;
  }
  .helpdesk_form .select-fliter {
    width: 240px;
  }
  .upper-help-text-box {
    width: 228px !important;
  }
  .helpdesk_form .react-datepicker__input-container input[type="text"] {
    width: 160px !important;
  }
  .checklist-body .checklist-qr {
    width: 300px !important;
    height: 300px !important;
    top: 120px;
  }
  .checklist-qr-text {
    top: 415px !important;
  }
  .close-qr-popup {
    top: 490px !important;
  }
  .popup-map-bg-inner .settings-input input[type="text"] {
    width: 220px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .unassignedlist-data-row {
    width: 320px;
  }
  .unassignedtrips-cont-v2 .alerts-remarks-btn,
  .unassignedtrips-cont-v2 .select-container .select-wrapper {
    font-size: 10px;
  }
  .unassignedtrips-cont-v2 .select-container .select-wrapper input {
    font-size: 10px !important;
  }
  .btn-primary,
  .btn-secondary {
    font-size: 10px;
  }
  #systemsettingsdiv .btn-primary,
  #systemsettingsdiv .btn-secondary {
    font-size: 15px;
  }
  .master-route-button-bucket .btn-primary,
  .master-route-button-bucket .btn-secondary {
    font-size: 12px;
  }
  .employee-button-bucket .alerts-remarks-btn,
  .employee-button-bucket .btn-primary,
  .employee-button-bucket .btn-secondary {
    font-size: 10px !important;
    padding: 6px 5px;
  }
  .select-container {
    width: 190px;
  }
  #selectSuggestSearch {
    width: 100%;
  }
  .employee-bucket-icons {
    width: 14px;
  }
  #systemsettingsdiv .settings-input input[type="text"] {
    width: 195px;
  }
  #systemsettingsdiv .settings-flex .select-container,
  .escort-form-fields .select-fliter {
    width: 221px !important;
  }
  #systemsettingsdiv .settings-flex-child .type-head input[type="text"] {
    width: 193px;
  }
  #systemsettingsdiv .settings-flex-child .datetimepicker {
    width: 204px;
  }
  .settings-flex-child.dgr-static-label {
    width: 490px;
  }
  .helpdesk_form .select-fliter {
    width: 210px;
  }
  .upper-help-text-box {
    width: 198px !important;
  }
  .helpdesk_form .react-datepicker__input-container input[type="text"] {
    width: 132px !important;
  }
  .checklist-body .checklist-qr {
    width: 300px !important;
    height: 300px !important;
    top: 100px;
  }
  .checklist-qr-text {
    top: 415px !important;
  }
  .close-qr-popup {
    top: 490px !important;
  }
  .popup-map-bg-inner .settings-input input[type="text"] {
    width: 185px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .unassignedlist-data-row {
    width: 270px;
  }
  .checklist-body .checklist-qr {
    width: 300px !important;
    height: 300px !important;
    top: 100px;
  }
  .checklist-qr-text {
    top: 415px !important;
  }
  .close-qr-popup {
    top: 490px !important;
  }
}

/*! START --- MoreInfo AuditLogs, Trip Cost, Violations  */

.trip-cost-inputs-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px;
  justify-content: flex-start;
  align-items: flex-start;
}

.trip-cost-inputs-container-inner {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 24%;
}

.trip-cost-inputs-container-inner .select-container-outer {
  width: 100%;
}

.trip-cost-inputs-container-inner .select-container {
  width: 100%;
}

.old-textfield-wrapper {
}

.old-textfield-wrapper label {
  font-size: 16px;
  font-family: "Roboto";
  color: #888;
}

.old-textfield-wrapper .active {
  transform: none !important;
}

.old-textfield-wrapper input {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  border: none;
  box-shadow: none;
  text-indent: 10px;
  position: relative;
  top: -3px;
}

.old-textfield-wrapper input:focus {
  box-shadow: none !important;
  border: none !important;
}

#input-inside-input-wrapper {
  top: -15px;
}

.trip-extra-cost-container .trip-cost-inputs-container-inner {
  width: 20%;
}

#extracost-table-header {
  top: 109px !important;
}

/*! END --- MoreInfo AuditLogs, Trip Cost, Violations  */

/*! START --- Roster Screens  */
.no-event-onhover:hover {
  background: #3bb42c;
  box-shadow: none;
  filter: none;
}

.line-height-16px {
  line-height: 16px !important;
}

.no-border {
  border: none;
}

.hover-notAllowed:hover {
  cursor: not-allowed;
}

.employee-from-helpdesk .select-container {
  width: 297px !important;
}

.horizontal-padder {
  width: 100%;
  height: 10px;
  background: #f4f6fa;
}

#tripcontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.remove-align-items {
  align-items: normal !important;
}

.singletrip-container .trip-parent-table-thead-v2 > tr > th {
  text-align: left;
}

.background-new-ui {
  background: #f4f6fa;
}

/*! END --- Roster Screens  */

/* .rnp-table{
  width: 90%;
  border-collapse: collapse;
  margin: 20px auto 20px;
}

.rnp-thead{
  border: 0.5px solid #ccc;
  padding: 10px,
}

.rnp-tbodyRow{
  border: 0.5px solid #ccc;
}

.rnp-thSNo{
  width: 10%;
  text-align: center;
}

.rnp-thEdit{
  width: 10%;
  text-align: center;
}

.rnp-thEdit img{
  height: 18px;
  width: 18px;
  cursor: pointer;
}

.rnp-thRoles{
  width: 20%;
  text-align: left !important;
}

.rnp-thDescription{
  width: 40%;
  text-align: left;
}

.rnp-thEmployeeName{
  width: 20%;
  text-align: left;
}

.rnp-thEmployeeName div {
  display: flex;
  align-items: center;
}

.rnp-thEmployeeName div img {
  height: 12px;
  width: 12px;
  cursor: pointer;
  margin: 2px;
}

.rnp-td{
  text-align: left;
} */

.rnp-modalBackdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.rnp-modalContent {
  width: 30%;
  height: 50vh;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.rnp-modalHeader {
  margin-bottom: 15px;
}

.rnp-employeeSearch .type-head input[type="text"] {
  border: 1px solid #0000003b !important;
  border-radius: 4px;
  padding: 0 12px 0 14px;
  width: 95%;
}

.rnp-modalBody {
  overflow-y: auto;
  flex-grow: 1;
  margin: 0 -20px;
  padding: 0 20px;
}

.rnp-modalFooter {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.rnp-employeeList {
  border: 1px solid #dcdbdb;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0;
}

.rnp-modalHeader-txt {
  color: #000000de;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.15px;
}

.select-employee-container {
  display: flex;
  flex-direction: column;
  /* margin-top: 75px; */
  padding: 15px;
}

.add-employee-search-input {
  position: relative;
}

.add-employee-search-input .input-field {
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 4px;
}

.add-employee-search-input input[type="text"]:focus {
  border: none;
  box-shadow: none;
}

.add-employee-search-input input[type="text"] {
  border: none;
  font-size: 16px;
  margin: 0 5px;
}

.select-title {
  font-size: 17px;
  color: #5e5e5e;
}

.select-employee-container svg {
  margin: 5px;
  padding: 14px;
}

.employee-add-button {
  width: 120px;
  align-self: flex-end;
  margin: 5px 0;
  font-size: 16px;
}

.select-employee-container .collection {
  width: 100%;
  background: #ffffff;
  color: red;
  max-height: 460px;
  overflow-y: scroll;
  text-transform: capitalize;
  border-radius: 4px;
}

.select-employee-container .collection .collection-item {
  color: #000000;
  border: none;
  text-decoration: none;
}

.custom-width {
  width: 400px !important;
}

#error-details {
  color: red;
  font-size: 15px;
  padding: 5px 0;
}

.error-clash {
  font-size: 16px;
  padding: 5px;
  margin: 0px 25px;
}

.map-close {
  width: 4% !important;
  border: none !important;
}

.disable-nodal {
  pointer-events: none;
}

.enable-save {
  pointer-events: visible;
}
/*! START - POC SPOC Roster CSS change  */

.alltrip-inner .subtab-css-parent-div .nav-tabs > li.active > a {
  background: #55b948 !important;
  color: #ffffff !important;
  border: none !important;
}

.alltrip-inner .subtab-css-parent-div .nav-tabs > li.active > a:hover {
  background: #55b948 !important;
}

.alltrip-inner .subtab-css-parent-div .nav-tabs > li > a:hover {
  background-color: #ecf5eb !important;
  color: #000000;
}

.alltrip-inner .subtab-css-parent-div .nav-tabs a:hover {
  border: 1px solid #0000001f !important;
}

.width-full {
  width: 100%;
}

#employeecontainer .select-container-outer {
  display: flex;
  flex-direction: column;
}

.spoc-roster-table-select .select-container .select-wrapper > input {
  font-size: 12px !important;
}

.spoc-roster-table-select .select-container .select-wrapper ul li span {
  font-size: 12px;
}

.no-border-bottom {
  border-bottom: none !important;
}

.top-custom {
  top: 0;
}

.spoc-log-table tbody tr:nth-child(odd) {
  background-color: #55b94814; /* Light gray color for even rows */
}

.hover-green-row tbody tr:hover {
  background-color: #55b94814 !important;
}

.select-container-outer .deployemnts-date-custom {
  position: relative;
  top: -23px;
}

.select-container-outer .deployemnts-date-custom input {
  width: 185px;
}

.select-cancel-container {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.select-cancel-container .select-wrapper {
  width: 152px !important;
}

.select-cancel-img {
  z-index: 5;
  position: relative;
  top: -15px;
  opacity: 0.7;
}

.select-container-outer .deployemnts-date-custom input {
  text-align: left;
  text-indent: 10px;
}

.secendory-tab-container::before {
  content: none;
}

.secendory-tab-container .nav-tabs {
  display: flex;
  align-items: center;
  background: white;
  padding: 10px 10px 10px 20px;
  border-bottom: none;
  border-radius: 35px;
}

.secendory-tab-container .nav-tabs li {
  height: 30px;
  border-radius: 5px;
  width: fit-content;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3bb42c;
  background: white;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 5px;
}

.secendory-tab-container .nav-tabs li a {
  line-height: 14px;
  padding: 8px 12px;
  color: #55b948;
}

.secendory-tab-container .nav-tabs .active {
  border-bottom: none;
  background: #ecf5eb;
}

.secendory-tab-container .nav-tabs .active:hover {
  border-bottom: none;
}

.secendory-tab-container .nav-tabs li:hover {
  background: #ecf5eb;
  border-bottom: none;
}

.spoc-poc-roster-dyn-container .select-container {
  width: 185px;
}

.no-data-text-v2 {
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
}

.roster-upload-btn {
  height: 42px !important;
  border-radius: 5px;
  width: fit-content;
  padding: 0 22px;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  background: #3bb42c;
  background-color: #3bb42c !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 16px !important;
}

.roster-upload-select-button {
  height: 42px !important;
  border-radius: 0 5px 5px 0;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-left: 1px solid #3bb42c;
  width: fit-content;
  padding: 0 12px;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3bb42c;
  background: white;
  gap: 10px;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

.roster-upload-file-select-input {
  width: 112px !important;
  height: 42px !important;
  max-width: 200px !important;
  top: 0px !important;
  right: 122px !important;
}

.roster-file-name-view-input {
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.23) !important;
  border-right: none !important;
  height: 40px !important;
  width: 300px !important;
  border-radius: 5px 0 0 5px !important;
  text-indent: 10px;
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.upload-date-field-input {
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.23) !important;
  height: 40px !important;
  width: 203px !important;
  border-radius: 5px 5px 5px 5px !important;
  text-indent: 10px;
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.box-shadow-v2 {
  box-shadow: 0px 2px 1px -1px #00000033;
  box-shadow: 0px 1px 1px 0px #00000024;
  box-shadow: 0px 1px 3px 0px #0000001f;
}

.no-data-component-container {
  background: white;
}

/*! END - POC SPOC Roster CSS change  */

.daterange_container {
  display: flex;
  min-width: 250px;
  border: 1px solid #0000003b;
  border-radius: 4px;
  height: 45px;
  width: 350px;
}
.daterange_container .datetimepicker {
  border: none !important;
}
.daterange_container .input-field {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto";
  color: #000000de;
  width: 100%;
  border: none;
  min-height: 35px;
  text-align: center;
}
.daterange_container .row:nth-child(1) .input-field::after {
  content: "-";
  position: absolute;
  font-size: 25px;
  right: 2px;
}
.daterange_container .row:nth-child(2) .input-field::before {
  content: "-";
  position: absolute;
  font-size: 25px;
  left: 2px;
}

.button-height-44px {
  height: 44px !important;
}

.size-21px div input {
  height: 21px;
  width: 21px;
}

.file-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.pdf-view {
  max-width: 1000px;
  width: 90%;
  height: 75vh;
}

.trips-not-found-component {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20vh;
}

.trips-not-found-component i {
  font-size: 45px;
  color: rgba(0, 0, 0, 0.3);
}

.trips-not-found-component div {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.3);
}

.image-view {
  width: 90%;
  max-width: 90%;
  max-height: 75vh;
}

.map-close {
  width: 4% !important;
  border: none !important;
}

.disable-nodal {
  pointer-events: none;
}

.enable-save {
  pointer-events: visible;
}
.route-cont {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.fieldset-pad-0 > .fieldset {
  padding: 0 !important;
}

.create-route-dropdown .select-wrapper input {
  position: relative;
  left: -12px;
}

.create-route-dropdown .select-wrapper span.caret {
  right: 8px !important;
}

.create-route-dropdown .select-wrapper .dropdown-search {
  width: 100%;
  left: 0;
  min-height: fit-content;
  top: 111%;
}

.create-route-dropdown .select-wrapper .dropdown-search div {
  font-size: 15px !important;
  border: none !important;
  padding: 5px 10px !important;
}

.create-route-dropdown .select-wrapper .dropdown-search div:hover {
  background-color: rgba(85, 185, 72, 0.08);
}

.stoppages-dropdown .select-wrapper input {
  position: relative;
  /* left: -12px; */
  color: #000;
}

.stoppages-dropdown .select-wrapper input:focus {
  border: none;
}

.stoppages-dropdown .select-wrapper span.caret {
  right: 8px !important;
}

.stoppages-dropdown .select-wrapper .dropdown-search {
  width: 101%;
  left: 0;
  top: 120%;
  min-height: fit-content;
}

.stoppages-dropdown .select-wrapper .dropdown-search div {
  font-size: 15px !important;
  border: none !important;
  padding: 5px 10px !important;
  color: #000000;
}

.stoppages-dropdown .select-wrapper .dropdown-search div:hover {
  background-color: rgba(85, 185, 72, 0.08);
}

.stopagges-time-dropdown .select-wrapper input {
  position: relative;
  /* left: -12px; */
  color: #000;
}

.stopagges-time-dropdown .select-wrapper input:focus {
  border: none;
}

.stopagges-time-dropdown .select-wrapper span.caret {
  right: 8px !important;
}

.stopagges-time-dropdown .select-wrapper .dropdown-content {
  width: 101% !important;
  left: 0 !important;
  top: 120% !important;
  /* min-height: fit-content; */
}

.stopagges-time-dropdown .select-wrapper .dropdown-content li span {
  font-size: 15px !important;
  border: none !important;
  padding: 5px 10px !important;
  color: #000000;
}

.stopagges-time-dropdown .select-wrapper .dropdown-content .selected {
  background-color: rgba(85, 185, 72, 0.08);
}

.stopagges-time-dropdown .select-wrapper .dropdown-content li:hover {
  background-color: rgba(85, 185, 72, 0.08);
}

.add-emp-tooltip-body .header {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 0 10px;
  color: #696f8c;
  font-size: 12px;
}

.add-emp-tooltip-body .header .alerts-count {
  position: static !important;
}

.add-employee-dropdown .select-wrapper input {
  position: relative;
  /* left: -12px; */
  color: #000;
}

.add-employee-dropdown .select-wrapper input:focus {
  border: none;
}

.emp-list-section .add-employee-row:hover {
  background-color: rgba(85, 185, 72, 0.08);
}

.emp-list-section .add-employee-row {
  padding-top: 10px;
}

.escort-form-fields .select-container .select-wrapper {
  height: 41px;
}
.map-select-filter {
  border: 1px solid rgba(0, 0, 0, 0.23);
  height: 44px;
  border-radius: 4px;
}

.map-select-filter .multiselect-dropdown {
  top: 46px !important;
  left: -1px !important;
}

.map-select-filter input {
  font-size: 14px;
}

.adv-select-div .select-container {
  width: 100% !important;
}

.width-270px {
  width: 270px !important;
}
.center-table {
  width: 100%;
  border-collapse: collapse;
}

.center-table th,
.center-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.center-table th {
  background-color: #f2f2f2;
  text-align: center;
  border-bottom: 1px solid #000;
}

.center-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.center-table tr:hover {
  background-color: #ddd;
}
.alert_drawer_card_lables {
  color: black;
  font-weight: bold;
  margin-left: 5px;
}

.alert_drawer_card_icons {
  height: 20px;
  width: 20px;
}

.alert_drawer_card_item_container {
  display: flex;
  margin-top: 4px;
  align-items: center;
}

.escort-form-main .select-container-outer {
  position: relative;
  top: 13px;
}

.escort-form-main .select-container-outer .select-wrapper {
  height: 42px;
}

.react-datepicker-ignore-onclickoutside:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.23) !important ;
  box-shadow: none !important;
}

.map-filter-badge {
  position: absolute !important;
  top: -4px;
  left: 30px;
  background-color: rgba(1, 67, 97, 1) !important;
  color: white;
  width: fit-content;
  height: 24px;
  font-weight: 500;
  font-size: 12px !important;
  font-family: "Roboto";
  border-radius: 24px;
  text-align: center;
  z-index: 1;
  line-height: 23px;
  padding: 0 8px;
}

.map-filter-badge .bagde-inner-map {
  color: white;
  width: fit-content;
  margin-right: 8px;
  margin-left: 8px;
  position: relative;
  top: 1px;
}

.roster-table thead tr th,
.roster-table tbody tr td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.poc-nav-header .nav-multi-tabs {
  display: flex;
}

.poc-filter-wrap .no-padding {
  display: flex;
}

.file-attach-div input {
  position: absolute;
  width: 19px;
  cursor: pointer;
  height: 62px;
  opacity: 0;
}

.gm-style-iw-chr button {
  height: 18px !important;
  width: 18px !important;
  /* left: -18px !important;
  top: -12px !important; */
}

.gm-style-iw-chr button span {
  position: relative;
  width: 18px !important;
  height: 18px !important;
}
.map-close {
  width: 4% !important;
  border: none !important;
}

.disable-nodal {
  pointer-events: none;
}

.enable-save {
  pointer-events: visible;
}

.select-suggest-select-fliter svg {
  position: absolute;
}
.date-range-picker {
  padding: 0px 0px 0px 4px !important;
  margin-top: 4px;
}

.date-range-picker .react-datepicker-wrapper {
  display: block;
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 0px 4px 0px 10px;
}

.date-range-picker .react-datepicker__calendar-icon {
  width: 14px;
  height: auto;
  fill: #9e9e9e;
}

.date-range-picker .react-datepicker__input-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.date-range-picker .react-datepicker__input-container input,
.date-range-picker .react-datepicker__input-container input:focus {
  border: none;
  box-shadow: none;
}

.badge-cont {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 4px;
  padding: 2px;
  margin: 4px 0px;
  border-radius: 24px;
  font-size: 12px;
  background: gray;
  height: 24px;
  cursor: pointer;
}

.badge-cont.small {
  height: 20px;
  font-size: 10px;
  font-weight: 500;
}

.badge-cont.outlined {
  border: 1px solid;
  background-color: #0000000a;
}

.badge-label {
  max-width: 150px;
}

.badge-cont .prefix,
.badge-cont .suffix {
  min-width: 19px;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: lightgray;
  padding: 2px 4px;
}

.badge-cont.small .prefix,
.badge-cont.small .suffix {
  min-width: 16px;
  height: 16px;
  padding: 1px 4px;
}

.badge-cont .cancel {
  font-size: 20px;
}

.badge-cont.small .cancel {
  font-size: 16px;
}

.badge-cont:not(:has(.prefix)) {
  padding-left: 4px;
}

.badge-cont:not(:has(.prefix, .suffix, .cancel)) {
  padding-right: 8px;
  padding-left: 8px;
}
.trips-main-nav-actions .select-fliter {
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 5px;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.trips-main-nav-actions .select-fliter:hover,
.trips-main-nav-actions .select-fliter:active {
  border: 1px solid #3bb42c;
}
.trips-main-nav-actions .select-tripFilter {
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 5px;
  height: 44px;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.trips-main-nav-actions .select-tripFilter:hover,
.trips-main-nav-actions .select-tripFilter:active {
  border: 1px solid #3bb42c;
}
.v2-dashboard-further-inner .react-datepicker__aria-live {
  display: none;
}
.text-field input {
  border: 1px solid #dadada;
  border-radius: 4px;
  padding-left: 4px;
}

.react-datepicker__aria-live {
  display: none;
}

.roster-update-popup {
  width: 440px;
  height: 260px;
  top: 30% !important;
}

.roster-update-popup-box .content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.roster-update-popup-box .actions {
  padding: 10px 30px 22px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.more-info-popup-outer {
  display: none;
  background: black;
  position: fixed;
  opacity: 0.5;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1;
}
.more-info-popup-outer.open {
  display: block;
}
.more-info-popup {
  background: white;
  width: 30%;
  height: 100%;
  position: fixed;
  right: -46%;
  top: 0;
  z-index: 2;
  padding: 0 40px;
  transition: 0.3s ease-in-out;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.more-info-popup::-webkit-scrollbar {
  display: none;
}

.more-info-popup.open {
  right: 0;
}
.more-info-popup-header {
  padding: 30px 0;
  border-bottom: 1px solid rgba(12, 12, 12, 0.1);
  display: flex;
  justify-content: space-between;
}
.features-info-header {
  font-size: 24px;
  font-weight: 550;
  color: black;
}
.features-wrapper {
  display: flex;
  width: 100px;
}
.features-wrapper a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.features-icon {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: rgba(255, 140, 0, 0.1);
  color: #0287cf;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-icon:hover {
  background: rgba(255, 140, 0, 0.2);
}
.features-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: black;
}

.employee-table-wrapper {
  overflow-x: auto;
  width: 100%;
}

.trip-emp-head-new th,
.trip-emp-body-new td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.trip-emp-head-new th.name-id-num,
.trip-emp-body-new td.name-id-num {
  width: 220px;
  max-width: 220px;
  text-align: center;
}

.trip-emp-head-new th.address,
.trip-emp-body-new td.address {
  width: 300px;
  max-width: 300px;
  text-align: center;
}

th.name-id-num,
td.name-id-num {
  width: 250px;
  max-width: 250px;
  /* text-align: left; */
  text-align: center;
}

th.routing-zone,
td.routing-zone {
  width: 80px;
  /* text-align: left; */
  text-align: center;
}

th.location,
td.location {
  width: 300px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  /* text-align: left; */
}

th.ofc-location,
td.ofc-location {
  width: 100px;
  /* text-align: left; */
}

th.time,
td.time {
  width: 50px;
  /* text-align: left; */
}

th.type,
td.type {
  width: 55px;
  /* text-align: left; */
}

th.confirmation,
td.confirmation {
  width: 130px;
  /* text-align: left; */
}

.name-id-num {
  padding: 6px 8px;
  white-space: normal;
  word-break: break-word;
  font-size: 13px;
}

.name-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.name-line {
  display: flex;
  align-items: center;
}

.emp-name {
  font-weight: 500;
  margin-left: 8px;
}

.approvals-body {
  overflow: hidden !important;
}

.right-icons {
  align-items: center;
  gap: 6px;
}

.info-line {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}

.lists.scroll-container {
  display: flex !important;
  height: calc(100vh - 100px) !important;
  max-height: calc(100vh - 100px) !important;
  overflow: hidden !important;
  position: relative !important;
}

.scroll-container .left {
  flex: 0.9;
  max-height: 100% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  border-right: 1px solid #ddd;
  padding: 1px;
  box-sizing: border-box !important;
  position: relative !important;
}

.scroll-container .right {
  flex: 1 !important;
  max-height: 100% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 10px;
  box-sizing: border-box !important;
  position: relative !important;
}

.left::-webkit-scrollbar,
.right::-webkit-scrollbar {
  width: 8px;
}

.left::-webkit-scrollbar-track,
.right::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.left::-webkit-scrollbar-thumb,
.right::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.left::-webkit-scrollbar-thumb:hover,
.right::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.fade-in {
  animation: fadeInAnim 1s forwards;
}

@keyframes fadeInAnim {
  from { opacity: 0; }
  to { opacity: 1; }
}

.fade-out {
  animation: fadeOutAnim 0.8s forwards;
}

@keyframes fadeOutAnim {
  from { opacity: 1; }
  to { opacity: 0; }
}

/* Fix: prevent decorative caret/logo elements from blocking pointer events
   on some trackpads/touch devices so the input receives focus/clicks.
   See: DropDownSearch component issues where taps on trackpad didn't open/select. */
.select-wrapper .caret,
.select-wrapper .caret:before,
.select-wrapper .caret:after,
.select-wrapper .logo,
.select-wrapper .logo * {
  pointer-events: none;
}
