body {
    font-family: "Work 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: #008bfe;
    border-radius: 0px;
}

::-webkit-scrollbar:horizontal {
    height: 5px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb:horizontal {
    background: #008bfe;
    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: 0px;
}

.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: #fff;
}

textarea {
    resize: none;
    font-size: 14px !important;
}

textarea[disabled],
textarea[readonly] {
    background-color: #fff !important;
    font-size: 14px;
}

.uam_container_content {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.uam_container_card_p1 {
    padding-top: 10px;
    padding-bottom: 30px;
}

.uam_container_content_p1 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.uam_container_content_p2 {
    padding-top: 20px;
    line-height: 2em;
}

.h-captcha {
    margin-top: 20px;
    margin-bottom: 15px;
}

.button_uam {
    background-color: #008bfe;
    border: none;
    border-radius: 0px;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
}

a.link_a {
    text-decoration: none;
    color: #008bfe;
}

.error {
    color: #ff0000;
}

#formError,
#passwordResetError {
    display: none;
    color: #ff0000;
}

#checkboxError {
    margin-bottom: 25px;
}

.dashboard_notification {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
}

.dashboard_notification_p1 {
    line-height: 1.8em;
}

.dashboard_notification_button {
    background-color: #008bfe;
    border: none;
    border-radius: 0px;
    color: white;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dashboard_container {
    background-color: #fff;
    border: 1px solid #ddd;
    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 {
    text-align: center;
    margin-top: 20px;
}

.share_button {
    display: inline-block;
    margin-right: 10px;
}

.whatsapp_button {
    background-color: #25d366;
    border: none;
    border-radius: 0px;
    color: white;
    height: 30px;
    width: 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
}

.facebook_button {
    background-color: #4267b2;
    border: none;
    border-radius: 0px;
    color: white;
    height: 30px;
    width: 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
}

.twitter_button {
    background-color: #14171a;
    border: none;
    border-radius: 0px;
    color: white;
    height: 30px;
    width: 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
}

.telegram_button {
    background-color: #2aabee;
    border: none;
    border-radius: 0px;
    color: white;
    height: 30px;
    width: 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
}

.payment_link_qr_p1 {
    padding-top: 15px;
}

.payment_link_qr_p2 {
    padding-top: 30px;
}

.payment_link_qr_logo {
    height: 15px;
}

.payment_link_qr_container {
    padding: 40px 0px;
}

.download_link_qr {
    cursor: pointer;
    color: #008bfe;
}

.dashboard_container_content_1 {
    padding: 0px;
}

.dashboard_container_button {
    background-color: #008bfe;
    border: none;
    border-radius: 0px;
    color: white;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.modal-header {
    background-color: #008bfe;
}

.modal-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.modal-content,
.modal-header,
.modal-body,
.modal-footer {
    border: none;
    border-radius: 0px;
}

.modal-body-action {
    padding: 0px;
}

.close,
.close:hover {
    color: #fff;
    opacity: 1;
    font-weight: 400;
}

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: 1px solid #ddd;
    border-radius: 0px;
}

.table_bg_invoice {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    margin-top: 30px;
}

.table_div {
    overflow-x: auto;
    border-radius: 0px;
}

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;
}

.div_no_data {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    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: 240px;
    margin-bottom: 0;
}

.table_options_button {
    background-color: #008bfe;
    border: none;
    border-radius: 0px;
    color: white;
    padding: 10px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
}

.pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.pagination a {
    color: #008bfe;
    padding: 4px 14px;
    text-decoration: none;
    border: 1px solid #008bfe;
    margin: 0 4px;
    border-radius: 0px;
    font-weight: 600;
}

.page-info {
    color: #008bfe;
    padding: 4px 14px;
    text-decoration: none;
    border: 1px solid #008bfe;
    margin: 0 4px;
    border-radius: 0px;
    font-weight: 600;
}

.pagination a:hover {
    background-color: #008bfe;
    color: white;
}

.pagination .active {
    background-color: #008bfe;
    color: white;
}

#systemResponse {
    display: none;
    background-color: #e3f2ff;
    color: #008bfe;
    padding: 10px;
    margin-bottom: 20px;
}

.checkout_container_footer {
    background-color: #e3f2ff;
    color: #008bfe;
    padding: 10px 20px 1px 20px;
    line-height: 1.8em;
}

.file_button {
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 0px;
    padding: 9px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.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: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.payment_header {
    background-color: #212121;
    padding: 20px 20px 20px 20px;
    overflow: hidden;
}

.payment_header_div_1 {
    float: left;
    width: 15%;
}

.payment_header_div_2 {
    width: 85%;
    font-size: 16px;
    line-height: 1.6em;
    color: #fff;
    font-weight: 600;
}

.payment_content {
    padding: 20px;
}

.payment_footer {
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
    background-color: #00a658;
    color: #fff;
}

.payment_dp {
    width: 60px;
    height: 60px;
    border-radius: 0%;
    display: block;
    background-color: #fff;
    padding: 3px;
    float: left;
}

.avatar_modal {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.avatar_change_button {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 10px 48px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    margin-top: 20px;
}

#selectedImageId {
    display: none;
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#selectedImageAddress {
    display: none;
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: 15px;
}

.modal_image_1 {
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 15px;
}

.modal_image_2 {
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: 15px;
}

.payment_details {
    line-height: 2em;
    font-weight: 600;
}

.checkout_ad_display {
    margin-top: 20px;
}

.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: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    width: 100%;
    height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.payment_modes_button_select {
    background-color: #00a658;
    border: 1px solid #00a658;
    color: #fff;
    border-radius: 0px;
    width: 100%;
    height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}

#bank {
    display: none;
}

.pay_mode_label {
    padding-top: 20px;
    font-weight: 600;
}

.upicontainer_qr,
.upicontainer_vpa {
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 10px;
}

.upicontainer_apps {
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 15px;
}

.upicontainer_1 {
    float: left;
    width: 35%;
}

.upicontainer_2 {
    float: right;
    width: 65%;
}

.upicontainer_2_p1 {
    padding-left: 15px;
    line-height: 1.6em;
}

.upicontainer_2_p2 {
    padding-left: 15px;
    padding-top: 5px;
}

.qr_download_button {
    color: #008bfe;
    background-color: #008bfe;
    border: none;
    border-radius: 0px;
    color: white;
    padding: 2px 6px;
    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;
}

.bankcontainer_p1 {
    line-height: 2em;
}

.bankcontainer_p1_span,
.upi_vpa_copy {
    margin-left: 5px;
    cursor: pointer;
}

.checkout_text {
    background-color: #fff;
    border: 1px solid #ddd;
    line-height: 1.8em;
    margin-top: 20px;
    padding: 10px;
}

.copy-success {
    color: #008bfe;
}

.kyc_icon_span {
    margin-left: 5px;
}

.kyc_icon {
    height: 15px;
}

.upicontainer_apps {
    font-size: 0;
}

.apps_container {
    border: 1px solid #ddd;
    display: inline-block;
    margin-right: 15px;
    padding: 8px;
}

.apps_container img {
    height: 30px;
}

.apps_container a {
    display: block;
}

.action_modal_p1 {
    padding: 15px;
    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_yes_button {
    background-color: #ff0000;
    border: none;
    border-radius: 0px;
    color: white;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
}

.modal_no_button {
    background-color: #008bfe;
    border: none;
    border-radius: 0px;
    color: white;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 10px;
}

.analytics_card {
    background-color: #fff;
    border: 1px solid #ddd;
    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: #008bfe;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.dropdown-menu-custom {
    border-radius: 0px;
}

.ticket_div {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
}

.ticket_p1 {
    padding-bottom: 10px;
    font-weight: 600;
}

.ticket_p2 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.ticket_p2_span_1 {
    background-color: #ffec00;
    padding: 4px 8px;
    text-transform: uppercase;
}

.ticket_p2_span_2 {
    background-color: #a4ff8b;
    padding: 4px 8px;
    text-transform: uppercase;
}

.ticket_response_div {
    margin-top: 30px;
}

.plan_select_button {
    background-color: #008bfe;
    color: #fff;
    border: none;
    border-radius: 0px;
    width: 100%;
    height: 42px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 20px;
}

.ticket_div_p1 {
    padding-bottom: 5px;
}

.ticket_div_p1_span {
    background-color: #FF0000;
    color: #fff;
    padding: 4px 8px;
}

.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 {
    margin-right: 5px;
    color: #00a658;
}

.table_button_container {
    overflow: hidden;
}

.table_button_container_1 {
    float: left;
    margin-right: 10px;
}

.table_button_container_2 {
    float: left;
}

.table_button_1 {
    background-color: #00a658;
    color: #fff;
    border: none;
    border-radius: 0px;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.table_button_2 {
    background-color: #008bfe;
    color: #fff;
    border: none;
    border-radius: 0px;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.table_api_data {
    margin-bottom: 20px;
}

pre {
    background-color: #fff;
    border: none;
}

.receipt_container {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.receipt_header {
    background-color: #008bfe;
    padding: 20px;
    text-align: center;
}

.receipt_header_p1 {
    font-weight: 600;
    font-size: 18px;
    padding-top: 20px;
    color: #fff;
}

.receipt_header_p2 {
    color: #fff;
}

.receipt_header_span {
    font-size: 20px;
    color: #008bfe;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 5px;
    background-color: #fff;
    text-align: center;
    border-radius: 50px;
}

.receipt_content {
    background-color: #fff;
}

.receipt_content_1 {
    text-transform: uppercase;
    background-color: #fff;
    padding: 10px 20px;
    font-weight: 600;
}

.response_div {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
}

.response_div_p1 {
    font-weight: 600;
}

.response_div_p2 {
    padding-top: 5px;
    line-height: 1.8em;
    padding-bottom: 10px;
}

.response_button {
    background-color: #008bfe;
    color: #fff;
    border: none;
    border-radius: 0px;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

#confirmPaymentUpi,
#confirmPaymentBank{
    display: none;
    background-color: #e3f2ff;
    color: #008bfe;
    padding: 10px;
    margin-top: 20px;
}

.confirmPaymentSpan{
    font-weight: 600;
}

@media screen and (max-width: 600px) {
    .uam_container_content {
        background-color: #fff;
        border-radius: 0px;
        padding: 20px;
        margin-top: 15px;
        margin-bottom: 50px;
    }

    .container_custom {
        padding-top: 20px;
    }

    .payment_header_div_1 {
        float: left;
        width: 21%;
    }

    .payment_header_div_2 {
        width: 79%;
        font-size: 16px;
        line-height: 1.6em;
        color: #fff;
        font-weight: 600;
    }
}
