.modal-loading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.8) url('/images/loading.gif') 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading .modal-loading {
    display: block;
    cursor: progress;
}

.chat .chat-history {
    padding: 20px;
    border-bottom: 2px solid #fff;
}

.chat .chat-history ul li {
    list-style: none;
    margin-bottom: 30px;
}

.chat .chat-history .message-data {
    margin-bottom: 15px;
}

.chat .chat-history .other-message {
    background: #e8f1f3;
    text-align: right;
}
.chat .chat-history .message {
    color: #444;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    position: relative;
}
.dataTables_length {
    margin-top: 0px;
    margin-left: -15px;
}
.dataTables_filter > label > input.form-control {
    max-width: 110px;
}
.dataTables_wrapper .row:nth-child(3) > div {
    width: 100% !important;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;

}
.dataTables_info, .dataTables_paginate {
    padding: 0 !important;
}
.dataTables_info {
    margin-bottom: 8px;
}
.dataTables_paginate .pagination {
    justify-content: center !important;
}
.dataTables_paginate .pagination .paginate_button.page-item:first-child,
.dataTables_paginate .pagination .paginate_button.page-item:last-child {
    flex-grow: 1;
}
.dataTables_paginate .pagination .paginate_button.page-item:first-child a,
.dataTables_paginate .pagination .paginate_button.page-item:last-child a {
    max-width: fit-content;
}
.dataTables_paginate .pagination .paginate_button.page-item:first-child a {
    float: right;
}
.dataTables_paginate .pagination .paginate_button.page-item:first-child{
    text-align: right;
}
.dataTables_paginate .pagination .paginate_button.page-item:last-child {
    text-align: left;
}

.delete-selected {
    display: none;
    margin-left: 16px;
}
.selection-counter.d-block ~ .delete-selected {
    display: block;
}

#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    display: none;
}

.form-group-telephones .form-group-telephone:not(:last-child) .button-telephone button.add-telephone,
.form-group-telephones .form-group-telephone:nth-child(7) .button-telephone button.add-telephone,
.form-group-telephones .form-group-telephone:not(:last-child) .button-telephone button.remove-telephone
/*.form-group-telephones:not(:has(.form-group-telephone + .form-group-telephone)) .form-group-telephone .button-telephone button.remove-telephone*/ {
    display: none;
}
