@import 'navbar.css';
@import 'sidenavbar.css';

#login_details {
    padding-top: 100px;
}
.Header_of_loginform {
    font-size: 30px;
}
/* code for animation loading screen */
#gifLoading {
    background: url('../images/loading_gif2.gif') no-repeat center center;
    background-size: 60px;
    background-color: white;
    position: absolute;
    opacity: 0.8;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    display: none; 
    /* 18602660811, 18002090000 */
}
#gifLoading1 {
    background: url('../images/loading_gif2.gif') no-repeat center center;
    background-size: 45px;
    background-color: white;
    position: absolute;
    opacity: 0.9;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    display: none; 
}

/* code for card container */
.main_cardcontainer {
    background-color: #58b2fc; 
    background-image: linear-gradient(to bottom right, #aac1ff, #4C6FD4); 
    /* #2781c6 
    7bc2fc*/
    margin: 10px; 
    border-radius: 8px;
}
.Listof_orders {
    list-style-type: none;
    padding: 0; 
    margin: 0
}
.Listof_orders lh span{
    display: inline-block;
    padding-bottom: 8px;
}
/* .Listof_orders lh span:last-child{
    float: right;
    color: #007bff;
    font-size: 14px;
} */
.Listof_orders lh h5 {
    padding: 0; 
    margin: 0
}
.Listof_orders li {
    width: 100%;
    padding: 10px 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}
/* .Listof_orders li div span:nth-child(2), .Ready_in, .Money_collected {
    float: right;
} */
.main_orderList > ul > li {
    background-color: rgb(250, 250, 250);
    margin: 10px 0; 
    padding: 10px 15px;
    border: 1px solid #cccccc; 
    border-radius: 0;
}
.main_orderList ul li .mainOrder_id {
    display:inline-block;
    width: 100%;
}
.main_orderList ul li .mainOrder_id .order_id {
    font-size: 12px; 
    color: gray;
    float: left;
}
.main_orderList ul li .dayof_booking {
    float: right;
    font-size: 12px;
    color: gray;
}
.main_orderList ul li .statusof_service {
    display: flex;
    justify-content: space-between;
    width: 100%;
    float: left;
    padding-bottom: 5px;
}
.main_orderList ul li .statusof_service span {
    background-color: #ffc107; 
    font-size: 12px;
    color: white; 
    width: auto; 
    border-radius: 5px; 
    padding:2px 5px;
}
.main_orderList ul li .statusof_service .paymentType {
    display: none;
    background-color: rgb(36, 173, 194);
    float: right;
    width: auto;
}
.main_orderList ul li .ownear_details {
    font-size: 13px; 
    color: #007bff;
    padding-top: 5px;
}
.main_orderList ul li .ownear_details > i {
    font-size: 10px;
    padding: 0 3px;
}
.main_orderList ul li .ownear_address {
    font-size: 11px;
    color: #007bff;
    padding: 5px;
    display: none;
}
.main_orderList ul li .ownear_addressActive {
    display: block;
}
.main_orderList ul li .mainVehicle_nameandModel {
    display: inline-block;
    width: 100%;
    font-size: 13px;
}
.main_orderList ul li .mainVehicle_nameandModel .vehicle_nameandModel {
    float: left;
}
.main_orderList ul li .mainVehicle_nameandModel .number_plate {
    float: right;
}
.main_orderList ul li #background_finalSubittion {
    background-color: #a0d6a7; 
    height: 35px; 
    margin: 15px 0;
    /* border-radius: 5px; */
    position: relative;
}
.main_orderList ul li #inner_background_finalSubittion {
    width: 100%; 
    height: 100%;
    position: absolute;
}
.main_orderList ul li #background_finalSubittion .TimetoDisplay {
    position: absolute;
    color: #fff;
    font-size: 15px;
    top: 5px;
    width: 100%;
    height: 100%;
    text-align: center;
}

/* button of all the dynamic created form */
.main_orderList ul li #background_finalSubittion #StartserviceId {
    margin: none;
    border: none;
    width: 100%; 
    color: rgb(54, 54, 54);
    background-color: #ffc107;
}
.main_orderList ul li #background_finalSubittion #StartserviceId i, #EndingServiceId i {
    font-size: 12px;
    padding-left: 5px;
}
.main_orderList ul li #background_finalSubittion #pick_upButton {
    border: none;
    width: 100%; 
    color: #0630a3; 
    background-color: #c1d2ff;
}
.main_orderList ul li #background_finalSubittion #EndingServiceId {
    margin: none;
    border: none;
    width: 100%;
}

.main_orderList ul li #background_finalSubittion #ConformationServiceId {
    margin: none;
    border: none;
    width: 100%;
}


.newVehicle_notification {
    position: fixed; 
    bottom: 0; 
    width: 100%; 
    height: 0;
    text-align: center; 
    background-color: #4C6FD4;
    transition: height 350ms ease-in-out;
}
.newVehicle_notification:hover {
    height: 100px;
}
.newVehicle_notification .inner_container {
    color: white; 
    margin-top: 10px;
}
.Listof_orders .listing_serviceType span {
    font-size: 14px;
    font-weight: 500;
}
.Listof_orders .listing_serviceType ul {
    padding: 0 10px;
}
.Listof_orders li .listing_serviceType ul li {
    font-weight: 500;
    font-size: 15px;
    list-style-type: none;
    margin: 3px; 
    padding: 0;
}
.Listof_orders li .listing_serviceType ul li:before {
    content: '-';
    position: absolute;
    margin-left: -12px;
}

/* popup to display otp notification */
body {
    overflow: auto; 
    /* to hide the scrolling when popup is active */
}
.popipMain_displayotp {
    background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
    display: none;
	justify-content: center;
    align-items: center;
    z-index: 99999999;
}
.popipMain_displayotp .popup_to_display_otp {
    height: 70%;
	width: 80%;
	background-color: white;
	text-align: center;
    padding: 30% 20px 20% 20px;
	position: relative;
    border-radius: 4px; 
    border: 1px solid grey;
    overflow: scroll;
}
.popipMain_displayotp #popup_to_display_inner {
    height: 350px;
    padding: 20% 20px 0 20px;
}
.close {
	position: absolute;
	top: 10px;
	right: 10px;
    font-size: 22px;
	color: black;
}
.popipMain_displayotp #popup_to_display_innerBilling #closeBtn {
    position: absolute;
	top: 13px;
	right: 15px;
    font-size: 23px;
	color: rgb(0, 0, 0);
}
.popipMain_displayotp #popup_to_display_innerBilling .backBtn {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 20px;
    color: rgb(104, 104, 104);
}
.popipMain_displayotp .popup_to_display_otp p {
    font-size: 12px;
    color: grey;
}
.popipMain_displayotp .popup_to_display_otp #Otpeneringmain {
    padding: 20px 0 30px;
}
.popipMain_displayotp .popup_to_display_otp #Otpeneringmain input {
    width: 10%;
    max-width: 40px;
    height: 10%;
    padding: 0;
    padding-bottom: 5px;
    margin-right: 5%;
    text-align: center;
    border: none;
    outline: none;
    border-bottom: 1px solid grey;
}
.popipMain_displayotp .popup_to_display_otp input:last-child {
    margin-right: 0;
}
.popipMain_displayotp .popup_to_display_otp button {
    padding: 8px;
    margin-bottom: 8px;
    border: none;
    width: 120px;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    outline: none;
}

/* billing form designing  */
#billingservicing_form #popup_to_display_innerBilling {
    position: relative;
    text-align: justify;
    height: 85%;
    width: 90%;
    padding: 10px 0;
}
#billingservicing_form #popup_to_display_innerBilling h4 {
    text-align: center;
}
#billingservicing_form #popup_to_display_innerBilling .containsInsideBilling {
    padding: 0 10px;
}
#billingservicing_form #popup_to_display_innerBilling .serviceOptedHeader {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
#billingservicing_form #popup_to_display_innerBilling form {
    padding: 0 10px;
} 

#billingservicing_form #popup_to_display_innerBilling form .checkbox {
    display: inline-flex;
    align-items: center;
    width: 100%;
}
#billingservicing_form #popup_to_display_innerBilling form .checkbox__input {
    display: none;
}
#billingservicing_form #popup_to_display_innerBilling form  .checkbox__box {
    width: 1.20em;
    height: 1.20em;
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
    transition: background 0.15s, border-color 0.15s;
}
#billingservicing_form #popup_to_display_innerBilling form  .checkbox__box::after {
    content: '\2713';
    color: white;
    transform: scale(0);
    transition: transform 0.2s;
}
#billingservicing_form #popup_to_display_innerBilling form .checkbox__input:checked + .checkbox__box {
    background: #238cfc;
    border-color: #238cfc;
}
#billingservicing_form #popup_to_display_innerBilling form .checkbox__input:checked + .checkbox__box::after {
    transform: scale(1);
}
#billingservicing_form #popup_to_display_innerBilling form label {
    color:  gray;
}
#billingservicing_form #popup_to_display_innerBilling .BillingButoonClass {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    /* background-color: yellow; */
    /* text-align: center; */
}
#billingservicing_form #popup_to_display_innerBilling #First_containerToshow {
    display: block;
    /* transition: display 1s; */
}
/* code for second and final billing */
#billingservicing_form #popup_to_display_innerBilling #Second_containerToshow span{
    font-size: 14px;
    font-weight: bold;
}

#startservicing_form .container .row .col {
    padding: 25px 10px;
}
/* for the message inside the otp page  */
#UnsucessMessage, #successMessage {
    display: none;
    font-size: 14px;
    padding: 10px 5px;
    border: none;
}
#UnsucessMessage i, #successMessage i {
    font-size: 16px;
}

/* loading container details */
.searching_orders_container {
    position: relative;
    height: 90px;
    width: 100%;
    z-index: 99;
    /* background-color: yellow; */
    margin-top: 100px;
}
.searching_orders_container .searching_orders_gif {
    background: url('../images/Magnify_Search_3.gif') no-repeat center center;
    background-size: 100px;
    /* background-color: greenyellow; */
    display: flex;
    /* position: absolute;
    top: 0;
    left: 0; */
    height: 100%;
    width: 100%;
}
.searching_orders_container .searching_order_text {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    /* background-color: red; */
    align-items: center;
    justify-content: center;
}

.Listof_orders .serivce_details_div {
    padding: 0 15px;
}
