/* loginapp-container */
/* header-container */
/* footer-container */
/* profile-container */
/* subscriber-container */
/* partnerapp-container */
/* adminapp-container */

@import "./commonAP.css";
@import "./datePickerAP.css";
@import "muiOverwrite.css";

body, html {
    margin:  0 auto;
    height: 100%;
    width: 100%;
}

#root {
  position: relative;
}

#common-header-element {
  height: 10%;
  width: 100%;
  border-bottom: 1px solid #c0c0c0;
}

#common-footer-element {
  /* margin: -0.1% 0; to compate with SSR footer alignment */
  height: 5%;
  width: 100%;
  border-top: 1px solid #c0c0c0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.container {
  height: 50%;
  width: 100%;
}

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

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

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

.loading-img {
    max-width: 75px;
    position: absolute;
    animation: fadeinout 2s infinite;
}

.common-form {
  height: 100%;
  width: 100%;
}

.title-logo{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.ccar-submit-button {
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgba(24, 44, 86, 0.996);
  cursor: pointer;
  pointer-events: auto;
  border: 0px solid transparent;
  border-radius: 2.3px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
}

.ccar-submit-button-1 {
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgba(24, 44, 86, 0.996);
  cursor: pointer;
  pointer-events: auto;
  border: 0px solid transparent;
  border-radius: 2.3px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-size: 15px;
}

.ccar-errorMsg {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  text-align: center;
  color: red;
}


.version{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: black;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", sans-serif;
}

.ccar-ok-button{
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: rgba(24, 44, 86, 0.996);
    cursor: pointer;
    pointer-events: auto;
    border: 0.0px solid transparent;
    border-radius: 2.3px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", sans-serif;
    font-size: 15.0px;
    font-weight: 400;
    height: 30px;
    width: 25%;
}

.ccar-ok-button:focus, .ccar-ok-button:hover{
    background-color: rgb(43, 83, 159);
}

.cg-admin-delete-button {
  color: rgb(255, 255, 255);
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  border: 0px solid transparent;
  border-radius: 2.3px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-size: 14px;
}

.cg-admin-id-content {
    color: #ED3237;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", sans-serif;
    line-height: 25px;
    white-space: break-spaces;
    max-width: 400px;
}

.button-progress{
	position: absolute;
}

.disabled{
    background-color: grey !important;
    cursor: not-allowed !important;
}

.profile-sub-header {
  display: flex;
}

.profile-sub-title {
  color: rgb(25, 47, 91);
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  height: 100%;
}

.display-flex {
  display: flex;
}

.row-inner {
  width: 50%;
  min-height: 65px;
}

.row-inner-1 {
  display: flex;
  height: 100%;
}

.row-sub {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.row-inner-address {
  height: 100%;
  min-height: 65px;
}

.row-inner-address-sub {
  height: 100%;
  min-height: 55px;
  /* margin: 8px; */
}

.ccar-add-button {
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgba(24, 44, 86, 0.996);
  cursor: pointer;
  pointer-events: auto;
  border: 0px solid transparent;
  border-radius: 2.3px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.ccar-add-button:focus,
.ccar-add-button:hover {
  background-color: rgb(43, 83, 159);
}

.remove-icon {
  font-size: 20px !important;
  cursor: pointer;
}

.location-outer-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.location-inner-container {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: space-between !important;
  color: rgb(25, 47, 91) !important;
  border: 1px solid #f88b06 !important;
}

.inner-license-details {
  border: 1px solid #f88b06;
}

.row-inner-contact-sub {
  height: 100%;
  min-height: 55px;
  /* margin: 8px; */
}

.inner-vehicle-details {
  display: flex;
  border: 1px solid #f88b06;
}

.cg-admin-cancel-button {
  color: rgb(255, 255, 255);
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  border: 0px solid transparent;
  border-radius: 2.3px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-size: 14px;
}

.close-button {
  color: white;
  background-color: #252525;
  cursor: pointer;
  pointer-events: auto;
  border: 0px solid transparent;
  border-radius: 7px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 10px;
}

.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid rgb(255, 156, 20);
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  opacity: 1;
}

.loader-1 {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid rgb(255, 156, 20);
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  opacity: 1;
  margin-top: 100px;
}

.subscriber-header {
  height: 10%;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.tab {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.subscriber-body {
  height: 90%;
  width: 100%;
}

.subscriber-body-header {
  height: 5%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  background: rgb(30, 60, 105) none repeat scroll 0% 0%;
}

.subscriber-table {
  width: 100%;
}

.subscriber-header-title {
  font-size: 14px;
  color: white;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  height: 100%;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0% 1%;
  background: rgb(30, 60, 105);
  /* justify-content: center; */
}

.subscriber-inner-body {
  height: 100%;
}

.table-inner-wrapper {
  height: 100%;
  width: 100%;
}

.table-container {
  width: 100%;
}

.table-head th {
  background: rgb(241, 241, 241) none repeat scroll 0% 0%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
}

.table-body {
  width: 100%;
}

.table-body td {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

.ccar-submit-tow-button {
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgba(24, 44, 86, 0.996);
  cursor: pointer;
  pointer-events: auto;
  border: 0px solid transparent;
  border-radius: 2.3px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-size: 15px;
  font-weight: 500;
  height: 70%;
  width: 20%;
}

.ccar-prenext-button {
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgba(24, 44, 86, 0.996);
  cursor: pointer;
  pointer-events: auto;
  border: 0px solid transparent;
  border-radius: 2.3px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-size: 15px;
  font-weight: 500;
  height: 70%;
  width: 20%;
  border-radius: 5px;
}

.ccar-prenext-button:focus,
.ccar-prenext-button:hover {
  background-color: rgb(43, 83, 159);
}

.popup-header {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  background: rgb(255, 156, 20) none repeat scroll 0% 0%;
}

.popup-header-vehicle-driver {
  height: 10%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  background: rgb(255, 156, 20) none repeat scroll 0% 0%;
}

.popup-title {
  height: 100%;
  color: white;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.popup-body-header {
  padding: 0px !important;
  width: 100%;
  border-bottom: 0px !important;
  overflow: hidden;
}

.popup-header-partner {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  background: rgb(255, 156, 20) none repeat scroll 0% 0%;
  padding: 10px;
  justify-content: space-evenly;
}
.popup-title-partner {
  width: 90%;
  color: white;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  height: 100%;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  /* padding-left: 15px; */
}
.popup-close {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  font-size: 14px;
  color: white;
  cursor: pointer;
}

.popup-footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.popup-note-title {
  font-size: 14px;
  color: rgb(255, 156, 20);
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-weight: 500;
  width: 100%;
  /* padding: 20px; */
}

.popup-inner-title {
  color: rgb(30, 60, 105);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
}

.popup-inner-title-vendors {
  font-size: 15px;
  color: rgb(30, 60, 105);
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-weight: 500;
  padding: 10px;
  text-align: center;
}

.vehicle-list {
  height: 85%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background: #e3e5e6;
  /* border-radius: 30px; */
}

.location-1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  background: #e3e5e6;
  /* border-radius: 30px; */
  /* overflow-y: auto !important; */
}

.static-location {
  height: 73%;
  display: block;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
  overflow-y: auto;
}

.other-location {
  display: flex;
  align-items: center;
  justify-content: center;
}
.all-location {
  height: 100%;
  display: block;
  width: 100%;
}

.otheraddress-text {
  width: 58%;
  margin-left: 10px;
}

.location-div-service {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: column !important;
  width: 100%;
  height: 100%;
}


/* .ratio-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  color: white !important;
  font-weight: bolder;
  font-size: 14px;
  cursor: pointer;
  pointer-events: auto;
  width: 42%;
  justify-content: center;
  height: 12%;
  border-radius: 15px;
  background-color: rgba(24, 44, 86, 0.996);
} */

.display-vehicle-flex {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: row;
  width: 100%;
  height: 15%;
}

.display-request-flex {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: row;
  width: 100%;
  padding: 7px 0px;
}

.display-driver-flex {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: row;
  width: 100%;
  height: 8%;
}

.display-partner-flex {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: row;
  width: 100%;
  height: 14%;
}

.display-drop-home {
  height: 15%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  border-bottom: 1px solid;
}

.repair-heading {
  font-size: 15px;
  color: rgb(255, 156, 20);
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

.rental-heading {
  font-size: 15px;
  color: rgb(255, 156, 20);
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

.vehicle-error {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-size: 16px;
  color: rgb(255, 156, 20);
  cursor: pointer;
  pointer-events: auto;
  align-self: center;
  width: 42%;
  height: 12%;
}

.vehicle-error1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-size: 16px;
  color: rgb(255, 156, 20);
  cursor: pointer;
  pointer-events: auto;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  align-content: center;
}

.location-error {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-size: 16px;
  color: rgb(255, 156, 20);
  cursor: pointer;
  pointer-events: auto;
  align-self: center;
  width: auto;
  height: 12%;
  font-weight: 500;
}

.popup-body {
  height: 80%;
  width: 100%;
}

.popup-body-vehicle {
  padding: 0px !important;
  width: 100%;
  border-bottom: 0px !important;
}

.popup-body-vehicle-driver {
  padding: 0px !important;
  padding-left: 5px !important;
  height: 90%;
  width: 100%;
  border-bottom: 0px !important;
}

.vehicle-title {
  font-size: 14px;
  color: rgb(30, 60, 105);
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-weight: 400;
  padding: 0px 10px;
}

.choosed-type {
  color: rgb(30, 60, 105);
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-weight: 500;
  padding: 0px 10px;
  width: 20%;
}

.vehicle-sub-title {
  font-size: 14px;
  color: rgb(255, 156, 20);
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 350px;
}

.choosed-sub-type {
  color: rgb(255, 156, 20);
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 350px;
}

.unchecked {
  background-color: rgba(24, 44, 86, 0.996);
}

.service-icon {
  max-width: 30px;
  padding-left: 2px;
}

.visual-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  top: 20px;
  width: 0%;
}

.semicolon {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.search-div-partner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: end;
}

.dashboard-search-partner {
  height: 100% !important;
  border: 2px solid rgb(255, 156, 20);
  border-radius: 30px !important;
  min-width: 230px;
  max-height: 40px;
}

.cg-admin-delete-content {
  color: rgb(255, 156, 20);
  font-weight: bold;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
}

.ccar-cancel-req-button {
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: #ed3237;
  cursor: pointer;
  pointer-events: auto;
  border: 0px solid transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
}

.first-available {
  height: 74%;
  flex-direction: row;
  justify-content: space-evenly;
  /* overflow: auto; */
  align-content: baseline;
}

.txr-heading {
  height: 10%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
}

.txr-body {
  height: 90%;
  width: 100%;
  display: flex;
}

.first-available-inner {
  height: 15%;
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.first-available-label {
  width: 42%;
  height: 100%;
}

.choosed-types {
  width: 100%;
  /* height: 10%; */
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  background-color: #e3e5e6;
  padding: 5px;
}

.preview-tab {
  height: 100%;
}

.popup-inner-title-preview {
  font-size: 16px;
  color: rgb(30, 60, 105);
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-weight: 500;
  height: 15%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.txr-vendors {
  height: 88%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.repair-rental-vendors {
  height: 100%;
  width: 50%;
}

.txr-border {
  border: 1px solid grey;
}

.txr-locations-border {
  height: 0%;
  width: 99.5%;
  border: 1px solid grey;
}

.preview-heading {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  color: rgb(255, 156, 20);
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 350px;
}

.tr-vendors {
  height: 85%;
  width: 100%;
  margin-top: 10px;
  display: block;
  text-align: center;
}

.tr-border {
  border: 1px solid grey;
}

.tr-dropoff-heading {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  width: 100%;
}

.tr-heading {
  text-align: center;
  width: 50%;
  font-size: 16px;
  color: rgb(30, 60, 105);
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-weight: 500;
}

.back-icon {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}

.back-icon > span > span {
  color: rgba(24, 44, 86, 0.996);
  font-size: 2rem;
}

.signed {
  color: #45b653;
  font-weight: bold;
}

.choose-vehicle-list {
  width: 100%;
  overflow: auto;
  background: #e3e5e6;
}

.popup-image-header {
  height: 6%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  background: rgb(255, 156, 20) none repeat scroll 0% 0%;
}

.popup-car-title {
  height: 100%;
  /* width: 91%; */
  font-size: 18px;
  color: white;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  height: 100%;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding-left: 15px;
}

.popup-car-close {
  height: 100%;
  /* width: 6%; */
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  font-size: 14px;
  /* color: white; */
  cursor: pointer;
  padding-right: 15px;
  /* background: rgb(255, 156, 20); */
}

.popup-body-image {
  padding: 0px 0px 15px 0px !important;
  height: 84%;
  width: 100%;
  overflow: hidden !important;
  border-bottom: 0px !important;
  border-top: 0px !important;
  user-select: none;
}

.image-thumb-container {
  height: 12%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.no-images {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-size: 18px;
  color: rgb(255, 156, 20);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-weight: bold;
}

.car-image-thumbnail {
  margin: 0px 5px;
  height: 100%;
  width: 8%;
  cursor: pointer;
  border: 2px solid gray;
}

.car-image-thumbnail-active {
  height: 100%;
  width: 8%;
  margin: 0px 5px;
  cursor: pointer;
  border: 3px solid rgb(255, 156, 20);
}

.prev-btn {
  cursor: pointer;
  height: 100%;
  font-size: 35px;
}

.prev-btn:active {
  transform: scale(1.03);
}

.car-image {
  width: 50%;
  height: 100%;
  cursor: zoom-in;
}

.car-image:hover,
.car-image:focus {
  transform: scale(1.5);
}

.before-container {
  height: 73%;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.after-container {
  height: 75%;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.image-title {
  height: 10%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-content: center;
  font-size: 18px;
  color: rgb(30, 60, 105);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-weight: bold;
  padding-left: 20px;
}

.dynamic-locations {
  height: 100%;
  width: 48%;
  text-align: center;
  overflow: auto;
}

.inner-loading {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  font-size: 20px;
}

.icon-header {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.vehicle-list-1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background: #e3e5e6;
}

.license-image-container {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center !important;
  color: rgb(25, 47, 91) !important;
  border-radius: 30px !important;
  width: 85%;
  cursor: auto !important;
  /* margin: 10px !important; */
}

.inner-license-image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding-bottom: 10px;
}

.inner-license-image-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  /* padding-bottom: 10px; */
  padding-top: 10px;
}

.ccar-image-save {
  padding: 6px;
}

.ccar-save-image-button {
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgba(24, 44, 86, 0.996);
  cursor: pointer;
  pointer-events: auto;
  border: 0px solid transparent;
  border-radius: 2.3px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
  font-size: 12px;
  font-weight: 400;
  width: 78;
  padding: 4px;
  border-radius: 8px;
}

.image-upload {
  padding: 3px;
  height: 90px;
  width: 140px;
  background-color: white;
  border-style: dotted;
  border-color: gray;
  border-radius: 15px;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.image-upload > label {
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.image-preview-close-fab {
  max-width: 15px;
  height: 15px !important;
  min-width: 15px !important;
  font-size: 1em !important;
  max-height: 1% !important;
  min-height: 20% !important;
  z-index: 1;
  margin-left: 95% !important;
  margin-bottom: -6% !important;
  background-color: #ed3237 !important;
  /* padding: 10px !important; */
}

.image-preview-close-icon {
  max-width: 15px;
  font-size: 1em !important;
  /* position: absolute;
    margin-left: 130px;
    margin-bottom: 65px; */
}

.modal-show {
  z-index: 1060;
  width: 100%;
  height: 100%;
  background: #3d3a3a;
}
.modal-show .img-show {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  object-fit: contain;
}
.img-show .img-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
}

.image-common-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

.checkbox-div {
  display: flex;
}

.checkbox-profile {
  height: 15px;
  margin: 0px 5px;
  outline: none;
}

.billing-content {
  margin: 0px;
  font-size: 14px;
  color: rgb(25, 47, 91);
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", sans-serif;
}

.outer-container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0px;
}

.inner-container{
  background: oldlace;
  /* border-radius: 30px; */
  width: 100%;
  border: 1px solid #f88b06;
}

.row-inner-mail-sub{
  height: 100%;
  min-height: 55px;
  /* margin: 8px; */
}

.cancelled {
  color: #ed3237;
  font-weight: bold;
}

.heading-container{
  display: flex;
  height: 10%;
  width: 100%;
}

.heading-container .image-title{
  height: 100%;
  width: 30%;
}

.row-inner-button{
  display: flex;
}

.notes-div {
  display: flex;
}

.notes-title{
  color: rgb(30, 60, 105);
  padding: 0px 10px;
}

body .rental-image .tab{
  height: 4% !important;
}