body{
	font-family: "Jost", sans-serif;
	background: #000000;
    color: #fff;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
}
#sidebar {
    min-width: 230px;
    max-width: 250px;
    background: url(../img/side-bg.png);
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pro-down p{
    text-overflow: ellipsis;
    width: 172;
    overflow: hidden;
}
#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}
.side-a li:hover img{
 	fill:#62D4EF;
}
#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar ul.components {
    padding: 20px 0;
    
}
#imagePreview{
    max-width: 300px;
    width: 100%;
    height: auto;
}
input#purchase_amount {
    background: #000000;
    border: 1px solid #444343;
    border-radius: 4px;
    color: #fff;
}
.sel-id{
    min-height: 100px;
}
.row img {
    border-radius: 5px;
}
a.btn.info-btn:hover {
    color: #66D5EE;
}
#gender option,#kyc_type option,#state option,#country option{
    background: #000;
    color: #fff;
}
#gender option:hover,#kyc_type option:hover,#state option:hover,#country option:hover{
    background: #fff;
    color: #000;
}
li.nav-item button:hover {
    color: #66D5EE;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 15px;
    display: block;
    text-decoration: none;
    color: #fff;
    transition: 0.5s all;
}
#sidebar ul li a:hover {
    color: #62D4EF;
    background: #12262B;
    border-radius: 7px;
}
.side-a img{
	width: 18px
}
#sidebar ul li.active > a{
    color: #fff;
    background: #6d7fcc;
}
.link{cursor: pointer;}

a[data-toggle="collapse"] {
    position: relative;
}
a.s-t:hover {
    color: #66D5EE;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}
.w-t{
	color: #fff;
}
.s-t{
	color: #66D5EE;
}
.l-t{
	color: #959595;
}
.font-20{
	font-weight: 500;
	font-size: 18px;
}
.site-btn{
	background: #66D5EE;
	border-radius: 6px;
	font-weight: 500;
	font-size: 13px;
	padding: 8px 25px;
}
.box{
	background: #161616;
	border-radius: 8px;
	padding: 25px 20px;
	height: 100%;
}
.bg-1 {
    background: url(../img/bg-icon.png), url(../img/bg1.png);
    background-repeat: no-repeat;
    padding: 35px 15px;
    border-radius: 5px;
    background-position: left center, center;
    background-size: contain, cover;
}
.line{
	border: 1px solid #000000;
	box-shadow: 0px 1px 2px #323232;
}
.w-btn{
	background: #fff;
	border-radius: 6px;
	font-weight: 500;
	font-size: 13px;
}
.table>:not(caption)>*>*{
	border-bottom-width: 0px !important;
}
#deposit-history_filter label,#referral-history_filter label,#profit-history_filter label,#withdraw-history_filter label,#plan-history_filter label,#level-history_filter label,#depAndWithHistory_filter label{
    color: #fff;
}
#deposit-history_filter input,#referral-history_filter input,#profit-history_filter input,#withdraw-history_filter input,#plan-history_filter input,#level-history_filter input,#depAndWithHistory_filter input{
    border: 1px solid #363636;
    color: #fff;
}
.table-di {
    background: #0F0F0F;
    padding: 20px;
    margin-top: 20px;
    border-radius: 7px;
}
.dataTables_length label{
    color: #fff;
}
.pro-down{
    background: #191919;
    width: 200px;
}
.pro-down a{
    color: #fff;
}
.con-bg {
    height: 100%;
    background: url(../img/formbg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #363636 !important;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px;
    color: #fff;
}
#deposit-history_info,#deposit-history_info,#withdraw-history_info,#referral-history_info,#profit-history_info,#plan-history_info,#level-history_info,#depAndWithHistory_info{
    color: #ccc;
}
#deposit-history_paginate a,#referral-history_paginate a,#deposit-history_paginate a,#withdraw-history_paginate a,#profit-history_paginate a,#plan-history_paginate a,#level-history_paginate a,#depAndWithHistory_paginate a{
    color: #ccc !important;
}
#deposit-history_paginate span a,#referral-history_paginate span a,#withdraw-history_paginate span a,#plan-history_paginate span a,#level-history_paginate span a,#depAndWithHistory_paginate span a{
    background: transparent;
    border-radius: 5px;
    color: #fff !important;
}
#profit-history_paginate span a{
    background: transparent;
    border-radius: 5px;
    color: #fff !important;   
}
.dataTables_empty{
    color: #ccc;
}
.dataTables_wrapper .dataTables_length option{
    background: #000;
}
table.dataTable thead th{
    padding-left: 10px !important;
}
table tr td{
    background: #0f0f0f !important;
}
table tr td:last-child{
	text-align: right;
}
table tr th:last-child{
	text-align: right;
}
.wallet{
    background: #161616;
    padding: 20px 25px;
    border-radius: 5px;
}
.border-div {
    text-align: center;
    border: 1px solid #373636;
    height: 100%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.info-btn{
	background: #6D6D6D;
	border-radius: 6px;
	font-weight: 500;
	font-size: 13px;
	color: #fff;
}
.s-input{
	background: #000000;
	border: 1px solid #444343;
	border-radius: 4px;
	color: #fff;
}
.form-control[readonly]{
    background: #000000;
    border: 1px solid #444343;
    border-radius: 4px;
    color: #fff;
}
.s-input option{
	color: #66D5EE;
}
select.s-input{
	color: #66D5EE;
}
.s-input::placeholder {
  color: #66D5EE;
  opacity: 1; /* Firefox */
}

.s-input::-ms-input-placeholder { /* Edge 12-18 */
  color: #66D5EE;
}
.note {
    background: #242424;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
}
.qr-info {
    border: 1px solid #373636;
    padding: 20px;
    border-radius: 5px;
    height: 100%;
}
.s-input:focus{
	background: transparent;
	color: #fff;
}
/*============genealogy tree=================*/
/*----------------genealogy-scroll----------*/

.genealogy-scroll::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}
.genealogy-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e4e4e4;
}
.genealogy-scroll::-webkit-scrollbar-thumb {
    background: #212121;
    border-radius: 10px;
    transition: 0.5s;
}
.genealogy-scroll::-webkit-scrollbar-thumb:hover {
    background: #d5b14c;
    transition: 0.5s;
}


/*----------------genealogy-tree----------*/
.genealogy-body{
    white-space: nowrap;
    overflow-y: hidden;
/*    padding: 50px;*/
    min-height: 500px;
    padding-top: 10px;
    text-align: center;
}
.genealogy-tree{
  display: inline-block;
}
.genealogy-tree ul {
    padding-top: 20px; 
    position: relative;
    padding-left: 0px;
    display: flex;
    justify-content: center;
}
.genealogy-tree li {
    float: left; text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
}
.genealogy-tree li::before, .genealogy-tree li::after{
    content: '';
    position: absolute; 
  top: 0; 
  right: 50%;
    border-top: 2px solid #ccc;
    width: 50%; 
  height: 18px;
}
.genealogy-tree li::after{
    right: auto; left: 50%;
    border-left: 2px solid #ccc;
}
.genealogy-tree li:only-child::after, .genealogy-tree li:only-child::before {
    display: none;
}
.genealogy-tree li:only-child{ 
    padding-top: 0;
}
.genealogy-tree li:first-child::before, .genealogy-tree li:last-child::after{
    border: 0 none;
}
.genealogy-tree li:last-child::before{
    border-right: 2px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.genealogy-tree li:first-child::after{
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}
.genealogy-tree ul ul::before{
    content: '';
    position: absolute; top: 0; left: 50%;
    border-left: 2px solid #ccc;
    width: 0; height: 20px;
}
.genealogy-tree li a{
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
} 
.genealogy-tree li a:hover+ul li::after, 
.genealogy-tree li a:hover+ul li::before, 
.genealogy-tree li a:hover+ul::before, 
.genealogy-tree li a:hover+ul ul::before{
    border-color:  #fbba00;
}

/*--------------memeber-card-design----------*/

.member-view-box{
    /*padding-bottom: 10px;*/
    text-align: center;
    border-radius: 4px;
    position: relative;
}
.member-image{
    padding:10px;
    width: 120px;
    position: relative;
}
.member-image img{
    width: 60px;
    height: 60px;
    border-radius: 46px;
}
.member-header {
  padding: 5px 0;
  text-align: center;
  background: #345;
  color: #fff;
  font-size: 14px;
  border-radius: 4px 4px 0 0;
}
.member-footer {
  text-align: center;
}
.member-footer div.name {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}
.member-footer div.downline {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
/*=================end===================*/
.account button{
	color: #888888;
}
.account .nav-link.active{
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid #66D5EE;
    border-radius: 0;
}
.down {
    background: url(../img/down.png),#000;
    background-repeat: no-repeat;
    background-position: 98%,center;
}
.ul-box {
    height: 150px;
    border: 1px dashed #515151;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 20px;
}
.modal-content{
	background-color: #262626;
}
.modal-header{
	border-bottom: 1px solid #3b3b3b;
}
.attach {
    height: 100%;
    border: 1px dashed #6f6c6c;
    min-height: 60px;
    border-radius: 5px;
}
.login{
	height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.log-bg {
    width: 100%;
    background: #0F0F0F;
    padding: 40px 30px 30px 30px;
    border-radius: 15px;
    max-width: 450px;
}
#sidebarCollapse{
	display: none;
}
.inn-pro{
	display: none;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -230px;
        transform: rotateY(90deg);
    }
        #sidebarCollapse {
        display: block;
        top: 10px;
        border: 0;
        background: #212529;
        color: #fff;
        position: fixed;
        left: 20px;
        top: 20px;
    }
    .side-a{
    	margin-top: 40px;
    }
    #sidebarCollapse span{
    	background:#fff;
    }
    #content .container-fluid{
    	justify-content: flex-end;
    }
    .inn-pro{
    	display: inline-block;
    }
    .inn-pro .dropdown-toggle::after{

    display: block;
    position: absolute;
    top: 55%;
    right: 0px;
    transform: translateY(-50%);
    color: #fff;
}
.side-a li a img{
	width: 18px;
}
	.inn-pro .dropdown-menu{
		background-color: #000;
	}
.inn-pro{
	margin-top: 20px;
}
    .side-a img {
    width: 25px;
}
    .btn-dark{
    	display: none !important;
    }
    .border-div{
    	padding: 20px;
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

}