﻿.navbar {
    height: 50px;
}

/*a:hover, a:link, a:visited, a:active {
    color: #2C3537; !*#058ab2;*!
    text-decoration: none;
}*/

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    cursor: pointer;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    marging: 20px;
    margin: 14px;
    padding: 20px;
    color: #fff;
    background-color: #008b8a;
    border-color: #008b8a;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

.btn-close:focus {
    box-shadow: none !important;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    body {
        flex-direction: column;
    }

    .container.biometry__forget__password__container {
        max-width: 100% !important;
        margin-top: 100px !important;
    }

    .forgetPassModalContent {
        width: 100% !important;
    }

    #phoneForget, #newPassInp, #newPassInpConfirm, #documentData, #UserNameName, #newPassInpBiometryChange, #newPassInpConfirmBiometryChange {
        width: 100% !important;
    }
    div#afterCodeConfirmed span#eye1 {
        top: 123px !important;
    }
    div#afterCodeConfirmed span#eye2 {
        top: 332px !important;
    }

    .content {
        margin-bottom:20px;
    }
}

.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;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
}

.footer {
    position: absolute;
    /*bottom: 60px; иначе футер не до конца снизу*/
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

a {
    text-decoration: none !important;
}
/*Посмотреть этот вариант для расстояния между буквами*/
/*h1, h2, h3, h4, h5, h6, p, span, .main li {
    letter-spacing: -0.2px !important;
}*/
.popup.login.simple._auto_height.log_in .close button.btn-close {
    border: none;
}

.button-ani.loaders--block {
    /* display: grid !important; */
}

    .button-ani.loaders--block p { /* Body L */
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 125% */
        text-align: center;
        /* White Background */
        color: #FFFFFF;
    }
/*.LoadersForBlockUi {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: #00000085 !important;
    z-index: 48 !important;
}*/

div.LoadersForBlockUi div.button-ani {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0;
    text-align: center;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    user-select: none;
    display: flex;
    place-content: center;
    gap: 7px;
    top: 40%;
    bottom: 60%;
    margin: auto;
    place-items: center;
    align-items: center;
}

    /*  div.LoadersForBlockUi div.button-ani span {
        z-index: 999;
        background: #f8f9fa !important;
    }*/
    div.LoadersForBlockUi div.button-ani span {
        z-index: 999;
        background: #f8f9fa !important;
        margin: 0px;
        margin-bottom: 85px !important;
    }

.LoadersForBlockUi {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    /* background: #00000085 !important; */
    z-index: 999999 !important;
    opacity: 1;
}
