﻿@font-face {
  font-family: 'Outfit';
  font-display: auto;
  src: url('/assets/fonts/Outfit-VariableFont_wght.ttf') format('truetype');
}
:root {
    --bs-primary: #801DD6;
    --bs-secondary: #6C757D;
    --bs-success: #198754;
    --bs-info: #0D6EFD;
    --bs-warning: #FFC107;
    --bs-danger: #DC3545;
    --bs-light: #F8F9FA;
    --bs-dark: #343A40;
    --bs-white: #FFFFFF;
    --bs-gray: #6C757D;
    --bs-gray-dark: #343A40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary-rgb: 128, 29, 214;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 110, 253;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 52, 58, 64;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-primary-rgb-10: 128, 29, 214, 0.1;
    --bs-secondary-rgb-10: 108, 117, 125, 0.1;
    --bs-success-rgb-10: 25, 135, 84, 0.1;
    --bs-info-rgb-10: 13, 110, 253, 0.1;
    --bs-warning-rgb-10: 255, 193, 7, 0.1;
    --bs-link-color: #1E1923;
    --bs-link-hover-color: #1E1923CC;
}
.btn {
    --bs-btn-padding-x: 1.3rem;
    border:0;
}
.btn-primary {
    --bs-btn-bg: #801DD6;
    --bs-btn-hover-bg: #801DD6CC;
    --bs-btn-active-bg: #801DD6;
    --bs-btn-border-color: #801DD6;
    --bs-btn-hover-border-color: #801DD6CC;
    --bs-btn-active-border-color: #801DD6;
    --bs-btn-disabled-bg: #801DD6EE;
    --bs-btn-disabled-border-color: #801DD6EE;
    border-radius: 8px;
}
body {
  font-family: 'Outfit', Sans-serif;
  color: #1E1923;
  font-size: 12pt;
}
.light-bg {
    background: #F3F0FC;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.container-app {
    max-width: 500px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.app-brand img {
    max-height: 30px;
}
.txn-detail {
}
.app-secure-block {
    font-size: 12px;
    font-weight: 300;
    width: fit-content;
    padding: 1px 10px;
/*    border: 1px solid #1E1923AA;*/
    border: 1px solid #F3F0FC;
}

.app-notice {
    font-size: 10pt;
    padding: 10px 5px;
}
.notice-danger {
    background-color: var(--bs-alert-danger);
}
.app-footer {
    border-top:1px solid #1E192314;
}
.app-body {
    font-weight: 300;
    min-height: 300px;
}
.app-copy {
    padding:5px 0px;
}
.text-smaller {
    font-size: 11px;
}

.app-view-title {
    font-size: 20px;
    font-weight: 400;
    color: #1E1923;
    margin: 10px 0px;

}

a:link, a:visited, a:hover, a:active  {
    color: #1E1923F5;
    text-decoration: none;
    font-weight: 500;
}

/* bank list */
.app-banks-list {

}
.app-bank-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #F3F0FC;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    cursor: pointer;
    min-height:45px;
}
    .app-bank-container:hover {
        background: #F3F0FC82;
        border-color:#FFF;
    }

.app-bank-logo {
    width:fit-content;
    min-width:120px;
    max-width:120px;
    height:45px;
    align-content:center;
}
.app-bank-logo img {
    max-width: 90px;
    max-height: 30px;
}
.app-bank-name {
    font-size: 17px;
    font-weight: 500;
    color: #1E1923;
    margin-right:auto;
}
.app-list-icon {
    color: #1E192345;
}

.app-form-container {
    margin:20px 10px;
}

.app-list-item {
    border: 1px solid #801DD655;
    cursor:pointer;
}

    .app-list-item:hover {
        background: #F3F0FC82;
        border-color: #FFF;
    }

.app-captchanum .img-right img,.app-captchanum .img-left img {
    max-height:180px;
    min-height:180px;
}



.svg-box {
    display: inline-block;
    position: relative;
    width: 150px;
    overflow: hidden;
}

.green-stroke {
    stroke: var(--bs-success); /*#5BB000;*/
}

.red-stroke {
    stroke: var(--bs-danger); /*#ea0000;*/
}

.yellow-stroke {
    stroke: var(--bs-warning); /*#FFC107 ;*/
}


.circular circle.path {
    stroke-dasharray: 330;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    opacity: 0.4;
    animation: 0.7s draw-circle ease-out;
}

/*------- Checkmark ---------*/
.checkmark {
    stroke-width: 7;
    stroke-linecap: round;
    position: absolute;
    top: 56px;
    left: 49px;
    width: 52px;
    height: 40px;
}

    .checkmark path {
        animation: 1.5s draw-check ease-out;
    }

@keyframes draw-circle {
    0% {
        stroke-dasharray: 0,330;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    80% {
        stroke-dasharray: 330,330;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

@keyframes draw-check {
    0% {
        stroke-dasharray: 49,80;
        stroke-dashoffset: 48;
        opacity: 0;
    }

    50% {
        stroke-dasharray: 49,80;
        stroke-dashoffset: 48;
        opacity: 1;
    }

    100% {
        stroke-dasharray: 130,80;
        stroke-dashoffset: 48;
    }
}

/*---------- Cross ----------*/

.cross {
    stroke-width: 7;
    stroke-linecap: round;
    position: absolute;
    top: 54px;
    left: 54px;
    width: 40px;
    height: 40px;
}

    .cross .first-line {
        animation: 1s draw-first-line ease-out;
    }

    .cross .second-line {
        animation: 1s draw-second-line ease-out;
    }

@keyframes draw-first-line {
    0% {
        stroke-dasharray: 0,56;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 0,56;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 56,330;
        stroke-dashoffset: 0;
    }
}

@keyframes draw-second-line {
    0% {
        stroke-dasharray: 0,55;
        stroke-dashoffset: 1;
    }

    50% {
        stroke-dasharray: 0,55;
        stroke-dashoffset: 1;
    }

    100% {
        stroke-dasharray: 55,0;
        stroke-dashoffset: 70;
    }
}

.alert-sign {
    stroke-width: 7;
    stroke-linecap: round;
    position: absolute;
    top: 40px;
    left: 68px;
    width: 15px;
    height: 70px;
    animation: 0.5s alert-sign-bounce cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

    .alert-sign .dot {
        stroke: none;
        fill: #FFC107;
    }

@keyframes alert-sign-bounce {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}










::-ms-reveal {
    display: none;
}


button#toggle-password {
    position: relative;
    right: 1px;
    z-index: 99999;
    width: 45px;
    height: 56px;
    background: 0;
    border: 0;
    float: right;
    margin-top: -57px;
    border-radius: 0.375rem;
    padding: 0;
}

    button#toggle-password:active, button#toggle-password:focus, button#toggle-password:hover {
        cursor: pointer;
    }

    button#toggle-password:focus {
        outline: none !important;
    }

.input-password {
    padding-right: 45px!important;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .input-password[type=text]:valid {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z'/%3E%3Cpath d='M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299l.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z'/%3E%3Cpath d='M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709z'/%3E%3Cpath fill-rule='evenodd' d='M13.646 14.354l-12-12 .708-.708 12 12-.708.708z'/%3E%3C/svg%3E") !important;
    }

    .input-password[type=password]:valid {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.134 13.134 0 0 0 1.66 2.043C4.12 11.332 5.88 12.5 8 12.5c2.12 0 3.879-1.168 5.168-2.457A13.134 13.134 0 0 0 14.828 8a13.133 13.133 0 0 0-1.66-2.043C11.879 4.668 10.119 3.5 8 3.5c-2.12 0-3.879 1.168-5.168 2.457A13.133 13.133 0 0 0 1.172 8z'/%3E%3Cpath fill-rule='evenodd' d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/%3E%3C/svg%3E") !important;
    }

[data-bs-theme=dark] .input-password[type=text]:valid {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23adb5bd' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z'/%3E%3Cpath d='M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299l.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z'/%3E%3Cpath d='M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709z'/%3E%3Cpath fill-rule='evenodd' d='M13.646 14.354l-12-12 .708-.708 12 12-.708.708z'/%3E%3C/svg%3E") !important;
}

[data-bs-theme=dark] .input-password[type=password]:valid {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23adb5bd' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.134 13.134 0 0 0 1.66 2.043C4.12 11.332 5.88 12.5 8 12.5c2.12 0 3.879-1.168 5.168-2.457A13.134 13.134 0 0 0 14.828 8a13.133 13.133 0 0 0-1.66-2.043C11.879 4.668 10.119 3.5 8 3.5c-2.12 0-3.879 1.168-5.168 2.457A13.133 13.133 0 0 0 1.172 8z'/%3E%3Cpath fill-rule='evenodd' d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/%3E%3C/svg%3E") !important;
}














































.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -1rem);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.input-custom-icon
.form-control {
    padding-left: 40px;
    padding-right: 20px;
}

.input-custom-icon
span {
    position: absolute;
    z-index: 10;
    line-height: 40px;
    left: 13px;
    top: 50%;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--bs-gray);
}


.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background--color: #f8fafc;
    background-clip: padding-box;
    border: 0px;
    border--radius: 4px;
    outline: 0;
}

.modal--backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #1e293b;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.24;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
/*    padding: 1.5rem;
    border--bottom: 1px solid #e6e7e9;
*/    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border:0;
    padding-left:1em!important;
}

    .modal-header .btn-close {
        padding: 0.75rem 0.75rem;
        margin: -0.75rem -0.75rem -0.75rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.4285714;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    font-weight:300;
    font-size:0.9rem;
/*    padding: 1.5rem;
*/}

.modal--footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 1.125rem;
    border-top: 0 solid #e6e7e9;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.modal-footer > * {
    margin: 0.375rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 540px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 380px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 720px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0;
    }

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-sm-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-md-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-lg-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-xl-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-xxl-down .modal-footer {
            border-radius: 0;
        }
}

.modal-content .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.5rem;
    height: 3.5rem;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.modal-body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    .modal-body::-webkit-scrollbar {
        -webkit-transition: none;
        transition: none;
    }
}

.modal-body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(var(--tblr-body-color-rgb), 0.16);
}

.modal-body::-webkit-scrollbar-track {
    background: rgba(var(--tblr-body-color-rgb), 0.06);
}

.modal-body:hover::-webkit-scrollbar-thumb {
    background: rgba(var(--tblr-body-color-rgb), 0.32);
}

.modal-body::-webkit-scrollbar-corner {
    background: transparent;
}

.modal-body .modal-title {
    margin-bottom: 1rem;
}

.modal-body + .modal-body {
    border-top: 1px solid var(--tblr-border-color);
}

.modal-status {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    back-ground: #626976;
    border-radius: .4rem .4rem 0 0;
}

.modal-header {
    align-items: center;
    min-height: 2.5rem;
    back-ground: #ffffff;
    padding: 0 3.5rem 0 1.5rem;
}

.modal-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4285714;
}

.modal-footer {
    padding-top: 0;
    padding-bottom: .75rem;
    border:0;
}

.modal-blur, .modal.fade {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.modal-full-width {
    max-width: none;
    margin: 0 0.5rem;
}