﻿@font-face {
    font-family: 'Toyota Regular';
    src: url('../fonts/ToyotaType-Regular.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
    font-display: swap
}
@font-face {
    font-family: 'Toyota Regular Italic';
    src: url('../fonts/ToyotaType-RegularIt.otf') format('opentype');
    font-style: italic;
    font-weight: normal;
    font-display: swap
}

@font-face {
    font-family: 'Toyota Base';
    src: url('../fonts/ToyotaType-book.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
    font-display: swap
}
@font-face {
    font-family: 'Toyota Semibold';
    src: url('../fonts/toyotatype-semibold.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
    font-display: swap
}
@font-face {
    font-family: 'Toyota Light';
    src: url('../fonts/ToyotaType-Light.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
    font-display: swap
}
body {
    font-family: 'Toyota Regular'
}
h1, h2,
.h1, .h2 {
    font-family: 'Toyota Light'
}
h3, h4, h5, strong, .font-weight-bold,
.h3, .h4, .h5 {
    font-family: 'Toyota Semibold'
}
.form-group label {
    font-family: 'Toyota Regular Italic'
}
.validation-errors {
    list-style: none;
    padding: 0;
}
.validation-errors .validation-message{
    margin: 0;
}

.header-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50%;
    position: relative;
}

    .header-image .header-logos {
        position: absolute;
        bottom: 0;
        right: 0;
        text-align: right;
        width: 100%;
        height: 60%;
        padding: .75rem 0;
    }

    .header-image .header-overlay {
        content: "";
        width: 75%;
        height: 25%;
        background: linear-gradient(to right bottom, transparent 50%, #fff 50%);
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .wait-dialog .wait-logo > img,
    .header-image .header-logos > img {
        height: 100%;
        padding: 0 1.25rem;
        position: relative;
    }
.wait-dialog .wait-logo > img + img,
.header-image .header-logos > img + img {
    border-left: 2px solid #282830;
}

.wait-dialog .wait-logo > img:last-of-type,
.header-image .header-logos > img:last-of-type {
    margin-right: 0;
}

@media (max-width: 991.98px) {
    .header-image .header-overlay {
        width: 100%;
        height: 33%;
    }
}


.wait-overlay {
    background-color: transparent;
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 9999;
    display: block;
}

.wait-dialog {
    width: 400px;
    background-color: #fff;
    border: 4px solid #00243A;
    z-index: 101;
    height: 235px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 0 5px white;
    margin-bottom: 3rem;
}

.wait-overlay .wait-dialog {
    top: 100px;
    margin-top: 25vh;
}

.wait-logo {
    height: 70px;
    margin-top: 25px;
    position: relative;
}

.wait-dialog p {
    margin: 0;
    text-align: center;
    font-weight: bold;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 2rem 0 0;
    left: 50%;
    transform: translateX(-50%);
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        margin: 8px;
        border: 6px solid #d40605;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #d40605 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

ul.validation-errors {
    border-left: 1px solid #d40605;
    border-right: 1px solid #d40605;
    padding-left: 30px;
    padding-right: 10px;
    background-color: #fff;
}

    ul.validation-errors:first-of-type {
        border-top: 1px solid #d40605;
        padding-top: 10px;
        margin-bottom: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    ul.validation-errors:last-of-type {
        border-bottom: 1px solid #d40605;
        padding-bottom: 10px;
        margin-bottom: 1rem;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
.loading-panel{
    height: calc(100vh - 150px);
    position: relative;
}
    .loading-panel .lds-ring{
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
.btn-toggle {
    border-radius: 20px 0 0 20px;
    text-align: right;
    width: 55px;
    color: #212529;
    background-color: #f5f5f5;
    border-color: #282830;
}

.btn-group.invalid .btn-toggle {
    color: #d40605;
    background-color: #f5f5f5;
    border-color: #d40605;
}

.btn-toggle:hover,
.btn-toggle.active {
    color: #fff;
    background-color: #282830;
    border-color: #282830;
}

.btn-toggle + .btn-toggle {
    border-radius: 0 20px 20px 0;
    text-align: left;
}
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }