/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

 .rental_row h1, .rental_plugin h1,
.rental_row h2, .rental_plugin h2,
.rental_row h3, .rental_plugin h3,
.rental_row h4, .rental_plugin h4,
.rental_row h5, .rental_plugin h5,
.rental_row h6, .rental_plugin h6,
.rental_row p, .rental_plugin p,
.rental_row span, .rental_plugin span,
.rental_row a, .rental_plugin a,
.rental_row table, .rental_plugin table,
.rental_row tr, .rental_plugin tr,
.rental_row td, .rental_plugin td,
.rental_row th, .rental_plugin th,
.rental_row input, .rental_plugin input,
.rental_row div, .rental_plugin div,
.rental_row strong, .rental_plugin strong,
.rental_row section, .rental_plugin section,
.rental_row label, .rental_plugin label,
.rental_row article, .rental_plugin article,
.rental_row aside, .rental_plugin aside,
.rental_row figcaption, .rental_plugin figcaption,
.rental_row figure, .rental_plugin figure,
.rental_row footer, .rental_plugin footer,
.rental_row caption, .rental_plugin caption,
.rental_row header, .rental_plugin header,
.rental_row hgroup, .rental_plugin hgroup,
.rental_row main, .rental_plugin main,
.rental_row nav, .rental_plugin nav,
.rental_row button, .rental_plugin button,
.rental_row select, .rental_plugin select,
.rental_row optgroup, .rental_plugin optgroup,
.rental_row textarea, .rental_plugin textarea,
.rental_row legend, .rental_plugin legend,
.rental_row progress, .rental_plugin progress,
.rental_row output, .rental_plugin output,
.rental_row summary, .rental_plugin summary,
.rental_row template, .rental_plugin template,
.rental_row kbd, .rental_plugin kbd,
.rental_row pre, .rental_plugin pre,
.rental_row abbr, .rental_plugin abbr,
.rental_row address, .rental_plugin address,
.rental_row ol, .rental_plugin ol,
.rental_row ul, .rental_plugin ul,
.rental_row li, .rental_plugin li,
.rental_row dt, .rental_plugin dt,
.rental_row dd, .rental_plugin dd,
.rental_row b, .rental_plugin b,
.rental_row blockquote, .rental_plugin blockquote,
.rental_row sub, .rental_plugin sub,
.rental_row sup, .rental_plugin sup,
.rental_row small, .rental_plugin small,
.rental_row samp, .rental_plugin samp,
.rental_row mark, .rental_plugin mark{
   /* font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;*/
  font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
}
.rental_button.rental_checkbox_custom_button {color:#666 !important;}
.rental_row label{color:#666; font-weight: 400;}
.rental_row button:focus, .rental_plugin button:focus,
.rental_row button:hover, .rental_plugin button:hover,
.rental_row .button:focus, .rental_plugin .button:focus,
.rental_row .button:hover, .rental_plugin .button:hover,
.rental_row .faux-button:focus, .rental_plugin .faux-button:focus,
.rental_row .faux-button:hover, .rental_plugin .faux-button:hover,
.rental_row .wp-block-button .wp-block-button, .rental_plugin .wp-block-button .wp-block-button,
.rental_row .wp-block-button__link:focus, .rental_plugin .wp-block-button__link:focus,
.rental_row .wp-block-button .wp-block-button__link:hover, .rental_plugin .wp-block-button .wp-block-button__link:hover,
.rental_row .wp-block-file .wp-block-file__button:focus, .rental_plugin .wp-block-file .wp-block-file__button:focus,
.rental_row .wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:hover
.rental_row input[type="button"]:focus, .rental_plugin input[type="button"]:focus,
.rental_row input[type="button"]:hover, .rental_plugin input[type="button"]:hover,
.rental_row input[type="reset"]:focus, .rental_plugin input[type="reset"]:focus,
.rental_row input[type="reset"]:hover, .rental_plugin input[type="reset"]:hover,
.rental_row input[type="submit"]:focus, .rental_plugin input[type="submit"]:focus,
.rental_row input[type="submit"]:hover, .rental_plugin input[type="submit"]:hover {
    text-decoration: none !important;
}
 .rental_row h1, .rental_plugin h1{
    font-size: 30px;
    line-height: 40px;
    padding: 0;
    margin: 0;
}
.rental_row h2, .rental_plugin h2{
    font-size: 26px;
    line-height: 36px;
    padding: 0;
    margin: 0;
}
.rental_row h3, .rental_plugin h3{
    font-size: 22px;
    line-height: 32px;
    padding: 0;
    margin: 0;
}
.rental_row h4, .rental_plugin h4{
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin: 0;
}
.rental_row h5, .rental_plugin h5{
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 0;
}
.rental_row h6, .rental_plugin h6{
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
.rental_row {
    max-width:1200px !important;
    margin-left: auto;
    margin-right: auto;
}
 .rental_row:after, .rental_col:after, .rental_clr:after, .rental_group:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }


.rental_row, div.clear { padding-bottom: 24px; } /* set according to preference*/

.rental_row input[type=text],
.rental_row input[type=email],
.rental_row input[type=url],
.rental_row input[type=password],
.rental_row input[type=search],
.rental_row input[type=number],
.rental_row input[type=tel],
.rental_row input[type=date],
.rental_row input[type=month],
.rental_row input[type=week],
.rental_row input[type=time],
.rental_row input[type=datetime],
.rental_row input[type=datetime-local],
.rental_row input[type=color],
.rental_row select,
.rental_row textarea {
    line-height: 1;
    padding: 10px;
    border: 1px solid #bbb;

}
.rental_row select{
    padding-right: 30px;
}
.rental_row input[type=checkbox], .rental_row input[type=radio] {
    vertical-align: middle;
}
.rental_row table {
    border: 0.1rem solid #dcd7ca;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 1.6rem;
    margin: 4rem 0;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}
.rental_col {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
    .rental_col {
      margin-right: 2%;
     }


}

.rental_col.rental_col_last { margin-right: 0; }
.rental_col:last-child { margin-right: 0; }


@media (min-width: 768px) {
	.rental_span_1 { width: 6.5%; }
	.rental_span_2 { width: 15.0%; }
	.rental_span_3 { width: 23.5%; }
	.rental_span_4 { width: 32.0%; }
	.rental_span_5 { width: 40.5%; }
	.rental_span_6 { width: 49.0%; }
	.rental_span_7 { width: 57.5%; }
	.rental_span_8 { width: 66.0%; }
	.rental_span_9 { width: 74.5%; }
	.rental_span_10 { width: 83.0%; }
	.rental_span_11 { width: 91.5%; }
	.rental_span_12 { width: 100%; }


}

.rental_row-flex {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.rental_col-flex{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.rental_col_12 {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px){
    .rental_col_6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.rental_searchform .fullinput, .rental_searchform .rental_calendar, .rental_searchform .rental_calendar {

    height: 50px;
    font-size: 16px;
    padding: 10px 15px;
    /*border: 0;*/
    border-radius: 3px !important;
}

.rental_searchform input::-webkit-input-placeholder { /* Edge */
  color: #231F20;
}

.rental_searchform input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #231F20;
}

.rental_searchform input::placeholder {
  color: #231F20;
}
.rental_pickup_location, .rental_dropoff_location{
	width: 100%;
    font-size: 16px !important;
    font-weight: 500;
    padding-left: 55px !important;
	-o-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ffffff url(https://rent.advantage.com/wp-content/uploads/2020/12/location-marker-2.svg) no-repeat 15px center!important;
	margin-bottom: 10px;
	border-radius: 3px !important;
}
.rental_pickup_location.fullinput.custom_selectbox, .rental_dropoff_location.fullinput.custom_selectbox{
    padding-left: 52px !important;
    background: #ffffff url(https://rent.advantage.com/wp-content/uploads/2020/12/location-marker-2.svg) no-repeat 15px center!important;
    background-size: 20px 22px !important;
    color: #231F20;
}
.rental_datepicker_line{
	margin-bottom: 10px;
	display: flex;
}
.rental_calendar{
	background: #ffffff url(https://rent.advantage.com/wp-content/uploads/2020/12/calendar-1.svg) no-repeat 15px center !important;
}
.rental_datepicker_line.clearfix input.rental_pickup_date, .rental_datepicker_line.clearfix input.rental_dropoff_date {
    width: calc(100% - 25%)!important;
    padding-left: 55px !important;
	margin-right: 15px;
    border-radius: 0 !important;
}
@media (max-width: 767px){
    .rental_datepicker_line.clearfix input.rental_pickup_date, .rental_datepicker_line.clearfix input.rental_dropoff_date {
        width: calc(100% - 40%)!important;
    }
}
.rental_datepicker_line.clearfix select.rental_pickup_time.rental_time, .rental_datepicker_line.clearfix select.rental_dropoff_time.rental_time {
    width: auto !important;
    background: #ffffff url(https://rent.advantage.com/wp-content/uploads/2020/12/clock-1.svg) no-repeat 15px center!important;
    flex: 1;
	-o-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    opacity: 1;
   /* border:0;*/
    padding-left: 55px;
    font-size: 16px;
    border-radius: 0 !important;
}

.rental_plugin .rental_searchform.rental_longform .rental_company_logo {
    display: none !important;
}
.field-row{
	display:flex;
    margin-top: 10px;
}
.group-row {
    flex-direction: column;
}
.group-row input[type=text]{
    margin-bottom: 15px;
}

.discountinput{
	flex: 1;
	margin-right: 15px !important;
	padding-left: 20px !important;
    padding-right: 20px !important;

}
.corporateinput{
	flex: 1;
	padding-left: 20px !important;
    padding-right: 20px !important;

}
.rental_button.rental_reservation_search_button {
    margin-top: 10px !important;
    color: #fff;
    text-transform: uppercase !important;
    border-radius: 3px!important;
    font-weight: 700;
    padding: 13px 40px !important;
}
.rental_error{
	margin-top: 15px;
}
.rental_header {
    display: flex;
	align-items: center;
    justify-content: space-around;
	margin-top: 0;
    padding-bottom: 0 !important;
    margin-bottom: 30px;
}
.rental_header .rental_col.rental_span_3 {
    border: 1px solid #dddddd;
    margin: 0;
    flex: 1;
    padding: 12px;
    text-align: center;
    border-right: 0;
}
.rental_header .rental_col.rental_span_3:last-child {
    border-right: 1px solid #dddddd;
}

.rental_header .rental_col.rental_span_3 a {
    color: #1D376C;
}
.rental_header .rental_col.rental_span_3, .rental_header .rental_col.rental_span_3 a {
    color: #55565A!important;
    font-size: 16px;
    font-weight: 400;
}
.rental_header .rental_col.rental_span_3.active {
    color: #0063A7!important;
    background: #ffffff !important;
    text-decoration: underline;
}
.col_itinerary{
	/* background-color: #fafafa; */
	padding:0 !important;
    position: relative;
    border-radius: 5px;
}
.col_itinerary h4{
	margin-bottom: 5px !important;
    font-size: 18px;
    font-weight: 500;
    /*border-bottom: 1px solid #000;*/
    margin-top: 0 !important;
    padding-bottom: 8px;
}
.col_itinerary .rental_itinfo{
	margin-bottom: 20px !important;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.col_itinerary .rental_itinfo strong {
	font-weight: 500;
    text-decoration: none;
}
.col_itinerary .rental_itinfo a {
    text-decoration: underline;
    font-weight: 500;
}
.col_itinerary .rental_itinfo:last-child{
	margin-bottom: 0 !important;
}
.col_itinerary .booking{
    position: relative;
    padding: 20px 20px 30px;
}
.col_itinerary .booking_update{
    position: relative;
    padding: 50px 20px 20px;
}
.col_itinerary .booking_update:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 30px;
    background-color: #ffffff;
}
.rental_col.col_itinerary.rental_span_3 {
    margin-top: 25px;
}
.rental_col.col_itinerary.mtop3xx {
    margin-top: 45px;
}
.rental_row > .rental_col > .rental_rowinfo {
    padding: 35px 0;
    border-bottom: 1px solid #dddddd;
}

.rental_row > .rental_col > .rental_rowinfo .rental_image img {
    width: 100%;
	height: auto;
	margin-bottom: 15px;
    padding-right: 20px;
}
.rental_row > .rental_col > .rental_rowinfo .rental_image .rental_opt_row {
    text-align: center;
}

.rental_row > .rental_col > .rental_rowinfo > .rental_desc > .rental_info .rental_classdesc{
    margin-top: 0 !important;
	margin-bottom: 0 !important;
	color: #231F20;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}
/*.rental_row > .rental_col > .rental_rowinfo > .rental_desc > .rental_info .rental_modeldesc{
	margin-top: 10px !important;
	margin-bottom: 20px !important;
	color: #C2C3C6 !important;
}*/
.rental_row > .rental_col > .rental_rowinfo > .rental_desc > .rental_info .rental_price{
    font-size: 24px !important;
    font-weight: 700;
    margin-bottom: 0 !important;
}
.rental_price{
    color: #5c87b1 !important;
}
/*.rental_row > .rental_col > .rental_rowinfo > .rental_desc > .rental_info .rental_total{
	margin-bottom: 25px !important;
	color: #C2C3C6 !important;
}*/
a{
	transition: all 0.3s ease-in-out;
}
.rental_button.rental_select_price_button {
    background-color: #272a68;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 12px 40px !important;
    border-radius: 3px !important;
    text-transform: uppercase;
}
/* .rental_button.rental_select_price_button:hover, .rental_button.rental_select_price_button:focus, .rental_button.rental_select_price_button:active {
    background-color: #15184a;
} */
.rental_button:hover, .rental_buttons:hover {
    background-color: #15184a;
}
.rental_rowinfo .rental_desc .rental_image img {
    width: 100%;
	height: auto;
}


.rental_rowinfo .rental_desc .top_title {
    margin-left: 0 !important;
    margin-left: 42.5% !important;
    margin-top: -75px !important;
    margin-bottom: 0 !important;
    height: auto !important;
}

.rental_button {
    padding: 13px 40px !important;
    color: #fff;
	box-shadow: none !important;
    border: 0 !important;
    background: #272A68;
    border-radius: 3px !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;


}
.rental_button:hover{
	background-color: #15184a;
}
.rental_extra button.rental_button.rental_apply_coupon_button {
    margin-top: 0 !important;
}

label.rental_extra_line {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    border-bottom: 1px dashed #dddddd;
    width: 100%;
    display: block;
    color: #646466!important;
    font-size: 16px;
    font-weight: 400;
}
.rental_extra .rental_extra_line input[type=checkbox] {
    width: 13px;
    min-width: 13px;
    height: 13px;
}
.rental_calculate {
	margin-top: 10px;
}
.rental_extra {
    margin-bottom: 20px;
}

.rental_extra .fullinput {
    width: 100% !important;
    height: 50px !important;
    padding: 10px 20px !important;
    border-radius: 3px !important;
    border: 1px solid rgba(143, 146, 145, 0.15)!important;
    font-size: 16px !important;
}

.rental_extra .rental_calcrow {
    padding-bottom: 17px !important;
    padding-top: 17px !important;
    margin-bottom: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 16px;
    font-weight: 400;
    color: #646466;
    border-bottom: 1px solid #EFEFEF;
}

.rental_extra .rental_calcrow .rental_calcrow_n {
    flex: 1;
}
.rental_extra .rental_calcrow .rental_calcrow_p {
    text-align: right;
}
.rental_extra p ~ #rental_mileage {
    margin-top: 15px;
}

.rental_row .rental_rowinfo.rent_opt_box .top_title {
    margin-left: 0 !important;
    margin-left: 42.5% !important;
    margin-top: -50px !important;
    margin-bottom: 20px !important;
}
.rental_row.reservation-page .rental_rowinfo.rent_opt_box .top_title, .rental_row.rental-option-page .rental_rowinfo.rent_opt_box .top_title{
    margin-left: 34% !important;
}
.rental_row .rental_rowinfo.rent_opt_box .top_title h2{
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    color: #231F20;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
.rental_row .rental_rowinfo.rent_opt_box .top_title h6{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    color: #C2C3C6;
    font-weight: 400;
}
.rental_row .rental_rowinfo.rent_opt_box .top_title h6:empty{
    display: none;
}
.rental_rowinfo.clearfix.rent_opt_box {
    padding-top: 0px !important;
    border-bottom: 0 !important;
}
.rental_info .rental_extra {
    border: 1px solid #EFEFEF;
    padding: 25px 30px;
    border-radius: 10px;
}

.rental_info .rental_extra h3{
    color: #231F20;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px
}
.rental_extra .rental_calcrow  .rental_calcrow_n {
    flex: 1;
}
.rental_extra .rental_calcrow  .rental_calcrow_p {
    text-align: right;
}
.rental_extra  h3{
    margin-top: 20px !important;
}
.rental_extra  h3:first-of-type{
    margin-top: 0 !important;
}
h3.pyr {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}
.rental_extra .rental_inputline{
    color: #55565A;
    font-size: 16px;
    font-weight: 400;
}
.rental_extra .rental_inputline label{
    color: #55565A;
    font-size: 16px;
    font-weight: 400;
}


.rental_checkoutform  input.text, .rental_checkoutform  input.title, .rental_checkoutform  input[type=email], .rental_checkoutform  input[type=password], .rental_checkoutform  input[type=tel], .rental_checkoutform  input[type=text], .rental_checkoutform  select, .rental_checkoutform  textarea {
    background-color: #fff;
    border: 1px solid rgba(143, 146, 145, 0.15)!important;
    padding: 2px;
    color: #4e4e4e;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    padding: 10px 20px;
    margin-top: 5px !important;
}


.rental_place_reservation_button {
    background-color: #272a68;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    line-height: 1;
    border: 0 !important;
    box-shadow: none !important;
}
.rental_place_reservation_button:hover, .rental_place_reservation_button:focus, .rental_place_reservation_button:active {
    background-color: #15184a;
}
.rental_button.rental_checkbox_custom_button{
    margin-top: 15px !important;
    background: transparent !important;
    background-color: transparent !important;
    font-size: 16px;
    text-transform: initial;
    font-weight: 400;
}
.location-not-found-error {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #e03a3a !important;
    margin-bottom: 15px !important;
}

.rental_row.mtop-30.rental_row {
    /*margin-top: 0 !important;*/
    /* padding-top: 100px; */
     padding-top: 50px;
}

@media (max-width: 767px) {
    .rental_header {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .rental_header .rental_col.rental_span_3 {
        border-right: 1px solid #ddd;
    }
    .rental_row .rental_rowinfo.rent_opt_box .top_title {
        margin-left: 0 !important;
        height: auto !important;
    }
    .rental_row.reservation-page .rental_rowinfo.rent_opt_box .top_title, .rental_row.rental-option-page .rental_rowinfo.rent_opt_box .top_title{
        margin-left: 0 !important;
    }
    .rental_desc .rental_image{
        margin-bottom: 20px !important;
    }
    .rental_header {
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-top: 20px;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .rental_rowinfo .rental_desc .top_title {
        margin-top: -75px !important;
        margin-bottom: 20px !important;
        margin-left: 0 !important;
        height: auto !important;
    }
    .rental_desc .rental_image{
        margin-bottom: 20px !important;
    }
    button.rental_button.rental_request_reservation_button {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .field-row {
        flex-wrap: wrap;
    }
    .discountinput {
        max-width: 100%;
        flex: 0 0 100%;
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
    .corporateinput {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .rental_row > .rental_col > .rental_rowinfo .rental_image img {
        padding-right: 0;
    }
}
.rental_termsandconditions {
    overflow-y: scroll;
    border: 1px solid rgba(143, 146, 145, 0.15);
    padding: 20px;
    padding-top: 5px;
    color: #55565A;
    font-size: 13px !important;
    font-weight: 400;
    height: 190px;
    margin-bottom: 15px;
    box-shadow: none;
}
.rental_termsandconditions h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px !important;
}
.rental_termsandconditions p{
    font-size: 13px !important;
    line-height: 1.5;
    color: #55565A;
}
.rental_termsandconditions p:empty{
    display: none;
}
button.rental_button.rental_reservation_search_button {
    margin: 0 auto;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.arv_itinfo {
    margin-top: 24px;
}
.policy_text h3 {
    margin-bottom: 0px;
    margin-top: 32px;
}
.rental_error span {
    box-shadow: 0 0 6px 0 #d4d4d4;
    padding: 10px;
    display: block;
    border-top: 2px solid red;
}

.rental_inputline.clearfix {
    margin-bottom: 20px;
}
.rental_termsandconditions + .rental_inputline{
    margin-bottom: 0;
}
.rental_termsandconditions + .rental_inputline + p{
    margin-top: 5px!important;
    font-size: 10px;
    color: #C2C3C6;
    font-weight: 400;
}
.rental_checkoutform {
    margin-top: 21px;
}

label.rental_button.rental_checkbox_custom_button:hover {
    background: none !important;
    color: #000 !important;
}

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

.rental_header{
    border-radius: 0 !important;
}
.rental_header .rental_col {
    border-radius: 0 !important;
}
.error, .rental_extra .rental_checkoutform .error{
    color: red !important;
    display: block;
}
.rental_row label .error
{
    color: red;
}
/*
.rental_itinfo strong {
    border-bottom: 1px solid #fff;
}*/
.rental_itinfo_discount{
    text-align: left;
}
.rental_itinfo strong {
    /* border-bottom: 1px solid #fff; */
    text-decoration: underline;
}

.rental_row.mtop-30.rental_row{background: #fff;}
.rental_info.rental_col.rental_col_last.rental_info.rental_col.rental_span_7.col_last{margin-top: 0px;}
/* .rental_row{background: #fff;} */


.cancel-page {
    max-width: 1200px !important;
    width: 100%;
    /* background: #fff; */
    padding: 30px 30px;
    text-align: center;
}
.cancel-page .order-cancel-text{
    margin-bottom: 15px;
    text-align: center;
}
.cancel-page h1 {
    margin-top: 0!important;
    margin-bottom: 15px !important;
}
.cancel-page h2 {
    margin-top: 0!important;
    margin-bottom: 15px !important;
}
.cancel-page .field-button {
    display: flex;
    justify-content: center;
}
.cancel-page  .group-row {
    flex-direction: column;
    max-width: 300px;
    justify-content: center;
    margin: 15px auto 0;
}
.fl-myaccount-chnge-pwd .rental-view-page a.myaccount_edit,.fl-myaccount-chnge-pwd .rental-view-page a.myaccount_view{
    position: relative;
    font-size: initial;
    top: 0;
    left: 0;
    margin: 0 5px;
    color: #000;
    border-bottom: 3px solid #03d8be;
}
.fl-myaccount-chnge-pwd .rental-view-page a.myaccount_edit:before,.fl-myaccount-chnge-pwd .rental-view-page a.myaccount_view:before{
    content: '';
    display: none;
}
.view-edit{
    display: inline-block;
    margin-left: 10px;
}
.myTable11 .results td a{
    color: #000;
    border-bottom: 3px solid #03d8be;
    font-size: 14px;
    margin: 0 4px 5px;
    display: inline-block;
    float: left;
}
.page-id-3128 .fl-myaccount-chnge-pwd .rental-portal-right-content .tabcontent table.dataTable thead th.pick-loc{
    width: 150px !important;
}
.page-id-3128 .fl-myaccount-chnge-pwd .rental-portal-right-content .tabcontent table.dataTable thead th.pick-date{
    width: 100px !important;
}
.page-id-3128 .fl-myaccount-chnge-pwd .rental-portal-right-content .tabcontent table.dataTable thead th.pick-con{
    width: 120px !important;
}

@media (max-width: 767px) {
    .cancel-page .field-button {
        flex-wrap: wrap;
    }
    .cancel-page .field-button .field-row {
        margin-bottom: 10px;
    }
}
@media (min-width: 1600px) {
    .page-id-3128 .fl-myaccount-chnge-pwd .rental-portal-right-content .tabcontent table.dataTable thead th.pick-loc{
        width: 200px !important; 
    }
}

/* Login Page Start*/
#loginform {
    /* background: #fff; */
    padding: 40px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fbfbfb;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.20), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 20px;
}
#loginform label {
    display: block;
    margin-bottom: 2px;
}
#loginform input[type=text], #loginform input[type=password]{
    width: 100%;
    line-height: 1;
    padding: 10px;
    border: 1px solid #bbb;
}
#loginform .login-submit {
    margin-top: 15px;
}
/* #loginform input[type=submit] {
    border: var(--button--border-width) solid transparent;
    border-radius: var(--button--border-radius);
    cursor: pointer;
    font-weight: var(--button--font-weight);
    font-family: var(--button--font-family);
    font-size: var(--button--font-size);
    line-height: var(--button--line-height);
    padding: var(--button--padding-vertical) var(--button--padding-horizontal);
    text-decoration: none;
    background: #03d8be !important;
    color: #ffffff !important;
    padding: 14px 40px !important;
    box-shadow: none !important;
    border: 0 !important;
}
#loginform input[type=submit]:hover {
        background: #242838 !important;
        color: #ffffff !important;
} */
#loginform input[type=checkbox]{
    vertical-align: text-bottom;
}

@media (max-width: 767px) {
    #loginform {
        padding: 30px;
    }
}

/* Register Page Start */
.rental-register-page {
    padding: 40px;
}
.rental-register-page #rentalregister {
    padding: 40px;
    border: 1px solid #fbfbfb;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.20), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    max-width: 550px;
    margin: 0 auto;
}

.rental-register-page #rentalregister input[type=text],
.rental-register-page #rentalregister input[type=email],
.rental-register-page #rentalregister input[type=url],
.rental-register-page #rentalregister input[type=password],
.rental-register-page #rentalregister input[type=search],
.rental-register-page #rentalregister input[type=number],
.rental-register-page #rentalregister input[type=tel],
.rental-register-page #rentalregister input[type=date],
.rental-register-page #rentalregister input[type=month],
.rental-register-page #rentalregister input[type=week],
.rental-register-page #rentalregister input[type=time],
.rental-register-page #rentalregister input[type=datetime],
.rental-register-page #rentalregister input[type=datetime-local],
.rental-register-page #rentalregister input[type=color],
.rental-register-page #rentalregister .site textarea {
    width: 100%;
}
.rental-register-page #rentalregister input[type=text],
.rental-register-page #rentalregister input[type=email],
.rental-register-page #rentalregister input[type=url],
.rental-register-page #rentalregister input[type=password],
.rental-register-page #rentalregister input[type=search],
.rental-register-page #rentalregister input[type=number],
.rental-register-page #rentalregister input[type=tel],
.rental-register-page #rentalregister input[type=date],
.rental-register-page #rentalregister input[type=month],
.rental-register-page #rentalregister input[type=week],
.rental-register-page #rentalregister input[type=time],
.rental-register-page #rentalregister input[type=datetime],
.rental-register-page #rentalregister input[type=datetime-local],
.rental-register-page #rentalregister input[type=color],
.rental-register-page #rentalregister textarea {
    line-height: 1;
    padding: 10px;
    border: 1px solid #bbb;

}

.rental-register-page .input-form-group{
    margin-bottom: 15px;
}
.rental-register-page #rentalregister input:focus {
    outline:0;
}
.rental-register-page .input-form-group p{
    font-size: 16px;
    line-height:24px;
}
.rental-register-page .error {
    font-size: 15px;
}
/* .rental-register-page .rental_button{
    background-color: var(--global--color-primary) !important;
    color: #ffffff !important;
}

.rental-register-page .rental_button:hover {
    background-color: #15184a !important;
    color: #ffffff !important;
} */

@media (max-width: 767px) {
    .rental-register-page {
        padding: 20px;
    }
    .rental-register-page #rentalregister {
        padding: 20px;
    }
}

/* Reservation Edit Page Start */
.rental-reservation-edit-page{
    padding: 40px;
}
.rental-reservation-edit-form{
    max-width: 550px;
    padding: 40px;
    margin: 0 auto;
    border: 1px solid #fbfbfb;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.20), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.rental-reservation-edit-form input[type=text],
.rental-reservation-edit-form input[type=email],
.rental-reservation-edit-form input[type=url],
.rental-reservation-edit-form input[type=password],
.rental-reservation-edit-form input[type=search],
.rental-reservation-edit-form input[type=number],
.rental-reservation-edit-form input[type=tel],
.rental-reservation-edit-form input[type=date],
.rental-reservation-edit-form input[type=month],
.rental-reservation-edit-form input[type=week],
.rental-reservation-edit-form input[type=time],
.rental-reservation-edit-form input[type=datetime],
.rental-reservation-edit-form input[type=datetime-local],
.rental-reservation-edit-form input[type=color],
.rental-reservation-edit-form textarea {
    line-height: 1;
    padding: 10px;
    border: 1px solid #bbb;

}
.date-time-group{
    display: flex;
    margin-bottom: 15px;
}
.date-time-group select{
    margin-left: 15px !important;
}
.date-time-group .datepicker{
    flex:1;
}

.rental-reservation-edit-form .availability-link{
    margin-top: 15px;
}
.rental-reservation-edit-page .carclassresult .rental_col.rental_span_9{
    width: 100%;
    margin-top: 40px;
    border-top: 1px solid #d6d6d6;
}
.rental-reservation-edit-page .carclassresult .rental_row > .rental_col > .rental_rowinfo {
    display: flex;
    padding: 20px 0;
}
.rental-reservation-edit-page .carclassresult .rental_row > .rental_col > .rental_rowinfo .rental_button_row{
    flex: 0 0 25px;
    margin-right: 15px;
}
.rental-reservation-edit-page .carclassresult .rental_row > .rental_col > .rental_rowinfo .rental_desc{
    padding-bottom: 0;
    display: flex;
    width: 100%;
}

.rental-reservation-edit-page .carclassresult .rental_col.rental_span_9 input[type=submit]{
    margin-top: 20px;
}
.rental-reservation-edit-page .carclassresult .rental_row > .rental_col > .rental_rowinfo .rental_desc .rental_classdesc{
    font-size: 20px;
    line-height: 28px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
}
.rental-reservation-edit-page .carclassresult .rental_row > .rental_col > .rental_rowinfo > .rental_desc > .rental_info .rental_modeldesc {
    margin-bottom: 5px !important;
    margin-top: 0 !important;
}
.rental-reservation-edit-page .carclassresult .rental_row > .rental_col > .rental_rowinfo > .rental_desc > .rental_info .rental_price {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-top: 0;
}
.rental-reservation-edit-page .carclassresult .rental_row > .rental_col > .rental_rowinfo .rental_desc .rental_info .rental_total {
    margin-bottom: 15px !important;
    font-size: 20px;
    line-height: 28px;
}
@media (min-width: 768px){
    .rental-reservation-edit-page .carclassresult .rental_col.rental_span_9{
        width: 100%;;
    }
    .rental-reservation-edit-page .carclassresult .rental_row > .rental_col > .rental_rowinfo .rental_desc .rental_span_5 {
        width: 100%;
        flex: 0 0 140px;
        max-width: 140px;
    }
    .rental-reservation-edit-page .carclassresult .rental_row > .rental_col > .rental_rowinfo .rental_desc .rental_span_7 {
        width: 100%;
        flex: 1;
    }
}
/* Reservation Edit Page End */
select:focus {
    outline: none !important;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus {
    outline: none !important;
}
input[type=radio]:checked:focus {
    outline: none !important;
}
input[type=radio]:focus {
    outline: none !important;
}
form.confirmview {
    display: inline-block;
    width: 500px;
    margin: 40px;
}

.reservation_div {
    margin: 50px 0;
    border: 1px solid #fbfbfb;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.20), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    padding: 25px;
}
@media (max-width: 767px){
    .reservation_div {
        padding: 15px;
    }
}
.reservation_div div.form-group {
    margin: 10px 0;
}

.reservation_div div.form-group label:after {content: ":";}

/* View Page Start */
.rental-view-page{
    margin: 0;
}
.rental-view-page input{
    width: 100%;
    line-height: 1;
    padding: 10px;
    border: 1px solid #bbb;
}
.rental-view-page .confirmview .reservation_div{
    margin: 0 0 30px;
}

.rental-view-page .confirmview .reservation_div:last-child{
    margin: 0;
}
.rental-view-page .confirmview .reservation_div .rental-view-heading{
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    align-items: center;
    justify-content:space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.rental-view-page .confirmview .reservation_div .rental-view-heading h3{
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}
.rental-view-page .confirmview .reservation_div .rental-view-heading a{
    font-weight: 600;
}
.rental-view-page .confirmview .reservation_div .rental-view-heading a:hover{
    text-decoration: underline;
}
.rental-view-page .confirmview .reservation_div .profile-edit{
    position: relative;
}
.rental-view-page .confirmview .reservation_div .cancel-close{
    display: block;
    float: right;
    border: 1px solid #ccc;
    font-weight: 600;
    color: #a7a7a7;
    width: 24px;
    text-align: center;
    line-height: 25px;
    height: 25px;
    text-decoration: none;
}
.rental-view-page .confirmview .reservation_div .cancel-close:hover{
    border: 1px solid #000;
    background-color: #000;
    color: #ffffff;
}
.rental-view-page .confirmview .reservation_div .rental-success-error{
    color: #00af5e;
    margin-bottom: 10px;
}
.rental-view-page .confirmview .reservation_div .rental-success-error:empty{
    display:none;
}
.rental-view-page .confirmview .reservation_div .profile-edit td .rental_button{
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.rental-view-page .confirmview .reservation_div table{
    margin: 0 !important;
}
.rental-view-page .confirmview .reservation_div.confirmation-no-div table .confirm-no-label{
    width: 105px;
    white-space: nowrap;
}
.rental-view-page .confirmview .reservation_div.confirmation-no-div table .confirm-no-value{
    width: 200px;
}
.rental-view-page .confirmview .reservation_div.confirmation-no-div table .status-label{
    width: 55px;
    white-space: nowrap;
}
.rental-view-page .confirmview .reservation_div.confirmation-no-div table .status-value{
    width: 200px;
}
.rental-view-page .confirmview .reservation_div input[type="submit"]{
    width:auto;
}
.rental-view-page form.confirmview {
    display: block;
    width: 100%;
    margin: 0;
    padding: 40px;
}
.rental-view-page .confirmview table{
    border: 0 !important;
}
.rental-view-page .confirmview table th, .rental-view-page .confirmview table td{
    font-size: 16px !important;
    line-height:24px !important;
    border: 0 !important;
    padding: 0.5em !important;
}
.rental-view-page .confirmview table td:first-child{
    padding-left: 0 !important;
    width:30%;
}
.rental-view-page .confirmview table td:last-child{
    padding-right: 0 !important;
    width:70%;
}
.rental_row input[type="checkbox"]:checked::before {
    content: none;
}
.rental_row input[type=checkbox]{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    position: inherit;
    margin-right: 5px;
    width: 13px;
    min-width: 13px;
    height: 13px;
}
/* View Page End */

.rental_row-back-btn{
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px !important;
}

/* Reset Password */
#sc-password {
    max-width: 550px;
    margin: 0 auto;
}
#sc-password input[type=text], #sc-password input[type=email], #sc-password input[type=url], #sc-password input[type=password], #sc-password input[type=search], #sc-password input[type=number], #sc-password input[type=tel], #sc-password input[type=date], #sc-password input[type=month], #sc-password input[type=week], #sc-password input[type=time], #sc-password input[type=datetime], #sc-password input[type=datetime-local], #sc-password input[type=color], #sc-password .site textarea {
    width: 100%;
    line-height:1;
    padding:10px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 100px;
}
#sc-password .input-form-group {
    margin-bottom: 15px;
}
#sc-password p:empty {
    display: none
}
/* Reset Password End*/
/* Rental Portal Srart */
.rental_row.rental-portal-row{
    background: transparent;
}
.rental_row.rental-portal-row h1,
.rental_row.rental-portal-row h2,
.rental_row.rental-portal-row h3,
.rental_row.rental-portal-row h4,
.rental_row.rental-portal-row h5,
.rental_row.rental-portal-row h6,
.rental_row.rental-portal-row p,
.rental_row.rental-portal-row a,
.rental_row.rental-portal-row span,
.rental_row.rental-portal-row th,
.rental_row.rental-portal-row td,
.rental_row.rental-portal-row input,
.rental_row.rental-portal-row textarea,
.rental_row.rental-portal-row label,
.rental_row.rental-portal-row button{
    font-family: 'Poppins', sans-serif !important;
}
.rental-portal-sidebar{
    color: #242838;
    background-color: #F3F8FF;
    padding: 40px 32px;
    border-radius: 10px;
}
@media (min-width: 768px) and (max-width:991px){
    .rental-portal-sidebar{
        width:100% !important;
        display: flex !important;
        align-items: center !important;
        margin-bottom: 20px;
    }
    .rental-portal-sidebar ul {
        display: flex !important;
    }
    .rental-portal-sidebar .rental-user-detail {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .rental-user-detail .rental-user-detail h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .rental-portal-sidebar .rental-user-detail p {
        font-size: 14px;
        line-height: 1.5;
    }
}
@media (max-width: 767px){
    .rental-portal-sidebar{
        margin-bottom: 30px;
    }
}

.rental-portal-sidebar .rental-user-detail {
    padding: 0 30px;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width:991px){
    .rental-portal-sidebar .rental-user-detail {
        border-bottom: 0;
        padding-bottom: 0;
    }
}
.rental-portal-sidebar .rental-user-detail h4{
    font-weight: 700;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
}
@media (min-width: 768px) and (max-width:991px){
    .rental-portal-sidebar .rental-user-detail h4 {
        font-size: 18px;
        line-height: 24px;
    }

}
.rental-portal-sidebar .rental-user-detail p{
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
}
@media (min-width: 768px) and (max-width:991px){
    .rental-portal-sidebar .rental-user-detail p {
        font-size: 14px;
        line-height: 1.5;
    }
}
.rental-portal-sidebar ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
@media (min-width: 768px) and (max-width:991px){
    .rental-portal-sidebar ul {
        display: flex !important;
    }
}
.rental-portal-sidebar ul > li{
    position: relative;
    padding: 0;
    margin: 0;
}
.rental-portal-sidebar ul > li > a{
    display: block;
    padding: 12px 30px;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.015em;
    transition: all 0.15s linear;
    font-family: 'Poppins', sans-serif !important;
}
@media (min-width: 768px) and (max-width:991px){
    .rental-portal-sidebar ul > li > a {
        padding: 10px 15px;
        font-size: 16px;
    }
}
.rental-portal-sidebar ul > li > a:hover, .rental-portal-sidebar ul > li > a:focus, .rental-portal-sidebar ul > li.active > a{
    background-color: #8bdbad;
    color: #ffffff;
    text-decoration: none !important;
}
.rental-portal-right-content {
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid #F2F4F6;
    border-radius: 10px;
}
@media (min-width: 768px) and (max-width:991px){
    .rental-portal-right-content {
        width:100% !important;
    }
}
@media (max-width: 767px){
    .rental-portal-right-content {
        padding: 20px;
        border-radius: 10px;
    }
}
.rental-portal-right-content input[type=text],
.rental-portal-right-content input[type=email],
.rental-portal-right-content input[type=url],
.rental-portal-right-content input[type=password],
.rental-portal-right-content input[type=search],
.rental-portal-right-content input[type=number],
.rental-portal-right-content input[type=tel],
.rental-portal-right-content input[type=date],
.rental-portal-right-content input[type=month],
.rental-portal-right-content input[type=week],
.rental-portal-right-content input[type=time],
.rental-portal-right-content input[type=datetime],
.rental-portal-right-content input[type=datetime-local],
.rental-portal-right-content input[type=color],
.rental-portal-right-content textarea {
    line-height: 1;
    padding: 10px;
    border: 1px solid #bbb;
}
.rental-portal-right-content .tablinks{
    background-color: #F3F8FF;
    color: #242838;
    font-weight: 600 !important;
    padding: 16px 30px;
    display: inline-block;
    border-radius: 117px;
    margin-right: 5px;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.015em;
    border: 0;
    text-transform: capitalize;
    text-decoration: none;
    font-family: 'Poppins', sans-serif !important;
}
@media (max-width: 767px){
    .rental-portal-right-content .tablinks{
        display: block;
        margin-right: 0;
        border-radius: 15px;
        margin-bottom: 7px;
    }
}
.rental-portal-right-content .tablinks.active, .rental-portal-right-content .tablinks:hover{
    background-color: #242838;
    color: #ffffff;
    outline: none !important;
    text-decoration: none !important;
}
.rental-portal-right-content .tablinks:focus{
    outline: none !important;
    text-decoration: none !important;
}
@media (max-width: 767px){
    .rental-portal-right-content .tablinks{
        padding: 8px 15px;
        font-size: 14px;
    }
}
.rental-portal-right-content .rental-content-heading{
    position: relative;
    font-size: 26px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 36.4px;
}
/* .rental-portal-right-content .rental-content-heading::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: -37px;
    width: 15px;
    height: 100%;
    background-color: #7ba1ea;
}
@media (max-width: 767px){
    .rental-portal-right-content .rental-content-heading::after{
        left: -27px;
    }
} */
.rental-portal-right-content table{
    border: 0 !important;
    text-align: left;
    width: 100%;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    margin: 20px 0 !important;
    font-family: 'Poppins', sans-serif !important;
}
.rental-portal-right-content table th {
    border: 0;
    font-size: 14px;
    background-color: #eef2fb;
    padding: 10px;
    font-weight: bold;
    text-align: left;
    font-family: 'Poppins', sans-serif !important;
}
.rental-portal-right-content table td {
    font-size: 14px;
    padding: 10px 10px;
    vertical-align: middle;
    border: 0;
    text-align: left;
    font-family: 'Poppins', sans-serif !important;
}
.rental-portal-right-content table tbody tr.odd {
    background-color: #ffffff !important;
}
.rental-portal-right-content table tbody tr.even {
    background-color: #f8f9fb !important;
}
@media (max-width: 767px){
    .rental-portal-right-content table.dataTable td,
    .rental-portal-right-content table.dataTable th,
    .rental-portal-right-content table.dataTable li,
    .rental-portal-right-content table.dataTable span{
        font-size: 14px;
        line-height:1.3;
    }
}
.rental-portal-right-content table.dataTable.stripe tbody tr.odd.parent,
.rental-portal-right-content table.dataTable.display tbody tr.odd.parent,
.rental-portal-right-content table.dataTable.stripe tbody tr.even.parent,
.rental-portal-right-content table.dataTable.display tbody tr.even.parent{
    background-color: #d8d8d8 !important;
}
.rental-portal-right-content table.dataTable {
    width: 100% !important;
}
.rental-portal-right-content table.dataTable.display tbody tr.even>.sorting_1, .rental-portal-right-content table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #f8f9fb !important;
}
.rental-portal-right-content table.dataTable.stripe tbody tr.odd, .rental-portal-right-content table.dataTable.display tbody tr.odd {
    background-color: #ffffff !important;
}
/* .rental-portal-right-content table.dataTable.display tbody tr.odd>.sorting_1, .rental-portal-right-content table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #ffffff !important;
} */
.rental-portal-right-content table.dataTable.display tbody tr.odd>.sorting_1, .rental-portal-right-content table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f8f9fb !important;
}

.rental-portal-right-content table.dataTable.stripe tbody tr.odd.parent,
.rental-portal-right-content table.dataTable.display tbody tr.odd.parent,
.rental-portal-right-content table.dataTable.stripe tbody tr.even.parent,
.rental-portal-right-content table.dataTable.display tbody tr.even.parent{
    background-color: #dbe1ef !important;
}
.rental-portal-right-content table.dataTable.display tbody tr.odd.parent>.sorting_1,
.rental-portal-right-content table.dataTable.order-column.stripe tbody tr.odd.parent>.sorting_1,
.rental-portal-right-content table.dataTable.display tbody tr.even.parent>.sorting_1,
.rental-portal-right-content table.dataTable.order-column.stripe tbody tr.even.parent>.sorting_1 {
    background-color: #dbe1ef !important;
}
.rental-portal-right-content table.dataTable>tbody>tr.child ul.dtr-details>li {
    display: flex;
    align-items: center;
}
/* .rental-portal-right-content table.dataTable thead th:first-child, .rental-portal-right-content table.dataTable thead td:first-child {
    min-width: 110px !important;
} */

.rental-portal-right-content table thead th {
    border-bottom: 1px solid #eef2fb;
}
.rental-portal-right-content table.dataTable thead th, .rental-portal-right-content table.dataTable thead td {
    border-bottom: 1px solid #eef2fb;
}
.rental-portal-right-content table.dataTable thead th, .rental-portal-right-content table.dataTable thead td, .rental-portal-right-content table.dataTable td, .rental-portal-right-content table.dataTable th {
    white-space: normal !important;
}
@media (max-width: 767px){
    .rental-portal-right-content table.dataTable th, .rental-portal-right-content table.dataTable td {
        padding: 8px 20px !important;
    }
    .rental-portal-right-content table.dataTable thead .sorting, .rental-portal-right-content table.dataTable thead .sorting_asc, .rental-portal-right-content table.dataTable thead .sorting_desc, .rental-portal-right-content table.dataTable thead .sorting_asc_disabled, .rental-portal-right-content table.dataTable thead .sorting_desc_disabled {
        background-position: center right -3px;
    }
    .rental-portal-right-content table.dataTable.nowrap tbody td {
        white-space: normal;
    }
}
.rental-portal-right-content table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control, .rental-portal-right-content table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
    padding-left: 30px !important;
}
.rental-portal-right-content table.dataTable>tbody>tr.child ul.dtr-details {
    display: block;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.rental-portal-right-content .tabcontent table.dataTable thead th:nth-child(1){
    width:75px !important;
}
.rental-portal-right-content .tabcontent table.dataTable thead th:nth-child(2){
    width:130px !important;
}
.rental-portal-right-content .tabcontent table.dataTable thead th:nth-child(3), .rental-portal-right-content .tabcontent table.dataTable thead th:nth-child(4){
    width:60px !important;
}
.rental-portal-right-content .tabcontent table.dataTable thead th:nth-child(5){
    width:45px !important;
}
/* .rental-portal-right-content .tabcontent table.dataTable thead th:nth-child(6){
    width:90px;
} */
.rental-portal-right-content .dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px;
    height: 28px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
    width: 60px;
}
.rental-portal-right-content .dataTables_wrapper .dataTables_length label {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif !important;
}
.rental-portal-right-content .dataTables_wrapper .dataTables_filter input[type="search"] {
    background-color: transparent;
    margin-left: 3px;
    height: 30px;
    display: unset;
    width: unset;
    padding: 7px 10px;
    font-size: unset;
}
@media (max-width: 767px){
    .rental-portal-right-content .dataTables_wrapper .dataTables_filter input[type="search"] {
        width: 150px;
    }
}
.rental-portal-right-content .dataTables_wrapper .dataTables_filter , .rental-portal-right-content .dataTables_wrapper .dataTables_length{
    margin-bottom: 20px;
}

.rental-portal-right-content  .portal_myaccount_view{
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: bold;
    outline: none;
    font-size: 12px;
    background-color: rgba(123, 161, 235, 0.1);
    border: 1px solid #7ba1eb;
    color: #7ba1eb;
    display: inline-block;
    transition: all 0.15s linear;
}
@media (max-width: 1280px) and (min-width:1200px){
    .rental-portal-right-content  .portal_myaccount_view{
        padding: 5px 7px;
        font-size: 10px;

    }
}
@media (max-width: 1199px) and (min-width: 1135px){
    .rental-portal-right-content  .portal_myaccount_view{
        padding: 4px;
        font-size: 10px;

    }
}
.rental-portal-right-content  .portal_myaccount_view:hover, .rental-portal-right-content  .portal_myaccount_view:focus{
    background-color: #7ba1eb;
    color: #ffffff;
    text-decoration: none !important;
}
.rental-portal-right-content  .portal_myaccount_view + .portal_myaccount_view{
    margin-left: 5px;
}
.rental-portal-right-content  .table-view-edit {
    display: inline-flex;
    align-items: center;
    width: 105px;
}
.rental-portal-right-content .tab {
    border: 0;
    background-color: transparent;
}
.rental-portal-right-content .tabcontent {
    /* display: none; */
    padding: 0;
    border: 0;
    border-top: none;
    padding-top: 20px;
}

.rental-portal-right-content .dataTables_wrapper .dataTables_info {
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
}
.rental-portal-right-content .dataTables_wrapper .dataTables_paginate .paginate_button{
    font-family: 'Poppins', sans-serif !important;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em !important;
    padding: 0.5em 1em !important;
    margin-left: 2px !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px !important;
    padding: 7px 12px !important;
    font-size: 14px !important;
    border-color: #aaa !important;
    background: #fff !important;
}
.rental-portal-right-content .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 7px 12px !important;
    font-size: 14px !important;
    border-color: #aaa !important;
    background: #fff !important;
}
.results td .view-status + .resss{
    float: left;
    font-size: 15px;
    margin-right: 5px;
}
.dtr-details .dtr-data .resss{
    font-size: 12px;
    font-weight: 600;
}
table.dataTable>tbody>tr.child span.dtr-title{
    margin-right: 5px;
}
@media (min-width: 700px){
    .rental-portal-right-content table {
        font-size: 1.8rem;
    }
}
.rental-portal-right-content .edit_registration .rental-register-page{
    padding:0;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 10px -2px #ddd;
}
.rental-portal-right-content .edit_registration .rental-register-page #rentalregister {
    padding: 30px;
    border: none;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: none;
}
.rental-portal-right-content .rental-view-page form.confirmview {
    padding: 0;
    margin-top: 20px;
}
.rental-portal-right-content .reservation_div {
    border: 1px solid #efefef;
    box-shadow: 0px 0px 10px -2px #ddd;
}
.rental-portal-right-content .reservation_div table th {
    background-color: transparent;
}
.rental-portal-right-content .reservation_div table tbody tr:nth-child(even) {
    background-color: transparent;
}
.rental-portal-right-content #sc-password {
    max-width: 100%;
    margin: 0 auto;
}
/* .rental-portal-right-content {
    min-height: 700px;
} */


.rental-responsive-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.rental-responsive-table table * {
    word-break: normal;
    word-wrap: normal;
}


@media (max-width: 767px){
    .rental-view-page .confirmview .reservation_div .rental-responsive-table table tr{
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #ccc !important;
        padding: 10px 0 !important;
    }
    .rental-view-page .confirmview .reservation_div .rental-responsive-table table tr:last-child{
        border-bottom: 0 !important;
    }
    .rental-view-page .confirmview .reservation_div .rental-responsive-table table tr td{
        flex: 0 0 100%;
        width: 100%;
    }
    .rental-view-page .confirmview .reservation_div.confirmation-no-div .rental-responsive-table table .confirm-no-label {
        width: 100%;
    }
    .rental-view-page .confirmview .reservation_div.confirmation-no-div .rental-responsive-table table .confirm-no-value {
        width: 100%;
        padding-bottom: 10px !important;
    }
    .rental-view-page .confirmview .reservation_div.confirmation-no-div .rental-responsive-table table .status-label {
        width: 100%;
        border-top: 1px solid #ccc !important;
        padding-top: 10px !important;
    }
    .rental-view-page .confirmview .reservation_div.confirmation-no-div .rental-responsive-table table .status-value {
        width: 100%;
    }
    .rental-view-page .confirmview .rental-responsive-table table table th, .rental-view-page .confirmview .rental-responsive-table table table td {
        padding: 2px 0 !important;
    }
    .rental-view-page .confirmview .rental-responsive-table table th, .rental-view-page .confirmview .rental-responsive-table table td {
        padding: 2px 0 !important;
    }
}


 .notification-alert{
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 10px 12px;
    margin: 5px 0 15px;
    font-size: 13px;
    line-height: 1.5;
    color: #231F20 !important;
    text-align: left !important;
}
.notification-alert.error-notify{
    border-left-color: #d63638 !important;
}
.notification-alert.success-notify{
    border-left-color: #14a900 !important;
}
.notification-alert:empty{
    display: none;
}
input[readonly]{
    background-color: #f3f3f3 !important;
    pointer-events: none;
}
.rental_header .rental_col.rental_span_3:first-child:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #03D8BE;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: -7px;
}
div#DataTables_Table_0_filter{
    margin-top: 0 !important;
}
.rental_button_row div.buttomhtml {
    display: flex;
    padding-bottom: 10px;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
}
.fl-search-result-page .rental_row>.rental_col>.rental_rowinfo>.rental_desc>.rental_info .rental_button_row.newrow {
    width: 100%;
}

.rental_button_row.newrow div.buttomhtml .rental-middle-main {
    margin: 10px 0px 10px 0px;
}
.fl-search-result-page .rental_row>.rental_col>.rental_rowinfo>.rental_desc>.rental_info .rental_price span.pricesavingday {
    font-size: 14px;
    color: #f30a0a;
}
.fl-search-result-page .rental_row>.rental_col>.rental_rowinfo>.rental_desc>.rental_info .totalsaving {
    font-size: 15px !important;
    line-height: 22.5px !important;
    font-weight: 500 !important;
    color: #C2C3C6;
    font-family: 'Poppins' !important;
    margin-bottom: 0 !important;
        padding-bottom: 10px;
}

.errordate {
    color: #f12727;
    padding: 10px 0px 0px 10px;
}