﻿body {
    background-color: #fff !important;
    font-size: 10pt;
    font-family: "Inter",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.alert p {
    margin:0!important;
}
.text-danger {
    color:#ea0000!important;
}
.text-success {
    color: #4F9506!important;
}
.text-problem {
    color: var(--bs-orange)!important;
}
.text-problem .red-stroke {
    stroke: var(--bs-orange)!important;
    color: var(--bs-orange)!important;
}
.btn-success {
    background-color: #4F9506!important;
}
.btn-danger {
    background-color: #ea0000!important;
}
/* 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-main {
    max-width:600px;
    width:100%;
    margin:auto;
    text-align:center;
}
.container-content {
    margin-top:-20px!important;
    background-color:#fff!important;
    border-radius: 10px;
/*    border-top:2px solid #9f9f9f90;*/
}
.container-inputs {
    max-width: 300px;
}
.rounded {
    border-radius: 5px;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.text-bold {
    font-weight: bold;
}
.progress_frame div.text-muted.smaller {
    display: none;
}
.bank {
    border: 2px solid #f9f9f9;
    padding: 10px;
    text-align: center;
    display: block;
    cursor: pointer;
    -webkit-transition: box-shadow 0.5s;  /*For Safari 3.0 to 6.0 */
    transition: box-shadow 0.5s;  /*For modern browsers */
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border-radius:10px!important;
    border-top:0;
}

    .bank:hover {
        border: 1px solid #9f9f9f40;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
        border-top:0;
    }

.bank-container {
    float: left;
    max-width: 180px;
    width: 180px;
    padding: 10px;
    margin: auto;
    min-width: 125px;
}
.smaller {
    font-size: 0.7em;
}
.x-small {
    font-size: 9px !important;
}

.bankTxt:hover {
    border-top-width: 4px;
    padding:29px 0px;
}

.bankTxt {
 /*   font-weight: bold;*/
    text-align: center;
    border-width: 0px;
    border-radius: 10px;
    border-style: solid;
    height: 80px;
    padding: 30px 0px;
 /*   font-size: 12px;*/
    border-top-width: 3px;
}
.bank img {
    /*max-width: 130px;*/
    max-height:48px;
    width:100%;
}

.absa, .absamu {
    border-color: #dd0033;
}

.mcb {
    border-color: #a70027;
}

.capitec {
    border-color: #24496a;
}

.fnb {
    border-color: #0b999a;
}

.nedbank {
    border-color: #006536;
}

.standardbank {
    border-color: #093686;
}

.tymebank {
    border-color: #fbc227;
}

.bidvestbank {
    border-color: #013ea8;
}

.africanbank {
    border-color: #bed130;
}

.discovery {
    border-color: #ba8c60;
}

.investec {
    border-color: #000000;
}

.oldmutual {
    border-color: #008765;
}
.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    stroke-width: 1;
}
.logoBlock {
    font-weight: bold;
    text-align: center;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-color: #f5f5f5;
    border-bottom-color: #eee;
    border-right-color: #eee;
    border-radius: 10px;
    border-style: solid;
    height: 50px;
    padding: 10px;
    font-size: 18px;
    border-top-width: 4px;
    min-width: 150px;
    float: right;
    margin-right: 15px;
    margin-top: 25px;
}

.brand-logo {
    max-width: 200px;
    max-height: 50px;
}

/**===== preloader =====*/
.loading {
    overflow: hidden !important;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

.loading_status_small {
    display: block;
    position: relative;
    /*top: 40%;*/
    left: 50%;
    height: 32px;
    width: 32px;
    margin: -25px 0 0 -16px;
    border: 2px solid transparent;
    border-top-color: #000;
    box-shadow: 0 0 5px skyblue;
    border-radius: 50%;
    -webkit-animation: spin9 1.5s ease infinite;
    animation: spin9 1.5s ease infinite;
}

    .loading_status_small:before {
        content: "";
        position: absolute;
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
        border: 1px solid transparent;
        border-radius: 50%;
        border-top-color: #000;
        box-shadow: 0 0 5px skyblue;
        -webkit-animation: spin9_x 1s linear infinite;
        animation: spin9_x 1s linear infinite;
    }

    .loading_status_small:after {
        content: "";
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        border: 1px solid transparent;
        border-radius: 50%;
        border-top-color: #000;
        border-right-color: #000;
        box-shadow: 0 0 5px skyblue;
        -webkit-animation: spin9 1.5s linear infinite;
        animation: spin9 1.5s linear infinite;
    }

.loading_status {
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    border: 3px solid transparent;
    border-top-color: #000000;
    box-shadow: 0 0 5px skyblue;
    border-radius: 50%;
    -webkit-animation: spin9 1.5s ease infinite;
    animation: spin9 1.5s ease infinite;
}

    .loading_status:before {
        content: "";
        position: absolute;
        top: 7px;
        right: 7px;
        bottom: 7px;
        left: 7px;
        border: 3px solid transparent;
        border-radius: 50%;
        border-top-color: #000000;
        box-shadow: 0 0 5px skyblue;
        -webkit-animation: spin9_x 1s linear infinite;
        animation: spin9_x 1s linear infinite;
    }

    .loading_status:after {
        content: "";
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        border: 3px solid transparent;
        border-radius: 50%;
        border-top-color: #000000;
        border-right-color: #000000;
        box-shadow: 0 0 5px skyblue;
        -webkit-animation: spin9 1.5s linear infinite;
        animation: spin9 1.5s linear infinite;
    }

@-webkit-keyframes spin9 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin9 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin9_x {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    100% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
    }
}

@keyframes spin9_x {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    100% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
    }
}
.svg-box {
    display: inline-block;
    position: relative;
    width: 150px;
}

.green-stroke {
    stroke: #7CB342;
}

.red-stroke {
    stroke: #ea0000;
}

.yellow-stroke {
    stroke: #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);
    }
}



.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;
    }
}

.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: 1px solid transparent;
    border-radius: 4px;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    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;
}

    .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;
    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: 2px;
    background: #626976;
    border-radius: 4px 4px 0 0;
}

.modal-header {
    align-items: center;
    min-height: 3.5rem;
    background: #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;
}

.modal-blur {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.modal-full-width {
    max-width: none;
    margin: 0 0.5rem;
}