/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

/*@import "bootstrap.css";
@import "style.css";
@import "dark.css";
@import "font-icons.css";
@import "animate.css";
@import "magnific-popup.css";
@import "style-v4.css";
@import "responsive.css";
@import "global.css";
@import "header.css";
@import "home.css";
@import "page.css";
@import "product.css";
@import "career.css";
@import "news.css";
@import "contact.css";
@import "account.css";
@import "roundabout.css";
@import "progress.css";
@import "footer.css";*/

.cal-legends {
    margin: 20px auto;
    padding: 0;
    text-align: center;
}
.cal-legends li {
    display: inline-block;
    list-style: none;
    margin: 10px;
}
.cal-legends li .swatch {
    width: 10px;
    height: 10px;
    background-color: #cccccc;
    display: inline-block;
    margin-right: 10px;
    border-radius: 20px;
}

#content{
    height: 100%;
}

.hd{
    display: none;
}
.equalHeight{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.equalHeight:before,
.equalHeight:after{
    display: none;
}

.single-center-box{
    padding:20px;
    max-width:450px;
    margin:0 auto;"
}
/*------------------ Header --------------------*/
#header-bar{
    background: linear-gradient(90deg, rgb(50, 157, 235) -0.1%, rgb(20, 20, 88) 99.9%);
}
/*------------------ Toastr --------------------*/
.toast-top-center{
    top: 0;
    right: 0;
    width: 100%;
}
.toast-top-center .toastr{
    margin: auto !important;
}

/*------------------ Login Language Bar --------------------*/
.language-bar:active,
.language-bar:hover,
.language-bar {
    background: linear-gradient(90deg,#329deb -.1%,#141458 99.9%) !important;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.lang{
    position: absolute;
    top: 7px;
    left: auto;
    right: 20px;
    margin: 30px 0;
}
.lang-dropdown img{
    width: 20px;
    border-radius: 20px;
}
.dropdown-menu.language{
    right: 0;
    left: initial;
    border-radius: 20px;
}
.dropdown-menu.language .dropdown-item{
    border-bottom: 1px solid #DDD;
}
.dropdown-menu.language .dropdown-item:last-child{
    border-bottom: none;
}
.pc_view{
    display: block;
}

.log_view{
    font-size: 16px !important;
    margin-left: 5px;
}
/*------------------ Pagination --------------------*/
.reportPagination strong { 
    padding: 5px 10px; 
    /*background-color:#0279ff; */
    color: black; 
    /*border:1px solid #0279ff;*/
    border-radius: 3px;
}
.reportPagination a { 
    border: 1px solid #ebedf2; 
    padding: 5px 10px; 
    color: black; 
    border-radius: 3px;
}
.reportPagination a:hover { 
    color: white; 
    text-decoration:none; 
    background-color:#009EF7; 
    /*border:1px solid #0279ff;*/
}
/*------------------ Loader --------------------*/
.screenLoader{
    position:fixed;
    z-index:99999;
    background-color:rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    padding:20px;
    margin: 0 auto;
    /*margin:-45px 0 0 -100px;*/
    text-align: center
}
.screenLoaderContent{
    position: fixed;
    top: 50%;
    left: 25%;
    right: 25%;
}

.screenLoaderContent img{
    width: 80px;
}

.label-square{
	height: 20px;
	width: 20px;
}

/*------------------ Sortable --------------------*/
ol.sortable, ol.sortable ol {
    margin: 0 0 0 25px;
    padding: 0;
    list-style-type: none;
}

ol.sortable {
    margin: 0px 0;
}

.sortable li {
    margin: 5px 0 0 0;
    padding: 0;
}
.sortable li div  {
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #D4D4D4 #D4D4D4 #BCBCBC;
    padding: 6px;
    margin: 0;
    cursor: move;
    background: #f6f6f6;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

/*------------------ Font --------------------*/
.font-12{
    font-size: 12px !important;
}
.font-16{
    font-size: 16px !important;
}
.font-18{
    font-size: 18px !important;
}
.font-22{
    font-size: 22px !important;
}
.font-24{
    font-size: 24px !important;
}
.font-25{
    font-size: 25px !important;
}
.font-50{
    font-size: 50px !important;
}
.font-weight-600{
    font-weight: 600 !important;
}
.font-weight-700{
    font-weight: 700 !important;
}
.font-weight-800{
    font-weight: 800 !important;
}
/*------------------ Text --------------------*/
.text-green{
	color: rgba(35,187,85,1) !important;
}
.text-white{
    color: white !important ;
}
.text-black{
    color: black !important;
}
.text-red{
	color: red !important;
}
.text-gold{
	color: gold !important;
}
.text-grey{
    color: grey !important;
}
.text-grey-1{
    color: #A9A9A9 !important;
}
.text-right{
    text-align: right !important;
}
.text-primary{
    color: var(--primary-color-1) !important;
}
.text-black-1{
    color: #012060 !important;
}
.text-black-2 {
    color: #181818;
}
.text-blue{
    color: #1A237B !important;
}

.text-blue-1{
    color: #000063 !important;
}

.title-gradient {
    background: linear-gradient(90deg,#329deb -.1%,#141458 99.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
/*------------------ Background --------------------*/
.bg-blue-1{
    background-color: #000063 !important;
}
.bg-transparent{
    background-color: transparent !important;
}
/*------------------ Image --------------------*/
.img-icon{
    width: 25% !important;
}
/*------------------ Deposit --------------------*/
.deposit-card{
    box-shadow: 0 3px 8px #C1BDBD !important;
    -webkit-backdrop-filter: blur(21px) !important;
    backdrop-filter: blur(21px) !important;
    border-radius: 16px !important;
}
.qr-container{
    background: linear-gradient(180deg,#fff,hsla(0,0%,92.2%,.7));
    box-shadow: 0 4px 8px rgba(0,0,0,.25);
    border-radius: 14px;
    display: inline-block;
    width: 50%;
    border: 1px solid black;
}
.word-ellipsis-deposit{
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*------------------ Buttons --------------------*/
.btn-custom{
    background: linear-gradient(90deg,#329deb -.1%,#141458 99.9%);
    border-radius: 100px;
    width: 100%;
    height: 50px;
    color: white !important;
    line-height: 2 !important;
    border: none;
}
.btn-custom:not(.no-effect):before{
    content: "";
    position: absolute;
    top: 0px;
    left: -100%;
    width: 40px;
    height: 40px;
    background: linear-gradient(90deg,transparent,#fff,transparent);
    transition: .5s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn-custom:active,
.btn-custom:hover{
    box-shadow: 0 0 37px rgba(1,32,96,.35);
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
    color: white;
}

.btn-custom:not(.no-effect):active:before,
.btn-custom:not(.no-effect):hover:before{
    left: 100%;
}

.btn-white{
    background: white;
    border-radius: 100px;
    width: 100%;
    height: 50px;
    color: black;
    border: 1px solid #EEE;
}

/*------------------ Package --------------------*/
.investment .card{
    border-radius: 20px;
    border: 1px solid #329DEB;
    box-shadow: 0 20px 0 -5px #2C50A8;
}
.investment .card:hover,
.investment .card:active{
    background: linear-gradient(180deg,#FFF,#9FD1F5);
}
.cardPackageBg {
    box-shadow: 0 3px 8px #C1BDBD;
    border-radius: 16px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    height: 130px;
}
.cardPackageBg.blue {
    background: #EBF6FF;
}
.tick-icon{
    width: 15px;
}
.packageName{
    background: #141458;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.packageForm-control{
    border: none!important;
    border-bottom: 1px solid #000!important;
    border-radius: 0!important;
}
.input-transparent{
    border: none!important;
    background-color: transparent!important;
    background: transparent!important;
    color: #1B1B1B!important;
}
#kt_modal_select_package .invest-amount-select-container {
    background: linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#329deb .81%,#141458 89.86%) border-box;
    border: 1px solid transparent;
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
}
#kt_modal_select_package .invest-amount-select-container.active,
#kt_modal_select_package .invest-amount-select-container:hover {
    background: #000063;
}
#kt_modal_select_package .invest-amount-select {
    font-family: "Poppins",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #012060;
}
#kt_modal_select_package .invest-amount-select-container.active .invest-amount-select,
#kt_modal_select_package .invest-amount-select-container:hover .invest-amount-select{
    color: white;
}
/*------------------ Wallet --------------------*/
.cardBorderBlue{
    border-radius: 20px !important;
    border: 1.5px solid #329DEB !important;
}
/*------------------ referral --------------------*/
.referral-card {
    box-shadow: 0 3px 8px #c1bdbd;
    border-radius: 16px;
}
.ref-input input{
    cursor: pointer;
    border-radius: 20px;
    border-right: none;
}
.ref-input span{
    border-radius: 20px;
    background: white;
    border-left: none;
}
/*------------------ tree --------------------*/
.card-black{
    background: #fff;
    box-shadow: 0 3px 8px #C1BDBD !important;
    border-radius: 16px !important;
    transition: all 1s linear;
}
.tree, .tree ul{
    display: table;
}
.tree{
    text-align: center;
    margin: auto;
}
.tree, .tree li, .tree ul{
    list-style: none;
    margin: auto;
    padding: 0;
    position: relative;
}
.tree>li:after, .tree>li:before, .tree>li>code:before, .tree>li>span:before {
    outline: none;
}
.tree li:before {
    outline: 1px solid #329deb;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.tree li:last-child:before {
    right: 50%;
}
.tree li:first-child:before {
    left: 50%;
}
.tree li {
    display: table-cell;
    padding: 0.5em 0;
    vertical-align: top;
}
.tree code, .tree span {
    border-radius: 0.2em;
    display: inline-block;
    padding: 0.2em 0.5em;
    position: relative;
    background: transparent !important;
    box-shadow: none !important;
}
.tree code:before, .tree span:before {
    top: -0.55em;
}
.tree code:before, .tree ul:before {
    outline: 1px solid #329deb;
    content: "";
    height: 1em;
    left: 50%;
    position: absolute;
}
.tree-avatar-container {
    background: #329deb;
    border-radius: 50px;
    display: inline-block;
    height: 7em;
    width: 7em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.first-tree-card-bg {
    background: #f8f8f8;
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    border: 1.5px solid #329deb;
    border-radius: 15px;
    width: 420px;
    margin: auto;
}
.tree-card-bg {
    position: relative;
    background: #f8f8f8!important;
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    border: 1.5px solid #329deb;
    border-radius: 15px;
    display: block;
    width: 24em;
}
.tree ul:before {
    top: -1em;
}
.mobile-team-tree input[type=checkbox] {
    display: none;
}
.mobile-team-tree label {
    border-radius: 5px;
    padding-top: 3px;
    padding-right: 3px;
    padding-left: 25px;
    color: #fff;
    margin-bottom: 0!important;
}
.mobile-team-tree input[type=checkbox]+label:before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform-origin: 25% 50%;
    transform-origin: 25% 50%;
    margin-left: -5%;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    text-align: center;
    color: #aaafab;
    position: absolute;
    margin-top: 5px;
}
.mobile-team-tree li {
    margin: 10px;
    border-radius: 5px;
}
/*------------------ nft --------------------*/
.collection-banner{
    padding-bottom: 32.55%;
    border-radius: 8px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.collection-footer{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 20px;
}
.collection-img{
    height: 64px;
    width: 64px;
    min-height: 64px;
    min-width: 64px;
    border-radius: 8px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.collection-desc{
    padding-left: 16px;
}
.nft-token-img img{
    display: block;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    object-fit: cover;
}
/*------------------ password --------------------*/
.setting-icon {
    width: 27%;
    right: 80px;
    top: 20px;
    position: absolute;
    opacity: 0.2;
}
.setting-img {
    width: 20%;
}
.settingText{
    color: grey;
    font-size: 14px;
}
.passwordBox .card{
    background: white;
    cursor: pointer;
}
.passwordBox:hover .card,
.passwordBox:active .card{
    background: #000063;
}
.passwordBox:hover .settingText,
.passwordBox:active .settingText{
    color: white;
}
/*------------------ Responsive --------------------*/
@media (max-width: 1200px) {
    
}

@media (max-width: 979px) {
	.pc_view{
        display: none;
    }
}

@media (max-width: 767px) {
    .img-icon{
        width: 80% !important;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .single-center-box{
        padding: 0;
	}
}