.center-block.in-login .first-top-block .dx-button-has-icon .dx-icon {
    width: 36px;
    height: 36px;
    font-size: 36px;
}

.center-block.in-login .first-top-block .dx-button-has-text .dx-button-content {
    padding-block: 8px;
    -webkit-padding-start: 6px;
    padding-inline-start: 6px;
    -webkit-padding-end: 6px;
    padding-inline-end: 6px;
}

.login-page .center-block.out-login .first-top-block {
    width: 100%;
    max-width: calc(100vw - 40px);
    opacity: 1;
    visibility: visible;
    transition: all 0.5s linear;
}

.center-block.in-login .first-top-block {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s linear;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 4;
    /*max-width: 100vw;*/
    max-width: calc(100vw - 20px);
    margin: 0 10px;
    margin-bottom: 10px;
    border: 1px solid #b5b5b5;
    border-radius: 50px;
    background-color: var(--main-background-color);
}

    .center-block.in-login .first-top-block.hide {
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s linear;
    }

    .center-block.in-login .first-top-block .dx-toolbar .dx-toolbar-item {
        -webkit-padding-end: 0;
        padding-inline-end: 0;
    }

    .center-block.in-login .first-top-block .dx-toolbar .dx-toolbar-items-container {
        height: inherit;
    }

    .center-block.in-login .first-top-block .dx-toolbar .dx-toolbar-button.dx-toolbar-menu-container .dx-button.dx-button-mode-contained.dx-dropdownmenu.dx-dropdownmenu-button {
    }

    .center-block.in-login .first-top-block .dx-toolbar-before {
        min-width: 40px;
        height: var(--first-top-block-height);
        margin-right: 8px;
        /* -webkit-padding-start: 0; */
        /* padding-inline-start: 0; */
        /* -webkit-padding-end: 0; */
        /* padding-inline-end: 0; */
        position: relative;
        top: 0;
        left: auto;
        right: auto;
        width: 100vw;
        justify-self: stretch;
    }

    .center-block.in-login .first-top-block .dx-toolbar-center {
        display: none;
    }

    .center-block.in-login .first-top-block .dx-toolbar-after {
        display: none;
        min-width: 40px;
        margin-right: 10px;
        -webkit-padding-start: 0;
        padding-inline-start: 0;
        -webkit-padding-end: 0;
        padding-inline-end: 0;
    }

    .center-block.in-login .first-top-block .label {
        width: 215px;
        height: 23px;
        font-weight: 800;
        line-height: 23px;
    }

        .center-block.in-login .first-top-block .label .dx-toolbar-item-content {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .center-block.in-login .first-top-block .label .dx-toolbar-item-content > div {
                display: inline-flex;
                justify-content: inherit;
                align-items: inherit;
                height: 30px;
                font-weight: 800;
                font-size: 18px;
                line-height: 23px;
                /*color: #000000;*/
                padding-bottom: 2px;
            }

@-moz-document url-prefix() {
    .center-block.in-login .first-top-block .label .dx-toolbar-item-content > div {
        display: inline-flex;
        justify-content: inherit;
        align-items: inherit;
        height: 30px;
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
        /*color: #000000;*/
        padding-bottom: 2px;
    }
}

.center-block.in-login .first-top-block .label .dx-toolbar-item-content .dx-texteditor.dx-state-readonly:hover,
.center-block.in-login .first-top-block .label .dx-toolbar-item-content .dx-texteditor.dx-state-readonly:hover .dx-texteditor-container,
.center-block.in-login .first-top-block .label .dx-toolbar-item-content .dx-texteditor.dx-state-readonly:hover input {
    cursor: help;
}

.center-block.in-login .first-top-block .label .dx-texteditor-container .dx-texteditor-input {
    width: 100%;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    letter-spacing: 0.02em;
    color: var(--color-logo-red);
    padding: 2px 10px 0 13px;
}

.center-block.in-login .first-top-block .dx-toolbar-items-container .dx-toolbar-after .dx-button .dx-button-content .icon-notification {
    width: 20px;
    height: 22px;
}

.center-block.in-login .first-top-block .dx-toolbar-items-container .dx-toolbar-before .dx-button-mode-text,
.center-block.in-login .first-top-block .dx-toolbar-items-container .dx-toolbar-after .dx-button-mode-text {
    color: #646464;
    height: var(--first-top-block-height);
}

.center-block.in-login .first-top-block .dx-toolbar-items-container .dx-toolbar-before .dx-button-has-icon .dx-button-content,
.center-block.in-login .first-top-block .dx-toolbar-items-container .dx-toolbar-center .dx-button-has-icon .dx-button-content,
.center-block.in-login .first-top-block .dx-toolbar-items-container .dx-toolbar-after .dx-button-has-icon .dx-button-content {
    padding-block: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    align-items: end;
    padding-bottom: 8px;
}

    .center-block.in-login .first-top-block .dx-toolbar-items-container .dx-toolbar-before .dx-button-mode-text.dx-state-hover,
    .center-block.in-login .first-top-block .dx-toolbar-items-container .dx-toolbar-after .dx-button-mode-text.dx-state-hover { /* top-toolbar: hover */
        background-color: rgba(0, 0, 0, 0);
        color: var(--color-logo-red);
    }

.center-block.in-login .first-top-block .dx-toolbar-items-container .dx-button-mode-text.dx-button-has-text .dx-button-content .dx-button-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
}

@-moz-document url-prefix() {
    .center-block.in-login .first-top-block .dx-toolbar-items-container .dx-button-mode-text.dx-button-has-text .dx-button-content .dx-button-text {
        font-weight: 600;
        font-size: 18px;
        line-height: 23px;
    }
}

.center-block .toolbar-style {
    /*height: var(--toolbar-height);*/
    height: var(--first-top-block-height);
    /*margin-bottom: 20px;*/
    background-color: rgba(0, 0, 0, .0);
}

.center-block .toolbar-style-logout {
    /*height: calc(2 * var(--toolbar-height));*/
    height: calc(2 * var(--first-top-block-height));
    background-color: rgba(0, 0, 0, 0);
    background-color: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);
}

    .center-block .toolbar-style-logout .dx-toolbar-items-container {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

        .center-block .toolbar-style-logout .dx-toolbar-items-container .dx-toolbar-before,
        .center-block .toolbar-style-logout .dx-toolbar-items-container .dx-toolbar-center,
        .center-block .toolbar-style-logout .dx-toolbar-items-container .dx-toolbar-after {
            height: 50%;
            width: 100%;
            flex: 0 0 auto;
            position: relative;
        }

        .center-block .toolbar-style-logout .dx-toolbar-items-container .dx-toolbar-before {
            -webkit-padding-end: 0;
            padding-inline-end: 0;
        }

        .center-block .toolbar-style-logout .dx-toolbar-items-container .dx-toolbar-after {
            -webkit-padding-start: 0;
            padding-inline-start: 0;
        }

.center-block.in-login .first-top-block .dx-toolbar-items-container .toolbar-menu-button {
    position: fixed;
    top: 1%;
    right: 14%;
    z-index: 9999;
}