html {
    scroll-behavior: smooth;
    /* CSS smooth scroll for browsers that support it */
}

.mr-1 {
    margin-right: 0.25rem;
}

.main-content-wrap {
    padding: 1rem 1rem 0;
}

.breadcrumb,
.separator-breadcrumb {
    margin-bottom: 0.7rem;
}

.layout-sidebar-vertical .sidebar-panel {
    z-index: 102 !important;
}

.cursor-no-drop {
    cursor: no-drop !important;
}

/*-------- START for Data Table --------*/
.bootstrap-table .form-control,
.bootstrap-table .form-select {
    border: 1px solid #d1d5db;
}

.bootstrap-table .form-control:focus,
.bootstrap-table .form-select:focus {
    border: 1px solid #1c3750;
}

.bootstrap-table tbody {
    min-height: 100px !important;
}

.bootstrap-table table thead input.form-control {
    padding-right: 0.1rem !important;
}

.bootstrap-table table thead select.form-control {
    padding-left: 0.6rem;
}

.bootstrap-table table thead input.form-control:read-only {
    background-color: #ffffff !important;
}

.bootstrap-table table thead select.text-gray-500:not([size]) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3E%3C/svg%3E") !important;
    background-size: 10px 5px;
    background-position: right 4px center !important;
}

.bootstrap-table table thead select:not([size]) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3E%3C/svg%3E") !important;
    background-size: 10px 5px;
    background-position: right 6px center !important;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
    z-index: 88 !important;
}

.bootstrap-table .fixed-table-container .table thead th {
    padding: 4px 3px !important;
    vertical-align: baseline !important;
    padding-bottom: 10px !important;
    background-color: unset !important;
}

.card .card-body {
    padding: 1rem !important;
}

body .table> :not(caption)>*>* {
    padding: 0.3rem 0.5rem !important;
}

body .table tr.no-records-found td {
    padding: 15px !important;
}

body select.form-control {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position-x: 96% !important;
    background-position-y: 50% !important;
    padding-right: 1.3rem;
}

body thead {
    --bs-table-bg: #f3f3f3 !important
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
    color: #000000 !important;
}

.bootstrap-table .fixed-table-container .table thead th .both {
    filter: brightness(.5) !important;
}

.styled-button {
    font-size: larger;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white !important;
    text-decoration: none;
    background-image: linear-gradient(210deg, #7236B8 0%, #D34743 100%);
}

.styled-button:hover {
    font-size: larger;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white !important;
    text-decoration: none;
    background-color: #1c3750 !important;
}

.custom-error {
    color: #ff4c51;
    font-size: 13px;
    font-weight: 400;
}

.text-monospace {
    font-family: monospace !important;
}

.font-size-14 {
    font-size: 1rem !important;
}

/*---- START for 2fa3faValidateForm ----*/
.hide-placeholder-on-focus:focus::placeholder {
    opacity: 0;
    /* Hide the placeholder text on focus */
}

.Auth2faCodeInputs:read-only .Auth3faOTPInputs:read-only {
    color: #7f8289 !important;
}

.AuthMainSwitch {
    height: 50px;
    width: 100% !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: lightgray;
    border-radius: 50px;
}

.AuthMainSwitch button {
    background-color: transparent;
    border: none;
    z-index: 10;
    font-weight: 600;
    color: #1c3750;
    outline: none !important;
}

.AuthMainSwitch .backgroundPill {
    position: absolute;
    background-color: white;
    width: 50%;
    height: 40px;
    border-radius: 50px;
    left: 5px;
    transition: 1s;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1)
}

/*---- END for 2fa3faValidateForm ----*/
.reviewtooltip {
    float: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.bordered-row .border-bottom {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 3px;
}

.tab-content.spacing-1 {
    padding: 0.7rem;
}

.w-fits {
    width: fit-content;
}

#menuSearchBar {
    width: 100%;
    min-width: 250px;
}

#filteredMenu {
    position: absolute !important;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 300px;
    z-index: 9999;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

#menuSearchBar input:focus {
    --tw-ring-color: transparent !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border: 0px solid !important;
}

#confirmationModal .modal-header {
    display: block !important;
    border-bottom: none !important;
}

#confirmationModal .modal-footer {
    border-top: none !important;
}

.input-group-prepend {
    position: absolute;
    right: 0.7rem;
    top: 0.7rem;
}

.select2-container {
    z-index: 999 !important;
}

#member-to-member-transfer-form .select2-container {
    z-index: 0 !important;
}

#member-to-member-transfer-form select.form-control {
    background-position-x: 98% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    opacity: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 0.75em .75em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    top: 9px !important;
}

.select2-container--default .select2-selection--single {
    border: 2px solid #d1d5db !important;
}

.select2-container--open .select2-selection {
    --tw-ring-color: #1c3750 !important;
    border-color: #1c3750 !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-radius: 8px !important;
    border: 2px solid #d1d5db;
}

#balanceTransferRestriction .select2-container .select2-selection--multiple {
    padding-top: 8px !important;
    padding-bottom: 10px !important;
    min-height: 50px !important;
    display: inline-block;
    width: 100%;
}

.dark [type=checkbox]:checked:disabled,
.dark [type=radio]:checked:disabled,
[type=checkbox]:checked:disabled,
[type=radio]:checked:disabled {
    background-color: rgb(153 153 153) !important;
}

#description-fields .input-group {
    position: unset !important;
}

.select2_cust .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline !important;
    list-style: none !important;
    padding: 0 !important;
}

.layout-sidebar-large .main-header {
    z-index: 999 !important;
}

/****** Custom css start here ********/
.main-content-wrap {
    width: 100%;
    float: right;
    margin-top: 80px;
    transition: all 0.24s ease-in-out;
    padding: 2rem 2rem 0;
    position: relative;
    min-height: calc(100vh - 80px);
    background: #f3f3f9;
}

.bootstrap-table .table tbody tr.no-records-found td:nth-last-child(1) {
    display: table-cell !important;
}

.bootstrap-table table tbody td:nth-last-child(1) a {
    margin: 0 3px !important;
    padding: 5px !important;
}

body .bootstrap-table table {
    border: 0 !important;
    border-collapse: collapse;
    border-color: #c7c7c7 !important;
}

.bootstrap-table .table-bordered> :not(caption)>*>* {
    border-width: 0 0px !important;
}

.bootstrap-table .table-bordered> :not(caption)>* {
    border-width: 1px 0;
    border-color: #dddddd;
    padding: 10px;
}

.bootstrap-table .fixed-table-container .table td,
.bootstrap-table .fixed-table-container .table th {
    padding: 0.7rem !important;
    white-space: nowrap;
}

.bootstrap-table .fixed-table-container .table td {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.bootstrap-table .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: transparent !important;
}

.fixed-table-toolbar .btn-secondary:hover,
.fixed-table-toolbar .btn-outline-secondary:hover,
.fixed-table-toolbar .btn-secondary:focus,
.fixed-table-toolbar .btn-outline-secondary:focus {
    box-shadow: unset !important;
}

body .card {
    box-shadow: 0 1px 2px rgba(56, 65, 74, .15) !important;
}

.bootstrap-table table thead th .th-inner {
    font-size: 14px !important;
    line-height: 14px !important;
}

body select {
    -webkit-appearance: none !important;
    /* Chrome, Safari, Edge */
    -moz-appearance: none !important;
    /* Firefox */
    appearance: none !important;
    /* Standard property */
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
    margin-bottom: 5px !important;
}

.bootstrap-table .table>thead tr {
    border-top: 0 !important;
}

.fixed-table-toolbar a.btn,
.fixed-table-toolbar button {
    border: 1px solid #adadad !important;
}

.bootstrap-table table> :not(caption)>* {
    border-width: 1px 0 !important;
    border-color: #dddddd !important;
}

.bootstrap-table .table> :not(caption)>*>* {
    border-width: 0 !important;
}

.text-center.bootstrap-datatable-loader {
    min-height: 50px;
    max-height: 50px;
    position: relative;
    top: 16px;
}

.datatable-bubble-circle.spinner-bubble {
    font-size: 5px;
}

.bootstrap-datatable-loader .loader.spinner-bubble.spinner-bubble-primary {
    padding: 0 !important;
    margin: 0 !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #456978;
    cursor: pointer;
}

[multiple]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
select:focus,
textarea:focus {
    --tw-ring-color: #6363c1 !important;
    border-color: #6363c1 !important;
}

/****** Custom css over here ********/

#editBasicInformationModal .modal-dialog {
    width: 1000px !important;
    min-width: 1000px !important;
}

#exampleModal .modal-dialog {
    width: 500px !important;
    min-width: 500px !important;
}

/*---- START for customize sidebar ----*/
.layout-sidebar-large .sidebar-left-secondary {
    left: calc(-320px - 20px);
}

/*---- END for customize sidebar ----*/

.my-striped-table tbody tr:nth-child(odd) {
    --bs-table-accent-bg: rgb(67 11 68 / 5%) !important;
    color: #182d58 !important;
}

.my-striped-table thead {
    --bs-table-accent-bg: rgb(67 11 68 / 5%) !important;
    color: #182d58 !important;
}

.my-striped-table .no-records-found {
    --bs-table-accent-bg: rgb(67 11 68 / 5%) !important;
    color: #182d58 !important;
}

.table tbody span.status-orange,
.table tbody span.status-danger,
.table tbody .status-success,
.table tbody span.status-warning,
.table tbody span.status-info,
.table tbody span.status-purple {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    font-size: 14px;
    border-radius: 20px;
    width: 100%;
    min-width: 100%;
    height: 30px;
    vertical-align: middle;
}

.table tbody .status-success,
#impact-match-status span.status-success {
    background-color: #3a974c21 !important;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 25px;
}

.table tbody span.status-danger,
#impact-match-status span.status-danger {
    background-color: #ff00001a !important;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 25px;
}

.table tbody span.status-warning {
    background-color: rgba(243, 245, 165, 0.49) !important;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 25px;
}

.table tbody span.status-orange {
    background-color: #fecba1 !important;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 25px;
}

.table tbody span.status-info {
    background-color: #0dcaf029 !important;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 25px;
}

.table tbody span.status-purple {
    background-color: #dfdbe9 !important;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 25px;
}

.currency_tab {
    height: 34px;
}

.currency_tab .badge {
    border-radius: 8px !important;
}

.deposit-dashboard-section,
.withdrawal-dashboard-section {
    width: 50%;
}

@media only screen and (max-width: 1580px) {

    .deposit-dashboard-section,
    .withdrawal-dashboard-section {
        width: 100%;
    }
}

/*---- Witdrawal setting input ----*/
@media only screen and (min-width: 1560px) {
    .withdrawal-setting-input {
        max-width: 50%;
    }
}

/*---- START for customize sidebar ----*/
.app-admin-wrap.sidebar-full .sidebar-panel {
    width: 290px !important;
}

@media only screen and (max-width: 1150px) {
    .app-admin-wrap.sidebar-full .sidebar-panel {
        left: -290px;
    }
}

@media only screen and (max-width: 1150px) {
    .app-admin-wrap.sidebar-full .main-content-wrap {
        width: calc(100% - 0px) !important;
    }
}

.loadscreen {
    height: 100% !important;
    z-index: 999999 !important;
}

.app-footer {
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
}

.main-content {
    margin-bottom: 90px !important;
    margin: auto;
    padding: 1rem 2rem;
}

.sidebar-panel .main-menu .metismenu .active::before {
    left: 0;
}

.sidebar-panel .main-menu .metismenu ul {
    padding: 0px !important;
}

body .layout-sidebar-vertical.sidebar-closed .sidebar-panel .main-menu .metismenu ul {
    padding: 0px !important;
}

.layout-sidebar-vertical.sidebar-closed .sidebar-panel .side-nav .main-menu ul {
    padding-left: 12px !important;
}

.Ul_li--hover::before {
    /* width: 335px;
    left: -345px; */
    opacity: 0;
}

.activeMenu::before,
li.item-name:hover:before {
    width: 92%;
    content: "";
    background: linear-gradient(135deg, rgb(19 25 36), rgb(51 65 85));
    position: absolute;
    height: 36px;
    /* opacity: 0.1; */
    right: 0;
    left: 10px;
    /* transition: all 400ms ease; */
    z-index: -1;
    border-radius: 8px;
}

.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li.item-name.activeMenu>*,
.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li.Ul_li--hover.active.mm-active>span.item-name,
.item-name:hover>span.item-name,
.item-name:hover>a {
    color: #FFFFFF !important;
}

.metismenu .has-arrow:after {
    right: 1em !important;
}

.app-admin-wrap.sidebar-full .main-content-wrap {
    width: calc(100% - 290px);
    padding: 0rem;
}

.gull-brand .large-logo {
    width: 150px !important;
}

.gull-brand .small-logo {
    width: 60px !important;
}

.sidebar-closed .large-logo {
    display: none;
}

.sidebar-full .large-logo {
    display: block;
}

.sidebar-full .small-logo {
    display: none;
}

.sidebar-closed .small-logo {
    display: block;
}

.metismenu .has-arrow[aria-expanded=true]:after,
.metismenu .mm-active>.has-arrow:after {
    -webkit-transform: rotate(45deg) translateY(-50%) !important;
    transform: rotate(45deg) translateY(-50%) !important;
}

/*---- END for customize sidebar ----*/
#menuSearchBar .select2 .select2-selection {
    background-color: #f3f4f6 !important;
    border-color: #f3f4f6 !important;
    border-radius: 20px !important;
    padding-left: 25px !important;
    max-height: 38px !important;
}

#menuSearchBar .select2 .select2-selection__rendered {
    max-height: 38px !important;
}

#menuSearchBar .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
    font-size: 0.8rem !important;
    padding-top: 0px !important;
}

#menuSearchBar .select2 .select2-selection__placeholder {
    color: #8a8f98 !important;
}

#menuSearchBar .select2 .select2-selection__arrow {
    display: none;
}

#menuSearchBar .select2 .select2-selection::before {
    content: "\f52a";
    font-family: "bootstrap-icons" !important;
    speak: none;
    color: #6b7280;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 10px;
    left: 8px;
    font-size: 18px;
}

.custom-label {
    z-index: 99999;
}

.main-content-wrap.sidebar-full-z-index {
    z-index: unset !important;
}

.form-switch [type=checkbox]:checked {
    background-color: #1c3750 !important;
}

.form-switch .form-check-input {
    width: 2rem;
    height: 1rem;
    margin-right: 5px;
    margin-top: 1.9px;
}

.form-switch .form-check-input:checked {
    background-size: .70rem .70em;
}

.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.auth-input-div-max-width {
    max-width: 300px;
}

#full-screen-icon {
    width: 45px !important;
    height: 45px !important;
}

#full-screen-icon:hover {
    background: transparent !important;
}

.form-switch input[readonly] {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

i.fas.fa-info-circle {
    color: #B0B0B0 !important;
}

.form-control,
.form-select {
    border: 2px solid #d1d5db;
}

.form-control:disabled,
.form-control:read-only {
    opacity: 1;
    border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
    color: #7f8289 !important;
}

.form-select:disabled {
    background-color: #e5e7eb !important;
    border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
    color: #7f8289 !important;
}

.form-select option:disabled {
    background-color: #e5e7eb !important;
    color: #7f8289 !important;
}

input.form-control[readonly],
input.form-control[readonly]:hover,
input.form-control[readonly]:focus,
input.form-control[readonly]:active {
    border-color: #ccc !important;
    box-shadow: none !important;
    outline: none !important;
}

.form-control::file-selector-button {
    background-color: #2d3238 !important;
}

[multiple]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
select:focus,
textarea:focus {
    box-shadow: 0 0 0 0 !important;
}

[multiple]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
select:focus,
textarea:focus {
    --tw-ring-color: #1c3750 !important;
    border-color: #1c3750 !important;
    border-width: 2px;
}

.bootstrap-table .btn {
    min-width: unset;
}

.invalid-input {
    border-color: #ff4c51 !important;
}

.invalid-input:focus {
    border-color: #ff4c51 !important;
}

/* new icon css start */
#menu i.bi {
    margin-right: 5px;
    font-size: 1.25rem !important;
}

#menu i.bi-record-circle-fill {
    font-size: 1rem !important;
}

.side-menu i.bi {
    font-size: 1rem !important;
}

/* new icon css end */

.event-details-modern {
    padding: 20px;
    padding-bottom: 5px;
}

@media screen and (max-width: 1026px) {
    .event-details-modern {
        padding: 0px;
    }
}

.invalid-input+.select2-container .select2-selection {
    border-color: #ff4c51 !important;
}

.radio input[disabled]~span {
    color: inherit !important;
    /* normal text */
}

@media only screen and (max-width:675px) {
    .card-header .w-50 {
        width: 100% !important;
    }

    .main-content {
        padding: 1rem !important;
    }

    .breadcrumb h1,
    .breadcrumb .h1 {
        font-size: 1rem;
    }

    div#toolbarArchived {
        display: flex !important;
        gap: 10px !important;
        flex-wrap: wrap !important;
        justify-content: end !important;
    }

    #editBasicInformationModal .modal-dialog {
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .gap-y-2 {
        row-gap: 10px !important;
    }

    .mob-response {
        flex-wrap: wrap !important;
        gap: 20px !important;
    }
}

/* Start Identity Verification Activity Log */
#identity_verification_activity_bstable td:nth-child(4) {
    white-space: break-spaces !important;
}

/* End Identity Verification Activity Log */

/* Status Pills */
.status-pills,
.rank-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 10px;
}

.status-pill,
.rank-pill {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.status-pill input[type="checkbox"],
.rank-pill input[type="checkbox"] {
    display: none;
}

.pill-content {
    display: flex !important;
    align-items: center !important;
    padding: 5px 8px !important;
    background: linear-gradient(135deg, #1c3750 0%, #1b2d3d 100%) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 20px !important;
    color: white !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    gap: 6px !important;
}

.status-pill.active .pill-content,
.rank-pill.active .pill-content {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border: 1.5px solid white
}

.status-pill:hover .pill-content,
.rank-pill:hover .pill-content {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

/* Status Indicators */
.status-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.status-indicator.pending {
    background: #ffc107;
}

.status-indicator.active {
    background: #28a745;
}

.status-indicator.deleted {
    background: #6c757d;
}

.status-indicator.suspended {
    background: #fd7e14;
}

.status-indicator.abandoned {
    background: #dc3545;
}

.status-indicator.lockout {
    background: #007bff;
}

.user-reply {
    background-color: #f1f8ff !important;
    border-left: 4px solid #007bff;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
    align-self: flex-start;
}

.agent-reply {
    background-color: #fff8e1 !important;
    border-left: 4px solid #ffc107;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
    align-self: flex-end;
}

.collapse {
    display: none !important;
    visibility: hidden !important;
}

.collapse.show {
    display: block !important;
    visibility: visible !important;
}

.hide {
    display: none;
}

.m-float-none {
    float: unset !important;
}

.live-activity-height {
    height: 96% !important;
}

div#dynamic-dashboard-widgets .card-header.p-2 {
    min-height: 36px !important;
}

.image_icon {
    font-size: 60%;
    left: 90%;
    top: -17%;
}

/*---- START for magnific-popup ----*/
/* Only apply to PDF iframe popups */
.mfp-iframe-holder .mfp-content {
    width: 80% !important;
    height: 80vh !important;
    max-width: 80% !important;
    max-height: 80vh !important;
    margin: 0 auto;
}

.mfp-iframe-holder iframe {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.mfp-content {
    max-width: 100%;
    max-height: 100vh;
}

.mfp-zoom-actions {
    position: absolute;
    top: 10px;
    right: 50px;
    z-index: 1046;
    display: flex;
    gap: 10px;
}

.mfp-zoom-actions button {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    outline: none;
    font-size: 16px;
}

.mfp-zoom-actions button:hover {
    background: rgba(0, 0, 0, 0.9);
    border-color: #fff;
    transform: translateY(-2px);
}

.mfp-img {
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    transform-origin: center center;
    cursor: zoom-in;
    /* Primary cursor: Mag with plus */
}

.mfp-img.mfp-zoomed {
    cursor: zoom-out;
    /* When zoomed: Mag with minus */
}

.mfp-img.mfp-dragging {
    cursor: grabbing !important;
    /* While dragging: closed hand */
}

.mfp-figure figure {
    margin: 0;
    overflow: visible !important;
}

/* Allow scrolling in the holder if image is larger than screen when zoomed */
.mfp-image-holder .mfp-content {
    cursor: default;
}

.mfp-container {
    overflow: auto !important;
}

.mfp-figure::after {
    display: none !important;
}

.mfp-bg,
.mfp-wrap {
    z-index: 10000 !important;
}

/*---- END for magnific-popup ----*/

/* Numeric column alignment for datatable */
.numeric-column-align {
    text-align: right;
    white-space: nowrap;
}

th.numeric-column-align input.form-control::placeholder {
    text-align: right;
}

/* Hover icon effect for document links */
.link-hover-icon .bi-arrow-up-right {
    opacity: 0;
}

.link-hover-icon:hover {
    text-decoration: underline;
}

.link-hover-icon:hover .bi-arrow-up-right {
    opacity: 0;
}

.view-link {
    color: #16B1FF !important;
}

/* #ticket_responses p {
    white-space: break-spaces;
} */

#searchMember,
#searchTicket {
    padding: 0px !important;
}

.header-search-box {
    display: flex;
    align-items: center;
    background: #f3f4f6;
    border-radius: 30px;
    padding: 7px 10px;
    width: 260px;
    transition: all .2s ease;
}

.header-search-box i {
    color: #6b7280;
    font-size: 18px;
    margin-right: 8px;
    margin-bottom: -5px;
}

.header-search-box input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    font-size: 14px;
    color: #333;
}

.header-search-box input::placeholder {
    color: #8a8f98;
}

.header-search-box:focus-within {
    background: #e8edf3;
}

.header-search-dropdown {
    position: absolute;
    top: 48px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e4e6eb;
    max-height: 250px;
    overflow-y: auto;
    display: none;
    z-index: 9999;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.header-search-item {
    padding: 10px 14px;
    font-size: 12px;
}

.header-search-item a {
    text-decoration: none;
    color: #333;
    display: block;
}

.header-search-item:hover {
    background: #f5f7fa;
}

.header-search-item:hover {
    background: #192b3c;
}

.header-search-item:hover a {
    color: white;
}

section#deposit .container-fluid.py-3 {
    padding: 0px !important;
}

.deposit-guide-section.mt-4 {
    margin-top: 0 !important;
}

#progressbar.progressbar-fiat li strong,
#progressbar.progressbar-crypto li strong {
    #progressbar li strong {
        display: none !important;
    }
}

#impactMatchDetailsModal .card-title {
    margin-left: 13px !important;
}

.list-inside {
    list-style-type: disc !important;
}

.text-amber-600 {
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
}

.bg-amber-500\/10 {
    background-color: rgba(245, 158, 11, 0.1);
}

.note-break {

    white-space: normal !important;
    /* default wrapping */
}

#progressbar.progressbar-crypto li strong,
#progressbar li strong {
    display: none !important;
}

/* ============================================================
   Generic clickable link — press-inward hover effect
   Applies to ALL <a> tags EXCEPT UI-framework elements.
   ============================================================ */

a:not(.btn):not(.nav-link):not(.dropdown-item):not(.dropdown-toggle):not(.page-link):not(.hero-button):not(.metismenu a):not(.close):not(.mfp-close):not(.open-milo):not(.browse-btn-custom):not(.assisted-join-btn):not(.change_email_link):not(.copy-button):not(.fileuploader-input-button):not(.custom-file-upload):not([class*="pagination"]):not([role="tab"]):not(.fc-daygrid-day-number):not(.fc-event):not(.list-group-item):not(.tag-link):not(.trigger-btn):not(.search-cat):not(.search-sub-cat):not(.nounder-animate):not(.eth-link-address):not(.actionBtnMargin):not(.actionBtnMargin):not(.update_certificate_edit):not(.deleteRetirementAddress):not(.notification-details):not(.fc-col-header-cell-cushion),
a.linked,
.view-toggle.cursor-pointer,
a.open-milo,
button.click_here,
button#response_link_1 {
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    font-size: inherit;
    transform: scale(1);
    transform-origin: center center;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        font-size 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Underline pseudo-element — dotted by default, solid on hover */
a:not(.btn):not(.nav-link):not(.dropdown-item):not(.dropdown-toggle):not(.page-link):not(.hero-button):not(.metismenu a):not(.close):not(.mfp-close):not(.open-milo):not(.browse-btn-custom):not(.assisted-join-btn):not(.change_email_link):not(.copy-button):not(.fileuploader-input-button):not(.custom-file-upload):not([class*="pagination"]):not(.fc-daygrid-day-number):not(.fc-event):not(.list-group-item):not(.tag-link):not(.trigger-btn):not(.search-cat):not(.search-sub-cat):not(.nounder-animate):not(.eth-link-address):not([role="tab"]):not(.actionBtnMargin):not(.actionBtnMargin):not(.update_certificate_edit):not(.deleteRetirementAddress):not(.notification-details):not(.fc-col-header-cell-cushion)::after,
a.linked::after,
.view-toggle.cursor-pointer::after,
a.open-milo::after,
button.click_here::after,
button#response_link_1::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1.5px;
    /* Dotted pattern: 2px dot, 4px gap */
    background: repeating-linear-gradient(90deg,
            #17313f 0px, #17313f 2px,
            transparent 2px, transparent 6px);
    border-radius: 2px;
    transition: width 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        opacity 0.35s ease,
        background 0.35s ease;
    opacity: 1;
}

/* Hover state — underline becomes solid, shrinks to 80 %, text scales down (press-inward) */
a:not(.btn):not(.nav-link):not(.dropdown-item):not(.dropdown-toggle):not(.page-link):not(.hero-button):not(.metismenu a):not(.close):not(.mfp-close):not(.open-milo):not(.browse-btn-custom):not(.assisted-join-btn):not(.change_email_link):not(.copy-button):not(.fileuploader-input-button):not(.custom-file-upload):not([class*="pagination"]):not(.fc-daygrid-day-number):not(.fc-event):not(.list-group-item):not(.tag-link):not(.trigger-btn):not(.search-cat):not(.search-sub-cat):not(.nounder-animate):not(.eth-link-address):not([role="tab"]):not(.actionBtnMargin):not(.actionBtnMargin):not(.update_certificate_edit):not(.deleteRetirementAddress):not(.notification-details):not(.fc-col-header-cell-cushion):hover,
a.linked:hover,
.view-toggle.cursor-pointer:hover,
a.open-milo:hover,
button.click_here:hover,
button#response_link_1:hover {
    transform: scale(0.96);
    text-decoration: none !important;
}

a:not(.btn):not(.nav-link):not(.dropdown-item):not(.dropdown-toggle):not(.page-link):not(.hero-button):not(.metismenu a):not(.close):not(.mfp-close):not(.open-milo):not(.browse-btn-custom):not(.assisted-join-btn):not(.change_email_link):not(.copy-button):not(.fileuploader-input-button):not(.custom-file-upload):not(.list-group-item):not(.tag-link):not(.trigger-btn):not(.search-cat):not(.search-sub-cat):not(.nounder-animate):not(.eth-link-address):not([class*="pagination"]):not([role="tab"]):not(.actionBtnMargin):not(.actionBtnMargin):not(.update_certificate_edit):not(.deleteRetirementAddress):not(.notification-details):not(.fc-col-header-cell-cushion):hover::after,
a.linked:hover::after,
.view-toggle.cursor-pointer:hover::after,
a.open-milo:hover::after,
button.click_here:hover::after,
button#response_link_1:hover::after {
    width: 80% !important;
    background: linear-gradient(90deg, #17313f, #456978) !important;
}

/* Exclude sidebar, header, footer, and pagination wrapper links from the effect */
.app-footer a::after,
.pagination a::after,
.breadcrumb a::after {
    content: none !important;
}

.app-footer a,
.pagination a,
.breadcrumb a {
    transform: none !important;
    display: revert !important;
}

a.text-info {
    color: #000000 !important;
}

#menu svg {
    margin-right: 5px;
    float: left !important;
    width: 1.25rem;
    height: 1.25rem;
}

.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul svg.bi-record-circle-fill {
    width: 20px !important;
    height: 12px !important;
    margin-top: 4px !important;
}

.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li a {
    padding: 4px 8px !important;
    margin-bottom: 10px;
}

ul#menu {
    padding: 0px 10px !important;
}

.profile-nav li.nav-item a.btn,
.profile-nav li.nav-item button.btn {
    min-height: 33.5px !important;
    display: flex;
    max-height: 33.5px !important;
    align-items: center;
    gap: 5px;
    align-content: center;
    position: relative;
    flex-wrap: wrap;
    flex-direction: row;
    line-height: 0.5rem !important;
}

body .currency_tab span.notification-count,
body span.notification-count {
    line-height: 0.65rem !important;
    border-radius: 4px !important;
    max-height: 18.38px !important;
    min-height: 18.38px !important;
    top: unset !important;
}

/* ========================================
   Withdrawal Navigation Dropdown
   ======================================== */
.withdrawal-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #1c3750 0%, #2a5278 100%);
    color: #ffffff !important;
    border: none;
    border-radius: 10px;
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    box-shadow: 0 3px 10px rgba(28, 55, 80, 0.35);
    transition: all 0.25s ease;
    white-space: nowrap;
    min-width: 190px;
    justify-content: space-between;
}

.withdrawal-nav-btn:hover,
.withdrawal-nav-btn:focus {
    background: linear-gradient(135deg, #17304a 0%, #1f4265 100%);
    color: #ffffff !important;
    box-shadow: 0 5px 16px rgba(28, 55, 80, 0.45);
}

/* Suppress Bootstrap default caret */
.withdrawal-nav-btn::after {
    display: none !important;
}

.withdrawal-nav-chevron {
    font-size: 11px;
    transition: transform 0.25s ease;
    opacity: 0.85;
}

.withdrawal-nav-btn[aria-expanded="true"] .withdrawal-nav-chevron {
    transform: rotate(180deg);
}

body .withdrawal-nav-menu {
    min-width: 190px;
    border: none;
    border-radius: 12px;
    padding: 6px 0 !important;
    margin-top: 6px !important;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(28, 55, 80, 0.18) !important;
    right: 0px;
    left: auto;
}

body .withdrawal-nav-item {
    display: flex !important;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    padding: 8px 10px !important;
    font-size: 14px;
    font-weight: 500;
    color: #1c3750 !important;
    transition: background 0.18s ease, color 0.18s ease;
    transform: none !important;
    position: relative;
}

/* Suppress the global ::after underline animation on these links */
.withdrawal-nav-item::after,
.withdrawal-nav-item:hover::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
}

.withdrawal-nav-item:hover {
    background: #eef3f8 !important;
    color: #1c3750 !important;
}

.withdrawal-nav-item.active {
    background: linear-gradient(135deg, #1c3750 0%, #2a5278 100%) !important;
    color: #ffffff !important;
}

.withdrawal-nav-icon {
    font-size: 15px;
    line-height: 1;
    flex-shrink: 0;
}

.withdrawal-nav-check {
    font-size: 15px;
    font-weight: 700;
    margin-left: auto;
}

.breadcrumb ul.withdrawal-nav-menu li {
    display: flex !important;
    padding: 0.25rem 0.5rem;
}

.breadcrumb ul.withdrawal-nav-menu li:after {
    content: unset !important;
}

ul.fs-action-menu .dropdown-item:hover {
    background: linear-gradient(135deg, #1c3750 0%, #2a5278 100%) !important;
    color: #ffffff !important;
}

ul.fs-action-menu .dropdown-item:hover i {
    color: #ffffff !important;
}

ul.fs-action-menu .dropdown-item:hover a {
    color: #ffffff !important;
}

#financeSheetTable .fs-action-dropdown {
    position: relative;
}

#financeSheetTable .fs-action-menu {
    position: absolute;
    top: 100%;
    z-index: 9999;
}

#financeSheetTable .fs-action-menu {
    right: 0;
    left: auto;
    min-width: 150px;
}

.voucher-distribution .custom-label {
    z-index: 999 !important;
}

.voucher-distribution .select2-container {
    z-index: 99 !important;
}

#kycDropConfirmationModal .modal-dialog {
    max-width: 600px;
}

#guestEmailSwapModal .modal-dialog {
    max-width: 600px;
}

.animate-ping {
    opacity: 0.75;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

@keyframes ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.phone_code .select2-container--default .select2-selection--single {
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.phone_code span.select2.select2-container.select2-container--default {
    max-width: 120px !important;
    width: 100% !important;
}

.phone_code input#phone {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/* start ticket search box */
.ticket-search-launch {
    min-width: 150px;
}

.ticket-search-modal .modal-dialog {
    max-width: 860px;
}

.ticket-search-modal .modal-content {
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 35px 80px rgba(15, 23, 42, 0.25);
}

.ticket-search-shell {
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
    padding: 18px;
}

.ticket-search-field {
    position: relative;
    margin-bottom: 16px;
}

.ticket-search-field .ticket-search-icon,
.ticket-search-field .ticket-search-clear {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #8b95a7;
    z-index: 2;
}

.ticket-search-field .ticket-search-icon {
    left: 18px;
    font-size: 1.05rem;
}

.ticket-search-field .ticket-search-clear {
    right: 16px;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1;
}

.ticket-search-input {
    width: 100%;
    height: 60px;
    padding: 0 52px 0 52px;
    border: 1px solid #d7dce5;
    border-radius: 18px;
    font-size: 1.05rem;
    color: #111827;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #fff;
}

.ticket-search-input:focus {
    border-color: #94a3b8;
    box-shadow: 0 0 0 4px rgba(148, 163, 184, 0.15);
}

.ticket-search-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
    padding: 4px;
}

.ticket-filter-chip {
    margin-bottom: 0;
    cursor: pointer;
}

.ticket-filter-chip .chip-content {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 15px;
    border-radius: 999px;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 700;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
}

.ticket-filter-chip input:checked+.chip-content {
    background: #eff6ff;
    border-color: #3b82f6;
    color: #1d4ed8;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.08);
}

.ticket-filter-chip:hover .chip-content {
    border-color: #94a3b8;
    color: #334155;
    background: #f8fafc;
}

.ticket-filter-chip input:checked:hover+.chip-content {
    background: #dbeafe;
    border-color: #2563eb;
}

.ticket-search-results {
    max-height: 62vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
    transition: opacity 0.25s ease;
}

.ticket-search-results.loading {
    opacity: 0.55;
    pointer-events: none;
}

.ticket-search-section-title {
    margin-bottom: 10px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ticket-search-empty {
    border: 1px dashed #d7dce5;
    border-radius: 18px;
    padding: 22px;
    background: #fff;
    color: #6b7280;
}

.ticket-search-result {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.ticket-search-result-body {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
    text-align: left;
    padding: 14px 16px;
    border: 0;
    border-radius: 16px;
    background: #fff;
    transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
    box-shadow: inset 0 0 0 1px #eceff5;
    white-space: normal;
    word-break: break-word;
}

.ticket-search-result-body:hover {
    background: #f7f8fb;
    box-shadow: inset 0 0 0 1px #d7dce5;
    transform: translateY(-1px);
}

.ticket-search-result+.ticket-search-result {
    margin-top: 10px;
}

.ticket-search-result-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    border-radius: 14px;
    background: #eef2ff;
    color: #1d4ed8;
    font-size: 1rem;
}

.ticket-search-result-content {
    min-width: 0;
    flex: 1 1 auto;
}

.ticket-search-result-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
    color: #0f172a;
    font-weight: 700;
    line-height: 1.3;
    flex-wrap: wrap;
    word-break: break-word;
}

.ticket-search-result-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 0.84rem;
    color: #6b7280;
}

.ticket-search-meta-text {
    display: inline-flex;
    align-items: center;
    color: #475569;
    font-weight: 600;
}

.ticket-search-result-snippet {
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.5;
    display: block;
    word-break: break-word;
}

.ticket-search-result-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 1rem;
    margin-top: 8px;
}

.ticket-search-result-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #f1f5f9;
    font-size: 0.78rem;
    color: #94a3b8;
    font-weight: 500;
}

.ticket-search-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 700;
}

.ticket-search-badge-internal {
    background: #fef2f2;
    color: #b91c1c;
}

.ticket-search-badge-sender {
    background: #eef2ff;
    color: #3730a3;
}

.ticket-search-badge-level {
    background: #ecfeff;
    color: #155e75;
}

.ticket-search-copy {
    width: 44px;
    min-width: 44px;
    height: 44px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    color: #475569;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
    margin-top: 14px;
}

.ticket-search-copy:hover {
    background: #eff6ff;
    color: #1d4ed8;
    border-color: #bfdbfe;
    transform: translateY(-1px);
}

mark.ticket-search-highlight {
    padding: 0 2px;
    border-radius: 3px;
    background: #fef08a;
    color: inherit;
}

.ticket-search-footer-loader {
    padding: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    font-size: 0.875rem;
    border-top: 1px solid #f1f5f9;
    background: #fff;
    margin-top: 5px;
}

.ticket-search-footer-loader .spinner-border {
    width: 14px;
    height: 14px;
    border-width: 2px;
}

/* end ticket search box */

/* ---- Live Activity Trigger Highlight ---- */
.live-activity-type-trigger {
    cursor: pointer;
}

.live-activity-type-trigger .card-header {
    transition: background-color 0.2s ease, filter 0.2s ease;
}

.live-activity-type-trigger:hover .card-header {
    filter: brightness(0.93);
}

.live-activity-type-trigger.active {
    outline: none;
}

.live-activity-type-trigger .card-header.bg-light-success {
    color: #28a745 !important;
    background-color: #28a745 !important;
}

.live-activity-type-trigger .card-header.bg-light-danger {
    color: #000000 !important;
    background-color: #dc3545 !important;
}

.live-activity-type-trigger .card-header.bg-light-primary {
    color: #000000 !important;
    background-color: #0471d6 !important;
}

.live-activity-type-trigger .card-header.bg-light-warning {
    color: #000000 !important;
    background-color: #e0a800 !important;
}

.live-activity-type-trigger .card-header.bg-light-secondary {
    color: #000000 !important;
    background-color: #17313f !important;
}

.live-activity-type-trigger .card-header.bg-light-third {
    color: #000000 !important;
    background-color: #04c8d6 !important;
}

.live-activity-type-trigger .card-header h5 {
    color: #FFFFFF !important;
}

.card.live-activity-height .card-header.bg-light-success,
.card.live-activity-height .card-header.bg-light-success h5,
.card.live-activity-height .card-header.bg-light-success button#live-activity-reset-btn {
    background-color: #28a745 !important;
    color: #FFFFFF !important;
}

.card.live-activity-height .card-header.bg-light-danger,
.card.live-activity-height .card-header.bg-light-danger h5,
.card.live-activity-height .card-header.bg-light-danger button#live-activity-reset-btn {
    background-color: #dc3545 !important;
    color: #FFFFFF !important;
}

.card.live-activity-height .card-header.bg-light-primary,
.card.live-activity-height .card-header.bg-light-primary h5,
.card.live-activity-height .card-header.bg-light-primary button#live-activity-reset-btn {
    background-color: #0471d6 !important;
    color: #FFFFFF !important;
}

.card.live-activity-height .card-header.bg-light-warning,
.card.live-activity-height .card-header.bg-light-warning h5,
.card.live-activity-height .card-header.bg-light-warning button#live-activity-reset-btn {
    background-color: #e0a800 !important;
    color: #FFFFFF !important;
}

.card.live-activity-height .card-header.bg-light-secondary,
.card.live-activity-height .card-header.bg-light-secondary h5,
.card.live-activity-height .card-header.bg-light-secondary button#live-activity-reset-btn {
    background-color: #17313f !important;
    color: #FFFFFF !important;
}

.card.live-activity-height .card-header.bg-light-third,
.card.live-activity-height .card-header.bg-light-third h5,
.card.live-activity-height .card-header.bg-light-third button#live-activity-reset-btn {
    background-color: #04c8d6 !important;
    color: #FFFFFF !important;
}

/* ════════════════════════════════════════════════════════════
   KYC / KYB  —  Verification Summary Card
   (identity-verification/view.blade.php)
════════════════════════════════════════════════════════════ */

/* ── Card shell ─────────────────────────────────────────── */
.kyc-summary-card {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
    overflow: hidden;
    margin-bottom: 1rem;
}

/* ── Header bar ─────────────────────────────────────────── */
.kyc-summary-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .5rem;
    padding: 1rem 1.35rem;
    background: #f7f8f8;
    border-bottom: 1px solid #e5e7eb;
}

.kyc-summary-header .tier-name,
.kyc-summary-header .kyc-summary-header-title {
    font-size: .95rem;
    font-weight: 700;
    color: #17313f;
    letter-spacing: .01em;
    display: flex;
    align-items: center;
    gap: .45rem;
}

/* ── Status pill badges ─────────────────────────────────── */
.kyc-pill {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: .28rem .75rem;
    border-radius: 999px;
    line-height: 1;
}

.kyc-pill.pill-success {
    background: #d1fae5;
    color: #065f46;
}

.kyc-pill.pill-warning {
    background: #fef3c7;
    color: #92400e;
}

.kyc-pill.pill-approved {
    background: #d1fae5;
    color: #065f46;
}

.kyc-pill.pill-rejected {
    background: #fee2e2;
    color: #991b1b;
}

.kyc-pill.pill-pending {
    background: #caecff;
    color: #17313f;
}

.kyc-pill.pill-inprogress {
    background: #fef9c3;
    color: #713f12;
}

.kyc-pill.pill-dropped {
    background: #f3f4f6;
    color: #374151;
}

/* ── Body ───────────────────────────────────────────────── */
.kyc-summary-body {
    padding: 1.1rem 1.35rem;
}

/* ── Data grid ──────────────────────────────────────────── */
.kyc-data-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: .65rem 1.25rem;
    margin-bottom: 1rem;
}

.kyc-data-item {
    display: flex;
    flex-direction: column;
    gap: .15rem;
}

.kyc-data-item .kdi-label {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #17313f;
}

.kyc-data-item .kdi-value {
    font-size: .875rem;
    font-weight: 500;
    color: #111827;
    word-break: break-all;
}

.kdi-value.text-danger-soft {
    color: #dc2626;
}

/* ── KYC/KYB requirements checklist ────────────────────── */
.kyc-checklist {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
}

.kyc-checklist-title {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .07em;
    color: #6b7280;
    margin-bottom: .55rem;
    display: flex;
    align-items: center;
    gap: .35rem;
}

.kyc-check-row {
    display: flex;
    align-items: center;
    gap: .45rem;
    font-size: .835rem;
    color: #374151;
    padding: .18rem 0;
}

.kyc-check-row i {
    font-size: .95rem;
    flex-shrink: 0;
}

/* ── Hairline divider ───────────────────────────────────── */
.kyc-divider {
    border: none;
    border-top: 1px solid #f3f4f6;
    margin: .85rem 0;
}

/* ── Alert / message blocks ─────────────────────────────── */
.kyc-alert-block {
    border-left: 3px solid #f59e0b;
    background: #fffbeb;
    border-radius: 0 8px 8px 0;
    padding: .6rem .9rem;
    margin-bottom: .75rem;
    font-size: .835rem;
    color: #78350f;
    white-space: pre-line;
}

.kyc-alert-block.is-danger {
    border-left-color: #ef4444;
    background: #fff1f2;
    color: #7f1d1d;
}

/* ── Footer action strip ────────────────────────────────── */
.kyc-summary-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
    padding: .75rem 1.35rem;
    background: #f9fafb;
    border-top: 1px solid #f3f4f6;
}

/* ── Action / report buttons ────────────────────────────── */
.kyc-report-btn {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .8rem;
    font-weight: 600;
    padding: .38rem .9rem;
    border-radius: 8px;
    text-decoration: none;
    transition: opacity .15s;
    border: none;
    cursor: pointer;
    width: fit-content;
}

.kyc-report-btn:hover {
    opacity: .85;
    text-decoration: none;
}

.kyc-report-btn.btn-indigo {
    background: #17313f;
    color: #fff;
}

.kyc-report-btn.btn-rose {
    background: #ff4c51;
    color: #ffffff !important;
}

.kyc-data-items {
    display: flex;
    align-items: center;
    gap: .6rem;
    flex-wrap: wrap;
}

.kyc-inner-data-items {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .05em;
    color: #17313f;
}

/* Member Search Modal Styles */
.member-search-launch {
    min-width: 150px;
}

.member-search-modal .modal-dialog {
    max-width: 860px;
}

.member-search-modal .modal-content {
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 35px 80px rgba(15, 23, 42, 0.25);
}

.member-search-shell {
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
    padding: 18px;
}

.member-search-field {
    position: relative;
    margin-bottom: 16px;
}

.member-search-field .member-search-icon,
.member-search-field .member-search-clear {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #8b95a7;
    z-index: 2;
}

.member-search-field .member-search-icon {
    left: 18px;
    font-size: 1.05rem;
}

.member-search-field .member-search-clear {
    right: 16px;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1;
}

.member-search-input {
    width: 100%;
    height: 60px;
    padding: 0 52px 0 52px;
    border: 1px solid #d7dce5;
    border-radius: 18px;
    font-size: 1.05rem;
    color: #111827;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #fff;
}

.member-search-input:focus {
    border-color: #94a3b8;
    box-shadow: 0 0 0 4px rgba(148, 163, 184, 0.15);
}

.member-search-results {
    max-height: 62vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
    transition: opacity 0.25s ease;
}

.member-search-results.loading {
    opacity: 0.55;
    pointer-events: none;
}

.member-search-section-title {
    margin-bottom: 10px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.member-search-empty {
    border: 1px dashed #d7dce5;
    border-radius: 18px;
    padding: 22px;
    background: #fff;
    color: #6b7280;
}

.member-search-result {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.member-search-result-body {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
    text-align: left;
    padding: 14px 16px;
    border: 0;
    border-radius: 16px;
    background: #fff;
    transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
    box-shadow: inset 0 0 0 1px #eceff5;
}

.member-search-result-body:hover {
    background: #f7f8fb;
    box-shadow: inset 0 0 0 1px #d7dce5;
    transform: translateY(-1px);
}

.member-search-result+.member-search-result {
    margin-top: 10px;
}

.member-search-result-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    border-radius: 14px;
    background: #17313f;
    color: #fff;
    font-size: 1rem;
}

.member-search-result-content {
    min-width: 0;
    flex: 1 1 auto;
}

.member-search-result-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
    color: #0f172a;
    font-weight: 700;
    line-height: 1.3;
}

.member-search-result-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 0.84rem;
    color: #6b7280;
}

.member-search-meta-text {
    display: inline-flex;
    align-items: center;
    color: #475569;
    font-weight: 600;
}

.member-search-result-snippet {
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.5;
}

.member-search-result-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 1rem;
    margin-top: 8px;
}

.member-search-highlight {
    background-color: #fef3c7;
    color: #92400e;
    font-weight: 600;
    padding: 0.1em 0.2em;
    border-radius: 0.2em;
}

.member-search-footer-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    color: #6b7280;
    font-size: 0.9rem;
}

.blink-alert {
    animation: blink 1s infinite;
}

@keyframes blink {

    0%,
    100% {
        background: red;
        color: white;
    }

    50% {
        background: transparent;
        color: inherit;
    }
}

/*---- START for customize sidebar ----*/
.metismenu .has-arrow:after {
    -webkit-transform: rotate(-135deg) translateY(-50%) !important;
    transform: rotate(-135deg) translateY(-50%) !important;
}

.metismenu .has-arrow[aria-expanded=true]:after,
.metismenu .mm-active>.has-arrow:after {
    -webkit-transform: rotate(-45deg) translateY(-50%) !important;
    transform: rotate(-45deg) translateY(-50%) !important;
}

/*---- END for customize sidebar ----*/

/* Custom Sidebar Pin Styles */
.Ul_li--hover>a .menu-star {
    /* Hide by default */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.Ul_li--hover:hover>a .menu-star {
    /* Show on hover */
    opacity: 1;
    visibility: visible;
}

.Ul_li--hover>a .menu-star svg {
    width: 10px !important;
    height: 10px !important;
    color: #17313f !important;
    fill: #17313f !important;
}

/* Active Menu Item Pin Color - Light Theme */
.mm-collapse>.Ul_li--hover.active>a .menu-star svg,
.mm-collapse>.Ul_li--hover.mm-active>a .menu-star svg {

    color: #ffffff !important;
    fill: #ffffff !important;
}

a.open-milo {
    font-weight: 700;
}

/* Hover icon effect for document links — "press inward" animation */
.link-hover-icon .bi-arrow-up-right {
    opacity: 1;
    transition: opacity 0.2s;
    margin-left: 5px;
}

.link-hover-icon:hover .bi-arrow-up-right {
    opacity: 1;
}

.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li a {
    padding: 0px 8px !important;
    justify-content: space-between;
}

body li.Ul_li--hover.active:nth-child(01)>a,
body li.Ul_li--hover.mm-active ul.mm-collapse li.Ul_li--hover.active a {
    background: #1c354c !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
}

.layout-sidebar-vertical .sidebar-panel .side-nav .main-menu ul li a {
    color: #17313f;
    display: flex;
    align-items: center;
    height: 35px;
    padding: 4px 15px;
    margin-bottom: 8px;
    cursor: pointer;
    border: 0 !important;
}

li.Ul_li--hover.active.mm-active>a,
li.Ul_li--hover.active>a,
li.Ul_li--hover:hover>a {
    color: #FFFFFF;
    background: #17313f !important;
    border-radius: 8px !important;
}

li.Ul_li--hover:hover span.favourite-star * {
    fill: #FFFFFF !important;
}

.w-fit {
    width: fit-content !important;
}

tr.bg-withdrawal-status {
    background-color: #f3f3f9 !important;
}
/* ---- Proof Card ---- */
.pd-proof-card {
    border-radius: 12px !important;
    transition: box-shadow .2s ease;
}

.pd-proof-card:hover {
    box-shadow: 0 6px 24px rgba(28, 55, 80, .12) !important;
}

.pd-proof-card--latest {
    box-shadow: 0 4px 16px rgba(28, 55, 80, .13) !important;
}

/* ---- Status Badges ---- */
.pd-status-badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: capitalize;
    white-space: nowrap;
}

.pd-badge-approved {
    background: #d1fae5;
    color: #065f46;
}

.pd-badge-rejected {
    background: #fee2e2;
    color: #991b1b;
}

.pd-badge-pending {
    background: #fef3c7;
    color: #92400e;
}

.pd-badge-default {
    background: #e2e8f0;
    color: #475569;
}

/* ---- Doc Group Icons ---- */
.pd-doc-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: .9rem;
}

/* ---- Thumbnail Grid ---- */
.pd-thumb-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pd-thumb-link {
    position: relative;
    display: inline-block;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #e2e8f0;
    transition: border-color .2s, transform .2s;
    text-decoration: none !important;
}

.pd-thumb-link:hover {
    border-color: #1c3750;
    transform: scale(1.03);
}

.pd-thumb-img {
    width: 90px;
    height: 70px;
    object-fit: cover;
    display: block;
}

.pd-thumb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(28, 55, 80, .45);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    opacity: 0;
    transition: opacity .2s;
}

.pd-thumb-link:hover .pd-thumb-overlay {
    opacity: 1;
}

/* ---- No Doc Text ---- */
.pd-no-doc-text {
    font-size: .8rem;
    color: #94a3b8;
    font-style: italic;
}

/* ---- Empty State ---- */
.pd-empty-state {
    background: #f8fafc;
    border-radius: 12px;
    border: 2px dashed #e2e8f0;
}

.pd-empty-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #94a3b8;
}

/* ---- Legacy Section ---- */
.pd-legacy-item {
    position: relative;
    width: 110px;
    text-align: center;
}

.pd-legacy-thumb-link {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #e2e8f0;
    transition: border-color .2s, transform .2s;
    text-decoration: none !important;
}

.pd-legacy-thumb-link:hover {
    border-color: #1c3750;
    transform: scale(1.03);
}

.pd-legacy-thumb-img {
    width: 106px;
    height: 82px;
    object-fit: cover;
    display: block;
}

.pd-legacy-file-icon {
    width: 106px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd-legacy-thumb-link:hover .pd-thumb-overlay {
    opacity: 1;
}

.pd-legacy-filename {
    font-size: .68rem;
    color: #64748b;
    word-break: break-all;
    line-height: 1.2;
    margin-top: 4px !important;
}

.pd-legacy-date {
    font-size: .68rem;
    color: #94a3b8;
}

/* ---- Responsive tweaks ---- */
@media (max-width: 575px) {
    .pd-thumb-img {
        width: 75px;
        height: 58px;
    }

    .pd-legacy-thumb-img,
    .pd-legacy-file-icon {
        width: 90px;
        height: 70px;
    }

    .pd-legacy-item {
        width: 94px;
    }
}


@media only screen and (min-width:1024px){
.table-responsive .bootstrap-table.bootstrap4 {
    min-height: 400px;
}
}
.select2-no-cursor .select2-container .select2-selection--multiple .select2-selection__rendered{
    display: block !important;
}
.select2-no-cursor .select2-container--default.select2-container--focus .select2-selection--multiple {
    caret-color: transparent !important;
}
