.loader {
	--color: white;
	--size-mid: 6vmin;
	--size-dot: 1.5vmin;
	--size-bar: 1.4vmin;
	--size-square: 3vmin;
	
	display: block;
	position: relative;
	/* width: 50%; */
	display: grid;
	place-items: center;
}


#loading {
    background-color: #d2ed99fa;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999;
}

#loading-center {
    background: url(../Assets/logo_01.png) no-repeat scroll center center;
    /* background-size: 20%; */
    width: 100%;
    height: 100%;
    position: relative;
    animation: loader 1.5s alternate infinite ease-in-out;
}

#loading-center::before {
    height: var(--size-bar);
    /* width: 140px; */
    background-color: var(--color);
    width: 140px;
    animation: loader-4 0.8s cubic-bezier(0, 0, 0.03, 0.9) infinite;
}


.navbar-green{
    background: #8FD400;
}
.form-control:focus{
        box-shadow: unset;
        border-color:#747474;
}
.line{
    border-bottom: 2px solid #FFFFFF;
    width: 100%;
    margin-left: 6px;
    margin-right: 32px;
    margin-top: 10px;
}
.line-2{
    border-bottom: 3px solid #028462;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
}
.line-3{
    border-bottom: 2px solid #028462;
    width: 121px;
    margin-left: auto;
    margin-right: auto;
}
.line-4{
    border-bottom: 2px solid #EBEBEB;
    /*width: 100%;*/
    margin-left: 0px;
    margin-right: 40px;
}
.line-5{
    border-bottom: 2px solid #EBEBEB;
    /*width: 100%;*/
    margin-left: 0px;
    margin-right: 40px;
    
}
.main-section{
    min-height: calc(100vh - 128px);
    background:#028462;
}
.content{
    min-height: calc(100vh - 366px);
}
.content2{
    min-height: calc(100vh - 280px);
    background:url(/Assets/Location_bg.png);
    background-size: cover;
    background-position: bottom;
}
.login-bk{
    background:url(/Assets/login_page_bk.png);
    background-size: cover;
}
.form-control{
    border-radius: unset;
    height:40px;
    color: #A5A5A5;
   
}
button.btn.form-control.active {
    background: #028462;
    color:white;
    border: unset;
    height:auto;
}
button.btn.form-control {
    background: #cfec95;
    color: #444444;
    /* border: 2px solid #B1B1B1; */
    height: auto;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 10px;
}

button.inactive {
    background: #fafff1 !important;
}
.btn {
    border: unset;
}
.car{
    position: absolute;
    bottom: 76px;
    left: 90px;
    /*right:94px;*/
    max-width: 100%;
}

.form-control::placeholder {
  color: #A5A5A5;
}
.color-g{
    color:#028462;
}

header .calendar-current-date{
    font-size:18px !important;
}
.calendar-body .calendar-weekdays li{
    color:#747474;
}
.available-show{
    height: 17px;
    width: 17px;
    display: flex;
    background: #58BFDF;
    border-radius: 4px;
}
.unavailable-show{
    height: 17px;
    width: 17px;
    display: flex;
    background: #E8EAF2;
    border-radius: 4px;
}
.selected-show{
    height: 17px;
    width: 17px;
    display: flex;
    background: #8FD400;
    border-radius: 4px;
}

.show-option li{
    width:32% !important;
}
.card{
    border:unset;
}
div#render-slots button.col-12.btn.btn-outline-success.mb-1 {
    background: #EFEFEF;
    color: #747474;
    font-weight: 600;
    border-radius: unset;
    border: 2px solid #B1B1B1;
}
div#render-slots button.col-12.btn.btn-success.mb-1 {
    background: #8FD400;
    color: white;
    font-weight: 600;
    border-radius: unset;
    border: unset;
}
li::marker {
  color: #8FD400;
  width:8px;
  height:8px;
}

/*page no 4*/
/*.vehicle-img-sec{*/
/*    background:url(/Assets/vehicle-img.png);*/
/*    background-size: cover;*/
/*}*/

.left-border-radius{
    border-radius: 18px 0 0 18px;
}


.vehicle-input input.form-control,.vehicle-input select.form-control {
    border: unset;
    border-bottom: 1px solid #747474;
}


/* Hide the actual radio buttons */
input[type="radio"] {
  display: none;
}

/* Style the labels to look like buttons */
label {
  display: inline-block;
  margin: 2px;
  padding: 10px 15px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  cursor: pointer;
  width: 115px;
}

/* Style when a radio button is checked */
input[type="radio"]:checked + label {
  background-color: red !important;
}
.active {
    background: #8FD400;
    color:white;
    border: unset;
    height:auto;
}
.card-ype{
    border:unset;
    border-bottom:1px solid #747474;
}
.checkbox-content{
    color:#747474;
    font-size:13px;
    
}
.inc-dec{
    width: 70px;
    background-color: white;
    border: 1px solid #ccc;
}
.inc-dec button{
    background-color: white;
    border:unset;
}
/*small-dec*/
@media (max-width: 992px){
    .car{
        left: 40px;
    }
    .card-logo-sec .visa-img{
        width:100px;
    }
    .discover-img{
        width:36px;
    }
    .paypal-img{
        width:83px;
    }
    .ssl-img{
        width:83px;
    }
}



@media (min-width: 768px) and (max-width: 992px){
    .container, .container-md, .container-sm{
        max-width: 850px;
    }
}
@media (min-width: 576px) and (max-width: 768px){
    .container, .container-sm {
        max-width: 675px;
    }
}

/*mob*/

@media (max-width: 767px){
    .vehicle-img-sec{
       height: 260px;
   }
   .left-border-radius{
    border-radius: 18px 18px 0 0;
  }
    .login-bk{
            height: 260px;
    }
    .car{
        bottom: -12px;
        left: 0;
    }
    .location-bg{
        height: 260px;
        background:url(/Assets/Location_bg.png);
        background-size: cover;
    }
    .content2{
        background: unset;
    }
    button.btn.form-control {
      font-size:12px;
   }
}
/*mob*/

@media (max-width: 576px){
    .login-bk{
            height: 215px;
    }
    .car{
        bottom: -12px;
        left: 0;
    }
    .location-bg{
        height: 215px;
        background:url(/Assets/Location_bg.png);
        background-size: cover;
    }
    .content2{
        background: unset;
    }
     button.btn.form-control {
      font-size:10px;
   }
   .calendar-body .calendar-dates li{
       padding: 5px!important;
   }
   .vehicle-img-sec{
       height: 215px;
   }
   .left-border-radius{
    border-radius: 18px 18px 0 0;
  }
}
.print-hr{
    border: 2px solid #8FD400;
}
.readonly-class{
cursor: not-allowed;
    color: #121;
}
.originalZipCode-msg{
   font-size: 10px;
}
.calcuate-distance-error{
    font-size: small;
    text-transform: capitalize;
}
#vehical_address_calculate_btn:focus{
    background: #8FD400;
    color: white;
    border: unset;
    height: auto;
}
.end-payment{
    font-family:Poppins;
}

.line-2::before {
    height: var(--size-bar);
    /* width: 140px; */
    background-color: var(--color);
    
}

.loading-anim::before {
    width: 140px;
    animation: loader-4 0.8s cubic-bezier(0, 0, 0.03, 0.9) infinite;
}

@keyframes loader-4 {
	0%, 44%, 88.1%, 100% {
		transform-origin: left;
	}
	
	0%, 100%, 88% {
		transform: scaleX(0);
	}
	
	44.1%, 88% {
		transform-origin: right;
	}
	
	33%, 44% {
		transform: scaleX(1);
	}
}

@keyframes loader {
	0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1.5);
    }
}


.loader::before,
.loader::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
}

.originZipCode-msg{
    font-size: small;
    color: #484848;
}


.saved-changes{
    border: none;
    border-top: 4px solid #ff3939;
}


/*Start*/



/*End*/



.dropdown-menu[data-bs-popper]{
    left: 53px;
}

a[disabled] {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}
div#pre_selection_out .active1 {
    background: green;
    color: #fff;
}
