.ref-container{
    width: 100%;
    background-color: #FFD700;
    

}
.ref-main-sec{
    max-width: 60%;
    height: auto;
    margin: 0 auto;
   
    font-family: sans-serif;
    padding: 30px;
    /* border: solid 2px #000; */
    /* border-radius: 10px; */
    margin-bottom: 20px;
}
.ref-main-container{
    width: 35%;
    margin: 0 auto;
}
.logo-img{
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 30px;
}
.logo-img img{
    width: 40%;
    height: 200px;
}

.mb-3 .form-label{
    line-height: 20px;
    font-size: 20px;
    font-weight: 700;
}
.mb-3 .form-control{
    width: 100%;
    margin-right: 10px;
}
.submit-btn{
    text-align: center;
    
    
}
.submit-btn .btn{
    width: 140px;
}
.ref-badges-box{
    border-radius: 20px;
}
.form-inp{
    display: flex;
    justify-content: space-between;
}
.btn-back{
    width: 30px;
    height: 30px;
    background-color: black;
    color: #FFD700;
    border: none;
    border-radius: 15px;

}
.sum-text{
    width: 100%;
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    align-items: center;
    margin-top: 30px;
}
.bottum-text{
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
}
.btn-light{
    height: 30px;
    margin: 15px 0;
}
.ref-btns{
    width: 100%;
    text-align: center;

}
.btn{
    width: 50%;
    
}
.btn-add{
    width: 200px;
    height: 40px;
    background-color: black;
    color: #2BFF00;
    line-height: 25 px;
    font-size: 20px;
    border: solid 3px #2BFF00;
    border-radius: 10px;
    padding: 5px;

}
.toltip{
    width: 70px;
    height: 20px;
    line-height: 10px;
    background-color: black;
    margin-top: 2px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 4px;
    border: solid 1.5px #fff;
    border-radius: 10px;

}
.referral-box{
    font-size: 29px;
    text-align: center;
}
.inp-box{
    color: #257914;
    font-size: 30px;
    font-weight: bold;
       
}
.ref-btn{
    width: 230px;
    height: 40px;
    background-color: black;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    font-weight: bold;
    font-family: sans-serif;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 20px;
}
.referral-badge{
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
}
/* .sub-title{
    display: flex;
    justify-content: space-around;
} */
.badge-text{
    width: 100%;
    height: auto;
    margin: 10px 0; 

}
.ref-lable{
    font-size: 17px;
    font-weight: bold;
}
.badge{
    color: #dbcdcd;
}
.bg-light{
    background-color: #fff;

}
.bg-danger{
    background-color: #FF0000;

}
.add-link{
    width: 100%;
    text-align: center;
    margin-top: 7px;
    font-weight: bold;

}
.add-link a{
    color: #FFD700;
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
}
.referral-text{
    font-size: 19px;
}
.ref-text{
    font-size: 12px;
}
.text-danger{
    color: #FF0000;
}
.check{
    width: 20px;
    height: 30px;
}



.ref-heading{
    width: 80%;
    height: 40px;
    margin: 0 auto;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;

}
.strong{
    font-size: 25px;
    font-weight: 700;
}
.ref-homeowners{
    width: 80%;
    height: 50px;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}
.ref-nameOwners{
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    
}
.bg-succes{
    background-color: #2BFF00;
}
.text-succes{
    color: #2BFF00;
}


