/* Extracted from inline <style> blocks — user */

.table-tours tr.has-unread-messages > td {
    background: #fff8f2 !important;
    border-top-color: #f4b38d !important;
    border-bottom-color: #f4b38d !important;
}

.table-tours tr.has-unread-messages > td:first-child {
    box-shadow: inset 4px 0 0 #e85d2a;
}

.order-conversation-notice {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 10px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #fee8dc;
    color: #a63a15;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.order-conversation-notice__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e85d2a;
    box-shadow: 0 0 0 3px rgba(232, 93, 42, 0.14);
}

.order-conversation-button {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
}

.order-conversation-button__count {
    display: inline-flex;
    min-width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border-radius: 10px;
    background: #fff;
    color: #b42318;
    font-size: 11px;
    font-weight: 800;
}

/* from order-invoices/user-buttons-widget.php */
.invoice-order-form form {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .invoice-order-form form .form-group {
        margin-bottom: 0;
    }
    .invoice-order-form span {
        text-align: left;
    }
    .field-orderinvoices-file {
        margin-bottom: 0;
    }

    .btn-order-invoice-download {
        display: flex;
        align-items: center;
        margin: 1px 0px;
        margin-bottom: 5px;
        width: 174px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .order-invoice-icon {
        width: 55px !important;
        height: 55px !important;
        object-fit: cover !important;
    }

/* from user-transaction/index.php */
.list-products .summary {
    display: none;
}

.list-products .page-item.active .page-link {
    background-color: #104050;
    border-color: #104050;
}

.list-products .page-link {
    color: #104050;
}

/* from user-documents/_form.php */
.field-userdocs-file_name, .field-userdocs-file_desc {
        width:100%;
    }

    .field-userdocs-userfile input[type='file'] {
        position: absolute;
        top: 20%;
        z-index: 2;
    }

    .field-userdocs-userfile .form-control-error-text {
        padding: 72px 0 0 0;
    }
    .custom-file-label {
        z-index: 3;
    }

    .custom-file-label::after {
        cursor: pointer;
    }

/* from sub-agents/_form_edit.php */
.field-userdetail-phone label, .field-userdetail-phone .iti--allow-dropdown {
        width: 100%;
    }
    .contact-editform .select2-container .select2-selection--single {
        background-color: transparent !important;
        color: #000;
    }
    .contact-editform .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999;
        font-size: 14px;
        border-color: #e6edef;
        color: #717171;
        font-weight: 100;
    }
    .contact-editform .select2-container .select2-selection--single {
        height: 36px !important;
    }

/* from user/requests.php */
#alert-wrapper > div > div > div > div.popup__box-info > div > svg {
        display: none;
    }
    .popupBack .popup__box-info {
        min-width: 100%;
    }
    
    .btn:hover {
      opacity: 0.85;
    }

    .btnPay {
      display: flex;
      align-items: center;
      margin: 1px 0px;
      margin-bottom: 5px;
      width: 174px;
      font-size: 12px !important;
      padding: 12px 12px !important;
      font-weight: 600 !important;
    }

    .btn {
      font-size: 12px !important;
      padding: 8px 12px !important;
      font-weight: 400 !important;
      letter-spacing: 0;
    }

    .popover:not(.bs-popover-end) {
        display: none;
    }

/* from user/excursions.php */
#alert-wrapper > div > div > div > div.popup__box-info > div > svg {
        display: none;
    }
    .popupBack .popup__box-info {
        min-width: 100%;
    }
    .btn:hover {
      opacity: 0.85;
    }

    .btnPay {
      display: flex;
      align-items: center;
      margin: 1px 0px;
      margin-bottom: 5px;
      width: 174px;
      font-size: 12px !important;
      padding: 12px 12px !important;
      font-weight: 600 !important;
    }

    .btn {
      font-size: 12px !important;
      padding: 8px 12px !important;
      font-weight: 400 !important;
      letter-spacing: 0;
    }

/* from user/avia.php */
#alert-wrapper > div > div > div > div.popup__box-info > div > svg {
        display: none;
    }
    .popupBack .popup__box-info {
        min-width: 100%;
    }
    .popupBack .popup__box-info .info__title span {
        width: 100%;
    }
    .callout a:hover {
        color: #000;
    }

    .btn:hover {
        opacity: 0.85;
    }

    .btnPay {
        display: flex;
        align-items: center;
        margin: 1px 0px;
        margin-bottom: 5px;
        width: 174px;
        font-size: 12px !important;
        padding: 12px 12px !important;
        font-weight: 600 !important;
    }

    .btn {
        font-size: 12px !important;
        padding: 8px 12px !important;
        font-weight: 400 !important;
        letter-spacing: 0;
    }
    .bd-example-modal-lg .modal-dialog {
        margin: 4rem auto;
    }

    .popover:not(.bs-popover-end) {
        display: none;
    }

/* from user/settings.php */
.field-usersettingsform-email .input-group .input-group-prepend span {
        padding: 0.1rem 0.75rem;
    }
    .error-text {
        display: block !important;
    }
    .form-control[readonly] {
        background-color: #fff;
    }
    .field-usersettingsform-phone {
        position: relative;
        z-index: 3;
    }
    .field-usersettingsform-phone .input-group {
        flex-wrap: nowrap;
    }
    .iti {
        width:100%;
    }
    #datepicker-input:disabled {
        background-color: #fff;
    }

/* from user/index.php */
.card .card-header h5 {
    padding: 30px;
  }
  .block__share p {
    margin: 0 5px 0 0;
  }
  .block__share-items {
    display: flex;
    gap: 10px;
  }
  .block__share-items a img {
    width: 24px;
    height: 24px;
  }

/* from user/transfers.php */
#alert-wrapper > div > div > div > div.popup__box-info > div > svg {
        display: none;
    }
    .popupBack .popup__box-info {
        min-width: 100%;
    }
    .popupBack .popup__box-info .info__title span {
        width: 100%;
    }
    .callout a:hover {
        color: #000;
    }
    .btn:hover {
      opacity: 0.85;
    }

    .btnPay {
      display: flex;
      align-items: center;
      margin: 1px 0px;
      margin-bottom: 5px;
      width: 174px;
      font-size: 12px !important;
      padding: 12px 12px !important;
      font-weight: 600 !important;
    }
    
    .btn {
      font-size: 12px !important;
      padding: 8px 12px !important;
      font-weight: 400 !important;
      letter-spacing: 0;
    }

    .popover:not(.bs-popover-end) {
        display: none;
    }

/* from user/fast-order.php */
.user-fast-order .order-item {
        border-radius: 15px;
        background-color: #e3e6eb;
        padding: 10px 15px;
    }
    .user-fast-order .order-item-content {
        border-radius: 4px;
        background-color: #fff;
        min-height: 130px;
        padding: 5px 10px;
    }

    .user-fast-order .order-item-content p {
        margin-bottom: 0;
    }

    .user-fast-order .user-fast-order-disable {
        font-size: 50px;
        font-weight: 300;
        margin-top: 0 !important;
        transform: translateY(15%);
    }

    .user-fast-order .calendar {
        display: block;
    }
    .user-fast-order .input-date__calendar {
        position: initial;
        margin: 0 auto;
    }
    #calendarModal .close {
        position: absolute;
        right: 55px;
        top: 19px;
        z-index: 4444444;
    }
    #calendarModal .calendar .close {
        top: 38px;
    }
    .calendar__label {
        position: absolute;
        right: 84px;
        color: #007bff;
    }

    .user-fast-order .modal-content{
        background: transparent;
        border: none;
        box-shadow: none;
    }

    .user-fast-order .modal-content.active{
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.2);
        box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 50%);
    }

/* from user/hotels.php */
#alert-wrapper > div > div > div > div.popup__box-info > div > svg {
        display: none;
    }
    .popupBack .popup__box-info {
        min-width: 100%;
    }
    
    .btn:hover {
      opacity: 0.85;
    }

    .btnPay {
      display: flex;
      align-items: center;
      margin: 1px 0px;
      margin-bottom: 5px;
      width: 174px;
      font-size: 12px !important;
      padding: 12px 12px !important;
      font-weight: 600 !important;
    }

    .btn {
      font-size: 12px !important;
      padding: 8px 12px !important;
      font-weight: 400 !important;
      letter-spacing: 0;
    }

    .hotel-slider-1 img:first-child,
    .hotel-slider-2 > p:first-child {
        display: block;
    }

    .popover:not(.bs-popover-end) {
        display: none;
    }

/* from user/referral/index.php */
.table-bordered {
        max-width: 1200px;
    }
    .label-danger {
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .danger {
        color: var(--red-color);
    }
    .card .card-header h5 {
      padding-left: 30px;
    }

/* from user/transfer/_item.php */
.btn_message {
        text-decoration: none !important;
        color: #000 !important;
    }
    .btn_message:hover {
        color: #000 !important;
        text-decoration: underline !important;
    }
    .order-row--files a {
        color: #000;
    }
    .btnPay {
        margin-right: 20px;
        color: #fff;
        text-decoration: none;
    }

/* from user/excursion/_item.php */
.order-table .order-row .order-col {
        display: inherit;
    }

    .btn {
      font-size: 12px;
      padding: 12px 12px;
    }

/* from user/request/_item.php */
.popupBack .popup__box-info .info__title span {
        width: 100%;
    }

    .btnPay {
        margin-right: 20px;
        color: #fff;
        text-decoration: none;
    }

/* from user/request/modal/tourist-form.php */
.modal-edit_tourist .select2-container .select2-selection--single {
        height: 35px !important;
    }
    .modal-edit_tourist #ordertourist-passportfile {
        max-width: 250px;
    }

/* from user/request/modal/form.php */
#ordertourist-passportfile {
        display: block;
    }

    .label-date {
        font-weight: 600;
        margin-bottom: 5px;
    }

/* from userDocs/user-docs/index.php */
.content.kanban .container-fluid {
        margin-left: 0;
        padding: 0;
    }

/* from userDocs/user-docs/parts/model-view-file.php */
.icon-import {
    padding: 0 5px 0 0;
}

/* from userDocs/user-docs/parts/modal-form.php */
.field-userdocs-file_name, .field-userdocs-file_desc {
  width:100%;
}

.field-userdocs-userfile input[type='file'] {
  position: absolute;
  top: 20%;
  z-index: 2;
}

.order-docs-dropzone .field-userdocs-userfile input[type='file'],
.order-docs-dropzone__input {
  position: absolute !important;
  inset: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  cursor: pointer;
  z-index: 2;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
}

.field-userdocs-userfile .form-control-error-text {
  padding: 72px 0 0 0;
}

.order-docs-dropzone .field-userdocs-userfile .form-control-error-text {
  padding: 0;
}

/* order documents modal */
body.order-docs-page-lock {
    overflow: hidden !important;
}

#model-documents .order-docs-modal {
    position: fixed !important;
    inset: 0;
    z-index: 10050 !important;
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    padding: 24px 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: transparent;
    box-sizing: border-box;
}

.modal-backdrop.order-docs-backdrop {
    z-index: 10040 !important;
    background-color: rgba(16, 24, 32, 0.62) !important;
}

.order-docs-modal__dialog.modal-dialog,
.order-docs-modal__dialog {
    width: min(1100px, calc(100vw - 48px)) !important;
    max-width: min(1100px, calc(100vw - 48px)) !important;
    margin: 1.5rem auto !important;
    flex: 0 1 auto;
    box-sizing: border-box;
}

.order-docs-modal__content {
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(16, 64, 80, 0.16);
}

.order-docs-modal__header {
    align-items: center;
    padding: 18px 22px;
    border-bottom: 1px solid #e8eef1;
}

.order-docs-modal__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1f2d3d;
    line-height: 1.35;
}

.order-docs-modal__badge {
    display: inline-flex;
    align-items: center;
    background: var(--red-color, #0b9f6d);
    color: #fff;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.order-docs-modal__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 80vh;
    min-height: 180px;
    padding: 8px 22px 20px;
    overflow-y: auto;
}

.order-docs-modal__table-wrap {
    overflow-x: auto;
}

.order-docs-table {
    margin: 0;
    width: 100%;
}

.order-docs-table thead th {
    padding: 12px 12px 12px 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #7a8a96;
    border-bottom-color: #e8eef1 !important;
    white-space: nowrap;
}

.order-docs-table tbody td {
    padding: 14px 12px 14px 0;
    vertical-align: middle;
    border-bottom-color: #eef2f5 !important;
    color: #2c3e50;
    font-size: 14px;
}

.order-docs-table__col-type {
    width: 28%;
}

.order-docs-table__col-desc {
    width: 42%;
}

.order-docs-table__col-action {
    width: 30%;
    text-align: right;
}

.order-docs-table__type-label {
    display: inline-block;
    font-weight: 500;
    color: #243746;
    line-height: 1.4;
}

.order-docs-table__desc {
    color: #516574;
    line-height: 1.45;
    word-break: break-word;
}

.order-docs-table__desc-empty {
    color: #b0bac3;
}

.order-docs-table__action {
    text-align: right;
    white-space: nowrap;
}

.order-docs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: var(--red-color, #0b9f6d);
    color: #fff !important;
    padding: 8px 16px;
    border: 0;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 10px rgba(var(--red-color-rgb, 11, 159, 109), 0.22);
}

.order-docs-btn:hover,
.order-docs-btn:focus {
    opacity: 0.92;
    color: #fff !important;
    transform: translateY(-1px);
}

.order-docs-btn .icon-import,
.order-docs-btn .icon-printer {
    padding: 0;
    font-size: 14px;
}

.order-docs-btn--add {
    min-width: 180px;
}

.order-docs-modal__footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 4px;
    margin-top: auto;
}

.order-docs-modal__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 24px 12px;
    color: #7a8a96;
    font-size: 14px;
    text-align: center;
    background: #f7fafb;
    border-radius: 10px;
}

@media (max-width: 576px) {
    .order-docs-modal__dialog.modal-dialog,
    .order-docs-modal__dialog {
        width: calc(100% - 16px) !important;
        margin: 1rem auto !important;
    }

    .order-docs-modal__header,
    .order-docs-modal__body {
        padding-left: 16px;
        padding-right: 16px;
    }

    .order-docs-table thead {
        display: none;
    }

    .order-docs-table,
    .order-docs-table tbody,
    .order-docs-table tr,
    .order-docs-table td {
        display: block;
        width: 100%;
    }

    .order-docs-table tbody tr {
        padding: 12px 0;
        border-bottom: 1px solid #eef2f5;
    }

    .order-docs-table tbody td {
        padding: 4px 0;
        text-align: left !important;
        border-bottom: 0 !important;
    }

    .order-docs-table__action {
        padding-top: 10px !important;
    }

    .order-docs-btn,
    .order-docs-btn--add {
        width: 100%;
    }

    .order-docs-modal__footer {
        justify-content: stretch;
    }
}

/* add document form (inline panel inside order docs modal) */
.order-docs-modal.is-form-open .order-docs-modal__title .order-docs-modal__badge {
    opacity: 0.85;
}

.order-docs-modal__form-slot[hidden],
.order-docs-modal__list[hidden] {
    display: none !important;
}

.order-docs-btn--ghost {
    background: #fff;
    color: #516574 !important;
    border: 1px solid #d7e0e6;
    box-shadow: none;
}

.order-docs-btn--ghost:hover,
.order-docs-btn--ghost:focus {
    background: #f4f7f9;
    color: #243746 !important;
    opacity: 1;
    transform: none;
}

.order-docs-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    animation: orderDocsFormIn 0.22s ease;
}

@keyframes orderDocsFormIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.order-docs-form__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.order-docs-form__back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #6a7c89;
    font-size: 13px;
    line-height: 1.2;
    cursor: pointer;
}

.order-docs-form__back:hover {
    color: var(--red-color, #0b9f6d);
}

.order-docs-form__title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1f2d3d;
}

.order-docs-form__fields {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.order-docs-form__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.order-docs-form__label {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #3d4f5c;
}

.order-docs-form__input.form-control,
.order-docs-form__textarea.form-control {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid #d7e0e6;
    border-radius: 8px;
    background: #fff;
    color: #243746;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.order-docs-form__textarea.form-control {
    min-height: 84px;
    resize: vertical;
}

.order-docs-form__input.form-control:focus,
.order-docs-form__textarea.form-control:focus {
    border-color: rgba(var(--red-color-rgb, 11, 159, 109), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--red-color-rgb, 11, 159, 109), 0.12);
    outline: none;
}

.order-docs-form__field .form-group,
.order-docs-form__field .help-block,
.order-docs-dropzone__field {
    margin: 0;
    width: 100%;
}

.order-docs-form__field .form-control-error-text,
.order-docs-dropzone__field .form-control-error-text {
    display: block;
    margin-top: 6px;
    color: #c0392b;
    font-size: 12px;
}

.order-docs-dropzone {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    padding: 18px 16px;
    border: 1.5px dashed rgba(var(--red-color-rgb, 11, 159, 109), 0.35);
    border-radius: 10px;
    background: rgba(var(--red-color-rgb, 11, 159, 109), 0.04);
    cursor: pointer;
    transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.order-docs-dropzone:hover,
.order-docs-dropzone.is-dragover {
    border-color: var(--red-color, #0b9f6d);
    background: rgba(var(--red-color-rgb, 11, 159, 109), 0.08);
}

.order-docs-dropzone.is-filled {
    border-style: solid;
    border-color: rgba(var(--red-color-rgb, 11, 159, 109), 0.45);
    background: #fff;
}

.order-docs-dropzone__input {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer;
    z-index: 2;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
}

.order-docs-dropzone__field {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.order-docs-dropzone__field .form-control-error-text {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 8px;
    z-index: 3;
    pointer-events: none;
}

.order-docs-dropzone__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    pointer-events: none;
}

.order-docs-dropzone__icon {
    display: inline-flex;
    color: var(--red-color, #0b9f6d);
    margin-bottom: 2px;
}

.order-docs-dropzone__text {
    max-width: 280px;
    color: #243746;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.order-docs-dropzone__hint {
    color: #7a8a96;
    font-size: 12px;
}

.order-docs-dropzone__file {
    max-width: 100%;
    color: #243746;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    word-break: break-word;
}

.order-docs-form__footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 4px;
}

@media (max-width: 576px) {
    .order-docs-form__footer {
        flex-direction: column-reverse;
    }

    .order-docs-form__footer .order-docs-btn {
        width: 100%;
    }
}

/* Profile messenger verification notice */
.verification-information {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 0 0 12px;
    padding: 12px 16px;
    border: 1px solid rgba(var(--red-color-rgb, 11, 159, 109), 0.16);
    border-left: 4px solid var(--red-color, #0b9f6d);
    border-radius: 12px;
    background: rgba(var(--red-color-rgb, 11, 159, 109), 0.07);
    color: #243746;
    box-shadow: 0 1px 2px rgba(16, 64, 80, 0.04);
}

.verification-information__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(var(--red-color-rgb, 11, 159, 109), 0.12);
    color: var(--red-color, #0b9f6d);
}

.verification-information__content {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    min-width: 0;
}

.verification-information__text {
    flex: 1 1 240px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    color: #2c3e50;
}

.verification-information__action {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 8px;
    background: var(--red-color, #0b9f6d);
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(var(--red-color-rgb, 11, 159, 109), 0.22);
    transition: opacity 0.2s ease, transform 0.15s ease;
}

.verification-information__action:hover,
.verification-information__action:focus {
    opacity: 0.92;
    color: #fff !important;
    transform: translateY(-1px);
}

@media (max-width: 575.98px) {
    .verification-information {
        padding: 12px 14px;
    }

    .verification-information__action {
        width: 100%;
    }
}

/* invoice pending status in order pay block */
.invoice-generation-status {
    display: inline-flex;
    flex-direction: column;
    gap: 3px;
    box-sizing: border-box;
    width: max-content;
    max-width: 100%;
    margin: 0 0 8px;
    padding: 6px 10px 6px 8px;
    border: 1px solid #f0dfb8;
    border-left: 2px solid #e5a326;
    border-radius: 6px;
    background: #fff8eb;
}

.invoice-generation-status__row {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.invoice-generation-status__dot {
    flex: 0 0 auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #e5a326;
    box-shadow: 0 0 0 0 rgba(229, 163, 38, 0.45);
    animation: invoice-generation-pulse 1.4s ease-out infinite;
}

.invoice-generation-status__title {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
    color: #2c3e50;
    white-space: nowrap;
}

.invoice-generation-status__hint:empty {
    display: none;
}

.invoice-generation-status__hint {
    display: block;
    padding-left: 11px;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.35;
    color: #6a7c89;
    white-space: normal;
}

@keyframes invoice-generation-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(229, 163, 38, 0.45);
    }
    70% {
        box-shadow: 0 0 0 4px rgba(229, 163, 38, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(229, 163, 38, 0);
    }
}

@media (max-width: 420px) {
    .invoice-generation-status {
        width: 100%;
    }

    .invoice-generation-status__title {
        white-space: normal;
    }
}

.messenger-field-disabled {
    opacity: .58;
}

.messenger-field-disabled input:disabled {
    cursor: not-allowed;
    background-color: #f2f4f7 !important;
}
