*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    align-items: center;
    background: #ebe9e9;
    display: flex;
    height: 100vh;
    justify-content: center;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
}
strong {
    color: #7e7e7e;
}
.contact-wrapper {
    background: #fff;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.15);
    border-radius: 0.75em;
    padding: 2em;
    width: 25em;
}


.resendNote {
    font-size: 0.7em;
    color: black;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  
  .resendBtn {
    background-color: transparent;
    border: none;
    color: rgb(127, 129, 255);
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 700;
  }

.login-cta > h2 {
    color: #3e3f5e;
    font-size: 1.75rem;
    text-align: center;
}

.top-container {
    display: flex;
    justify-content: center;
    width: 85%;
}

form {
    margin: 2em 0;
    margin-top: 1em;
}
form > .form-row {
    display: flex;
    margin: 0.75em 0;
    position: relative;
}
form > .form-row > span {
    background: #fff;
    color: #adafca;
    display: inline-block;
    font-weight: 400;
    left: 1em;
    padding: 0 0.5em;
    position: absolute;
    pointer-events: none;
    transform: translatey(-50%);
    top: 50%;
    transition: all 300ms ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
form > .form-row > input,
form > .form-row > button {
    border-radius: 0.5em;
    padding: 1em 0.5em;
    width: 100%;
}
form > .form-row > input {
    font-weight: 500;
    transition: 100ms ease all;
    width: 100%;
}
form > .form-row > input[type="text"],
form > .form-row > input[type="password"] {
    border: 0.075em solid #ddd;
}
form > .form-row > input:valid + span {
    top: 0;
    font-size: 0.9rem;
}
form > .form-row > input:invalid + span {
    top: 50%;
}
form > .form-row > input:focus + span {
    top: 0;
}
form > .form-row > input:required {
    box-shadow: none;
}
form > .form-row > input:focus {
    border-color: #012c6d;
    outline: none;
}
form > .form-row > input:focus:invalid {
    box-shadow: none;
    top: 50%;
}
form > .form-row > input:focus:valid {
    top: 0;
}
form > .form-row > button {
    background-color: #012c6d;
    border: 0.1em solid #012c6d;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    transition: all 300ms ease;
}
form > .form-row > button:focus {
    border: 0.1em solid #023b92;
    outline: none;
}
form > .form-row > button:hover {
    background-color: #023b92;
}

.tm-small {
    font-size: 12px;
    color: #6e6e6e;
}

.tm-small a {
    text-decoration: none;
    color: #414141;
}

.cs-small {
  font-size: 12px;
}

.cs-small a {
  text-decoration: none;
}
.error-wrap {
    position: relative;
    text-align: center;
}
.errormsg {
    font-size: 13px;
    color: #a10000;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
}
hr {
    margin-top: 40px;
}

/* Payinit styles */
#payinit {
    max-width: 600px;
}

#payinit .flex {
    display: flex;
}
#payinit .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
#payinit .flex-fill {
    display: flex;
    flex: 1 1;
}
#payinit .flex-vertical {
    display: flex;
    flex-direction: column;
}
#payinit .flex-vertical-center {
    display: flex;
    align-items: center;
}
#payinit .flex-between {
    display: flex;
    justify-content: space-between;
}
#payinit .p-sm {
    padding: 0.5em;
}
#payinit .pl-sm {
    padding-left: 0.5em;
}
#payinit .pr-sm {
    padding-right: 0.5em;
}
#payinit .pb-sm {
    padding-bottom: 0.5em;
}
#payinit .p-md {
    padding: 1em;
}
#payinit .pb-md {
    padding-bottom: 1em;
}
#payinit .p-lg {
    padding: 2em;
}
#payinit .m-md {
    margin: 1em;
}
#payinit .size-md {
    font-size: 0.85em;
}
#payinit .size-lg {
    font-size: 1.5em;
}
#payinit .size-xl {
    font-size: 2em;
}
#payinit .half-width {
    width: 50%;
}

#payinit .pointer {
    cursor: pointer;
}
#payinit .uppercase {
    text-transform: uppercase;
}
#payinit .ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
}

#payinit .f-main-color {
    color: #012c6d;
}
#payinit .f-secondary-color {
    color: #aaaaaa;
}
#payinit .b-main-color {
    background: #012c6d;
}
#payinit .numbers::-webkit-outer-spin-button,
#payinit .numbers::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#payinit .bod-3 {
    border-radius: 30px;
}
#payinit .main-back {
    background: #a2cdff !important;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
}
#payinit .header {
    padding-bottom: 1em;
}

#payinit .header #payinit .title {
    font-size: 1.2em;
}
#payinit .header #payinit .title span {
    font-weight: 300;
}

#payinit .card-data > div {
    padding-bottom: 1.5em;
}
#payinit .card-data > div:first-child {
    padding-top: 1.5em;
}

#payinit .card-property-title {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    margin-right: 0.5em;
    color: #b6b6b6;
}
#payinit .card-property-title strong {
    padding-bottom: 0.5em;
    font-size: 0.85em;
}
#payinit .card-property-title span {
    color: #aaaaaa;
    font-size: 0.75em;
}
#payinit .card-property-value {
    flex: 1 1;
}

#payinit .card-number {
    background: #fafafa;
    border: 2px solid #e4e4e4;
    color: #012c6d;
    font-weight: 600;
    border-radius: 0.5em;
    padding: 0.5em 1em;
    max-width: 90%;
    margin-right: 12px;
}

#payinit .card-number-field * {
    line-height: 1;
    margin: 0;
    padding: 0;
}
#payinit .card-number-field input {
    width: 100%;
    height: 100%;
    padding: 0.5em 1rem;
    margin: 0 0.75em;
    border: none;
    color: #888888;
    background: transparent;
    font-weight: 500;
}

#payinit .timer span {
    background: #311b92;
    color: #ffffff;
    width: 1.2em;
    padding: 4px 0;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}
#payinit .timer span + span {
    margin-left: 2px;
}
#payinit .timer em {
    font-style: normal;
}

#payinit .action button {
    padding: 0.8em;
    width: 100%;
    height: 100%;
    font-weight: 500;
    font-size: 1em;
    color: #ffffff;
    border: none;
    border-radius: 0.5em;
    transition: background-color 0.2s ease-in-out;
}
#payinit .action button:hover {
    background: #003481;
}

#payinit .input-container {
    position: relative;
    display: flex;
    align-items: center;
    height: 2.3em;
    overflow: hidden;
    border: 2px solid #e4e4e4;
    border-radius: 0.5em;
}
#payinit .input-container input,
#payinit .input-container i {
    line-height: 1;
}
#payinit .input-container input {
    flex: 1 1;
    height: 100%;
    width: 100%;
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
    border: none;
    border-radius: 0.5em;
    font-weight: 500;
    font-size: 14px;
    opacity: .8;
}
#payinit .input-container input:focus {
    background: #ffffff00;
    /* color: #000277; */
}
#payinit .input-container input::placeholder {
    color: #ddd;
}
#payinit .input-container input::-webkit-outer-spin-button,
#payinit .input-container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#payinit .input-container i {
    position: absolute;
    right: 0.5em;
}

#payinit .purchase-section {
    position: relative;
    overflow: visible;
    padding: 0.5em 1em 0.5em 1em;
    background: #f1f1f1;
    border-top-left-radius: 0.8em;
    border-top-right-radius: 0.8em;
    border-bottom-right-radius: 0.8em;
    border-bottom-left-radius: 0.8em;
    margin-top: 20px;
    background-color: #f3f3f3;
    color: #00407f !important;
}
.purchase-props {
    color: #222 !important;
}

.deposit-fund {
    margin: 0, auto;
    text-align: center;
    font-size: large;
}
/* #payinit .purchase-section:before {
    content: "";
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    left: -0.8em;
    bottom: -0.8em;
    background: #ffffff;
  }
  #payinit .purchase-section:after {
    content: "";
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    right: -0.8em;
    bottom: -0.8em;
    background: #ffffff;
  } */

#payinit .card-mockup {
    position: relative;
    margin: 3em 1em 1.5em 1em;
    padding: 1.5em 1.2em;
    border-radius: 0.6em;
    background: #72a2f7;
    color: #fff;
    box-shadow: 0 0.5em 1em 0.125em rgba(0, 0, 0, 0.1);
}
#payinit .card-mockup:after {
    content: "";
    position: absolute;
    width: 25%;
    top: -0.2em;
    left: 37.5%;
    height: 0.2em;
    background: #012c6d;
    border-top-left-radius: 0.2em;
    border-top-right-radius: 0.2em;
}
#payinit .card-mockup:before {
    content: "";
    position: absolute;
    top: 0;
    width: 25%;
    left: 37.5%;
    height: 0.5em;
    background: #012c6d36;
    border-bottom-left-radius: 0.2em;
    border-bottom-right-radius: 0.2em;
    box-shadow: 0 2px 15px 5px #012c6d4d;
}

#payinit .purchase-props {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    width: 100%;
}
#payinit .purchase-props li {
    width: 100%;
    line-height: 2.5;
}
#payinit .purchase-props li span,
#payinit .purchase-props li strong {
    color: #272727;
    font-weight: 500;
    font-size: 14px;
}

#payinit .separation-line {
    border-top: 1px dashed #aaa;
    margin: 0 0.8em;
}

#payinit .total-section {
    position: relative;
    overflow: hidden;
    padding-top: 0px !important;
    /* padding: 0.5em; */
    /* background: #E4F2FE; */
    border-bottom-left-radius: 0.8em;
    border-bottom-right-radius: 0.8em;
    margin-bottom: 10px;
}
/* #payinit .total-section:before {
    content: "";
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    left: -0.8em;
    top: -0.8em;
    background: #ffffff;
  } */
.align-content-center {
    align-items: center;
}
.rupee {
    font-size: 35px;
    font-weight: 500;
    color: #222;
    /* border: 1px solid #9c9c9c; */
    /* border-radius: 80px; */
    padding: 2px;
}
/* #payinit .total-section:after {
    content: "";
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    right: -0.8em;
    top: -0.8em;
    background: #ffffff;
  } */
#payinit .total-label {
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 0.5em;
}
#payinit .total-section strong {
    font-size: 1.5em;
    font-weight: 600;
}
#payinit .total-section small {
    font-weight: 500;
}

.app-logo {
    width: 180px;
    height: auto;
    margin-top: 0px;
    display: block;
    /* margin: 0 auto; */
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.deposit-container {
    text-align: center;
}

b,
strong {
    font-weight: 600;
}

/* Wrapper for radio button and label */
.form__radio-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* Hide the actual radio input */
.form__radio-input {
    display: none;
}

/* Full-width label with flexbox */
.form__radio-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    padding: 10px 15px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s, background-color 0.2s;
    left: 10px;
}

/* Style the label on hover and when selected */
.form__radio-label:hover {
    border-color: #0354ce;
    background-color: transparent;
}

.form__radio-input:checked + .form__radio-label {
    border-color: #0354ce;
    background-color: #e6f0ff;
}

/* Text on the left */
.form__radio-text {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

/* Custom radio button on the right */
.form__radio-botton {
    height: 18px;
    width: 18px;
    border: 2px solid #0354ce;
    border-radius: 50%;
    position: relative;
}

/* Inner circle for the checked state */
.form__radio-botton::after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #044ab3;
    opacity: 0;
    transition: opacity 0.2s;
}

/* Show the inner circle when checked */
.form__radio-input:checked + .form__radio-label .form__radio-botton::after {
    opacity: 1;
}

.form__radio-input:checked + .form__radio-label {
    border-color: transparent;
    border: none;
    background-color: #fafafa;
}

.radio_label_text {
    font-size: 14px;
}

.select-box {
    cursor: pointer;
    position: relative;
    max-width: 30em;
    width: 100%;
}

.select {
    width: 100%;
    position: relative;
    top: 0;
    padding: 5px 6px;
    height: 38px;
    /* background: #d7d7d774; */
    background-color: #ffffff !important;
    /* border: 0 none; */
    color: #4f4f4f;
    font-size: 15px;
    border-radius: 8px;
    border-top-left-radius: 8px;
    border: 2px solid #e4e4e4;
}
.select-box1 {
    background: #ececec;
}

/* select:focus {
    outline: none;
    border: none;
} */

select:focus-visible {
    outline: none;
    
}
#payinit .input-container input:focus-visible {
outline: none;
}


.btn {
    background-color: #ffb149;
    border: none;
}

/* For most modern browsers */
input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
    -webkit-appearance: none; /* Chrome, Safari, Edge */
    appearance: none; /* Standard property */
}

/* Optionally remove the up/down arrows in Edge/IE */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.card-number.flex-vertical-center.flex-fill.mr-0 {
    margin-right: 0 !important;
}
.mt-3.card-property-title {
    margin-right: 0 !important;
}

#nb_amount {
    max-width: 87%;
    font-size: 20px;
    text-align: center;
    /* border: none; */
    border: 2px solid #54719c; /* Add bottom border */
    outline: none; /* Remove outline */
    padding: 5px; /* Optional: Add padding for better spacing */
    width: 100%; /* Optional: Adjust width */
    /* background-color: #e6e6e645; */
    border-radius: 10px;
    border-radius: 0 6px 6px 0;
    height: 45px;
}

#nb_amount:focus {
    border-bottom: 2px solid #004cbf; /* Change color on focus */
    outline: none; /* Remove focus outline */
}
.amount-wrp {
    width: 100%;
}
.input-group-text {
    border-radius: 6px 0 0 6px;
    padding: 5px 20px;
    font-size: 22px;
}
.note {
    font-size: 12px;
}

img.upi-img {
    width: 60px;
    padding: 15px;
}

#upiwrap {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

#upiwrap.visible {
    opacity: 1;
    max-height: 100px; /* Adjust based on the expected height of the input field */
}

.notifyjs-bootstrap-base {
    font-weight: 500 !important;
}

@media (max-width: 600px) {
    body {
        height: auto;
    }
    .container.m-auto.bg-white.p-5.bod-3 {
        padding: 20px !important;
    }
}

@media (max-width: 400px) {
    .app-logo {
        width: 150px;
    }
    .top-container {
        width: 100%;
    }
    #nb_amount {
        max-width: 295;
    }
}
span.ft-12 {
    font-size: 13px;
}
button#verify-upi-btn {
    padding: 8px;
}

div#upi-verification {
    padding: 0 !important;
    text-align: left !important;
    position: relative;
    font-size: 12px;
    top: -20px;
}

#verify-txt img {
    width: 18px;
    height: auto;
    margin-left: 4px;
    margin-right: 4px;
}

#pay-trans {
    padding-bottom: 20px !important;
}
#pay-status {
    display: none;
}

#opt-nbk {
    display: none;
}

#pay-res {
    display: none;
}

.loader {
    border: 12px double #388e3b;
    border-radius: 50%;
    border-top: 12px double #f57c00;
    width: 180px;
    height: 180px;
    animation: spin 1s ease-in-out infinite;
    margin-left: auto;
    margin-right: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ps-inwrp svg {
    position: absolute;
    top: 24%;
    left: 38%;
    right: 50%;
}

p.loader-txt {
    font-size: 15px;
    color: #222;
    margin-bottom: 8px;
}
.change {
    clear: both;
    display: block;
    font-size: 10px;
    color: #ccc;
    margin-top: 20px;
}
p#oid-txt {
    font-size: 12px;
    font-weight: 500;
    color: #606060;
}
.ps-inwrp {
    min-width: 100%;
    display: inline-block;
    text-align: center;
    padding: 70px 30px;
    position: relative;
}

p#message-1 {
    color: #454545;
    margin-top: 20px;
    font-family: monospace;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.shead {
    color: #454545;
    font-size: 2em;
}
.stext {
    color: #222;
    font-size: 17px;
    margin-top: 7px;
}

.modalbox.success,
.modalbox.error {
    transition: all 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    text-align: center;
}
.modalbox.success.animate .icon,
.modalbox.error.animate .icon {
    -webkit-animation: fall-in 0.9s;
    -moz-animation: fall-in 0.9s;
    -o-animation: fall-in 0.9s;
    animation: fall-in 0.9s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.modalbox.success button,
.modalbox.error button,
.modalbox.success button:active,
.modalbox.error button:active,
.modalbox.success button:focus,
.modalbox.error button:focus {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 15px;
    width: 80%;
    background: transparent;
    color: #4caf50;
    border:1px solid #4caf50;
    outline: none;
}
.modalbox.success button:hover,
.modalbox.error button:hover,
.modalbox.success button:active:hover,
.modalbox.error button:active:hover,
.modalbox.success button:focus:hover,
.modalbox.error button:focus:hover {
    color: #fff;
    background: #4caf50;
    border-color: transparent;
}
.modalbox.success .icon,
.modalbox.error .icon {
    position: relative;
    margin: 0 auto;
    margin-top: -85px;
    background: #4caf50;
    height: 85px;
    width: 85px;
    border-radius: 50%;
}
.modalbox.success .icon span,
.modalbox.error .icon span {
    /* postion: absolute; */
    font-size: 3.2em;
    color: #fff;
    text-align: center;
    line-height: 80px;
}
.modalbox.error button,
.modalbox.error button:active,
.modalbox.error button:focus {
    color: #f44336;
    border:1px solid #f44336!important;
}
.modalbox.error button:hover,
.modalbox.error button:active:hover,
.modalbox.error button:focus:hover {
    color: #fff;
    background: #f44336;
}
.modalbox.error .icon {
    background: #f44336;
}
.modalbox.error .icon span {
    padding-top: 25px;
}
.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* stupid browser compat. smh */
}
.center .change {
    clear: both;
    display: block;
    font-size: 10px;
    color: #ccc;
    margin-top: 10px;
}
@-webkit-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-moz-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-o-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-webkit-keyframes plunge {
    0% {
        margin-top: -100%;
    }
    100% {
        margin-top: 25%;
    }
}
@-moz-keyframes plunge {
    0% {
        margin-top: -100%;
    }
    100% {
        margin-top: 25%;
    }
}
@-o-keyframes plunge {
    0% {
        margin-top: -100%;
    }
    100% {
        margin-top: 25%;
    }
}
@-moz-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-webkit-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-o-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-moz-keyframes plunge {
    0% {
        margin-top: -100%;
    }
    100% {
        margin-top: 15%;
    }
}
@-webkit-keyframes plunge {
    0% {
        margin-top: -100%;
    }
    100% {
        margin-top: 15%;
    }
}
@-o-keyframes plunge {
    0% {
        margin-top: -100%;
    }
    100% {
        margin-top: 15%;
    }
}
@keyframes plunge {
    0% {
        margin-top: -100%;
    }
    100% {
        margin-top: 15%;
    }
}

.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #f8f9fa;
}

.app-logo {
    height: 40px;
}

.profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.popup {
    position: relative;
    display: flex;
    align-items: center;
}

.burger {
    cursor: pointer;
}

.popup-window {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000; /* Increase the value if necessary */
    display: none;
}

.popup input:checked ~ .popup-window {
    display: block;
}

/* .popup-window {
    position: absolute;
    top: 40px;
    right: 0;
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
} */

.popup input:checked + .burger + .popup-window {
    display: block;
}

.popup-window ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popup-window li {
    padding: 5px 0;
}

.popup-window button {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* The design is inspired from Galahhad*/

.popup {
    --burger-line-width: 1.125em;
    --burger-line-height: 0.125em;
    --burger-offset: 0.625em;
    --burger-bg: #00bf63;
    --burger-color: #333;
    --burger-line-border-radius: 0.1875em;
    --burger-diameter: 2.50em;
    --burger-btn-border-radius: calc(var(--burger-diameter) / 2);
    --burger-line-transition: 0.3s;
    --burger-transition: all 0.1s ease-in-out;
    --burger-hover-scale: 1.1;
    --burger-active-scale: 0.95;
    --burger-enable-outline-color: var(--burger-bg);
    --burger-enable-outline-width: 0.125em;
    --burger-enable-outline-offset: var(--burger-enable-outline-width);
    /* nav */
    --nav-padding-x: 0.25em;
    --nav-padding-y: 0.625em;
    --nav-border-radius: 0.375em;
    --nav-border-color: #ccc;
    --nav-border-width: 0.0625em;
    --nav-shadow-color: rgba(0, 0, 0, 0.2);
    --nav-shadow-width: 0 1px 5px;
    --nav-bg: #eee;
    --nav-font-family: "Poppins", sans-serif;
    --nav-default-scale: 0.8;
    --nav-active-scale: 1;
    --nav-position-left: 0;
    --nav-position-right: unset;
    /* if you want to change sides just switch one property */
    /* from properties to "unset" and the other to 0 */
    /* title */
    --nav-title-size: 0.625em;
    --nav-title-color: #777;
    --nav-title-padding-x: 1rem;
    --nav-title-padding-y: 0.25em;
    /* nav button */
    --nav-button-padding-x: 1rem;
    --nav-button-padding-y: 0.375em;
    --nav-button-border-radius: 0.375em;
    --nav-button-font-size: 17px;
    --nav-button-hover-bg: #00bf63;
    --nav-button-hover-text-color: #fff;
    --nav-button-distance: 0.875em;
    /* underline */
    --underline-border-width: 0.0625em;
    --underline-border-color: #ccc;
    --underline-margin-y: 0.3125em;
  }
  
  /* popup settings 👆 */
  
  .popup {
    display: inline-block;
    text-rendering: optimizeLegibility;
    position: relative;
  }
  
  .popup input {
    display: none;
  }
  
  .burger {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background: var(--burger-bg);
    width: var(--burger-diameter);
    height: var(--burger-diameter);
    border-radius: var(--burger-btn-border-radius);
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: var(--burger-transition);
    outline: var(--burger-enable-outline-width) solid transparent;
    outline-offset: 0;
  }
  
  .popup-window {
    transform: scale(var(--nav-default-scale));
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: var(--nav-padding-y) var(--nav-padding-x);
    background: var(--nav-bg);
    font-family: var(--nav-font-family);
    color: var(--nav-text-color);
    border-radius: var(--nav-border-radius);
    box-shadow: var(--nav-shadow-width) var(--nav-shadow-color);
    border: var(--nav-border-width) solid var(--nav-border-color);
    top: calc(
      var(--burger-diameter) + var(--burger-enable-outline-width) +
        var(--burger-enable-outline-offset)
    );
   
    transition: var(--burger-transition);
    margin-top: 10px;
  }
  
  .popup-window legend {
    padding: var(--nav-title-padding-y) var(--nav-title-padding-x);
    margin: 0;
    color: var(--nav-title-color);
    font-size: var(--nav-title-size);
    text-transform: uppercase;
  }
  
  .popup-window ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  .popup-window ul button {
    outline: none;
    width: 100%;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    color: var(--burger-color);
    font-size: var(--nav-button-font-size);
    padding: var(--nav-button-padding-y) var(--nav-button-padding-x);
    white-space: nowrap;
    border-radius: var(--nav-button-border-radius);
    cursor: pointer;
    column-gap: var(--nav-button-distance);
  }
  
  .popup-window ul li:nth-child(1) svg,
  .popup-window ul li:nth-child(2) svg {
    color: #00bf63;
  }
  
  .popup-window ul li:nth-child(4) svg,
  .popup-window ul li:nth-child(5) svg {
    color: rgb(153, 153, 153);
  }
  
  .popup-window ul li:nth-child(7) svg {
    color: red;
  }
  
  .popup-window hr {
    margin: var(--underline-margin-y) 0;
    border: none;
    border-bottom: var(--underline-border-width) solid
      var(--underline-border-color);
  }
  
  /* actions */
  
  .popup-window ul button:hover,
  .popup-window ul button:focus-visible,
  .popup-window ul button:hover svg,
  .popup-window ul button:focus-visible svg {
    color: var(--nav-button-hover-text-color);
    background: var(--nav-button-hover-bg);
  }
  
  .burger:hover {
    transform: scale(var(--burger-hover-scale));
  }
  
  .burger:active {
    transform: scale(var(--burger-active-scale));
  }
  
  .burger:focus:not(:hover) {
    outline-color: var(--burger-enable-outline-color);
    outline-offset: var(--burger-enable-outline-offset);
  }
  
  .popup input:checked + .burger span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  
  .popup input:checked + .burger span:nth-child(2) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  
  .popup input:checked + .burger span:nth-child(3) {
    transform: translateX(
      calc(var(--burger-diameter) * -1 - var(--burger-line-width))
    );
  }
  
  .popup input:checked ~ nav {
    transform: scale(var(--nav-active-scale));
    visibility: visible;
    opacity: 1;
  }
  
  .history-page h2 {
    font-size: 1.5rem; /* Reduce heading size */
    font-weight: 600;
}

.table th, .table td {
    font-size: 0.7rem; /* Adjust table font size */
}



.row {
    margin-bottom: 1rem;
}

.form-control, .btn {
    font-size: 12px;
}





@media (min-width: 680px) {
    #pay-status,
    #pay-res,
    #opt-nbk {
        min-width: 450px;
    }
}

.remove-wrap{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
} 