﻿

/*
    Main containers
 */

body {
    font-family: 'Ubuntu';
}

.p1 {
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    padding-top: 1.5rem;
    padding-left: 3.7rem;
    padding-right: 3.7rem;
    overflow-x: hidden;
    margin: auto;
}

.p2 {
    height: 100%;
    width: 100%;
    /* position: fixed; */
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    margin: auto;
}

.d1 {
    left: 0;
    display: flex;
    background-color: #f5f7f8;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
}

.d2 {
    right: 0;
    display: block;
    overflow: hidden;
}

/*
    Items:
 */
.leftPanelColumn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    height: 100%;
    padding-right: 30px;
}

.leftPanelIcon {
    height: 1.5rem;
    width: 1.5rem;
}

#LmnFooter {
    padding-bottom: 1rem;
    padding-right: 30px;
    position: sticky;
}

.leftPanelColumnSmall {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    height: 100%;
    margin: auto;
}

.hrOverride {
    margin: 0 !important;
}

.mainPageHeader {
    margin: 2.3rem 50px 0.75rem 32px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto 12rem 111px;
    justify-items: start;
    align-items: center;
}

#exitButton {
    height: 36px;
    margin-left: auto;
    margin-right: 3.1rem;
    width: 7rem;
}

.cover {
    max-width: 80%;
    align-self: center
}

.f-col {
    display: flex;
    flex-direction: column;
}


.f-row {
    display: flex;
    flex-direction: row;
    position: static;
    width: 100%;
    justify-content: space-between;
}

.fj-st {
    width: 100%;
    align-self: center;
    justify-content: flex-start;
}

.fj-cen {
    width: 100%;
    align-self: center;
    justify-content: center;
}

.fj-end {
    align-self: center;
    justify-self: end;
}

.fa-st {
    width: 100%;
    align-self: flex-start;
}

.fa-cen {
    width: 100%;
    align-self: center;
    justify-content: start;
}

.fa-end {
    width: 100%;
    align-self: flex-end;
    justify-content: center;
}

.pad-100 {
    padding: 100px 200px;
}

.selected {
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

.darkGrey {
    color: #8A8C99;
}

.white {
    color:white !important;
}

.d2_2 article {
    align-self: flex-start;
}



.inp-36 {
    height: 36px;
    font-size: 15px;
}

.h1-20 {
    font-size: 20px;
    font-weight: bolder;
}

.h1-18 {
    font-size: 18px;
    font-weight: bolder;
    line-height: 25.2px;
}

.h1-15 {
    font-size: 15px;
    font-weight: bolder;
}

.fs-15 {
    font-size: 15px;
}

.fs-14 {
    font-size: 14px;
}

.hr-ctext {
    display: flex;
    align-items: center;
}

    .hr-ctext:before,
    .hr-ctext:after {
        content: "";
        flex-grow: 1;
        background: #D2D4D9;
        height: 1px;
        font-size: 0;
        line-height: 0;
    }

    .hr-ctext:before {
        margin-right: 26px;
    }

    .hr-ctext:after {
        margin-left: 26px;
    }

/*
    Bootstrap elements' customizing
 */

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}
.form-control:enabled {
    color: #19181B !important;
}
    .form-control:focus:enabled {
        border-color: #008F91 !important;
        outline: none;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
    }

        .form-control:focus:enabled + #hidePassword {
            border-color: #008F91 !important;
            outline: none;
            -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
            box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
        }

        .form-control:focus:enabled + #hideRepeatedPassword {
            border-color: #008F91 !important;
            outline: none;
            -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
            box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
        }

        .form-control:focus:enabled + .passwordButton {
            border-color: #008F91 !important;
            outline: none;
            -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
            box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
        }

    .form-control:hover:enabled {
        border-color: #19181B !important;
        outline: none;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
    }

        .form-control:hover:enabled + #hidePassword {
            border-color: #19181B !important;
            outline: none;
            -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
            box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
        }

        .form-control:hover:enabled + #hideRepeatedPassword {
            border-color: #19181B !important;
            outline: none;
            -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
            box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
        }

        .form-control:hover:enabled + .passwordButton {
            border-color: #19181B !important;
            outline: none;
            -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
            box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
        }

.form-control::-ms-reveal {
    display: none
}

#passwordTextBox:focus {
    border-right-color: white !important;
}

#repeatedPasswordTextBox:focus {
    border-right-color: white !important;
}

.password:focus {
    border-right-color: white !important;
}

.form-check-input:focus:enabled,
.form-select:focus:enabled {
    border-color: #008F91;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 5px rgb(0, 143, 145);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 5px rgb(0, 143, 145);
}


.form-group-icon {
    position: static;
}

.form-group-icon-textbox {
    position: static;
    width: 100%;
}

.form-group-icon input {
    padding-left: 36px;
    width: 100%;
}

.form-group-icon i {
    position: absolute;
    color: gray;
    left: 14px;
    bottom: 15px;
}

    .form-group-icon i img {
        height: 18px;
    }

.twoImgs {
    display: flex;
    justify-content: left;
    flex-direction: column;
}

.showPassword {
    position: absolute;
    color: gray;
    border: none;
    background: none;
    right: 8px;
    bottom: 13px;
}

    .showPassword img {
        height: 16px;
    }

.input-group select {
    color: gray;
}

.leftPanelRow {
    display: grid;
    align-items: center;
    flex-direction: row;
    grid-auto-flow: column;
    grid-template-columns: auto min-content;
}

.input-validation-error {
    border-color: #ED3A32 !important;
    outline: none;
}

.inputValidationErrorHidePassword {
    border-top-color: #ED3A32 !important;
    border-right-color: #ED3A32 !important;
    border-bottom-color: #ED3A32 !important;
    outline: none;
}

.hidden {
    display: none !important;
}

.appTypeContainerMain {
    background-color: white;
    border-radius: 8px;
    border-color: #D2D4D9;
    border: 1px solid #D2D4D9;
    gap: 40px;
    padding: 30px 40px 120px 40px;
    flex-direction: column;
    display: flex;
}

.appTypeContainer {
    background-color: white;
    border-radius: 8px;
    border-color: #D2D4D9;
    border: 1px solid #D2D4D9;
    padding: 0.9rem;
    gap: 10px;
    width: 32.1rem;
    height: 15.3rem;
    display: flex;
    flex-direction: column;
}

    .appTypeContainer h1 {
        text-align: center;
        width: inherit;
    }

    .appTypeContainer button, .appTypeContainer a {
        width: 9.4rem;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
/*left panel*/

.waayer {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 44px);
}

.loader {
    border: 5px solid #f3f3f3; /* Светлый серый */
    border-top: 5px solid #3498db; /* Синий */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Дополнительный стиль для позиционирования */
#spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.notyf__ripple{
    height:800px;
}