/*** HOME PAGE ***/

.center-block.in-login .render-block .content-block.home {
    /*height: 100%;*/
    margin-right: var(--content-block-margin-right);
    /*padding-bottom: calc(var(--toolbar-height));*/
    /*width: calc(100% - var(--content-block-margin-left) - var(--content-block-margin-right));*/
}

.center-block .render-block .content-block.home .col {
    padding: 0;
}

/*** GRID BLOCKS ***/

#firstColOfHome,
#secondColOfHome,
#thirdColOfHome {
    width: 100vw;
    max-width: 100vw;
    flex: 1 0 100%;
}

#firstColOfHome {
    order: 3;
    margin-bottom: 20px;
}

#secondColOfHome {
    order: 1;
    height: auto;
    padding: 20px 10px;
}

    #secondColOfHome .card-block .search-block .search {
        gap: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

#thirdColOfHome {
    order: 2;
}

    #thirdColOfHome .col-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 50px;
        width: auto;
        height: auto;
    }

    #thirdColOfHome .mt-2 {
        max-width: 100vw;
        justify-items: center;
    }

        #thirdColOfHome .mt-2 #ContainerAmountForLoadingTextBox {
            max-width: 100vw;
        }

    #thirdColOfHome .dx-field-label {
        padding: 8px 15px 9px 15px;
    }

    #thirdColOfHome .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button) {
        /*margin-right: 10px;*/
        width: 120px;
        min-width: 120px;
    }