@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    background: #1A1A1A;
    color: white !important;
    background-image: url('../../images/bg-5.webp'); /* Replace with the actual image URL */
    background-size: cover; /* Ensures the image covers the entire background */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-position: unset; /* Centers the image */
    background-attachment: fixed;
}

h5{
    font-size: 16px;
}
a{

}

.ts-14{
    font-size: 14px !important;
}

.login-section .content {
    height: 100vh;
}

.login-section a {
    text-decoration: none;
    font-size: 16px;
}

.btn-solid {
    /*background: linear-gradient(170deg, rgba(32, 148, 139, 1) 0%, rgba(31, 188, 135, 1) 100%);*/
    background: #000000;
    border: 1px solid white;
    padding: 10px 20px;
    width: 100%;
    color: white;
    font-size: 18px;
    border-radius: 5px;
    transition: 0.3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap: nowrap;
}

.btn-border {
    background: transparent;
    border: 1px solid #66A5AD;
    padding: 10px 20px;
    width: 100%;
    color: #66A5AD;
    font-size: 18px;
    border-radius: 15px;
    transition: 0.3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap: nowrap;
}

.btn-border-white {
    background: transparent;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    border-radius: 15px;
    transition: 0.3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap: nowrap;
}

.btn-solid:hover {
    opacity: 0.5;
}

.card-box {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
    border-radius: 10px;
    background: linear-gradient(135deg, #151515, #0d0000);
    opacity: 0.9;
}

.input-group-text {
    height: 100%;
}

/* navbar start */
nav {
    position: sticky;
}

nav .nav-content {
    padding: 20px 0px;
    align-items: center;
}

nav .nav-content .right a {
    text-decoration: none;
    color: black;
}

/* navbar end */

/* bottom tab navigations */

.bottom-tabs {
    display: flex;
    width: 100%;
    height: 65px;
    align-items: stretch;
    justify-content: space-around;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 999;
    box-shadow: 0px -10px 30px 0px rgb(200 200 200 / 40%);
}

.bottom-tabs a {
    text-decoration: none;
    color: #898989;
}

.bottom-tabs .button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 5px;


    &:hover {
        color: #66A5AD;
        cursor: pointer;
        font-weight: bold;
    }

    i {
        font-size: 20px;
        width: 1.2em;
        height: 1.2em;
        margin-bottom: 5px;
    }

    .text {
        font-size: 12px;
    }
}

   .text {
        font-size: 12px;
    }

@media(min-width: 992px) {
    .bottom-tabs {
        display: none;
    }
}

/* bottom tab navigations end */

.btn-watchlist {
    display: none;
}

.navbar-nav a {
    text-decoration: none;
    color: black;
    transition: all 0.2s;
}

.navbar-nav a:hover {
    color: #66A5AD;
}

.nav-top {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 10px 0px;
    position: sticky;
    top: 0;
    z-index: 999;
    background: white;
}

.heading-section .heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}


.wl-icon {
    transform: rotate(90deg);
}

/* -------------------------------- my account start -------------------------------- */

.card-content {
    background-image: url(../img/wallet/img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 15px;
    border-radius: 20px;
}

.kyc-status {
    background: #67c431;
    margin: 0;
    color: white;
    padding: 5px 15px;
    border-radius: 40px;
    font-size: 18px;
}

.ac-status {
    background: #67c431;
    margin: 0;
    color: white;
    padding: 5px 15px;
    border-radius: 40px;
    font-size: 18px;
}

.notification {
    margin: 0;
    position: absolute;
    top: 2px;
    left: 0;
    background: red;
    padding: 4px;
    border-radius: 50%;
    color: white;
    font-weight: 600;
    height: 20px;
    width: 20px;
    line-height: 12px;
    font-size: 12px;
}

.update-kyc i {
    margin-right: 15px;
}

.update-kyc a {
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 18px;
}

/* -------------------------------- my account end -------------------------------- */

/* --------------------------------- watchlist start ------------------------------*/

.sec-watchlist .list-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px;
    border-radius: 10px;
    background: #e9f5ff;
    /*box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);*/
}

.sec-watchlist .list-box p {
    color: #1bca1b;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
}



.sec-watchlist .list-box .brand-img {
    background: #F9F8FE;
    padding: 5px;
    border-radius: 4px;
    height: 50px;
    width: 50px;
}

.tabs div {
    padding: 5px;
    width: 100%;
}

.tabs a {
    text-decoration: none;
    color: black;
}

.tabs h5 {
    font-size: 12px;
    padding: 10px 15px;
    background: #e9f5ff;
    border-radius: 10px;
    margin: 0;
    text-wrap: nowrap;
    text-align: center;
    transition: all 0.2s;
}

.tabs h5:hover {
    background: linear-gradient(170deg, rgba(102, 165, 173, 1) 0%, rgba(100, 197, 168, 1) 100%);
    color: white;
}

.tabs .active {
    background: linear-gradient(170deg, rgba(32, 148, 139, 1) 0%, rgba(31, 188, 135, 1) 100%);
    color: white;
}

.sec-tabs .tab {
    padding: 5px;
    text-decoration: none;
    color: black;
    position: relative;
}

.sec-tabs .tab h5{
    font-size: 16px !important;
}

.sec-tabs .tab div {
    text-align: start;
    /*box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);*/
    border-radius: 50px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #e9f5ff;
}

.sec-tabs .tab div:hover {
    background: linear-gradient(170deg, rgba(102, 165, 173, 1) 0%, rgba(100, 197, 168, 1));
    color: white;
    opacity: 0.8;
}

.sec-tabs .tab i {
    background: linear-gradient(170deg, rgba(32, 148, 139, 1) 0%, rgba(31, 188, 135, 1));
    padding: 6px;
    border-radius: 30px;
    color: white;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 28px;
    text-align: center;
}

/* --------------------------------- watchlist end ------------------------------*/


.portfolio-section .list-card {
    padding: 10px !important;
    border-radius: 15px;
    /*box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.10);*/
    background-image: url(../img/profile/img2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.portfolio-section .list-card .heading h5 {
    font-weight: 600;
}

/* --------------------------------- wallet start ------------------------------*/

.wallet-card {
    border-radius: 20px;
    padding: 15px;
    color: white;
    background-image: url(../img/wallet/img1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.wallet-section .list{
    background: #e9f5ff;
    padding: 5px;
    border-radius: 20px;
}

.wallet-card i {
    font-size: 20px;
}

.wallet-card h5 {
    font-size: 18px;
}

.list .list-card {
    padding: 10px;
}

.list .list-card .status-s {
    color: #67C431;
}

.list .list-card p {
    color: #898989;
    font-size: 14px !important;
    font-weight: 600;
}

/* --------------------------------- wallet end ------------------------------*/


/* --------------------------------- profile start ------------------------------*/

.section-profile .profile-card {
    padding: 15px;
    border-radius: 20px;
    background-image: url(../img/profile/img2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.section-profile .profile-card h5 {
    margin: 0;
    font-size: 18px;
}

/* --------------------------------- profile end ------------------------------*/

/* --------------------------------- inbox start ------------------------------*/

.section-inbox .inbox-card i {
    background: linear-gradient(170deg, rgba(32, 148, 139, 1) 0%, rgba(31, 188, 135, 1) 100%);
    padding: 10px;
    height: 100%;
    border-radius: 50px;
    color: white;
    margin-right: 15px;
}

.section-inbox .inbox-card {
    background: #e9f5ff;
    border-radius: 20px;
    padding: 15px;
}

.section-inbox .inbox-card p {
    margin: 0;
}

.section-inbox .date {
    color: #898989;
}

.section-inbox .msg {
    font-size: 40px;
    background: #e9f5ff;
    padding: 20px;
    border-radius: 40px 40px 0px 40px;
}


/* --------------------------------- inbox end ------------------------------*/

/* --------------------------------- contact start ------------------------------*/

.section-contact img {
    width: 100px;
}

.section-contact .card-support {
    background: #e9f5ff;
    padding: 20px;
    border-radius: 20px;
}

.section-contact .card-address {
    background: #e9f5ff;
    padding: 20px;
    border-radius: 20px;
}

.section-contact .card-existing {
    background: #e9f5ff;
    padding: 20px;
    border-radius: 20px;
}

.section-contact .card-existing i {
    margin-right: 20px;
    font-size: 20px;
    background: linear-gradient(170deg, rgba(32, 148, 139, 1) 0%, rgba(31, 188, 135, 1) 100%);
    padding: 10px;
    border-radius: 50px;
    color: white;
}

/* --------------------------------- contact end ------------------------------*/


/* --------------------------------- reward start ------------------------------*/


.section-reward .list-card i {
    height: 100%;
    font-size: 30px;
    background: linear-gradient(170deg, rgb(246 134 39) 0%, rgb(230 166 47));
    padding: 10px;
    color: white;
    border-radius: 15px;
}

.section-reward .list-card .btn-claim {
    background: white;
    border: 1px solid #c2c2c2;
    padding: 5px 10px;
    border-radius: 10px;
    color: #1D5E38;
    font-size: 16px;
    font-weight: 600;
    min-width: 70px;
}

.section-reward .list-card p {
    font-size: 20px;
}

.reward-header {
    padding: 15px;
    background: #e9f5ff;
    border-radius: 20px;
}

.reward-header img {
    width: 100px;
}

/* --------------------------------- reward end ------------------------------*/


/* --------------------------------- portfolio start ------------------------------*/

.list-card .btn-buy {
    background: #67C431;
    border: none;
    color: white;
    padding: 10px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s;
}

.list-card .btn-buy:hover {
    opacity: 0.5;
}

.list-card .btn-sell {
    background: #EB663B;
    border: none;
    color: white;
    padding: 10px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s;
}

.list-card .btn-sell:hover {
    opacity: 0.5;
}

.list-card .status-open {
    background: #67c431;
    color: white;
    padding: 2px 10px;
    border-radius: 5px;
    border-radius: 35px;
}

.list-card .status-closed {
    background: #dc3545;
    color: white;
    padding: 2px 10px;
    border-radius: 5px;
    border-radius: 35px;
}

.list-card p {
    color: #898989;
}

.list-card small {
    color: #898989;
}

/* --------------------------------- portfolio end ------------------------------*/


@media only screen and (max-width: 768px) {
    .login-section img {
        width: 100px;
        margin-bottom: 10px;
    }

    .btn-watchlist {
        display: block;
    }

    .notification {
        margin: 0;
        position: absolute;
        top: 4px;
        left: 4px;
        background: red;
        padding: 4px;
        border-radius: 50%;
        color: white;
        font-weight: 600;
        height: 20px;
        width: 20px;
        line-height: 12px;
        font-size: 12px;
    }

    .tabs h5 {
        padding: 10px 5px;
    }

}


/*----------------------- modal start /*-----------------------*/


/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}
.btn-primary{
    background: #20948B;
    border: #20948B;
}
.btn-primary:hover{
    background: #66A5AD;
    border: #66A5AD;
}
.btn:active{
    background: #66A5AD;
    border: #66A5AD;
}
.btn:focus-visible{
    background: #66A5AD;
    border: #66A5AD;
    box-shadow: none;
}