
body {
    background: #f3f2f6;
}
a:hover{
    text-decoration: none;
}
.error {
    color: red;
    font-size: 15px !important;
}
.main-logo {
    width: 135px !important;
}
.signUpUi .main-logo {
    width: 200px;
    margin-bottom: 10px;
}
.signUpUi form {
    background: #fff;
    box-shadow: none;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 25px;
    padding: 25px;
}
.signUpUi form:hover {
    box-shadow: 0 0 5px 0 #ddd;
}
.signUpUi form .form-group label {
    font-size: 13px;
    margin: 0;
    margin-left: 11px;
    display: none;
}
.signUpUi form .form-group input {
    background: #f3f2f6;
    border: none;
    border-radius: 25px;
    height: 50px;
    text-align: center;
    font-size: 12px;
    color: #000;
}
.signUpUi form .form-group .form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: var(--theme-primary);
    outline: 0;
    box-shadow: 0 0 0 3px var(--theme-opacity);
}
.input-group-text {
    font-size: 12px;
    background: #f3f2f6;
    border: none;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}
.signUpUi form .form-group {
    margin-bottom: 20px;
}
.signUpUi form .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--theme-primary);
    background-color: var(--theme-primary);
}
.signUpUi form .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem var(--theme-opacity);
}
.signUpUi form .custom-control-label {
    font-size: 14px;
}
.signUpUi form .btn-primary {
    width: 20%;
    line-height: 2;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 auto;
    margin-top: 20px !important;
    display: block;
    border-color: var(--theme-opacity);
    background-color: var(--theme-secondary);
}
.signUpUi form .btn-primary:hover {
    background-color: var(--theme-primary);
}
.logo-section {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--theme-secondary);
}
.logo-section h2 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    margin: 0.8rem 0;
}
.logo-section .btn-info {
    background: #008f00;
    border-color: #008f00;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    border-radius: 25px;
}
.bankingUi .card {
    background: #fff;
    box-shadow: none;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 20px;
}
.bankingUi .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px 0 #ddd;
}
.bankingUi .card .card-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
.bankingUi .card .card-title:after {
    content: "";
    width: 20%;
    display: block;
    background: #d5d5d5;
    height: 1px;
    margin: 0 auto;
    bottom: -7px;
    position: absolute;
    left: 0;
    right: 0;
}
.bankingUi .card .card-text {
    font-weight: 300;
    font-size: 13px;
    position: relative;
    margin-bottom: 2px;
    text-align: left;
    padding: 4px 8px;
    color: #222;
    border-bottom: 1px solid #eaecef;
}
.bankingUi .card .card-text:last-child{
    border-bottom: none;
}
.bankingUi .card .card-text:hover {
    color: #000;
}
.bankingUi .account-data {
    background: #f3f2f6;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 10px;
}
.bankingUi .account-data img {
    margin-top: 10px;
    width: 150px;
}
.bankingUi .card .card-text button {
    border: none;
    background: none;
    padding: 0px;
    font-size: 15px;
    position: absolute;
    right: 5%;
    color: var(--theme-secondary);
    width: 20px;
    height: 20px;
    /* margin-bottom: 10px; */
}
.bankingUi .card .card-text button:hover {
    color: var(--theme-primary);
}
.bankingUi .card .btn-primary {
    border-color: var(--theme-secondary);
    background: var(--theme-secondary);
    text-align: center;
    margin: 0 auto;
}
.bankingUi .card .btn-primary:hover {
    box-shadow: 0 0 10px 5px #ddd;
    background: none;
    color: var(--theme-secondary);
}
.bankingUi .account-table {
    padding: 10px;
    border-radius: 16px;
    background: #fff;
}
.bankingUi .table {
    width: 100%;
    overflow-y: overlay;
    height: 585px;
    display: inline-block;
    border: none;
    margin-bottom: 0;
}
.bankingUi .table thead th {
    padding: 7px;
    text-align: center;
    border: none;
    background: var(--theme-secondary);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    position: sticky;
    top: 0;
}
.bankingUi .table tbody td {
    padding: 7px;
    text-align: center;
    font-size: 13px;
    white-space: nowrap;
    border-color: #f5f5f5;
}
.bankingUi .table tbody tr:nth-child(odd) {
    background: #fff;
}
.bankingUi .table tbody tr:nth-child(even) {
    background: #f9f9f9;
}
.bankingUi .table tbody tr:hover {
    background: #F3F2F6;
}
.bankingUi .table .badge-success {
    background: none;
    border: 1px solid #28a745;
    color: #28a745;
    padding: 5px 0;
    width: 70px;
    text-transform: uppercase;
}
.bankingUi .table .badge-success:hover {
    background: #28a745;
    color: #000;
}
.bankingUi .table .badge-warning {
    background: none;
    border: 1px solid #ffc107;
    color: #ffc107;
    width: 70px;
    padding: 5px 0;
    text-transform: uppercase;
}
.bankingUi .table .badge-warning:hover {
    background: #ffc107;
    color: #000;
}
.bankingUi .table .badge-danger {
    background: none;
    border: 1px solid #dc3545;
    color: #dc3545;
    width: 70px;
    padding: 5px 0;
    text-transform: uppercase;
}
.bankingUi .table .badge-danger:hover {
    background: #dc3545;
    color: #000;
}
.bankingUi .nav-tabs button {
    font-size: 12px;
    background: none;
    border-radius: 15px;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    margin: 0 5px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 10px;
}
.bankingUi .nav-tabs button.active,
.bankingUi .nav-tabs button.active:hover {
    background: var(--theme-secondary);
    color: #fff;
}
.bankingUi .nav-tabs button:hover {
    background: #F3F2F6;
}
.bankingUi .nav-tabs button img {
    display: block;
    margin: 0 auto;
    width: 40px;
    object-fit: contain;
}
.bankingUi .nav-tabs button.active img {
    filter: invert(1);
}
.bankingUi .nav-tabs {
    background: #fff;
    flex-wrap: nowrap;
    border-radius: 15px;
    padding: 10px 0;
    border: none;
    margin: 0;
    justify-content: center !important;
}
.bankingUi form {
    position: relative;
}
.bankingUi form::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #d5d5d5;
    position: absolute;
    left: -15px;
    top: 0;
}
.withdrawalForm::before {
    display: none;
}
.bankingUi form .depositBtn {
    background: #00b800;
    border-color: #00b800;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 200;
    border-radius: 2px;
    width: 100%;
}
.bankingUi form .depositBtn:hover {
    background: green;
}
.bankingUi form .withdrawBtn {
    background: #b80000;
    border-color: #b80000;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 200;
    border-radius: 2px;
    width: 100%;
    margin-top: 10px;
}
.bankingUi form .withdrawBtn:hover {
    background: red;
}
.bankingUi form label {
    text-align: left;
    display: inherit;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}
.bankingUi form input {
    border-radius: 5px;
    font-size: 13px;
    color: #000;
    font-weight: 300;
    height: 50px;
    text-align: left;
}
.bankingUi form .btn-group button {
    border: none;
    background: var(--theme-secondary);
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    padding: 8px 0;
    cursor: pointer;
    width: 32%;
    margin-bottom: 2px;
}
.bankingUi form .btn-group {
    display: block;
    text-align: left;
    margin-top: 10px;
}
.bankingUi form .form-check input {
    display: block;
    height: auto;
}
.bankingUi form .custom-control-label {
    font-size: 13px;
}
.bankingUi form .custom-control-label a {
    color: var(--theme-secondary);
}
.bankingUi form .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--theme-primary);
    background-color: var(--theme-primary);
}
.bankingUi form .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem var(--theme-opacity);
}
/*modal*/
.modal .modal-content {
    background: #f3f2f6;
    border: none;
    box-shadow: 0 0 5px 0 var(--theme-primary);
}
.modal .modal-header {
    border: none;
    background: var(--theme-primary);
}
.modal .modal-header .modal-title {
    font-size: 16px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
}
.modal .modal-header .close {
    position: absolute;
    right: 5px;
    top: 0;
    color: #fff;
    opacity: 1;
    box-shadow: none;
    text-shadow: none;
    font-weight: 100;
    font-size: 20px;
}
.modal form .form-group label {
    font-size: 13px;
    text-transform: uppercase;
}
.modal form .form-group input {
    border: none;
    background: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    font-size: 13px;
}
.modal .modal-footer {
    border: none;
    background: var(--theme-primary);
    margin: 0 auto;
    text-align: center;
    display: block;
}
.modal .btn-info {
    background: #fff;
    border-color: #fff;
    color: var(--theme-primary);
}
.modal .btn-info:hover {
    background: var(--theme-primary);
    color: #fff;
    border-color: #fff;
}
/*modal*/
.bankingUi input[type="file"] {
    border: none;
    padding: 0;
    height: auto !important;
}
.bankingUi input::file-selector-button {
    background-image: linear-gradient(
            to right,
            var(--theme-secondary),
            var(--theme-secondary),
            var(--theme-secondary) 100%,
            var(--theme-secondary) 200%
    );
    background-position-x: 0%;
    background-size: 100%;
    border: 0;
    border-radius: 2px !important;
    color: #fff;
    padding: 5px 10px;
    text-shadow: 0 1px 1px #333;
    transition: all 0.25s;
}
.bankingUi input::file-selector-button:hover {
    background-position-x: 100%;
    transform: scale(1.05);
}
.payment-issues {
    background: var(--theme-primary);
    border-radius: 15px;
    padding: 10px !important;
    text-align: center;
}
.payment-issues p {
    margin: 0;
}
.payment-issues p a {
    display: block;
}
.payment-issues p i {
    font-size: 12px;
    color: #fff;
    animation: zoom-in-zoom-out 2s ease-out infinite;
    font-weight: 700;
}
.payment-issues p b {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    display: block;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1, 1);
    }
}
@keyframes textclip {
    to {
        background-position: 200% center;
    }
}
.amount-div form:before {
    display: none;
}
.amount-div .card-body {
    padding: 5px;
}
.amount-div .form-group {
    margin-bottom: 0;
}
.amount-div .form-group .input-group {
    border: 1px solid #ddd;
    border-radius: 5px;
}
.amount-div .form-group input {
    border: none;
}
.amount-div .amountBtn {
    text-transform: uppercase;
    background: var(--theme-secondary);
    color: #fff;
    font-weight: 700;
    border: 1px solid var(--theme-secondary);
    letter-spacing: 1px;
    cursor: pointer;
}
.amount-div .amountBtn:hover {
    background: green;
    border-color: green;
}
.back_to_amount {
    background: var(--theme-primary);
    text-transform: uppercase;
    border: 1px solid var(--theme-primary);
    font-size: 12px;
    margin-bottom: 5px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.back_to_amount:hover {
    border: 1px solid var(--theme-secondary);
    background: var(--theme-secondary);
}
.fdch_div {
    text-align: center;
    border-radius: 4px;
}
.fdch_div p {
    font-size: 15px;
}
.fdch_div p i {
    font-size: 20px;
}
.fdch_div p b {
    margin-bottom: 5px;
    font-size: 15px;
    letter-spacing: 1px;
}
.card-body.upi-bank {
    padding: 0px;
    color: #000;
}
.card-body.upi-bank p {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}
.card-body.upi-bank p i {
    display: block;
    color: green;
    font-weight: 900;
    font-size: 20px;
    margin-top: 5px;
}
.card-body.upi-bank p b {
    color: var(--theme-primary);
    text-shadow: 0 8px 10px #a4a4a4, 0 -2px 0px #ffffff;
}
.payment-issues p a {
    display: block;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1, 1);
    }
}
@keyframes textclip {
    to {
        background-position: 200% center;
    }
}
.navtabs_custom {
    justify-content: center !important;
    margin-bottom: 10px;
    border: none;
    background: #fff;
    flex-wrap: nowrap;
    border-radius: 4px;
    padding: 8px 3px;
}
.navtabs_custom h5 a {
    height: 23px;
    width: 23px;
    background: #00d200;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    margin: 0 5px;
    line-height: 23px;
}
.navtabs_custom h5 {
    text-align: center;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    position: relative;
    margin-top: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bankingUi .nav-tabs a {
    cursor: pointer;
    margin: 0 3px !important;
    width: 49% !important;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    padding: 5px;
    color: #fff !important;
    border: none;
    height: 85px;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(0 133 255) 100%) !important;
    display: block;
    box-shadow: 0px -3px 0px 1px #00000029 !important;
    border-radius: 5px !important;
    text-align: center;
    box-sizing: border-box;
    transition: all .3s;
}
.navtabs_custom .clickhere {
    display: block;
    font-size: 10px;
    line-height: normal;
    background: #00f700;
    width: 100px;
    margin: 0 auto;
    padding: 3px 0;
    border-radius: 3px;
    animation: blinker 1.5s linear infinite;
    color: #000;
    border: 1px solid #000;
}
.bankingUi .nav-tabs a b {
    height: 30px;
    display: inline-flex;
    align-items: center;
}
.bankingUi .nav-tabs a img {
    width: 20px !important;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.bankingUi form::before {
    display: none;
}
.navtabs_custom h5:after {
    content: "";
    width: 20%;
    display: block;
    background: #d5d5d5;
    height: 1px;
    margin: 0 auto;
    bottom: -7px;
    position: absolute;
    left: 0;
    right: 0;
}
.bankingUi form .modal-body {
    padding: 4px !important;
}
.bankingUi .nav-tabs a.active img {
    filter: inherit !important;
}
.bankingUi form .form-check-inline input {
    box-shadow: 0px 0px 0px 1px #000;
    font-size: 3em;
    width: 18px;
    height: 18px;
    margin-top: 5px;
    margin-right: 7px;
    border: 4px solid #fff;
    background-clip: border-box;
    border-radius: 50%;
    appearance: none;
    transition: background-color 0.9s, box-shadow 0.9s;
}
.bankingUi form .form-check-inline label {
    margin-top: 5px;
}
.bankingUi form .form-check-inline input:checked {
    box-shadow: 0px 0px 0px 3px green;
    background-color: green;
}
.bankingUi form .amount_label {
    font-size: 15px;
    color: green;
    text-align: left;
    display: block;
}
.delete-account-btn {
    top: 0px;
    right: 0px;
    position: absolute;
    border-radius: 5px;
    background-color: #b90000;
    border-color: #b90000;
}
.delete-account-btn:hover{
    background: red;
}
.cancel_requested {
    background: #dc3545 !important;
    color: white;
}
.loading {
    height: 0;
    width: 0;
    padding: 10px !important;
    border: 4px solid #ddd !important;
    border-right-color: var(--theme-primary) !important;
    border-radius: 22px !important;
    -webkit-animation: rotate 1s infinite linear;
    position: absolute;
    left: 45%;
    right: 0;
    top: 45%;
    bottom: 0;
    justify-content: center;
    vertical-align: middle;
}
.loading-div {
    border: none !important;
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0 !important;
    margin: 0 !important;
    left: 0;
    top: 0;
    background: #f9f9f6b0;
    border-radius: 25px;
}

.video-player video {
    width: 100%;
    border-radius: 10px;
    border: 2px solid var(--theme-primary);
    background: var(--theme-primary);
}
.video-player img {
    width: 100%;
    border-radius: 10px;
    border: 2px solid var(--theme-primary);
    background: var(--theme-primary);
    object-fit: contain;
}
.row.video-player {
    margin: 0;
    background: #fff;
    border-radius: 25px;
    padding: 13px;
}
.video-player label {
    color: #fff;
    display: block;
    border-radius: 0;
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
    background: var(--theme-primary);
    padding: 5px 5px;
    font-weight: 600;
    width: 70%;
    left: 0;
    z-index: 9;
    bottom: 0;
    border-top-left-radius: 5px;
}
.video-player label:before {
    content: "";
    clip-path: polygon(0 -1px, 100% -1px, 1px 100%, 0 100%);
    width: 17px;
    height: calc(100% + 0px);
    background: linear-gradient(180deg, var(--theme-primary) 0, var(--theme-primary));
    position: absolute;
    right: -16px;
    top: 0;
    height: 25px;
}
@-webkit-keyframes rotate {
    /* 100% keyframe for  clockwise.
       use 0% instead for anticlockwise */
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    .bankingUi .nav-tabs{
        justify-content: start !important;
    }
    .bankingUi .nav-tabs a b{
        font-size: 10px;
    }
    .bankingUi .account-data {
        padding: 5px;
    }
    .bankingUi .card .card-text {
        padding: 2px;
    }
    .bankingUi .card .card-text button {
        right: 1px;
    }
    .bankingUi .card .card-body {
        padding: 10px;
    }
    .signUpUi form .btn-primary {
        width: 100%;
    }

    .bankingUi .nav-tabs button {
        padding: 10px;
        margin: 0 1px;
    }
    .bankingUi form::before {
        width: 100%;
        height: 1px;
        top: 4px;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .bankingUi form .btn-group button {
        padding: 5px 0;
        width: 32%;
        margin-bottom: 3px;
    }
    .bankingUi .nav-tabs button img {
        width: 25px;
    }
    .bankingUi form .depositBtn {
        display: block;
        width: 100%;
        padding: 9px;
    }
}