:root {
    --st-main-color: #002D72; /*validado*/
    --st-blue-light-color: #E6F0FF; /*validado*/
    --st-color-blue-bright: #0066cc; /*validado*/
    --st-footer-bg-color: #052659; /*validado - not in style guide*/
    --st-secondary-color: #F1883F; /*validado*/
    --st-secondary-color-light: #F1883F; /*validado*/
    --st-color-gray: #393939; /*validado*/
    --st-color-light-gray: #747474; /*validado*/
    --st-color-soft-gray: #F5F5F5; /*validado*/
    --st-color-gray-deposit-box: #F2F5F8; /*validado - doesn't exist in style guide */
    --st-color-gray-landing-page: #DDE1E8;
    --st-color-green: #4ca626; /*validado*/
    --st-color-light-green: #D6EBD9; /*não existe no style guide*/
    --st-color-red: #e7191f; /*validado*/
    --st-color-light-red: #f8d7da; /*validado*/
    --st-color-soft-yellow: #fff7f2; /*validado*/
    --st-color-yellow: #FF7F27;
    --st-bg-color-link-panel-2: #06306F;
    --st-text-color-bg-main-color: #FEFEFE; /* text color over background main color */
    --st-text-color-over-bg-secondary-color: #ffffff; /* text color over background secondary color color */

    --st-title-font-size: 27px; /* font size for titles */
    --st-title-details-font-size: 15px; /* font size for titles details */
    --st-bg-body-site: #F5F5F5;
    --st-color-row-separator: #E1E1E2; /* validated: desn't existe in style guide */
}

html {
  font-size: 14px;
}

* {
    font-family:open-sans;
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn {
    font-family:open-sans !important;
    font-size:14px !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.form-check-input:checked {
    background-color: var(--st-main-color) !important;
    border-color: var(--st-main-color) !important;
}

html {
  position: relative;
  min-height: 100%;
}


/*
    ATENTION: this property must not be set, because cookiebot: the span in toogle buttons because with size 0 and aren't displayed
span {
    align-self:center;
}
*/

@font-face {
    font-family: "co-headline";
    src: url("/font/fonnts.com-Co_Headline_Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "co-headline-bold";
    src: url("/font/fonnts.com-Co_Headline_Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "co-text-regular";
    src: url("/font/fonnts.com-Co_Headline_Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "open-sans";
    src: url("/font/OpenSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "open-sans-bold";
    src: url("/font/OpenSans-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* heading css begin */
h1, .h1 {
    font-family: co-headline-bold !important;
    font-size: 32px !important;
    line-height: 1.2em !important;
}

h2, .h2 {
    font-family: co-headline !important;
    font-size: 24px !important;
    line-height: 1.2em !important;
}

h3, .h3 {
    font-family: co-headline !important;
    font-size: 18px !important;
    line-height: 1.4em !important;
}

h4 {
    font-family: co-headline !important;
    font-size: 16px !important;
    line-height: 1.2em !important;
}

h5, .h5 {
    font-family: co-headline !important;
    font-size: 14px !important;
    line-height: 1.2em !important;
}
/* heading css end */

input::placeholder {
    font-family:open-sans !important;
    font-size:12px;
}

option:disabled {
    font-family: open-sans !important;
    font-size: 12px;
}

option[disabled] {
    display: none;
}

/* body0 created to landing page */
.body0 {
    font-family: open-sans;
    font-size: 18px;
    line-height: 1.4em;
    font-weight:bold;
}

.body1, body { /*, li, span {*/
    font-family: open-sans;
    font-size: 16px;
    line-height: 1.4em;
}

.body2 {
    font-family: open-sans;
    font-size: 14px;
    line-height:1.5em;
}

.caption1, .caption1 option {
    font-family: open-sans !important;
    font-size: 12px !important;
    line-height: 1.5em;
}

.caption2, label {
    font-family: open-sans-bold;
    font-size: 12px;
    line-height: 1.5em;
}

.mainMenu {
    margin-left: auto
}

.mainMenu ul {
    list-style: none;
    display: flex;
    margin-left: auto;
}

.mainMenu li {
    padding:10px;
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.content-index {
    overflow-x: hidden;
    /* overflow-y: auto; */
    height: calc(65vh - 40px);
    border: 1px;
    border-left: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    /*
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
        */
}

.content-record {
    overflow-x: hidden;
    /* overflow-y: auto; */
    border: 1px;
    border-left: 1px solid #C6CDD5;
    border-right: 1px solid #C6CDD5;
    border-bottom: 1px solid #C6CDD5;
    border-radius: 14px;
    padding: 5px;
    /*
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
        */
}

a.selected {
    pointer-events: none;
    cursor: default;
    color:black;
}

.thead-dark {
}

.btn-link{
    border:none;
}

btn-outline-primary:hover {
    color: #fff;
    background-color: var(--st-main-color) !important;
    border-color: var(--st-main-color) !important;
}

.content-record .col {
    padding-bottom: .25rem !important;
}

.date {
    width:165px !important;
}

.date-time {
    width: 200px !important;
}

.item-to-select:hover {
    background-color: var(--st-color-light-gray);
}

.item-selected {
    background-color: var(--st-secondary-color) !important;
}

.btn-bar {
    padding: .5rem !important;
    /*margin-bottom: .5rem !important;*/
    background-color: var(--st-color-light-gray);
    border-radius: 10px;
    position:sticky;
    top:0;
    z-index:1020;
}

.input-group-translation .input-group-prepend {
    width: 65px;
}

.ok-color {
    color:var(--st-color-green);
}

.td-shrink{
    white-space:nowrap !important;
    width:1px !important;
}

.td-code {
    width: 250px;
    white-space: nowrap !important;
}

.td-small-number {
    width: 120px;
    white-space: nowrap !important;
}


.link-panel1 {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 70% !important;
}

.link-panel1-box {
    overflow: hidden;
    line-height: 1.4em;
    font-weight: 400;
    border-radius: 3px;
    text-decoration: none !important;
}
    .link-panel1-box a {
        text-decoration: none !important;
    }

.link-panel1-box-image {
    display: block !important;
    font-size: 24px;
    margin: auto;
    padding-left: 0;
    /*height: 50px;*/
    line-height: 62px;
}

.link-panel1-box-main-text-over-image {
    display: block;
    line-height: normal;
}

.link-panel1-box-main-text-over-image h6 {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .5px;
    color: black;

}

.link-panel1-box-main-text {
    display: block;
    /*border-left: 1px rgba(255,255,255,.5) solid;*/
    padding-top: 7px;
    line-height:normal;
}

/*
    .link-panel1-box-main-text h6 {
        font-size: 1.25rem;
        font-weight: 600;
        letter-spacing: .5px;
        color: #333;
        margin: 0;
    }
    */



/*
.link-panel-html-display {
    margin-top: 30px;
    min-height: 500px;
}

.link-panel-text-display {
    padding: 25px 25px 45px;
    position: relative;
    margin-bottom: 40px;
    background-color: #fff;
    
    margin-top: 30px;
    min-height: 500px;
}


.link-panel-text-display-title {
    margin-bottom:10px;
}
*/

.text-area-tall {
    min-height: calc(15em + (.75rem + 2px)) !important;
}

/* card boolstrap override begin */

.card {
    border: 1px solid var(--st-secondary-color) !important;
}
.card-header .accordion-button, .accordion-button {
    background-color: transparent !important;
}

.card-header-expandable {
    padding:0 !important;
}

/* card boolstrap override end */

.bg-readonly {
    background-color: var(--st-color-soft-gray) !important;
}

.nav-link-preview {
    color:var(--st-color-red) !important;
}

.nav-link {
    /*color: #123277 !important;*/
    color: var(--st-main-color) !important;
}


/*
.nav > li > a:hover {
    background-color: black;
}
    */

.nav-item a:hover, .nav-tabs button:hover {
    color: var(--st-secondary-color-light) !important;
}

.nav-main-menu {
    width:85%;
    margin-left:auto;
    margin-right:auto;
}

    .nav-main-menu .nav-link.active {
        color: var(--st-secondary-color) !important;
    }

.link-panel2 {
    background-color: var(--st-bg-color-link-panel-2);
    color: white;
}


    .link-panel2 a {
        color: #fff;
        transition: color .3s ease-in-out 0s,background-color .3s ease-in-out 0s,background-position .3s ease-in-out 0s;
        text-decoration: none;
        font-size:14px !important;
    }

        .link-panel2 a:hover {
            color: var(--st-color-light-gray);
        }

.link-panel2-body {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 70% !important;
}

.nav-tabs .nav-link {
    color: black !important;
    font-family: open-sans-bold !important;
    font-size: 12px !important;
}

.nav-tabs .nav-link.active {
    color: var(--st-main-color) !important;
}

/*.footer-end {
    background: #000;
}
    */

.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    /*
        white-space: nowrap;
    line-height: 60px;
        height:65px;
        */
    min-height: 65px;
    background-color: var(--st-footer-bg-color);
    text-align:center;
    
}

    .footer span {
        color: var(--st-text-color-bg-main-color);
    }


/*.vehicle-price {
    padding: 10px;
    margin-bottom: 10px;
    margin-right:10px;
    padding-right:10px;
    height: auto;
    background-color: #ddd;
    border: 1px solid #dddddd;
    box-shadow: 0 0 20px 0px #aaaaaa,0 5px 30px rgba(255,0,0,.3);
}
    */

.page-header {
    min-height: 126px;
    width: 100%;
    padding-left:7.5%;
    padding-right: 7.5%;
    background-color: var(--st-main-color);
    color:var(--st-text-color-bg-main-color);
    align-content:center;
    align-items:center;
    margin-bottom:45px;
}


@media only screen and (max-width: 768px) {
    .page-header {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media only screen and (max-width: 992px) {
    .page-header {
        padding-left: 10%;
        padding-right: 10%;
    }
}

/* reserve steps begin */

.reserve-step {
    min-width: 280px;
    width: calc(100%/5);
    top: -22px;
    position: relative;
}

.step-ruler {
    background: var(--st-color-light-gray);
    height: 1px;
    margin-top: 30px
}

.steps-area {
    /*width: 90%;
    margin-left: auto;
    margin-right: auto;*/
}

.step-circle {
    /*
    top: -22px;
    position: relative;*/
    z-index: 2;
    /*border: 2px solid #CC6E2F;*/
    border: 1px solid var(--st-secondary-color);
    margin-right: auto;
    margin-left: auto;
    /*background: #CC6E2F;*/
    background: var(--st-secondary-color);
    /*box-shadow: 0 0 0 20px #fff;*/
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-content: center;
    text-align: center;
    font-size: 1.5em;
    color: black;
}

    .step-circle span {
        font-size: 12px;
        font-weight: bold;
        position: relative;
        top: -5px;
        color: var(--st-color-light-gray);
    }

    .circle-allow-change:hover {
        cursor: pointer;
    }

.reserve-step.done .step-circle {
    background-color: var(--st-secondary-color);
    border: 1px solid var(--st-secondary-color);
}

    .reserve-step.done .step-circle:hover {
        color: var(--st-color-light-gray);
    }


.done .step-circle span {
    color: white !important;
}

.reserve-step.selected .step-circle {
    background-color: var(--st-main-color);
    border: 1px solid var(--st-main-color);
}
.reserve-step.selected h5 {
    color: var(--st-main-color);
}

.reserve-step.done h5 {
    color: var(--st-secondary-color);
}

.selected .step-circle span {
    color: white;
}

.reserve-step.disabled .step-circle {
    background-color: white;
    border: 1px solid var(--st-color-light-gray);
}

    .reserve-step.disabled .step-circle h5 {
        color: var(--st-color-light-gray);
    }

.reserve-step.disabled h6 {
    color: var(--st-color-light-gray);
}

.step-info {
    border: 1px solid var(--st-color-light-gray);
    border-radius: 8px !important;
    height: 105px !important;
    padding: 2px;
}

.selected .step-info {
    border: 2px solid var(--st-main-color);
    border-radius: 8px !important;
    height: 105px !important;
    padding:2px;
}

.reserve-step .step-info span, .reserve-step .step-info h6 {
    color: var(--st-main-color);
}


/* reserve steps end */

.select-vehicle-group {
    background-color: #ffffff;
    /*color: #241e1c;*/
    /*-webkit-box-shadow: 0 4px 16px rgba(0,0,0,.12);
    box-shadow: 4px 4px 16px #0000001f;*/
    border-radius: 8px;
    /*
    -webkit-font-smoothing: antialiased;
    border: 1px solid rgb(0,0,0,.12);*/
    border: 1px solid var(--st-color-light-gray);
}

.select-product-protection, .select-product-extra {
    background-color: #fff;
    /*-webkit-box-shadow: 0 4px 16px rgba(0,0,0,.12);
    box-shadow: 4px 4px 16px #0000001f;
        */
    border-radius: 8px;
    /*-webkit-font-smoothing: antialiased;
    border: 1px solid rgb(0,0,0,.12);*/
    border: 1px solid var(--st-color-light-gray);
    height: 220px; 
}


.resp-center {
    background-color:white;
}

.product-selected, .vehicle-selected, .resp-center-selected {
    /*
    -webkit-box-shadow: 0 0 0 1px var(--st-secondary-color),0 5px 30px rgba(188,85,14,.3);
    box-shadow: 0 0 0 1px var(--st-secondary-color),0 5px 30px rgba(188,85,14,.3);
        */
    border: 2px solid var(--st-secondary-color) !important;
    border-radius: 8px;
    background-color: var(--st-color-soft-yellow) !important;
}


.select-product-extra-kiosk {
    background-color: #fff;
    background-color: #fff;
    /*
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.12);
    box-shadow: 4px 4px 16px #0000001f;
        */
    border-radius: 8px;
    /*
    -webkit-font-smoothing: antialiased;
    border: 1px solid rgb(0,0,0,.12);
        */
    border: 1px solid var(--st-color-light-gray);
    min-height: 130px;
}

/*.select-vehicle-price:hover {
    -webkit-box-shadow: 0 0 0 1px #BC550E,0 5px 30px rgba(188,85,14,.3);
    box-shadow: 0 0 0 1px #BC550E,0 5px 30px rgba(188,85,14,.3);
    border: 1px solid #BC550E;
    border-radius: 8px;
    cursor: pointer;
    transform: scale(1.05);
    background-color: #F1883F;
    transition: background-color .6s ease
}
*/

.left-1 {
    left:1%;
}

.top-25{
    top:25%;
}


.w-30 {
    width:30%;
}

.checkbox-lg {
    scale:1.5;
}



.hover-zoom {
    --mdb-image-hover-zoom-transition: all 0.3s linear;
    --mdb-image-hover-zoom-transform: scale(1.1);
}

    .hover-zoom:hover img, .hover-zoom:hover video {
        transform: var(--mdb-image-hover-zoom-transform);
    }

    .hover-zoom img, .hover-zoom video {
        transition: var(--mdb-image-hover-zoom-transition);
    }

.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.datepicker .table-condensed {
    width: 400px;
    height: 300px;
    font-size:larger
}


.datepicker-required {
    width: 180px !important;
}
.datepicker-required input {
    width: 125px !important;
}


.xdsoft_datepicker {
    width: 250px !important;
}

.xdsoft_calendar table, .xdsoft_time_box {
    height: 250px !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div{
    font-size:larger;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    height: 35px !important;
    font-size: 15px !important;
    vertical-align:middle !important;
    align-content:center;
    padding:0;
}

    .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current,
    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current,
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover,
    .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current,
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
        /*background: #093572 !important;*/
        background: var(--st-main-color) !important;
    }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_date:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant div.xdsoft_time:hover {
    background: var(--st-secondary-color) !important;
}



.xdsoft_datetimepicker .xdsoft_calendar th{
    height:40px !important;
}

.header {
    /*background-color:#F1883F;*/
    padding-left: 24px !important;
    padding-right: 24px !important;
}

#progress-spinner {
    width: 60px !important;
    height: 60px !important;
    color: var(--st-secondary-color) !important;
}

/*.border-selected {
    -webkit-box-shadow: 0 0 0 1px #BC550E,0 5px 30px rgba(188,85,14,.3);
    box-shadow: 0 0 0 1px #BC550E,0 5px 30px rgba(188,85,14,.3);
    border: 1px solid #BC550E;
}

.text-selected {
    --bs-border-opacity: 1;
    color: #BC550E;
}
    */

.btn-success {
    
    color: #fff;
    background-color: var(--st-main-color) !important;
    border-color: var(--st-footer-bg-color) !important;
}

    .btn-success:hover {
        background-color: #052165 !important;
        border-color: #041A61 !important;
        color: #fff;
    }
    .btn-success:focus {
        box-shadow: RGB(60,153,110);
    }

    .btn-success:active {
        color: #fff;
        background-color: #041A61 !important;
        border-color: #03135D !important;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn-success:disabled {
        color: var(--st-main-color) !important;
        background-color: white !important;
    }

.btn-primary {
    background-color: var(--st-main-color) !important;
    border-color: var(--st-main-color) !important;
}

.btn-secondary-app {
    background-color: var(--st-secondary-color) !important;
    border-color: var(--st-secondary-color) !important;
    color: white !important;
}

.btn-outline-primary {
    /*
        border-color: var(--st-main-color) !important;
        color: var(--st-main-color) !important; 
        TROQUEI PELO QUE ESTÁ ABAIXO POR CAUSA DO BOTÃO CONSULTAR  NAS PERGUNTAS FREQUENTES

    */
    color: var(--st-color-blue-bright) !important;
    border-color: var(--st-color-blue-bright) !important;
}

    .btn-outline-primary:hover {
        background-color: transparent !important;
    }


.btn-outline-success {
    --bs-btn-color: #BC550E !important;
    --bs-btn-border-color: #BC550E !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #BC550E !important;
    --bs-btn-hover-border-color: #BC550E !important;
    --bs-btn-focus-shadow-rgb: 25,135,84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #BC550E !important;
    --bs-btn-active-border-color: #BC550E !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #BC550E !important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #BC550E !important;
    --bs-gradient: none;
}

.btn-outline-secondary:disabled {
    background-color:red;
}

.card-header {
    background-color: var(--st-secondary-color) !important;
    color: white !important;
}

.ballon-kiosk {
    width: fit-content;
    height:25px;
    white-space: nowrap;
    padding: 0 10px 0 10px;
    border-radius: 10px;
    margin-right:auto;
    margin-left:auto;
    text-align:center;
    position:relative;
    top:-30px;
    margin-bottom: -30px;
}

.ballon {
    width: fit-content;
    height: 24px;
    white-space: nowrap;
    padding: 0 5px 0 5px;
    border-radius: 10px;
    /*margin-right:auto;*/
    margin-left: auto;
    text-align: center;
}

.text-success {
    color: #F1883F !important;
}

.textarea-message {
    height:200px;
}

.toast {
    background-color: rgba(255,255,255,1) !important;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0px);
    z-index: 9999;
}

.datepicker-dropdown {
    z-index: 2200 !important;
}


.reserve-period-datetimepicker {
    min-width:210px;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .submenu {
    display:none;
    position:absolute;
    left: 100%;
    top:-7px;
}

.dropdown-menu>li:hover>.submenu {
    display:block;
}

/* signature */
.signature-canvas {
    border:1px solid gray;
    border-radius: 5px;
}



/* new accordion button variant to not show border/background arround it and the arrow next to the link */
.accordion-button-no-bg {
    width: fit-content !important;
    display:inline-flex;
    padding: 0 !important;
}

    .accordion-button-no-bg:after {
        margin-left:5px !important;
    }
    .accordion-button-no-bg:not(.collapsed) {
        /*color: black !important;*/
        /*background-color: white !important;*/
        box-shadow: none !important;
    }

.accordion-button-no-bg:focus {
    box-shadow: none !important;
    border-color: none !important;
}

.accordion-header .accordion-button {
    background-color:var(--st-main-color) !important;
    color:var(--st-text-color-bg-main-color) !important;
}

    .accordion-header .accordion-button:not(.collapsed) {
        color: var(--st-text-color-bg-main-color) !important;
        font-weight:bold;
    }


/*.vehicle-carousel-image {
    height: 200px;
}*/

.btn-kiosk {
    height: 55px;
    min-width:240px;
    border-radius:50px !important;
    align-content:center;
}

/*
.btn-reserve-help{
    width: 300px;
    height:80px;
    align-content:center;

}
    */

#row-steps {
    transition: height 300ms;
}

.gps {
    width:150px !important;
}


.cookie-banner {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
}



.title-dash {
    width: 75px;
    height:3px !important;
    background: var(--st-secondary-color);
    box-sizing:border-box;
    margin-top:10px !important;
    margin-bottom:10px !important;
}


/* begin css for page about us */

.about-ov-box {
    background-color: #ffffff;
    height: 220px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
    color: #241e1c;
    border-radius: 8px;
    box-shadow: 5px 5px #c8c8c833;
}

.about-ot-year {
    background-color: var(--st-main-color);
    color: var(--st-text-color-bg-main-color);
    padding: 5px 35px;
    border-radius: 20px;

}

.about-ot-box {
    min-height: 120px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
    color: #241e1c;
    border-radius: 8px;
    box-shadow: 5px 5px #c8c8c833;
}

.about-on-box {
    background-color: #ffffff;
    height: 120px;
    align-content: center;
    background-color: #fff;
    margin-right: 20px;
    color: #241e1c;
    border-radius: 8px;
    box-shadow: 5px 5px #c8c8c833;
}

.about-cf-box {
    background-color: #ffffff;
    /*height: 200px;*/
    align-content: center;
    background-color: #fff;
    margin-right: 20px;
    color: #241e1c;
    border-radius: 8px;
    box-shadow: 5px 5px #c8c8c833;
}

/* end css for page about us */

.categ-4-list-item-box {
    height: 230px;
}

.vehicle-attributes-box {
    border: 1px solid var(--st-main-color);
    border-radius:8px;
    padding:10px;
}

.list-with-icon div:first-child {
    width: 20px;
}

.list-with-icon div:nth-child(2) {
    width:calc( 100% - 20px);
}

.box-bg-light-blue {
    background-color: var(--st-blue-light-color);
    padding:10px;
    border-radius: 8px;
}

.bg-light-blue-color {
    background-color: var(--st-blue-light-color);
}

.body-site {
    background-color: var(--st-bg-body-site);
}

.body-site-bg {
    background-color: var(--st-bg-body-site);
}

.bg-color-soft-gray {
    background-color: var(--st-color-soft-gray);
}

.bg-color-gray {
    background-color: var(--st-color-gray);
}

.bg-color-gray-deposit-box {
    background-color: var(--st-color-gray-deposit-box);
}

.bg-color-gray-landing-page {
    background-color: var(--st-color-gray-landing-page);
}

/* pages div begin */
.main-page-kiosk {
    /*width: 85% !important;*/
    width: calc( 100% - 104px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: white;
}

.main-page-kiosk-no-bg {
    /*width: 85% !important;*/
    width: calc( 100% - 104px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}




@media only screen and (max-width: 768px) {

    .main-page {
        /*width: 85% !important;*/
        /*width: calc( 100% - 104px) !important;*/
        margin-left: auto !important;
        margin-right: auto !important;
        background-color: white;
        width: 95% !important;
    }


    .main-page-no-bg {
        /*width: calc( 100% - 104px) !important;*/
        margin-left: auto !important;
        width: 95% !important;
        margin-right: auto !important;
    }

    .small-page {
        width: 95% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        background-color: white !important;
    }

    .xsmall-page {
        width: 70% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        background-color: white !important;
    }

    .small-page-no-bg {
        width: 70% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .partial-page {
    }

    /*
    .about-vertical-line {
        float: left;
        height: 100% !important;
        position: relative;
        left: 30%
    }
    */
}

@media only screen and (min-width: 768px) {
    .main-page {
        /*width: 85% !important;*/
        /*width: calc( 100% - 104px) !important;*/
        margin-left: auto !important;
        margin-right: auto !important;
        background-color: white;
        width: 85% !important;
    }


    .main-page-no-bg {
        /*width: calc( 100% - 104px) !important;*/
        margin-left: auto !important;
        width: 85% !important;
        margin-right: auto !important;
    }
    .small-page {
        width: 80% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        background-color: white !important;
    }

    .xsmall-page {
        width: 50% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        background-color: white !important;
    }

    .small-page-no-bg {
        width: 80% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .partial-page {

    }

    .about-vertical-line {
        float: left;
        height: 100% !important;
        position: relative;
        left: 50%
    }
}

@media only screen and (min-width: 992px) {
    .main-page {
        /*width: 85% !important;*/
        /*width: calc( 100% - 104px) !important;*/
        margin-left: auto !important;
        margin-right: auto !important;
        background-color: white;
        width: 85% !important;
    }


    .main-page-no-bg {
        /*width: calc( 100% - 104px) !important;*/
        margin-left: auto !important;
        width: 85% !important;
        margin-right: auto !important;
    }
    .small-page {
        width: 50% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        background-color: white !important;
    }

    .xsmall-page {
        width: 40% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        background-color: white !important;
    }

    .small-page-no-bg {
        width: 50% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .partial-page {
        width:75%;
    }

    .about-vertical-line {
        float: left;
        height: 100% !important;
        position: relative;
        left: 50%;
    }

    
}

@media only screen and (min-width: 1500px) {
    .main-page {
        /*width: 85% !important;*/
        /*width: calc( 100% - 104px) !important;*/
        margin-left: auto !important;
        margin-right: auto !important;
        background-color: white;
        width: 85% !important;
    }


    .main-page-no-bg {
        /*width: calc( 100% - 104px) !important;*/
        margin-left: auto !important;
        width: 85% !important;
        margin-right: auto !important;
    }
    .small-page {
        width: 40% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        background-color: white !important;
    }

    .xsmall-page {
        width: 32% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        background-color: white !important;
    }

    .small-page-no-bg {
        width: 40% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .partial-page {
        width: 75%;
    }

    .about-vertical-line {
        float: left;
        height: 100% !important;
        position: relative;
        left: 50%;
    }
}

/* pages div end */

/* account menu start */

.account-menu {
    box-shadow: 5px 5px #c8c8c833;
}

.account-menu-header {
    background-color: var(--st-main-color);
    color: white;
    /*height: 40px;*/
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    padding: 12px;
}

.account-menu .nav-item {
    background-color: white;
    box-shadow: 0 2px var(--st-bg-body-site);
    margin-bottom: 2px;
}

.account-menu .nav-link {
    border-radius:0px !important;
}

    .account-menu .nav-link.active {
        background-color: var(--st-blue-light-color) !important;
        border-left: 5px solid var(--st-main-color);
    }

    .account-menu .nav-link:hover {
        background-color: var(--st-light-gray-color);
    }

/* account menu end */

/* gray color begin*/
.color-light-gray {
    color: var(--st-color-light-gray);
}

.color-gray {
    color: var(--st-color-gray);
}

.bg-color-light-gray {
    background: var(--st-color-light-gray);
}



/* gray color end */


/* blue color begin */
.main-color {
    color: var(--st-main-color) !important;
}

.color-blue-light {
    color: var(--st-blue-light-color);
}


.color-blue-bright {
    color: var(--st-color-blue-bright);
}
/* blue color end */

.secondary-color {
    color: var(--st-secondary-color) !important;
}






.bg-main-color {
    background-color: var(--st-main-color) !important;
}

.bg-color-blue-light {
    background-color: var( --st-blue-light-color );
}

.bg-secondary-color {
    background-color: var(--st-secondary-color) !important;
}

.bg-secondary-color-light {
    background-color: var(--st-secondary-color-light) !important;
}

.color-over-bg-secondary-color {
    color: var(--st-text-color-over-bg-secondary-color) !important;
}

/* gren colors begin*/
.color-green {
    color: var(--st-color-green);
}

.bg-color-light-green {
    background-color: var(--st-color-light-green);
}

/* gren colors end */

/* read color begin */
.color-red {
    color: var(--st-color-red);
}

.bg-color-light-red {
    background-color: var(--st-color-light-red);
}

/* read color end */

/* yellow color begin */
.color-yellow {
    color: var(--st-color-yellow);
}

.bg-color-light-yellow {
    background-color: var(--st-color-light-yellow);
}

/* yellow color end */

/* colors endbox*/
.box-shadow {
    box-shadow: 1px 1px var(--st-color-light-gray);
}

.box-shadow-soft-gray {
    box-shadow: 2px 2px var(--st-color-soft-gray);
}

.border-rounded {
    border-radius: 8px !important;
}

.box-border-round-light-gray {
    border:1px solid var(--st-color-light-gray);
    border-radius: 8px !important;
}

.box-border-round-soft-gray {
    border: 3px solid var(--st-color-soft-gray);
    border-radius: 8px !important;
}

.box-border-round-secondary-color {
    border: 2px solid var(--st-secondary-color);
    border-radius: 8px !important;
}

.box-border-round-main-color {
    border: 2px solid var(--st-main-color);
    border-radius: 8px !important;
}


small.text-warning, span.text-warning {
    color: var(--st-secondary-color) !important;
}


/* products begin */
.product-price {
    color:var(--st-main-color);
}

.product-selected .product-price {
    color: var(--st-secondary-color);
}

.product-qty-btn {
    border: 1px solid var(--st-main-color) !important;
    background-color: var(--st-main-color) !important;
}

    .product-qty-btn:disabled {
        border: 1px solid var(--st-main-color) !important;
        background-color: var(--st-main-color) !important;
    }

.product-selected .product-qty-btn {
    border: 1px solid var(--st-secondary-color) !important;
    background-color: var(--st-secondary-color) !important;
}

.product-selected .product-qty-btn:disabled {
    border: 1px solid var(--st-secondary-color) !important;
    background-color: var(--st-secondary-color) !important;
}

.product-qty {
    color:var(--st-main-color) !important;
}

.product-selected .product-qty {
    color: var(--st-secondary-color) !important;
}

/* products end */

/* products kiosk begin */

.product-kiosk-qty {
}

.product-kiosk-qty-btn {
    border: 1px solid var(--st-color-light-gray) !important;
    background-color: var(--st-color-light-gray) !important;
    color: var(--st-main-color) !important;
}

/* products kiosk ebd */

.modal-title {
    color:var(--st-main-color) !important;
}

.modal-image-dialog {
    max-width: 100% !important;
    width: auto !important;
    display: inline-block;
    
}

.modal-image {
    
    justify-content: center;
    align-items: center;
}

.modal-image-body {
    padding: 0px !important;
    margin-right:auto;
    margin-left:auto;
}

.btn-close2 {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("/images/close-round.png") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}

.modal-image-content {
    background-color: transparent !important;
    border:none !important;
}

/* kiosk begin */

.kiosk-step {
    background-color: var(--st-color-soft-gray);
    height:7px;
}

    .kiosk-step.done {
        background-color: var(--st-secondary-color);
    }

.kiosk-1st-step {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.kiosk-last-step {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* kiosk end */

.border-bottom-light-gray {
    border-bottom: 1px solid var(--st-color-light-gray);
}

.border-bottom-soft-gray {
    border-bottom: 1px solid var(--st-color-soft-gray);
}

.border-bottom-row-separator {
    border-bottom: 1px solid var(--st-color-row-separator);
}


.border-left-round-sec-color {
    border-left: 3px solid var(--st-secondary-color);
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}


/* override boostrap carousel css begin */

.carousel-control-next,.carousel-control-prev,.carousel-indicators  {
    filter: invert(100%);
}


a[disabled] {
    pointer-events: none;
}

/* override boostrap carousel css end */


.arrow-right {
    content: "";
    display: inline-block !important;
    width: 0;
    height: 0;
    border-left: 15px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.arrow-left {
    content: "";
    display: inline-block !important;
    width: 0;
    height: 0;
    border-right: 12px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.page-item.active span {
    background-color:var(--st-main-color) !important;
    color:white !important;
}


.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
}

.w-90 {
    width: 90% !important;
}

.time {
    width:130px !important;
}

.toggle-password {
    margin-left: -30px;
    cursor:pointer;
}

.toggle-password-required {
    margin-left: -60px;
    cursor: pointer;
}

.asterisk-note::after {
    position:relative;
    top:-3px;
    vertical-align: top;
    content: "*";
}

.ignore-br br {
    display:none;
}

.pos-top-up-110 {
    position:relative;
    top:-110px;
}

.pos-top-up-100 {
    position: relative;
    top: -100px;
}


/* complement bootstrap icons */
.si-search-reserve::before {
    content: '';
    background: url("/images/valpi-rent-reservapesquisar@3x-icon-branco.svg") no-repeat;
    width: 20px;
    height: 20px;
}

.si-search-reserve-blue::before {
    content: '';
    background: url("/images/valpi-rent-reservapesquisar@3x-icon-azul.svg") no-repeat;
    width: 20px;
    height: 20px;
}

.si-geo::before {
    content: '';
    background: url("/images/valpi-rent-moradaslocalizacao@3x-icon-laranja.svg") no-repeat;
    width: 20px;
    height: 20px;
}

.si-info-blue::before {
    content: '';
    background: url("/images/valpi-rent-info@3x-icon-azul.svg") no-repeat;
    width: 20px;
    height: 20px;
}

.si-pencil-blue::before {
    content: '';
    background: url("/images/valpi-rent-modificar@3x-icon-azul.svg") no-repeat;
    width: 20px;
    height: 20px;
}

.si-cancel-blue::before {
    content: '';
    background: url("/images/valpi-rent-limparcancelar@3x-icon-azul.svg") no-repeat;
    width: 18px;
    height: 18px;
}

.si-eye-white::before {
    content: '';
    background: url("/images/valpi-rent-verdetalhes@3x-icon-branco.svg") no-repeat;
    width: 18px;
    height: 18px;
}

.si-support-blue::before {
    content: '';
    background: url("/images/valpi-rent-suporte@3x-icon-azul.svg") no-repeat;
    width: 18px;
    height: 18px;
}

.si-phone-white::before {
    content: '';
    background: url("/images/valpi-rent-telefone@3x-icon-branco.svg") no-repeat;
    width: 18px;
    height: 18px;
}

.si-form-white::before {
    content: '';
    background: url("/images/valpi-rent-formulario@3x-icon-branco.svg") no-repeat;
    width: 18px;
    height: 18px;
}

.si-calendar-blue::before {
    content: '';
    background: url("/images/valpi-rent-data@3x-icon-azul.svg") no-repeat;
    width: 18px;
    height: 18px;
}

.si-email-blue::before {
    content: '';
    background: url("/images/valpi-rent-email@3x-icon-azul.svg") no-repeat;
    width: 18px;
    height: 18px;
}

.si-email-white::before {
    content: '';
    background: url("/images/valpi-rent-email@3x-icon-branco.svg") no-repeat;
    width: 18px;
    height: 18px;
}

.si-send-white::before {
    content: '';
    background: url("/images/valpi-rent-enviar@3x-icon-branco.svg") no-repeat;
    width: 18px;
    height: 18px;
}

.si-add-white::before {
    content: '';
    background: url("/images/valpi-rent-adicionar-icon-branco.svg") no-repeat;
    width: 18px;
    height: 18px;
}

.si-pencil-blue::before {
    content: '';
    background: url("/images/valpi-rent-modificar@3x-icon-azul.svg") no-repeat;
    width: 18px;
    height: 18px;
}

.si-pencil-white::before {
    content: '';
    background: url("/images/valpi-rent-modificar@3x-icon-branco.svg") no-repeat;
    width: 18px;
    height: 18px;
}

.si-trash-blue::before {
    content: '';
    background: url("/images/valpi-rent-limparcancelar@3x-icon-azul.svg") no-repeat;
    width: 18px;
    height: 18px;
}

.si-x-circle-blue::before {
    content: '';
    background: url("/images/valpi-rent-limpar-icon-azul.svg") no-repeat;
    width: 18px;
    height: 18px;
}

.si-download-blue::before {
    content: '';
    background: url("/images/valpi-rent-descarregar-icon-azul.svg") no-repeat;
    width: 18px;
    height: 18px;
}

.si-key-white::before {
    content: '';
    background: url("/images/valpi-rent-chaveporta-icon-branco.svg") no-repeat;
    width: 18px;
    height: 18px;
}


.h-50px {
    height: 50px;
}

.h-200px {
    height: 200px;
}

.h-300px {
    height: 200px;
}

.h-600px {
    height: 600px;
}