.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: table;
    background: #000000ba;
    z-index: 99999;
}
.accountbg::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000075;
}

.loader .sk-wave {
    vertical-align: middle;
    display: table-cell;
}

.profile-photo-input {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.profile-photo-input:hover i {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 28px;
    background: #00000080;
    border-radius: 50%;
    padding-top: calc(50% - 17px);
    color: #fff;
    transition: all 0.5s ease;
}

.profile-photo-input #profile-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99;
}

.sk-wave .sk-rect {
    height: 50px !important;
}

.register {
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    margin-top: 3%;
    padding: 3%;
}

.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}

.register-heading {
    text-align: center;
    /*margin-top: 8%;*/
    margin-bottom: -15%;
    color: #495057;
}

.register .register-form {
    padding: 10% 0 1% 0;
    margin-top: 10%;
    min-height: 411px;
    max-height: auto;
}

.register-left img {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    z-index: 1;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}

.register-left {
    text-align: center;
    color: #fff;
    margin-top: 4%;
    font-size: 18px;
}

#accordionExample .btn-link {
    padding-right: 20px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
}

#accordionExample .btn-link::after {
    content: "\e607";
    position: absolute;
    top: calc(50% - 7px);
    right: 5px;
    font-family: simple-line-icons;
    font-weight: bold;
    line-height: 14px;
}

#accordionExample .btn-link.collapsed::after {
    content: "\e604";
}

.icons-list i {
    background: #fff;
    border: 1px solid;
    padding: 5px;
    border-radius: 50%;
    line-height: 5px;
    margin-right: 4px;
}

.home-page-slider {
    margin:0 -12px; 
}

.home-page-slider .item {
    height: 500px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.home-page-slider .image-overlay {
    position: absolute;
    top: 0;
    background: #00000094;
    width: 100%;
    height: 100%;
    display: table;
    left: 0;
}
.home-page-slider .content-wrapper {
    display: table-cell;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}
.home-page-slider .slide-title {
    font-size: 70px;
    color: #fff;
}
.home-page-slider .slide-subtitle {
    color: #fff;
}
.home-page-slider .owl-dots {
    margin-top: -30px !important;
    position: relative;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.logo img {
    max-height: 55px;
}





















span.owner {
    //color:#339966;
    color: #ffffff !important;
    font-style: italic;
}

span.paid {
    color: #669966 !important;
    font-style: normal;
}

span.leg {
    color: red;
    font-style: italic;
}

#chart_div {
    /*overflow: visible;
    width: 90%;*/
    overflow-x: auto;
}

#chart_div .img {
    height: auto;
    width: auto;
    max-height: 60px;
    max-width: 60px;
    min-height: 50px;
    min-width: 50px;
    border: 1px solid;
    border-radius: 50%;
    color: #c2c9db;
}


.google-visualization-orgchart-node {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    text-align: center;
    background: none !important;
}

.google-visualization-orgchart-nodesel a,
.google-visualization-orgchart-node a {
    color: #8B0000 !important;
}

#chart_div table {
    border-collapse: separate !important;
    width: 100%;
}

.google-visualization-orgchart-table {
    padding: 0;
    margin: 7rem 0 0 !important;
}

.google-visualization-orgchart-lineleft {
    border-left: 1px solid #42aced !important;
}

.google-visualization-orgchart-lineright {
    border-right: 1px solid #42aced !important;
}

.google-visualization-orgchart-linebottom {
    border-bottom: 1px solid #42aced !important;
}

#downlines-usersearch {
    display: block;
}

#downlines-username {
    float: left;
    width: 50%;
}

#downlines-search {
    float: left;
}


.user_error {
    text-align: center;
    padding: 1.5rem;
    font-weight: 700;
    font-size: 1rem;
    border: 1px solid rgb(178, 34, 34);
    background-color: rgb(240, 128, 128, 0.2);
    color: rgb(220, 20, 60);
}

.table-p {
    padding: 0 !important;
    max-width: 98% !important;
    margin-left: 1%;

}

.table-b {
    padding: 0 !important;
    max-width: 48% !important;
    margin: 1%;

}

.table-b h4 {
    font-weight: 400;
    margin: 0 !important;
    padding: 1rem;
}

.table-p h4 {
    font-weight: 400;
    margin: 0 !important;
    padding: 1rem;
}

.p-2 {
    padding: 1rem !important;
}

.p-down-search {
    margin-left: 1rem;
}

.table-p {
    border: 1px solid #696969;
}

.ump_btn {
    background-color: #1d323e !important;
    color: #fff !important;
}

.table-b {
    border: 1px solid #696969;
}

.table-b h4 {
    background-color: #1d323e;
    color: #fff;
}

.table-p h4 {
    background-color: #1d323e;
    color: #fff;
}

.ump-border-bottom {
    border-top: 2px solid #1d323e !important;
}

.donators_account_table th,
.donators_account_table td {
    padding: 0.1rem !important;
    font-size: 0.8rem;
    border: 1px solid #1d323e !important;
}

.err {
    font-size: 0.8rem;
    color: red;
}

.ump_heading {
    background: #d8d8d8;
    padding: 1rem;
}

.paginator {
    clear: both;
    padding: 6px;
    position: relative;
    text-decoration: none;
    line-height: 13px;
    font-size: 1rem;
    border: 1px solid #dee2e6;
}


.paginator:hover {
    color: #fff;
    background: #1d323e;
    text-decoration: none;
}


a.tooltip {
    outline: none;
    position: relative;
}

a.tooltip:hover {
    text-decoration: none;
    cursor: pointer;
}

a.tooltip span {
    z-index: 999999999999;
    display: none;
    width: auto;
    line-height: 17px;
}

a.tooltip:hover span {
    /*display: block;*/
    position: absolute;
    bottom: 4.5em;
    z-index: 999999999999 !important;
    left: 50%;
    color: #373535;
    border: 2px solid #D3D3D3;
    background: #fffFff;
    -webkit-transform: translateX(-50%);


}

/*CSS3 extras*/
a.tooltip span {

    border: 3px solid #d2cdc587;
    z-index: 999999999999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 1px 1px 8px #CCC;
    -webkit-box-shadow: 1px 1px 8px #CCC;
    box-shadow: 1px 1px 8px #CCC;
}


.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    width: 100%;
    text-align: center;
    z-index: 1 !important;
}


.tooltip span::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #777 transparent transparent transparent;
}

.tooltip:hover {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

.tooltip_design {
    /*letter-spacing: 0.1em;*/
    /*font-size: 1.55rem;*/
    /*font-weight: 600;*/
    /*padding: 0.5rem !important;*/
    color: #0a0000;
    /*border: 3px solid #d2cdc587;*/
}

.tooltip .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #d2cdc587 !important;
}

.page-title-box {
    position: relative;
     background: #1e256e;
}

.page-title-box::after, .page-title-box::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #1e256e;
    left: -49%;
    z-index: -1;
}

.page-title-box::before {
    right: -49% !important;
    left: unset !important;
}

.ck-content::after {
    clear: both;
    content: "";
    display: block;
}
.payment_option_hide {
    display: none;
}
.avatar{
    width: 100px!important;
    height: 100px!important;
}
.qty-icons .btn {
    color: black !important;
}
.qty-icons .quantity {
width: 100px;
border: 1px solid black !important;
}
#menu-cart{
     box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
;

}