

/* Start:/local/components/korus/contact.persons/templates/.default/style.css?17697328698572*/
.contacts-table {
    display: table;
    font-size: 14px;
    font-weight: 400;
    color: #202020;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
}

.contacts-table .contacts-table-head {
    display: table-header-group;
    color: #7F807F;
    background: #F1F1F1;
}

.contacts-table .contacts-table-body {
    display: table-row-group;
}

.contacts-table .contacts-table-row {
    display: table-row;
}

.contacts-table .contacts-table-body .contacts-table-col {
    border-top: 1px solid #ececec;
}

.contacts-table .contacts-table-col {
    display: table-cell;
    padding: 30px 20px;
}

.contacts-table .contacts-table-col.actions {
    min-width: 100px;
}

.contacts-table .contacts-table-col .action-button {
    display: inline-block;
    margin-bottom: 5px;
}

.contacts-table .contacts-table-col .action-button:last-child {
    margin-bottom: 0;
}

.contacts-table .contacts-table-head .contacts-table-col {
    padding: 16px 20px;
}

a:hover .svg.inline.svg-inline-transparent rect {
    fill: #ffffff;
}

a:hover .svg.inline.svg-inline-transparent svg {
    border: 1px solid #ececec;
    border-radius: 5px;
}

.contact-error-wrapper {
    display: none;
    color: #d2334d;
    margin-bottom: 15px;
}

.contact-form-wrapper .popup-edit-buyer-group {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-bottom: 10px;
}

.contact-form-wrapper .popup-edit-buyer-group .popup-edit-buyer-item input,
.contact-form-wrapper .popup-edit-buyer-group .popup-edit-buyer-item .customselect-main {
    width: calc(100% - 30px);
}

.contact-form-wrapper .popup-edit-buyer-group .popup-edit-buyer-item .customselect-dropdown {
    max-height: 200px;
}

.contact-form-wrapper .popup-edit-buyer-group .button.md {
    margin-left: 30px;
    padding: 11px 15px;
    width: calc(50% - 30px);
}

.contact-form-wrapper .popup-edit-buyer-group .button.md:first-child {
    margin-left: 0;
}
.attorney-filter-section .orders-filter-item.orders-filter-item-icon .input{
    margin-bottom:0;
}
@media only screen and (max-width: 576px) {
    .contacts-table {
        display: block;
    }

    .contacts-table .contacts-table-head {
        display: none;
    }

    .contacts-table .contacts-table-body {
        display: block;
    }

    .contacts-table .contacts-table-row {
        display: flex;
        flex-direction: column;
        border-top: 1px solid #ececec;
    }

    .contacts-table .contacts-table-row:first-child {
        border-top: none;
    }

    .contacts-table .contacts-table-col {
        display: table-cell;
        padding: 10px;
    }

    .contacts-table .contacts-table-col.actions {
        position: absolute;
        right: 0;
    }

    .contacts-table .contacts-table-body .contacts-table-col {
        border-top: none;
    }

    .contacts-table .contacts-table-body .contacts-table-col::before {
        content: attr(data-label);
        display: block;
        width: 50%;
        font-size: 14px;
        font-weight: 500;
        color: #999999;
    }

    .contact-form-wrapper .popup-edit-buyer-group .button.md {
        width: calc(100% - 30px);
    }

    .contact-form-wrapper .popup-edit-buyer-group .button.md:last-child {
        margin-left: 0;
        margin-top: 20px;
    }

    .contact-persons-container .section__titleRow {
        border-bottom: 1px solid #ececec;
        padding-bottom: 25px;
    }

    .contact-persons-container .section__titleRow .title-wrap {
        margin-bottom: 15px;
    }
}

/*filter*/
.phone-attorney-filter-section{
    display: none;
}
.customselect-dropdown-not-autoset {
    max-height: 200px;
    overflow-y: auto;
}
.orders-filter-item{
    width: 400px;
    margin-right: 24px;
    position: relative;
}
.customselect-main-history{
    width: 100% !important;
}
.orders-filter-item .customselect-caption {
    /* width: calc(100% - 34px); */
    white-space: pre;
    overflow: hidden;
}

.svg-icon{
    background-color: white;
    position: absolute;
    right: 10px;
    top: 41px;
}
.attorney-filter-section{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 15px!important;
}

.order-loader {
    display: none;
    height: 240px;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fff;
}
.order-loader-animation {
    position: relative;
    color: #FE601F;
    background: #FE601F;
}
.order-loader-animation::before {
    position: absolute;
    content: ' ';
    width: 30px;
    height: 30px;
    border: 4px dashed #fa9533;
    border-radius: 100%;
    animation: loadingD 1.5s .3s cubic-bezier(.17,.37,.43,.67) infinite;
    left: 50%;
    margin-left: -15px;
    margin-top: -3px;
}
.orders-clear-filter {
    display: none;
    margin-top: 15px;
    align-self: flex-end;
    align-items: center;
    padding-left: 5px;
    margin-bottom: 15px;
    max-width: 130px;
}
.orders-clear-filter svg {
    margin-right: 15px;
}
.orders-clear-filter .sort__item {
    padding: 0;
    min-width: auto;
}
.filter-title{
    display: none;
}

.filter-head-and-btn{
    display: none;
}
.orders-filter-actions{
    display: none;
}
.button-secondary.md.show-mobile-filter svg path {
    fill: #363435;
    transition: fill 0.4s;
}
.button-secondary.md.show-mobile-filter:hover svg path {
    fill: #fff;
}
.order-filter-mobile-footer{
    display: none;
}

@media only screen and (max-width: 1225px) {
    .order-loader {
        height: 120px;
    }

    .orders-filter-item {
        flex-basis: calc(30.0% - 16px);
        max-width: calc(30.0% - 16px);
    }

    .orders-clear-filter {
        width: 100%;
    }
}

@media only screen and (max-width: 750px) {
    .orders-filter-item .korus-label{
        font-size: 12px;
    }
}

@media only screen and (max-width: 576px) {

    .orders-filter-actions {
        display: block;
        margin-top: 20px;
    }

    .phone-attorney-filter-section .ui-datepicker {
        z-index: 1000 !important;
    }

    .phone-attorney-filter-section {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        padding: 16px 12px;
        padding-bottom: 300px !important;
        max-width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        background: #fff;
        z-index: 999;
    }

    .phone-attorney-filter-section .orders-filter-item {
        display: block;
    }

    .phone-attorney-filter-section .filter-title {
        display: flex;
        padding: 0px 30px 30px 30px;
        width: 100%;
        justify-content: space-between;
    }

    .phone-attorney-filter-section .show-mobile-filter {
        display: none;
    }

    .order-filter-mobile .orders-filter-item {
        display: block;
    }

    .filter-title h2 {
        font-size: 24px;
        font-weight: 600;
    }

    .main-filter-section {
        padding: 0 30px 100px 30px;
        margin-top: 25px;
        margin-bottom: 50px;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        overflow: auto;
    }

    .orders-filter-item {
        margin-top: 15px;
        width: 100%;
    }

    .phone-attorney-filter-section .input {
        margin-bottom: 0px;
    }

    .phone-attorney-filter-section .order-filter-mobile-footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 16px;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
        background: #fff;
        z-index: 100;
    }

    .phone-attorney-filter-section .order-filter-mobile-footer {
        display: flex;
    }

    .order-filter-mobile-footer button {
        flex-grow: 1;
    }

    .order-filter-mobile-footer button:not(:first-of-type) {
        margin-left: 16px;
    }

    .orders-filter-item {
        flex-basis: auto !important;
        max-width: 100%;
    }

    .orders-filter-item .korus-label {
        font-size: 15px;
    }

    .attorney-filter-section .orders-filter-item {
        display: none;
    }
    .attorney-filter-section.phone-attorney-filter-section .orders-filter-item {
        display: block;
    }
    .treaties-filter-actions {
        display: block;
        padding-bottom: 30px;
        border-bottom: 1px solid #ececec;
        margin-top: 0px!important;
    }
    .orders-clear-filter{
        display:none!important;
    }
}

@media only screen and (max-width: 576px) {
    .phone-attorney-filter-section {
        padding-bottom: 350px !important;
    }
}

/* End */
/* /local/components/korus/contact.persons/templates/.default/style.css?17697328698572 */
