/* /Layout/BlankLayout/BlankLayout.razor.rz.scp.css */
.main[b-6a7cxpwx6o] {
    display: flex;
    width: 100%;
    min-height: 100vh;
    min-width: 0;
    transition: margin-left .35s ease-in-out, left .35s ease-in-out, margin-right .35s ease-in-out, right .35s ease-in-out;
    flex-direction: column
}

@media (max-width: 991.98px) {
    .main[b-6a7cxpwx6o] {
        overflow-y: hidden;
        overflow-x: hidden;
    }
}

.content[b-6a7cxpwx6o] {
    padding: 0.5rem;
    flex: 1;
    direction: ltr;
}

@media (max-width: 991.98px) {
    .content[b-6a7cxpwx6o] {
        width: 100vw;
        max-width: 100vw
    }
}

@media (max-width: 1199.98px) {
    .content[b-6a7cxpwx6o] {
        padding: 0.5rem
    }
}


.navbar[b-6a7cxpwx6o], .navbar .container[b-6a7cxpwx6o], .navbar .container-fluid[b-6a7cxpwx6o], .navbar .container-lg[b-6a7cxpwx6o], .navbar .container-md[b-6a7cxpwx6o], .navbar .container-sm[b-6a7cxpwx6o], .navbar .container-xl[b-6a7cxpwx6o] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-bmw[b-6a7cxpwx6o] {
    position: relative;
    height: 56px;
    border-bottom: 0;
    box-shadow: 0 0 2rem 0 rgba(41, 48, 66, .1);
    padding: 0px 4%;
}

.navbar[b-6a7cxpwx6o] {
    position: relative;
    height: 56px;
    border-bottom: 0;
    box-shadow: 0 0 2rem 0 rgba(41, 48, 66, .1);
    padding: 0px 4%;
    background-color: #ffffff;
    flex-wrap: nowrap;
    gap: .5rem;
    border-bottom: .5px solid #cdcdcd;
}

.navbar-bg[b-6a7cxpwx6o] {
    background: var(--background-color-120)
}

.navbar-logo[b-6a7cxpwx6o] {
    width: 50px;
}

.logobca[b-6a7cxpwx6o] {
    width: 80px !important;
    margin-top: 4px !important;
}

.navbar-logo-text[b-6a7cxpwx6o] {
    color: var(--text-color-white);
    white-space:nowrap;
}

.navbar-logo-img-100[b-6a7cxpwx6o] {
    width: 80%;
}
.navbar-logo-h-100[b-6a7cxpwx6o] {
    max-height: 50px;
}
.navbar-logo-h-100-bmw[b-6a7cxpwx6o] {
    max-height: 40px;
}
.navbar-logo-h-100-old[b-6a7cxpwx6o] {
    max-height: 40px;
}

.navbar-logo-img-60[b-6a7cxpwx6o] {
    width: 60%;
}

.alvarez-logo[b-6a7cxpwx6o] {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
}

    .alvarez-logo img[b-6a7cxpwx6o] {
        object-fit: contain;
        max-height: 1.9375rem; /*31px*/
        overflow: hidden;
    }

.bmw-logo[b-6a7cxpwx6o] {
    display:flex;
    align-items:center;
    overflow:hidden;
}
    .bmw-logo img[b-6a7cxpwx6o] {
        object-fit: contain;
        overflow: hidden;
    }
/* /Pages/BlankPages/Vehicle/Components/VehicleDetailDocument.razor.rz.scp.css */
.document-card[b-tfxmnla1xa] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 64px;
    max-height: 64px;
    border-bottom: 1px solid var(--border-color);
    overflow: hidden;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out !important;
    cursor: pointer;
}

    .document-card:last-of-type[b-tfxmnla1xa] {
        border-bottom: none;
    }

.document-info[b-tfxmnla1xa] {
    display: flex;
    align-items: center;
    width: 100%;
}

    .document-info i[b-tfxmnla1xa] {
        color: var(--primary-color);
        font-size: 1.2em;
        margin-right: 10px;
    }
    .document-info img[b-tfxmnla1xa] {
        margin-right: 10px;
    }

.vehicle-document-info-text[b-tfxmnla1xa] {
    color: var(--text-color-60);
    font-size: 1em;
    line-height: 120%;
    letter-spacing: 0.05em;
    margin: 0;
}

.vehicle-document-info-date[b-tfxmnla1xa] {
    font-size: 0.825em;
    color: var(--text-color-40)
}

.vehicle-document-info-pending[b-tfxmnla1xa] {
    font-size: 0.8em;
    padding-top: 2px;
    padding-right: 10px;
    height: 24px;
    color: var(--error-color);
    font-weight: 400;
}




.icon-disappear[b-tfxmnla1xa] {
    display: none;
}

.icon-disabled[b-tfxmnla1xa],
.text-disabled[b-tfxmnla1xa] {
    color: var(--text-color-10) !important;
}

.icon-warning[b-tfxmnla1xa] {
    color: var(--warning-color) !important;
}

.vehicle-document-container[b-tfxmnla1xa] {
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 360px;
    transition: all 0.5s ease-in-out !important;
}

/*Clases para la transition*/

.vehicle-document-container-height-0[b-tfxmnla1xa] {
    height: 0;
}

.card-max-height[b-tfxmnla1xa] {
    /*flex: 1;*/
    height: auto;
    max-height: 420px;
}

.flex-0[b-tfxmnla1xa] {
    /*display: none;*/
    height: 0;
    padding: 0 !important;
    border: none !important;
    /*flex: 0;
    padding: 0 !important;
    border: none !important;*/
}


[b-tfxmnla1xa] div.document-viewer-container .row {
    height: 28vh;
    width: 100vw;
}


.icon-buttons[b-tfxmnla1xa] {
    display: flex;
    justify-content: space-around;
    align-items:center;
}

    .icon-buttons i[b-tfxmnla1xa] {
        color: var(--text-color-60);
        align-self: center;
        font-size: 24px;
        width: 24px;
        height: 30px;
    }

    .icon-buttons > div[b-tfxmnla1xa] {
        display: flex;
        justify-content: center;
        width: 42px;
        border-left: 1px solid var(--grey-color-30);
        border-radius: 0px !important;
    }

    .icon-buttons img[b-tfxmnla1xa] {
        width: 20px;
        height: 20px;
    }
/* /Pages/BlankPages/Vehicle/Vehicle.razor.rz.scp.css */
.header-container[b-gg0hbjyeg0] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    /*max-height: 260px;*/
}
.details-header[b-gg0hbjyeg0] {
    margin-top: env(safe-area-inset-top);
    width: 100%;
    height: 56px;
    justify-content: center;
    font-family: Outfit;
}

    .details-header i[b-gg0hbjyeg0] {
        width: 24px;
        height: 24px;
    }

    .details-header i[b-gg0hbjyeg0],
    .details-header div[b-gg0hbjyeg0] {
        color: var(--text-color-white);
        align-self: center;
    }

    .details-header div[b-gg0hbjyeg0] {
        font-style: normal;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0.04em;
    }

.details-header-client[b-gg0hbjyeg0] {
    width: 100%;
    color: var(--text-color-white);
    height: 56px;
    justify-content: center;
    font-style: normal;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.04em;
}


.model[b-gg0hbjyeg0] {
    display: flex;
    align-self: center;
    /*height: 67px;*/
    color: var(--text-color-white);
}

    .model h3[b-gg0hbjyeg0] {
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0.05em;
        margin: 0;
    }


.vehicle-document-container[b-gg0hbjyeg0] {
    height: calc(100vh - 260px - 56px - 56px - 42px - 1rem) !important;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: scroll;
}


.vehicle-container[b-gg0hbjyeg0] {
    display: flex;
    flex-direction: column;
}


.vehicle-menu-buttons[b-gg0hbjyeg0] {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.vehicle-menu-advise[b-gg0hbjyeg0] {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
    font-size: 0.9em;
    color: var(--error-color);
    font-weight: 500;
}

.vehicle-menu-ok[b-gg0hbjyeg0] {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
    font-size: 0.9em;
    color: var(--primary-color-120);
    font-weight: 500;
}


.vehicle-plate-vin[b-gg0hbjyeg0] {
    font-weight: 500;
    font-size: 1.2em;
    margin-right: 2em;
}

.vehicle-model[b-gg0hbjyeg0] {
    display: flex;
    font-weight: 400;
    font-size: 1em;
    line-height: 120%;
    letter-spacing: 0.04em;
    align-items: center;
    justify-content: center;
}
    .vehicle-model div:first-child[b-gg0hbjyeg0] {
        margin-left: -6px;
    }

    .vehicle-model img[b-gg0hbjyeg0] {
        align-self: center;
        width: 28px;
        /*height: auto;*/
    }

.vehicle-img[b-gg0hbjyeg0]{
    display: flex;
    justify-content: center;
}

    .vehicle-img img[b-gg0hbjyeg0] {
        width: 100%;
        max-height: 190px;
        max-width: 400px;
    }

.vehicle-info-header[b-gg0hbjyeg0] {
    flex-direction: column;
    border-bottom: 1px solid var(--border-color);
}


.vehicle-info[b-gg0hbjyeg0] {
    height: calc(100vh - 62px - 65px);
    display: flex;
    flex-direction: column;
    padding-right: 0.75em;
    padding-left: 0.75em;
}

.vehicle-pdf-viewer[b-gg0hbjyeg0] {
    display: none;
}
.vehicle-document-info-container[b-gg0hbjyeg0] {
    min-height: 50px;
}
.vehicle-document-info-buttons[b-gg0hbjyeg0] {
    display: flex;
    align-items: center;
}

    .vehicle-document-info-buttons i[b-gg0hbjyeg0] {
        color: var(--primary-color);
        font-size: 1.2em;
        margin-right: 10px;
    }
    .vehicle-document-info-buttons img[b-gg0hbjyeg0] {
        margin-right: 10px;
    }

.vehicle-document-info-type h5[b-gg0hbjyeg0] {
    color: var(--text-color-60);
    font-size: 1em;
    line-height: 120%;
    letter-spacing: 0.05em;
    margin: 0;
}

.vehicle-document-info-type p[b-gg0hbjyeg0] {
    color: var(--text-color-40);
    font-size: 0.8em;
    line-height: 120%;
    letter-spacing: 0.04em;
    margin: 0;
}

.icon-buttons[b-gg0hbjyeg0] {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .icon-buttons i[b-gg0hbjyeg0] {
        color: var(--text-color-60);
        align-self: center;
        font-size: 24px;
        width: 24px;
        height: 30px;
    }

    .icon-buttons div[b-gg0hbjyeg0] {
        display: flex;
        justify-content: center;
        width: 42px;
        border-right: 1px solid var(--grey-color-30);
    }

        .icon-buttons div:last-of-type[b-gg0hbjyeg0] {
            border-right: none;
        }

    .icon-buttons img[b-gg0hbjyeg0] {
        width: 20px;
        height: 20px;
    }

/*@media (min-width: 1200px) {*/
/*@media (min-width: 992px) {*/
@media (min-width: 768px){
}

@media (min-width: 992px) {
    .vehicle-document-container[b-gg0hbjyeg0] {
        overflow: hidden;
    }

    .vehicle-container[b-gg0hbjyeg0] {
        padding-left: 4em;
        padding-right: 4em;
        flex-direction: row;
    }

    .vehicle-info[b-gg0hbjyeg0] {
        display: flex;
        flex: 1;
    }
    .vehicle-page[b-gg0hbjyeg0] {
        margin-top: 1.2em;
        margin-left: 8vw;
        margin-right: 8vw;
    }
    .vehicle-pdf-viewer[b-gg0hbjyeg0] {
        
        display: flex;
        flex: 2;
    }
}




.vehicle-requeriment-panel[b-gg0hbjyeg0] {
    height: calc(100vh - 320px - 56px - 56px - 42px - 1rem) !important;
    overflow-y: auto;
}

.text-shadow[b-gg0hbjyeg0] {
    /*text-shadow: -1.4px -1.4px 0 #000, 1.4px -1.4px 0 #000, -1.4px 1.4px 0 #000, 1.4px 1.4px 0 #000;*/
    text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
}
