@font-face {
    font-family: 'systemui';
    src:
        url('../font/systemui/webfont/fonts/BlinkMacSystemFont-Regular.woff') format('woff'),
        url('../font/systemui/ttf/blinkmacsystemfont-regular.ttf') format('truetype'),
        url('../font/systemui/otf/BlinkMacSystemFont-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: systemui;
    background-color: whitesmoke;
    position: relative;

}

.pb-55 {
    padding-bottom: 85px;
}

.navheader {
    position: inherit !important;
    height: 280px;
    background: linear-gradient(90.62deg, #3cb2ef 1.07%, #2773ff 98.79%);
}

.white-card {
    background-color: white;
    height: 180px;
    width: 100%;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px 8px;
}

.position-minus {
    position: relative;
    width: 100%;
    top: -65px;
}

.task-icon {
    background-color: #3cb2ef;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.task-icons {
    background-color: #000000;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.btn-pill {
    border: none;
    outline: none;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    color: white;
    display: block;
    margin: auto;
    padding: 2px 4px;
    font-size: 14px;
    font-weight: 500;
}

.bg-btn {
    background-color: #37e39f;
}

.text-green {
    color: #37e39f;
}

a {
    text-decoration: none;
}

.account-card {
    background-color: black;
    color: white;
    border-radius: 6px;
    padding: 5px 5px;
    margin-top: 8px;
}

.offer-card {
    width: 100%;
    height: 170px;
    border-radius: 8px;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 0px;

}

.bg-blue {
    background: linear-gradient(90.62deg, #3cb2ef 1.07%, #2773ff 98.79%);
    color: white;
}

.bg-blue .text-mutes {
    color: rgb(238, 238, 238) !important;
}

.text-mutes {
    color: rgb(145, 145, 145);
}

.updatebtn {
    background-color: aliceblue;
    color: black;
    border-radius: 20px;
    padding: 4px 6px;
    text-align: center;
}

.card-bg-white {
    border-radius: 8px;
}

.form-input:focus-within .icon-input {
    background-color: #efefef;
    /* Input focus hone par overall bg change */
    color: rgb(15, 27, 128);
}

.form-input:focus-within .inpustselect {
    background-color: #efefef;
}

.inpustselect {
    outline: none;
    border: none;
}

.inpustselect {
    height: 40px;
    background-color: whitesmoke;
    width: 80px;
    border: none;
    font-size: 14px;
    color: rgb(146, 146, 146);
}

.form-input-heavy {
    display: block;
    height: 40px;
    background-color: whitesmoke;
    width: 100%;
    border: none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 14px;
    color: rgb(146, 146, 146);
}

.form-input-heavy:focus {
    border: none;
    outline: none;
    color: black;
    font-weight: 500;
    background-color: #efefef;
}

.icon-input {
    background-color: whitesmoke;
    height: 40px;
    padding: 0px 12px;
    color: rgb(146, 146, 146);
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.form-input-heavy::placeholder {
    color: rgb(146, 146, 146);
    font-size: 12px;
}

.color-mute {
    color: rgb(146, 146, 146);
}

.footer-bottom {
    width: 100%;
    margin: auto;
    position: fixed;
    bottom: 15px;

}

.footer-inner {
    background-color: white;
    width: 94%;
    margin: auto;
    padding: 10px 10px;
    border-radius: 6px;
    justify-content: space-around;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

a {
    text-decoration: none;
    color: black;
}

.qr-image {
    width: 160px;
    height: 160px;
    margin: auto;
    /* background-color: rgb(238, 238, 238); */
    padding: 8px;
    border-radius: 10px;
    margin-top: 15px;
}

.qrcode {
    display: block;
    width: 100%;
}

li {
    list-style: none;
    margin-top: 8px;
}

.w-80 {
    width: 80%;
    text-align: center;
    margin: auto;
}

.w-90 {
    width: 90%;
    text-align: center;
    margin: auto;
}

.rferaddress {
    width: 90%;
    margin: auto;
    padding: 4px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 25px;
    overflow: hidden;

}

.copybutton {
    width: 40%;
    margin: auto;
    border-radius: 25px;
    padding: 2px 4px;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    color: white;
}

.login-bg {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 38%, rgb(71 159 253) 77%);
    height: 100vh;
}

.login-card {
    background-color: white;
    height: 500px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 18px;
    padding: 15px 10px;
    position: relative;

}

.icon-s {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgb(15, 27, 128);
    color: white;
    font-size: 28px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;

}

.logo-image {
    width: 80%;
    margin: auto;
    padding-top: 25px;
}

.footer-text {
    position: absolute;
    bottom: 10px;
    text-align: center;
    margin: auto;
    display: block;
    width: 94%;
}

.register-card {
    background-color: white;
    height: 650px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 18px;
    padding: 15px 10px;
    position: relative;

}

.header {
    background: linear-gradient(190.62deg, #3cb2ef 1.07%, #2773ff 98.79%);
    padding: 8px 0px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.473) 0px 10px 10px -5px;
    margin-bottom: 25px;
}

#sideMenuWrapper {
    position: fixed;
    top: 0;
    right: -75%;
    /* Initially hidden */
    width: 75%;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    overflow-y: auto;
    transition: right 0.5s ease;
    z-index: 1000;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

/* Active state for side menu */
#sideMenuWrapper.active {
    right: 0;
}

/* Content inside the side menu */
.side-menu-content {
    padding: 10px 0px;
}

.nft-card {
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding-bottom: 25px;
    border-radius: 10px;
    /* margin-top: 4px; */
}

.nft-image img {
    width: 100%;
    border-radius: 10px;
}

.buybtn {
    width: 70%;
    border-radius: 25px;
    padding: 2px 4px;
    color: white;
    text-align: center;
    margin: auto;
    position: relative;
    top: -15px;
}

.btn-active {
    position: relative;
    overflow: hidden;
    border: 2px solid #37e39f;
    padding: 6px 10px;
    text-align: center;
    border-radius: 14px;
    color: #37e39f;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

.btn-active::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #37e39f;
    transition: left 0.4s ease-in-out;
    z-index: 0;
}

.activebtn {
    color: white;
}

.btn-active.activebtn::before {
    left: 0;
}

.btn-active span {
    position: relative;
    z-index: 1;
}

.model-center {
    position: fixed;
    top: 0%;
    width: 100%;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 999999;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.level-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    background-color: white;
    margin-top: 8px;
    position: relative;
}

.circle-percentage {
    width: 50px;
    height: 50px;
    border: 4px solid rgb(30, 49, 226);
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-circle {
    position: relative;
    /* top: 10px;
    right: 10px; */
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    border: 4px solid rgb(231, 231, 231);
    background: conic-gradient(#4caf50 0%, #ccc 0%);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.progress-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #333;
}

.opendetails {
    width: 20%;
    height: 6px;
    border-radius: 4px;
    background-color: #4185fb;
    margin: auto;
}

.form-group {
    position: relative;
    width: 100%;
}

.hovercolor:hover {
    color: yellow;
}

.custom-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #888;
    pointer-events: none;
}

.text-right {
    text-align: right;
}

.custom-select-box {
    width: 100%;
    padding: 10px 10px 10px 40px;
    /* left padding to leave space for icon */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

.btn-amount {
    width: 100%;
    text-align: center;
    border-radius: 4px;
    background-color: #838383;
    color: white;
    padding: 4px 0px;
    font-weight: 600;
    user-select: none;
}

.btn-amount:hover {
    background-color: black;
    cursor: pointer;
}

.referalProgram {
    background: linear-gradient(90.62deg, #3cb2ef 1.07%, #2773ff 98.79%);
    height: 140px;
    position: relative;
    top: -34px;
}

.table-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 14px;
    /*height: 600px;*/
    position: relative;
    top: -125px;
}


.table-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

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

.table-card th,
.table-card td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
}

.table-card th {
    background-color: #f0f0f0;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.table-card td:last-child,
.table-card th:last-child {
    text-align: center;
}

.levelno {
    font-size: 12px;
    text-wrap: nowrap;
}

.scroll-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.scroll-wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.scroll-wrapper .btn-active {
    width: 100px;
    flex: 0 0 auto;
}

.transactions-container .transaction-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 0px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    border: 1px solid grey;
    border-radius: 8px;
}

.transactions-container .transaction-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    border-bottom: 0.5px solid grey;
}

.transactions-container .details {
    color: #555;
    font-size: 14px;
    border-top: 0.5px solid grey;
}

.transactions-container .amount {
    font-size: 16px;
    font-weight: bold;
}

.transactions-container .amount.positive {
    color: green;
}

.transactions-container .amount.negative {
    color: red;
}

.transactions-container .row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.transactions-container .label {
    color: #888;
}

.header {
    background: linear-gradient(190.62deg, #3cb2ef 1.07%, #2773ff 98.79%);
    padding: 8px 0px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.473) 0px 10px 10px -5px;
    margin-bottom: 25px;
    position: relative;
    z-index: 999;
}

#sideMenuWrapper {
    position: fixed;
    top: 0;
    right: -75%;
    /* Initially hidden */
    width: 75%;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    overflow-y: auto;
    transition: right 0.5s ease;
    z-index: 9999;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

/* Active state for side menu */
.active {
    right: 0;
    display: block;
}

/* Content inside the side menu */
.side-menu-content {
    padding: 10px 0px;
}

.sidebar-links .link-side {
    padding: 6px 0px;
    display: flex;
    font-size: 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 1px 0px;
}

.sidebar-links .link-side:hover {
    background-color: #f1f1f1;
}

.sidebar-links .link-side:hover .che {
    color: #3cb2ef;
}

.sidebar-links .icon .bi {
    color: #3cb2ef;
    font-size: 22px;
}

.sidebar-links .drop {
    font-size: 16px;
    padding: 10px 0px;
}

.drop .dropdownmenu,
.drop .dropdownmenu1 {
    background-color: #f1f1f1;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 0px 15px;
    margin-top: 10px;
}

.drop .bhjk {
    padding: 0px 12px;
}

.toggle-icon {
    font-size: 22px;
    padding-right: 6px;
}

.drop {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 1px 0px;
}

.simple-carousel {
    margin-top: 15px;
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    position: relative;
}

.simple-carousel .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.simple-carousel img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    flex-shrink: 0;
}

.profileimage {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.profileimage img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
 .form-group {
        position: relative;
        width: 100%;
    }
    .hovercolor:hover{
        color:yellow;
    }
    .custom-icon {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        font-size: 16px;
        color: #888;
        pointer-events: none;
    }

    .text-right {
        text-align: right;
    }

    .custom-select-box {
        width: 100%;
        padding: 10px 10px 10px 40px;
        /* left padding to leave space for icon */
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 6px;
        appearance: none;
        background-color: #fff;
        background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 16px;
    }

    .btn-amount {
        width: 100%;
        text-align: center;
        border-radius: 4px;
        background-color: #838383;
        color: white;
        padding: 4px 0px;
        font-weight: 600;
        user-select: none;
    }

    .btn-amount:hover {
        background-color: black;
        cursor: pointer;
    }
     .bottom-model{
            position: fixed;
            bottom: 0px;
            width: 100%;
            background-color: white;
            border-top-right-radius: 17px;
            border-top-left-radius: 17px;
            box-shadow: 0px -12px 7px #1348a3;
            height: 450px;
            z-index: 9999999999;
        }
          .marquee-container {
  padding: 5px 5px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  font-family: 'Segoe UI', sans-serif;
}


.marquee-text {
  white-space: nowrap;
  display: inline-block;
  animation: scroll-left 15s linear infinite;
  font-size: 16px;
  color: #333;
   width:90%;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.icon-edit{
    position: absolute;
    padding: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: -3px;
    font-size: 12px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 32px;
    background-color: white;
    
}
.custom-image-upload {
    position: relative;
       width: 160px;
    height: 160px;
    margin: auto;
    border: 2px dashed #ccc;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    background-color: #f9f9f9;
}

.custom-image-upload input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
}

.upload-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plus-icon {
    font-size: 36px;
    color: #aaa;
}

#imagePreview {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.remove-image {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff4d4d;
    color: white;
    border-radius: 50%;
    padding: 3px 8px;
    font-size: 18px;
    cursor: pointer;
}