:root {
    --color-1: #5022d3; /* Dark Violet */
    --color-2: #00ab8c; /* Teal Green */
    --color-3: #ff5589; /* Bright Pink */
    --color-4: #ffc927; /* Bright Yellow */
    --color-5: #e7e1ff; /* Lavender */
    --color-6: #f4f3ff; /* Light Lavender */
    --color-7: #f4f4f8; /* Light Gray */
    --color-8: #ffe4ec; /* Light Pink */
}

body {
    font-family: "DM Sans", sans-serif;
    background-color: #f2f4f4;
    margin: 0px;
    padding: 0px;
}

/* width */

::-webkit-scrollbar {
    width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f2f4f4;
    border-radius: 0px;
}

/* Handle */

::-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: 0px;
}

::-webkit-scrollbar-track:horizontal {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 0px;
}

label {
    font-weight: 400;
}

.custom-input,
.file-upload-text,
.custom-input-group {
    height: 40px;
    border-radius: 5px;
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
    outline: none;
}

.form-control {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
}

label {
    font-weight: 400;
}

input[type="text"][disabled],
input[type="text"][readonly] {
    background-color: #ffffff;
}

textarea {
    resize: none;
    font-size: 14px !important;
}

textarea[disabled],
textarea[readonly] {
    background-color: #ffffff !important;
    font-size: 14px;
}

.uam_container_content {
    background-color: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px 20px 10px 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.uam_container_card_p1 {
    padding-top: 10px;
    padding-bottom: 30px;
}

.uam_container_card_p1 img {
    height: 40px;
}

.uam_container_content_p1 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.uam_container_content_p2 {
    line-height: 2em;
}

.button_uam {
    background-color: var(--color-1);
    border: none;
    border-radius: 5px;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

a.link_a {
    text-decoration: none;
    color: var(--color-1);
}

.link_span {
    color: var(--color-1);
    cursor: pointer;
}

.error {
    color: var(--color-3);
}

#formError,
#passwordResetError {
    display: none;
    color: var(--color-3);
}

#checkboxError {
    margin-bottom: 25px;
    display: none;
}

.dashboard_notification {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.dashboard_notification_1 {
    background-color: #ffffff;
    border: 1px solid #ddd;
    font-size: 14px;
    border-radius: 10px;
    border-left: 3px solid var(--color-1);
    line-height: 1.8em;
    padding: 20px;
    margin-bottom: 20px;
}

.dashboard_notification_p1 {
    line-height: 1.8em;
}

.dashboard_notification_button {
    background-color: var(--color-1);
    border: none;
    border-radius: 5px;
    color: white;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dashboard_container {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
}

.dashboard_container_header {
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    font-weight: 600;
}

.dashboard_container_content {
    padding: 20px;
}

.dashboard_container_content_p1 {
    line-height: 1.8em;
}

.share_button_container {
    display: flex; /* Use flexbox */
    justify-content: center; /* Center the buttons horizontally */
    margin-top: 20px;
    gap: 10px; /* Add a gap of 10px between buttons */
}

.whatsapp_button,
.facebook_button,
.twitter_button,
.telegram_button {
    border: none;
    border-radius: 5px;
    color: white;
    height: 30px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.whatsapp_button {
    background-color: #25d366;
}

.facebook_button {
    background-color: #4267b2;
}

.twitter_button {
    background-color: #14171a;
}

.telegram_button {
    background-color: #2aabee;
}

.payment_link_qr_p1 {
    padding-top: 15px;
}

.payment_link_qr_p2 {
    padding-top: 30px;
}

.payment_link_qr_logo {
    height: 25px;
}

.payment_link_qr_container {
    padding: 40px 0px;
}

.download_link_qr {
    cursor: pointer;
    color: var(--color-1);
}

.dashboard_container_content_1 {
    padding: 10px 20px 5px 20px;
}

.dashboard_container_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;
    margin-top: 5px;
    margin-bottom: 5px;
}

.modal-header {
    background-color: var(--color-1);
    border-radius: 10px 10px 0px 0px;
}

.modal-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.modal-content,
.modal-body,
.modal-footer {
    border: none;
    border-radius: 10px;
}

.modal-body-action {
    padding: 10px 15px 5px 15px;
}

.close,
.close:hover {
    color: #ffffff;
    opacity: 1;
    font-size: 24px;
    font-weight: 400;
}

.data_div_default {
    display: flex;
    flex-wrap: wrap;
    line-height: 2em;
}

.data_name,
.data_value {
    width: 50%;
}

.data_name_1 {
    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: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.table_bg_invoice {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 30px;
}

.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: #ffffff;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

.tdc {
    font-size: 14px;
}

.div_no_data {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
}

.div_no_data_1 {
    padding: 10px;
}

.div_no_data_p1 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.table_options {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.search-input {
    width: 100%;
    margin-bottom: 0;
}

.pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.pagination a {
    color: var(--color-1);
    padding: 4px 8px;
    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 8px;
    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;
}

.file_button {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 0px 5px 5px 0px;
    padding: 9px 10px;
    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;
}

.modal_div {
    margin-bottom: 15px;
}

.modal_div_1 {
    margin-top: 15px;
}

.container_custom {
    padding-top: 50px;
    padding-bottom: 50px;
}

.payment_container {
    background-color: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.payment_header {
    background-color: var(--color-1);
    padding: 20px 20px 20px 20px;
    display: flex;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
}

.payment_header_div_1 {
    margin-right: 20px;
}

.payment_header_div_2 {
    width: 85%;
    font-size: 16px;
    line-height: 1.6em;
    color: #ffffff;
}

.payment_header_div_2_span_1 {
    font-size: 14px;
}

.payment_header_div_2_span_2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.payment_content {
    padding: 20px;
}

.payment_footer {
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
    background-color: var(--color-2);
    color: #ffffff;
}

.payment_dp {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    display: block;
    background-color: #ffffff;
    padding: 3px;
    max-width: 100%;
    height: auto;
}

.avatar_modal {
    width: 150px;
    height: 150px;
    border-radius: 5px;
    display: cover;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.avatar_change_button {
    background-color: var(--color-1);
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 10px 48px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
}

#selectedImageId {
    display: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#selectedImageAddress {
    display: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    margin-top: 15px;
}

.modal_image_1 {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px;
}

.modal_image_2 {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    margin-top: 15px;
}

.payment_details {
    line-height: 2em;
    font-weight: 600;
}

.checkout_ad_display {
    margin-top: 20px;
}

.checkout_ad_display img {
    border-radius: 5px;
}

.payment_modes {
    margin-top: 30px;
    overflow: hidden;
}

.payment_modes_1 {
    float: left;
    width: calc(50% - 5px);
}

.payment_modes_2 {
    float: left;
    width: calc(50% - 5px);
    margin-left: 10px;
}

.payment_modes_button {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.payment_modes_button_select {
    background-color: var(--color-1);
    border: 1px solid var(--color-1);
    color: #ffffff;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}

#bank {
    display: none;
}

.pay_mode_label {
    padding-top: 30px;
    font-weight: 600;
}

.upicontainer_qr,
.upicontainer_vpa {
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 10px;
    display: flex;
    border-radius: 5px;
}

.upicontainer_apps {
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 15px;
}

.upicontainer_1 {
    margin-right: 10px;
}

.upicontainer_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    word-wrap: break-word;
}

.upicontainer_2_p1 {
    padding-left: 15px;
    line-height: 1.6em;
}

.upicontainer_2_p2 {
    padding-left: 15px;
    padding-top: 5px;
}

.qr_download_button {
    color: var(--color-1);
    background-color: var(--color-1);
    border: none;
    border-radius: 5px;
    color: white;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.upi_apps_icons {
    height: 30px;
    padding-left: 15px;
    padding-top: 10px;
}

.bankcontainer {
    border: 1px solid #ddd;
    padding: 10px 10px 0px 10px;
    border-radius: 5px;
}

.bankcontainer_p1 {
    line-height: 2em;
}

.bankcontainer_p1_span,
.upi_vpa_copy {
    margin-left: 5px;
    cursor: pointer;
}

.checkout_text {
    background-color: var(--color-7);
    border-radius: 5px;
    line-height: 1.8em;
    margin-top: 20px;
    padding: 10px;
}

.copy-success {
    color: var(--color-1);
}

.kyc_icon_span {
    margin-left: 5px;
}

.kyc_icon {
    height: 20px;
}

.apps_container {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 20px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.apps_container:last-child {
    margin-bottom: 0;
}

.apps_container img {
    height: 30px;
    margin-right: 10px;
}

.apps_container span {
    font-weight: 600;
}

.apps_container_icon {
    margin-left: auto;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.action_modal_p1 {
    line-height: 1.8em;
}

.action_modal_p1_span {
    font-weight: 600;
}

.modal_p1 {
    line-height: 1.8em;
}

.modal_p2 {
    line-height: 1.8em;
    padding-bottom: 10px;
}

.modal_p3 {
    line-height: 1.8em;
    padding-top: 20px;
}

.modal_yes_button {
    background-color: var(--color-1);
    border: none;
    border-radius: 5px;
    color: white;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.modal_no_button {
    background-color: #ffffff;
    border: 1px solid var(--color-1);
    border-radius: 5px;
    color: var(--color-1);
    padding: 9px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 10px;
}

.analytics_card {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px 20px 5px 20px;
    margin-bottom: 20px;
}

.analytics_card_p1 {
    padding-bottom: 5px;
}

.analytics_card_p2 {
    font-size: 20px;
    font-weight: 800;
}

.drop-down-button-custom {
    background-color: var(--color-1);
    border: none;
    border-radius: 5px;
    color: #ffffff;
    padding: 1px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.dropdown-menu-custom {
    border-radius: 5px;
}

.ticket_div {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

.ticket_div_1 {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.ticket_closed_div{
    background-color: var(--color-7);
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
}

.ticket_p1 {
    padding-bottom: 10px;
    font-weight: 600;
}

.ticket_p2 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.ticket_p2_span_1 {
    background-color: var(--color-5);
    color: var(--color-1);
    border-radius: 5px;
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.ticket_p2_span_2 {
    background-color: var(--color-8);
    color: var(--color-3);
    border-radius: 5px;
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.ticket_response_div {
    margin-top: 30px;
}

.plan_select_button {
    background-color: var(--color-1);
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 10px 24px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
}

.ticket_div_p1 {
    padding-bottom: 5px;
}

.ticket_div_p1_span {
    background-color: var(--color-5);
    color: var(--color-1);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 12px;
}

.ticket_div_p2 {
    padding-top: 5px;
    padding-bottom: 10px;
}

.ticket_div_p2_span_1 {
    font-size: 20px;
    font-weight: 800;
}

.ticket_div_p2_span_2 {
    color: #777;
    text-decoration: line-through;
    margin-left: 5px;
}

.ticket_div_p3 {
    line-height: 2em;
}

.plan_icon_green {
    margin-right: 5px;
    color: var(--color-2);
}

.plan_icon_red {
    margin-right: 5px;
    color: var(--color-3);
}

pre {
    background-color: #ffffff;
    border: none;
}

.receipt_container {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.receipt_header {
    background-color: var(--color-1);
    padding: 20px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}

.receipt_header_p1 {
    font-weight: 600;
    font-size: 18px;
    padding-top: 20px;
    color: #ffffff;
}

.receipt_header_p2 {
    color: #ffffff;
}

.receipt_header_span {
    font-size: 20px;
    color: var(--color-1);
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 5px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 50px;
}

.receipt_content {
    background-color: #ffffff;
    border-radius: 0px 0px 10px 10px;
    padding: 20px 20px 10px 20px;
}

.receipt_content_1 {
    text-transform: uppercase;
    background-color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
}

.receipt_footer_p1 {
    padding-top: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 1.8em;
}

.response_div {
    display: flex;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
}

.response_div_p1 {
    font-size: 20px;
    font-weight: 600;
}

.response_div_p2 {
    font-size: 14px;
    padding-bottom: 5px;
}

.response_div_p3 {
    line-height: 1.8em;
    padding-bottom: 10px;
}

.error_message_div {
    flex: 1;
    padding: 15px;
}

.error_image_div {
    flex: 0 0 240px;
    text-align: right;
    padding: 15px;
}

.error_image_div img {
    width: 100%;
    max-width: 240px;
    height: auto;
    display: block;
}

.response_button {
    background-color: var(--color-1);
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

#whatsapp-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#whatsapp-widget img {
    width: 50px;
    height: auto;
    cursor: pointer;
    border-radius: 50%;
}

.floating-error,
.floating-success {
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    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-2);
}

.floating-error.show,
.floating-success.show {
    display: block;
}

.check {
    color: var(--color-2);
}

@media screen and (max-width: 600px) {
    .uam_container_content {
        background-color: #ffffff;
        border-radius: 0px;
        padding: 20px;
        margin-top: 15px;
        margin-bottom: 50px;
    }

    .container_custom {
        padding-top: 20px;
    }

    .table_options {
        flex-direction: column;
        align-items: stretch;
    }

    .search-input {
        width: 100%;
    }

    .drop-down-button-custom {
        padding: 6px 8px;
    }

    .data_div_default {
        display: flex;
        flex-wrap: wrap;
        line-height: 1.2em;
        overflow-x: hidden;
    }

    .data_name,
    .data_value {
        width: 100%;
        word-wrap: break-word;
        white-space: normal;
    }

    .data_value {
        margin-bottom: 15px;
    }

    .data_value:last-child {
        margin-bottom: 0px;
    }

    .response_div {
        flex-direction: column;
    }

    .error_image_div {
        flex: 0 0 100%;
        text-align: center;
        order: -1;
    }

    .error_image_div img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
    }

    .error_message_div {
        flex: 1;
        padding: 15px;
    }

    .upicontainer_qr {
        flex-direction: column;
    }

    .upicontainer_1,
    .upicontainer_2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .upicontainer_1 {
        margin-top: 10px;
    }

    .floating-error,
    .floating-success {
        display: none;
        position: fixed;
        top: 10px;
        left: 10px;
        right: 10px;
        width: auto;
        padding: 15px;
        text-align: center;
    }
}
