.cursor-initial {
  cursor: initial;
}

.sort-asc .table-complex__sort {
  transform: rotate(180deg);
}

.select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(../images/arrow.svg);
}

.select2-container--default .select2-selection--multiple:after {
    background-image: url(../images/arrow.svg);
}

.message__docs-add {
  position: relative;
}

.message__docs-add input[type=file] {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.text--sm {
  font-size: 13px;
}

.text--muted {
  opacity: .5;
}

.btn:disabled {
  opacity: .5;
  pointer-events: none;
}

.header__burger {
  cursor: pointer;
}

.has-notifications .notify__icon-svg {
  transform: rotate(27deg);
  opacity: 1;
}

.notify__icon-svg {
  opacity: .4;
}

#notifications-counter.notify__icon-counter {
  display: none;
}

.has-notifications #notifications-counter.notify__icon-counter {
  display: flex;
}

.notify.active .notify-menu {
  top: calc(100% + 18px);
  opacity: 1;
  pointer-events: all;
}

.is-loading .notify-menu__inner {
  opacity: .5;
  pointer-events: none;
}

.is-loading.notify-menu .lds-ring {
  position: absolute;
  top: 0;
  bottom: 0;
}

blockquote {
 border-left: 4px solid #e93f3c;
 margin-left: 0;
 padding: 5px 35px;
 font-style: italic;   
}

#disclosure .company-info ul {
    padding-left: 35px;
    margin-bottom: 10px;
}

#disclosure .company-info li::before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    background-color: #e93f3c;
    margin-right: 15px;
    border-radius: 50%;
    position: relative;
    top: -2px;
}

#disclosure .company-info__inner p:not(:last-child) {
    margin-bottom: 15px;
}

.table-complex--items5 .table-complex__row {
    flex-wrap: wrap;
}
.table-complex.table-complex--items5 .table-complex__body .table-complex__row .table-complex__col {
    font-size: 16px;
    line-height: 1.3;
    padding: 10px;
    position: relative;
}
.table-complex.table-complex--items5 .table-complex__col:nth-child(1) {
    width: 60px;
    order: 1;
}
.table-complex.table-complex--items5 .table-complex__col:nth-child(2) {
    width: 120px;
    order: 2;
}
.table-complex.table-complex--items5 .table-complex__col:nth-child(3) {
    width: calc(100% - 340px);
    order: 3;
}
.table-complex.table-complex--items5 .table-complex__col:nth-child(4) {
    width: 160px;
    order: 4;
}
.table-complex--items5 .table-complex__body .table-complex__col:last-child {
    width: 100%;
    order: 5;
    text-align: right;
    border-top: 1px solid rgba(188, 188, 188, 0.3);
}
.table-complex--items5 .table-complex__notif {
    width: 8px;
    height: 8px;
    margin-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}
@media (min-width: 475.98px) and (max-width: 680px) {
    .table-complex.table-complex--items5 .table-complex__col:nth-child(1) {
        width: 100px;
    }
    .table-complex.table-complex--items5 .table-complex__col:nth-child(4) {
        width: calc(100% - 220px);
        order: 3;
    }
    .table-complex.table-complex--items5 .table-complex__col:nth-child(3) {
        order: 4;
        width: 100%;
    }
}
@media (max-width: 475px) {
    .table-complex.table-complex--items5 .table-complex__col:nth-child(1),
    .table-complex.table-complex--operation.table-complex--calls.table-complex--items5 .table-complex__col:nth-child(2) {
        width: 50%;
    }
    .table-complex.table-complex--items5 .table-complex__col:nth-child(3),
    .table-complex.table-complex--items5 .table-complex__col:nth-child(4) {
        width: 100%;
        text-align: left;
    }
}

.table-complex--items6 .table-complex__row {
     flex-wrap: wrap;
}
.table-complex.table-complex--items6 .table-complex__body .table-complex__row .table-complex__col {
    font-size: 16px;
    line-height: 1.3;
    padding: 10px;
    position: relative;
}
.table-complex--calls.table-complex--items6 .table-complex__header {
    display: none;
}
.table-complex--calls.table-complex--items6 .table-complex__col:before {
     content: attr(data-label);
     display: block;
     font-size: 16px;
     line-height: 20px;
     color: rgba(75, 75, 75, 0.5);
}
.table-complex.table-complex--operation.table-complex--calls.table-complex--items6 .table-complex__col:nth-child(1) {
    width: 56px;
    order: 1;
}
.table-complex.table-complex--operation.table-complex--calls.table-complex--items6 .table-complex__col:nth-child(2) {
    width: 117px;
    order: 4;
}
.table-complex.table-complex--operation.table-complex--calls.table-complex--items6 .table-complex__col:nth-child(3) {
    width: 240px;
    order: 2;
}
.table-complex.table-complex--operation.table-complex--calls.table-complex--items6 .table-complex__col:nth-child(4) {
    width: calc(100% - 296px);
    order: 3;
}
.table-complex.table-complex--operation.table-complex--calls.table-complex--items6 .table-complex__col:nth-child(5) {
    width: calc(100% - 124px);
    order: 5;
}
.table-complex--items6 .table-complex__body .table-complex__col:last-child {
    width: 100%;
    order: 6;
    text-align: right;
    border-top: 1px solid rgba(188, 188, 188, 0.3);
}
.table-complex--items6 .table-complex__notif {
    width: 8px;
    height: 8px;
    margin-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}
@media (max-width: 546px) {
    .table-complex.table-complex--operation.table-complex--calls.table-complex--items6 .table-complex__col:nth-child(1),
    .table-complex.table-complex--operation.table-complex--calls.table-complex--operation.table-complex--calls.table-complex--items6 .table-complex__col:nth-child(2) {
        width: 50%;
    }
    .table-complex.table-complex--operation.table-complex--calls.table-complex--items6 .table-complex__col:nth-child(3),
    .table-complex.table-complex--operation.table-complex--calls.table-complex--items6 .table-complex__col:nth-child(4) {
        width: 100%;
        text-align: left;
    }
}

.display-none {
    display: none;
}