/*
 Theme Name:   Wp Car Rental Child Theme
 Theme URI:    https://inteligencia-web.com
 Description:  Car Rental Wordpress Theme
 Author:       Inteligencia Web
 Author URI:   https://inteligencia-web.com
 Template:     wp-car-rental
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
:root {
    --rb_primary: #15496e;
    --rb_secondary_text: #84827C;
}
.bra-0 {
    border-radius: 0 !important;
}
#company_logo, #company_logo_retina {
    position: absolute;
}
.navbar-fixed-top #company_logo {
    position: initial;
    height: 55px;
    width: auto !important;
    padding: 0 !important;
}
.wpb_content_element.home_box {
    margin-bottom: -15px;
}
footer#colophon .widget {
    padding-right: 30px;
}
.mb-4 {
    margin-bottom: 16px;
}
.mb-2 {
    margin-bottom: 8px;
}
.p-relative {
    position: relative;
}
.pt-0 {
    padding-top: 0 !important;
}
input {
    max-width: 100%;
}
.d-flex {
    display: flex;
    align-items: center;
}
.space-between {
    justify-content: space-between;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0 !important;
    border-bottom: 1px solid #aaa !important;
    border-radius: 0;
}
/* Car slider */
.custom-responsive-cars-slider .slick-slide {
    transition: all 0.3s ease;
    opacity: 0.5;
    transform: scale(0.7);
}
.custom-responsive-cars-slider .slick-center {
    opacity: 1 !important;
    transform: scale(1) !important;
}
.custom-car-rental-navs-wrap {
    margin: auto;
    display: table;
    position: relative;
}
.custom-car-rental-item-details {
    margin: auto;
    display: table;
    width: 250px;
}
.custom-car-rental-navs {
    display: flex;
    justify-content: space-between;
    width: 400px;
    max-width: calc(94vw);
    margin: -90px -23px;
}
.custom-car-rental-slider-title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bolder;
    color: #00476b;
}
.custom-car-rental-slider-price-from {
    text-transform: uppercase;
}
.custom-car-rental-slider-prev, .custom-car-rental-slider-next {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 6px !important;
    line-height: 45px;
}
@media screen and (max-width: 1199px) {
    .row-reverse-md {
        display: flex;
        flex-direction: column-reverse;
        align-items: baseline;
    }
}
@media screen and (max-width: 991px) {
    .row-reverse-sm {
        display: flex;
        flex-direction: column-reverse;
        align-items: baseline;
    }
}
@media screen and (max-width: 991px) {
    .mt-md-down-3 {
        margin-top: 12px;
    }
}
@media screen and (max-width: 767px) {
    .mt-sm-down-3 {
        margin-top: 12px;
    }
}
/*.underline:after {background-color: white !important;}
.item_list_mileage, .item_list_deposit {text-align: right;}*/
.car-rental-location .slick-slider {
    margin-bottom: 0;
}
.proveedor select {
    width: 100%;
    padding: 5px 5px 6px;
}
.grand_total {
    font-size: 20px;
}
.whats_app {
    position: fixed;
    z-index: 999;
    top: 50%;
    background-color: #34af23;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-animation: whatsapp 0.5s;
    animation: whatsapp 0.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-direction: normal;
    -webkit-animation-direction: normal;
}
.whats_app i {
    color: white;
    padding: 11px;
    font-size: 22px
}
.whats_app:hover {
    background-color: #2f9821;
}
@-webkit-keyframes whatsapp {
    0% {
        left: -50px;
    }
    100% {
        left: 0;
    }
}
@keyframes whatsapp {
    0% {
        left: -50px;
    }
    100% {
        left: 0;
    }
}
/* PayPal */
#paypal-button-container {
    margin: auto;
    display: table;
    min-width: 320px;
}
@media screen and (min-width: 768px) {
    #paypal-button-container {
        min-width: 600px;
    }
}
.payment_methods_2 {
    margin-bottom: 45px;
}
.payment-alert {
    color: #8b0000;
    border-color: #8b0000;
    font-weight: 600;
}
#payment_spinner i {
    animation: rotation 2s infinite linear;
    vertical-align: middle;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
/* Success button */
.check_mark {
    width: 80px;
    height: 130px;
    margin: 0 auto;
}
.sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}
.sa-icon.sa-success {
    border-color: #4CAF50;
}
.sa-icon.sa-success::before, .sa-icon.sa-success::after {
    content: '';
    -webkit-border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}
.sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px;
}
.sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgb(105, 177, 190);
    -webkit-border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}
.sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}
.sa-icon.sa-success {
    border-color: transparent \9;
}
.sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg) \9;
}
.sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg) \9;
}
.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}
@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
.sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
.sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}
@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}
.item-details.item-name {
    background: none !important;
}
/* Lang change */
.lang-form {
    float: right;
}
.lang-form button {
    padding: 0 5px;
    background-color: transparent;
}
/* Step 1 */
.search_form_row.step1.list_form {
    border: 1px solid gainsboro;
    padding: 15px !important;
    margin: auto;
    max-width: max-content;
}
.select2-dropdown {
    width: max-content !important;
}
.search_form_row .pickup-time, .search_form_row .return-time {
    border-left: 0 !important;
}
.search_form_row label {
    cursor: pointer;
}
.search_form_row.step1 .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
/* Step 2 */
.inv-summary-container i {
    font-size: 25px;
}
.inv-summary-container {
    border: 1px solid gainsboro;
    border-radius: 15px;
    padding: 15px;
    color: grey;
}
.sticky-float {
    position: sticky;
    top: 0;
}
#clear_filters {
    cursor: pointer;
}
.results-single-item {
    border: 1px solid gainsboro;
    border-radius: 15px;
}
.single-car-feature {
    background-color: #eaeaea;
    padding: 2px 10px;
    margin-bottom: 5px;
    float: left;
    border-radius: 8px;
}
.recommended-ribbon {
    position: absolute;
    left: -5px;
    right: auto;
    top: -5px;
    background-color: #4CAF50;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: 0 0 7px rgb(32 32 32 / 41%);
}
.car-rental-buttons button:disabled {
    opacity: 0.7;
}
.currency-selector-form select {
    width: 100px;
}
.dropdown-menu.currency-selector li {
    cursor: pointer;
}
.dropdown-menu.currency-selector li:not(:last-child) {
    margin-bottom: 5px;
}
.dropdown-menu.currency-selector {
    min-width: 88px;
    padding: 6px 13px;
}
.search-results-title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
}
.search-results-button-title {
    display: flex;
    width: 100%;
}
.step2-free-cancel {
    background-color: #22bb33;
    font-weight: normal;
    color: white;
    padding: 2px 10px;
    border-radius: 8px;
    margin-bottom: 1px;
}
.single-item-curr {
    font-size: 20px;
    font-weight: 600;
    float: left;
}
.single-car-price {
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    float: right;
}
.car-rental-items-list .slick-dotted.slick-slider, .car-rental-search-result .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.selected-item .slick-dotted.slick-slider {
    margin-bottom: 15px;
}
.car-rental-items-list .slick-slide, .selected-item .slick-slide, .car-rental-search-result .slick-slide {
    margin: 0;
}
.car-rental-items-list .slick-dots, .selected-item .slick-dots, .car-rental-search-result .slick-dots {
    bottom: 0;
}
.car-rental-search-result .item_list_price {
    font-size: 28px;
}
/* Step 3 */
.vcenter-end-all {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}
.extra-selection > .row {
    width: 100%;
    max-width: 130px;
}
.extra-boxy {
    border: 1px solid gainsboro;
    border-radius: 15px;
    padding: 15px 15px 0 15px;
}
@media screen and (min-width: 1200px) {
    .search_form_row {
        padding: 0 !important;
    }
    .pl-lg-10 {
        padding-left: 40px;
    }
}
#car_rental_do_search:disabled {
    opacity: 0.5
}
.extra-details {
    margin-left: -35px;
    margin-right: -35px;
}
.extra-unit-change {
    border-radius: 5px;
}
.car-rental-options .extra {
    border-bottom: none !important;
}
.extras-grid {
    padding-top: 15px;
    padding-left: 35px;
    padding-right: 35px;
}
.top-padded {
    padding-top: 10px;
}
.extra-units-selection {
    margin-top: 5px;
}
.extra-info-icon {
    position: absolute;
    top: -9px;
    right: 6px;
    cursor: pointer;
}
/* step 4 */
.car-rental-booking-details .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px !important;
}
.car-rental-booking-details .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}
input#driver_license_image {
    height: 40px;
    line-height: 24px;
    padding: 8px 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}
.car-rental-booking-details .form-control {
    border: 0;
    background-color: #F7F7F7;
    border-radius: 8px;
    padding: 20px 15px;
}
.car-rental-booking-details .select2-selection.select2-selection--single {
    border: 0 !important;
    margin-top: 8px;
    background-color: #f7f7f7 !important;
    border-radius: 8px !important;
}
.car-rental-booking-details .select2-selection.select2-selection--single {
    height: 40px !important;
}
.button-large {
    padding: 15px 30px;
    font-size: 18px;
}
/* Credit card step 4 */
.payment-method label div {
    cursor: pointer;
}
.custom-payment-method {
    border-radius: 11px;
    border: 2px solid #DBDBDB;
    padding: 0 15px;
}
.pm-label {
    line-height: 21px;
}
.custom-payment-method:has(input:checked) {
    border-color: #16496e;
}
.payment-methods label {
    width: 100%;
    cursor: pointer;
}
/* Intelinput */
.iti.iti--allow-dropdown input {
    padding-left: 50px !important;
}
.iti.iti--allow-dropdown {
    width: 100%;
    margin-bottom: 0 !important;
}
.customer_phone_error_msg {
    color: darkred;
    font-weight: 600
}
.customer_phone_valid_msg {
    color: green;
    position: absolute;
    right: 25px;
    top: 40px;
}
/*-*/
.location-headers td, .duration-headers td, .item-headers td, .office-fee-headers td, .extra-headers td, .total-headers td {
    background-color: #337ab7;
    color: white;
}
/* Step 3 insurances */
.cash_icon {
    vertical-align: top;
    margin-right: -8px;
    margin-left: -8px;
}
.table-insurances .fa-check-circle {
    color: #4caf50;
}
.table-insurances .far {
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
.table-insurances {
    border-spacing: 8px;
    border-collapse: separate;
    margin: 10px 0;
    text-transform: uppercase;
}
.table-insurances td:first-child {
    width: 80px;
    height: 60px;
}
.table-insurances thead tr:first-child td:first-child {
    padding-left: 0;
}
.table-insurances td:not(.nrs-header) {
    background-color: #efeeef;
}
.table-insurances td {
    border-color: #efeeef;
    vertical-align: middle !important;
    padding: 5px;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
.table-insurances td.active {
    background-color: #b9b9b9 !important;
    color: white;
}
.table-insurances .nrs-header {
    transition-duration: 0.3s;
    width: 20%
}
.table-insurances .nrs-header.active {
    background-color: #4caf50 !important;
}
.table-insurances td.active .fa-check-circle {
    color: white !important;
}
.table-insurances .fa-check-circle {
    cursor: pointer;
}
.table-insurances .fas {
    color: #00476b;
    transition-duration: 0.3s;
}
.table-insurances .fas.active, .table-insurances .far.active {
    color: #4caf50;
}
.units_qty, .checkbox-msg {
    transition-duration: 0.3s;
}
.units_qty.active, .checkbox-msg.active {
    background-color: #4caf50 !important;
    color: white;
}
table.table-insurances tr > td {
    border: 0 !important;
}
.table-insurances tbody tr td {
    min-width: 105px;
}
.table-insurances thead tr:first-child td:first-child,
.table-insurances tfoot tr:first-child td:first-child {
    background-color: transparent;
}
.table-insurances tfoot td.ins-ext:hover {
    background-color: #4caf50 !important;
    color: #fff;
}
.options strong {
    display: inline-block;
    width: 100%;
}
.regular-extras > div {
    margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
    .table-insurances td:first-child {
        /*display: none;*/
        min-width: unset;
    }
    #step-3-sidebar #car_rental_do_search {
        position: fixed;
        left: 0;
        bottom: 10px;
        z-index: 999999999;
        height: 60px;
    }
}
@media screen and (max-width: 767px) {
    .item-details.item-name, .extra-details.extra-name {
        background-color: white;
    }
}
.side-booking-data-group-items > div {
    padding-bottom: 5px;
    padding-top: 5px;
}
/* Insurance slider */
.insurance_select .switch {
    display: table;
    margin: 10px auto;
    height: 34px;
    position: relative;
    width: 60px;
}
.insurance_select .switch input {
    display: none;
}
.insurance_select .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}
.insurance_select .slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
}
.insurance_select input:checked + .slider {
    background-color: #4caf50;
}
.insurance_select input:checked + .slider:before {
    transform: translateX(26px);
}
.insurance_select .slider.round {
    border-radius: 34px;
}
.insurance_select .slider.round:before {
    border-radius: 50%;
}
/* Search loader */
.loading-spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
    position: absolute;
    left: calc(50% - 32.5px);
    margin-top: 15%;
    z-index: 999
}
#dinamyc_summary {
    min-height: 135px;
}
@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}
@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}
.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
@-webkit-keyframes colors {
    0% {
        stroke: #4285f4;
    }
    25% {
        stroke: #de3e35;
    }
    50% {
        stroke: #f7c223;
    }
    75% {
        stroke: #1b9a59;
    }
    100% {
        stroke: #4285f4;
    }
}
@keyframes colors {
    0% {
        stroke: #4285f4;
    }
    25% {
        stroke: #de3e35;
    }
    50% {
        stroke: #f7c223;
    }
    75% {
        stroke: #1b9a59;
    }
    100% {
        stroke: #4285f4;
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187px;
    }
    50% {
        stroke-dashoffset: 46.75px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187px;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 187px;
    }
    50% {
        stroke-dashoffset: 46.75px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187px;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}
/* Step 3 Table scroll */
.table-scroll {
    position: relative;
    margin: auto;
    overflow: hidden;
}
.table-wrap {
    width: 100%;
    overflow: auto;
}
.table-scroll table {
    width: 100%;
    margin: auto;
}
@media screen and (max-width: 990px) {
    .table-scroll {
        margin-left: 15px;
    }
}
#car-loader {
    position: fixed;
    top: 30%;
    right: calc(50% - 75px);
    z-index: 1103;
    background-color: rgba(255, 255, 255, 0.90);
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.28);
}
.driver_age {
    margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
    .home-title .vc_title.primary_color {
        color: white
    }
    .home-title .vc_underline.secondary_color_background {
        background-color: white
    }
}
@media screen and (min-width: 992px) {
    .jp-card-container {
        margin-right: 0 !important;
        margin-left: auto;
    }
}
.car-rental-item-details {
    padding: 0 15px 0 !important;
}
@media screen and (max-width: 766px) {
    .customer-lookup {
        margin-top: 10px;
    }
}
.payment-method {
    margin-bottom: 0 !important;
}
.payment-methods {
    margin-bottom: 0;
    margin-top: 32px !important;
}
.card_details .customer-details {
    margin-bottom: 10px;
}
.card_details .nrs-header {
    margin-bottom: 20px !important;
}
.form-group > div {
    margin-bottom: 10px
}
.popup-show {
    cursor: pointer;
}
.popup-content {
    overflow: hidden !important
}
.collapsible_details {
    padding-top: 15px;
}
.collapsible_details_title {
    margin-top: 30px;
    cursor: pointer
}
.click_text {
    text-transform: uppercase;
}
/* cc icon */
.ccicon {
    height: 38px;
    position: absolute;
    right: 16px;
    top: calc(50% - 19px);
    width: 56px;
}
/* CREDIT CARD IMAGE STYLING */
#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}
#ccsingle svg {
    width: 100px;
    max-height: 60px;
}
.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}
#generatecard {
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}
/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill 0.5s;
    transition: fill 0.5s;
}
.creditcard .lightblue {
    fill: #03a9f4;
}
.creditcard .lightbluedark {
    fill: #0288d1;
}
.creditcard .red {
    fill: #ef5350;
}
.creditcard .reddark {
    fill: #d32f2f;
}
.creditcard .purple {
    fill: #ab47bc;
}
.creditcard .purpledark {
    fill: #7b1fa2;
}
.creditcard .cyan {
    fill: #26c6da;
}
.creditcard .cyandark {
    fill: #0097a7;
}
.creditcard .green {
    fill: #66bb6a;
}
.creditcard .greendark {
    fill: #388e3c;
}
.creditcard .lime {
    fill: #d4e157;
}
.creditcard .limedark {
    fill: #afb42b;
}
.creditcard .yellow {
    fill: #ffeb3b;
}
.creditcard .yellowdark {
    fill: #f9a825;
}
.creditcard .orange {
    fill: #ff9800;
}
.creditcard .orangedark {
    fill: #ef6c00;
}
.creditcard .grey {
    fill: #bdbdbd;
}
.creditcard .greydark {
    fill: #616161;
}
.card-holder {
    min-height: 220px !important;
}
/* FRONT OF CARD */
#svgname {
    text-transform: uppercase;
}
#cardfront .st2 {
    fill: #ffffff;
}
#cardfront .st3 {
    font-family: "Source Code Pro", monospace;
    font-weight: 600;
}
#cardfront .st4 {
    font-size: 54.7817px;
}
#cardfront .st5 {
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
}
#cardfront .st6 {
    font-size: 33.1112px;
}
#cardfront .st7 {
    opacity: 0.6;
    fill: #ffffff;
}
#cardfront .st8 {
    font-size: 24px;
}
#cardfront .st9 {
    font-size: 36.5498px;
}
#cardfront .st10 {
    font-family: "Source Code Pro", monospace;
    font-weight: 300;
}
#cardfront .st11 {
    font-size: 16.1716px;
}
#cardfront .st12 {
    fill: #4c4c4c;
}
/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0f0f0f;
    stroke-miterlimit: 10;
}
#cardback .st2 {
    fill: #111111;
}
#cardback .st3 {
    fill: #f2f2f2;
}
#cardback .st4 {
    fill: #d8d2db;
}
#cardback .st5 {
    fill: #c4c4c4;
}
#cardback .st6 {
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
}
#cardback .st7 {
    font-size: 27px;
}
#cardback .st8 {
    opacity: 0.6;
}
#cardback .st9 {
    fill: #ffffff;
}
#cardback .st10 {
    font-size: 24px;
}
#cardback .st11 {
    fill: #eaeaea;
}
#cardback .st12 {
    font-family: "Rock Salt", cursive;
}
#cardback .st13 {
    font-size: 37.769px;
}
/* FLIP ANIMATION */
.container {
    perspective: 1000px;
}
.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}
.creditcard .front,
.creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}
.creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#top_bar_login .anr_captcha_field_div > div {
    max-width: 100% !important;
    border-radius: 4px !important;
    overflow: hidden;
}
#top_bar_login iframe {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .search_form_row.step1 .car-rental-do-search {
    }
}
.search_form_row.step1 .fa-question-circle {
    position: absolute;
}
.search_form_row.step1 .car-rental-do-search {
    height: 40px;
    margin-top: 26px;
}
.items-list-book-now-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.search_form_row > div {
    margin-bottom: 15px;
}
.search_form_row {
    border-radius: 15px !important;
}
.coupon-code {
    border: 0;
    background-color: #f5f2f2;
    padding: 5px;
}
.form-search-button {
    height: 60px;
    border-radius: 15px !important;
}
.search_form_row .form_title {
    padding-top: 0 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default li.select2-results__option[aria-selected=true] {
    color: #fff !important;
    background-color: #15496e !important;
}
.select2-container--default li.select2-results__option[aria-selected=true] i,
.select2-container--default .select2-results__option:hover i,
.select2-results__option.select2-results__option--highlighted i {
    color: #fff !important;
}
.search_form_row.step1 .select2-container .select2-selection--single .select2-selection__rendered i {
    margin-left: 0 !important;
}
.items-list-book-now-link .button {
    font-size: 20px;
    line-height: 25px;
}
.select2-results__options [aria-disabled="true"] {
    display: none;
}
.bootstrap-timepicker-widget table td a {
    padding: 8px !important;
}
.car-rental-customer-form .payment-method {
    border-left: 5px solid #15496e;
}
/* MISSING MATERIAL STYLE */
@media screen and (min-width: 1368px) {
    .pl-lg-0 {
        padding-left: 0 !important;
    }
}
@media screen and (max-width: 767px) {
    .mb-xs-2 {
        margin-bottom: 8px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .mt-sm-2 {
        margin-top: 8px !important;
    }
}
/* switch-button */
.switch-button {
    padding: 2px 2px 0;
    width: 40px;
    border-radius: 30px !important;
    line-height: 23px;
    text-align: left;
    vertical-align: sub;
    margin-right: 10px;
    transition-duration: 0.3s;
    caret-color: transparent;
}
.switch-button.active {
    text-align: right;
}
.switch-button:not(.active) {
    background-color: rgb(141 141 155 / 14%);
    color: #8D8D9B;
}
.switch-button i {
    font-size: large;
}
/* switch-button-large */
.switch-button-large {
    padding: 2px 2px 0;
    width: 60px;
    border-radius: 30px !important;
    line-height: 23px;
    text-align: left;
    vertical-align: sub;
    margin-right: 10px;
    transition-duration: 0.3s;
    caret-color: transparent;
}
.switch-button-large.active {
    text-align: right;
    background-color: #4caf50;
}
.switch-button-large:not(.active) {
    background-color: rgb(141 141 155 / 14%);
    color: #8D8D9B;
}
.switch-button-large i {
    font-size: x-large;
}
/* Steps navigation */
.car-rental-top-navigation-rb > div {
    float: none;
    display: inline-block;
    vertical-align: text-top;
}
@media screen and (min-width: 768px) {
    .car-rental-top-navigation-rb {
        margin: auto;
        max-width: 900px;
    }
}
.car-rental-top-navigation-rb button {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 0;
    margin-bottom: 8px;
    font-size: 23px;
    color: var(--rb_primary);
}
.car-rental-top-navigation-rb button {
    background-color: #F7F7F7;
}
.car-rental-top-navigation-rb .active {
    background-color: var(--rb_primary);
    color: white;
}
.divider {
    display: block;
    height: 1px;
    background-color: var(--rb_secondary_text);
}