@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'galvji';
    src: url('../fonts/galvji.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'galvji-bold';
    src: url('../fonts/galvji-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansCondensedBold';
    src: url('../fonts/GillSans Condensed Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Semi Condensed SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Barlow Semi Condensed SemiBold'), url('../fonts/BarlowSemiCondensed-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Barlow Semi Condensed Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Barlow Semi Condensed Medium'), url('../fonts/BarlowSemiCondensed-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Barlow Semi Condensed Light';
    font-style: normal;
    font-weight: normal;
    src: local('Barlow Semi Condensed Light'), url('../fonts/BarlowSemiCondensed-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Barlow Semi Condensed Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Barlow Semi Condensed Bold'), url('../fonts/BarlowSemiCondensed-Bold.ttf') format('truetype');
}


html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #333333;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-family: GillSansCondensedBold;
    text-transform: uppercase;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active, .accordion:hover {
        background-color: #E52653;
        color: #fff;
    }

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 5px;
}

.campaignpanel {
    padding: 0 18px;
    background-color: white;
    transition: max-height 0.2s ease-out;
}

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
    color: #fff;
}

.method-card {
    text-align: center;
    border: 1px black solid;
    border-radius: 5px;
    padding: 10px;
    text-transform: uppercase;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2), -3px -3px 3px 3px rgba(0, 0, 0, 0.2);
    font-family: GillSansCondensedBold;
}
.method-card-height {
    min-height: 330px;
    overflow: hidden;
}
.deposit-button {
    width: 100%;
    background-color: #E52653;
    color: #fff;
    text-transform: uppercase;
   /* margin: 0px 20px 0px 20px;*/
    padding: 10px 50px 10px 50px;
    border-radius: 5px;
    width: 80%;
    text-decoration: none;
}
.deposit-button-unavailable {
    width: 100%;
    background-color: #D3D3D3;
    color: #000;
    padding: 10px 50px 10px 50px;
    border-radius: 5px;
    width: 80%;
    text-decoration: none;
}

.card-container {
    padding: 10px;
}

.method-logo {
    max-height: 40px;
}

.WalletDoc-logo {
    background-color: #3B81C4;
    padding: 3px;
    border-radius: 3px;
}

.transaction-logo {
    max-height: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.back-to-gateways-container {
    margin: auto;
    text-align: center;
}

.back-to-gateways {
    background-color: #1E1E1E;
    color: #fff;
    padding: 20px;
    font-family: galvji-bold;
    font-size: large;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 20px 0px 20px;
    padding: 10px 50px 10px 50px;
    border-radius: 10px;
    text-decoration: none;
}

    .back-to-gateways:hover {
        color: #E52653;
    }

.field-capture {
    width: 80%;
    margin: auto;
    background-color: #D2ECF1;
    border-radius: 10px;
    padding: 20px;
}

.transaction-prompt {
    color: #12546E;
    text-align: center;
    font-size: large;
    font-family: GillSansCondensedBold;
}

.transaction-input {
    width: 90%;
    border-radius: 5px;
    border: 0px black solid;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: large;
    color: #12546E;
    font-family: GillSansCondensedBold;
    text-align: center;
}

.transaction-submit {
    background-color: #2AFBB0;
    color: #fff;
    width: 90%;
    border-radius: 5px;
    border: 0px black solid;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: large;
    font-family: GillSansCondensedBold;
    text-align: center;
    padding: 10px;
}

.register {
    height: 100%;
    clear: both;
    display: table;
    min-height: 100%;
    width: 100%;
    background-color: #27292f;
    position: absolute;
}

.register-heading {
    font-family: 'Barlow Semi Condensed Bold';
    font-size: 22pt;
    font-weight: bold;
    text-align: left;
}

.register-logo {
    display: none;
}

.register-logo-mobile > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.register-fields {
    background-color: #27292f;
    height: 100%;
    display: flex;
    color: white;
}

@media (min-width: 768px) {

    .register-logo {
        width: 50%;
        background-image: linear-gradient(to right, #303030, #231f20);
        float: left;
        height: 100%;
        display: block;
        justify-content: center;
        align-items: center;
        white-space: nowrap;
    }

    .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .register-fields {
        width: 50%;
        background-image: linear-gradient(to right, #e0def4, #f12f2);
        float: left;
        height: 100%;
        display: flex;
        overflow-y: auto;
    }

    .register {
        height: 100%;
        clear: both;
        display: block;
        min-height: 100%;
        position: fixed;
        width: 100%;
    }
}

.register-submit {
    font-family: 'Barlow Semi Condensed Bold';
    width: 100%;
    background-color: #6df38f;
    color: black;
    border: none;
    padding: 0;
    height:36px;
    border-radius: 10px;
}

.register-content {
    padding-left: 10%;
    padding-right: 10%;
}

.register-logo-img {
    vertical-align: middle;
    width: 100%;
}

.register-prompt {
    font-family: 'Barlow Semi Condensed SemiBold';
    font-size: small;
}

.register-container input,
.register-input {
    background-color: white;
    border-radius: 5px;
    width: 100%;
    font-family: 'Barlow Semi Condensed Medium';
    font-size: medium;
    padding: 5px;
    border: #20242d 3px solid;
    color: #20242d;
}

.login-prompt {
    font-family: 'Barlow Semi Condensed Medium';
    font-size: medium;
}

.register-input::placeholder {
    font-family: 'Barlow Semi Condensed Light';
    font-size: small;
}

.checkbox-label {
    font-family: 'Barlow Semi Condensed Light';
    font-size: small;
}

.register-checkbox {
    margin: 2px;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.col-md-0 {
    flex: 0 0 auto;
    width: 0;
}






fieldset {
    margin: 0;
    box-sizing: border-box;
    display: flex;
    min-width: 0;
    background-color: #20242d;
    height: 40px;
    width: 100%;
}

body:not(:-moz-handler-blocked) fieldset {
    display: table-cell;
}

/* TOGGLE STYLING */
.toggle {
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    border-radius: 5px;
    background-color: #27292f;
}

    .toggle input {
        width: 0;
        height: 0;
        position: absolute;
        left: -9999px;
    }

        .toggle input + label {
            margin: 0;
            box-sizing: border-box;
            position: relative;
            display: inline-block;
            border: solid 1px #63fd8b;
            background-color: #20242d;
            font-family: 'Barlow Semi Condensed SemiBold';
            font-size: medium;
            text-align: center;
            border-radius: 5px;
            /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
            flex: 0 0 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            /* ----- */
        }


        .toggle input:checked + label {
            background-color: #63fd8b;
            color: black;
            border-color: #63fd8b;
            z-index: 1;
            border-radius: 5px;
        }

@media (max-width: 800px) {
    .toggle input + label {
        padding: 0.75rem 0.25rem;
        flex: 0 0 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }
}

/* 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;
}

.ficaprompt {
    text-align: center;
    color: white;
}

.ficadocs {
    background-color: #27292f;
}

    .ficadocs a {
        color: #63fd8b;
    }

.upload-documents-bar {
    background-color: #3d414b;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}

.fica-input {
    text-align: center;
    background-color: white;
    border-radius: 5px;
    width: 100%;
    max-width: 400px;
    font-family: 'Barlow Semi Condensed Medium';
    font-size: medium;
    padding: 5px;
    border: #20242d 3px solid;
    color: #20242d;
}

.fica-label {
    color: white;
}

.fica-checkbox {
    float: none !important;
    transform: scale(2);
    padding: 5px;
}

.managedoc {
    background-color: #373a45;
    cursor: pointer;
}

    .managedoc label {
        cursor: pointer;
    }

.fica-submit {
    font-family: 'Barlow Semi Condensed Bold';
    width: 60%;
    background-color: #63fd8b;
    color: black;
    border: none;
    padding: 10px;
    border-radius: 10px;
}

.fileupload {
    background-color: #373a45;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
}

#deleteid,
.deleteDoc {
    max-width: 20px;
    max-height: 20px;
    margin-right: 5px;
    margin-top: 2px;
}

#deletepor {
    max-width: 20px;
    max-height: 20px;
    margin-right: 5px;
    margin-top: 2px;
}

#deletebank {
    max-width: 20px;
    max-height: 20px;
    margin-right: 5px;
    margin-top: 2px;
}

.dot {
    height: 15px;
    width: 15px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.uploaded {
    background-color: #63fd8b !important;
}

.upload-label {
    text-align: left;
    float: left;
    width: 100%;
    margin: 1px;
    cursor: pointer;
}
.pageHeading {
    font-family: 'Barlow Semi Condensed Bold';
    width: 100%;
    color: black;
    border: none;
    text-align: center;
}
/*--This style added by Narendrakumar due to overlapping site css and bootstrap css
  -- To show steps for Pay@ 
    Added on 16-04-2024
*/
/* Style the tab */
.tab {
    float: left;
    width: 42%;
    /* height: 250px;*/
}

.tablinks {
    padding: 7px;
}
/* Style the buttons that are used to open the tab content */
.tab div {
    display: block;
    background-color: none;
    color: black;
    width: 99%;
    border: 1px solid #12546E;
    border-radius: 9px;
    outline: none;
    text-align: left;
    cursor: pointer;
    margin: 7px 0px 0px 0px;
}

    .tab div div {
        padding: 0px;
        border: none;
    }

.tab img {
    float: left;
    line-height: 20px;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    color: #fff;
}
/* Change background color of buttons on hover */
.tab div:hover {
    background-color: #fff;
    border: 1px solid #ff7442;
    border-radius: 9px;
}


/* Create an active/current "tab button" class */
.tab div.active {
    background-color: #fff;
    border: 1px solid #ff7442;
    border-radius: 9px;
}

    .tab div.active:after {
        content: none;
        background-color: #fff;
        border: 1px solid #ff7442;
        border-radius: 9px;
    }

    .tab div.active:hover {
        background-color: #fff;
        border: 1px solid #ff7442;
        border-radius: 9px;
        content: none;
    }

.playstoreslogos {
    /*background-color: #f5f6fa;*/
    margin-top: 7px;
}

/* Style the tab content */
.tabcontent {
    float: right;
    padding: 0px 12px;
    border: 1px solid #12546E;
    border-radius: 9px;
    margin: 7px 0px 0px 0px;
    width: 53%;
    min-height: 250px;
    display: none;
}

.tablinks h6 {
    font-size: 11px;
    font-weight: 400;
    width: 100%;
}

.tablinks h4 {
    font-size: 13px;
    font-weight: 600;
    width: 100%;
}

.field-capture1 {
    width: 80%;
    margin: auto;
    padding: 20px;
}