.logo-lg {
    max-width: 140px;
}

.wizard>.content {
    max-width: 860px;
}

.navbar-wrapper {
    background-color: #144047;
}

.nxl-navigation .m-header {
    border-right: none;
}

.btn-primary,
.btn-primary:hover,
.btn.bg-soft-primary:focus,
.btn.bg-soft-primary:hover {
    color: #fff !important;
    border-color: #df5311 !important;
    background-color: #df5311 !important;
}

.table-responsive .dataTables_paginate .active>.page-link,
.table-responsive .dataTables_paginate .page-link.active {
    background-color: #df5311 !important;
    color: #fff !important;
}

.nxl-navigation .navbar-content .nxl-link {
    color: #fff !important;
}

.nxl-navigation .navbar-content .nxl-navbar>.nxl-item.active>.nxl-link,
.nxl-navigation .navbar-content .nxl-navbar>.nxl-item:hover>.nxl-link {
    color: #144047 !important;
}


.mob-navigation-active .navbar-content .nxl-link {
    color: #144047 !important;
}

.nxl-item.nxl-hasmenu {
    margin-bottom: 12px;
}

.nxl-item.nxl-hasmenu .nxl-link {
    padding: 12px 16px;
    margin: 4px 16px !important;
}

/*
  .table-responsive thead{
      background-color: #144047;
  } */

.table-responsive .table tfoot th,
.table-responsive .table thead th {
    background-color: #144047;
    color: #fff;
}

.customers-nav-tabs .nav-item .nav-link {
    color: #144047;
    background-color: rgba(20, 64, 71, 0.127);
}

.customers-nav-tabs .nav-item .nav-link.active {
    color: #fff;
    border-color: #144047;
    background-color: #144047;
}

.wizard>.steps .current a,
.wizard>.steps .current a:active,
.wizard>.steps .current a:hover {
    color: #fff;
    border-color: #144047;
    background-color: #144047;
}

.wizard>.actions a,
.wizard>.actions a:active,
.wizard>.actions a:hover {
    background-color: #df5311;
    border-color: #df5311;
}

.card.profile-card {
    overflow: hidden;
}

.activity-feed .feed-item .text {
    font-weight: 500;
}

.custom-radio {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1.25em;
    height: 1.25em;
    border: 0.15em solid #144047;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.custom-radio:checked {
    background-color: #144047;
    border-color: #144047;
    appearance: none;
}

.custom-height {
    height: 70px;
}

.custom-radio-checkbox {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    border: 0.15em solid #144047;
    border-radius: 50% !important;
    cursor: pointer;
}

.custom-radio-checkbox:checked,
.custom-radio-checkbox.active {
    background-color: #144047;
    border-color: #144047;
}

/* share form modal */
.custom-modal-header {
    padding: 0.5rem 1rem;
}

.custom-copy-link {
    color: inherit;
    text-decoration: none;
    font-size: 0.875rem;
}

.custom-copy-link:hover {
    color: inherit;
    text-decoration: none;
}

.custom-icon {
    font-size: 0.875rem;
}

.custom-copy-text {
    font-size: 0.875rem;
}

.custom-close-button {
    font-size: 0.875rem;
    padding: 0.25rem;
}

.align-left {
    position: absolute;
    left: 0;
}

.copy-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 1000;
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease;
}

.form-check-input:checked {
    background-color: #144047 !important;
    border-color: #144047 !important;
}

.page {
    display: none;
}

.page.active {
    display: block;
}

th.brown-table,
td.brown-table {
    background-color: #6e3319;
}

th.orange-table,
td.orange-table {
    background-color: #ff7900;
}

ul.brown-table {
    background-color: #6e3319;
}

tr.light-brown-table,
td.light-brown-table {
    color: #fff !important;
    background-color: #c05017;
}

/* Custom styles for table */
.table-bordered-double-table th,
.table-bordered-double-table td {
    text-align: center;
    vertical-align: middle;
}

.header {
    font-weight: bold;
    background-color: #8db3e2;
}

/* Signature pag */
.signature-pad {
    cursor: url('/assets/images/signature_pen.png') 1 26, pointer;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

/* Critical incidents report attached file element */
.attached-file-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    height: 30px;
    padding: 0 12px;
    margin: 8px 8px 8px 0;
    max-width: 160px;
    min-width: 64px;
    background-color: #f8f9fa;
    color: #333;
    text-decoration: none;
  }
  
  .attached-file-icon img.critical-report-file-icon {
    margin-right: 8px;
    height: 24px;
    width: 24px;
  }
  
  .attached-file-icon:hover {
    background-color: #e2e6ea;
  }

/* Media query for screens between 768px and 991px */
@media (min-width: 768px) and (max-width: 991px) {
    .custom-radio-checkbox {
        appearance: none;
        border: 0.15em solid #144047;
        /* border-radius: 50%; */
        display: inline-block;
        position: relative;
        cursor: pointer;
    }

    .custom-radio-checkbox:checked {
        background-color: #144047;
        border-color: #144047;
        appearance: none;
    }

    .sign-and-date {
        width: 100% !important;
    }
}