@import "https://fonts.googleapis.com/css?family=Montserrat:400|Comfortaa:400,300,700|Boogaloo";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    overflow-x: hidden;
}

body {
    max-width: 375px;
    background: rgb(215, 213, 213);
    min-height: calc(100vh + 100px);
    max-width: 350px;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
    min-height: calc(100vh + 75px);
    padding-top: 0;

}

a {
    text-decoration: none;
}

.df {
    display: flex;
    justify-content: space-between;
}

.row {
    padding: 0px 5px 0px 5px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.logo {
    padding: 10px 15px 10px 15px;
    margin-bottom: 10px;
    margin-top: 8px;
    background-color: #ffffff;
    border-radius: 5px;
}

.footer {
    background-color: #fff;
    padding: 10px 15px;
}

.footer {
    position: fixed;
    width: 350px;
    bottom: 0;
    border-radius: 7px 7px 0px 0px;
}

.cbutton {
    border: none;
    padding: 8px 10px;
    width: 100%;
    border-radius: 5px;
    color: #039b39;
    font-weight: bold;
    box-shadow: none !important;
}

.footer a {
    text-decoration: none;
    font-size: 12px;
    color: rgb(38, 37, 37);
    font-weight: 600;
    box-shadow: none !important;
}

.footer a p {
    text-align: center;
}

.footer img {
    margin-left: 7px;
}

.d1 {
    background-color: #ffffff;
    color: #fff;
    border-radius: 10px;
}

.btn1 {
    width: 49%;
    background-color: azure;
    display: block;
    padding: 8px 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
    box-shadow: none !important;
}

.g1 {
    background: #bc4e9c;
    background: -webkit-linear-gradient(to right, #f80759, #bc4e9c);
    background: linear-gradient(to right, #f80759, #bc4e9c);
}

.g2 {
    background: #00B4DB;
    background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);
    background: linear-gradient(to right, #0083B0, #00B4DB);
}

.br {
    border-radius: 7px;
}

.cw {
    color: white
}

.fclear {
    margin-top: 90px;
}

.g3 {
    background: #0F2027;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.mrq {
    background-color: #ffffff;
    padding: 5px;
    border-radius: 2px;
    font-weight: 500;
}

.banner {
    width: 100%;
    height: 130px;
    border-radius: 10px;
}

.seticon {
    padding: 9px 24px 5px 24px;
    background: #ffffff;
    border-radius: 5px;
}

.list {
    background: #ffffff;
    border-radius: 5px;
}

.list h2 {
    padding: 15px 5px;
    font-size: 14px;
}

.list hr {
    border-bottom: 0.5px solid #b0b0b0;
    margin-bottom: 5px;
    width: 200%;
    margin-left: -26px;
    overflow: hidden;
}

li {
    padding: 5px 11px;
}

li .title {
    padding: 3px 0px;
}

li .desc {
    font-weight: 500;
    font-size: 14px;
}

@media only screen and (max-width: 600px) {
    .footer {
        box-sizing: border-box;
    }
}

body {
    position: relative;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    animation-fill-mode: both;
    animation: bblFadInOut 1.8s infinite ease-in-out;
}

.loader {
    color: #f50c5d;
    font-size: 7px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;

}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@keyframes bblFadInOut {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

.loaderx {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* Full screen height */
    margin: 0;
    left: 50%;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    /* initially visible */
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.install-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.install-modal {
    background: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    box-shadow: none !important;
}

.install-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
    box-shadow: none !important;
}

.install-btn {
    padding: 10px 20px;
    background-color: #005e32;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: none !important;
}

.cancel-btn {
    padding: 10px 20px;
    background-color: #eb1500;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
}

.hidden {
    display: none !important;
}

/* page css */

.home .list ul {
    /*height: 100vh;*/
}

.home .list .reward {
    /*height: 100vh;*/
    margin-button: 20px;
}

.h-vh {
    height: 30vh;
    /*margin-button:2px;*/
}

.mrq {
    background-color: #ffffff;
    padding: 5px;
    border-radius: 2px;
    font-weight: 500;
}

.banner {
    width: 100%;
    height: 150px;
    border-radius: 10px;
}

.seticon {
    padding: 9px 24px 5px 24px;
    background: #ffffff;
    border-radius: 5px;
}

li {
    padding: 5px 11px;
}

li .title {
    padding: 3px 0px;
}

li .desc {
    font-weight: 500;
    font-size: 14px;
}

marquee {
    width: 100%;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
}

.btn {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    padding: 9px 5px;
    text-align: center;
    color: #fff;
    border: none;
    box-shadow: none !important;
}

.d5 {
    background: #F00000;
    background: -webkit-linear-gradient(to right, #DC281E, #F00000);
    background: linear-gradient(to right, #DC281E, #F00000);
}

.d2 {
    background: #11998e;
    background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
    background: linear-gradient(to right, #38ef7d, #11998e);
}

.d3 {
    background: #00c6ff;
    background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
    background: linear-gradient(to right, #0072ff, #00c6ff);
}

.d4 {
    background: #ec008c;
    background: -webkit-linear-gradient(to right, #fc6767, #ec008c);
    background: linear-gradient(to right, #fc6767, #ec008c);
}

.tc {
    text-align: center;
}

.deposit .row,
.exchange .row,
.withdrawal .row,
.help-page .row,
.personal .row,
.banklist .row,
.bank .row,
.pin .row {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}

.btn3 {
    color: #fff;
    background-color: #23b062;
    display: block;
    text-decoration: none;
    padding: 7px 19px;
    border-radius: 25px;
    box-shadow: none !important;
}
.button{
   box-shadow: none !important; 
}
.row a {
    box-shadow: none !important; 
}

.uu {
    margin-top: -22px;
    margin-left: 25px;
    font-weight: normal;
}

.btn4 {
    padding: 5px 5px;
    border-radius: 3px;
    border: none;
    font-weight: 600;
    margin-top: -5px;
    cursor: pointer;
    box-shadow: none !important;
}

input[type='submit'] {
    background: #FF416C;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #FF4B2B, #FF416C);
    border: none;
    padding: 10px 5px;
    width: 100%;
    font-weight: bold;
    color: #fff;
    border-radius: 0px 30px 30px 0px;
}

input[type='text'],
input[type='file'],
input[type="password"] {
    padding: 10px 5px;
    border: 1.5px solid #cbcbcb;
    font-weight: bold;
    color: #5b5a5a;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: normal;
    border-radius: 5px;
    background-color: #fcfdfe;
    box-shadow: none !important;
}

input[type="submit"] {
    box-shadow: none !important;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    text-align: left;
    padding: 8px;
}

table td {
    font-weight: 400;
    color: #000;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:nth-child(odd) {
    background-color: #dedbdb;
}

.tr {
    border-radius: 5px 5px 0px 0px;
}

.bbr {
    border-radius: 0px 0px 5px 5px;
}

.bl {
    border-bottom: 2px solid #ffffff
}

.bgw {
    background-color: #ffff;
    margin-bottom: 2px;
    font-weight: normal;
}