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

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
}
#sidebar {
    min-width: 230px;
    max-width: 250px;
    background: #264251;
    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;
}
.accordion-button:not(.collapsed) {background:#dda944;color:#fff;}
.accordion-button{
    background: #00a8ed;
    color: #fff;
}
.accordion-body{
    background: #183542;
}
#content .navbar {
    margin: -20px;
    background: #324e5a;
    margin-bottom: 20px;
}

.side-a li:hover img{
    fill:#62D4EF;
}
#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar ul.components {
    padding: 20px 0;
    
}

#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: #fff;
    background: #fdb03a;
    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;
}

.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;
    padding-top: 20px;
}

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

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #ffffff;
    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: #00a8f2;
}
.l-t{
    color: #BDD6E3;
}
table th{color: #fff}
table td{color: #BDD6E3;}
.o-t{
    color: #fdb03a;
}
.font-20{
    font-weight: 500;
    font-size: 18px;
}
.greenbtn1{background: #d1ab3c}
.site-btn{
    background: #00a8f2;
    border-radius: 6px;
    font-weight: 500;
    font-size: 13px;
    padding: 8px 25px;
    border:0px;
    color: #fff;
}
.site-btn:hover{
    background: linear-gradient(45deg, #FFC107, #03A9F4);
    color: #fff;
}
.box{
    background: #3B505B;
    border-radius: 8px;
    padding: 25px 20px;
    height: 100%;
}
.box1{
    background: #243842;
    border-radius: 8px;
    padding: 25px 20px;
    height: 100%;
}
.centerdiv{text-align: center;
    display: table;
    width: auto;
    margin: 0px auto;}
.userpicm {width:130px;height: 130px;overflow:hidden;border-radius: 130px}
.userpicm img{width: 100%;height: 100%;object-fit: cover;}
.bg-1 {
    background: url(../img/bg-icon.png), url(../img/userbg.png);
    background-repeat: no-repeat;
    padding: 35px 15px;
    border-radius: 5px;
    background-position: left center, center;
    background-size: contain, cover;
}
.line{
    border: 1px solid #0e2631;
    box-shadow: 0px 1px 2px #323232;
}

.dataTables_wrapper.no-footer .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;padding: 5px 10px;
    font-size: 13px;
}
.dataTables_wrapper .paginate_button {
    border: 1px solid #298caf !important;
    background: #266581 !important;
    color: #FFF !important;
}
.dataTables_paginate a{margin-left: 2px}
.dataTables_wrapper .dataTables_length select{background-color: #4e7181 !important;}
.dataTables_wrapper.no-footer .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #9dbecd !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
.dataTables_wrapper.no-footer .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper.no-footer .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper.no-footer .dataTables_paginate .paginate_button.disabled:active
{
    color: #9dbecd !important;padding: 5px 10px;
    font-size: 13px;
}
.dropdown-item
{
        color: #ffffff;
        font-size: 15px;
}
.dropdown-item:hover{background: #4c7485; color: #fff}
.dropdown-menu{
        background-color: #07384d;
    background-clip: padding-box;
    border: 1px solid rgb(94 134 151);
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255 / 55%) !important;
}
.w-btn{
    background: #fff;
    border-radius: 6px;
    font-weight: 500;
    font-size: 13px;
}
.w-btn:hover{
    background: #ffaf4e;
    color: #fff;
}
tr{background: transparent !important;}
tr:hover{
    background: #4e6772  !important;
}
.table>:not(caption)>*>*{
    border-bottom-width: 0px;
}
.table-di {
    background: #3B505B;
    padding: 20px;
    margin-top: 20px;
    border-radius: 7px;
}
table tr td:last-child{
    text-align: right;
}
table tr th:last-child{
    text-align: right;
}
#plan_form input.form-control#wallet_amount,#plan_form input.form-control#purchase_amount,#plan_form input.form-control#cur_amount{
    background: #39505a;
    border: 0px;
    color: #fff;
    font-weight: bold;
    padding: 0;
    font-size: 23px;
}

.wallet{
    background: #3B505B;
    padding: 20px 25px;
    border-radius: 10px;
}
a i {
    color: #00b8f4;
}       
.border-div {
    text-align: center;
    border: 1px solid #5f8697;
    height: 100%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.info-btn{
    background: #faa937;
    border-radius: 6px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
}
.s-input{
        background: #4e6f7d !important;
    border: 1px solid #45acd1 !important;
    border-radius: 4px;
    color: #fff;
}
.dataTables_filter input {
    background: #597683 !important;
    border: 1px solid #789eb1 !important;
    border-radius: 4px !important;
    color: #fff;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #bedce9 !important;
}
.dataTables_wrapper table th{border-bottom: 1px solid #000 !important }
.dataTables_length select{color: #fff;border:1px solid #749eaf  !important;}
.s-input option{
    color: #00a8f2;
}
td a{color: #fff}
.dataTables_info,.dataTables_length{float: left;}
.dataTables_paginate,.dataTables_filter{float: right;}
select.s-input{
    color: #9bbccb;
}
.s-input::placeholder {
  color: #9bbccb;
  opacity: 1; /* Firefox */
}

.s-input::-ms-input-placeholder { /* Edge 12-18 */
  color: #00a8f2;
}
.note {
    background: #242424;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
}
.qr-info {
    border: 1px solid #5f8697;
    padding: 20px;
    border-radius: 8px;
    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: #afcfdd;
}
.account .nav-link.active{
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid #00a8f2;
    border-radius: 0;
}

.nav-pills .nav-link:hover{    color: #feb53b;}
.down {
    background: url(../img/down.png),#000;
    background-repeat: no-repeat;
    background-position: 98%,center;
}
.ul-box {
    height: 150px;
    border: 1px dashed #b9b9b9;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 20px;
}
.box.blurbox {position: relative;}
.box.blurbox::after {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #39505a45;content: "";z-index: 9;backdrop-filter: blur(3.5px);border-radius: 10px;}
.modal-content{
    background-color: #3B505B;
}
.modal-header{
    border-bottom: 1px solid #4b6f7c;
}
.modal-footer{    border-top: 1px solid #4b6f7c;}
.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: #37525e;
    padding: 40px 30px 30px 30px;
    border-radius: 15px;
    max-width: 450px;
}
#sidebarCollapse{
    display: none;
}
.inn-pro{
    display: none;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media(max-width: 1150px)
{
    #sidebarCollapse
    {
        display: block;
        transition: left 0.5s ease-in-out;
  transition-delay: 0.1s; /* Wait 1 second before moving */
    }
    #sidebar{position: absolute;left: -250px;height: 100%;z-index: 9}
    #sidebar.active{left: 0}
    #sidebarCollapse.navbar-btn{left: 260px;position: absolute;border: 0}
    #sidebarCollapse.navbar-btn.active{left: 0px;position: relative;margin-right: 10px}
}
@media (max-width: 768px) {
    #sidebar {
        margin-left: -230px;
        transform: rotateY(90deg);
    }
        #sidebarCollapse {
        display: block;
        top: 10px;
        border: 0;
        background: #00a8ed;
        color: #fff;
        position: fixed;
        left: 20px;
        top: 10px;
        transition: left 0.5s ease-in-out;
  transition-delay: 0.1s; /* Wait 1 second before moving */
    }
        #sidebarCollapse.navbar-btn.active {
        left: 10px;
        position: absolute;
        top: 10px;
    }
    .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.active span:first-of-type,
    #sidebarCollapse.active span:nth-of-type(2),
    #sidebarCollapse.active span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse span {
        margin: 0 auto;
    }
    #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);
    }

}