@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');
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: #e2e1e1f8;
    background: linear-gradient(179deg, #000a0ce5, #00030ed3, #01000ee0);
    color: #f7f7f8;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center; /* Center horizontally */
}

* {
    font-family: "Roboto", sans-serif;
    margin: 0px;
    padding: 0px;
    font-style: normal;
    color: #f8f8f8;

}



.mobile-container {
    width: 100%;
    max-width: 768px; /* Adjust to your desired max width */  
}

@media (min-width: 768px) {
    .mobile-container {
      max-width: 920px; /* Set a wider max width for larger screens */
    }
}


:root {
    --dark-red: #f31414;
    --light-color: #1855c5;
    --dark-blue: #011e53;
    --box-shadow-color: 3px 3px 11px #4d50507a;
    --background-color-btn: linear-gradient(179deg, #80b3ff, #86aabae0, #395f78);
    --background-color-btn-active: linear-gradient(135deg, #978cfc, #8e82fc, #8e83f7);
    --background-color-btn-hover: linear-gradient(135deg, #8e83f7, #8e82fc, #978cfc);
}

canvas {
    max-width: 100%;
    height: 400px;
}

.shadow {
    box-shadow: var(--box-shadow-color) !important;
}

.modal-content {
    color: #fafafa;
}

.top {
    margin-top: 64px;
}

.top-Login {
    margin-top: 100px;
}

.top-inside {
    margin-left: 150px;
}

form {
    width: 74%;
}

.btn {
    background: var(--background-color-btn);
    border: none;
    font-size: 16px;
    font-weight: bold;
}

.text-gradient {
    background: linear-gradient(135deg, #c8c5c9, #eeeeeef7, #f1f1f1f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent; /* Ensures text color is transparent */
    font-weight: bold; /* Optional: makes the text bold */
}

.bg-gradient {
    background: linear-gradient(179deg, #000b11e0, #000b11e0, #000b11e0) !important;
}
.bg-gradient:hover {
    background: linear-gradient(179deg, #011b28e0, #012122e0, #01212ae0) !important;
}

.bg-gradient-danger {
    background: linear-gradient(175deg, #bd1316ea, #a40909e1, #a80f0fe8) !important;
}
.bg-gradient-danger:hover {
    background: linear-gradient(183deg, #d33033ea, #d02b2be1, #b03131e8) !important;
}

.bg-gradient-black {
    background: linear-gradient(182deg, #141414ad, #11111194, #171818c5) !important;
    color: #f8f9fd;
}

.bg-gradient-success {
    background: linear-gradient(180deg, #1dbd2beb, #05b52be3, #1d8c1de8) !important;
    color: #ffffff;
}
.bg-gradient-success:hover, .bg-gradient-success:active {
    background: linear-gradient(1deg, #2ec73beb, #1cc02fe3, #35aa35e8) !important;
    color: #ffffff;
}

.bg-gradient-info {
    background: linear-gradient(175deg, #056470fd, #085e6dfd, #056868fd) !important;
}

.img-fluid {
    width: 200px;
    /* height:  260px; */

}

.btn:active {
    background: var(--background-color-btn-active);
}

.btn:hover {
    background: var(--background-color-btn-hover);
}

input[type="email"], input[type="text"], input[type="number"], input[type="password"] {
    font-family: Arial;
    background-color: rgba(215, 214, 226, 0.582);
    border-radius: 5px;
}

.form-text {
    font-size: 16px;
    color: var(--dark-red);
}

.Margin-Login {
    margin-left: 80px;
}

.fa-solid {
    font-size: 16px;
}

.fa-regular {
    color: var(--dark-red);

}

.link-size {
    color: var(--dark-red);
    font-size: 12px;
}

.footer {
    background: linear-gradient(135deg, #202229, #17405569, #1b1829);
    /* background: #fff; */
    border-radius: 5px;
}

.c-item {
    height: 150px;
    max-height: 22vh;
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.up-link {
    font-size: 16px;
}

.up-icon {
    font-size: 18px;
}

.h-head {
    font-size: 14px;
    color: #010624;
    font-weight: 600;
}

.p-head {
    font-size: 22px;
    font-weight: bold;
}

.p-head-g {
    font-size: 16px;
    font-weight: bold;
}

.badge {
    background: #ecfff8d3;
    color: #0e038a;
    border-radius: 5px;
    width: 70px;
    height: 35px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

/* .LOSS {
    background: #ffdfe3;
    color: #f5465c;
    border-radius: 5px;
    width: 70px;
    height: 35px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
} */

.t-head {
    font-size: 14px;
    font-weight: 400;

}

.u-number {
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 4px;
}

.u-join {
    font-size: 12px;
    margin-bottom: 2px;
}

.u-code {
    font-size: 12px;
}

.copy-icon {
    font-size: 12px;
}

.u-name {
    font-size: 20px;
}

.mine-img {
    width: 90px;
    height: 90px;
}

.u-icon {
    font-size: 20px;
    color: #0e1218;
}

.recharge-head {
    font-size: 18px;
    font-weight: 400;
}

.recharge-Currency {
    font-size: 14px;
}

.Recharge-left-icon {
    font-size: 16px;
    color: #2a3341;

}

.recharge-INR {
    font-size: 15px;
}

.Pay-type {
    font-size: 14px;
    border: none;
    background-color: transparent;
    cursor: pointer;

}

.Pay-type-active {
    font-size: 14px;
    background-color: var(--dark-red);
    cursor: pointer;

}

.call-head {
    font-size: 18px;
}

.call-sub-head {
    font-size: 24px;
}

.call-money {
    font-size: 22px;
    color: #2ebd85;
    margin-bottom: 0px;
}

.call-profit {
    font-size: 16px;
    color: #2ebd85;
}

.call-value {
    font-size: 14px;
    color: var(--light-color);
    margin-bottom: 3px;
    font-weight: 400;
}

.call-amt {
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 400;
    text-align: end;
}

.call-img {

    object-fit: cover;
    /* filter: brightness(0.4); */
}

.btn-none {
    background-color: white;
    border: none;
    font-size: 16px;
    /* font-weight:medium; */
}

#help-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

#help-icon img {
    width: 50px;
    height: 50px;
}
