/* /Components/Controls/Buttons/BottomButton.razor.rz.scp.css */
.bottom-buttom[b-m6k40jl7f1] {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 56px;
    bottom: 20px;
    right: 20px;
    background: #64E1D8;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 100;
    opacity: 0.80;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    cursor: pointer;
}
/* /Components/Controls/LoadingSpinner.razor.rz.scp.css */
.spinner-container[b-ejd2r63ely]
{
    position: absolute;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.4);
}

.spinner-image[b-ejd2r63ely] {
    z-index: 99999;
}
/* /Components/HandleError/CustomHandleError.razor.rz.scp.css */
.header-vehicles[b-aio6kes6b4] {
    width: 100%;
    background-color: var(--background-color-120);
    color: var(--text-color-white);
    padding: env(safe-area-inset-top) 20px 0px 20px;
    justify-content: space-between;
    height: calc(56px + env(safe-area-inset-top));
}

.content[b-aio6kes6b4] {
    overflow: hidden;
}

.content-error[b-aio6kes6b4] {
    height: calc(var(--class-content-height) - 56px - 90px) !important;
    overflow-y: scroll;
}

.content-button[b-aio6kes6b4] {
    height: 66px;
}
/* /Layout/LoginLayout/LoginLayout.razor.rz.scp.css */
/* /Layout/MainLayout/MainLayout.razor.rz.scp.css */
/* /Layout/MiscellaneousLayout/MiscellaneousLayout.razor.rz.scp.css */
.flex-container[b-5jodtlz4md] {
    height: 100vh;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}


.flex-item[b-5jodtlz4md] {
    padding: 5px;
    width: 300px;
    height: 300px;
    margin: 10px;
    font-size: 1.2em;
    line-height: 20px;
    text-align: center;
}
/* /Pages/LoginPages/Login/Components/RecoverPasswordModal.razor.rz.scp.css */
/*Referencias*/
.modal-confirmaction[b-sy54ir3fwo] {
    width: 560px !important;
}

.modal-confirmaction-content[b-sy54ir3fwo] {
    height: 300px !important;
}

.modal-blue[b-sy54ir3fwo] {
    background-color: var(--primary-color);
    color: var(--text-color-white);
    border-bottom: none !important;
}

.modal-blue i[b-sy54ir3fwo] {
    color: var(--text-color-white);
}

.message-body[b-sy54ir3fwo] {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    text-align: center;
    font-size: 1.20em;
}
/* /Pages/LoginPages/Login/Login.razor.rz.scp.css */
.login-content[b-jh05yr1rjt] {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.login-footer[b-jh05yr1rjt] {
    flex-shrink: 0;
    height: 100px;
    width: 100%;
    font-style: normal;
    font-variation-settings: 'wght' 400;
    font-weight: 400;
    font-size: 0.825em;
    color: var(--text-color-40);
    cursor: pointer;
}

.login-form[b-jh05yr1rjt] {
    max-width: 350px;
}

.img-logo[b-jh05yr1rjt] {
    padding-bottom: 3em;
}
.img-logo > img[b-jh05yr1rjt] {   
    width: 60vw;
    max-width: 300px;
    margin-left: 30px;
}

.forget-pass[b-jh05yr1rjt] {
    position: absolute;
    bottom: 30px;
    width: 350px;
    font-size: 12px;
    color: grey;
    text-align: center;
}

.rememberMe[b-jh05yr1rjt] {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.rememberMe div:first-of-type[b-jh05yr1rjt]{
    display: flex;
    justify-content: center;
    flex-direction: column;

    color: var(--text-color-30);
    /*width: 100%;*/
    flex: 1;
    /*vertical-align: middle;
    text-align: center;*/
}

.disclaimer[b-jh05yr1rjt] {
    width: 100%;
    margin-top: 50px;
    color: var(--text-color-30);
    cursor: pointer;
    text-align: center;
}
/* /Pages/MainPages/Vehicle/Components/VehicleDetailAsks.razor.rz.scp.css */

.askzone[b-vwj357pej5] {
    width: 100%;
    max-width: 340px !important;
    margin-bottom: 1.4em !important;
    margin-top: .5em;
}


.document-card[b-vwj357pej5] {
    display: flex;
    flex-direction: column;
    min-height: 64px;
    width: 100%;
    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;
    padding: 4px 16px;
    align-content: start;
    justify-content: center;
}

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



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

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

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


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

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

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

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

/*Clases para la transition*/

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

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

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


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



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

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

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

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

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


.question-title-container[b-vwj357pej5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .question-title-container img[b-vwj357pej5] {
        margin-right: 10px;
    }
/* /Pages/MainPages/Vehicle/Components/VehicleDetailDocument.razor.rz.scp.css */
.document-card[b-i1zbau1jyy] {
    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-i1zbau1jyy] {
        border-bottom: none;
    }

.vehicle-document-info-buttons[b-i1zbau1jyy] {
    display: flex;
    align-items: center;
}

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

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

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


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

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

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

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

/*Clases para la transition*/

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

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

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


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



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

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

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

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

    .icon-buttons img[b-i1zbau1jyy] {
        width: 20px;
        height: 20px;
    }
/* /Pages/MainPages/Vehicle/Components/VehicleDetailMenuButtons.razor.rz.scp.css */
.menu-details[b-8fmgf2ohey] {
    border-bottom: 1px solid var(--border-color-110);
    background-color: var(--background-color-white);
    height: 56px;
}

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

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

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

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

    .icon-buttons img[b-8fmgf2ohey] {
        width: 24px;
        height: 24px;
    }

.infotramite[b-8fmgf2ohey] {
   display: flex;
   min-width: 200px;
}
/* /Pages/MainPages/Vehicle/VehicleDetail.razor.rz.scp.css */
.header-container[b-6wrsf5qmyp] {
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
}

.details-header[b-6wrsf5qmyp] {
    margin-top: env(safe-area-inset-top);
    width: 100%;
    height: 56px;
    justify-content: space-between;
    font-family: Outfit;
}

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

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

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

.details-header-client[b-6wrsf5qmyp] {
    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;
}

.content[b-6wrsf5qmyp] {
    /* 260px from header photo and 56px from buttons  */
    height: calc(var(--class-content-height) - 260px - 56px);
}

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

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


/*.document-container {
    flex-direction: column;
    flex-grow: 1;
    height: calc();
    overflow-y: scroll;
}
*/
/* /Pages/MainPages/Vehicle/VehiclePreviewCapture.razor.rz.scp.css */
.header-vehicles[b-tzoh841lab] {
    width: 100%;
    background-color: var(--background-color-120);
    color: var(--text-color-white);
    padding: env(safe-area-inset-top) 20px 0px 20px;
    justify-content: space-between;
    height: calc(56px + env(safe-area-inset-top));
}

.content[b-tzoh841lab] {
    overflow: hidden;
}

.content-pdf-viewer[b-tzoh841lab] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(var(--class-content-height) - 68px - 62px - 56px);
}

.content-action-buttons[b-tzoh841lab] {
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-carrousel-documents[b-tzoh841lab] {
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.camera-container[b-tzoh841lab] {
    height: 100vh;
    display: none !important;
}

.camera-container-document[b-tzoh841lab] {
    background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
    height: 75vh
}

.camera-container-footer[b-tzoh841lab] {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    max-height: 20vh
}

.camera-container-footer-buttons_panel[b-tzoh841lab] {
    display: flex;
    justify-content: space-around;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.details-header-camera-label[b-tzoh841lab] {
    display: flex;
    padding-right: 1rem
}

.details-header-camera[b-tzoh841lab] {
    display: flex;
    justify-content: space-between;
    height: 5vh;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.vehicle-document-info h5[b-tzoh841lab] {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.05em;
    margin: 0;
}

.vehicle-document-info p[b-tzoh841lab] {
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.04em;
    margin: 0;
}

/* Tarjetas de los documentos */

.vehicle-documents-type[b-tzoh841lab] {
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.08em;
    color: var(--text-color-80);
    overflow-y: hidden;
    overflow-x: scroll;
    padding-top: 1em;
    padding-bottom: 0.5rem;
    width: 100%;
}

.vehicle-documents-type div.active[b-tzoh841lab] {
    color: #64E1D8;
    font-weight: bold;
    
}

    .vehicle-documents-type div[b-tzoh841lab] {
        display: flex;
        margin-left: 5px;
        height: 30px;
        padding: 8px;
        white-space: nowrap;
        background-color: var(--background-color-white);
        border: 1px solid var(--border-color);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }

        .vehicle-documents-type div i[b-tzoh841lab] {
            padding-left: 2px;
            color: var(--primary-color);
        }

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


.vehicle-document-icon[b-tzoh841lab] {
    height: 24px;
    font-size: 1.4em;
    padding-left: 1rem;
}
/* /Pages/MainPages/VehicleList/Components/VehicleListCard.razor.rz.scp.css */
.coche[b-dqfc9t31rh],
.coche-warning[b-dqfc9t31rh] {
    font-family: Outfit;
    height: 170px;
    border-bottom: 1px solid var(--border-color);
}

.coche[b-dqfc9t31rh] {
    background-color: var(--warning-color-white);
}

.coche-warning[b-dqfc9t31rh] {
    background-color: var(--warning-color-30);
}


.coche:first-child[b-dqfc9t31rh]{
    min-height: 78px;
}


.header-info-coche[b-dqfc9t31rh]{
    justify-content: space-between;
}

.vehicle-plate-vin[b-dqfc9t31rh],
.vehicle-model[b-dqfc9t31rh],
.user-visualization-date[b-dqfc9t31rh] {
    color: var(--text-color-60);
}

.vehicle-plate-vin[b-dqfc9t31rh] {
    margin-left: 5px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.04em;
}

.vehicle-model[b-dqfc9t31rh] {
    display: flex;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.04em;
    align-items: center;
    width: calc(100% - 10px);
}

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

    .vehicle-model div[b-dqfc9t31rh] {
        margin-left: 5px;
    }

.user-visualization-date[b-dqfc9t31rh] {
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: 0.06em;
}

.img-coche[b-dqfc9t31rh] {
    border-radius: 10px;
    flex: 1 0;
    width: 27.5vw;
    object-fit: cover;
    object-position: center;
}

.buttons-info-coche[b-dqfc9t31rh]{
    display: flex;
    justify-content: center;

}

.buttons-info-coche i[b-dqfc9t31rh] {
    font-size: 24px;
    margin-left: 10px;
}

.buttons-info-coche i:first-of-type[b-dqfc9t31rh] {
    color: var(--warning-color);
}

.icon-warning-disabled i[b-dqfc9t31rh]{
    display: none;
}

.buttons-info-coche img[b-dqfc9t31rh] {
    margin-top: 3px;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.vehicle-list-documents[b-dqfc9t31rh] {
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.08em;
    color: var(--text-color-80);
    overflow-y: hidden;
    overflow-x: scroll;
}

    .vehicle-list-documents div[b-dqfc9t31rh] {
        display: flex;
        margin-left: 3px;
        margin-right: 3px;
        height: 30px;
        padding: 8px;
        white-space: nowrap;
        background-color: var(--background-color-white);
        border: 1px solid var(--border-color);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }

        .vehicle-list-documents div i[b-dqfc9t31rh] {
            padding-left: 2px;
            color: var(--primary-color);
        }

    .vehicle-list-documents img[b-dqfc9t31rh] {
        width: 12px;
        height: 12px;
        margin-left:4px;
        margin-top: 1px;
    }

.warning-document[b-dqfc9t31rh]{
    border-color: var(--warning-color-80) !important;
    background-color: var(--warning-color-40) !important;
}

.warning-document i:last-of-type[b-dqfc9t31rh] {
    color: var(--warning-color-80) !important;
}


.max-h-80[b-dqfc9t31rh] {
    max-height: 80px !important;
}

.thumbnail-view[b-dqfc9t31rh] {
    border-bottom: 1px solid var(--border-color);
    padding: 1rem !important;
}

.thumbnail-view-img[b-dqfc9t31rh] {
    width: 100%;
    aspect-ratio: 1/0.5;
    object-fit: cover;
    border-radius: 6px;
}

.img-warning[b-dqfc9t31rh]{
    margin-right:0.4em;
}
/* /Pages/MainPages/VehicleList/Components/VehiclesListMenuButtons.razor.rz.scp.css */
.menu-container[b-wv5kencrp3] {
    border-bottom: 1px solid var(--border-color-110);
    background-color: var(--background-color-white);
    height: 56px;
}

.actions[b-wv5kencrp3] {
    display: flex;
    justify-content: space-around;
    /*  gap: 10px;
    min-width: 70px;*/
}

    .actions div[b-wv5kencrp3] {
        width: 48px;
    }

        .actions div:nth-of-type(odd)[b-wv5kencrp3] {
            border-right: 1px solid var(--grey-color-30);
        }

        .actions div:nth-of-type(even)[b-wv5kencrp3] {
            border-right: 1px solid var(--grey-color-30);
        }
        .actions div:last-of-type[b-wv5kencrp3] {
            border-right: none;
        }
/* /Pages/MainPages/VehicleList/VehiclesList.razor.rz.scp.css */
.header-vehicles[b-hkikwnttag] {
    width: 100%;
    background-color: var(--background-color-120);
    color: var(--text-color-white);
    padding: env(safe-area-inset-top) 20px 0px 20px;
    justify-content: space-between;
    height: calc(56px + env(safe-area-inset-top));
}

.content[b-hkikwnttag] {
    /* 56px from header and 56px from buttons  */
    height: calc(var(--class-content-height) - 56px - 56px) !important;
}

.header-vehicles-title[b-hkikwnttag] {
    justify-content: center;
    display: flex;
    margin-left: 24px;
    font-size: 1.25em;
}

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

.vehicle-header div:first-of-type[b-hkikwnttag] {
    width: 16px;
    height: 16px;
}

.vehicle-header div[b-hkikwnttag] {
    font-style: normal;
    /*font-weight: 700;*/
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.04em;
}
/* /Pages/ModalPages/Vehicle/Components/LegalWarning.razor.rz.scp.css */
.lista li[b-41up3ngkpf] {
    margin: 10px 0px;
}

ol > li > p:first-of-type[b-41up3ngkpf] {
    font-style: italic;
}

.cookies-table[b-41up3ngkpf]{
    width: 100%;
    color: var(--text-color-40);
    text-align: center;
}

.cookies-table thead[b-41up3ngkpf]{
    background-color: var(--background-color-110);
    color: var(--text-color-white);
}

.cookies-table tbody tr td:last-of-type[b-41up3ngkpf]{
    text-align: initial;
}

a[b-41up3ngkpf] {
    overflow-wrap: break-word;
}

ol[b-41up3ngkpf] {
    padding-left: 28px;
}

ul[b-41up3ngkpf]{
    padding-left: 20px;
}

@media only screen and (max-width: 1024px){
    .cookies-table[b-41up3ngkpf] {
        overflow-x: scroll;
    }
}
/* /Pages/ModalPages/Vehicle/ModalAddVehicle.razor.rz.scp.css */
/* /Pages/ModalPages/Vehicle/ModalDeleteVehicle.razor.rz.scp.css */
.button[b-0ld8f6q2r6] {
    height: 40px !important;
}
/* /Pages/ModalPages/Vehicle/ModalDisclaimerVehiclePublicWeb.razor.rz.scp.css */
.legal-warning[b-ydpyjn2129] {
    overflow-y: scroll;
    padding-right: 10px;
    -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;
    height: 685px;
}

.modal-buttons[b-ydpyjn2129] {
    position: sticky;
    bottom: 0;
    background-color: white;
}

.link-legal-warning:hover[b-ydpyjn2129] {
    color: #0a58ca;
}

.link-legal-warning[b-ydpyjn2129] {
    text-decoration: underline;
    color: #0d6efd;
    text-align: center;
    cursor: pointer;
}

.height-0[b-ydpyjn2129]{
    height:0 !important;
}

@media (max-width: 600px){
    .legal-warning[b-ydpyjn2129] {
        height: 510px;
    }
}
/* /Pages/ModalPages/Vehicle/ModalSaveVehicleDocument.razor.rz.scp.css */
.content[b-2eazh1o60p] {
    height: calc(100vh - env(safe-area-inset-bottom) - 100px) !important;
    overflow: hidden;
}

.content-pdf-viewer[b-2eazh1o60p] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(var(--class-content-height) - 230px);
}

.header-modal[b-2eazh1o60p] {
    padding-bottom: 0.2em;
}
/* /Pages/ModalPages/Vehicle/ModalSendDocument.razor.rz.scp.css */
.body_text[b-3k05ch5xec] {
    padding-bottom:1rem;  
}
/* /Pages/ModalPages/Vehicle/ModalShareLinkDocument.razor.rz.scp.css */
.button-show-more[b-6kyszwp3zg] {
    width: 30px;
    height: 30px;
    line-height: 31px;
    bottom: 20px;
    right: 20px;
    background: #64E1D8;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 30%);
    z-index: 100;
}

.access-code-container[b-6kyszwp3zg] {
    overflow: hidden;
    overflow-y: auto;
    max-height: 105px;
}
