@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');

.border-raduis, .form-group input{
    border-radius: 10rem;
}



.form-group input{
    font-size: .8rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem;
    text-align: left !important;
}



.form-group select{

    color:#6e707e !important;

    text-align: left !important;

    width:100% !important;

}



.padding-left{

    padding-left: 10px;

}



.custom-control-label, label, .form-group label{

    font-weight: 400;

    text-align: left;

}



.aligncenter {

    text-align: center;

  }



.alignleft{

    text-align: left;

}



.margin-bottom{

    margin-bottom: 10px;

}



.custom-checkbox label{

    text-align: left;

}



.hidebox-div{

    display: none;

}



.userTree small{

 text-transform: capitalize;

}



.padding{

    padding: 10px;

}



.rounded-circle{
    border: 1px solid rgba(234, 49, 111, 0.8) !important;
    width: 60px;
    height: 60px;
}



.featured-image input{
    border: 0 none !important
}



.form-control textarea{

    border-radius: 999px !important

}



#image-preview img{

    width:150px !important

}



#image-preview button{

    position: absolute;
    left: 70%;
    border: 1px solid rgba(234, 49, 111, 0.8)0f;
    background: none;
    font-weight: 900;
    font-size: 18px;
    border-radius: 999px;
    padding: 10px 15px;

}


.members-pagination{
    padding-top: 10px;
    padding-bottom: 50px;
}



.members-pagination div svg{
    position: relative;
    width:35px !important;
}


.input-group-append .fas.fa-search{
    padding: 5px;
}


.members-pagination div{
    margin: 10px 0;
    margin-top: 20px !important;

}



.custom-control-label{
    font-weight: 900;

}

.space-height-padding{
    height: 160px;
    width: 100%;
}

.settings-bttom{
    float: right;
}



.uplineImageCss{
    border:1px solid rgba(234, 49, 111, 0.8);
  }



  
.node circle {
    fill: #d3d3d3;
    stroke: #333;
    stroke-width: 2px;
  }
  .node text {
    font: 12px sans-serif;
    text-anchor: middle;
    fill: #333;
  }
  .link {
    fill: none;
    stroke: #333;
    stroke-width: 2px;
  }
  .tooltip {
    position: absolute;
    padding: 5px;
    background: #333;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    pointer-events: none;
    opacity: 0;
  }
  
  
  .uplineImageCss {
    clip-path: circle(30px at center);
  }
  
  .downlineImageCss {
    clip-path: circle(20px at center);
  }
  
  /* Tooltip styling */
  .tooltip {
    font-size: 12px;
    background: #333;
    color: #fff;
    border-radius: 3px;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    opacity: 0;
  }
  
  .cartIcon-svg{
    position: relative;
    margin-top: 25px;
  }

  .iconNumber-svg{
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
  }

  .btn-back-ship{
    background-color: rgba(234, 49, 111, 0.8) !important;
    margin-top: 20px !important;
    border: 0 none !important;
  }

  #cart .h4, #cart h4{
    font-size: 17px !important;
    line-height: 26px !important;
  }

.arrow-icon {
    transition: transform 0.3s;
    margin-right: 8px;
}
.arrow-icon.rotate {
    transform: rotate(90deg);
}

ul.titleTable{
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.titleTable li{
    list-style: none;
    float: left;
    padding: 10px;
    text-align: left;
}

.titleTable li:first-child{
    padding-left: 0;
}


.titleTable li:nth-child(3){
    padding-left: 11%;
}

.titleTable li:nth-child(4){
    padding-left: 7%;
}

.titleTable li:nth-child(5){
    padding-left: 7%;
}

.titleTable li:last-child{
    padding-left: 12%;
}


.profile-pic-thumb{
    width:25%;
}

.spaceHeight-padd{
    height: 30px;
    width: 100%;
}

.form-group select{
    height: 46px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.form-group input{
    margin-bottom: 20px;
}

.MemersareaList{
    width:100%;
    overflow: hidden;
    padding-top: 30px;
}

.membersAreaListing{
    border: 1px solid rgba(234, 49, 111, 0.8)0f;
    margin-bottom: 20px;
    width: 46%;
    display: inline-block;
    margin-right: 40px;
    border-radius: 5px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
}

.membersAreaListing:hover{
    background: #f2f1f0;
    cursor: pointer;

}

.btn-group-btm{
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 30px;
}


.btn-group-btm form{
    color: rgba(234, 49, 111, 0.8);
    width: 110px;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
}



.btn-group-btm button{
    background-color: rgba(234, 49, 111, 0.8) !important;
    color: #fff !important;
    padding-bottom: 7px;
}

.btn-group-btm button:hover, .edit-btn:hover{
    background-color: rgba(234, 49, 111, 0.8) !important;
}



.edit-btn{
    padding-top: 7px;
    border:0 none !important;
    padding-bottom: 8px  !important;
    color: rgba(234, 49, 111, 0.8) !important;
}

.edit-btn button{
    border:0 none !important;
    background-color: transparent !important;
    color: rgba(234, 49, 111, 0.8) !important;
}

.edit-btn button:hover{
    background-color: transparent !important;
}

.membersAreaListing h5{
    padding: 20px 20px 0 30px;
}

.membersAreaListing p{
    padding-left: 30px;
}

.image-profile-200{
    float: right;
    margin-top: 20px;
    margin-right: 30px;
    border-radius: 50%;
    border:1px solid rgba(234, 49, 111, 0.8)0f;
}

a.genreport{
    text-decoration: none !important;
}

.breadcrumb{
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.salesReports{
    border: 1px solid rgba(234, 49, 111, 0.8)0f;
}

.backgroundTable{
    color:#fff;
    background: #e3e6f0;
}

.membersAreaListing a, .membersAreaListing h5, .membersAreaListing p{
    text-decoration: none !important;
    color: #000 !important;
}

.deactivate{
    background: #ddd !important;
    background-color: #ddd !important;
}

.btn-group-btm form:hover, .btn-group-btm .edit-btn:hover{
    background-color: #e3e6f0 !important;
}

.date-NovFrom{
    padding-top: 10px;
    padding-bottom: 10px;
}

.bonuSettings{
    width:95%;
}

.BackSettings{
    line-height: 40px;
}

.EarningsFrom input{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 5px;
}

.yearlymonthIncome button[type="submit"]{
    margin: 10px 10px 10px 0 ;
}

.width70{
    width: 68%;
    float: right;
    box-shadow: 2px 1px 5px -2px rgba(0, 0, 0, 0.72);
    -webkit-box-shadow: 2px 1px 5px -2px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: 2px 1px 5px -2px rgba(0, 0, 0, 0.72);
    border-radius: 10px;
    padding: 20px;
}

.yearlymonthIncome #rebateForm{
    width: 100% !important;
}

.yearlymonthIncome input[type="text"]{
    width: 100% !important;
}

.clearboth-wrapper{
    clear: both;
    overflow: hidden;
}

.bg-body-tertiary{
    background-color: #fff !important;
}



.membersBonus{
    width: 100%;
    clear: both;
    overflow: hidden;
}

.membersBonus img{
    width: 15%;
    padding: 0;
    text-align: left;
    padding-right: 0;
    padding-bottom: 10px;
}

.membersBonus button[type="submit"]{
   color: #202020;
   width: 100%;
    background-color: transparent !important;
    padding: 7px;
}

.membersBonus button[type="submit"]:hover{
    background-color: transparent !important;
    text-decoration: underline;
}



.formRecruite{
    width: 15%;
    margin-bottom: 20px;
    margin-left: 0;
    position: absolute;
    left: 84.5%;
    top: 9em;
}

.status-indicator {
  position: relative;
  display: inline-block;
  width: 14px; height: 14px; border-radius: 50%;
  cursor: pointer;
}
.status-indicator::after {
  content: attr(data-tooltip);
  position: absolute; bottom: 125%; left: 50%; transform: translateX(-50%);
  background:#333; color:#fff; padding:4px 8px; border-radius:4px; font-size:12px;
  white-space: nowrap; opacity:0; pointer-events:none; transition:opacity .2s;
}
.status-indicator:hover::after { opacity:1; }

/* optional: colors per status */
.status-indicator.active { background:#2ecc71; }
.status-indicator.inactive, .status-indicator.deactivated { background:#e74c3c; }
.status-indicator.unknown { background:#bdc3c7; }



@media (max-width:2090px){
    .membersAreaListing{
      width: 30%;
    }
  }

@media (max-width:1690px){
    .membersAreaListing{
        width: 40%;
    }
  }

@media (max-width:1290px){
    .btn-group-btm form{
        margin-bottom: 10px;
    }
  }
  

@media (max-width:1190px){
    .membersAreaListing{
        width: 65%;
    }
  }
  
@media (max-width:990px){
    .membersAreaListing{
        width: 80%;
    }
  }
  