body {
    padding-top: 120px;
    font-family: "DM Sans", sans-serif;
    background-color: #f2f4f4;
}

@media screen and (max-width: 767px) {
    .navbar-custom .navbar-nav > li > a {
        text-align: center;
    }
    .dropdown-menu {
        text-align: center;
    }
    .dropdown-menu > li > a {
        font-size: 14px;
        color: #000;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background-color: transparent;
        color: #000;
    }
}

.navbar-custom .navbar-nav > li > a {
    color: #fff;
}

.navbar-custom .navbar-nav > .active > a {
    color: transparent;
    background-color: transparent;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .open > a {
    text-decoration: none;
    background-color: transparent;
}

.navbar-custom .icon-bar {
    background-color: #fc7404;
}

.navbar-custom .navbar-toggle {
    background-color: transparent;
}

.navbar-nav > .active > a {
    background-color: #fff;
}

.navbar-custom {
    background: #fff;
    border-color: #fff;
}

.navbar-custom .navbar-nav > li > a {
    color: #000;
    font-size: 14px;
}

.navbar-custom .navbar-brand {
    color: #fff;
    font-size: 30px;
}

.navbar {
    min-height: 80px;
}

.navbar-brand {
    padding-top: 17.5px;
    height: 80px;
    line-height: 60px;
}

.navbar-toggle {
    /* (80px - button height 34px) / 2 = 23px */
    margin-top: 23px;
    padding: 9px 10px !important;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        /* (80px - line-height of 27px) / 2 = 26.5px */
        padding-top: 26.5px;
        padding-bottom: 26.5px;
        line-height: 27px;
    }
}

.floating-alert {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    height: 50px;
    width: 200px;
    text-align: center;
}

.well_1 {
    border: 1px solid #f2f4f4;
    border-radius: 10px;
    padding: 50px;
    background-color: #fff;
}

.checkout_well_1 {
    border: 1px solid #f2f4f4;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
}

.checkout_well_2 {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.error {
    color: red;
    font-size: 13px;
}

#error-message,
#error-message-bank,
#error-message-usdt {
    color: red;
    margin-top: 3px;
    font-size: 13px;
}

.checkout_well_3 {
    background-color: #f2f3f4;
    border-radius: 3px;
}

.qrcode-container {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 10px;
}

.checkout_well_3_p1 {
    font-size: 13px;
    color: #333;
    text-align: center;
    padding: 8px 20px 8px 20px;
}

.checkout_well_4 {
    text-align: center;
}

.checkout_well_4_button {
    background-color: #fc7404;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 15px;
}

.checkout_well_5 {
    margin-top: 50px;
    margin-bottom: 10px;
}

.checkout_well_6 {
    margin-top: 20px;
}

.input-button-1 {
    background-color: #fc7404;
    border: none;
    border-radius: 0px 5px 5px 0px;
    color: white;
    padding: 7px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

#amountInput,
#upiVpaInput,
#accountName,
#accountNumber,
#ifsc,
#usdtAddress,
#usdtAmount {
    background-color: #fff;
}

.receipt_well {
    border: 1px solid #f2f4f4;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    word-wrap: break-word;
}

.dashboard_well {
    border: 1px solid #f2f4f4;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
}

.dashboard_well_help {
    font-size: 13px;
    padding-top: 20px;
}

.dashboard_well_help_1 {
    font-size: 13px;
    line-height: 1.7em;
}

.dashboard_well_balance {
    border: 1px solid #f2f4f4;
    border-left: 3px solid #fc7404;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
}

.action_well_success {
    border: 1px solid #00b73f;
    border-radius: 10px;
    padding: 20px;
    background-color: #00b73f;
}

.action_well_fail {
    border: 1px solid #ff0000;
    border-radius: 10px;
    padding: 20px;
    background-color: #ff0000;
}

.checkout_logo {
    width: 25px;
    height: 25px;
}

.checkout_p1 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 20px;
}

.checkout_p2 {
    font-size: 12px;
    text-transform: uppercase;
}

.checkout_p3 {
    font-size: 12px;
    color: #777;
}

.checkout_p4 {
    font-size: 14px;
    color: #333;
}

.checkout_p5 {
    font-size: 12px;
    padding-bottom: 5px;
    padding-top: 10px;
    color: #777;
}

.checkout_p6 {
    font-size: 15px;
    text-transform: uppercase;
}

.checkout_p6_span_1 {
    background-color: #fc7404;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 50px;
    color: #fff;
}

.checkout_p6_span_2 {
    padding-left: 5px;
}

.checkout_p7 {
    font-size: 13px;
    text-align: center;
    padding-top: 20px;
}

.checkout_p7_span {
    color: #00b73f;
    padding-right: 5px;
}

.hr_checkout {
    border-top: 1px solid #d7dbdd;
}

.well_1_p1 {
    padding-bottom: 30px;
}

.well_1_p2 {
    text-align: center;
    padding-bottom: 30px;
}

.well_1_p3 {
    padding-top: 30px;
}

.well_1_p4 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

a.link_a {
    text-decoration: none;
    color: #6488ff;
}

.settle-button {
    background-color: #6488ff;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 7px 10px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    font-size: 14px;
}

a.settle-button {
    text-decoration: none;
    color: #fff;
}

.button_1 {
    background-color: #fc7404;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
}

.button_2 {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    color: #333;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

a.button_2 {
    text-decoration: none;
    color: #333;
}

.copy_button {
    background-color: #fc7404;
    border: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
}

.dashboard_well_button {
    background-color: #fc7404;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.dashboard_well_p1 {
    font-size: 14px;
}

.dashboard_well_p2 {
    font-size: 14px;
    padding-top: 10px;
}

.dashboard_well_p3 {
    font-size: 24px;
    font-weight: bold;
}

.delete_button {
    background-color: #ff0000;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 3px 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

a.delete_button {
    text-decoration: none;
    color: #fff;
}

/* width */

::-webkit-scrollbar {
    width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f8f4f1;
    border-radius: 0px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #fc7404;
    border-radius: 0px;
}

input[type="text"][disabled] {
    background-color: #fff;
}

textarea {
    resize: none;
    font-size: 14px !important;
}

textarea[disabled] {
    background-color: #fff !important;
    font-size: 14px;
}

.form-control:focus {
    border-color: #bdc3c7;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(144, 148, 151);
}

::-webkit-input-placeholder {
    color: peachpuff;
    font-size: 14px;
}

::-moz-placeholder {
    color: peachpuff;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: peachpuff;
    font-size: 14px;
}

::placeholder {
    color: peachpuff;
    font-size: 14px;
}

input[type="text"],
input[type="email"],
input[type="file"],
input[type="url"],
input[type="password"],
input[type="date"],
option,
.drop_down,
.radio_text,
textarea.msg {
    font-size: 14px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #ffffff !important;
    color: #555 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #555 !important;
}

.success_status_btn {
    background-color: #00b73f;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 2px 8px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    font-size: 13px;
}

.failed_status_btn {
    background-color: #ff0000;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 2px 8px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    font-size: 13px;
}

.update_status_btn {
    background-color: #6488ff;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 2px 12px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    font-size: 13px;
}

a.success_status_btn,
a.failed_status_btn,
a.update_status_btn {
    text-decoration: none;
    color: #fff;
}

.alert-success {
    background-color: #00b73f;
    border-color: #00b73f;
    color: #fff;
}

.alert-failed {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
}

.input-group-addon {
    background-color: #fff;
}

.modal-title {
    font-size: 14px;
    text-transform: uppercase;
}

body.modal-open .modal {
    display: flex !important;
    height: 80%;
}

body.modal-open .modal .modal-dialog {
    margin: auto;
}

.action_well_p1 {
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
}

.action_well_p1_des {
    color: #fff;
}

.action_well_p2 {
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
}

.action_well_p2_des {
    color: #fff;
}

.receipt_icon {
    height: 30px;
    width: 30px;
}

.receipt_well_p1 {
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    color: #000;
}

.receipt_well_p2 {
    padding-top: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.receipt_well_p3 {
    padding-top: 30px;
    text-align: center;
    color: #777;
    font-size: 13px;
}

.receipt_well_p4 {
    text-align: center;
    color: #777;
    font-size: 13px;
    padding-bottom: 30px;
}

.receipt_footer {
    padding: 10px;
    border-radius: 5px;
    background-color: #fff5ec;
    color: #fc7404;
    font-size: 13px;
    text-align: center;
}

label {
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
}

.table_no_data_p {
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 10px;
    text-align: center;
    color: #333;
}

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;
}

.table_div {
    overflow-x: auto;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400;
}

td {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
}

.trc {
    background-color: #fc7404;
    color: #fff;
    font-size: 14px;
}

.tdc {
    font-size: 14px;
}

pre {
    background-color: #fff;
    font-size: 11px;
    border: #fff;
}

.footer_p {
    text-align: center;
    font-size: 13px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.checkout_well_container {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.checkout_well_header {
    border-radius: 10px 10px 0px 0px;
    background-color: #fc7404;
    padding: 15px 20px 13px 20px;
}

.checkout_well_logo {
    background-color: #fff;
    font-size: 24px;
    font-weight: bold;
    color: #fc7404;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
}

.checkout_well_merchant_name {
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
    font-weight: bold;
}

.checkout_well_content {
    padding: 20px;
}

.checkout_well_container_payment_mode {
    margin-bottom: 20px;
}

.checkout_well_payment_mode {
    margin-right: 15px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px 20px 30px 20px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 20px;
}

.checkout_well_payment_mode_button {
    background-color: #fc7404;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.checkout_well_content_p1 {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
}

.checkout_well_content_span_1 {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #777;
    color: #fff;
}

.checkout_well_content_span_2 {
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}

.checkout_well_content_span_3 {
    font-size: 14px;
}

.checkout_well_content_span_4 {
    font-weight: 600;
}

.checkout_well_content_span_5 {
    color: #ff0000;
}

.checkout_well_content_p3 {
    line-height: 1.8em;
    width: 70%;
    padding-top: 7px;
}

.input-group-custom {
    margin-top: 10px;
    width: 75%;
}

.input-group-custom-1 {
    width: 75%;
}

.checkout_well_content_p4 {
    text-align: center;
    padding-top: 30px;
}

.checkout_well_content_p4_span {
    color: #00b73f;
    padding-right: 5px;
}

.checkout_well_content_qr {
    margin-top: 10px;
}

.checkout_well_content_utr {
    margin-top: 30px;
}

.upi_app_container {
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.upi_icon {
    float: left;
    margin-right: 15px;
    border: 1px solid #ddd;
    padding: 7px;
    border-radius: 10px;
}

.upi_icon img {
    width: 30px;
    display: block;
    height: auto;
}

#paymentModes,
#upiCheckout,
#bankCheckout,
#usdtCheckout,
#notActive,
#upiMode,
#bankMode,
#cryptoMode
 {
    display: none;
}

#goBack {
    display: none;
    cursor: pointer;
    color: #6488ff;
    font-size: 14px;
}

.payment_inactive {
    height: 100px;
}

.payment_inactive_p1 {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding-top: 10px;
}

.dashboard_container {
    overflow: hidden;
    margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
    .well_1 {
        border: 1px solid #f2f4f4;
        border-radius: 10px;
        padding: 20px;
        background-color: #fff;
    }
    .input-group-custom {
        margin-top: 10px;
        width: 100%;
    }

    .checkout_well_content_p3 {
        line-height: 1.8em;
        width: 100%;
        padding-top: 7px;
    }

    .dashboard_container {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .dashboard_well_balance {
        border: 1px solid #f2f4f4;
        border-left: 3px solid #fc7404;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 20px;
        background-color: #fff;
    }
}
