*{
    padding: 0px;
    margin: 0px;

}
body{
    background-color: #f4f4f4 !important;
}

/*........variables names.........*/
:root {
    --blue-gradient: linear-gradient(180deg, #036CD7 17.42%, #0ACEF9 100%);
    --light-blue:   #08B9F2;
    --Text-Primar:#1F2B3A;
}

/*.......btn style..............*/
.btn-Registrar{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    border-radius: 1000px;
    border: 2.5px solid var(--light-blue);
    background: var(--blue-gradient);
    box-shadow: 6px 8px 8px 0px rgba(1, 33, 60, 0.20);
    padding: 8px 11px !important;
    height: 40px;
    line-height:  19.6px;
    color:  #FFF;

}
.btn-Login{
    border-radius: 31px;
    border: 3px solid #FFF;
    background: linear-gradient(180deg, #DEE0E4 0%, #FEFDFF 100%);
    box-shadow: 6px 8px 8px 0px rgba(1, 33, 60, 0.20);
    padding: 8px 11px !important;
    align-items: center;
    color: #08F !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 40px;
    line-height: 19.6px !important;
}

/*.........end btn......................*/

/*.........................btn-hover.........................*/
.btn-Login:hover{
    background: linear-gradient(180deg, #DEE0E4 0%, #FEFDFF 100%) !important;
    border-color: #FFF;
}
.btn-Registrar:hover{
    background: var(--blue-gradient) !important;
    border-color: var(--light-blue);

}

/*.........................btn-hover end.........................*/
/*.........................navbar................................*/

.nav-item .nav-link{
    color: var(--Text-Primar) !important;
    line-height: 150%;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.navbar .nav-item{
    margin: 0 5px;

}
.navbar{
    border-bottom: 1px solid #E5ECF6;
    background:  linear-gradient(180deg, #E5EBF3 0%, #FEFDFF 100%);
    box-shadow: -4px -4px 14px 0px #FFF, 12px 12px 16px 0px rgba(164, 174, 183, 0.15), 0px 4px 4px 0px rgba(164, 174, 183, 0.25);
    padding: 20px 25px;

}
.navbar-toggler-icon {
    background-image:url(../images/menu.png) !important;
    width: 72px;
    height: 57px;
    justify-content: center;
}
.navbar-toggler{
    /*background-image:url(../images/menu-icon-back.png) !important;*/
    border: none;
    width: 40px;
    height: 40px;
    padding: 0 !important;
}
.navbar-toggler:focus{
    box-shadow: none !important;
}
/*.........................navbar................................*/

/*........................hero-section-1........................*/
/*.hero-section-1{*/
/*    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%),*/
/*    url(../images/hero-leading.gif);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    height: 1026px;*/
/*    box-shadow: -4px -4px 120px 0px rgba(210, 247, 255, 0.45), 12px 12px 200px 0px rgba(72, 158, 183, 0.26), 0px 10px 124px 0px rgba(117, 230, 255, 0.29);*/
/*}*/

.hero-section-1 {
    position: relative;
    height: 1026px;
    box-shadow: -4px -4px 120px 0px rgba(210, 247, 255, 0.45),
    12px 12px 200px 0px rgba(72, 158, 183, 0.26),
    0px 10px 124px 0px rgba(117, 230, 255, 0.29);
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-section-1 h1{
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 157%;
    padding-top: 73px;
    padding-bottom: 56px;
}
.video-card{
    padding: 15px;
    border-radius: 26px;
    background:  radial-gradient(171.63% 171.63% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), #D8DEE3;
    box-shadow: 10px 12px 8px 0px rgba(16, 91, 154, 0.68);
}
.video-card .card {
    height: 573px;


}
.card-play {
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 1;
    margin: auto;
    opacity: 0;
    background: url("../images/drag.svg") center center/cover;
    cursor: pointer;
    transition: opacity 0.3s ease-out;
}
.card-play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #000;
    transition: all 0.5s ease-out;
}

.card-video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: #000;
}


/*.video-card .card:after {*/
/*    content: "";*/
/*    width: 250%;*/
/*    height: 250%;*/
/*    position: absolute;*/
/*    top: var(--y);*/
/*    left: var(--x);*/
/*    transform: translate(-50%, -50%);*/
/*    opacity: 0;*/
/*    !*background: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.3), transparent);*!*/
/*    transition: opacity 0.5s ease-out;*/
/*}*/

.video-card .card:hover:after,
.video-card .card:hover .card-play {
    opacity: 1;
}

.video-is-open:after {
    display: none;
}

.video-is-open .card-play {
    opacity: 1;
}
.video-is-open .card-play:after {
    width: 2vh;
    height: 2vh;
    transform: translate(-50%, -50%) scale(88.8888888889);
    transition: transform 0.5s ease-out;
}
/*........................hero-section-1 end..................................*/
/*........................Certifications-section start........................*/
.Certifications-section{
    padding: 72px 0;
    background:  linear-gradient(180deg, #E5EBF3 0%, #FEFDFF 100%);
}
.Certifications-section h2{
    padding-bottom: 40px;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    background: var(--blue-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Certifications-section img{
    height: 122px;
}
.Certifications-section img:hover {
    border-radius: 16px;
    border: 3px solid  #FFF;
    background:  linear-gradient(180deg, #E5EBF3 0%, #FEFDFF 100%);
    box-shadow: 10px 12px 8px 0px rgba(1, 33, 60, 0.20);
}
/*........................Certifications-section end........................*/
/*........................footer........................*/
.footer{

    padding: 48px 0px;
    border-top: 1px solid  #D0D5DD;
    background: linear-gradient(270deg, #D9D4D4 0%, #FFF 100%);
}
.footer ul li a{
    text-decoration: unset !important;
    text-shadow: 4px 3px 8px rgba(1, 33, 60, 0.20);
    padding-bottom: 17px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    background: linear-gradient(180deg, #036CD7 17.42%, #0ACEF9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer ul li {
    list-style: none;
    padding-bottom: 15px;

}
.footer ul{
    padding-left: 0;
}


/* ////////////////////  dashboard nav /////////////////// */
.nav-deposit-btn{
    display: flex;
    height: 40px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 1000px;
    border: 2.5px solid #FFF;
    background: linear-gradient(180deg, #DEE0E4 0%, #FEFDFF 100%);
    box-shadow: 6px 8px 8px 0px rgba(1, 33, 60, 0.20);
    color: var(--Brand-Primary, #08F);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-right: 12px !important;
    text-decoration: none;
}
.nav-withdraw-btn{
    display: flex;
    height: 40px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 1000px;
    border: 2.5px solid #08B9F2;
    background: linear-gradient(180deg, #036CD7 17.42%, #0ACEF9 100%);
    box-shadow: 6px 8px 8px 0px rgba(1, 33, 60, 0.20);
    color: var(--White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;

}
.nav-text{
    color: var(--Text-Secondary, #667085);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.nav-price{
    color:  #1F2B3A;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-right: 24px !important;
}
.flage-style{
    float: right;
}
.float-left{
    float: left;

}
.float-right{
    float: right;
}

/* ////////////// investment plan ////////////// */
.investment-card .apexcharts-yaxis {
     display: none;
     width: 0 !important;

 }

.investment-card .apexcharts-xaxis {
    display: none;
    width: 0 !important;
}

.investment-card .apexcharts-toolbar {
    display: none !important;
    width: 0 !important;
}

.car-chart {
    height: 52px !important;
    position: relative;
    width: 92px;
    top: -55px;
    /* left: 35px;  */
}

.investment-card .apexcharts-active {
    /* left: -51.0625px !important; */
    top: -31.8243px !important;
}

/* .apexcharts-tooltip.apexcharts-active{
} */

.investment-card .apexcharts-xaxistooltip-bottom {
    display: none;
}

#card {
    min-width: 200px !important;
}

.investment-card .apexcharts-canvas {
    /* width: 100px; */
}

.investment-card .apexcharts-inner {
    transform: translate(-4px, 30px) !important;
}

.apexcharts-grid {

}

.investment-card .apexcharts-xaxis-tick {
    display: none !important;

}

#chart-3 .apexcharts-inner {
    transform: translate(83.5px, 0px) !important;
}






.header{
    border-bottom: 1px solid var(--Neutral-Color-Neutral-30, #E5ECF6);
    background:  linear-gradient(180deg, #E5EBF3 0%, #FEFDFF 100%);

    box-shadow: -4px -4px 14px 0px #FFF, 12px 12px 16px 0px rgba(164, 174, 183, 0.15), 0px 4px 4px 0px rgba(164, 174, 183, 0.25);
}
.pagenation-inks{
    border-radius: 16px;
    border: 3px solid  #FFF;
    background:  linear-gradient(180deg, #E5EBF3 0%, #FEFDFF 100%);
    border: 3px solid var(--White, #FFF);
    background: linear-gradient(180deg, #E5EBF3 0%, #FEFDFF 100%);
    box-shadow: 10px 12px 8px 0px rgba(1, 33, 60, 0.20);
    padding: 16px;

}

.invest-plan{
    border-radius: 16px;
    /*width: 100%;*/
    background:  linear-gradient(180deg, #E5EBF3 0%, #FEFDFF 100%);
    border: 3px solid var(--White, #FFF);
    box-shadow: 10px 12px 8px 0px rgba(1, 33, 60, 0.20);
    padding: 16px;
}
.invest-plan ul li{
    display: inline;
    list-style: none;
}
.invest-plan ul{
    padding-left: 0px;
    margin-bottom: 0px;
}
.invset-card{
    display: flex;
    padding: 24px 24px  32px 24px;
    flex-direction: column;
    gap: 12px;
    border-radius: 24px;
    border: 2px solid #08F;
    background:  linear-gradient(180deg, #E5EBF3 0%, #FEFDFF 100%);
    box-shadow: 10px 12px 8px 0px rgba(1, 33, 60, 0.20);

}
.invset-card:hover {
    /*border-image: linear-gradient(45deg, #64C4FF, #5640E3) 30;*/
    /*border-radius: 55px;*/

}
.accordion-header{
    color: black !important;
}
.invset-card .invest-card-heading,.invest-card-price{
    background: linear-gradient(180deg, #036CD7 17.42%, #0ACEF9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.invest-card-heading{
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 4px 3px 8px rgba(1, 33, 60, 0.20);
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}
.invest-card-day-text{
    color: var(--Gray-500, #667085);
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.invest-card-total-text{
    color: var(--Text-Primary, #1F2B3A);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.invest-card-price{
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 4px 3px 8px rgba(1, 33, 60, 0.20);

    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 122%;
}
.invest-card-text{
    text-shadow: 4px 3px 8px rgba(1, 33, 60, 0.20);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    background: linear-gradient(180deg, #036CD7 17.42%, #0ACEF9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.invest-card-prices{
    color: var(--Gray-500, #667085);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.invest-card-btn{
    display: flex;
    height: 48px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 1000px;
    border: 3px solid #08B9F2;
    background: linear-gradient(180deg, #036CD7 17.42%, #0ACEF9 100%);
    box-shadow: 6px 8px 8px 0px rgba(1, 33, 60, 0.20);
    color:  #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
}

/* ///////////////////////dashboard navbar style////////////////////////// */
.main-sidebar-icons{
    padding: 12px 0px;
    position: absolute;
    right: -5px;
    border-radius: 10px 0px 0px 10px;
    background: var(--Gray-50, #F9FAFB);
    top: 26px;
    z-index: 5;
    width: 16px;

}
.main-sidebar-icons svg {
    stroke: #98A2B3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.main-sidebar-icons:hover svg path {
    stroke: rgb(84, 81, 81);
}

.nav-item .nav-link svg path {
    stroke: #98A2B3;
}

.nav-item .nav-link:hover svg path {
    stroke: white;
}
.sidebar .nav-link:hover svg path {
    stroke: rgb(254, 254, 254);
}
.nav-item .nav-link p {
    color: #98A2B3;
}


.rotate-icon {
    transform: rotate(180deg);
    margin-bottom: 5px;

}
.width-heading{
    width: 137px !important;
}
.chart-3-move{
    transform: translate(54.5px, 0px) !important;
}
.hide-image {
    display:none !important;
}
.brand-image-dt {
    transition: display 0.3s ease-in-out;
}
.nav-item .nav-link:hover p {
    color: white;
}

.navbar-toggler-back{
    /*background-image: url(../images/menu-icon-back.png) !important;*/
    /*background-image: url(../images/menu.png) !important;*/
    border: none;
    /*width: 40px;*/
    /*height: 40px;*/
    padding: 0 !important;
    display: inline-block;
    padding: 6px 10px 0px 8px !important;
    filter: drop-shadow(-4px -4px 14px #FFF) drop-shadow(12px 12px 16px rgba(164, 174, 183, 0.15)) drop-shadow(0px 4px 4px rgba(164, 174, 183, 0.25));
}
.navbar-toggler-back .icon-dot{
    position: absolute;
    top: -21px;
    left: -31px;
    height: 81px;

}
.navbar-toggler-back .flage{
    position: relative;
    top: -25px;
    left: -21px;
}
.img-state{
    position: absolute;
    left: -19px;
    top: -17px;

}
/* ///////////////////////dashboard ////////////////////////// */
.main-sidebar .brand-link .brand-image-dt{
    margin: 24px 24px 21px 24px;
    display: inline-block;
    width: 85%;
}
.brand-image-icon {
    margin: 24px 16px 32px 16px;
}

.nav-sidebar > .nav-item{
    margin-bottom: 16px;

}
.nav-sidebar > .nav-item a{
    border-radius: 16px;
    border: 2px solid #FFF;
    background: #EFF1F8;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.24) inset, -3px -4px 5px 0px rgba(255, 255, 255, 0.10) inset;
    height: 49px;
}
.nav-sidebar > .nav-item a:hover {
    border-radius: 16px;
    border: 2px solid #08F;
    background: linear-gradient(180deg, #66DCFF 0%, #08F 59.37%), rgba(230, 243, 255, 0.40);
    box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, 0.24);
    color: white;
}
.nav-sidebar > .nav-item a.active {
    border-radius: 16px;
    border: 2px solid #08F;
    background: linear-gradient(180deg, #66DCFF 0%, #08F 59.37%), rgba(230, 243, 255, 0.40);
    box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, 0.24);
    color: white !important;
}

.nav-sidebar > .nav-item a.active p {
    color: white !important;
}

.nav-sidebar > .nav-item a.active svg path {
    stroke: white !important;
}


.car-chart-width{
    width: 395px;

}



.nav-sidebar .nav-link p {
    padding-left: 12px;
    overflow: hidden;
    color:#98A2B3;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.invset-card span{
    color: var(--Gray-500, #667085);
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.nav-sidebar .nav-link p:hover {
    color:  #FFF;

}

/* //////////////// staking ////////////////// */
.Staking-form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.input-group, .form-select{
    display: flex;
    height: 48px;
    padding: 12px var(--spacing-xl, 16px);
    align-items: center;
    align-self: stretch;
    border-radius: 1000px;
    border: 1px solid var(--Line-Border, #D0D5DD);
    background-color: var(--Gray-50, #F9FAFB);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.20) inset;
}
.profile-input{
    display: flex;
    height: 48px;
    padding: 12px var(--spacing-xl, 16px);
    align-items: center;
    align-self: stretch;
    border-radius: 1000px;
    border: 1px solid var(--Line-Border, #D0D5DD);
    background-color: var(--Gray-50, #F9FAFB);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.20) inset;
}
.input-section-part{
    background-color: unset;
    border:none;
    box-shadow: none;
    position: relative;
}
.input-section-part input{
    width: 100%;
    height: 48px;
    padding: 12px var(--spacing-xl, 16px);
    align-items: center;
    align-self: stretch;
    border-radius: 1000px;
    border: 1px solid var(--Line-Border, #D0D5DD);
    background-color: var(--Gray-50, #F9FAFB);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.20) inset;
}
.input-section-part .fa-eye-slash {
    height: 48px;
    padding: 12px var(--spacing-xl, 16px);
    /* background-color: var(--Gray-50, #F9FAFB); */
    /* border: 1px solid var(--Line-Border, #D0D5DD); */
    /* border-radius: 0px 1000px 1000px 0px; */
    background-color: transparent;
    position: absolute;
    top: 5px;
    right: 5px;

}

label{
    color: var(--Text-Primary, #1F2B3A);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.staking-btn{
    margin-top: 35px;
}
.staking-table{
    border-radius: var(--radius-md, 16px);
    border: 3px solid var(--White, #FFF);
    background: var(--Version-2, linear-gradient(180deg, #E5EBF3 0%, #FEFDFF 100%));
    font-size: 14px;
    box-shadow: 10px 12px 8px 0px rgba(1, 33, 60, 0.20);
    padding-bottom: 0;
}

.content-wrapper{
    background: #F4F4F4;
}

.text-gry{
    color: var(--Text-Disable, #98A2B3);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.form-star{
    color: red;
}
.form-heading{
    color: var(--Gray-900, #101828);
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 120%;
}



/* ///////////////// store page ////////////////// */
.store-card{
    border: 3px solid var(--White, #FFF);
    background: var(--White, #FFF);
    box-shadow: 10px 12px 8px 0px rgba(1, 33, 60, 0.20);
}
.store .card{
    border-radius: 24px !important;
    padding-bottom: 20px;
}
.store .store-card .nav-withdraw-btn{
    height: 48px;
    padding: 12px 32px;
    border-radius: 1000px;
    border: 3px solid #FFF;
    background: linear-gradient(180deg, #DEE0E4 0%, #FEFDFF 100%);
    box-shadow: 6px 8px 8px 0px rgba(1, 33, 60, 0.20);
    color: var(--Brand-Primary, #08F);
}
.store .store-card .nav-withdraw-btn:hover{
    border: 3px solid #08B9F2;
    background: linear-gradient(180deg, #036CD7 17.42%, #0ACEF9 100%);
    box-shadow: 6px 8px 8px 0px rgba(1, 33, 60, 0.20);
    color: white;
}
.card-img-top{
    background-color: #f2f4f7;
    border-radius: 24px !important;
    /*box-shadow: 7px 5px 12px 0px rgb(39 45 61 / 45%), -1px -1px 54px 0px rgba(140, 49, 212, 0.48) inset;*/
}
.store-card-title{
    overflow: hidden;
    color: var(--Gray-900, #101828);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.store-card-text{
    color: var(--Gray-500, #667085);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.store-card-price{
    overflow: hidden;
    color: var(--Brand-Dark, #0061B5);
    text-overflow: ellipsis;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%;
}
.card-price-old{
    overflow: hidden;
    color: var(--Error-Primary, #F04438);
    text-align: right;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration-line: strikethrough;
}


/* ///////////// withdraw page ////////////// */

.withdraw-inputs .input-group input{
    height: 40px !important;

}
.withdraw-inputs .input-group span{
    height: 40px !important;
    margin-bottom: 7px;

}

.withdraw-list-time{
    color: var(--Text-Secondary, #667085);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.withdraw-pending-btn{
    width: 79px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 39px;
    border: 2px solid #FEF0C7;
    background: linear-gradient(180deg, #FEC84B 0%, #FEF0C7 100%);
    box-shadow: 5px 6px 8px 0px rgba(1, 33, 60, 0.16);
    color: var(--Warning-Dark, #93370D);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.withdraw-error-btn{
    width: autof;
    height: 28px;
    flex-shrink: 0;
    border-radius: 39px;
    border: 2px solid #FEE4E2;
    background: linear-gradient(180deg, #FDA29B 0%, #FEE4E2 100%);
    box-shadow: 5px 6px 8px 0px rgba(1, 33, 60, 0.16);
    color: var(--Error-Dark, #912018);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.withdraw-success-btn{
    width: auto;
    height: 28px;
    flex-shrink: 0;
    border-radius: 39px;
    border: 2px solid #D1FADF;
    background: linear-gradient(180deg, #6CE9A6 0%, #D1FADF 100%);
    box-shadow: 5px 6px 8px 0px rgba(1, 33, 60, 0.16);
    color: var(--Success-Dark, #05603A);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
tbody tr td{
    color: var(--Text-Primary, #1F2B3A);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.table-head{
    color: var(--Text-Secondary, #667085) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.table-heading{
    color: var(--Gray-900, #101828);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}


/* ////////////// withdraw history //////////////// */
.T-history-inest-arrow{
    display: flex;
    width: 40px;
    height: 40px;
    padding: 5.858px;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-full, 9999px);
    border: 3px solid #D1FADF;
    background: linear-gradient(180deg, #6CE9A6 0%, #D1FADF 100%);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.20) inset;
}
.T-history-depsit-arrow{
    display: flex;
    width: 40px;
    height: 40px;
    padding: 6.34px;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-full, 9999px);
    border: 3px solid #FEE4E2;
    background: linear-gradient(180deg, #FDA29B 0%, #FEE4E2 100%);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.20) inset;
}
.withdraw-list-select select{
    max-width: 250px;
    display: flex;
    height: 40px;
    padding: 6px var(--spacing-xl, 16px);
    align-items: center;
    gap: var(--spacing-xl, 16px);
    align-self: stretch;
    color: var(--Text-Secondary, #667085);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

/* ////////////// crypto logo dadge///////////////// */

.crypto-img{
    display: flex;
    width: 310px;
    padding: 30.5px 37px 27.5px 37px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: var(--White, #FFF);
}
.crypto-star li{
    list-style: none;
}
.crypto-logo-price{
    overflow: hidden;
    color: var(--Text-Primary, #1F2B3A);
    text-overflow: ellipsis;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    border-top: 2px solid #E4E7EC;
    border-bottom:  2px solid #E4E7EC;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;

}
.crypto-incre-btn{
    display: flex;
    /*width: 200px;*/
    height: 56px;
    padding: 12px 9px;
    justify-content: space-between;
    align-items: center;
    border-radius: 1000px;
    border: 3.5px solid #FFF;
    background: linear-gradient(180deg, #DEE0E4 0%, #FEFDFF 100%);
    box-shadow: 6px 8px 8px 0px rgba(1, 33, 60, 0.20);
    /*margin-right: 20px;*/
}


/* /////////////////// All Investment /////////////////////// */
.investment-card{
    border-radius: 24px;
    overflow: hidden;
    border: 3px solid var(--White, #FFF);
    background: var(--Version-2, linear-gradient(180deg, #E5EBF3 0%, #FEFDFF 100%));
    box-shadow: 10px 12px 8px 0px rgba(1, 33, 60, 0.20);
min-height: 148px;
}
.investment-card h3{
    color: var(--Text-Primary, #1F2B3A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding-top: 45px;
}
.alert{

    border-radius: 16px;
    /*width: 100%;*/
    background:  linear-gradient(180deg, #E5EBF3 0%, #FEFDFF 100%) !important;
    border: 3px solid var(--White, #FFF)  !important;
    box-shadow: 10px 12px 8px 0px rgba(1, 33, 60, 0.20) !important;
    padding: 16px;
    margin-top: 5px;
}
.investment-card .card-header{
    background-color:transparent !important;
}

.all-invest-dec-btn{
    display: flex;
    padding: var(--spacing-xs, 4px) var(--spacing-lg, 12px) var(--spacing-xs, 4px) 10px;
    align-items: center;
    gap: var(--spacing-sm, 6px);
    border-radius: var(--radius-full, 9999px);
    border: 2px solid #FEE4E2;
    background: linear-gradient(180deg, #FDA29B 0%, #FEE4E2 100%);
    box-shadow: 5px 6px 8px 0px rgba(1, 33, 60, 0.16);
    color: var(--Error-Dark, #912018);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 40px;
    margin-right: 10px;
}
.all-invest-inc-btn{
    display: flex;
    padding: var(--spacing-xs, 4px) var(--spacing-lg, 12px) var(--spacing-xs, 4px) 10px;
    align-items: center;
    gap: var(--spacing-sm, 6px);
    border-radius: var(--radius-full, 9999px);
    border: 2px solid #D1FADF;
    background: linear-gradient(180deg, #6CE9A6 0%, #D1FADF 100%);
    box-shadow: 5px 6px 8px 0px rgba(1, 33, 60, 0.16);
    color: var(--Success-Dark, #05603A);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 40px;
    margin-right: 10px;
}
.investment-card-title{
    color: var(--Text-Primary, #1F2B3A);
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.investment-card-header{
    color: var(--Text-Primary, #1F2B3A);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-top: 10px;
    border-bottom: 1px solid var(--White, #FFF);
}
.invest-table-card{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: var(--radius-md, 8px);
    border: 1px solid var(--Line-Divider, #E4E7EC);
    border-top: 4px solid #54AFFF;
    background: var(--Card, radial-gradient(171.63% 171.63% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), #D8DEE3);
}
.invest-table-card-btn{
    display: flex;
    padding: var(--spacing-xxs, 2px) var(--spacing-md, 8px);
    align-items: center;
    border-radius: var(--radius-full, 9999px);
    border: 1.5px solid #D1FADF;
    background: linear-gradient(180deg, #6CE9A6 0%, #D1FADF 100%);
    box-shadow: 5px 6px 8px 0px rgba(1, 33, 60, 0.16);
    color: var(--Success-Dark, #05603A);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.invest-table-card-text{
    color: var(--Gray-500, #667085);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.crypto-price-text{
    overflow: hidden;
    color: var(--Text-Primary, #1F2B3A);
    text-align: right;
    text-overflow: ellipsis;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding-left: 20px;
}
.crypto-t-line{
    border-left:2px solid #E4E7EC;
}
.crypto-section{
    border-bottom:2px solid #E4E7EC;
    margin: 24px;
    padding-bottom: 40px;
}
.crypto-buy-btn{
    height: 56px;
}
.crypto-total-price{
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: var(--Text-Primary, #1F2B3A);
    text-overflow: ellipsis;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 124%;
    padding-left: 5px;
}
/*.margin-top-card{*/
/*    !*margin-top: 30px;*!*/
/*}*/
.description ul li{
    color: var(--Text-Secondary, #667085);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.description h5{
    color: var(--Text-Primary, #1F2B3A);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.description h5{
    color: var(--Text-Primary, #1F2B3A);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.description h3 {
    color: var(--Text-Primary, #1F2B3A);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 16px;
}
#decrement,#increment{
    font-size: 28px;
    padding:0 15px;

}
.span-text{
    font-size: 16px
}
.breadcrumb-item+.breadcrumb-item::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Ccircle cx='2' cy='2' r='2' fill='%2398A2B3'/%3E%3C/svg%3E");
}
.breadcrumb-item a{
    color: var(--Text-Primary, #1F2B3A);
    text-decoration: none;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
}
.breadcrumb .active{
    color: var(--Text-Disable, #98A2B3) !important;
    font-size: 12px;
    padding-top: 5px;
}
.breadcrumb{
    margin-bottom: 0!important;
}

.factor-autheration-btn{
    border-radius: 1000px;
    border: 3px solid #08B9F2;
    background: linear-gradient(180deg, #036CD7 17.42%, #0ACEF9 100%);
    box-shadow: 6px 8px 8px 0px rgba(1, 33, 60, 0.20);
    display: flex;
    height: 48px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.accordion-button{
    box-shadow: 2px 2px 16px 0px rgba(1, 33, 60, 0.10) inset !important;
    display: block;
}
.accordion-button:not(.collapsed){
    background: rgba(255, 255, 255, 0.01);

}
.accordion-item-heading-staking{
    padding: 16px 20px;
    overflow: hidden;
    color: var(--Text-Primary, #1F2B3A);
    text-overflow: ellipsis;

    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0;
}
.expand-button{
    color: var(--Brand-Primary, #08F) !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.accordion-item{
    border: none !important;
}
.accordion {
    background: white;
}
.accordion-border{
    border-radius: 5px;
}
.staking-accordion-body span{
    color: var(--Text-Secondary, #667085);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;

}


.staking-accordion-body p{
    color: var(--Text-Primary, #1F2B3A);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}

.pagination .page-link {
    border: none;
    background: none;
    color: var(--Brand-Primary, #08F) !important;
    font-size: 14px;
    /*padding: 12px;*/
    /*text-align: center;*/
    /*border-radius: 25px;*/
    background: #e6f3ff !important;
    /*margin: 5px;*/
}
.pagination-center .page-link:hover {
    padding: 12px;
    justify-content: center;
    border-radius: 25px;
    align-items: center;
    background: #e6f3ff !important;
    color: var(--Brand-Primary, #08F) !important;
}
.pagination-center{
    list-style: none;
}
.pagination-center li{
    display: inline-block;
    text-align: center;
}
.pagination-center li a{
    padding: 12px;
    width: 40px;

}
.pagination-left li a{
    padding: 12px;
    width: auto !important;

}

.pagination-right{
    width: auto !important;

}
.pagination-right li a{

}
.pagination-right select {
    display: inline-block;

    width: 60px;
    background-color:unset;
    box-shadow: unset;
    border: 0;
}
.pagination-right select:focus {
    box-shadow: unset;

}
.pagination-right a {
    width: auto!important;
    padding: 12px;
}


/* ////////////////// ticket page ///////////////// */
.ticket-textarea{
    display: flex;
    height: 120px;
    padding: var(--spacing-xl, 16px);
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: var(--radius-md, 8px);
    border: 1px solid var(--Line-Border, #D0D5DD);
    background: var(--Gray-50, #F9FAFB);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.20) inset;
}
.ticket-upload-file{
    align-items: center;
    justify-content: space-between;
    border-radius: var(--radius-md, 8px);
    border: 1px solid var(--Line-Border, #D0D5DD);
    background: var(--Card, radial-gradient(171.63% 171.63% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), #D8DEE3);
    box-shadow: -4px -4px 14px 0px #FFF, 12px 12px 16px 0px rgba(164, 174, 183, 0.15), 0px 4px 4px 0px rgba(164, 174, 183, 0.25);
}

.ticket-upload-file-border{
    cursor: pointer;
}
.custom-file-input {
    display: flex;
    padding: 4px 6px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 4px;
    background: var(--Brand-Lightest, #E6F3FF);
    color: var(--Brand-Dark, #0061B5);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    cursor: pointer;
}

.ticket-upload-file-border{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: var(--radius-md, 8px);
    border: 2px solid var(--Line-Border, #D0D5DD);
    border-style: dashed;
    background: var(--Card, radial-gradient(171.63% 171.63% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), #D8DEE3);
    box-shadow: -4px -4px 14px 0px #FFF, 12px 12px 16px 0px rgba(164, 174, 183, 0.15), 0px 4px 4px 0px rgba(164, 174, 183, 0.25);
    padding: 32px;
}
.ticket-upload-file p{
    color: var(--Text-Primary, #1F2B3A);
    padding-left: 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
}
.ticket-upload-file span{
    color: var(--Text-Secondary, #667085);
    padding-left: 8px;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.status-complete{
    color: var(--Text-Primary, #1F2B3A) !important;

    font-size: 12px !important;

    font-weight: 400;

    padding-left: 0 !important;
}
/* ////////////// invest ranking list /////////////////// */

.invest-ranking-list{
    display: flex;
    padding: var(--spacing-4xl, 24px) 16px;
    align-items: center;
    gap: 40px;
    border-radius: 16px;
    border:none;
    background-image: url(../images/vector.png), linear-gradient(180deg, #E5EBF3 0%, #FEFDFF 100%);
    box-shadow: 2px 2px 16px 0px rgba(1, 33, 60, 0.10) inset, 0px 5px 4px 0px rgba(152, 162, 179, 0.20);
    background-size: contain;
}
.invest-ranking-Lavel{
    display: flex;
    padding: var(--spacing-4xl, 24px) 16px;
    align-items: center;
    border-radius: 16px;
    border:none;
    background: var(--Version-2, linear-gradient(180deg, #E5EBF3 0%, #FEFDFF 100%));
    box-shadow: 2px 2px 16px 0px rgba(1, 33, 60, 0.10) inset, 0px 5px 4px 0px rgba(152, 162, 179, 0.20);
    justify-content: space-between;
}
.invest-ranking-Lavel td{
    background-color:transparent;
    border: none;
    align-items: center;

}
.invest-ranking-list td{
    background-color:transparent;
    border: none;
    align-items: center;
}
.ranking-list-t-price{
    color: var(--Brand-Primary, #08F);

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.dashboard-card-circle{
    width: 83px;
    height: 83px;
    flex-shrink: 0;
    padding-top: 23px;
    border-radius: 360px;
    border-top: 2px solid rgba(255, 255, 255, 0.58);
    border-left: 2px solid rgba(255, 255, 255, 0.58);
    background: var(--tile, radial-gradient(171.63% 171.63% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), #D8DEE3);
    box-shadow: -4px -4px 28px 0px #FFF, 12px 12px 32px 0px rgba(164, 174, 183, 0.15), 0px 4px 18px 0px rgba(164, 174, 183, 0.25);
}
.dashboard-card-body{
    border-bottom: 2px solid #E4E7EC ;
}
.dashboard-gry-text{
    color: var(--Text-Secondary, #667085);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.dashboard-card-price{
    color: var(--Text-Primary, #1F2B3A);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.dashboard-circle-price{
    color: var(--Text-Primary, #1F2B3A);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.dashboard-circle-text{
    color: var(--Text-Secondary, #667085);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.ce_ixelgen_progress_bar .progress_bar_item {
    display: flex;
    align-items: center;
}

.ce_ixelgen_progress_bar .item_bar {
    position: relative;
    height: 6px;
    width: 185px;
    background-color: #E5E7EA;
    border-radius: 4px;
}

.ce_ixelgen_progress_bar .item_bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 6px;
    margin: 0;
    background-color: #0088FF;
    border-radius: 4px;
    transition: width 100ms ease;
}
.ce_ixelgen_progress_bar .close-status:active{
    border: none !important;
}
.ce_ixelgen_progress_bar{
    display: flex;
    align-items: center;
}
.file-name-staus{
    display: flex;
    align-items: center;
}
.file-name-staus .close-status:active{
    border: none !important;

}

.spinner-border{
    color: #0088ff;
    height: 18px;
    width: 18px;
}


/* ///////////// support ticket ////////////// */
.s-ticket-open-btn{
    padding: var(--spacing-xs, 4px) var(--spacing-lg, 12px);
    align-items: center;
    border-radius: var(--radius-full, 9999px);
    border: 2px solid #D1FADF;
    background: linear-gradient(180deg, #6CE9A6 0%, #D1FADF 100%);
    box-shadow: 5px 6px 8px 0px rgba(1, 33, 60, 0.16);
    color: var(--Success-Dark, #05603A);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.s-ticket-high-btn{
    display: flex;
    padding: var(--spacing-xs, 4px) var(--spacing-lg, 12px);
    align-items: center;
    border-radius: var(--radius-full, 9999px);
    border: 2px solid #CEE7FF;
    background: linear-gradient(180deg, #d68328 0%, #ffffdd 100%);
    box-shadow: 5px 6px 8px 0px rgba(1, 33, 60, 0.16);
    color: var(--Info-Dark, #1849A9);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.s-ticket-low-btn{
    display: flex;
    padding: var(--spacing-xs, 4px) var(--spacing-lg, 12px);
    align-items: center;
    border-radius: var(--radius-full, 9999px);
    border: 2px solid #CEE7FF;
    background: linear-gradient(180deg, #8dfafd 0%, #E6F3FF 100%);
    box-shadow: 5px 6px 8px 0px rgba(1, 33, 60, 0.16);
    color: var(--Info-Dark, #1849A9);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.s-ticket-medium-btn{
    display: flex;
    padding: var(--spacing-xs, 4px) var(--spacing-lg, 12px);
    align-items: center;
    border-radius: var(--radius-full, 9999px);
    border: 2px solid #CEE7FF;
    background: linear-gradient(180deg, #71a8dc 0%, #E6F3FF 100%);
    box-shadow: 5px 6px 8px 0px rgba(1, 33, 60, 0.16);
    color: var(--Info-Dark, #1849A9);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.s-ticket-status{
    display: flex;
    width: 28px;
    height: 28px;
    /* padding: var(--spacing-xs, 4px) var(--spacing-lg, 12px); */
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1.5px solid #08F;
    background: linear-gradient(180deg, #8DC7FD 0%, #E6F3FF 100%), #E6F3FF;
}
.accordion-item-heading-staking p{
    color: var(--Text-Primary, #1F2B3A);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 18px */
    margin-top: 0;
}
.accordion-item-heading-staking span {
    color: var(--Text-Secondary, #667085);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.w-sate-progracebar .progress-bar{
    background-image: linear-gradient(to right, #0088FF , #00FFFF);
}
.w-sate-progracebar{
    width: 221px;
}
.w-sate-progracebar .progress{
    height: 6px;
    width: 131px;
}
.progress-perstage span{
    color: var(--Brand-Primary, #08F);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.progress-perstage .Progress {
    color: var(--Brand-Light, #54AFFF);
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
}

.inverst-rank-card .card-img-top{
    width: 80px;
    height: 80px;
}


.invest-ranking-list-card{
    padding: var(--spacing-4xl, 24px) 16px;
    border-radius: 16px;
    border:none;
    background-image: url(../images/vector.png), linear-gradient(180deg, #E5EBF3 0%, #FEFDFF 100%);
    box-shadow: 2px 2px 16px 0px rgba(1, 33, 60, 0.10) inset, 0px 5px 4px 0px rgba(152, 162, 179, 0.20);
    background-size: cover;

}
.invest-ranking-list-card .invest-value{
    color: var(--Brand-Primary, #08F);
    margin-bottom: 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.invest-ranking-list-card p{
    color: var(--Text-Primary, #1F2B3A);
    margin-bottom: 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.invest-ranking-Lavel-card{
    display: flex;
    padding: var(--spacing-4xl, 24px) 16px;
    border-radius: 16px;
    border:none;
    background: var(--Version-2, linear-gradient(180deg, #E5EBF3 0%, #FEFDFF 100%));
    box-shadow: 2px 2px 16px 0px rgba(1, 33, 60, 0.10) inset, 0px 5px 4px 0px rgba(152, 162, 179, 0.20);
    justify-content: space-between;
}

.invest-ranking-Lavel-card p{
    color: var(--Text-Primary, #1F2B3A);
    margin-bottom: 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.invest-value-parsentage{
    color: var(--Brand-Primary, #08F) !important;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.withdraw-t-body tr td{
    /*width: 35%;*/
}
.Investments-according .table td{
    border: none;
    background: transparent;
    color: var(--Text-Primary, #1F2B3A);
    vertical-align: middle;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

}
.Investments-according .accordion-button {
    box-shadow: none !important;
    background: var(--Gray-100, #F2F4F7);
    border-bottom: 1px solid var(--Line-Divider, #E4E7EC);
    padding: 16px 24px;

}
.Investments-according .accordion-button:not(.collapsed) {
    border-bottom: 1px solid var(--Line-Divider, #E4E7EC);
    background: var(--Info-Lightest, #EFF8FF);
}
.Investments-detils-heading{
    color: var(--Gray-900, #101828);
    padding: 24px;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.invest-t-body tr{
    background: var(--Gray-100, #F2F4F7);
    border-bottom: 1px solid var(--Line-Divider, #E4E7EC);
}
.invest-t-body tr td{
    background: transparent;
}
.investment-card .card-header h5{
    color: var(--Text-Primary, #1F2B3A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.investment-card .card-header {

}
.Ranking-Lavel-heading{
    color: var(--Gray-900, #101828);

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin: 15px 0 24px 0;
}
.border-top-left-16{
    border-top-left-radius: 13px;
}
.border-top-right-16{
    border-top-right-radius: 13px;

}
.invest-plan h4{
    color: var(--Text-Primary, #1F2B3A);

    /* Paragraphs/Heading/h4/semibold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%; /* 29.76px */
}

.span-return-value{
    color: var(--Brand-Dark, #0061B5) !important;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 150%; /* 18px */
}

.chart-parent{
    overflow: auto;
}

/* /////////////// change password page/////////////// */
.change-password-form i{
    cursor: pointer;
}

.transaction-according .accordion-button {
    box-shadow: none !important;
    border-bottom: 1px solid var(--Line-Divider, #E4E7EC);
    padding: 0;

}
.transaction-according .table td {
    border: none;
    background: transparent;
    color: var(--Text-Primary, #1F2B3A);
    vertical-align: middle;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.transaction-according-body .row{
    border-bottom: 1px solid var(--Line-Divider, #E4E7EC);
}
.transaction-according-body .row p{
    margin-bottom: 0;
    padding: 15px;
}

.transaction-according .table-head {
    color: var(--Text-Secondary, #667085) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.transaction-according .table-heading{
    background: #f8f9fa ;
    border-bottom: 1px solid var(--Line-Divider, #E4E7EC);
    padding: 15px;
    margin-bottom: 0;
}
.transaction-according-body{
    padding-top: 0;
    padding-bottom: 0;
}

/* /////////////// login page/////////////// */
.bg-light-sky{
    background: #f4f4f4;
}
.Sign-in{
    border: 3px solid var(--White, #FFF);
    background: var(--Version-2, linear-gradient(180deg, #E5EBF3 0%, #FEFDFF 100%));
    margin-top: 150px;
    padding:60px 40px ;
    /* Version 2 */
    box-shadow: 10px 12px 8px 0px rgba(1, 33, 60, 0.20);
    margin-bottom: 150px;

}
.Sign-up{
    border: 3px solid var(--White, #FFF);
    background: var(--Version-2, linear-gradient(180deg, #E5EBF3 0%, #FEFDFF 100%));
    margin-top: 150px;
    padding:60px 40px ;
    /* Version 2 */
    box-shadow: 10px 12px 8px 0px rgba(1, 33, 60, 0.20);
    margin-bottom: 150px;

}

.conform-button{
    border-radius: 1000px;
    border: 3px solid #08B9F2;
    background: linear-gradient(180deg, #036CD7 17.42%, #0ACEF9 100%);
    box-shadow: 6px 8px 8px 0px rgba(1, 33, 60, 0.20);
    width: 100%;
    /* display: flex; */
    height: 56px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    margin-top: 32px}
.gooel-button{
    border-radius: var(--radius-md, 8px);
    background: var(--White, #FFF);

    /* Shadow 2 */
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
    width: 100%;
    padding: 18px ;

}
.or-line p::before, .or-line p::after {
    display: inline-block;
    content: "";
    border-top: 1px solid #E4E7EC;
    width: 41%;
    margin: 0 1rem;
    transform:translateY(-0.3rem);
}
.singUp-a{
    padding-left: 10px;
    text-decoration: none;
}
.Sign-in p{
    color: var(--Gray-600, #475467);

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}
.Sign-in label{
    margin-bottom: 15px;
    padding-top: 20px;
}
.Sign-in .form-control{
    border-radius: 1000px;
    border: 1px solid var(--Line-Border, #D0D5DD);
    background: var(--Gray-50, #F9FAFB);

    /* Outfilt */
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.20) inset;

    height: 56px;
    padding: 12px var(--spacing-xl, 16px);
    align-items: center;
    gap: var(--spacing-xl, 16px);
}
.Sign-in h1{
    color: var(--Text-Primary, #1F2B3A);
    text-align: center;

    /* Paragraphs/Heading/h4/semibold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%; /* 29.76px */
}

.input-section-part span{
    border-radius: 0px 1000px 1000px 0px;
    border-left: 1px solid var(--Line-Border, #D0D5DD);
    background: var(--Gray-100, #F2F4F7);
    /* width: 77px; */
    height: 48px;
    padding: 12px;
    color: var(--Text-Primary, #1F2B3A);

    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.Promotional-Banners .copy-btn{
    border-radius: 22px;
    background: var(--Brand-Primary, #08F);
    padding: 0 8px 3px 9px;
    height: 41px;
    width: 48px;

}
.Promotional-Banners .card{
    border: 3px solid white;
    border-radius: 16px;
    border: 3px solid var(--White, #FFF);
    background: var(--White, #FFF);

    /* Version 2 */
    box-shadow: 10px 12px 8px 0px rgba(1, 33, 60, 0.20);
    margin-bottom: 25px;
}
.Promotional-Banners .card .card-body{
    padding: 24px 16px ;
}
.Promotional-Banners .card img{
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;

}
.Promotional-Banners .text-copy{
    border-radius: 50px;
    background: var(--Gray-100, #F2F4F7);
    /* height: 48px; */
    padding: 8px var(--spacing-sm, 6px) 8px var(--spacing-xl, 16px);
    margin-bottom: 0;
}
.Promotional-Banners .text-copy p{
    color: var(--Text-Primary, #1F2B3A);

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 38px;
    padding-right: 15px;
}

.Promotional-Banners .text-copy p::selection {
    background-color: transparent;
}

.Schedule-Investment-body p{
    margin-bottom: 0;
} .btn-Details{
      border-radius: var(--radius-full, 9999px);
      border: 2px solid #CEE7FF;
      background: linear-gradient(180deg, #8DC7FD 0%, #E6F3FF 100%);
      box-shadow: 5px 6px 8px 0px rgba(1, 33, 60, 0.16);
      color: var(--Info-Dark, #1849A9);
      font-weight: 500;
      font-size: 14px;


  }
.btn-Disable{
    color: var(--Error-Dark, #912018);
    /*margin-left: 15px;*/
    font-size: 14px;
    font-weight: 500;
    border-radius: var(--radius-full, 9999px);
    border: 2px solid #FEE4E2;
    background: linear-gradient(180deg, #FDA29B 0%, #FEE4E2 100%);
    box-shadow: 5px 6px 8px 0px rgba(1, 33, 60, 0.16);

    padding: var(--spacing-xs, 4px) var(--spacing-lg, 12px);

}
.Schedule-Investment-body td{
    font-size: 13px;
}


.Schedule-Invest-Details-modal .modal-content{
    background: var(--Version-2, linear-gradient(180deg, #E5EBF3 0%, #FEFDFF 100%));
    padding: 80px;

}
.Schedule-Invest-Details-modal .modal-header{
    border-bottom: 1px solid var(--Line-Divider, #E4E7EC);
    background: var(--Sub-Card, radial-gradient(171.63% 171.63% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), #D8DEE3);

    padding: 14px 24px;

}
.Schedule-Invest-Details-modal .modal-body{
    background-color: white;
}
.Schedule-Invest-Details-modal .modal-body p{
    color: var(--Gray-700, #344054);

    /* Paragraphs/Medium/regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    margin-bottom: 0;
    padding: 12px ;

}
.Schedule-Invest-Details-modal .modal-body .row{
    border-bottom: 1px solid #E4E7EC;
}
.Schedule-Invest-Details-modal .modal-dialog-wideh{
    max-width: 624px;
}
.Schedule-Invest-Details-modal .modal-footer{
    border: none;
    background-color: white;

}
.Schedule-Invest-Details-modal .modal-footer .btn-secondary{
    border-radius: 1000px;
    border: 3px solid #FFF;
    background: linear-gradient(180deg, #DEE0E4 0%, #FEFDFF 100%);
    box-shadow: 6px 8px 8px 0px rgba(1, 33, 60, 0.20);
    color: var(--Black, #131313);

    /* Paragraphs/Large/medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
.btn--success{
    border-radius: 1000px;
    border: 3px solid #FFF;
    background: linear-gradient(180deg, #5ae372 0%, #afe8af 100%);
    box-shadow: 6px 8px 8px 0px rgba(1, 33, 60, 0.20);
    background-color: hsl(var(--success));
    border: 2px solid hsl(var(--success));

    /* Paragraphs/Large/medium */

    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
.btn--dark{
    border-radius: 1000px;
    border: 3px solid #FFF;
    background: linear-gradient(180deg, #DEE0E4 0%, #FEFDFF 100%);
    box-shadow: 6px 8px 8px 0px rgba(1, 33, 60, 0.20);
    color: var(--Black, #131313);

    /* Paragraphs/Large/medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
.btn--primary{
    border-radius: 1000px;
    border: 3px solid #08B9F2;
    background: linear-gradient(180deg, #036CD7 17.42%, #0ACEF9 100%);
    box-shadow: 6px 8px 8px 0px rgba(1, 33, 60, 0.20);
    color: var(--White, #FFF);

    /* Paragraphs/Large/medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
.btn-accept{
    border-radius: 1000px;
    border: 3px solid #08B9F2;
    background: linear-gradient(180deg, #036CD7 17.42%, #0ACEF9 100%);
    box-shadow: 6px 8px 8px 0px rgba(1, 33, 60, 0.20);
    color: var(--White, #FFF);

    /* Paragraphs/Large/medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}



.verification-email input{
    width: 72px;
    height: 72px !important;
    color: var(--Text-Primary, #1F2B3A);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    border-radius: 49px !important;
}
.try-agin-btn a{
    color: var(--Info-Primary, #1880F0);

    /* Paragraphs/Medium/semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-decoration: none;
}
.poolInvestNow{

height: 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 1000px;
    border: 2.5px solid #FFF;
    background: linear-gradient(180deg, #DEE0E4 0%, #FEFDFF 100%);
    box-shadow: 6px 8px 8px 0px rgba(1, 33, 60, 0.20);
    color: var(--Brand-Primary, #08F);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-right: 12px !important;
    text-decoration: none;
}
.pool-item {
    border-radius: 16px;
    border: 3px solid #FFF;
    background: linear-gradient(180deg, #E5EBF3 0%, #FEFDFF 100%);
    border: 3px solid var(--White, #FFF);
    background: linear-gradient(180deg, #E5EBF3 0%, #FEFDFF 100%);
    box-shadow: 10px 12px 8px 0px rgba(1, 33, 60, 0.20);
    padding: 16px;
}


.transaction-according-para{
    background: transparent;
    color: var(--Text-Primary, #1F2B3A);
    vertical-align: middle;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

label.required:after{
    content: '*';
    color: #DC3545!important;
    margin-left: 2px;
}
@media only screen and (min-width: 425.5px) and (max-width: 768.5px) {
      .bg-video{
        top:-431px;
    }
}
@media only screen and (max-width: 768.5px) {

    .dashboard-circle-price,.nav-price{
        font-size: 14px;
    }
    .invest-plan h4{
        font-size: 16px;
    }
}