@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@use postcss-preset-env {
    stage: 0;
}

:root {
    --color-background: linear-gradient(90deg, #3F91A4, #40DCAF);
    --color-primary: linear-gradient(90deg, #3F91A4, #40DCAF);
    --font-family-base: 'Montserrat', sans-serif;
    --font-size-h1: 1.25rem;
    --font-size-h2: 1rem;
}

* {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

body {
    background: var(--color-background);
    display: grid;
    font-family: var(--font-family-base);
    line-height: 1.5;
    margin: 0;
    min-block-size: 100vh;
    padding: 5vmin;
    place-items: center;
    font-weight: 500;
}

address {
    font-style: normal;
}

button {
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: var(--font-size-h1);
    line-height: 1.2;
    margin-block: 0 1.5em;
}

h2 {
    font-size: var(--font-size-h2);
    line-height: 1.2;
    margin-block: 0 0.5em;
}

legend {
    font-weight: 600;
    margin-block-end: 0.5em;
    padding: 0;
}

input {
    border: 0;
    color: inherit;
    font: inherit;
}

input[type="radio"] {
    accent-color: var(--color-primary);
}

table {
    border-collapse: collapse;
    inline-size: 100%;
}

tbody {
    color: #333;
}

td {
    padding-block: 0.125em;
}

tfoot {
    border-top: 1px solid #b4b4b4;
    font-weight: 600;
    color: #333;
}

.align {
    display: grid;
    place-items: center;
}

.card-box {
    border-radius: 1em;
    background: var(--color-primary);
    color: #fff;
    padding: 1em;
}

.form__radios {
    display: grid;
    gap: 1em;
}

.form__radio {
    align-items: center;
    background-color: #fefdfe;
    border-radius: 1em;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.0625);
    display: flex;
    padding: 1em;
}

.form__radio label {
    align-items: center;
    display: flex;
    flex: 1;
    gap: 1em;
}

.header {
    display: flex;
    justify-content: center;
    padding-block: 0.5em;
    padding-inline: 1em;
}

.icon {
    block-size: 1em;
    display: inline-block;
    fill: currentColor;
    inline-size: 1em;
    vertical-align: middle;
}

.sidebox {
    background-color: #fff;
    border-radius: 2em;
    min-height: 512px;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.0625);
    overflow: auto;
    padding: 15px;
}

.nav-tabs {
    display: none;
}

.vertical-tab .nav-pills .nav-link {
    text-align: left;
    color: #333;
    border-radius: 30px;
    padding: 7px 5px 5px 15px;
}

.vertical-tab .nav-pills .nav-link i {
    color: var(--color-background);
}

.vertical-tab .nav-pills .nav-item {
    text-align: left;
    width: 100%;
    margin: 5px 0;
    font-weight: 500;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav-pills .nav-link.active i {
    color: #fff !important;
    /* background: var(--color-background); */
}

.btn-primary {
    color: #fff;
    background: #333;
    border-color: #333;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background: #000;
    border-color: #000;
}

a {
    color: var(--color-background);
    font-weight: 500;
}

.btn-rounded {
    border-radius: 50px;
}

.left-side {
    padding: 20px;
}

.pay-link {
    padding: 7px 15px;
    margin-bottom: 5px;
    display: block;
    background: #efefef;
    border-radius: 50px;
}

.table td,
.table th {
    padding: 5px 5px;
    vertical-align: top;
}

.payment-list {
    margin-top: 100px;
}

.payment-list img {
    background-size: 100%;
}

.bill-title a,
.bill-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.pay-link {
    display: block;
}

.angle {
    display: none;
}

.bank-logo {
    text-align: center;
    display: block;
}

.bank-logo img {
    width: 100%;
    background-size: 100%;
    max-width: 70px;
}

.bank-logo p {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.wallet-logo {
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.wallet-logo img {
    width: 100%;
    background-size: 100%;
    border-radius: 3px;
    border: 1px solid #eee;
}

.wallet-logo p {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.bank-list {
    max-height: 300px;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 5px;
    height: 16px;
    background-color: #ccc;
}

 :root {
    scrollbar-color: rgb(210, 210, 210) rgb(46, 54, 69) !important;
    scrollbar-width: thin !important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #adc8dc;
}

tfoot tr td {
    border-top: 1px solid #adc8dc !important;
}

.otp-auth .radio-inline {
    margin-right: 25px;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 7px;
}

.btn {
    padding: .375rem 15px;
    border-radius: 20px;
}

.brand img {
    float: right;
    max-width: 200px;
    background-size: 100%;
    width: 100%;
}

.company-name img {
    /* max-width: 200px;
  width: 100%; */
    background-size: 100%;
}

.company-name p {
    font-size: 14px;
    font-weight: 600;
}

.web {
    display: block;
}

.mob {
    display: none;
}

.table td,
.table th {
    border-top: 0px solid #dee2e6;
}

.select-card table td {
    vertical-align: top;
}

.select-card table td label {
    font-size: 13px;
    font-weight: 600;
}

.select-card table td h5 {
    font-size: 18px;
}

.selected:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: "\f058";
    position: absolute;
    right: 10px;
    color: #65ab26;
    top: 5px;
}

.pay-link {
    display: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bank-logo {
    text-align: center;
    display: block;
    border: 1px solid #efefef;
    border-radius: 3px;
    margin-bottom: 15px;
}

.m-top10 {
    margin-top: 10px !important;
}

.white-color {
    color: #fff !important;
}

.power-by-logo {
    height: 20px !important;
}

.mt-10 {
    margin-top: 10px;
}

.more-info {
    text-decoration: none !important;
    color: #056e4e !important;
}

.secure_div {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #b2b2b2;
    font-size: 12px;
    text-align: center;
}

.sheild {
    height: 20px;
}

.grey-color {
    color: #666666 !important;
    font-size: 12px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: var(--color-background);
}

.bg-0-br-0 {
    background-color: transparent;
    border: 0;
    margin-top: 50%;
}

.cardno-input {
    position: relative;
}

.cardno-input input {
    display: block;
    box-sizing: border-box
}

.cardno-input img {
    position: absolute;
    top: 10px;
    right: 5px;
    height: 20px;
}

.scheme-logo {
    height: 20px;
}

.weaccept-span {
    /* margin-left: 15px; */
}

.mt-20 {
    margin-top: 20px;
}

.merchant-logo {
    height: 38px;
    margin-bottom: 20px;
    margin-top: 15px;
    /* text-decoration: underline; */
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.proceed-btn {
    width: 100%;
    background-color: #00a887 !important;
    color: white;
    margin-bottom: 10px;
}

.cvv-img {
    height: 100px;
    margin-top: 10px;
}

.cvv-div {
    position: absolute;
    padding: 20px;
    text-align: center;
    background-color: #DEE6E5;
    opacity: 1;
    width: 350px;
    z-index: 9;
    border-radius: 20px;
    display: none;
}

.cvv-text {
    margin-top: 10px;
}

.loader-div {
    text-align: center;
    padding: 50px;
}

.telr-loader {
    height: 60px;
}

.loader-title {
    font-weight: bold;
}

.loader-desc,
.loader-title {
    margin-top: 20px;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.iframe-condition {
    width: 100%;
    border: 0 !important;
    min-height: 400px;
}

.condition-modal-dialog {
    width: 100%;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(211, 211, 211) !important;
    opacity: 1;
    /* Firefox */
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(211, 211, 211) !important;
}

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(211, 211, 211) !important;
}

.font-12 {
    font-size: 12px;
}

.logo-div {
    width: 100%;
    text-align: left;
}