:root {
    --color-1: #683cf3; /* Electric Indigo */
    --color-2: #e8e1ff; /* Lavender Mist */
    --color-3: #ff4c83; /* Wild Strawberry */
    --color-4: #00b895; /* Caribbean Green */
    --color-5: #ffcd34; /* Saffron */
    --color-6: #f4f3ff; /* Ghost White */
    --color-7: #ff7400; /* Bright Orange */
}

body {
    font-family: "DM Sans", sans-serif;
    background-color: #f2f3f4;
}

label {
    font-weight: 400;
    font-size: 14px;
}

.custom-input,
.file-upload-text,
.custom-input-group {
    height: 45px;
    border-radius: 5px;
}

.custom-input::placeholder {
    font-size: 14px;
}

.custom-input,
.file-upload-text {
    font-size: 14px !important;
}

.form-control:focus {
    border-color: #ddd;
    box-shadow: none;
    outline: none;
}

.form-control {
    border: 1px solid #ddd !important;
    box-shadow: none !important;
}

.custom-input-group {
    pointer-events: none;
}

input[type="text"][disabled],
input[type="text"][readonly],
textarea:disabled {
    background-color: #fff !important;
    font-size: 14px;
}

textarea {
    resize: none;
    font-size: 14px !important;
}

.input-error{
    color: var(--color-3);
    font-size: 14px;
    margin-top: 5px;
    display: block;    
}

.modal-header {
    border-bottom: 1px solid #ddd !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.modal-title {
    font-size: 15px;
    font-weight: 600;
}

.modal-content,
.modal-header,
.modal-body,
.modal-footer {
    border: none;
    border-radius: 10px;
}

.modal-body-action {
    padding: 15px 15px 10px 15px;
    overflow: auto;
}

.modal-body-action-table {
    padding: 0px;
    overflow: auto;
}

.modal-footer-custom {
    margin-top: 5px;
    padding: 15px;
    font-size: 14px;
    border-radius: 0px 0px 10px 10px;
    background-color: var(--color-6);
    color: var(--color-2);
    text-align: left;
}

.modal_button_container {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal_confirm_button {
    background-color: var(--color-1);
    border: none;
    border-radius: 5px;
    color: white;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.modal_cancel_button {
    background-color: #fff;
    border: 1px solid var(--color-3);
    border-radius: 5px;
    color: var(--color-3);
    padding: 9px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.modal_notification {
    background-color: var(--color-2);
    color: var(--color-1);
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.close,
.close:hover {
    color: var(--color-3);
    opacity: 1;
    font-weight: 600;
    font-size: 26px;
}

.file_button {
    background-color: #fff;
    border: 1px solid #ddd;
    border-left: none;
    border-radius: 0px 5px 5px 0px;
    padding: 10px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.file-upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* Style for scroll bar  */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f8f4f1;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: var(--color-1);
    border-radius: 0px;
}

::-webkit-scrollbar:horizontal {
    height: 5px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb:horizontal {
    background: var(--color-1);
    border-radius: 50px;
}

::-webkit-scrollbar-track:horizontal {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 50px;
}

.link_span {
    color: var(--color-1);
    cursor: pointer;
}

.link_span_danger {
    color: var(--color-3);
    cursor: pointer;
}

.uam_button {
    background-color: var(--color-1);
    border: none;
    border-radius: 5px;
    color: white;
    padding: 14px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
}

.floating-error,
.floating-success {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 300px;
    padding: 15px;
    font-size: 14px;
    z-index: 9999;
    line-height: 1.8em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    word-wrap: break-word;
    color: #ffffff;
}

.floating-error {
    background-color: var(--color-3);
}

.floating-success {
    background-color: var(--color-4);
}

.floating-error.show,
.floating-success.show {
    display: block;
}

.onboarding_nav {
    padding: 22px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.onboarding_nav img {
    height: 40px;
}

.uam_hero {
    font-size: 24px;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 20px;
}

.uam_1 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
}

.uam_2 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
    line-height: 1.8em;
}

.uam_3 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
}

.uam_span_1 {
    color: var(--color-1);
    cursor: pointer;
}

.uam_span_2 {
    color: var(--color-1);
    cursor: pointer;
}

.dashboard_hero {
    font-size: 16px;
    font-weight: 600;
}

.link_text {
    color: var(--color-2);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.dashboard_div_default {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.dashboard_div_default_p1 {
    padding-bottom: 5px;
}

.dashboard_div_default_p2 {
    font-size: 14px;
    line-height: 1.8em;
    padding-bottom: 10px;
}

.dashboard_div_button {
    background-color: var(--color-1);
    border: none;
    border-radius: 5px;
    color: white;
    padding: 14px;
    width: 120px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}

.table_options {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.search-input {
    width: 240px;
    margin-bottom: 0;
}

.table_options_button {
    background-color: var(--color-1);
    border: none;
    border-radius: 5px;
    color: white;
    padding: 11px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-left: 10px;
}

.data_div_default {
    background-color: #fff;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    line-height: 2em;
    font-size: 14px;
}

.data_div_modal {
    display: flex;
    flex-wrap: wrap;
    line-height: 2em;
    font-size: 14px;
}

.modal_help_p1{
    font-weight: 600;
    margin-bottom: 5px;
}

.data_div_default_receipt {
    display: flex;
    flex-wrap: wrap;
    line-height: 2em;
    font-size: 14px;
    padding: 15px 15px 5px 15px;
}

.data_name,
.data_value {
    width: 50%;
}

.data_name_1 {
    font-weight: 600;
}

a.link_a {
    color: var(--color-1);
    text-decoration: none;
}

.pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.pagination a {
    color: var(--color-1);
    padding: 4px 14px;
    text-decoration: none;
    border: 1px solid var(--color-1);
    margin: 0 4px;
    border-radius: 5px;
    font-weight: 600;
}

.page-info {
    color: var(--color-1);
    padding: 4px 14px;
    text-decoration: none;
    border: 1px solid var(--color-1);
    margin: 0 4px;
    border-radius: 5px;
    font-weight: 600;
}

.pagination a:hover {
    background-color: var(--color-1);
    color: white;
}

.pagination .active {
    background-color: var(--color-1);
    color: white;
}

.div_no_data {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
}

.div_no_data_p1 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.notification_container {
    background-color: var(--color-1);
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8em;
}

.notification_container_button {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    color: var(--color-1);
    padding: 6px;
    width: 120px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

table th:first-child {
    border-radius: 10px 0 0 0px;
}

table th:last-child {
    border-radius: 0 10px 0px 0;
}

.table_bg {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.table_div {
    overflow-x: auto;
    border-radius: 10px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    text-align: left;
    padding: 10px 20px 10px 20px;
    font-weight: 600;
}

td {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
}

.trc {
    background-color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

.tdc {
    font-size: 14px;
    line-height: 1.8em;
}

.system_error_div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.system_error_div_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0px 20px 20px 20px;
}

.system_error_text {
    flex: 1;
    padding-right: 20px;
}

.system_error_image {
    flex-shrink: 0;
}

.system_error_image img {
    height: 120px;
}

.system_error_text_1 {
    font-size: 16px;
    font-weight: 800;
}

.system_error_text_2 {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.8em;
}

a.system_error_text_a_button {
    text-decoration: none;
    background-color: var(--color-1);
    border: none;
    border-radius: 5px;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.dashboard_div_balance {
    background-color: #fff;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.dashboard_div_balance_p1 {
    font-size: 16px;
    font-weight: 600;
}

.dashboard_div_balance_p2 {
    font-size: 24px;
    font-weight: 800;
    padding-top: 5px;
    padding-bottom: 10px;
}

.dashboard_div_balance_p3 {
    font-size: 14px;
}

.copy_icon {
    padding-left: 3px;
    cursor: pointer;
}

.copied_icon {
    padding-left: 3px;
    color: var(--color-1);
}

.dashboard_analytics_card {
    background-color: #fff;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.dashboard_analytics_card_p1 {
    font-size: 16px;
    font-weight: 600;
    width: 100%; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.dashboard_analytics_card_p2 {
    font-size: 24px;
    font-weight: 800;
    padding-top: 5px;
    padding-bottom: 10px;
}

.dashboard_analytics_card_p3 {
    font-size: 14px;
}

.dashboard_analytics_card_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard_add_funds_button {
    background-color: var(--color-1);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 8px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}






.payout_receipt_container {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
}

.payout_receipt_header {
    background-color: var(--color-1);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
}

.payout_receipt_icon {
    text-align: center;
    font-size: 48px;
    margin-top: 20px;
}

.payout_receipt_icon_failed {
    color: var(--color-3);
}

.payout_receipt_icon_success {
    color: var(--color-4);
}

.payout_receipt_icon_pending {
    color: var(--color-7);
}

.payout_receipt_remark {
    font-size: 15px;
    line-height: 1.8em;
    text-align: center;
    padding: 10px 10px 20px 10px;
}

.payout_receipt_data {
    display: flex;
}

.table_span_green,
.table_span_red,
.table_span_orange {
    color: #fff;
    padding: 1px;
    width: 85px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
}

.table_span_green {
    background-color: var(--color-4);
}

.table_span_red {
    background-color: var(--color-3);
}

.table_span_orange {
    background-color: var(--color-7);
}

.data_div_collection {
    background-color: #fff;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    line-height: 2em;
    font-size: 14px;
    padding: 15px 15px 5px 15px;
}

.dashboard_div_default_1 {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 10px 20px;
    margin-bottom: 20px;
}

.api_credentials_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

.api_data {
    flex: 1;
    box-sizing: border-box;
    font-size: 14px;
}

.api_data_1 {
    font-weight: 600;
}

.api_data span {
    margin-right: 10px;
}

.api_data span:last-child {
    margin-right: 0;
}

.api_data_2_span {
    cursor: pointer;
    color: var(--color-1);
}

.dashboard_div_default_2 {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 0px 20px 0px 20px;
    margin-bottom: 20px;
}

.dashboard_div_default_2:last-child {
    margin-bottom: 0;
}

pre {
    background-color: #fff;
    border: none;
}

.qr_code_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}

#qrcode_image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.qr_container_p1 {
    font-size: 14px;
    line-height: 1.8em;
    word-wrap: break-word;
    max-width: 80%;
    margin: 0 auto;
}

.qr_code_button_container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px auto;
}

.qr_code_button_1 {
    background-color: var(--color-1);
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    width: 120px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.qr_code_button_2 {
    background-color: #fff;
    border: 1px solid var(--color-1);
    border-radius: 5px;
    color: var(--color-1);
    padding: 9px;
    width: 120px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

@media screen and (max-width: 600px) {
    .data_div_default,
    .data_div_modal,
    .data_div_default_receipt {
        display: flex;
        flex-wrap: wrap;
        line-height: 1.2em;
    }

    .data_name,
    .data_value {
        width: 100%;
    }

    .data_value {
        margin-bottom: 15px;
    }

    .data_value:last-child {
        margin-bottom: 0px;
    }

    .table_options {
        flex-direction: column;
        align-items: stretch;
    }

    .search-input {
        width: 100%;
    }

    .table_options_button {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .system_error_div,
    .system_error_div_1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .system_error_image {
        margin-bottom: 20px;
    }

    .system_error_text {
        padding-right: 0;
        margin-bottom: 0;
    }

    .system_error_image img {
        height: auto;
        max-width: 100%;
    }

    .api_credentials_container {
        flex-direction: column;
    }

    .api_data {
        flex: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .floating-error,
    .floating-success {
        display: none;
        position: fixed;
        top: 10px;
        left: 10px;
        right: 10px;
        width: auto;
        padding: 15px;
        text-align: center;
    }
}

.payout_image_thumbnail{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}