html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin: 0px;
    background-color: #f9f8f4;
}

header{
    background-color: #fff;
    padding: 22px 20px 20px 55px;
}

.div-logo {
    text-align: center;
}

.herbalife-logo {
    width: 110px;
}

.div-language {
    position: relative;
    float: right;
    margin-top: -50px;
    display: inline-flex;
}

.div-body {
    margin-bottom: 150px;
}

footer {
    background-color: #fff;
    position: fixed;
    bottom: 0px;
    width: 100%;
    min-height: 100px;
}

.main-box-text {
    font-family: Herbalife Natural;
    margin-top: 20px;
    padding-top: 30px;
}

.secondary-box-text {
    font-family: Herbalife Natural;
    margin: 10px 40px;
    padding-top: 20px;
}

.welcome-text {
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
    word-wrap: break-word;
}

.login-text {
    text-align: center;
    margin-top: 25px;
    font-size: 20px;
}

.group-assigned-title {
    text-align: left;
    margin-top: 10px;
    font-size: 22px;
    color: #266430;
    font-weight: bold;
}

.group-assigned-text {
    text-align: center;
    margin-top: 8px;
    font-size: medium;
    word-wrap: break-word;
}

.enrollment-text {
    text-align: center;
    margin-top: 10px;
    font-size: medium;
    word-wrap: break-word;
}

.complete-link, .complete-link:hover, .complete-link:active {
    color: #266430;
    font-weight: bold;
}

.line-3w {
    border: 2px solid #707070;
    margin: 5px;
    margin-bottom: 40px;
}

.herbalife-bg {
    background-color: #f9f8f4;
}

.m-container {
    margin-left: 10px;
    margin-right: 10px;
}

.text-business {
    color: #6A6A6A;
    font-family: Herbalife Natural;
}

.text-onyourway {
    color: #6A6A6A;
    font-family: Herbalife Natural;
    font-weight: bold;
}

.btn-herbalife, .btn-herbalife:active, .btn-herbalife:hover {
    background-color: #266430;
    font-family: Herbalife Walsheim GT;
    color: whitesmoke;
    font-size: 23px;
    min-width: 150px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border-radius: 20px;
    border: 1px solid whitesmoke;
    white-space:nowrap;
}

    .btn-herbalife a, .btn-herbalife:active a, .btn-herbalife:hover a {
        color: whitesmoke;
        font-size: 40px;
        margin: 10px;
        cursor: pointer;
        text-decoration: none;
        border: 0;
    }

.text-build-your-business {
    color: #266430;
    font-family: Herbalife Walsheim GT;
    font-size: 20px;
    text-align:left;
    padding: 10px;
}

.text-joinandget {
    color: #266430;
    font-family: Herbalife Walsheim GT;
    font-size: 18px;
    text-align: left;
}

.middle-line {
    background-color: #707070;
    height: 1px;
    width: 15%;
}

.inline-item{
    display: inline-block;
}

.width-center {
    margin-top: 20px;
    width: 60%;
}

.btn-herbalife-light, .btn-herbalife-light:active, .btn-herbalife-light:hover {
    background-color: #F2F2F2;
    color: #266430;
    font-size: 23px;
    padding: 12px 30px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #266430;
    box-shadow: 2px 2px 5px gray;
}

.leaf-3img {
    width: 135%;
    margin-left: -20%;
}

.div-center {
    margin: auto;
    width: 80%;
    padding: 10px;
}

.social-icon{
    width: 30px;
}

.social-icons-box {
    max-width: 300px;
    display: grid;
    position: relative;
    margin: 0 auto;
}

    .social-icons-box > div {
        grid-row: 1;
    }

.rights-reserved {
    font-size: 13px;
    padding-left: 25px;
    padding-top: 20px;
    display: none;
}

.link-herbalife, .link-herbalife:hover, .link-herbalife:active {
    color: #266430;
    font-size: 17px;
    font-family: Herbalife Walsheim GT;
    font-weight: bold;
    text-decoration: none;
}

.link-bottom, .link-bottom:hover, .link-bottom:active {
    color: #266430;
    font-size: 12px;
    font-family: Herbalife Walsheim GT;
    /*text-decoration: none;*/
}

.link-inline, .link-inline:hover, .link-inline:active {
    color: #266430;
    font-weight: bold;
    font-family: Herbalife Walsheim GT;
    text-decoration: none;
}

.form-header {
    background-color: #275125; /* #266430;*/
    border-radius: 8px 8px 0px 0px;
    color: white;
    font-family: Herbalife Walsheim GT;
    font-size: 23px;
    padding: 14px;
    box-shadow: 3px 3px 10px gray;
}

.form-body {
    background-color: white;
    color: #535353;
    font-family: Herbalife Walsheim GT;
    font-size: 13px;
    padding: 10px;
    box-shadow: 3px 3px 10px gray;
}

.form-text {
    background-color: #F5F5F5;
    border: 1px solid #eeeeee;
    color: #535353;
    font-size: 15px;
    font-family: Herbalife Walsheim GT;
    padding: 10px;
    margin: 15px;
    width: 90%;
}

    .form-text:focus {
        border: 1px solid red !important;
    }

    .form-text::placeholder {
        color: #BBBBBB;
    }

.form-check {
    background-color: #F5F5F5;
    border: 1px solid #707070;
    font-size: 15px;
    font-family: Herbalife Walsheim GT;
}

.form-img {
    width: 100%;
    margin-left: 0%;
    margin-top: -20px;
    display: none;
}

.div-img-phone{
    text-align:center;
    display: block;
}

.login-phone-img {
    border-radius: 50%;
    width: 100px;
}

.g-recaptcha > div {
    margin: 10px auto !important;
    text-align: center;
    width: auto !important;
    height: auto !important;
}


.herbalife-logo-pc {
    width: 220px;
    margin-left: -20px;
}

.text-pc-1 {
    color: #266430;
    font-family: Herbalife Walsheim GT, Bold;
    font-weight: bold;
    font-size: 46px;
    text-align: center;
    line-height: 1.1;
    margin-top: 25px;
}

.text-pc-2 {
    color: #6A6A6A;
    font-family: Herbalife Walsheim GT, Bold;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    line-height: 1.1;
}

.text-pc-3 {
    color: #6A6A6A;
    font-family: Herbalife Walsheim GT, Bold;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    line-height: 1.1;
}

.pc-money-card{
    background-color: white;
    padding: 15px 60px;
    margin: 30px;
    border-radius: 15px;
    top: 0px;
    bottom: 0px;
    display: inline-block;
}

.pc-money-card-c1 {
    color: #B7B7B7;
    font-size: 43px;
    font-family: Herbalife Walsheim GT;
    font-weight: bold;
    text-align: center;
}

.pc-money-card-strike {
    color: red;
    text-align: center;
    text-decoration: line-through;
}

.pc-money-card-c2 {
    color: #266430;
    font-size: 66px;
    font-family: Herbalife Walsheim GT;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
}

.text-after-button {
    color: #266430;
    font-family: Herbalife Walsheim GT;
    font-size: 19px;
    text-align: left;
    line-height: 1.1;
    margin-top: 30px;
    display: inline-block;
}

.text-after-button-ds {
    color: #266430;
    font-family: Herbalife Walsheim GT;
    font-size: 19px;
    text-align: left;
    line-height: 1.1;
    margin: 30px;
    display: inline-block;
}

.img-maleta-pc {
    width: 70%;
    max-width: 500px;
}

.img-products {
    max-width: 400px;
    width: 65%;
    margin: 40px 0px 10px 0px;
}

.text-after-maleta {
    color: #6A6A6A;
    font-family: Herbalife Walsheim GT;
    font-size: 30px;
    text-align: left;
    line-height: 1.1;
}

.text-green {
    color: #266430;
}

.text-card-products {
    color: whitesmoke;
    background-color: #42A146;
    padding: 20px 20px 50px 20px;
    border-radius: 25px;
    margin-top: 40px;
    display: inline-block;
}

.text-card-line{
    font-size: 22px;
    text-align: center;
    line-height: 1.1;
}

.div-overlapped{
    margin-top: -20px;
}

.leaf-3img-pc {
    width: 100%;
    max-width: 800px;
}

.logo-brand-pc {
    width: 50%;
    max-width: 350px;
    margin: 0px 20px;
    text-align:center;
}


.logout {
    margin: 0px 10px;
    border: 1px solid #266430;
    border-radius: 8px;
    padding: 1px 3px;
}

.menu {
    position: relative;
    display: inline-block;
}

.menu-button {
    background-color: whitesmoke;
    border-radius: 8px;
    color: #266430;
    padding: 8px 15px;
    border: 1px solid #266430;
    cursor: pointer;
    font-size: 12px;
}

.menu-content {
    display: none;
    position: absolute;
    background-color: whitesmoke;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
    min-width: 75px;
    font-size: 12px;
    margin-left: -40px;
}

    .menu-content a {
        color: black;
        padding: 8px 15px;
        text-decoration: none;
        display: block;
    }

        .menu-content a:hover {
            background-color: #f1f1f1;
        }






@media only screen and (max-width: 331px) {
    /*.herbalife-title {
        font-size: 10px;
        font-weight: normal;
        margin-top: 18px;
    }*/

    .div-logo {
        text-align: left;
    }

    .herbalife-logo-pc {
        width: 120px;
        margin-top:20px;
    }

    .text-business {
        font-size: 25px;
    }

    .text-onyourway {
        font-size: 30px;
    }

    .btn-herbalife, .btn-herbalife:active, .btn-herbalife:hover {
        font-size: 18px;
        padding: 10px 20px;
    }

    .text-build-your-business {
        font-size: 16px;
        text-align: left;
        padding: 5px;
    }

    .text-joinandget {
        font-size: 16px;
    }

    .middle-line {
        display: none;
    }

    .inline-item {
        display: none;
    }

    .width-center {
        width: 100%;
        display: inline-block;
    }

    .btn-herbalife-light, .btn-herbalife-light:active, .btn-herbalife-light:hover {
        font-size: 18px;
        padding: 10px 20px;
    }

    .leaf-3img {
        width: 135%;
        margin-left: -20%;
    }

    .div-center {
        margin: auto;
        width: 80%;
        padding: 10px;
    }

    .social-icon {
        width: 30px;
    }

    .link-herbalife, .link-herbalife:hover, .link-herbalife:active {
        font-size: 15px;
    }

    .form-header {
        font-size: 20px;
        padding: 12px;
    }

    .form-body {
        font-size: 12px;
        padding: 5px;
    }

    .form-text {
        font-size: 13px;
        padding: 8px;
        margin: 10px;
        width: 90%;
    }
}

@media only screen and (min-width: 331px) {
    /*.herbalife-title {
        font-size: 12px;
        font-weight: normal;
        margin-top: 15px;
    }*/

    .div-logo{
        text-align: left;
    }

    .herbalife-logo-pc {
        width: 140px;
        margin-top:10px;
    }

    .text-business {
        font-size: 32px;
    }

    .text-onyourway {
        font-size: 44px;
    }

    .btn-herbalife, .btn-herbalife:active, .btn-herbalife:hover {
        font-size: 18px;
        padding: 15px 30px;
    }

    .text-build-your-business {
        font-size: 20px;
        text-align: left;
        padding: 5px;
    }

    .text-joinandget {
        font-size: 20px;
    }

    .middle-line {
        display: inline-block;
        width: 10%;
        margin-bottom: 10px;
    }

    .inline-item {
        display: inline-block;
    }

    .width-center {
        width: 70%;
        display: inline-block;
    }

    .btn-herbalife-light, .btn-herbalife-light:active, .btn-herbalife-light:hover {
        font-size: 20px;
        padding: 10px 25px;
    }

    .leaf-3img {
        width: 135%;
        margin-left: -20%;
    }

    .div-center {
        margin: auto;
        width: 70%;
        padding: 10px;
    }

    .social-icon {
        width: 30px;
    }

    .link-herbalife, .link-herbalife:hover, .link-herbalife:active {
        font-size: 18px;
    }

    .form-header {
        font-size: 23px;
        padding: 14px;
    }

    .form-body {
        font-size: 12px;
        padding: 5px;
    }

    .form-text {
        font-size: 15px;
        padding: 10px;
        margin: 15px;
        width: 90%;
    }
}

@media only screen and (min-width: 431px) {
    /*.herbalife-title {
        font-size: 16px;
        font-weight: normal;
        margin-top: 18px;
    }*/

    /*.herbalife-logo {
        width: 140px;
    }*/

    .text-business {
        font-size: 34px;
    }

    .text-onyourway {
        font-size: 46px;
    }

    .btn-herbalife, .btn-herbalife:active, .btn-herbalife:hover {
        font-size: 20px;
        padding: 10px 30px;
    }

    .text-build-your-business {
        font-size: 22px;
        text-align: left;
        padding: 5px;
    }

    .text-joinandget {
        font-size: 22px;
    }

    .middle-line {
        display: inline-block;
        width: 20%;
        margin-bottom: 10px;
    }

    .inline-item {
        display: inline-block;
    }

    .width-center {
        width: 55%;
        display: inline-block;
    }

    .btn-herbalife-light, .btn-herbalife-light:active, .btn-herbalife-light:hover {
        font-size: 22px;
        padding: 10px 30px;
    }

    .leaf-3img {
        width: 135%;
        margin-left: -25%;
    }

    .div-center {
        margin: auto;
        width: 60%;
        padding: 10px;
    }

    .social-icon {
        width: 30px;
    }

    .link-herbalife, .link-herbalife:hover, .link-herbalife:active {
        font-size: 20px;
    }

    .form-header {
        font-size: 25px;
        padding: 15px;
    }

    .form-text {
        font-size: 18px;
        padding: 10px;
        margin: 15px;
        width: 92%;
    }
}

@media only screen and (min-width: 600px) {
    /*.herbalife-title {
        font-size: 18px;
        font-weight: normal;
        margin-top: 22px;
    }*/

    .div-logo {
        text-align: center;
    }

    .herbalife-logo-pc {
        width: 220px;
        margin-left: -20px;
    }

    .text-business {
        font-size: 36px;
    }

    .text-onyourway {
        font-size: 48px;
    }

    .btn-herbalife, .btn-herbalife:active, .btn-herbalife:hover {
        font-size: 20px;
        padding: 10px 30px;
    }

    .text-build-your-business {
        font-size: 26px;
        text-align: left;
        padding: 25px;
    }

    .text-joinandget {
        font-size: 26px;
    }

    .middle-line {
        display: inline-block;
        width: 25%;
        margin-bottom: 10px;
    }

    .inline-item {
        display: inline-block;
    }

    .width-center {
        width: 45%;
        display: inline-block;
    }

    .btn-herbalife-light, .btn-herbalife-light:active, .btn-herbalife-light:hover {
        font-size: 24px;
        padding: 10px 30px;
    }

    .leaf-3img {
        width: 115%;
        margin-left: -5%;
    }

    .div-center {
        margin: auto;
        width: 50%;
        padding: 10px;
    }

    .social-icon {
        width: 30px;
    }

    .link-herbalife, .link-herbalife:hover, .link-herbalife:active {
        font-size: 25px;
    }

    .link-bottom, .link-bottom:hover, .link-bottom:active {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    /*.herbalife-title {
        font-size: 22px;
        font-weight: normal;
        margin-top: 22px;
    }*/

    /*.herbalife-logo {
        width: 200px;
    }*/

    .text-business {
        font-size: 36px;
    }

    .text-onyourway {
        font-size: 48px;
    }

    .btn-herbalife, .btn-herbalife:active, .btn-herbalife:hover {
        font-size: 24px;
        padding: 10px 30px;
    }

    .text-build-your-business {
        font-size: 26px;
        text-align: left;
        padding: 25px;
    }

    .text-joinandget {
        font-size: 26px;
    }

    .middle-line {
        display: inline-block;
        width: 25%;
        margin-bottom: 10px;
    }

    .inline-item {
        display: inline-block;
    }

    .width-center {
        width: 45%;
        display: inline-block;
    }

    .btn-herbalife-light, .btn-herbalife-light:active, .btn-herbalife-light:hover {
        font-size: 24px;
        padding: 10px 30px;
    }

    .leaf-3img {
        width: 115%;
        margin-left: -5%;
        max-width:800px;
    }

    .div-center {
        margin: auto;
        width: 50%;
        padding: 10px;
    }

    .social-icon {
        width: 30px;
    }

    .link-herbalife, .link-herbalife:hover, .link-herbalife:active {
        font-size: 25px;
    }

    .form-text {
        width: 95%;
    }

    .form-img {
        width: 100%;
        display: block;
    }

    .div-img-phone {
        display: none;
    }

    .rights-reserved {
        display: block;
    }

    .enrollment-text {
        min-height: 150px;
        font-size: larger;
    }
}

@media only screen and (min-width: 992px) {
    /*.herbalife-title {
        font-size: 25px;
        font-weight: bold;
        margin-top: 32px;
    }*/

    .herbalife-logo {
        width: 150px;
    }

    .div-center {
        margin: auto;
        width: 35%;
        padding: 10px;
    }

    .social-icon {
        width: 20px;
    }

    .form-img {
        margin-top: 0px;
    }
}


/* Loader */
.loader {
    border: 12px solid lightgrey;
    border-top: 12px solid #266431;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    position: fixed;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loadingModal {
    display: none;
    position: fixed;
    z-index: 100001;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .5 );
    text-align: center;
}

body.loading .loadingModal {
    overflow: hidden;
}

body.loading .loadingModal {
    display: block;
}

/* Datatables overriding*/

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    border: 1px solid whitesmoke;
    background-color: #198754;
    color: whitesmoke !important;
    border-radius: 20px;
}

div.dt-container .dt-paging .dt-paging-button {
    border: 1px solid gray !important;
    border-radius: 20px;
}

/*    div.dt-container .dt-paging .dt-paging-button:hover {
        background-color: #19875410;
    }

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start div.dt-length{
    display: none;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end div.dt-search {
    text-align: inherit !important;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end div.dt-paging {
    text-align: right !important;
}*/


input[type = "checkbox"] {
    accent-color: #275125;
}


/****** SAMCAM ******/
.samcam-form-header {
    text-align: center;
    font-size: medium;
    word-wrap: break-word;
    color: #275125;
    font-weight: bold;
}

.samcam-form-label{
    font-weight: bold;
}

.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}

.samcam-form-label-top {
    font-weight: bold;
    margin-top: -10px;
}

.samcam-form-label-desc {
    font-size: small;
    margin-top: -10px;
}

.samcam-link, .samcam-link:hover, .samcam-link:active {
    color: #266430;
    font-weight: bold;
    text-decoration: none;
}

.samcam-checkbox-group {
    display: flex;
    align-items: start;
    gap: 10px;
}

.samcam-checkbox-label {
    flex-grow: 1;
    margin-top: -7px;
}

.samcam-not-enrolled-text {
    text-align: center;
    margin-top: 25px;
    font-size: 20px;
}

.samcam-complete-text {
    text-align: center;
    margin-top: 25px;
    font-size: 20px;
}

.samcam-complete-text-link {
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
    color: darkred;
}

.samcam-validation-msg {
    color: red;
    font-size: small;
}

.btn-outline-secondary {
    color: #535353;
    border-color: #CCCCCC !important;
}