﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import "site.css";

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.header-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.btn-primary {
    color: var(--appColorWhite);
    background-color: var(--appColorBlue);
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgba(21, 96, 189, 0.05);
    border-width: 0px;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    align-items: center;
    line-height: normal;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--appColorWhite);
    background-color: var(--appColorBlue);
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgba(21, 96, 189, 0.05);
    border-width: 0px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    align-items: center;
    line-height: normal;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.img-sm {
    max-width: 40px;
}

.img-disabled {
    opacity: 0.5;
}

.toggle-password {
    cursor: pointer;
}

.iis-navbar {
    background-image: linear-gradient(to right, #033184, #00599f);
}

.iis-footer {
    background-image: linear-gradient(to right, #033184, #00599f);
}

.text-current-culture {
    color: var(--appColorBlue);
    padding: 10px;
    font-size: 16px;
    border-radius: 12px;
    background: #D9E5F5;
    font-weight: 600;
}

.text-unselect-culture {
    color: #727D8D;
    padding: 10px;
    font-size: 16px;
    border-radius: 12px;
    font-weight: 600;
}

.social-media-icon:hover {
    filter: grayscale(10%) sepia(50%);
}

.custom-footer {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    padding-left: 30px;
    border-radius: 30px;
    bottom: 0;
    background: var(--appColorWhite);
    box-shadow: 8px 12px 129px 0px rgba(69, 90, 100, 0.05), -51px 51px 129px 0px rgba(69, 90, 100, 0.05);
    color: var(--appColorBlue);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.twoFa-footer {
    display:flex;
    border-radius: 30px;
    color: var(--appColorBlue);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    justify-content: center;
}

.navbar {
    justify-content: center;
    margin-top: 3%;
}

.custom-logo {
    display: block;
    margin: 0 auto;
    width: 173px;
    height: 43px;
}

.nav-button-container {
    display: flex;
    padding: 6px;
    align-items: flex-start;
    border-radius: 12px;
    border: 1px solid rgba(116, 141, 172, 0.06);
    background: #F5FAFF;
    box-shadow: 8px 12px 129px 0px rgba(69, 90, 100, 0.05), -51px 51px 129px 0px rgba(69, 90, 100, 0.05);
    height: 67px;
    justify-content: center;
    align-content: center;
    width: 75%;
}

.header-text {
    color: #041326;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
}


.under-header-text {
    color: #727D8D;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.oep-info-conteiner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
    .oep-info-conteiner {
       width: 75%;
    }
}

@media screen and (max-width: 600px) {
    .oep-info-conteiner {
        width: 100%;
    }
}

.oep-information {
    height: auto;
    border-radius: 12px;
    border: 1px solid #748DAC0F;
    padding: 14px 20px;
    margin-bottom: 10px;
    background-color: #FCFDFF;
    box-shadow: 8px 12px 129px 0 rgba(69, 90, 100, 0.05), -51px 51px 129px 0 rgba(69, 90, 100, 0.05);
    text-align: center;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.oep-physical-person {
    color: var(--appColorBlue);
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}


.oep-certificate {
    color: #041326;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.86px;
}

.acquisition-method {
    width: 35%;
    height: 60px;
    border-radius: 12px;
    padding: 18px 14px 18px 14px;
    gap: 10px;
    background: #FFFFFF;
    box-shadow: 8px 12px 129px 0px rgba(69, 90, 100, 0.05), -51px 51px 129px 0 rgba(69, 90, 100, 0.05);
    display: flex;
    align-items: center;
    transition: 0.3s;
}

    .acquisition-method:hover {
        transition: 0.3s;
        color: var(--appColorBlue);
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 7px 0px;
        text-decoration: none;
    }

    .acquisition-method:active {
        transition: 0.3s;
        box-shadow: rgba(21, 96, 189, 0.2) 0px 14px 29px 0px;
    }

    .acquisition-method.disabled:disabled, .acquisition-method.disabled {
        filter: grayscale(10%) sepia(50%);
        transition: none;
    }

        .acquisition-method.disabled:hover {
            filter: grayscale(10%) sepia(50%);
            transition: none;
            box-shadow: none;
        }

        .acquisition-method.disabled:active {
            filter: grayscale(10%) sepia(50%);
            transition: none;
            box-shadow: none;
        }

    .code-sending-types {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

.log-type-link {
    height: 55px;
    display: flex;
}

.person-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 34px;
    justify-items: center;
}

@media screen and (min-width: 600px) {
    .person-container {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .person-container {
        width: 100%;
    }
}

.code-text {
    color: #041326;
}

.renew-container .nav-item {
    width: 50%;
    padding: 0px;
}

    .renew-container .nav-item .log-type-link {
        align-items: center;
        color: #727D8D;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        transition-property: all;
        transition-duration: 0.4s;
        transition-timing-function: ease-in-out;
    }

        .renew-container .nav-item .log-type-link.active {
            color: var(--appColorWhite);
            transition-property: background-color;
            transition-duration: 0.4s;
        }

        .renew-container .nav-item .log-type-link:hover {
            transition-property: border;
            transition-property: box-shadow;
            border: 1px solid rgba(0, 123, 255, 0.01);
            border-radius: 12px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        }

        .renew-container .nav-item .log-type-link.active:hover {
            background-color: #1a4478;
            padding: 0;
        }

.oep-information-expiring {
    border: 1px solid rgba(116, 141, 172, 0.06);
    background-color: rgba(251, 77, 61, 0.10);
}

.oep-physical-person-expiring {
    color: #FB4D3D;
    gap: 10px;
}

.oep-certificate-expiring {
    color: rgba(251, 77, 61, 0.70);
}

.renew-cert {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background-color: #13B723;
    /* Frame shadow */
    box-shadow: 8px 12px 129px 0px rgba(69, 90, 100, 0.05), -51px 51px 129px 0px rgba(69, 90, 100, 0.05);
}

.renew-cert-text {
    color: var(--appColorWhite);
    font-style: normal;
    line-height: normal;
}

.expiring-cert {
    color: #FB4D3D;
    border: 1px solid rgba(116, 141, 172, 0.06);
    background: rgba(251, 77, 61, 0.10);
}

.oep-btn.active.expiring-cert {
    transition: 0.3s;
    box-shadow: #f274744a 0px 14px 29px 0px;
    cursor: pointer;
}

    .expiring-cert div {
        color: #FB4D3D;
    }

@media screen and (min-width: 600px) {
    .renew-cert {
        padding: 18px 14px;
    }

    .renew-cert-text {
        font-size: 16px;
    }

    .renew-cert-btn {
        display: flex;
        justify-content: center;
        width: 100% !important;
        margin-top: 4%;
    }
}

@media screen and (max-width: 600px) {
    .renew-cert {
        padding: 18px 14px; 
    }

    .renew-cert-text {
        color: var(--appColorWhite);
        font-size: 16px;
    }

    .renew-cert-btn {
    }
}

.renew-container {
    justify-content: center;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    border-radius: 24px;
    background: var(--appColorWhite);
    /* Frame shadow */
    box-shadow: 8px 12px 129px 0px rgba(69, 90, 100, 0.05), -51px 51px 129px 0px rgba(69, 90, 100, 0.05);
    justify-items: center;
    margin-top: 5%;
    margin-bottom: 15%;
}

.oep-btn:hover {
    transition: 0.3s;
    color: var(--appColorBlue);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 7px 0px;
    cursor: pointer;
}

.oep-btn.active {
    transition: 0.3s;
    box-shadow: rgba(21, 96, 189, 0.2) 0px 14px 29px 0px;
    cursor: pointer;
}

.oep-methods {
    display: none;
    animation: hide 2s;
}

    .oep-methods.active {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        animation: shows 2s;
    }

@keyframes shows {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes hide {
    from {
        opacity: 1;
    }

    to {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    .oep-methods.active {
        margin-top: 20px;
        width: 100%;
    }

    .acquisition-method.oep {
        width: 48%;
    }
}

@media screen and (max-width: 600px) {
    .oep-methods.active {
        gap: 34px;
        width: 100%;
        justify-content: center;
    }

    .acquisition-method.oep {
        width: 93%;
    }
}


.renew-header-text {
    color: #041326;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.renew-document {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #F5F5F5;
    width: 100%;
}

@media screen and (min-width: 600px) {
    .renew-document {
        height: 400px
    }
}

@media screen and (max-width: 600px) {
    .renew-document {
        height: 400px
    }
}
    .renew-cert-email-text {
        text-align: center;
        color: #041326;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        width: 100%;
        color: #727D8D;
    }

    .renew-form form {
        width: 100%;
    }

    @media screen and (min-width: 600px) {
        .renew-cert-email-text {
            font-size: 16px;
        }

        .renew-header-text {
            font-size: 26px;
        }

        .renew-form {
            width: 50%;
        }

            .renew-form form {
                display: flex;
                flex-wrap: wrap;
                gap: 40px;
            }
    }

    @media screen and (max-width: 600px) {
        .renew-cert-email-text {
            font-size: 14px;
        }

        .renew-header-text {
            font-size: 18px;
        }

        .renew-form {
            width: 100%;
        }

            .renew-form form {
                display: flex;
                flex-wrap: wrap;
                gap: 40px;
            }

                .renew-form form .renew-btn-extend {
                    width: 100%;
                }
    }

    .div-placeholder-line {
        width: 1px;
        height: 20px;
        background-color: #617796;
        margin-left: 16px;
        margin-right: 16px;
    }

    .placeholder-container {
        border-radius: 12px;
        border: 1px solid rgba(114, 125, 141, 0.05);
        background: var(--appColorWhite);
        box-shadow: -1px 2px 20px 3px rgba(68, 121, 186, 0.05);
        height: 60px;
        color: #617796;
        align-content: center;
        display: flex;
        width: 100%;
        padding: 18px 14px;
        align-items: center;
        align-content: center;
        gap: 10px;
    }

    .renew-form-method {
        gap: 40px;
        display: flex;
        height: auto;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .twoFa-footer .media-icon {
        position: absolute;
        bottom: 54px;
    }

    .renew-btn-extend {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 12px;
        border: 1px solid rgba(114, 125, 141, 0.05);
        background: var(--appColorBlue);
        box-shadow: -1px 2px 20px 3px rgba(68, 121, 186, 0.05);
        color: var(--appColorWhite);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        transition: 0.3s;
    }

        .renew-btn-extend:hover {
            transition: 0.3s;
            background-color: #1a4478;
        }

    @media screen and (min-width: 600px) {
        .renew-btn-extend {
            width: 100%;
            height: 63px;
            padding: 18px 14px;
        }
    }

    @media screen and (max-width: 600px) {
        .renew-btn-extend {
            width: 100%;
            height: 52px;
            padding: 18px 14px;
        }
    }

    .open-popup {
        display: none;
    }

    .twofa-code-header-text {
        color: #041326;
        text-align: center;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 700px;
    }

    .code-confirmation-btn {
        display: flex;
        width: 388px;
        padding: 18px 10px;
        justify-content: space-between;
        align-items: center;
        border-radius: 12px;
        background: var(--appColorBlue);
        color: var(--appColorWhite);
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .person-container .row {
        justify-content: center;
    }

    .recovery-code-text {
        color: #727D8D;
        text-align: center;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    @media screen and (min-width: 600px) {
        .recovery-code-text {
            font-size: 16px;
        }

        .acquisition-method.w45 {
            width: 45% !important;
        }
    }

    @media screen and (max-width: 600px) {
        .renew-container {
            padding: 20px;
            margin-bottom: 30%;
        }

        .header-text {
            font-size: 18px;
            line-height: normal;
        }

        .under-header-text {
            font-size: 14px;
        }

        .nav-button-container {
            display: flex;
            padding: 6px;
            height: 67px;
            width: 100%;
        }

        .oep-information {
            width: 100%;
            margin-bottom: 34px;
        }

        .oep-physical-person {
            font-size: 12px;
        }

        .oep-certificate {
            font-size: 12px;
        }

        .acquisition-method {
            width: 93%;
        }

        .text-unselect-culture {
            font-size: 12px;
        }

        .text-current-culture {
            font-size: 12px;
        }

        .twofa-code-header-text {
            font-size: 16px;
            width: 100%;
        }

        .renew-btn-extend {
            width: 100%;
        }

        .recovery-code-text {
            width: 100%;
            font-size: 14px;
        }

        .custom-mobile-button {
            display: flex !important;
        }

        .custom-desktop-button {
            display: none !important;
        }
    }

    @media screen and (min-width: 600px) {
        .cert-popup-body {
            display: flex;
            flex-direction: row;
            align-items: center;
            flex-direction: column;
            gap: 26px;
            width: 100%;
            height: 100%;
            justify-content: center;
        }

        .renew-container {
            padding: 30px 40px;
            flex-direction: column;
            align-items: center;
            gap: 40px;
            border-radius: 24px;
            background: var(--appColorWhite);
            box-shadow: 8px 12px 129px 0px rgba(69, 90, 100, 0.05), -51px 51px 129px 0px rgba(69, 90, 100, 0.05);
            justify-items: center;
            width: 75%;
        }

        .cert-popup-content a.close-popup {
            position: absolute;
            top: 25px;
            right: 25px;
            font-size: 25px;
        }

        .popup-image {
            display: flex;
            flex-direction: row;
            justify-content: center;
            width: 170px;
            height: 150px;
            padding: 0;
        }

        .popup-btn {
            display: flex;
            width: 350px;
            height: 50px;
            border: none;
            padding: 18px 10px;
            justify-content: center;
            align-items: center;
            border-radius: 12px;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            transition: 0.3s;
            background: var(--appColorBlue);
            color: var(--appColorWhite);
        }

        .popup-body-header-text {
            color: #041326;
            text-align: center;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .popup-body-text a {
            color: var(--appColorBlue);
        }

        .cert-popup {
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 1000;
            display: none;
            backdrop-filter: blur(5px);
        }

        .cert-popup-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 24px;
            background: var(--appColorWhite);
            padding: 55px 80px;
            width: auto;
            height: auto;
        }

        .custom-mobile-button {
            display: none !important;
        }

        .custom-desktop-button {
            display: flex !important;
        }
    }
