@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Black.otf');
    src: local('Mont Black'), local('Mont-Black'),
    url('../fonts/Mont-Black.otf?#iefix') format('opentype')
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-light.otf');
    src: local('Mont Light'), local('Mont-Bold'),
    url('../fonts/Mont-Light.otf?#iefix') format('opentype')
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-RegularItalic.otf');
    src: local('Mont Regular Italic'), local('Mont-RegularItalic'),
    url('../fonts/Mont-RegularItalic.otf?#iefix') format('embedded-opentype')
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Bold.otf');
    src: local('Mont Bold'), local('Mont-Bold'),
    url('../fonts/Mont-Bold.otf?#iefix') format('opentype')
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Book.otf');
    src: local('Mont Regular'), local('MontRegular'),
    url('../fonts/Mont-Book.otf?#iefix') format('opentype')
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Mont";
    src: url("../fonts/Mont-RegularItalic.otf");
    font-style: italic, oblique;
}
@font-face {
    font-family: "Mont";
    src: url("../fonts/Mont-Heavy.otf");
    font-weight: 900;
}
@font-face {
    font-family: "Mont";
    src: url("../fonts/Mont-black.otf");
    font-weight: 600;
}
@font-face {
    font-family: "Mont";
    src: url("../fonts/Mont-Bold.otf");
    font-weight: bold;
}
@font-face {
    font-family: "Mont";
    src: url("../fonts/Mont-Regular.otf");
}


body{
    background: rgb(4 8 31);
    background: linear-gradient( 48deg , rgb(4 8 31), #3c3c3c);
    color: #cdcdcd;
    font-family: "Mont", arial;
}
.f800{
    font-weight: 800;
}
.main_wrapper{
    max-width: 500px;
    margin: auto auto;
    min-height: 640px;
    position: relative;
}
.main_wrapper.light {
    background: rgb(237, 241, 244);
}

#splash_logo_wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: orange;
    text-align: center;
}
#loader_icon{
    color: orange;
    text-align: center;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
    };
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    };
}

#splash_logo {
    width: 130px;
    animation: float 1.5s cubic-bezier(0.88, 0.21, 0.57, 1) infinite;
    -webkit-animation: float 1.5s cubic-bezier(0.88, 0.21, 0.57, 1) infinite;
}
#loader_icon {
    animation: float 500ms cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
    -webkit-animation: float 500ms cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
}
@keyframes float {
    50% {
        transform: translate(0, 20px);
    }
}
h3#splash-text {
    position: absolute;
    bottom: 5%;
    text-align: center;
    left: 0;
    right: 0;
    color: white;
    font-size: 19px;
}
.header {
    padding: 15px 10px 5px 10px;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
}
div#footer {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0px;
    text-align: center;
    height: 75px;
    background: linear-gradient(1deg, rgb(255 255 255), rgb(230 230 230 / 80%));
}
.nav {
    width: 50%;
    display: inline-block;
    padding: 0;
    text-align: center;

}
a.acc {
    float: right;
    position: absolute;
    height: 30px;
    right:20px;
}

#user_acc {
    height: 36px;
}

.dash_wrap {
    margin: 15px;
    min-height: 590px;
    position: relative;
    margin-top: 50px;
}
div#big_title {
    font-size: 28px;
    margin: 30px 5px;
    color: #ffffff;
}
.big_title{
    font-size: 28px;
    margin: 0px 5px 25px 5px;
    color: #ffffff;
}
.mini_body{
    display: none;
}

a.big_tab {
    position: relative;
    display: block;
    color: white;
    width: 45%;
    text-decoration: none;
    height: 140px;
    float: left;
    background: #2d2d01;
    padding: 8% 0;
    font-weight: bold;
    line-height: 2;
    margin: 2%;
    border-radius: 12px;
    text-align: center;
}
div#big_tabs_wrapper {
    position: absolute;

    right: 0;
    left: 0;
}

.menu {
    position: fixed;
    left: 0;
    display: none;
    padding: 20px;
    top: 0px;
    bottom: 0;
    width: 80%;
    background: #3c3c3c;
    z-index: 100;
    box-shadow: 1px 5px 10px #02020057;
}
#men a {
    display: block;
    margin: 50px 10px;
    font-size: 18px;
}
#men a{
    display: block;
}
div#copyright {
    position: absolute;
    bottom: 25px;
    font-size: 13px;
    color: #ffc000;
}

#menu img{
    display: block;
    float: left;
    margin-right: 10px;
}
div#menuheader {
    margin: 15px;
    color: #effe00;
}

.input, .select ,.date{
    padding: 5px;
    width: 99%;
    border: 2px solid #707070;
    border-radius: 4px;
    font-size: 22px;
    padding: 10px 5px;
    margin: 0px 0 20px 0px;
    background: #707070;
    background: transparent;
    color: whitesmoke;
    letter-spacing: 3px;
}
.textarea{
    padding: 5px;
    width: 99%;
    border: 2px solid #707070;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 5px;
    background: transparent;
    margin: 0px 0 20px 0px;
    color: whitesmoke;
    letter-spacing: 1px;
}
span.labelx {
    padding: 10px;
    margin: 5px 0px;
    display: block;
    /* text-align: center; */
    /* background: gainsboro; */
    border: 2px solid gainsboro;
    font-style: italic;
}
.labelx img{
    margin-top: -5px;
    display: inline-block;
    margin-right: 10px;
    float: left;
}
label.radio_label {
    display: inline-block;
    margin: 10px 5px 10px 0;
    background: #3c3c3c;
    padding: 10px;
    width: 45%;
    text-align: center;
}
.select {
    font-size: 16px;
}
.date{
    font-size: 16px;
}
.pin{
    text-align: center;
    letter-spacing: 33px;
}
.whiteinput{
    background: whitesmoke;
    border: 1px solid gray;
    color: #000000;
}
.otp{
    border: 2px solid #a7a7a7;
    font-size: 50px;
    background: #dfdfdf;
    color: #333333;
    margin: 15px 0;
    text-align: center;
    letter-spacing: 10px;
}
.inputmiddle{
    text-align: center;
}
input::-webkit-calendar-picker-indicator{
    display: none;
}
.medium_text{

    font-size: 16px;
    letter-spacing: 2px;
}
button.custom {
    border: none;
    background: #9e9e9e;
    border-radius: 10px;
    padding: 15px 15px;
    margin: 5px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    width: 90%;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #33333338;
}

button.primary {
    background: #009045;
    color: white;
    border: 2px solid #028641;
}
button.secondary {
    background: rgb(0, 112, 192);
    color: white;
    border: 2px solid rgb(0 109 186);

}

button.custom img {
    height: 20px;
}
button.send {
    padding: 12px;
    font-size: 20px;
    color: #000000;
    background: rgb(0 176 80);
    border: 2px solid #02d05f;
    width: 125px;
    border-radius: 5px;
}
button.cancel {
    padding: 12px;
    font-size: 20px;
    color: #f6f6f6;
    background: transparent;
    border: 2px solid #f6f6f6;
    width: 125px;
    border-radius: 5px;
}
.transbutton {
    display: inline-block;
    color: deepskyblue;
    margin: 20px 0;
}
button.cancel_dark {
    color: #333333;
    border: 2px solid #333333;
}
.lower_dom {
    background: #ffffffcf;
    margin-top: 15px;
    min-height: 400px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-left: -15px;
    margin-right: -15px;
    color: #222222;
    padding: 5px 5px;
}

.footbuttons {
    width: 100%;
    position: relative;
    bottom: 0px;
    padding: 30px 10px;

}
.small_button{
    border: none;
    padding: 7px;
    font-weight: bold;
    background: #00c24a;
    border-radius: 3px;
    color: black;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: #232200db;
    display: none;
}

.overlayin {
    width: 330px;
    min-height: 330px;
    background: #efefef;
    text-align: center;
    color: #333333;
    font-size: 17px;
    position: absolute;
    padding: 15px 15px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hidebut{
    right: 25px;
    position: fixed;
    top: 25px;
}
div#men {
    margin-top: 75px;
}

#inner_body_wrap{
    position: relative; display: block;  float: left;  width: 99%;
}

div#toast {
    position: fixed;
    z-index: 1000000;
    background: #795548;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    font-size: 20px;
    background: gainsboro;
    border-radius: 30px;
    color: #ffffff;
    text-align: center;
    margin: 50% 10% 0 10%;
    font-weight: bold;
    box-shadow: 0px 0px 130px #000000;
}
.toastsuccess{
    background: #28a745 !important;
    color: white;
}
.toasterror{
    background: #dc143c !important;
    color: white;
}
#logo{
    height: 40px;
    position: absolute;
    top: 10px;
}
div#loader {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    bottom: 0;
    right: 0;
    background: #002f75d9;
    z-index: 1000000;
    text-align: center;
    line-height: 20;
    font-size: 26px;
    color: white;
}
.about {
    background: linear-gradient(
            0deg
            , #000000, #00000000);
    padding: 100px 15px;
    text-align: center;
    bottom: 10px;
    color: white;
    position: fixed;
    font-size: 22px;
    line-height: 1.4;
}
input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #001029;
    padding: 10px;
    border: 2px solid #0075ff;
    color: white;
    border-radius: 4px;
    -moz-box-sizing: border-box;
}

img.bot-icon {
    width: 35px;
}

#footer {
    width: 100%;
    overflow: auto;
}

#footer a {
    float: left;
    width: 33%;
    text-align: center;
    padding: 10px 0;
    margin-top: 8px;
}
div#bal_box {
    position: absolute;
    left: 0px;
    right: 0px;
    margin-top: -25px;
    background: rgb(246, 246, 246);
    border-radius: 10px;
    color: #333;
    box-shadow: 0px 0px 5px #00000052;
}
div#bal_ico {
    float: left;
    margin: 5px 10px 5px 20px;
}


div#bal_det {
    float: right;
    margin: 10px 15px 0 0;
    line-height: 1.2;
}


div#bal_title {
    font-weight: bold;
    font-size: 13px;
    color: #8a8a8a;
}

div#bal_val {
    font-size: 32px;
    font-weight: 900;
}
span#dec {
    font-size: 16px;
}

div#side_note {
    margin: 5px;
    padding: 5px;
    text-align: center;
    width: 99%;
    border-radius: 10px;
    border: 2px solid skyblue;
    font-size: 12px;
}
div#side_note {
    margin: 5px;
    padding: 5px;
    text-align: center;
    width: 98%;
    border-radius: 6px;
    border: 2px solid lightblue;
    font-size: 13px;
    display: inline-block;
    /* font-weight: bold; */
    background: #dbf4ff;
}
span.icon_ img {
    width: 25px;
}

.message_box {
    display: inline-block;
    padding: 10px 0px;
    margin-bottom: 10px;
    background: white;
    color: #212121;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #33333326;
}
.notice_box {
    font-size: 11px;
    padding: 10px;
    font-weight: normal;
    background: linear-gradient(45deg, #aed581, #cddc39);
    height: 80px;
    border: 1px solid #2196f3;
    color: #00213c;
    line-height: 1.2;
    margin: 5px 5px 5px 5px;
    border-radius: 4px;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-shadow: 0 0 #1b5e20;
    box-shadow: 0px 0px 15px #ff9800;
}

span.icon_ {
    isplay: block;
    float: left;
    width: 10%;
    margin: 5px 5px;
    height: 20px;
    padding: 15px 4px;
}

span.message_ {
    display: block;
    float: left;
    width: 85%;
}
div#recent_trans {
    max-height: 265px;
    overflow-y: auto;
    margin-bottom: 15px;
}
button.big_button {
    border: none;
    width: 45%;
    height: 150px;
    margin: 5px;
    /* background: #ffffff; */
    border-radius: 15px;
    /* box-shadow: 0px 0px 5px #55555538; */
    /* border: 2px solid #dfdfdf; */
    text-shadow: 0px 2px 2px #ffffff29;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 900;

}
.b1{
    background: linear-gradient(132deg , white, rgb(167 225 76));
    box-shadow: 1px -5px 1px #769644;
}
.b2{
    background: linear-gradient(132deg, white, rgb(38 205 253));
    box-shadow: 1px -5px 1px #498596;
}
.b3{
    background: linear-gradient(132deg, white, rgb(243 130 238));
    box-shadow: 1px -5px 1px #8e478b;
}
.b4{
    background: linear-gradient(132deg , rgb(251 58 96), rgb(252 145 135));
}
.b5{
    background: linear-gradient(132deg , rgb(245 115 33), rgb(249 206 93));
}
.b6{
    background: linear-gradient( 132deg, rgb(10 177 228), rgb(40 237 159));
}
.b7{
    background: linear-gradient(162deg, #607d8b, #c0c0c0);
}
.big_button img
{
    height: 56%;
}
div#main_menu {
    margin-bottom: 90px;
    margin-top: 50px;
}
span.subhead {
    font-size: 20px;
    color: #fed127;
    text-align: center;
    display: block;
}
span#menut {
    margin: 5px 30px 0 10px;
    display: inline-block;
    float: left;
}
table.flattable {
    color: #333333;
    width: 99%;
}
span.badge {
    border: 1px solid #979797;
    border-radius: 10px;
    padding: 3px 7px;
    font-size: 85%;
    background: #777;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;

}
a.prod {
    display: block;
    background: linear-gradient(42deg, #f1f8e9e0, rgba(255, 255, 255, 0.86));
    padding: 10px;
    border-radius: 5px;
    margin: 0px 0 10px 0;
    box-shadow: 0px 3px 5px #00000073;
    /* border: 1px solid #ffffff; */
    color: #333333;
    border: 4px solid #9cabb8;
}
.prod {
    font-size: 13px;
}
.prod h3{
    font-size: 18px;
}
.selected_product {
    border: 4px solid lime !important;
    box-shadow: 0px 0px 10px #00000087 !important;
    background: white !important;
}
.terms-conditions {
    display: none;
    position: absolute;
    z-index: 10000;
    padding: 15px;
    background: white;
    font-size: 13px;
    line-height: 1.6;
    color: #333333;
    height: 100%;
    overflow-y: scroll;
    margin: 15px;
    bottom: 10px;
    top: 10px;
    left: 0px;
    right: 0px;
}
.terms-conditions h3, .terms-conditions h4 {
    margin: 10px 0;
    text-decoration: underline;
}
.lower_dom h4 {
    margin-left: 10px;
}
.success_text{
    font-weight: bold;
    color: #02d05f;
}
.error_text{
    font-weight: bold;
    color: red;
}