#popup-alert .popup-window-content{
    background-color: #ffffff;
    padding: 0;
}
.ui-entity-section-control-error-text{
    display: none;
}
.block-loaded:before {
    z-index: 99999;
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.45);
    background-image: url(/local/assets/frontend/img/preloader.svg);
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: fixed;
    top: 0;
    left: 0;
}
.crm-entity-section-tabs .main-buttons-item-link{
    background-color: #bbed21;
    border: 1px white solid;

    padding: 0 10px;
}
.crm-entity-section-tabs .main-buttons-item-link:hover{
    background-color: #d2f95f;
}

.crm-entity-section-tabs .main-buttons-item.--over .main-buttons-item-link, .crm-entity-section-tabs .main-buttons-item:hover .main-buttons-item-link{
    color: #535c69;
}

.crm-entity-section-tabs .main-buttons-item.--over .main-buttons-item-text-title:after{
    height:0px;
}

.crm-entity-section-tabs .main-buttons-item-active .main-buttons-item-link{
    color: #ffffff;
    background-color: black;
}

.crm-entity-section-tabs .main-buttons-item-active:not(.menu-popup-item) .main-buttons-item-text-title:after, .crm-entity-section-tabs .main-buttons-item.--over.main-buttons-item-active:not(.menu-popup-item) .main-buttons-item-text-title:after{
    height:0px;
}

.crm-entity-card-container-content .ui-entity-editor-section-edit .ui-entity-editor-content-block[data-cid="UF_UNION_CLIENT"]{
    display:none;
}