.wrapper-image {
    margin: 25px 0 25px;
    display: flex;
    justify-content: center; }

.title{
    color: #fff;
}
.registration {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    margin: 0 auto;
    padding: 10px 0 50px;
    min-height: calc(100vh - 100px); }
.registration .wrapper-box {
    border-radius: 1.25rem;
    background-color: #555974;
    padding: 20px 15px; }
.wrapper-box-history {
    border-radius: 1.25rem;
    box-shadow: #00000059 0px 5px 15px;
    min-height: calc(100vh - 200px);;
    background-color: #555974;
    padding: 20px 15px; }
.registration .wrapper-box .wrapper-title {
    text-align: center;
    font-size: 32px;
    color: #fff;
    padding-bottom: 35px; }
.registration .wrapper-box .wrapper-group {
    display: flex; }
.registration .wrapper-box .wrapper-group .wrapper-code {
    width: 100px;
    margin-right: 15px; }
.registration .wrapper-box .wrapper-group .wrapper-phone {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 30px); }
.registration .wrapper-box .wrapper-input {
    position: relative;
    margin-bottom: 16px; }
.wrapper-input {
    position: relative;
    margin-bottom: 16px; }
.registration .wrapper-box .wrapper-input label {
    position: absolute;
    top: 0;
    bottom: 0;
    align-items: center;
    display: flex;
    left: 16px;
    transition: .2s linear; }
.payout-label {
    position: absolute;
    top: 0;
    bottom: 0;
    align-items: center;
    display: flex;
    left: 30%;
    color: #FFFFFF;
    transition: .2s linear; }
.registration .wrapper-box .wrapper-input .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    background-color: beige;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    transition: .2s linear;
    box-shadow: none !important;
    outline: none !important; }
.payout-amount {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
    background-color: transparent;
    background-clip: padding-box;
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
    border-bottom: 2px solid #f063b7;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    transition: .2s linear;
    box-shadow: none !important;
    outline: none !important; }
.registration .wrapper-box .wrapper-input .form-control:focus {
    padding: 26px 12px 10px; }
.registration .wrapper-box .wrapper-input .form-control:focus ~ label {
    top: 2px;
    bottom: unset;
    opacity: .65;
    transition: .2s linear; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.payout-convert{
    display: flex;
    justify-content: start;
    align-items:start;
    color: #FFFFFF;
}

.payout-amount:focus ~ label {
    top: 10px;
    bottom: unset;
    opacity: 0;
    transition: .2s linear; }
.registration .wrapper-box .form-check label {
    line-height: 20px; }
.registration .wrapper-box button {
    background: linear-gradient(90deg, #d559c3 8%, #6c35fa 91%);
    width: 50%;
    padding: .7rem 0;
    border-radius: 50rem;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    box-shadow: #00000059 0px 5px 15px;
    outline: none; }
.wrapper-content {
    background: #47496f;
    background: radial-gradient(circle, #47496f 0%, #303054 100%);
    height: calc(100vh - 70px);
    padding: 25px 15px;
    overflow-y: auto;
    overflow-x: hidden;
}

.history-item{
    display: flex;
    justify-content:space-between;
    height: 80px;
    width: 100%;
    align-items: center;
    border-bottom: 3px solid #c253cb;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}
.wrapper-box-payout-child{
    width: 100%;
}

.box-user-option .option-icon .wrapper-text_menu{
    margin-top:0!important;
}
@media (max-width: 576px) {
    .wrapper-box-payout-child .justify-content-start{
        width: 100%;
    }

    .box-user-option .option-icon .wrapper-icon{
        margin-left: 0!important}

    .box-user-option .option-icon svg{
        height: 30px!important;
        margin-left: 0!important;
    }
    .box-user-option .option-icon .wrapper-text_menu{
        margin-top:0!important;
    }
}

.wrapper-box-referrals {
    border-radius: 1.25rem;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 70%;
    font-size: 21px;
    padding: 0px 10px; }
.history-item{
    display: flex;
    justify-content: space-between;
    height: 40px;
    width:100%;
    align-items: center;
    padding: 4px;
    border-bottom: 3px solid #c253cb;
}
.group-filter{

    width: 550px;
    margin: 10px auto 0;
    display: flex;
    background-color: #555974;
    height: 30px;
    margin-top: 10px;
    border-radius: 10px;
    justify-content: space-between;
}

@media (max-width: 576px) {
    .group-filter{

        width: 100%;
    }

    .wrapper-info-endprocess{

        width: 100% !important;
    }

}
.filter-selected{
    background-color:#17172e ;
}
.filter {
    display: flex;;
    width: 100%;
    justify-content: center;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 20px;
    border-radius: 10px;
    align-items: center;
}
.referral-groups{
    width: 100%;
    display: flex;
    margin-top: 10px;
    justify-content: space-evenly;
}
.item-value{
    text-align: right;
    color: #FFFFFF;
    font-size: 16px;
}

    @media (max-width: 767px) {
.selected-group {
    width: 100%;
    margin-top: 10px;
    height: 100px;
}
    .wrapper-content {
        background: #47496f;
        background: radial-gradient(circle, #47496f 0%, #303054 100%);
        height: calc(100vh - 70px);
        padding: 25px 15px;
        overflow-y: auto; }
    .history-item{
        display: flex;
        justify-content: space-between;
        height: 40px;
        width:100%;
        align-items: center;
        padding: 4px;
        border-bottom: 3px solid #c253cb;
    }
    .item-info{
        text-align: center;
        color: #FFFFFF;
        font-size: 12px;
    }
    .item-key{
        text-align: left;
        color: #FFFFFF;
        font-size: 16px;
    }
    .referral-groups{
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }
    .group-filter{
        width: 100%;
        display: flex;
        background-color: #555974;
        height: 30px;
        margin-top: 10px;
        border-radius: 10px;
        justify-content: space-between;
    }
    .filter-selected{
        background-color:#17172e ;
    }
    .filter{
        display: flex;
        cursor: pointer;
        color: #FFFFFF;
        font-size: 15px;
        border-radius: 10px;
        align-items: center;
    }
    .item-value{
        text-align: right;
        color: #FFFFFF;
        font-size: 16px;
    }
    .wrapper-box-history {
        border-radius: 1.25rem;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        box-shadow: #00000059 0 5px 15px;
        min-height: calc(100vh - 220px);;
        background-color: #555974;
        padding: 20px 15px; }
    .wrapper-box-referrals {
        border-radius: 1.25rem;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        padding: 0px 10px; }
    .wrapper-text_menu{
        text-align: center;
        width: 80px;
    }
    .registration {
        width: calc(100% - 25px); } }

.end-process{
    padding: 20px 22px!important;
}
.fixed-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #232347;
    padding: 10px 0; }
.fixed-menu .wrapper-item {
    display: flex;
    flex-direction: column;
    justify-content: center; }
.fixed-menu .wrapper-item .wrapper-image {
    padding: 10px;
    width: max-content;
    margin: auto;
    background-color: #232347;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; }
.fixed-menu .wrapper-item .wrapper-image img {
    height: 40px; }
.fixed-menu .wrapper-item .wrapper-text {
    display: flex;
    justify-content: center; }
.fixed-menu .wrapper-item .wrapper-text a {
    margin-top: 10px;
    color: #fff; }
.option-icon{
    display: flex;
    cursor: pointer;
    align-items: center;
    padding: 10px;
    justify-content: space-evenly;
}

.formula{
    color: #FFFFFF;
    font-size: 20px ;
}
@media (max-width: 576px) {

    .filter {
        font-size: 13px!important;
    }

    .formula{
     font-size: 11px;
    }
    .fixed-menu .wrapper-item .wrapper-image img {
        height: 35px; }

    .end-process{
        padding: 3px 13px!important;
    }
    .fixed-menu .wrapper-item a {
        font-size: 16px;
        margin-top: 5px !important; }
.wrapper-content {
    background: #47496f;
    background: radial-gradient(circle, #47496f 0%, #303054 100%);
    height: calc(100vh - 120px);
    padding: 25px 5px;
    overflow-y: auto; }
}
.wrapper-content .wrapper-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.info-item{
width: 100%;
display: flex;
justify-content: space-between;}
.key{
    text-align: start;}
.value{
    text-align: right;}
.wrapper-info{
    background: #6b33fc;
    box-shadow: #00000059 0px 5px 15px;
    border-radius: 10px;
    background: linear-gradient(309deg, #6b33fc 20%, #f063b7 56%);
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #fff;
    padding: 10px;
    align-items: flex-start; }
.wrapper-content .wrapper-logo img {
    width: 250px; }
.wrapper-content .wrapper-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100% - 110px);
}
.wrapper-content .wrapper-box-payout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100% - 225px);
}
.wrapper-content .wrapper-box-user {
    display: flex;
    height: calc(100% - 220px);
    flex-direction: row;
    flex-wrap: wrap;}
.box-user-option{
    padding: 10px;
    width: 50%;
    margin-bottom: 10px;
}

.box-user-option .option-icon{
    width: calc(100% - 15px);}

.box-user-option .option-icon svg{
    height: 60px}
.wrapper-content .wrapper-box .wrapper-circle-large-item {
    width: 200px;
    height: 200px; }

.wrapper-content .wrapper-box-payout .wrapper-circle-large-item-payout {
    width: 150px;
    height: 150px; }
.wrapper-content .wrapper-box .wrapper-circle-item {
    width: 100px;
    height: 100px; }
.wrapper-content .wrapper-box .wrapper-circle {
    margin: auto;
    background: #6b33fc;
    background: linear-gradient(309deg, #6b33fc 20%, #f063b7 56%);
    border-radius: 100%;
    padding: 5px; }
.wrapper-content .wrapper-box-payout .wrapper-circle-large-item-payout {
    margin: auto;
    background: #6b33fc;
    background: linear-gradient(309deg, #6b33fc 20%, #f063b7 56%);
    border-radius: 100%;
    padding: 5px; }
.wrapper-content .wrapper-box .wrapper-circle .wrapper-item {
    background: #47496f;
    background: radial-gradient(circle, #47496f 0%, #303054 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 100%; }
.wrapper-content .wrapper-box-payout .wrapper-circle .wrapper-item-payout {
    background: #47496f;
    background: radial-gradient(circle, #47496f 0%, #303054 100%);
    display: flex;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 100%; }
.wrapper-content .wrapper-box .wrapper-circle .wrapper-item-payout {
    background: #47496f;
    background: radial-gradient(circle, #47496f 0%, #303054 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 100%; }
.wrapper-content .wrapper-box .wrapper-circle h2 {
    color: #fff; }
.wrapper-content .wrapper-box .wrapper-circle h4 {
    color: #fff; }
.wrapper-content .wrapper-box .wrapper-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px; }
.payout-button {
    width: max-content;
    padding: 5px 60px;
    cursor: pointer ;
    background-color:#6b33fc;
    border-radius: 7rem;
    color: #fff; }
.wrapper-content .wrapper-box .wrapper-button div {
    width: max-content;
    padding: 5px 25px;
    cursor: pointer ;
    background: radial-gradient(circle, #47496f 0%, #303054 100%);
    border-radius: 7rem;
    color: #fff; }

.menu_text{
    text-decoration: none;
    color: white;
}
.option-icon{
    border-radius: 15px;
    padding: 25px;
    background-color: #232347;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.group-info-data{
    display: flex;
    color: #FFFFFF;
    justify-content: space-between;
    font-size: 14px;
    width: 100%;
    justify-content: center;
    border-radius: 10px;
    align-items: center;
}
.selected-group-item{
width: 100%;
padding: 0 5px;
border-bottom: solid 1px #FFFFFF;
display: flex;
height: 25px;
justify-content: space-between;
}
.selected-group{
    width: 100%;
    margin-top: 10px;
    height: 150px;
}

.button-parent{
    display: flex;
    justify-content: center;
    align-items: center;

}



 .wrapper-info-endprocess{
     display: flex;
     flex-direction: column;
     background-color:#47496f ;
     justify-content: center;
     width: 550px;
     margin: 25px auto;
 }
    .plan-info{
        padding: 10px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .plan-info div{
        color: #FFFFFF;
    }

.current-balance{
    width: 100%;
    padding: 10px;
    color: #FFFFFF;
    font-size: 25px;
}
    .wrapper-box .wrapper-circle-large-item .wrapper-item h2{
        margin-bottom: 50px;
    }
    .button-parent{
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 35px;
    }
    .payout-convert{
        display: flex;
        margin-bottom: 16px;
        align-items: center;
        justify-content: center;
    }
.referral-groups{
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    flex-direction: row;
    border-bottom: solid black 1px;

}
.wrapper-content-referrals{
    height: calc(100vh - 104px)!important;
}
.selected-group{
    width: 100%;
    height: 100px;
    overflow-x: auto;
}
.group-info-data{
    display: flex;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 10px;
    align-items: center;
}
.selected-group-item{
    width: 100%;
    padding: 0 5px;
    border-bottom: solid 1px #FFFFFF;
    display: flex;
    height: 25px;
    justify-content: space-between;
}
.option-icon{
    padding: 10px;}
.wrapper-content {
    height: calc(100vh - 104px); }
.wrapper-content .wrapper-box-user {
    display: flex;
    padding: 0;
    margin-top: 10px;
    height: calc(100% - 180px);
    flex-direction: row;
    flex-wrap: wrap;}
.box-user-option{
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;}

/*# sourceMappingURL=style.css.map */

.wrapper-history-data{
    height: 300px;
    overflow-y: auto;
}