

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

.customselect-header {
    display: flex;
    justify-content: space-between;
}

.customselect-link {
    margin: 0 30px 8px 0;
    font-size: 16px;
    line-height: 140%;
    cursor: pointer;
}

.popup-edit-buyer-form.no-gutters .customselect-caption{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 50px;
}

.flex-container-treaty{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.customselect-link img {
    margin: -2px 3px 0 0;
}

.customselect-link::after {
    content: '';
    position: absolute;
    top: 21px;
    right: 30px;
    border-bottom: 1px solid #FA9533;
    height: 1px;
    width: 68px;
    opacity: 0;
    transition: all .3s ease;
}

.customselect-link:hover::after{
    opacity: 1;
}

.customselect-btn {
    justify-content: end;
}

.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 {
    position: relative;
    border-top: 1px solid #ececec;
}

.contacts-table .contacts-table-row.overdue .contacts-table-col:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 40%);;
}

.disabled-persons{
    background-color: rgba(153, 153, 153, 0.2);
    pointer-events: none;
    color: rgba(153, 153, 153) !important;
}

.contacts-table .contacts-table-body .contacts-table-col a span {
    border-bottom: 1px solid #fa9533;
}

.contacts-table .contacts-table-body .contacts-table-col.status {
    white-space: nowrap;
}

.contacts-table .contacts-table-body .contacts-table-col.status span {
    display: inline-block;
    width: 85%;
    vertical-align: middle;
    margin-left: 3px;
    white-space: normal;
}

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

.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 0 16px 20px;
    white-space: nowrap;
}

.contacts-table .contacts-table-col:last-child {
    padding-right: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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);
    height: 45px;
}

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

.popup-edit-buyer-item .button-add-recipient {
    font-weight: 600;
    font-size: 16px;
    color: #FA9533;
}

.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;
}

.contact-person-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.contact-person-popup:target {
    opacity: 1;
    visibility: visible;
}

.contact-person-popup-area {
    position: absolute;
    width: 100%;
    height: 100%;top: 0;
    left: 0;
}

.contact-person-popup__wrapper {
    position: relative;
    min-height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 10% 15%;
}

.contact-form-content {
    padding: 40px 40px 0;
}

.contact-person-popup-img {
    z-index: 100;
    position: absolute;
    right: 30px;
    top: 22px;
    width: 16px;
    height: 16px;
}

.contact-person-popup__title {
    margin-bottom: 10px;
}

.phone-attorney-filter-section{
    display: none;
}
.customselect-dropdown-not-autoset {
    max-height: 200px;
    overflow-y: auto;
}
.orders-filter-item{
    width: 265px;
    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: 35px;
}

.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;
}
.orders-clear-filter svg {
    margin-right: 15px;
}
.orders-clear-filter .sort__item {
    padding: 0;
    min-width: auto;
}
.filter-title{
    display: none;
}

/*
* Datepicker styles
*/
.ui-datepicker {
    left: 0 !important;
    top: 145px !important;
    width: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 7px 21px rgb(246 246 246), 0 -1px 6px 0 rgb(83 92 105 / 2%) !important;
}
.ui-datepicker-group {
    width: 30% !important;
}
.ui-datepicker-title {
    font-size: 16px;
}
.ui-widget-content {
    padding: 24px !important;
}
.ui-datepicker-group {
    display: inline-table;
}
.ui-datepicker-group-first,
.ui-datepicker-group-middle {
    margin-right: 20px;
}
.ui-datepicker-calendar thead {
    display: none;
}
.ui-datepicker td {
    padding: 0 !important;
}

td:not(.ui-state-custom-from):not(.ui-state-custom-to) .ui-state-default {
    border: none !important;
    background: none !important;
    padding: 10px !important;
    color: #363435 !important;
    font-size: 16px !important;
}
.ui-datepicker-prev span {
    background-image: url('/local/templates/eastcement/assets/img/general/datepicker-prev.svg') !important;
    background-position: 0px 0px !important;
}
.ui-datepicker-next span {
    background-image: url('/local/templates/eastcement/assets/img/general/datepicker-prev.svg') !important;
    background-position: 0px 0px !important;
    transform: rotate(180deg);
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
    width: 20px;
    height: 14px;
}
.ui-datepicker-prev-hover,
.ui-datepicker-next-hover {
    border: 0 !important;
    background: none !important;
    cursor: pointer;
}
.ui-state-custom-from a {
    border: 1px solid #FA9533 !important;
    border-radius: 3px !important;
    background: none !important;
    padding: 10px !important;
    color: #363435 !important;
    font-size: 16px !important;
}

.ui-state-custom-to a {
    background: #fa9533 !important;
    border: 1px solid #FA9533 !important;
    border-radius: 3px !important;
    color: #fff !important;
    padding: 10px !important;
    font-size: 16px !important;
}

.ui-state-custom-between {
    background: #f1f1f1 !important;
}
.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;
  }

.upload-form{
    width: 400px;
    min-height: 200px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0 !important;

}

.button-upload-file{
    background-color: #7f807f;
    width: 131px;
    height: 49px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .3s cubic-bezier(.785,.135,.15,.86);
    transition: all .3s cubic-bezier(.785,.135,.15,.86);  
    line-height: 140%;
    font-size: 18px !important;
}

@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{
        padding-right: 10%;
        width: 100%;
        text-align: right;
    }
    .contacts-table {
        display: block;
    }

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

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

    .contacts-table .contacts-table-row {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: [first] 33% [second] 33% [third] 33% [end];
        grid-template-columns: [first] 33% [second] 33% [third] 33% [end];
        padding-bottom: 20px;
        border-bottom: 1px solid #ececec;
    }

    .contacts-table .contacts-table-col:nth-child(1),
    .contacts-table .contacts-table-col:nth-child(2),
    .contacts-table .contacts-table-col:nth-child(3) {
        grid-column: first;
    }

    .contacts-table .contacts-table-col:nth-child(4),
    .contacts-table .contacts-table-col:nth-child(5),
    .contacts-table .contacts-table-col:nth-child(6) {
        grid-column: second;
    }

    .contacts-table .contacts-table-col:nth-child(7),
    .contacts-table .contacts-table-col:nth-child(8) {
        grid-column: third;
    }

    .contacts-table .contacts-table-col:nth-child(1),
    .contacts-table .contacts-table-col:nth-child(4),
    .contacts-table .contacts-table-col:nth-child(7) {
        -ms-grid-row: 1;
        grid-row: 1;
    }

    .contacts-table .contacts-table-col:nth-child(2),
    .contacts-table .contacts-table-col:nth-child(5),
    .contacts-table .contacts-table-col:nth-child(8) {
        -ms-grid-row: 2;
        grid-row: 2;
    }

    .contacts-table .contacts-table-col:nth-child(3),
    .contacts-table .contacts-table-col:nth-child(6) {
        -ms-grid-row: 3;
        grid-row: 3;
    }

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

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

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

    .contacts-table .contacts-table-body .contacts-table-col:last-child {
        display: -ms-grid;
        display: grid;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }

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

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

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

    .contact-person-popup__wrapper {
        margin: 20% 15%;
    }

    .customselect-btn {
        margin-left: -30px !important;
    }

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

@media only screen and (max-width: 576px) {
    .clear-dekstop{
        display: none !important;
    }
    .orders-filter-actions{
        display: block;
        margin-top: 20px;
    }
    .attorney-filter-section .orders-filter-item{
        display: none;
    }
    .attorney-filter-section .orders-filter-item:nth-of-type(2){
        display: block;
    }
    .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: auto;
        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;
        margin-bottom: 73px;
        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;
    }
    .contacts-table .contacts-table-row {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: [first] 49% [second] 49% [end];
        grid-template-columns: [first] 50% [second] 50% [end];
        padding-bottom: 20px;
    }

    .contacts-table .contacts-table-col:nth-child(1),
    .contacts-table .contacts-table-col:nth-child(2),
    .contacts-table .contacts-table-col:nth-child(5),
    .contacts-table .contacts-table-col:nth-child(7) {
        grid-column: first;
    }

    .contacts-table .contacts-table-col:nth-child(3),
    .contacts-table .contacts-table-col:nth-child(4),
    .contacts-table .contacts-table-col:nth-child(6),
    .contacts-table .contacts-table-col:nth-child(8) {
        grid-column: second;
    }

    .contacts-table .contacts-table-col:nth-child(1),
    .contacts-table .contacts-table-col:nth-child(4) {
        -ms-grid-row: 1;
        grid-row: 1;
    }

    .contacts-table .contacts-table-col:nth-child(2),
    .contacts-table .contacts-table-col:nth-child(3) {
        -ms-grid-row: 2;
        grid-row: 2;
    }

    .contacts-table .contacts-table-col:nth-child(5),
    .contacts-table .contacts-table-col:nth-child(6) {
        -ms-grid-row: 3;
        grid-row: 3;
    }

    .contacts-table .contacts-table-col:nth-child(7),
    .contacts-table .contacts-table-col:nth-child(8) {
        -ms-grid-row: 4;
        grid-row: 4;
    }

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

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

    .contact-form-wrapper .popup-edit-buyer-group .popup-edit-buyer-item input {
        display:flex;
        display:-webkit-flex;
        flex: 1 0 0;
        -webkit-flex: 1 0 0;
        width: calc(100% - 30px);
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        text-align: left;
    }

    .customselect-btn {
        margin-left: 0px !important;
    }
}
@media only screen and (max-width: 576px) {
    .phone-attorney-filter-section {
        padding-bottom: 350px !important;
    }
}
/* End */
/* /local/components/korus/attorney.list/templates/.default/style.css?176973286916946 */
