.reward-btn {
    background-color:#FF7A00 !important;
}

/* body {
    background-color:white;
} */

.links-area {
    margin-bottom:20px;
}

.infos {
    margin-left:10px;
}

.office-header {
    color:white;
}

#signup-share {
    width:80%;
}

.select-div {
    display: flex;
    width: 100%;
    justify-content:space-between;
    margin-top: 8px;
}

.indication-file-header {
    display:flex;
    border:1px solid black;
    border-radius:7px;
    padding:10px;
    margin-bottom:10px;
}

.indication-avatar {
    width:75px;
    height:75px;
    border-radius:50%;
}

.indication-label {
    font-weight: 800;
}

.nivel-box {
    text-align:center;
    background-color:#FF4F02;
    color:white;
    font-weight: 800;
    padding:5px;
    width:70px;
    border-radius:14px;
}

.container-center-mobile {
    width:99%;
}

.container-share{
    width:80%; 
    margin: 0 auto; 
    text-align:center;                
}

.wc-child span {
    font-weight: bold;
}

.office-header {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}

.office-header a {
    color: var(--dark-grey-color);

    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.office-header a i {
    margin-right: 7px;;
}

.office-header span {
    margin-left: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
}

.office__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.office__buttons a {
    width: 100%;
    padding: 20px 0;
    transition: 0.3s;
}

.office__buttons a:hover,
.office__buttons a.active {
    background: var(--orange-color);
    color: #fff;
    border-color: var(--orange-color);
}

.office__buttons a + a {
    border-left: 1px solid #E8E9ED;
}

.indication-social {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 40px 20px;
}

.indication-social a {
    width: 100%;
    display: inline-block;
}

.indication-social i {
    display: block;
    font-size: 30px;
}

/* .links-container {
    display:flex;
    align-items: center;
    justify-content: center;
    background-color:white;
    padding:10px;
    height:200px;
} */

.share-button {
    display:flex;
    justify-content: center;
    width:120px !important;
    height:50px !important;
    align-items: center;
    background:linear-gradient(96.4deg, #FF7A00 0%, #FF4F02 100%);
    padding:10px;
    color:white;
    border-radius:7px;
    text-align:center;
}

.share-button:hover {
    cursor:pointer;
}

.links-area {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width:80%; */
    background-color:white;
    padding:10px;
}

.links-groups {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:80%;
    background-color:white;
    padding:10px;
    margin-top:40px;
}

.container-rede-social {
    display:none;
}

.container-comunidade {
    display:none;
}

.container-establishment {
    display:none;
}

.container-oportunidade {
    display:none;
}

.close-lightbox-btn {
    color:red;
}

.share-header img {
    width:300px;
}

.group {
    display:flex;
    justify-content: space-around;
    width:100%;
    margin-bottom:50px;
}

.indication-social a.facebook i { color: #1966AE;}
.indication-social a.instagram i { color: #3F3F3F;}
.indication-social a.whatsapp i { color: #26CB68;}
.indication-social a.twitter i { color: #55ACEE;}

.indication-social span {
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

.indication-link {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.indication-link p {
    font-size: 12px;
    color: #3f3f3f;
}

.indication-link input {
    width: 200px;
    height: 30px;
    margin-left: 8px;
    color: var(--orange-color);
}

.indication-link button {
    color: #3f3f3f;
    font-size: 10px;
    padding: 5px 10px;
    height: 30px;
    border: 0;
    background: #EEF1F4;
    border-radius: 3px;
    text-transform: uppercase;
    margin-left: 8px;
    transition: 0.2s;
}

.indication-link button:focus {
    color: #fff;
    background: var(--orange-color);
}

.status-container {
    height: 150px;
}

.status-content {
    display: flex;
    height: 100%;
}

.indications-text {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: #3F3F3F;
    border-right: 1px solid #DFDFDF;
}

.indications-info {
    font-size: 14px;
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.indications-info div {
    padding: 10px 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

.indications-info div + div {
    border-top: 1px solid #DFDFDF;
}

.indications-info p {
    margin: 0;
}

.breadcrumb-wrapper {
    background: #ECECEC;
    padding: 12px 15px;
    box-sizing: border-box;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 60px;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

.breadcrumb {
    display: flex;
    align-items: center;
    overflow-x: hidden;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.breadcrumb-item {
    display: inline-block;
    font-size: 12px;
    color: var(--dark-grey-color);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '→';
    padding: 0 7px;
    color: var(--dark-grey-color);
}

.breadcrumb-item.me {
    font-weight: bold;
}

.breadcrumb-item:last-of-type {
    color: var(--orange-color);
}

.breadcrumb-button {
    position: absolute;
    z-index: 1;
    background: #DCDCDC;
    width: 20px;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.breadcrumb-button.hidden {
    display: none;
}

.breadcrumb-button.left {
    left: 0;
}

.breadcrumb-button.right {
    right: 0;
}

.indications-header {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.indications-header input {
    width: 300px;
    background: #F0F2F6;
}

.indications-header .ordernar-button {
    margin: 0;
}

.indication {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indication + .indication {
    border-top: 1px solid #F0F2F6;
}

.indication-user {
    display: flex;
    align-items: center;
}

.indication-user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    border: 3px solid var(--red-color);
}

.indication-user p {
    margin: 0;
    font-size: 14px;
}

.indication-user .user-info-block {
    display: flex;
    font-size: 12px;
    color:rgba(63, 63, 63, 0.5);
}

.indication-user .user-info-block b::after {
    content: '●';
    margin: 0 5px;
}

.indication-button a {
    color: var(--orange-color);
    font-size: 10px;
    text-transform: uppercase;
}

.pagination {
    text-align: right;
    padding: 10px;
}

.pagination > div {
    display: inline-block;
    background: #fff;
    border: 1px solid #F0F2F6;
    border-radius: 3px;
}

.pagination a {
    display: inline-block;
    padding: 7px;
    font-weight: bold;
    font-size: 16px;
    background: none;
    border: 0;
    color: rgba(0, 0, 0, 0.3);
}

.pagination a.active {
    color: var(--orange-color);
}

.pagination a.disabled {
    color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 3000px){
    #graphData{
        height: 370px !important;
        width: 90% !important;
    }
}

@media screen and (max-width: 980px){
    .container-grid-3 {
        grid-template-columns: 230px auto;
    }

    .container-grid-3 > *:nth-child(3) {
        display: none;
    }
}

@media screen and (min-width: 769px){
    .saldo_dividir{
        padding:0px 20px;
        margin-top:2px !important;
    }

    #graphData{
        height: 370px !important;
        width: 100% !important;
        margin-bottom: -70px !important;
    }
}

@media screen and (max-width: 768px){
    .container-grid-3 {
        grid-template-columns: auto;
    }
    .saldo_dividir{
        padding:0px 20px;
        margin-top: -10px !important;
    }
    .container-grid-3 > *:first-child,
    .container-grid-3 > *:nth-child(3) {
        display: none;
    }

    .indication-link {
        flex-direction: column;
    }

    .indication-link button {
        margin-top: 5px;
    }

    .user-info-block {
        display: flex;
        flex-direction: column;
    }

    .user-info-block span {
        display: none;
    }

    .user-info-block b::after {
        display: none;
    }

    .indications-text {
        width: 120px;
    }

    .indications-header input {
        width: 100%;
    }
}

@media screen and (max-width:480px){
    .indication-avatar {
        width:65px;
        height:65px;
    }

    .name-box {
        width: 190px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .email-box {
        width: 190px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .select-div {
        display:flex;
        flex-direction: column;
    }

    #buys {
        width:100%;
    }

    #order {
        width:100%;
    }

    #level {
        width:100%;
    }

    .container-grid-1 {
        margin-top:0px !important;
    }
    .content-div {
        margin-bottom:100px;
    }

    .divisao-saldo {
        padding: 0px 20px;
        margin-top: 5px !important;
    }

    .indications-info div {
        padding: 10px 20px;
        height: 100%;
        display: flex;
        align-items: center;
        margin-top: -48px;
    }

    .container-share{
        width: 100% !important;
        margin-bottom: 110px !important;
    }

    .indication-link{
        display: block;
        text-align: left;
    }

    #graphData{
        height: 175px !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 375px) {
    .indication-avatar {
        width:40px;
        height:40px;
    }

    .infos {
        font-size:10px;
    }
}

@media screen and (max-width:320px) {
    .indication-avatar {
        width:30px;
        height:30px;
    }

    .name-box {
        width: 160px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .email-box {
        width: 160px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
