﻿body {
    padding: 0;
    color: #002e6d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f2f4f7;
    --ect-button-text-align: left;
}

a:hover {
    text-decoration: none;
}

.logoHeader {
    z-index: 0;
    width: 100%;
    background-color: white;
}

.logoHeaderSeparator {
    height: 1px;
    margin: 0;
    border: 0;
    background-color: #ccd6e2;
}

.logoHeaderLogo {
    width: 171px;
    height: 32px;
    margin-left: 32px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.logoutBlockContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 24px 12px 12px 16px;
    flex: 1 0 auto;
}

    .logoutBlockContainer .innerLogOutBlock {
        margin: 24px 40px;
    }

    .logoutBlockContainer .logoutBlock {
        border-radius: 4px 4px 4px 4px;
        width: 95vw;
        min-width: 260px;
        max-width: 400px;
        background-color: white;
        max-height: 180px;
        margin-right: 20px;
        margin-bottom: 20px;
    }


.loginBlockContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-left: 10vw;
    flex: 1 0 auto;
}

    .loginBlockContainer .innerLoginBlock {
        margin: auto;
        padding: 10px;
        width: 300px;
    }

    .loginBlockContainer .loginBlock {
        border-radius: 4px 4px 4px 4px;
        width: 95vw;
        min-width: 260px;
        max-width: 400px;
        background-color: white;
        min-height: 350px;
        max-height: 49vh;
    }

    .loginBlockContainer .customerBlock {
        margin-bottom: 20px;
    }

    .loginBlockContainer .employeeBlock {
        margin-left: 20px;
    }

    .loginBlockContainer .blockHeader {
        color: #002e6d;
        font-size: 22px;
        font-weight: 700;
        margin-top: 24px;
        margin-bottom: 10px;
    }

    .loginBlockContainer .howToText {
        margin-bottom: 16px;
        color: #002e6d;
        font-size: 12px;
        line-height: 20px;
        display: flex;
        justify-content: space-around;
    }

.logoutBlockContainer .blockHeader {
    font-family: Montserrat;
    color: #002e6d;
    font-size: 22px;
    font-weight: 500;
    margin-top: 16px;
    margin-bottom: 16px;
    height: 26px;
    line-height: 26px;
    width: 300px;
}

.logoutBlockContainer .blockText {
    color: #002e6d;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    width: 300px;
}

.subtleLinkText {
    border-bottom: dashed 1px #002e6d;
    color: #002e6d;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
}

    .subtleLinkText:hover {
        background-color: #ccd6e2;
        transition-duration: 0.2s;
        transition-property: background-color;
    }

.loginBlockContainer .separator,
.logoutBlockContainer .separator {
    border-bottom: 1px solid #ccd6e2;
    display: inline-block;
    margin-bottom: 3px;
}

.loginBlockContainer .separator {
    width: 119px;
}

.logoutBlockContainer .separator {
    width: 125px;
}

.loginBlockContainer .separatorText {
    color: #7b818b;
    font-size: 12px;
    margin-left: 11px;
    margin-right: 11px;
    text-align: center;
    display: inline-block;
}

.logoutBlockContainer .separatorText {
    color: #7b818b;
    font-size: 12px;
    margin-left: 14px;
    margin-right: 14px;
    height: 14px;
    width: 14px;
    line-height: 14px;
    display: inline-block;
    text-align: center;
}

.loginBlockContainer .secureLogisticsBlock {
    border-radius: 4px;
    height: 9vh;
    width: 250px;
    background-color: #ebf5fb;
    margin-top: 1vh;
    color: #7b818b;
    font-size: 12px;
    padding: 1vh 16px 1vh 16px;
    min-height: 70px;
}

.secureLogisticsBlock .secureHeader {
    font-size: 14px;
    font-weight: 500;
}

#google-dialog {
    --ect-modal-dialog-width: 622px;
    color: #002a71;
    font-size: 12px;
    line-height: 18px;
}

    #google-dialog table {
        table-layout: fixed;
    }

    #google-dialog td {
        font-size: 12px;
        line-height: 18px;
        padding: 8px;
        vertical-align: top;
    }

        #google-dialog td:first-child {
            width: 60px;
        }

    #google-dialog img {
        width: 318px;
        height: 248px;
    }

@media(min-width:450px) {
    .logoutBlockContainer {
        margin: 40px 0 40px 130px;
    }
}

@media (min-width: 800px) {
    .loginBlockContainer .loginBlock {
        height: 50vh;
    }

    .logoutBlockContainer .logoutBlock {
        min-height: 160px;
        width: 380px;
    }
}

@media (max-width: 1400px) {
    #google-dialog {
        --ect-modal-dialog-width: 60vw;
    }
}

@media (max-width: 1080px) {
    #google-dialog {
        --ect-modal-dialog-width: 95vw;
    }

    .logoHeaderLogo {
        margin-top: 11px;
        margin-bottom: 11px;
    }

    .logoutBlockContainer {
        padding: 24px 12px 0 12px;
        margin: 0;
    }

        .logoutBlockContainer .innerLogOutBlock {
            margin: 0;
            padding: 24px 32px;
        }

        .logoutBlockContainer .logoutBlock {
            width: 351px;
            min-height: 145px;
            margin: 0 auto 16px auto;
        }

        .logoutBlockContainer .blockHeader {
            margin-top: 16px;
            line-height: 23px;
            height: 23px;
            font-size: 18px;
        }

        .logoutBlockContainer .blockText {
            font-size: 14px;
            font-weight: normal;
            height: 20px;
            line-height: 20px;
        }

    .loginBlockContainer {
        margin-left: 0;
        margin-top: 24px;
    }

        .loginBlockContainer .innerLoginBlock {
            width: 330px;
        }

        .loginBlockContainer .loginBlock {
            margin: 0 auto;
        }

        .loginBlockContainer .customerBlock {
            margin-bottom: 20px;
        }

        .loginBlockContainer .blockHeader {
            margin-top: 10px;
        }



    .secureLogisticsBlock .secureHeader {
        font-size: 13px;
    }

    .loginBlockContainer .secureLogisticsBlock {
        font-size: 11px;
        width: 310px;
    }

    .loginBlockContainer .separator {
        width: 134px;
    }

    .logoutBlockContainer .separator {
        width: 118px;
    }

    .loginBlockContainer .selectionItem {
        --ect-button-width: 310px;
    }

    .loginBlockContainer .howToText {
        display: flex;
        justify-content: space-around;
    }
}

@media (max-height: 900px) and (max-width: 800px) {
    .loginBlockContainer .employeeBlock {
        min-height: 20vh;
    }
}


.spacer10 {
    padding-top: 10px;
}

.spacer20 {
    padding-top: 20px;
}

.spacer50 {
    padding-top: 50px;
}

.spacer100 {
    padding-top: 100px;
}

.selectionHeader {
    font-size: 17px;
}

.selectionItem {
    margin-top: 0.5vh;
    margin-bottom: 0.5vh;
    display: block;
    --ect-button-width: 250px;
}

.signout {
    overflow-y: hidden;
    overflow-x: hidden;
}

.errorbox-container {
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.errorBox {
    margin-top: 20px;
    color: #002e6d;
}

.general-error {
    font-size: 1.6rem;
    font-weight: 500;
}

#error-page-content {
    text-align: center;
    max-width: 70%;
    margin: auto;
}

.SLbox-container {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#SL-page-content {
    text-align: center;
    max-width: 70%;
    margin: auto;
}
.SL-steps-not-verified, .SL-steps-no-email {
    position: relative;
    margin-top: 25px;
}
.SL-steps-not-verified img, .SL-steps-no-email img {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
}
.steps {
    padding-top: 25px;
    font-weight: bold;
}

.badge-block {
    background-color: #F2F4F7 !important;
    max-width: 400px !important;
}
.badge-container {
    width: 100%;
}
.store-badge {
    height: 50px;
    padding-top: 10px;
    padding-right: 10px;
    display: inline–block;
    float: left;
}
.google-batch {
}
.instruction-container {
    margin-top: 10px;
    padding: 10px;
    float: left;
}
@media(min-width:423px) {
    .badge-block {
        background-color: #F2F4F7 !important;
        max-width: 400px !important;
        margin: 0 !important;
        padding-left: 20px;
    }
    .store-badge {
        width: 40%;
        float: left;
    }
    .google-badge {
        max-height: 50%;
        width: auto;
        margin-right: 20px;
    }
}

@media(min-width:400px) {
    .SLbox-container {
        height: 40%;
    }
}
@media(min-width:850px) {
    #error-page-content, #SL-page-content {
        max-width: 60%;
    }
}
@media(min-width:1020px) {
    #error-page-content, #SL-page-content {
        max-width: 50%;
    }
}
@media(min-width:1220px) {
    #error-page-content, #SL-page-content {
        max-width: 40%;
    }
}
@media(min-width:1500px) {
    #error-page-content, #SL-page-content {
        max-width: 30%;
    }
}
