/* CSS Document */

@import url(fonts.css);
html {
    min-width: 360px;
    font-family: "Helvetica", sans-serif, Arial;
    height: 100%;
}

/* input:-moz-read-only */

/* border-bottom: 1px dotted rgba(89, 90, 89, 0.5) */

/* input:read-only */

/* border-bottom: 1px dotted rgba(89, 90, 89, 0.5) */

/*  - - - - ----------------------- - - - -  Overwrite Material CSS Start  - - - - ----------------------- - - - -  */

* {
    outline: none;
}

.select-wrapper input.select-dropdown:disabled {
    border-bottom: 1px dotted rgba(89, 90, 89, 0.5);
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    outline: none;
}

.chips .chip.selected {
    color: #7c5050;
}

input:not([type]):disabled, input:not([type])[readonly="readonly"], input[type=text]:disabled, input[type=text][readonly="readonly"], input[type=password]:disabled, input[type=password][readonly="readonly"], input[type=email]:disabled, input[type=email][readonly="readonly"], input[type=url]:disabled, input[type=url][readonly="readonly"], input[type=time]:disabled, input[type=time][readonly="readonly"], input[type=date]:disabled, input[type=date][readonly="readonly"], input[type=datetime]:disabled, input[type=datetime][readonly="readonly"], input[type=datetime-local]:disabled, input[type=datetime-local][readonly="readonly"], input[type=tel]:disabled, input[type=tel][readonly="readonly"], input[type=number]:disabled, input[type=number][readonly="readonly"], input[type=search]:disabled, input[type=search][readonly="readonly"], textarea.materialize-textarea:disabled, textarea.materialize-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.26) !important;
}

input:not([type]).valid, input:not([type]):focus.valid, input[type=text].valid, input[type=text]:focus.valid, input[type=password].valid, input[type=password]:focus.valid, input[type=email].valid, input[type=email]:focus.valid, input[type=url].valid, input[type=url]:focus.valid, input[type=time].valid, input[type=time]:focus.valid, input[type=date].valid, input[type=date]:focus.valid, input[type=datetime].valid, input[type=datetime]:focus.valid, input[type=datetime-local].valid, input[type=datetime-local]:focus.valid, input[type=tel].valid, input[type=tel]:focus.valid, input[type=number].valid, input[type=number]:focus.valid, input[type=search].valid, input[type=search]:focus.valid, textarea.materialize-textarea.valid, textarea.materialize-textarea:focus.valid {
    border-bottom: 1px solid #9e9e9e !important;
    box-shadow: none !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
}

input[type=number]::-webkit-inner-spin-button input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.tabs .tab {
    text-transform: inherit;
    min-width: 222px;
}

.tabs .tab a {
    color: rgba(89, 90, 89, 0.5);
    font-size: 16px;
    font-weight: 100;
    text-decoration: none;
}

.tabs .tab a.active {
    font-weight: bold;
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.tabs .indicator {
    height: 4px;
    transition: all 0.3s ease-out;
}

.tabs .indicator.indiOverallScore {
    right: 485px !important;
    left: 0px !important;
}

.tabs .indicator.indiPersonalReport {
    right: 270px !important;
    left: 222px !important;
}

.tabs .indicator.indiCommunityResources {
    right: 0px !important;
    left: 437px !important;
}

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    color: #ffffff;
}

.spinner-red, .spinner-white-only {
    border-color: #FFFFFF;
}

.spinner-red, .spinner-red-only {
    border-color: #db4437;
}

.activeLabel {
    -webkit-transform: none !important;
    transform: none !important;
    top: -18px !important;
    transition: none !important;
    font-size: 14px !important;
}

button:focus {
    outline: none;
    background-color: #4a4a55;
}

.circle-clipper .circle {
    border-width: 2px;
}

.spinner-red, .spinner-green-only {
    border-color: #26a66f;
}

.dtp .p10>a {
    color: #FFFFFF !important;
}

.btn, .btn-large {
    color: #fff;
}

.select-wrapper span.caret {
    right: 6px;
    border-top: 0px;
}

a:hover {
    text-decoration: none;
}

.dtp .dtp-buttons button {
    margin: 0px 10px !important;
}

[type="radio"]:not(:checked)+label, [type="radio"]:checked+label {
    height: 28px;
    line-height: 28px;
}

[type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after {
    border: 2px solid rgba(89, 90, 89, 0.7);
}

[type="radio"]+label:before, [type="radio"]+label:after {
    width: 20px;
    height: 20px;
}

.switchOptionRors .switch label .lever {
    background-color: rgba(157, 157, 157, 0.26);
}

.switchOptionRors .switch label .lever:after {
    background-color: #F1F1F1;
}

.ui-autocomplete {
    background-color: #FFFFFF !important;
    border: 0px !important;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
}

.ui-autocomplete li a {
    padding: 5px 10px !important;
    cursor: pointer;
    border: 0px !important;
}

.ui-autocomplete li a:hover {
    background-color: #F4F4F4 !important;
    border: 0px !important;
    color: #000000 !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 0px solid #fbcb09 !important;
    background-color: #F4F4F4 !important;
    font-weight: bold;
    color: #000000 !important;
}

/*  - - - - ----------------------- - - - -  Overwrite Material CSS End  - - - - ----------------------- - - - -  */

.hideBtn {
    display: none !important;
}

.disabledSelectBox {
    position: relative;
}

.hideSelect {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 75px;
    z-index: 111;
}

.disabledSelectBox label {
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.disabledSelectBox .select-dropdown {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26) !important;
    color: rgba(0, 0, 0, 0.26) !important;
}

.disabledSelectBox .caret {
    color: rgba(0, 0, 0, 0.26) !important;
}

input:-webkit-autofill {
    /* width: calc(100% - 20px) */
    /* padding: 0px 10px */
    padding: 0px 0px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
}

.withDownArrow {
    background-image: url(../images/arrow_down_black.png);
    background-repeat: no-repeat;
    background-position: center right;
}

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    margin: 0px 0px 5px 0px !important;
    color: #4a4a4a;
    width: 100%;
}

a {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}

i {
    cursor: pointer;
}

errormessage {
    color: #f44336;
}

.input-field label {
    font-size: 16px;
    font-weight: normal;
}

.input-field label.active {
    font-size: 14px;
    font-weight: 100;
}

.select-wrapper+label {
    top: -20px;
    font-size: 13px;
}

.clear {
    clear: both;
}

.textWhite {
    color: #FFFFFF !important;
}

.textBlack {
    color: #000000 !important;
}

.textRed {
    color: #F44336 !important;
}

.textGreen {
    color: #8BC34A !important;
}

.textOrange {
    color: #FF9800 !important;
}

.textYellow {
    color: #FFEB3B !important;
}

.textPurple {
    color: #62356f !important;
}

.textLeft {
    text-align: left;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.errorMessage {
    width: 100%;
    display: none;
    color: #F44336;
    font-size: 14px;
    display: none;
}

.successMessage {
    width: 100%;
    display: none;
    color: #4CAF50;
    font-size: 14px;
    display: none;
}

body {
    margin: 0px;
    padding: 0px;
    /* background-color: #f3f3f3 */
    background-color: #F4F4F4;
    font-family: "Helvetica", sans-serif, Arial;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

/* -- Blur Section Starts -- */

.myBlurDiv {
    position: fixed;
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    background-image: url(../images/background1.jpeg);
    background-size: cover;
    background-position: center;
    z-index: -2;
    display: block;
    /* -webkit-filter: blur(10px) */
    /* -moz-filter: blur(10px) */
    /* -o-filter: blur(10px) */
    /* -ms-filter: blur(10px) */
    /* filter: blur(10px) */
}

.myBlurVerifyDiv {
    position: fixed;
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    background-image: url(../images/verify_dashboard_bg.jpeg);
    background-size: cover;
    background-position: center;
    z-index: -2;
    display: block;
}

.blurContSec {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
    padding: 50px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

/* -- Blur Section Ends -- */

.exportpdfBtnSec .topLeftEditBtn {
    float: left;
    line-height: 36px;
    font-size: 16px;
    font-weight: 100;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    text-transform: inherit;
    border: 0px;
    width: 120px;
    margin: 0px 0px 16px 0px;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    font-family: "Helvetica-Light", sans-serif, Arial;
    outline: none;
}

.hiddenBody {
    overflow: hidden;
}

.popSuccessMassage {
    color: #4CAF50;
    float: left;
}

.overlapBg {
    /* position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1; */
    position: fixed;
    top: 0px;
    left: 0px;
    width: 45%;
    height: 100%;
    z-index: -1;
    /* background-image: url(../images/north_star_bg.svg); */
    background-image: url(../images/eha_bg_img.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* ------------ Loader Section Starts ------------ */

.primaryLoginLoadBtn {
    display: none;
    clear: both;
    text-align: center;
    width: 182px;
    height: 36px;
    border: 0px;
    margin: auto;
    color: #fcfcfd;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

.primaryLoginLoadBtn .preloader-wrapper.small {
    width: 28px;
    height: 28px;
}

.primaryLoginLoadBtn .preloader-wrapper .spinner-layer {
    border-color: #FFFFFF;
}

.primaryRePasswordLoadBtn {
    display: none;
    clear: both;
    text-align: center;
    width: 209px;
    height: 36px;
    border: 0px;
    margin: auto;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

.primaryRePasswordLoadBtn .preloader-wrapper.small {
    width: 20px;
    height: 20px;
}

.primaryRePasswordLoadBtn .preloader-wrapper .spinner-layer {
    border-color: #FFFFFF;
}

.primaryProfEditLoadBtn {
    display: none;
    float: right;
    clear: both;
    text-align: center;
    width: 87px;
    height: 36px;
    border: 0px;
    margin: 0px 0px 16px 0px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

.primaryProfEditLoadBtn .preloader-wrapper.small {
    width: 20px;
    height: 20px;
}

.primaryProfEditLoadBtn .preloader-wrapper .spinner-layer {
    border-color: #FFFFFF;
}

.primaryProfSaveLoadBtn {
    display: none;
    float: right;
    clear: both;
    text-align: center;
    width: 110px;
    height: 36px;
    border: 0px;
    margin: 0px 0px 16px 0px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    outline: none;
}

.primaryProfSaveLoadBtn .preloader-wrapper.small {
    width: 20px;
    height: 20px;
}

.primaryProfSaveLoadBtn .preloader-wrapper .spinner-layer {
    border-color: #FFFFFF;
}

/* ------------ Loader Section Ends ------------ */

/* ------------ Outer Privacy Policy Starts ------------ */

.pagePrivacyPolicyCont {
    width: 100%;
}

.pagePrivacyPolicyCont .topMenuSec {
    width: calc(100% - 280px) !important;
    height: 120px;
    line-height: 120px;
}

.pagePrivacyPolicyCont .topMenuSec .topMenuContSec {
    width: 95%;
    margin: auto;
    padding: 20px 20px;
    position: relative;
}

.pagePrivacyPolicyCont .pageContainerSec {
    margin: 160px auto 20px auto;
}

.pagePrivacyPolicyCont .pageContainerSec .pageTitleSec {
    clear: both;
    font-weight: bold;
    font-size: 20px;
    margin: 0px 0px 25px 0px;
}

.pagePrivacyPolicyCont .pageContainerSec .pageTitleSec .backIcon {
    fill: rgba(0, 0, 0, 0.6);
    float: left;
    margin: 0px 10px 0px 0px;
    font-size: 30px;
    height: 30px;
    width: 30px;
}

.pagePrivacyPolicyCont .pageContainerSec .contentPageSec {
    width: 100%;
    background-color: #FFFFFF;
    padding: 40px;
    margin: auto;
}

/* ------------ Outer Privacy Policy Ends ------------ */

/* ------------ Error Page Starts ------------ */

.pageError {
    width: 100%;
}

.pageError .pageContainerSec {
    margin: 110px auto 20px auto;
    width: 100%;
    text-align: center;
    color: #595A59;
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.pageError .pageContainerSec .logoSec {
    width: 100%;
    text-align: center;
    padding: 0px 0px 30px 0px;
}

.pageError .pageContainerSec .errorTypeHeadText {
    font-size: 60px;
    padding: 10px 0px;
}

.pageError .pageContainerSec .errorTypeText {
    font-size: 30px;
    padding: 10px 0px;
}

.pageError .pageContainerSec .errorText {
    font-size: 20px;
    padding: 10px 0px;
}

.pageError .pageContainerSec .errorText span {
    color: #CCCCCC;
}

.pageError .pageContainerSec .errorIconSec {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}

.pageError .pageContainerSec .errorIcon {
    fill: #CCCCCC;
    margin: 0px;
    font-size: 100px;
    height: 100px;
    width: 100px;
}

/* ------------ Error Page Ends ------------ */

.selectUnitOfMeasur label {
    font-size: 14px;
    color: #666666;
    font-family: "Helvetica-bold", sans-serif, Arial;
}

/* ------------- Login Page Starts ------------- */

.loginBg {
    /* background-image: url(../images/login_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; */
    height: 100%;
}

.loginBg .topBackBtnSec {
    position: fixed;
    top: 20px;
    left: 24px;
    width: 50px;
    height: 50px;
    outline: none;
}

.loginBg .topBackBtnSec a {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    /*background-color: #000000 */
    color: #FFFFFF;
    display: block;
    height: 44px;
    width: 44px;
}

.loginBg .topBackBtnSec .topBackBtn {
    fill: #FFFFFF;
    float: left;
    margin: 10px 10px 10px 10px;
    font-size: 34px;
    height: 34px;
    width: 34px;
}

.loginBgSec {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.loginBgSec .primaryBg {
    height: 230px;
}

.loginBgSec .secondaryBg {
    background-color: #f4f4f4;
}

.loginBoxSec {
    /* width: 416px;
    margin: 60px auto;
    background-color: #FFFFFF;
    transition: all 0.3s ease-out;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); */
    height: 100%;
    margin: 0 0 0 auto;
    max-width: 55%;
    display: flex;
    overflow: auto;
    background-color: #FFFFFF;
}

@media screen and (max-width: 880px) {
    .loginBg {
        display: flex;
    }
    .overlapBg {
        width: 100%;
    }
    .loginBoxSec {
        max-width: 420px;
        margin: auto;
        height: auto;
        max-height: 95%;
    }
}

.loginBoxSec .loginBoxContSec {
    /* padding: 30px 40px 50px 40px; */
    padding: 30px 40px 50px 40px;
    max-width: 420px;
    margin: auto;
}

.loginBoxSec .loginBoxContSec .logoSec {
    clear: both;
    text-align: center;
    margin: 0px 0px 30px 0px;
}

.loginBoxSec .loginBoxContSec .logoSec img {
    width: 240px;
    margin: auto;
}

.loginBoxSec .loginBoxContSec .loginHeadText {
    font-size: 20px;
    width: 100%;
    color: #9c9ca2;
    font-family: "Helvetica-Normal", sans-serif, Arial;
    font-weight: 400;
    text-align: center;
    margin: 15px 0px 30px 0px;
    clear: both;
}

.loginBoxSec .loginBoxContSec .formTextSec {
    clear: both;
    width: 100%;
    padding: 10px 0px 20px 0px;
    text-align: center;
}

.loginBoxSec .loginBoxContSec .loginFormSec {
    clear: both;
    width: calc(100% - 40px);
    margin: auto;
}

.loginBoxSec .loginBoxContSec .loginFormSec .formRowSec {
    clear: both;
    width: 100%;
    padding: 10px 0px 20px 0px;
}

.loginBoxSec .loginBoxContSec .loginFormSec input:-webkit-autofill {
    background-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
}

.loginFormSec .formRowSec .input-field input:not([type]), .loginFormSec .formRowSec .input-field input[type=text], .loginFormSec .formRowSec .input-field input[type=password], .loginFormSec .formRowSec .input-field input[type=email], .loginFormSec .formRowSec .input-field input[type=url], .loginFormSec .formRowSec .input-field input[type=time], .loginFormSec .formRowSec .input-field input[type=date], .loginFormSec .formRowSec .input-field input[type=datetime], .loginFormSec .formRowSec .input-field input[type=datetime-local], .loginFormSec .formRowSec .input-field input[type=tel], .loginFormSec .formRowSec .input-field input[type=number], .loginFormSec .formRowSec .input-field input[type=search], .loginFormSec .formRowSec .input-field textarea.materialize-textarea {
    color: rgba(89, 90, 89, 0.7);
}

.loginBoxSec .loginBoxContSec .loginFormSec .termsofUseTextSec {
    clear: both;
    width: 100%;
    padding: 30px 0px 0px 0px;
    text-align: center;
    color: rgba(89, 90, 89, 0.7);
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.loginBoxSec .loginBoxContSec .loginFormSec .termsofUseTextSec a {
    color: #595a59;
}

.loginBoxSec .loginBoxContSec .loginFormSec .formSecQueTextSec {
    clear: both;
    width: 100%;
    padding: 10px 0px 20px 0px;
    text-align: left;
    font-size: 18px;
}

.loginBoxSec .loginBoxContSec .loginFormSec .formRowSec .forgotLinkSec {
    width: 100%;
    clear: both;
    text-align: right;
    cursor: pointer;
}

.loginBoxSec .loginBoxContSec .loginFormSec .formRowSec .forgotLinkSec a {
    color: #7a7a7a;
    transition: all 0.3s ease-out;
}

.loginBoxSec .loginBoxContSec .loginFormSec .formRowSec .forgotLinkSec a:hover {
    color: #222222;
}

.loginBoxSec .loginBoxContSec .loginFormSec .loginBtnRowSec {
    clear: both;
    width: 100%;
    padding: 30px 0px 0px 0px;
    text-align: center;
}

.loginBoxSec .loginBoxContSec .loginFormSec .loginBtnRowSec .loginBtn {
    width: 182px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-family: "Helvetica-Light", sans-serif, Arial;
    color: #fcfcfd;
    text-transform: inherit;
    border: 0px;
    padding: 0px 0px;
    transition: all 0.3s ease-out;
    outline: none;
}

.loginBoxSec .loginBoxContSec .loginFormSec .loginBtnRowSec .loginBtn:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.loginBoxSec .loginBoxContSec .loginFormSec .errorMsg {
    font-weight: 300;
    color: #f44336;
    text-align: center;
}

/*New Style Profile Card */

.loginBoxSec .loginFormSec .profileInfoHead {
    font-size: 20px;
    width: 100%;
    color: #9c9ca2;
    font-weight: bold;
    text-align: center;
    margin: 15px 0px 30px 0px;
    clear: both;
}

.loginBoxSec.yourProfileCard {
    /* width: 500px; */
}

.loginBoxSec.yourProfileCard .loginBoxContSec {
    /* padding: 30px 30px 50px 30px; */
    padding: 30px 40px 50px 40px;
    max-width: 500px;
    margin: auto;
}

.loginBoxSec.yourProfileCard .loginBoxContSec .loginFormSec {
    width: calc(100% - 0px);
}

.loginBoxSec.yourProfileCard .formTextSec {
    text-align: center;
    padding: 0px 15px 20px 15px;
}

.loginBoxSec.yourProfileCard .cols6 {
    width: calc(50% - 30px);
    float: left;
    padding: 10px 15px 20px 15px;
    box-sizing: content-box;
}

.loginBoxSec.yourProfileCard .cols12 {
    width: calc(100% - 30px);
    clear: both;
    padding: 10px 15px 20px 15px;
    box-sizing: content-box;
}

.loginBoxSec.yourProfileCard .phoneHintsText {
    font-size: 10px;
    color: rgba(89, 90, 89, 0.5);
    line-height: 12px;
}

.loginBoxSec.yourProfileCard .loginBoxContSec .loginFormSec .loginBtnRowSec {
    padding: 30px 0px 0px 0px;
}

.loginBoxSec.yourProfileCard .saveLoadBtn {
    display: none;
    clear: both;
    text-align: center;
    width: 182px;
    height: 36px;
    border: 0px;
    margin: 0px 0px 16px 0px;
    /* border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px; */
    /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); */
    outline: none;
}

.loginBoxSec.yourProfileCard .saveLoadBtn .preloader-wrapper.small {
    width: 20px;
    height: 20px;
}

.loginBoxSec.yourProfileCard .saveLoadBtn .preloader-wrapper .spinner-layer {
    border-color: #FFFFFF;
}

.loginBoxSec.yourProfileCard .loginBoxContSec .loginFormSec .loginBtnRowSec .loginBtn {
    width: 182px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-family: "Helvetica-Light", sans-serif, Arial;
    color: #fcfcfd;
    text-transform: inherit;
    border: 0px;
    padding: 0px 0px;
    transition: all 0.3s ease-out;
    outline: none;
}

.loginBoxSec.yourProfileCard .loginBoxContSec .loginFormSec .loginBtnRowSec .loginBtn:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.loginBoxSec.yourProfileCard .loginBoxContSec .loginFormSec .errorMsg {
    font-weight: 300;
    color: #f44336;
    text-align: center;
}

/*-End-*/

.fixedLoginErrorSec {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    display: none;
}

.fixedLoginErrorBg {
    padding: 15px 0px;
    margin: auto;
    width: 450px;
    background-color: #D8453C;
    color: #FFFFFF;
    text-align: center;
    font-family: "Helvetica-Light", sans-serif, Arial;
    font-size: 16px;
}

.fixedPasswordHintsSec {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    display: none;
}

.fixedPasswordHintsBg {
    padding: 15px 30px;
    margin: auto;
    background-color: #D8453C;
    color: #FFFFFF;
    text-align: center;
    font-family: "Helvetica-Light", sans-serif, Arial;
    font-size: 16px;
    display: inline-block;
}

.fixedErrorHintsBg {
    padding: 15px 30px;
    margin: auto;
    background-color: #D8453C;
    color: #FFFFFF;
    text-align: center;
    font-family: "Helvetica-Light", sans-serif, Arial;
    font-size: 16px;
    display: inline-block;
}

.fixedSuccessdHintsBg {
    padding: 15px 30px;
    margin: auto;
    background-color: #4caf50;
    color: #FFFFFF;
    text-align: center;
    font-family: "Helvetica-Light", sans-serif, Arial;
    font-size: 16px;
    display: inline-block;
}

/* ------------- Login Page Ends ------------- */

.errorSection {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    display: none;
}

.targetMessageSec {
    padding: 15px 30px;
    margin: auto;
    text-align: center;
    font-family: "Helvetica-Light", sans-serif, Arial;
    font-size: 16px;
    display: inline-block;
}

.redMessage {
    background-color: #D8453C;
    color: #FFFFFF;
}

.greenMessage {
    background-color: #4caf50;
    color: #FFFFFF;
}

.fixedErrorMsgSec {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    text-align: center;
    display: none;
    z-index: 555;
    transition: all 0.3s ease-out;
}

.fixedErrorMsgSec .errorMsgBgSec {
    width: 600px;
    margin: auto;
    padding: 10px 20px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
}

.fixedSuccessMsgSec {
    width: calc(100% - 280px);
    position: fixed;
    bottom: 0px;
    right: 0px;
    text-align: center;
    display: none;
    z-index: 555;
    transition: all 0.3s ease-out;
}

.fixedSuccessMsgSec .successMsgBgSec {
    width: 500px;
    margin: auto;
    padding: 10px 30px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
}

.mobRightBodySec .fixedSuccessMsgSec {
    width: 100%;
}

.fixedSuccessMsgSec .successBgSec {
    background-color: #4caf50;
}

.fixedSuccessMsgSec .errorBgSec {
    /*-- */
}

.successBgSec {
    background-color: #4caf50;
}

.errorBgSec {
    background-color: #D8453C;
}

/* ------------- Security Question Section Starts -------------- */

.secQueBoxSec {
    /* width: 616px;
    margin: 60px auto;
    background-color: #FFFFFF;
    transition: all 0.3s ease-out;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); */
    height: 100%;
    margin: 0 0 0 auto;
    /* max-width: calc(100% - 630px); */
    max-width: 55%;
    display: flex;
    overflow: auto;
    background-color: #FFFFFF;
}

@media screen and (max-width: 880px) {
    .secQueBoxSec {
        max-width: 420px;
        margin: auto;
        height: auto;
        max-height: 95%;
    }
}

.secQueBoxSec .secQueBoxContSec {
    /* padding: 30px 60px 50px 60px; */
    padding: 30px 40px 50px 40px;
    max-width: 500px;
    margin: auto;
}

.secQueBoxSec .secQueBoxContSec .logoSec {
    clear: both;
    text-align: center;
    margin: 0px 0px 30px 0px;
}

.secQueBoxSec .secQueBoxContSec .logoSec img {
    width: 240px;
    margin: auto;
}

.secQueBoxSec .secQueBoxContSec .secQueHeadText {
    font-size: 20px;
    width: 100%;
    color: #9c9ca2;
    font-weight: bold;
    text-align: center;
    margin: 15px 0px 30px 0px;
    clear: both;
}

.secQueBoxSec .secQueBoxContSec .secQueFormSec {
    clear: both;
}

.secQueBoxSec .secQueBoxContSec .secQueFormSec .formRowSec {
    clear: both;
    width: 100%;
    padding: 10px 0px 20px 0px;
}

.secQueBoxSec .secQueBoxContSec .secQueFormSec .questionRow {
    clear: both;
    padding: 30px 0px 20px 0px;
}

.secQueBoxSec .secQueBoxContSec .secQueFormSec .answerBoxSec {
    float: right;
    width: calc(100% - 55px);
    padding: 10px 0px 50px 0px;
}

.secQueBoxSec .secQueBoxContSec .secQueFormSec .questionRow .numberSec {
    width: 30px;
    float: left;
    font-size: 24px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

.secQueBoxSec .secQueBoxContSec .secQueFormSec .questionRow .input-field {
    float: right;
    margin: 0px;
    width: calc(100% - 35px);
    background-color: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    color: #595A59;
}

.secQueBoxSec .secQueBoxContSec .secQueFormSec .questionRow .input-field .select-wrapper span.caret {
    display: none;
}

.secQueBoxSec .secQueBoxContSec .secQueFormSec .questionRow .input-field .select-dropdown {
    border: 0px;
    margin: 0px !important;
    width: calc(100% - 46px);
    padding: 15px 23px 15px 23px;
    background-image: url("../images/arrow_down.png");
    background-repeat: no-repeat;
    background-position: top right;
    height: inherit;
    line-height: inherit;
}

.secQueBoxSec .secQueBoxContSec .secQueFormSec .questionRow .input-field ul {
    padding: 0px 0px 0px 0px !important;
}

/*    ---------    Select Box List Section Starts    ---------    */

.secQueBoxSec .secQueBoxContSec .secQueFormSec .questionRow .input-field .dropdown-content li>a, .dropdown-content li>span {
    color: rgba(0, 0, 0, 0.6);
    padding: 14px 20px;
}

.secQueBoxSec .secQueBoxContSec .secQueFormSec .questionRow .input-field .dropdown-content li>a, .dropdown-content li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*    ---------    Select Box List Section Ends    ---------    */

.secQueBoxSec .secQueBoxContSec .secQueFormSec .formTextSec {
    clear: both;
    width: 100%;
    padding: 10px 0px 20px 0px;
    text-align: center;
}

.secQueBoxSec .secQueBoxContSec .secQueFormSec .termsofUseTextSec {
    clear: both;
    width: 100%;
    padding: 30px 0px 0px 0px;
    text-align: center;
    color: rgba(89, 90, 89, 0.7);
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.secQueBoxSec .secQueBoxContSec .secQueFormSec .termsofUseTextSec a {
    color: #595a59;
}

.secQueBoxSec .secQueBoxContSec .secQueFormSec .formSecQueTextSec {
    clear: both;
    width: 100%;
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-size: 14px;
}

.secQueBoxSec .secQueBoxContSec .secQueFormSec .formRowSec .forgotLinkSec {
    width: 100%;
    clear: both;
    text-align: right;
    cursor: pointer;
}

.secQueBoxSec .secQueBoxContSec .secQueFormSec .formRowSec .forgotLinkSec a {
    color: #7a7a7a;
}

.secQueBoxSec .secQueBoxContSec .secQueFormSec .secQueBtnRowSec {
    clear: both;
    width: 100%;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.secQueBoxSec .secQueBoxContSec .secQueFormSec .secQueBtnRowSec .secQueBtn {
    width: 182px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-family: "Helvetica-Light", sans-serif, Arial;
    color: #fcfcfd;
    text-transform: inherit;
    border: 0px;
    padding: 0px 0px;
    transition: all 0.3s ease-out;
    outline: none;
}

.secQueBoxSec .secQueBoxContSec .secQueFormSec .secQueBtnRowSec .secQueBtn:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

/* ------------- Security Question Section Ends -------------- */

/* ------------- Top Menu Section Starts ------------- */

.topMenuSec {
    min-height: 80px;
    width: calc(100% - 280px);
    min-width: 270px;
    position: fixed;
    z-index: 888;
    top: 0px;
    right: 0px;
    background-color: #FFFFFF;
    color: #595a59;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease-out;
}

.topMenuSec .topMenuContSec {
    padding: 0px 18px;
}

.topMenuSec .topMenuContSec .topMenuIcon {
    float: left;
    cursor: pointer;
    padding: 10px;
    margin: 17px 27px 5px 5px;
    display: none;
}

@media screen and (max-width:768px) {
    .topMenuSec .topMenuContSec .topMenuIcon {
        display: inline-block;
    }
}

.topMenuSec .topMenuContSec .topMenuIcon .menuIcon {
    fill: #595a59;
}

.topMenuSec .topMenuContSec .topBackIcon {
    float: left;
    cursor: pointer;
    padding: 10px;
    margin: 17px 27px 5px 5px;
    display: none;
}

.topMenuSec .topMenuContSec .topBackIcon .backIcon {
    fill: #595a59;
}

.topMenuSec .topMenuContSec .pageTitleSec {
    float: left;
    font-weight: bold;
    font-size: 20px;
    line-height: 80px;
}

.topMenuSec .topMenuContSec .topRightLinkSec {
    float: right;
    margin: 0px 20px 0px 0px;
}

.topMenuSec .topMenuContSec .topRightLinkSec .startAsseBtnSec {
    float: left;
    margin: 0px 0px 0px 0px;
}

.topMenuSec .topMenuContSec .topRightLinkSec .startAsseBtnSec .assessmentBtn {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 100;
    color: #fcfcfd;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    text-transform: inherit;
    border: 0px;
    padding: 0px 25px;
    margin: 19px 0px 0px 0px;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    font-family: "Helvetica-Light", sans-serif, Arial;
    outline: none;
    /* width: 220px */
}

.topMenuSec .topMenuContSec .topRightLinkSec .startAsseBtnSec .assessmentBtn:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.topMenuSec .topMenuContSec .topRightLinkSec .languageListSec {
    float: left;
    width: 80px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    position: relative;
    z-index: 333;
    margin: 16px 0px 0px 10px;
}

.topMenuSec .topMenuContSec .topRightLinkSec .languageListSec .select-wrapper input.select-dropdown {
    border: 0px solid #979797;
    margin: 0px;
    padding: 8px;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.4);
}

.topMenuSec .topMenuContSec .topRightLinkSec .languageListSec .select-wrapper span.caret {
    opacity: 0.4;
}

.topMenuSec .topMenuContSec .topRightLinkSec .languageListSec .select-wrapper .dropdown-content {
    top: 36px !important;
    width: 150px !important;
}

.topMenuSec .topMenuContSec .topRightLinkSec .settingLinkSec {
    float: left;
    width: 100px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
}

.topMenuSec .topMenuContSec .topRightLinkSec .settingLinkSec .settingIcon {
    clear: both;
    fill: #555555;
}

.topMenuSec .topMenuContSec .topRightLinkSec .settingLinkSec a:hover {
    color: #333333;
}

.topMenuSec .topMenuContSec .topRightLinkSec .settingLinkSec:hover .settingIcon {
    fill: #333333;
}

.topMenuSec .topMenuContSec .topLoadingSec {
    float: right;
    padding: 5px 30px 5px 0px;
    height: 40px;
    width: 65px;
    display: none;
}

.topMenuSec .topMenuContSec .topLoadingSec img {
    width: 100%;
}

/* ------------- Import Page Top Menu Starts ------------- */

.topBackSec {
    width: 100%;
    min-width: 270px;
    /* height: 80px */
    /* line-height: 80px */
    position: fixed;
    z-index: 555;
    top: 0px;
    right: 0px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease-out;
}

.topBackSec .topBackContSec {
    padding: 0px 18px;
}

.topBackSec .topBackContSec .topBackIcon {
    float: left;
    cursor: pointer;
    padding: 10px;
    margin: 11px 21px 5px 0px;
}

.topBackSec .topBackContSec .topBackIcon svg {
    width: 35px;
    height: 35px;
}

.topBackSec .topBackContSec .topBackIcon .backIcon {
    fill: #FFFFFF;
}

.topBackSec .topBackContSec .pageTitleSec {
    float: left;
    font-weight: 100;
    font-size: 20px;
}

/* ------------- Import Page Top Menu Ends ------------- */

/* ------------- Top Menu Section Ends ------------- */

/* ------------- Left Menu Section Starts ------------- */

.leftMenuSec {
    width: 280px;
    position: fixed;
    z-index: 666;
    top: 0px;
    left: 0px;
    height: 100%;
    overflow: auto;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease-out;
}

.fixedTermsAndPrivacy {
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 60px;
    padding: 20px 0px 0px 0px;
    background-color: #FFFFFF;
    color: #A9A9A9;
    width: 280px;
    transition: all 0.3s ease-out;
}

.mobLeftMenuSec .fixedTermsAndPrivacy {
    left: 0px;
}

.fixedTermsAndPrivacy ul {
    margin: 0px 14px !important;
    width: calc(100% - 28px) !important;
}

.fixedTermsAndPrivacy ul li {
    display: inline-block;
    padding: 0px !important;
    font-size: 12px !important;
    width: calc(50% - 5px);
    margin: 0px 0px !important;
    text-align: center;
}

.fixedTermsAndPrivacy ul li a {
    padding: 0px !important;
}

.fixedTermsAndPrivacy ul li.active a {
    color: #333333 !important;
    font-family: "Helvetica-Bold";
}

.leftMenuSec .logoSec {
    width: calc(100% - 80px);
    text-align: center;
    margin: 40px auto 10px auto;
}

.leftMenuSec .logoSec img {
    width: 100%;
}

.leftMenuSec .profileNameSec {
    width: calc(100% - 40px);
    text-align: left;
    margin: 10px 0px 10px 0px;
    float: right;
    padding-bottom: 25px;
    border-bottom: 1px solid #dfdfdf;
}

.leftMenuSec .profileNameSec .nameSec {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}

.leftMenuSec .profileNameSec .userNameSec {
    width: 100%;
}

.leftMenuSec ul {
    clear: both;
    width: 100%;
    margin: 0px 0px 70px 0px;
    padding: 0px;
}

.leftMenuSec ul li {
    clear: both;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 100;
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.leftMenuSec ul li .leftIcon {
    float: left;
    margin: 0px 30px 0px 0px;
    fill: #595a59;
    transition: all 0.3s ease-out;
}

.leftMenuSec ul li a {
    display: block;
    padding: 20px 40px;
    color: #595a59;
    transition: all 0.3s ease-out;
}

.leftMenuSec ul li a:hover {
    text-decoration: none;
}

.leftMenuSec ul li.active a {
    font-weight: bold;
    transition: all 0.3s ease-out;
}

.mobLeftMenuSec {
    left: 0px !important;
}

/* ------------- Left Menu Section Ends ------------- */

/* ------------- Right Body Section Starts ------------- */

.rightBodySec {
    width: calc(100% - 280px);
    float: right;
    transition: all 0.3s ease-out;
}

.rightBodySec .errorSection {
    width: calc(100% - 0px);
    right: 0px;
    left: inherit;
    transition: all 0.3s ease-out;
}

.mobRightBodySec .errorSection {
    width: calc(100% - 280px);
}

.mobRightBodySec {
    width: calc(100% - 280px);
}

.fullTopMenu {
    width: calc(100% - 280px);
}

.pageContainerSec {
    width: 90%;
    margin: 110px auto 20px auto;
    transition: all 0.3s ease-out;
}

.topTabSec {
    width: calc(100% - 0px);
    min-width: 270px;
    overflow: auto;
    background-color: #FFFFFF;
    color: #FFFFFF;
    transition: all 0.3s ease-out;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04);
}

.topTabSec .row {
    margin: 0px;
}

.topTabSec .tabIcon {
    margin: 10px 10px 0px 0px;
    float: left;
    fill: rgba(89, 90, 89, 0.5);
    transition: all 0.3s ease-out;
}

.tabs .tab a:hover {
    color: #333333;
}

.topTabSec .tab a:hover .tabIcon {
    fill: #333333;
}

.topTabSec .tabs.spanishTab li:nth-child(1) {
    min-width: 255px;
    width: 255px;
    max-width: 255px;
}

.topTabSec .tabs.spanishTab li:nth-child(2) {
    min-width: 255px;
    width: 255px;
    max-width: 255px;
}

.topTabSec .tabs.spanishTab li:nth-child(3) {
    min-width: 260px;
    width: 260px;
    max-width: 260px;
}

.topTabSec .tabs.spanishTab li:nth-child(4) {
    min-width: 200px;
    width: 200px;
    max-width: 200px;
}

.topTabSec .tab.tabUserInfo {
    min-width: 210px;
    width: 210px;
    max-width: 210px;
}

.topTabSec .tab.tabBiometricData {
    min-width: 195px;
    width: 195px;
    max-width: 195px;
}

.topTabSec .tab.tabSecurityQuestions {
    min-width: 225px;
    width: 225px;
    max-width: 225px;
}

.topTabSec .tab.tabSettings {
    min-width: 145px;
    width: 145px;
    max-width: 145px;
}

.topTabSec .tab.tabOverallScore {
    min-width: 225px;
    width: 225px;
    max-width: 225px;
}

.topTabSec .tab.tabPersonalReport {
    min-width: 215px;
    width: 215px;
    max-width: 215px;
}

.topTabSec .tab.tabCommunityResources {
    min-width: 280px;
    width: 280px;
    max-width: 280px;
}

.fullTopTab {
    width: calc(100% - 280px);
}

.topTabSec .tabs {
    width: calc(100% - 75px);
    float: left;
    margin: 0px 0px 0px 75px;
    overflow: hidden;
}

.tabBodyContSec {
    width: 100%;
    margin: 155px 0px 0px 0px;
}

/* ----------------------------------------- */

.overallScoreBoxSec {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.overallScoreBoxSec .cardMainHeadSec {
    color: #595A59;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    text-align: center;
    font-family: "Helvetica-Light", sans-serif, Arial;
    padding: 40px 0px 20px 0px;
}

.editAssessmentBtnSec {
    width: calc(100% - 20px);
    margin: 0px 10px;
    display: inline-block;
    clear: both;
}

.editAssessmentBtnSec .editAssessmentBtn {
    line-height: 36px;
    font-size: 16px;
    font-weight: 100;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    text-transform: inherit;
    border: 0px;
    width: 230px;
    margin: 0px 0px 16px 0px;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    font-family: "Helvetica-Light", sans-serif, Arial;
    outline: none;
    float: right;
}

.editAssessmentLoader {
    background-color: #c3c34a;
    clear: both;
    outline: none;
    text-align: center;
    width: 210px;
    height: 36px;
    border: 0px;
    margin: 0px 0px 16px 0px;
    transition: all 0.3s ease-out;
    border-radius: 2px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    float: right;
}

.editAssessmentBtnSec .editAssessmentLoader .preloader-wrapper.small {
    width: 24px;
    height: 24px;
}

.previousAssessBtnSec {
    width: 100%;
    display: inline-block;
    clear: both;
}

.previousAssessBtnSec .previousAssessBtn {
    line-height: 36px;
    font-size: 16px;
    font-weight: 100;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    text-transform: inherit;
    border: 0px;
    width: calc(33.3% - 20px);
    min-width: 220px;
    margin: 0px 10px 10px 10px;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    font-family: "Helvetica-Light", sans-serif, Arial;
    outline: none;
    float: left;
    height: 36px;
}

.previousAssessLoader {
    outline: none;
    text-align: center;
    width: calc(33.3% - 20px);
    min-width: 220px;
    height: 36px;
    border: 0px;
    margin: 0px 10px 10px 10px;
    transition: all 0.3s ease-out;
    border-radius: 2px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    float: left;
}

.previousAssessLoader .spinner-layer {
    border-color: #FFFFFF;
}

.previousAssessBtnSec .previousAssessLoader .preloader-wrapper.small {
    width: 24px;
    height: 24px;
}

.overallScoreBoxSec .cardNameSec {
    color: #626160;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 50px 10px 10px 10px;
    width: calc(100% - 20px);
}

.overallScoreBoxSec .overallScoreCardSec {
    width: 1000px;
    margin: auto;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
}

/*.overallScoreBoxSec .overallScoreCard {
    width: calc(100% - 20px);
    margin: auto;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.12); }*/

.overallScoreBoxSec .overallScoreCard {
    width: calc(100% - 20px);
    margin: 0 auto 30px;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
}

.overallScoreBoxSec .overallScoreCard.trendingScoresCard {
    padding: 40px 40px 20px 40px;
    box-sizing: border-box;
}

.overallScoreBoxSec .overallScoreCardSec .cardNameSec {
    color: #626160;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 20px 0px 10px 10px;
    width: calc(100% - 20px);
}

.personalReportBoxSec {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.communityResourcesBoxSec {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.communityResourcesBoxSec .cardMainHeadSec {
    color: #595A59;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    text-align: center;
    font-family: "Helvetica-Light", sans-serif, Arial;
    padding: 40px 0px 20px 0px;
}

.communityResourcesBoxSec .cardNameSec {
    color: #626160;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 20px 0px 10px 15px;
    width: calc(100% - 30px);
}

.communityResourcesBoxSec .cardSearchSec {
    float: right;
    margin: 0px 10px 0px 0px;
}

.communityResourcesBoxSec .cardSearchSec input[type=text] {
    background-color: #FFFFFF;
    background-image: url("../images/search-icon.png");
    background-position: right center;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: 0px;
    font-size: 16px;
    line-height: 19px;
    height: 36px;
    font-family: "Helvetica-Light", sans-serif, Arial;
    width: 250px;
}

.communityResourcesBoxSec .cardSearchSec input[type=text]:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
    border: 0px !important;
}

.communityResourcesBoxSec .physicActivityCardSec .viewAllBtnSec {
    width: calc(100% - 20px);
    text-align: left;
    text-decoration: underline;
    padding: 0px 0px;
    margin: 10px auto;
    cursor: pointer;
}

/* ----------------------------- */

.communityResourcesBoxSec .physicActivityCardSec {
    position: relative;
    width: 100%;
    margin: auto;
    transition: all 0.3s ease-out;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
}

.physicActivityCardSec .activityCard {
    float: left;
    box-sizing: border-box;
    background-color: #FFFFFF;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    width: calc(33% - 30px);
    margin: 10px 15px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    display: block;
}

.physicActivityCardSec .activityCard .iconSec {
    clear: both;
}

.physicActivityCardSec .activityCard .iconSec .icon {
    width: 36px;
    height: 36px;
    margin: 0px auto 15px auto;
}

.physicActivityCardSec .activityCard .headingSec {
    color: #595A59;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    padding: 0px 0px 5px 0px;
    clear: both;
}

.physicActivityCardSec .activityCard .textSec {
    color: #595A59;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    text-align: center;
    clear: both;
}

/* ------------- Right Body Section Ends ------------- */

/* --------------- User Locked popup Section Starts --------------- */

.lockedPopupBgSec {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

.lockedPopupBgSec .lockedPopupSec {
    height: 285px;
    max-height: 80%;
    top: 50%;
    background-color: #FFFFFF;
    position: relative;
    width: 500px;
    margin: -125px auto 0px auto;
    transition: all 0.3s ease-out;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
}

.lockedPopupBgSec .lockedPopupSec .modalHeader {
    /*border-bottom: 1px solid rgba(0,0,0,0.1) */
    position: absolute;
    top: 0;
    border-radius: 0 0 2px 2px;
    background-color: #FFFFFF;
    padding: 4px 70px 4px 50px;
    height: 75px;
    width: 100%;
    font-size: 18px;
    font-family: "Helvetica-Bold", sans-serif, Arial;
    line-height: 70px;
    font-weight: 500;
    border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
}

.lockedPopupBgSec .lockedPopupSec .modalContent {
    position: absolute;
    height: calc(100% - 165px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
    margin-top: 65px;
    padding: 10px 50px 10px 50px;
    text-align: left;
    font-size: 16px;
}

.lockedPopupBgSec .lockedPopupSec .modalContent .formRows {
    padding: 0px 0px 20px 0px;
    clear: both;
}

.lockedPopupBgSec .lockedPopupSec .modalContent .firstNameCols {
    padding: 0px 0px 10px 0px;
    float: left;
    width: calc(50% - 15px);
}

.lockedPopupBgSec .lockedPopupSec .modalContent .lastNameCols {
    padding: 0px 0px 10px 0px;
    float: right;
    width: calc(50% - 15px);
}

.lockedPopupBgSec .lockedPopupSec .modalFooter {
    position: absolute;
    bottom: 0;
    border-radius: 0 0 2px 2px;
    background-color: #FFFFFF;
    /*padding:4px 50px */
    padding: 25px 50px;
    height: 90px;
    width: 100%;
    border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
}

.lockedPopupBgSec .lockedPopupSec .modalFooter .btnSec {
    width: 100%;
    margin: auto;
    text-align: center;
}

.lockedPopupBgSec .lockedPopupSec .modalFooter .btnSec .closeBtn {
    background-color: #FFFFFF;
    border: 0px solid #FFF;
    color: #555555;
    font-weight: bold;
    transition: all 0.3s ease-out;
    padding: 10px 20px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    float: right;
    font-family: "Helvetica-Bold", sans-serif, Arial;
    /*box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12) */
    outline: none;
}

.lockedPopupBgSec .lockedPopupSec .modalFooter .btnSec .closeBtn:hover {
    background-color: #EEEEEE;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.lockedPopupBgSec .lockedPopupSec .modalFooter .successMsg {
    position: absolute;
    top: -15px;
    width: calc(100% - 115px);
    text-align: center;
    background-color: #FFFFFF;
}

.lockedPopupBgSec .lockedPopupSec .modalHeader .popUpClose {
    float: right;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 26px;
    background-image: url("../images/icon-close-black.png");
    background-position: center center;
    background-repeat: no-repeat;
}

/* --------------- User Locked popup Section Ends --------------- */

/* --------------- Activity popup Section Starts --------------- */

.activityPopupBgSec {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

.activityPopupBgSec .activityPopupSec {
    height: 420px;
    max-height: 80%;
    top: 60px;
    background-color: #FFFFFF;
    position: relative;
    width: 500px;
    max-width: calc(100% - 20px);
    margin: 0px auto 0px auto;
    transition: all 0.3s ease-out;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
}

.activityPopupBgSec .activityPopupSec .modalHeader {
    position: absolute;
    top: 0;
    border-radius: 0 0 2px 2px;
    background-color: #FFFFFF;
    padding: 38px 70px 4px 50px;
    height: 75px;
    width: 100%;
    font-family: "Helvetica-Bold", sans-serif, Arial;
    border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
    color: #595A59;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

.activityPopupBgSec .activityPopupSec .modalContent {
    position: absolute;
    height: calc(100% - 140px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
    margin-top: 75px;
    padding: 0px 50px 0px 50px;
    text-align: left;
    font-size: 16px;
}

.activityPopupBgSec .activityPopupSec .modalContent .textSec {
    color: #7A7A7A;
    font-size: 16px;
    line-height: 24px;
    clear: both;
    padding: 5px 0px 20px 0px;
}

.activityPopupBgSec .activityPopupSec .modalContent .labelSec {
    font-size: 14px;
    line-height: 17px;
    color: rgba(89, 90, 89, 0.5);
}

.activityPopupBgSec .activityPopupSec .modalContent .fullCols {
    padding: 0px 0px 15px 0px;
    float: left;
    width: calc(100% - 15px);
}

.activityPopupBgSec .activityPopupSec .modalContent .firstCols {
    padding: 0px 0px 15px 0px;
    float: left;
    width: calc(50% - 15px);
}

.activityPopupBgSec .activityPopupSec .modalContent .lastCols {
    padding: 0px 0px 15px 0px;
    float: right;
    width: calc(50% - 15px);
}

.activityPopupBgSec .activityPopupSec .modalContent .visitWebsite {
    text-align: center;
}

.activityPopupBgSec .activityPopupSec .modalContent .visitWebsite a {
    text-decoration: underline;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 20px;
    border-radius: 15px;
    text-decoration: none;
}

.activityPopupBgSec .activityPopupSec .modalFooter {
    position: absolute;
    bottom: 0;
    border-radius: 0 0 2px 2px;
    background-color: #FFFFFF;
    padding: 5px 50px 24px 50px;
    height: 65px;
    width: 100%;
    border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
}

.activityPopupBgSec .activityPopupSec .modalFooter .btnSec {
    width: 100%;
    margin: auto;
    text-align: center;
}

.activityPopupBgSec .activityPopupSec .modalFooter .btnSec .closeBtn {
    background-color: #FFFFFF;
    border: 0px solid #FFF;
    color: #555555;
    font-weight: bold;
    transition: all 0.3s ease-out;
    padding: 10px 20px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    float: right;
    font-family: "Helvetica-Bold", sans-serif, Arial;
    /*box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12) */
    outline: none;
}

.activityPopupBgSec .activityPopupSec .modalFooter .btnSec .closeBtn:hover {
    background-color: #EEEEEE;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.activityPopupBgSec .activityPopupSec .modalFooter .successMsg {
    position: absolute;
    top: -15px;
    width: calc(100% - 115px);
    text-align: center;
    background-color: #FFFFFF;
}

.activityPopupBgSec .activityPopupSec .modalHeader .popUpClose {
    float: right;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 26px;
    background-image: url("../images/icon-close-black.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.supportPopUp.activityPopupBgSec .activityPopupSec .modalContent {
    padding: 0px 50px 70px 50px;
}

.supportPopUp.activityPopupBgSec .activityPopupSec .modalContent .visitWebsite {
    position: absolute;
    left: 0;
    bottom: 20px;
}

/* --------------- Activity popup Section Ends --------------- */

/* --------------- Reset Password popup Section Starts --------------- */

.resetPasswordPopUp {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

.resetPasswordPopUp .resetPasswordPopupSec {
    height: 170px;
    max-height: 80%;
    top: 60px;
    background-color: #FFFFFF;
    position: relative;
    width: 465px;
    margin: 0px auto 0px auto;
    transition: all 0.3s ease-out;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
}

.resetPasswordPopUp .resetPasswordPopupSec .modalContent {
    position: absolute;
    height: calc(100% - 65px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
    margin-top: 0px;
    padding: 30px 40px 0px 40px;
    text-align: left;
    font-size: 16px;
}

.resetPasswordPopUp .resetPasswordPopupSec .modalContent .textSec {
    color: #7A7A7A;
    font-size: 16px;
    line-height: 24px;
    clear: both;
}

.resetPasswordPopUp .resetPasswordPopupSec .modalFooter {
    position: absolute;
    bottom: 0;
    border-radius: 0 0 2px 2px;
    background-color: #FFFFFF;
    padding: 5px 40px 24px 40px;
    height: 65px;
    width: 100%;
    border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
}

.resetPasswordPopUp .resetPasswordPopupSec .modalFooter .btnSec {
    width: 100%;
    margin: auto;
    text-align: center;
}

.resetPasswordPopUp .resetPasswordPopupSec .modalFooter .btnSec .closeBtn {
    background-color: #FFFFFF;
    border: 0px solid #FFF;
    color: #555555;
    font-weight: bold;
    transition: all 0.3s ease-out;
    padding: 10px 20px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    float: right;
    font-family: "Helvetica-Bold", sans-serif, Arial;
    /*box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12) */
    outline: none;
}

.resetPasswordPopUp .resetPasswordPopupSec .modalFooter .btnSec .closeBtn:hover {
    background-color: #EEEEEE;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.resetPasswordPopUp .resetPasswordPopupSec .modalFooter .successMsg {
    position: absolute;
    top: -15px;
    width: calc(100% - 115px);
    text-align: center;
    background-color: #FFFFFF;
}

.resetPasswordPopUp .resetPasswordPopupSec .modalHeader .popUpClose {
    float: right;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 26px;
    background-image: url("../images/icon-close-black.png");
    background-position: center center;
    background-repeat: no-repeat;
}

/* --------------- Reset Password popup Section Ends --------------- */

/* --------------- Delete popup Section Starts --------------- */

.deletePopupBgSec {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

.deletePopupBgSec .deletePopupSec {
    height: 250px;
    max-height: 80%;
    top: 50%;
    background-color: #FFFFFF;
    position: relative;
    width: 500px;
    margin: -125px auto 0px auto;
    transition: all 0.3s ease-out;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
}

.deletePopupBgSec .deletePopupSec .modalContent {
    position: absolute;
    height: calc(100% - 160px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
    margin-top: 75px;
    padding: 10px 50px;
    text-align: center;
}

.deletePopupBgSec .deletePopupSec .modalContent .formRows {
    padding: 0px 0px 20px 0px;
    clear: both;
}

.deletePopupBgSec .deletePopupSec .modalContent .firstNameCols {
    padding: 0px 0px 10px 0px;
    float: left;
    width: calc(50% - 15px);
}

.deletePopupBgSec .deletePopupSec .modalContent .lastNameCols {
    padding: 0px 0px 10px 0px;
    float: right;
    width: calc(50% - 15px);
}

.deletePopupBgSec .deletePopupSec .modalHeader {
    /*border-bottom: 1px solid rgba(0,0,0,0.1) */
    position: absolute;
    top: 0;
    border-radius: 0 0 2px 2px;
    background-color: #FFFFFF;
    padding: 4px 70px 4px 50px;
    height: 75px;
    width: 100%;
    font-size: 24px;
    line-height: 70px;
    font-weight: 500;
    border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
}

.deletePopupBgSec .deletePopupSec .modalFooter {
    position: absolute;
    bottom: 0;
    border-radius: 0 0 2px 2px;
    background-color: #FFFFFF;
    /*padding:4px 50px */
    padding: 25px 50px;
    height: 90px;
    width: 100%;
    border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
}

.deletePopupBgSec .deletePopupSec .modalFooter .btnSec {
    width: 250px;
    margin: auto;
    text-align: center;
}

.deletePopupBgSec .deletePopupSec .modalFooter .btnSec .cancelBtn {
    background-color: #FFFFFF;
    border: 0px solid #FFF;
    color: #555555;
    transition: all 0.3s ease-out;
    padding: 10px 30px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    float: left;
    outline: none;
}

.deletePopupBgSec .deletePopupSec .modalFooter .btnSec .cancelBtn:hover {
    background-color: #EEEEEE;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.deletePopupBgSec .deletePopupSec .modalFooter .btnSec .deleteBtn {
    background-color: #4b6cb0;
    border: 0px solid #FFF;
    color: #FFF;
    transition: all 0.3s ease-out;
    padding: 10px 30px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    float: right;
    outline: none;
}

.deletePopupBgSec .deletePopupSec .modalFooter .btnSec .deleteBtn:hover {
    background-color: #4b6cb0;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.deletePopupBgSec .deletePopupSec .modalFooter .successMsg {
    position: absolute;
    top: -15px;
    width: calc(100% - 115px);
    text-align: center;
    background-color: #FFFFFF;
}

.deletePopupBgSec .deletePopupSec .modalHeader .otherPopUpClose {
    float: right;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 26px;
    background-image: url("../images/icon-close-black.png");
    background-position: center center;
    background-repeat: no-repeat;
}

/* --------------- Delete popup Section Ends --------------- */

/* ------------- Pagination Section Starts ------------- */

.paginationSec {
    text-align: center;
}

.paginationSec .pagination {
    font-weight: 400;
}

.paginationSec .pagination li {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    height: 30px;
    margin: 0px 5px;
}

.pagination li.active {
    background: transparent;
}

.paginationSec .pagination .disabled span {
    color: #4a4a55;
    display: inline-block;
    font-size: 16px;
    padding: 0 10px;
    line-height: 30px;
}

.paginationSec .pagination>.active {
    line-height: 30px;
}

.paginationSec .pagination>.active span {
    padding: 8px 12px;
    color: #FFF;
    border-radius: 50px;
}

.paginationSec .pagination li a {
    color: #4a4a55;
    display: inline-block;
    font-size: 16px;
    padding: 0 10px;
    line-height: 30px;
}

/* ------------- Pagination Section Ends ------------- */

/* ------------- Profile Page Starts ------------- */

.profileContBoxSec {
    width: 560px;
    margin: auto;
}

.profileContBoxSec .topSaveBtnSec {
    width: 100%;
    clear: both;
    min-height: 52px;
}

.profileContBoxSec .topSaveBtnSec .saveBtn {
    float: right;
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 100;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    text-transform: inherit;
    border: 0px;
    padding: 0px 0px;
    margin: 0px 0px 16px 0px;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    font-family: "Helvetica-Light", sans-serif, Arial;
    outline: none;
}

.profileContBoxSec .topSaveBtnSec .saveBtn:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.profileContBoxSec .topSaveBtnSec .cancelBtn {
    float: right;
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 100;
    color: #595A59;
    background-color: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    text-transform: inherit;
    border: 0px;
    padding: 0px 0px;
    margin: 0px 20px 16px 0px;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    font-family: "Helvetica-Light", sans-serif, Arial;
    outline: none;
}

.profileContBoxSec .topSaveBtnSec .cancelBtn:hover {
    background-color: #EEEEEE;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.profileEditLoadBtn {
    display: none;
    float: right;
    clear: both;
    text-align: center;
    width: 87px;
    height: 36px;
    border: 0px;
    margin: auto;
    color: #fcfcfd;
    background-color: #4a4a55;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

.profileEditLoadBtn .preloader-wrapper.small {
    width: 20px;
    height: 20px;
}

.profileEditLoadBtn .preloader-wrapper .spinner-layer {
    border-color: #FFFFFF;
}

.profileSaveLoadBtn {
    display: none;
    float: right;
    clear: both;
    text-align: center;
    width: 96px;
    height: 36px;
    border: 0px;
    margin: auto;
    color: #fcfcfd;
    background-color: #4a4a55;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

.profileSaveLoadBtn .preloader-wrapper.small {
    width: 20px;
    height: 20px;
}

.profileSaveLoadBtn .preloader-wrapper .spinner-layer {
    border-color: #FFFFFF;
}

.profileContBoxSec .profileBoxFormSec {
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-out;
    box-sizing: border-box;
    padding: 45px;
}

.profileContBoxSec .profileBoxFormSec input:-webkit-autofill {
    background-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
}

.profileContBoxSec .formTextSec {
    text-align: center;
    padding: 0px 15px 20px 15px;
}

.profileContBoxSec .profileBoxFormSec .cols6 {
    width: calc(50% - 30px);
    float: left;
    padding: 10px 15px 20px 15px;
    box-sizing: content-box;
}

.profileContBoxSec .profileBoxFormSec .cols12 {
    width: calc(100% - 30px);
    clear: both;
    padding: 10px 15px 20px 15px;
    box-sizing: content-box;
}

.profileContBoxSec .profileBoxFormSec .phoneHintsText {
    font-size: 10px;
    color: rgba(89, 90, 89, 0.5);
    line-height: 12px;
}

.securityQuestionCont .profileContBoxSec {
    font-size: 18px;
}

.securityQuestionCont .profileContBoxSec .formTextSec {
    font-size: 14px;
    margin: 0px 0px 20px 0px;
}

.securityQuestionCont .profileContBoxSec .viewQuestionsField {
    margin: 0px 0px 20px 0px;
}

/* ------------------Profile Settings Tabs Starts------------------- */

.settingsBoxCont .settingsContBoxSec {
    font-size: 18px;
    width: 450px;
    margin: auto;
}

.settingsContBoxSec .topSaveBtnSec {
    width: 100%;
    clear: both;
    min-height: 52px;
}

.settingsContBoxSec .topSaveBtnSec .saveBtn {
    float: right;
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 100;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    text-transform: inherit;
    border: 0px;
    padding: 0px 0px;
    margin: 0px 0px 16px 0px;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    font-family: "Helvetica-Light", sans-serif, Arial;
    outline: none;
}

.settingsContBoxSec .topSaveBtnSec .saveBtn:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.settingsContBoxSec .topSaveBtnSec .cancelBtn {
    float: right;
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 100;
    color: #595A59;
    background-color: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    text-transform: inherit;
    border: 0px;
    padding: 0px 0px;
    margin: 0px 20px 16px 0px;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    font-family: "Helvetica-Light", sans-serif, Arial;
    outline: none;
}

.settingsContBoxSec .topSaveBtnSec .cancelBtn:hover {
    background-color: #EEEEEE;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.settingsContBoxSec .settingsBoxFormSec {
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-out;
    box-sizing: border-box;
    padding: 45px;
}

.settingsContBoxSec .settingsBoxFormSec .formTextSec {
    text-align: center;
    font-size: 14px;
    margin: 0px 0px 20px 0px;
}

.settingsContBoxSec .settingsBoxFormSec .formRowSec {
    clear: both;
}

.settingsContBoxSec .settingsBoxFormSec .formRowSec .input-field {
    float: right;
    margin: 45px 0px 20px 0px;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    color: #595A59;
}

.settingsContBoxSec .settingsBoxFormSec .formRowSec .input-field label {
    top: -25px !important;
    font-size: 14px !important;
    color: #555555;
}

.settingsContBoxSec .settingsBoxFormSec .formRowSec .input-field .select-wrapper span.caret {
    font-size: 14px !important;
    right: 17px !important;
}

.settingsContBoxSec .settingsBoxFormSec .formRowSec .input-field .select-dropdown {
    border: 0px;
    margin: 0px !important;
    width: calc(100% - 46px);
    padding: 12px 23px 12px 23px;
    height: inherit;
    line-height: inherit;
}

.settingsContBoxSec .settingsBoxFormSec .formRowSec .input-field ul {
    padding: 0px 0px 0px 0px !important;
}

/*    ---------    Select Box List Section Starts    ---------    */

.settingsContBoxSec .settingsBoxFormSec .formRowSec .input-field .dropdown-content li>a, .dropdown-content li>span {
    color: rgba(0, 0, 0, 0.6);
    padding: 14px 20px;
}

.settingsContBoxSec .settingsBoxFormSec .formRowSec .input-field .dropdown-content li>a, .dropdown-content li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*    ---------    Select Box List Section Ends    ---------    */

/* ------------------Profile Settings Tabs Ends------------------- */

.profileBoxFormSec .secQueFormSec {
    clear: both;
}

.profileBoxFormSec input[disabled] {
    color: rgba(89, 90, 89, 0.7);
}

.profileBoxFormSec .secQueFormSec .formRowSec {
    clear: both;
    width: 100%;
    padding: 10px 0px 20px 0px;
}

.profileBoxFormSec .secQueFormSec .questionRow {
    clear: both;
    padding: 30px 0px 20px 0px;
}

.profileBoxFormSec .secQueFormSec .answerBoxSec {
    float: right;
    width: calc(100% - 55px);
    padding: 0px 0px 50px 0px;
}

.profileBoxFormSec .secQueFormSec .answerBoxSec .input-field {
    margin: 0px;
}

.profileBoxFormSec .secQueFormSec .questionRow .numberSec {
    width: 30px;
    float: left;
    font-size: 24px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

.profileBoxFormSec .secQueFormSec .questionRow .input-field {
    float: right;
    margin: 0px;
    width: calc(100% - 35px);
    background-color: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    color: #595A59;
}

.profileBoxFormSec .secQueFormSec .questionRow .input-field .select-wrapper span.caret {
    display: none;
}

.profileBoxFormSec .secQueFormSec .questionRow .input-field .select-dropdown {
    border: 0px;
    margin: 0px !important;
    width: calc(100% - 46px);
    padding: 15px 23px 15px 23px;
    background-image: url("../images/arrow_down.png");
    background-repeat: no-repeat;
    background-position: top right;
    height: inherit;
    line-height: inherit;
}

.profileBoxFormSec .secQueFormSec .questionRow .input-field ul {
    padding: 0px 0px 0px 0px !important;
}

/*    ---------    Select Box List Section Starts    ---------    */

.profileBoxFormSec .secQueFormSec .questionRow .input-field .dropdown-content li>a, .dropdown-content li>span {
    color: rgba(0, 0, 0, 0.6);
    padding: 14px 20px;
}

.profileBoxFormSec .secQueFormSec .questionRow .input-field .dropdown-content li>a, .dropdown-content li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.absoluteError errormessage {
    position: absolute;
    padding: 8px 0px;
}

/*    ---------    Select Box List Section Ends    ---------    */

.profileBoxFormSec .secQueFormSec .formTextSec {
    clear: both;
    width: 100%;
    padding: 10px 0px 20px 0px;
    text-align: center;
}

.profileBoxFormSec .secQueFormSec .termsofUseTextSec {
    clear: both;
    width: 100%;
    padding: 30px 0px 0px 0px;
    text-align: center;
    color: rgba(89, 90, 89, 0.7);
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.profileBoxFormSec .secQueFormSec .termsofUseTextSec a {
    color: #595a59;
}

.profileBoxFormSec .secQueFormSec .formSecQueTextSec {
    clear: both;
    width: 100%;
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-size: 14px;
}

.profileBoxFormSec .secQueFormSec .formRowSec .forgotLinkSec {
    width: 100%;
    clear: both;
    text-align: right;
    cursor: pointer;
}

.profileBoxFormSec .secQueFormSec .formRowSec .forgotLinkSec a {
    color: #7a7a7a;
}

.profileBoxFormSec .secQueFormSec .secQueBtnRowSec {
    clear: both;
    width: 100%;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.profileBoxFormSec .secQueFormSec .secQueBtnRowSec .secQueBtn {
    width: 182px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-family: "Helvetica-Light", sans-serif, Arial;
    text-transform: inherit;
    border: 0px;
    padding: 0px 0px;
    transition: all 0.3s ease-out;
    outline: none;
}

.profileBoxFormSec .secQueFormSec .secQueBtnRowSec .secQueBtn:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.profileBoxFormSec .changePasswordBtnSec {
    width: calc(100% - 30px);
    clear: both;
    padding: 10px 15px 0px 15px;
    box-sizing: content-box;
    text-align: center;
    outline: none;
}

.profileBoxFormSec .changePasswordBtnSec .changePasswordBtn {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 100;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    text-transform: inherit;
    border: 0px;
    padding: 0px 40px;
    margin: 0px 0px 0px 0px;
    border-radius: 2px;
    outline: none;
    transition: all 0.3s ease-out;
    font-family: "Helvetica-Light";
    outline: none;
}

.profileBoxFormSec .changePasswordBtnSec .changePasswordBtn:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.changePasswordBox {
    width: 416px;
    margin: 0px auto 60px auto;
    background-color: #FFFFFF;
    transition: all 0.3s ease-out;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    padding: 30px 60px 50px 60px;
}

.changePasswordBox .formTextSec {
    clear: both;
    width: 100%;
    padding: 10px 0px 35px 0px;
    text-align: center;
}

.changePasswordBox .formRowSec {
    clear: both;
    width: 100%;
    padding: 10px 0px 20px 0px;
}

.changePasswordBox .loginBtnRowSec {
    clear: both;
    width: 100%;
    padding: 30px 0px 0px 0px;
    text-align: center;
}

.changePasswordBox .loginBtnRowSec .loginBtn {
    width: 182px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-family: "Helvetica-Light", sans-serif, Arial;
    text-transform: inherit;
    border: 0px;
    padding: 0px 0px;
    transition: all 0.3s ease-;
    outline: none;
}

.changePasswordBox .loginBtnRowSec .loginBtn:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.changePasswordPage .topSaveBtnSec {
    width: 416px;
    clear: both;
    margin: auto;
}

.changePasswordPage .topSaveBtnSec .saveBtn {
    float: right;
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 100;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    text-transform: inherit;
    border: 0px;
    padding: 0px 0px;
    margin: 0px 0px 16px 0px;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    font-family: "Helvetica-Light", sans-serif, Arial;
    outline: none;
}

.changePasswordPage .topSaveBtnSec .saveBtn:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.changePasswordPage .topSaveBtnSec .cancelBtn {
    float: right;
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 100;
    color: #595A59;
    background-color: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    text-transform: inherit;
    border: 0px;
    padding: 0px 0px;
    margin: 0px 20px 16px 0px;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    font-family: "Helvetica-Light", sans-serif, Arial;
    outline: none;
}

.changePasswordPage .topSaveBtnSec .cancelBtn:hover {
    background-color: #EEEEEE;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

/* ------------- Profile Page Ends ------------- */

/* ------------- Setting Page Starts ------------- */

.settingPageTabSec .changePasswordBox {
    width: 416px;
    margin: 60px auto;
    background-color: #FFFFFF;
    transition: all 0.3s ease-out;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    padding: 30px 60px 50px 60px;
}

.settingPageTabSec .changePasswordBox .formTextSec {
    clear: both;
    width: 100%;
    padding: 10px 0px 35px 0px;
    text-align: center;
}

.settingPageTabSec .changePasswordBox .formRowSec {
    clear: both;
    width: 100%;
    padding: 10px 0px 20px 0px;
}

.settingPageTabSec .changePasswordBox .loginBtnRowSec {
    clear: both;
    width: 100%;
    padding: 30px 0px 0px 0px;
    text-align: center;
}

.settingPageTabSec .changePasswordBox .loginBtnRowSec .loginBtn {
    width: 182px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-family: "Helvetica-Light", sans-serif, Arial;
    text-transform: inherit;
    border: 0px;
    padding: 0px 0px;
    transition: all 0.3s ease-out;
    outline: none;
}

.settingPageTabSec .changePasswordBox .loginBtnRowSec .loginBtn:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

/* ------------- Setting Page Ends ------------- */

/* ------------- Terms of Services Page Starts ------------- */

.contentPageSec {
    width: 90%;
    background-color: #FFFFFF;
    padding: 40px;
    margin: auto;
}

/* ------------- Terms of Services Page Ends ------------- */

/* ---------------- Assessment Interests Section Starts ---------------- */

.assInterestsPageBg {
    background-image: url(../images/assessment-interests.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.assesInterestsPage {
    margin: 50px auto 50px auto;
}

.assesInterestsBody {
    width: 660px;
    margin: auto;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    transition: all 0.3s ease-out;
}

.assesInterestsBody .progressBarSec {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 4px;
    background-color: #FFFFFF;
    transition: all 0.3s ease-out;
}

.assesInterestsBody .progressBarSec.width10 {
    width: 10%;
}

.assesInterestsBody .progressBarSec.width15 {
    width: 15%;
}

.assesInterestsBody .progressBarSec.width20 {
    width: 20%;
}

.assesInterestsBody .progressBarSec.width25 {
    width: 25%;
}

.assesInterestsBody .progressBarSec.width30 {
    width: 30%;
}

.assesInterestsBody .progressBarSec.width35 {
    width: 35%;
}

.assesInterestsBody .progressBarSec.width40 {
    width: 40%;
}

.assesInterestsBody .progressBarSec.width45 {
    width: 45%;
}

.assesInterestsBody .progressBarSec.width50 {
    width: 50%;
}

.assesInterestsBody .progressBarSec.width55 {
    width: 55%;
}

.assesInterestsBody .progressBarSec.width60 {
    width: 60%;
}

.assesInterestsBody .progressBarSec.width65 {
    width: 65%;
}

.assesInterestsBody .progressBarSec.width70 {
    width: 70%;
}

.assesInterestsBody .progressBarSec.width75 {
    width: 75%;
}

.assesInterestsBody .progressBarSec.width80 {
    width: 80%;
}

.assesInterestsBody .progressBarSec.width85 {
    width: 85%;
}

.assesInterestsBody .progressBarSec.width90 {
    width: 90%;
}

.assesInterestsBody .progressBarSec.width95 {
    width: 95%;
}

.assesInterestsBody .progressBarSec.width100 {
    width: 100%;
}

.assesInterestsBody .headingSec {
    background-color: #FFFFFF;
    color: #FFFFFF;
    padding: 25px 60px 15px 60px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    position: relative;
}

.assesInterestsBody .headingSec .nameIdSec {
    float: left;
}

.assesInterestsBody .headingSec .nameIdSec .nameSec {
    font-size: 16px;
    font-family: "Helvetica", sans-serif, Arial;
    /* color: #595A59 */
    /* color: rgba(195, 195, 74, 0.6) */
}

.assesInterestsBody .headingSec .nameIdSec .idSec {
    font-size: 14px;
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.assesInterestsBody .headingSec .nameIdSec .headTextSec {
    font-size: 24px;
    font-family: "Helvetica", sans-serif, Arial;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}

.assesInterestsBody .headingSec .percentSec {
    float: right;
    /* width: 100px */
    width: 55px;
    font-size: 30px;
    font-family: "Helvetica-Bold", sans-serif, Arial;
    text-align: right;
}

.assesInterestsBody .headingSec .percentSec span {
    /* font-size: 14px */
    /* display: block */
    /* text-decoration: underline */
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.percentSec samPer {
    font-size: 10px;
}

.assesInterestsBody .asseContSec {
    background-color: #FFFFFF;
    padding: 30px 48px;
}

.assesInterestsBody .asseContSec .congratsTextSec {
    text-align: center;
    color: #595A59;
    font-size: 18px;
    font-family: "Helvetica-Light", sans-serif, Arial;
    padding: 0px 50px;
}

.assesInterestsBody .asseContSec .congratsTextSec .continueBtn {
    margin: 20px auto 20px auto;
    padding: 0px;
    height: 36px;
    width: 110px;
    border: 0px;
    font-size: 16px;
    transition: all 0.3s ease-out;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    font-family: "Helvetica-Light", sans-serif, Arial;
    outline: none;
    display: block;
}

.assesInterestsBody .asseContSec .congratsTextSec .continueBtn:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.assesInterestsBody .asseContSec .topTextSec {
    margin: 0px auto 25px auto;
    width: calc(100% - 24px);
}

.assesInterestsBody .asseContSec .topTextSec .headTextSec {
    font-size: 24px;
    font-family: "Helvetica-Bold", sans-serif, Arial;
    color: #595A59;
    margin: 0px 0px 10px 0px;
}

.assesInterestsBody .asseContSec .topTextSec .headTextSec .stepCount {
    font-size: 14px;
    font-family: "Helvetica-Light", sans-serif, Arial;
    float: right;
}

.assesInterestsBody .asseContSec .topTextSec .textSec {
    color: #666666;
    font-size: 16px;
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.assesInterestsBody .asseContSec .interestsBoxeSec {
    clear: both;
}

/* -- Toggle Box Sec Start -- */

.toggleBoxes {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease-out;
    background-color: #FFFFFF;
    width: calc(33.3% - 20px);
    margin: 12px 10px;
    cursor: pointer;
    float: left;
    position: relative;
}

.toggleBoxes.active .labelTextSec {
    color: #ffffff;
}

.toggleBoxes .labelSec {
    padding: 0px;
    height: auto;
    display: block;
}

.toggleBoxes .labelSec .labelTextSec {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 35px 10px 13px;
    height: 62px;
}

.toggleBoxes [type="checkbox"].filled-in:not(:checked)+label:before {
    bottom: 34px;
    right: 23px;
    left: inherit;
    top: inherit;
}

.toggleBoxes [type="checkbox"].filled-in:not(:checked)+label:after {
    border: 0px;
    border-radius: 40px;
    bottom: 30px;
    right: 12px;
    left: inherit;
    top: inherit;
}

.toggleBoxes [type="checkbox"].filled-in:checked+label:after {
    border-radius: 40px;
    bottom: 12px;
    right: 12px;
    left: inherit;
    top: inherit;
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
}

.toggleBoxes [type="checkbox"].filled-in:checked+label:before {
    bottom: 16px;
    right: 23px;
    left: inherit;
    top: inherit;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}

.toggleBoxes:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.toggleBoxes .imgSec {
    clear: both;
    width: 100%;
}

.toggleBoxes .titleSec {
    clear: both;
    background-color: #FFFFFF;
    width: 100%;
    padding: 0px 14px;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.toggleBoxes .titleSec .title {
    float: left;
    width: calc(100% - 20px);
    color: #666666;
}

.toggleBoxes .titleSec .checkSec {
    float: right;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    transition: all 0.3s ease-out;
    display: none;
    margin: 12px 0px;
}

.toggleBoxes .titleSec .checkSec .checkIcon {
    margin: 2px;
}

.toggleBoxes.active {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.toggleBoxes.active .titleSec .title {
    color: #FFFFFF;
}

.toggleBoxes.active .titleSec .checkSec {
    display: block;
}

/* -- Toggle Box Sec End -- */

.personalReportsBoxSec {
    width: 640px;
    margin: auto;
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-out;
    box-sizing: border-box;
    padding: 50px;
}

.personalReportsBoxSec .perReportsContSec {
    text-align: center;
}

.personalReportsBoxSec .perReportsContSec .reportLogoSec {
    width: 100%;
    text-align: center;
}

.personalReportsBoxSec .perReportsContSec .reportLogoSec img {
    width: 125px;
    height: 125px;
}

.personalReportsBoxSec .perReportsContSec .reportHeadSec {
    color: #595A59;
    font-size: 36px;
    padding: 20px 0px 0px 0px;
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.personalReportsBoxSec .perReportsContSec .reportSubHeadSec {
    color: rgba(89, 90, 89, 0.7);
    font-size: 18px;
    padding: 0px 0px 30px 0px;
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.personalReportsBoxSec .perReportsContSec .reportTestSec {
    color: #595A59;
    font-size: 16px;
    padding: 0px 0px 40px 0px;
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.personalReportsBoxSec .perReportsContSec .reportBtnSec {
    text-align: center;
}

.personalReportsBoxSec .perReportsContSec .reportBtnSec .btnSec {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 100;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    text-transform: inherit;
    border: 0px;
    padding: 0px 40px;
    margin: 0px 0px 16px 0px;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    font-family: "Helvetica-Light", sans-serif, Arial;
    outline: none;
}

.personalReportsBoxSec .perReportsContSec .reportBtnSec .btnSec:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.personalReportsBoxSec .perReportsContSec .skipBtnSec {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 100;
    text-transform: inherit;
    border: 0px;
    padding: 0px 20px;
    margin: 0px 0px 16px 0px;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    font-family: "Helvetica-Light", sans-serif, Arial;
    outline: none;
    background-color: #ffffff;
}

.personalReportsBoxSec .perReportsContSec .skipBtnSec:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000000;
}

.assesInterestsBody .asseContSec .interestsBoxeSec .interestsBoxes {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease-out;
    background-color: #FFFFFF;
    width: calc(33.3% - 20px);
    margin: 12px 10px;
    cursor: pointer;
    float: left;
}

.assesInterestsBody .asseContSec .interestsBoxeSec .interestsBoxes:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.assesInterestsBody .asseContSec .interestsBoxeSec .interestsBoxes .imgSec {
    clear: both;
    width: 100%;
}

.assesInterestsBody .asseContSec .interestsBoxeSec .interestsBoxes .titleSec {
    clear: both;
    background-color: #FFFFFF;
    width: 100%;
    padding: 12px 14px;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.assesInterestsBody .asseContSec .interestsBoxeSec .interestsBoxes .titleSec .title {
    float: left;
    width: calc(100% - 20px);
    color: #666666;
}

.assesInterestsBody .asseContSec .interestsBoxeSec .interestsBoxes .titleSec .checkSec {
    float: right;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    transition: all 0.3s ease-out;
    display: none;
}

.interestsBoxes .titleSec .checkSec .checkIcon {
    margin: 2px;
}

.assesInterestsBody .asseContSec .interestsBoxeSec .interestsBoxes.active {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.assesInterestsBody .asseContSec .interestsBoxeSec .interestsBoxes.active .titleSec .title {
    color: #FFFFFF;
}

.assesInterestsBody .asseContSec .interestsBoxeSec .interestsBoxes.active .titleSec .checkSec {
    display: block;
}

.assesInterestsBody .asseContSec .assesContinueBtnSec {
    text-align: center;
    clear: both;
    margin: 50px auto 0px auto;
    width: 260px;
}

.assesInterestsBody .asseContSec .assesContinueBtnSec .assesContinueBtn {
    margin: auto;
    padding: 0px;
    height: 36px;
    width: 110px;
    border: 0px;
    font-size: 16px;
    transition: all 0.3s ease-out;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    font-family: "Helvetica-Light", sans-serif, Arial;
    outline: none;
}

.assesInterestsBody .asseContSec .assesContinueBtnSec .assesContinueBtn:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.assesInterestsBody .asseContSec .assesContinueBtnSec .assesBackBtn {
    float: left;
    padding: 0px;
    height: 36px;
    width: 110px;
    border: 0px;
    font-size: 16px;
    background-color: #FFFFFF;
    transition: all 0.3s ease-out;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    font-family: "Helvetica-Light", sans-serif, Arial;
    color: #595A59;
    outline: none;
}

.assesInterestsBody .asseContSec .assesContinueBtnSec .assesBackBtn:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.assesInterestsBody .asseContSec .assesContinueBtnSec .assesNextBtn {
    float: right;
    padding: 0px;
    height: 36px;
    width: 110px;
    border: 0px;
    font-size: 16px;
    transition: all 0.3s ease-out;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    font-family: "Helvetica-Light", sans-serif, Arial;
    color: #FFFFFF;
    outline: none;
}

.assesInterestsBody .asseContSec .interestsBoxeSec .questionAnsRows {
    clear: both;
    margin: 0px 0px 15px 0px;
    padding: 10px 0px 10px 0px;
}

.assesInterestsBody .asseContSec .interestsBoxeSec .questionAnsRows .questionRowSec {
    clear: both;
    width: calc(100% - 24px);
    margin: 15px auto 7px auto;
    font-size: 18px;
    color: #595A59;
    /* font-family: 'Helvetica-Light', sans-serif, Arial */
}

.assesInterestsBody .asseContSec .interestsBoxeSec .questionAnsRows .nutritionSubHeadSec {
    clear: both;
    width: calc(100% - 24px);
    margin: 20px auto -10px auto;
    font-size: 20px;
    color: rgba(89, 90, 89, 0.5);
    font-family: "Helvetica-Bold", sans-serif, Arial;
}

.assesInterestsBody .asseContSec .interestsBoxeSec .questionAnsRows .exampleText {
    width: calc(100% - 24px);
    margin: -5px auto 10px auto;
    font-size: 14px;
    color: rgba(89, 90, 89, 0.7);
}

.assesInterestsBody .asseContSec .interestsBoxeSec .questionAnsRows .questionRowSec1 {
    clear: both;
    width: calc(100% - 24px);
    margin: 30px auto -10px auto;
    font-size: 20px;
    color: #595A59;
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.assesInterestsBody .asseContSec .interestsBoxeSec .questionAnsRows .questionRowSecSub {
    clear: both;
    width: calc(100% - 24px);
    margin: 0px auto 7px auto;
    font-size: 17px;
    color: #595A59;
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.assesInterestsBody .asseContSec .interestsBoxeSec .questionAnsRows .mealEachDaySec {
    padding: 0px 0px 10px 0px;
}

.assesInterestsBody .asseContSec .interestsBoxeSec .questionAnsRows .hideShowRow {
    width: calc(100% - 60px);
    margin: 0px auto 0px auto;
}

.markAllThatApplySec {
    clear: both;
    width: calc(100% - 24px);
    margin: 0px auto 10px auto;
    font-size: 16px;
    color: rgba(89, 90, 89, 0.7);
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.nutritionPageTopTextSec {
    clear: both;
    width: calc(100% - 24px);
    margin: 0px auto 10px auto;
    font-size: 16px;
    color: #666666;
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.assesInterestsBody .asseContSec .interestsBoxeSec .questionAnsRows .questionAnsRowSec {
    clear: both;
    width: calc(100% - 24px);
    margin: 15px auto 0px auto;
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.assesInterestsBody .asseContSec .interestsBoxeSec .questionAnsRows .workingOutSideTimeSec {
    clear: both;
}

.assesInterestsBody .asseContSec .interestsBoxeSec .questionAnsRows .workingOutSideTimeSec .redioBottSec {
    float: left;
    margin: 27px 3px 0px 0px;
}

.assesInterestsBody .asseContSec .interestsBoxeSec .questionAnsRows .questionAnsRowSec .rangeBarSec {
    width: 288px;
    float: left;
    margin-top: 35px;
    position: relative;
}

.questionAnsRows .questionAnsRowSec .rangeBarSec .minNumber {
    position: absolute;
    top: 4px;
    left: -12px;
    font-size: 18px;
    color: #595A59;
}

.questionAnsRows .questionAnsRowSec .rangeBarSec .maxNumber {
    position: absolute;
    top: 4px;
    right: -12px;
    font-size: 18px;
    color: #595A59;
}

.questionAnsRows .questionAnsRowSec .rangeBarSec .startingPointText {
    float: left;
}

.questionAnsRows .questionAnsRowSec .rangeBarSec .endingPointText {
    float: right;
}

.interestsBoxeSec .questionAnsRows input[type=text], .interestsBoxeSec .questionAnsRows input[type=password], .interestsBoxeSec .questionAnsRows input[type=email], .interestsBoxeSec .questionAnsRows input[type=url], .interestsBoxeSec .questionAnsRows input[type=time], .interestsBoxeSec .questionAnsRows input[type=date], .interestsBoxeSec .questionAnsRows input[type=datetime], .interestsBoxeSec .questionAnsRows input[type=datetime-local], .interestsBoxeSec .questionAnsRows input[type=tel], .interestsBoxeSec .questionAnsRows input[type=number], .interestsBoxeSec .questionAnsRows input[type=search], .interestsBoxeSec .questionAnsRows textarea.materialize-textarea {
    font-family: "Helvetica-Light", sans-serif, Arial;
    font-size: 16px;
}

.interestsBoxeSec .questionAnsRows [type="checkbox"].filled-in:not(:checked)+label:after {
    border: 2px solid rgba(89, 90, 89, 0.7);
}

.assesInterestsBody .asseContSec .interestsBoxeSec .questionAnsRows .questionAnsRowSec .switchOptionRors {
    clear: both;
}

.questionAnsRows .questionAnsRowSec .labelYesText {
    float: left;
    color: #595A59;
}

.questionAnsRows .questionAnsRowSec .labelNoText {
    float: left;
    color: rgba(89, 90, 89, 0.3);
}

.questionAnsRows .questionAnsRowSec .yesNoRadioSec {
    clear: both;
}

.questionAnsRows .questionAnsRowSec .yesNoRadioSec .radioColsSec {
    float: left;
    margin: 0px 70px 0px 0px;
    position: relative;
}

.questionAnsRows .questionAnsRowSec .yesNoRadioSec .radioColsSec errormessage {
    position: absolute;
    top: 30px;
    left: 0px;
}

.questionAnsRows .questionAnsRowSec .yesNoRadioSec label {
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.questionAnsRows .questionAnsRowSec .switchOptionRors .leftTextSec {
    float: left;
    width: calc(100% - 110px);
}

.questionAnsRows .questionAnsRowSec .switchOptionRors .switch {
    float: right;
    width: 100px;
}

.interestsBoxeSec .questionAnsRows .questionAnsRowSec .yesNoBtnSec {
    float: Left;
    padding: 0px;
    height: 36px;
    width: 100px;
    margin: 0px 30px 0px 0px;
    border: 0px;
    font-size: 14px;
    background-color: #F5F5F5;
    transition: all 0.3s ease-out;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    font-family: "Helvetica-Light", sans-serif, Arial;
    color: #595A59;
    outline: none;
}

.interestsBoxeSec .questionAnsRows .questionAnsRowSec .yesNoBtnSec:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.interestsBoxeSec .questionAnsRows .questionAnsRowSec .yesNoBtnSec.active {
    color: #FFFFFF;
}

.interestsBoxeSec .questionAnsRows .questionAnsRowSec .yesNoBtnSec.active:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.assesInterestsBody .asseContSec .interestsBoxeSec .questionAnsRows .searchCatalogSec {
    clear: both;
    width: calc(100% - 24px);
    margin: auto;
}

.questionAnsRows .searchCatalogSec .searchBoxSec {
    float: left;
    width: calc(100% - 150px);
    position: relative;
}

.questionAnsRows .searchCatalogSec .searchBoxSec .activitySearchBoxLoad {
    position: absolute;
    top: 5px;
    right: 7px;
    width: 25px;
    background-color: #FFFFFF;
    display: none;
}

.questionAnsRows .searchCatalogSec .searchBoxSec .activitySearchBoxLoad .preloader-wrapper {
    width: 25px;
    height: 25px;
}

.questionAnsRows .searchCatalogSec .searchBoxSec .input-field {
    margin: 0px;
}

.questionAnsRows .searchCatalogSec .searchBoxSec .searchBox {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 40px 0px 10px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border: 0px;
    margin: 0px;
    height: 36px;
}

.questionAnsRows .searchCatalogSec .searchBoxSec .searchIconSec {
    position: absolute;
    right: 10px;
    top: 6px;
}

.questionAnsRows .searchCatalogSec .searchBoxSec .searchIconSec .iconSec {
    fill: #A9A9A9;
    float: left;
    margin: 0px;
    font-size: 24px;
    height: 24px;
    width: 24px;
}

.questionAnsRows .searchCatalogSec .searchBtnSec {
    float: right;
    width: 130px;
}

.questionAnsRows .searchCatalogSec .searchBtnSec .btnSec {
    float: left;
    padding: 0px;
    height: 36px;
    margin: 0px 40px 0px 0px;
    width: 100%;
    border: 0px;
    font-size: 16px;
    transition: all 0.3s ease-out;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    font-family: "Helvetica-Light", sans-serif, Arial;
    outline: none;
}

.questionAnsRows .searchCatalogSec .searchBtnSec .btnSec:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.physicalActivityCardSec {
    position: relative;
    width: calc(100% - 60px);
    margin: auto;
    background-color: #FFFFFF;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
}

.physicalActivityCardSec .activityImgSec {
    width: 100px;
    height: 100px;
    float: left;
    position: relative;
    overflow: hidden;
}

.physicalActivityCardSec .activityImgSec img {
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px 0px 0px -50%;
}

.physicalActivityCardSec .activityDetailsSec {
    width: calc(100% - 100px);
    float: left;
    padding: 10px 20px;
    box-sizing: border-box;
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.physicalActivityCardSec .activityDetailsSec .cardNameSec {
    font-size: 18px;
    color: #595A59;
    font-family: "Helvetica", sans-serif, Arial;
}

.physicalActivityCardSec .activityDetailsSec .activityTimeSec {
    clear: both;
}

.physicalActivityCardSec .activityDetailsSec .activityTimeSec .minuteBoxSec {
    float: left;
    width: 80px;
    margin: 0px 20px 0px 0px;
}

.physicalActivityCardSec .activityDetailsSec .activityTimeSec .dayBoxSec {
    float: left;
    width: 60px;
}

.activityTimeSec .minuteBoxSec .input-field, .activityTimeSec .dayBoxSec .input-field {
    margin: 0px;
}

.activityTimeSec .minuteBoxSec .input-field input[type=text], .activityTimeSec .dayBoxSec .input-field input[type=text] {
    margin: 0px 0px 0px 0px !important;
}

.physicalActivityCardSec .closeBtnSec {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.physicalActivityCardSec .closeBtnSec .iconSec {
    fill: #A9A9A9;
    float: left;
    margin: 0px;
    font-size: 20px;
    height: 20px;
    width: 20px;
}

.interestsBoxeSec .questionAnsRows .cols10 {
    width: calc(100% - 20px);
    float: left;
    margin: 0px 20px 20px 0px;
}

.interestsBoxeSec .questionAnsRows .cols9 {
    width: calc(90% - 20px);
    float: left;
    margin: 0px 20px 20px 0px;
}

.interestsBoxeSec .questionAnsRows .cols8 {
    width: calc(80% - 20px);
    float: left;
    margin: 0px 20px 20px 0px;
}

.interestsBoxeSec .questionAnsRows .cols7 {
    width: calc(70% - 20px);
    float: left;
    margin: 0px 20px 20px 0px;
}

.interestsBoxeSec .questionAnsRows .cols6 {
    width: calc(60% - 20px);
    float: left;
    margin: 0px 20px 20px 0px;
}

.interestsBoxeSec .questionAnsRows .cols5 {
    width: calc(50% - 20px);
    float: left;
    margin: 0px 20px 20px 0px;
}

.interestsBoxeSec .questionAnsRows .cols4 {
    width: calc(40% - 20px);
    min-width: 100px;
    float: left;
    margin: 0px 20px 20px 0px;
}

.interestsBoxeSec .questionAnsRows .cols3 {
    width: calc(30% - 20px);
    min-width: 70px;
    float: left;
    margin: 0px 20px 20px 0px;
}

.interestsBoxeSec .questionAnsRows .cols2 {
    width: calc(20% - 20px);
    float: left;
    min-width: 50px;
    margin: 0px 20px 20px 0px;
}

.interestsBoxeSec .questionAnsRows .cols1 {
    width: calc(10% - 20px);
    float: left;
    min-width: 30px;
    margin: 0px 20px 20px 0px;
}

.interestsBoxeSec .questionAnsRows .checkBoxRow {
    margin: 0px 20px 15px 0px;
    position: relative;
}

.interestsBoxeSec .questionAnsRows .checkBoxRow errormessage {
    position: absolute;
    top: 30px;
    left: 0px;
}

.interestsBoxeSec .questionAnsRows .dateOfBirthCols {
    width: 180px;
    float: left;
    margin: 0px 30px 0px 0px;
}

.interestsBoxeSec .questionAnsRows .checkBoxRow label {
    display: block;
    height: inherit;
    color: rgba(89, 90, 89, 0.7);
    font-family: "Helvetica-Light", sans-serif, Arial;
    font-size: 14px;
}

.interestsBoxeSec .questionAnsRows .knowBloodPressureRow {
    width: 100%;
}

.interestsBoxeSec .questionAnsRows .knowBloodPressureCols {
    float: left;
    width: 100px;
    margin: 0px 0px 20px 0px;
}

.interestsBoxeSec .questionAnsRows .knowBloodPressurePer {
    float: left;
    width: 30px;
    font-size: 20px;
    text-align: center;
    margin: 8px 0px 10px 0px;
    color: rgba(89, 90, 89, 0.4);
}

.assessmentBottomNextSec {
    height: 64px;
    width: 100%;
    margin: 40px 0px 0px 0px;
}

.assessmentBottomNextSec .assesBotNextContSec {
    padding: 10px 10px;
    box-sizing: border-box;
}

.assessmentBottomNextSec .assesBotNextContSec .noOfPageSec {
    float: right;
}

.assessmentBottomNextSec .assesBotNextContSec .noOfPageSec ul {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}

.assessmentBottomNextSec .assesBotNextContSec .noOfPageSec ul li {
    float: left;
    margin: 0px 4px;
    padding: 0px;
}

.assessmentBottomNextSec .assesBotNextContSec .noOfPageSec ul li.withIcon {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease-out;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.assessmentBottomNextSec .assesBotNextContSec .noOfPageSec ul li.withIcon:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6);
}

.assessmentBottomNextSec .assesBotNextContSec .noOfPageSec ul li.withIcon .iconSec {
    fill: #FFFFFF;
    float: left;
    margin: 0px;
    font-size: 24px;
    height: 24px;
    width: 24px;
}

.assessmentBottomNextSec .assesBotNextContSec .noOfPageSec ul li.disableIcon:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.assessmentBottomNextSec .assesBotNextContSec .noOfPageSec ul li.pageNoSec {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    margin: 0px 15px;
}

.assessmentBottomNextSec .assesBotNextContSec .noOfPageSec ul li .btnSec.left {
    background-image: url(../images/arrow-left.png);
}

.assessmentBottomNextSec .assesBotNextContSec .noOfPageSec ul li .btnSec.right {
    background-image: url(../images/arrow-right.png);
}

.assessmentBottomNextSec .assesBotNextContSec .noOfPageSec ul li .btnSec {
    width: 30px;
    height: 30px;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    transition: all 0.3s ease-out;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    color: transparent;
    cursor: pointer;
    border: 0px;
    box-sizing: border-box;
}

.assessmentBottomNextSec .assesBotNextContSec .noOfPageSec ul li .btnSec:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6);
}

.assessmentBottomNextSec .assesBotNextContSec .noOfPageSec ul li .btnSec.disableBtn {
    background-color: #bdbdbd;
    cursor: inherit;
}

.assessmentBottomNextSec .assesBotNextContSec .noOfPageSec ul li .btnSec.disableBtn:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.assessmentBottomNextSec .assesBotNextContSec .saveLaterLoadSec {
    /* float: left */
    /* margin: 4px 0px 0px 20px */
    margin: 4px auto 0px auto;
    width: 30px;
    height: 30px;
    display: none;
}

.assessmentBottomNextSec .assesBotNextContSec .saveLaterLoadSec .preloader-wrapper {
    width: 30px;
    height: 30px;
}

.assessmentBottomNextSec .assesBotNextContSec .saveLaterBtn {
    float: left;
    padding: 0px 15px;
    height: 36px;
    margin: 0px 4px 10px 0px;
    /* width: 145px */
    border: 0px;
    font-size: 16px;
    transition: all 0.3s ease-out;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    font-family: "Helvetica-Light", sans-serif, Arial;
    outline: none;
}

.assessmentBottomNextSec .assesBotNextContSec .saveLaterBtn:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.assessmentFixedBottomSec {
    height: 64px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #FFFFFF;
    box-shadow: 0 -1px 6px 0 rgba(0, 0, 0, 0.1);
}

.assessmentFixedBottomSec .assesBotBarContSec {
    padding: 10px 60px;
    box-sizing: border-box;
    position: relative;
}

.assessmentFixedBottomSec .assesBotBarContSec .noOfPageSec {
    width: 237px;
    margin: auto;
}

.assessmentFixedBottomSec .assesBotBarContSec .noOfPageSec ul {
    width: 100%;
    margin: 7px 0px;
    padding: 0px;
}

.assessmentFixedBottomSec .assesBotBarContSec .noOfPageSec ul li {
    float: left;
    margin: 0px 4px;
    padding: 3px;
}

.assessmentFixedBottomSec .assesBotBarContSec .noOfPageSec ul li.withIcon {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease-out;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.assessmentFixedBottomSec .assesBotBarContSec .noOfPageSec ul li.withIcon .iconSec {
    fill: #FFFFFF;
    float: left;
    margin: 0px;
    font-size: 24px;
    height: 24px;
    width: 24px;
}

.assessmentFixedBottomSec .assesBotBarContSec .noOfPageSec ul li.disableIcon {
    background-color: rgba(195, 195, 74, 0.4);
}

.assessmentFixedBottomSec .assesBotBarContSec .noOfPageSec ul li.pageNoSec {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    margin: 0px 30px;
}

.assessmentFixedBottomSec .assesBotBarContSec .saveLaterBtn {
    position: absolute;
    top: 15px;
    right: 60px;
    padding: 0px;
    height: 36px;
    width: 145px;
    border: 0px;
    font-size: 16px;
    transition: all 0.3s ease-out;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    font-family: "Helvetica-Light", sans-serif, Arial;
    outline: none;
}

.assessmentFixedBottomSec .assesBotBarContSec .saveLaterBtn:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.assesInterestsPage .topBackIconSec {
    position: fixed;
    left: 35px;
    top: 30px;
}

.assesInterestsPage .topBackIconSec .backIcon {
    fill: #FFFFFF;
    float: left;
    margin: 0px 10px 0px 0px;
    font-size: 30px;
    height: 30px;
    width: 30px;
}

input[type=range]+.thumb {
    top: -30px !important;
    margin-left: -4px !important;
    width: 35px !important;
    height: 35px !important;
    padding: 0px 0px 0px 0px;
    transform: rotate(-45deg);
    border-radius: 50% 50% 50% 0;
    color: #000000;
    left: 8px;
}

input[type=range]+.thumb .value {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: 0px !important;
    margin-left: 0px !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
}

.slideUpCatalogSec {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 777;
    display: none;
    transition: all 0.3s ease-out;
}

.catalogContSec {
    width: 100%;
    height: 80%;
    position: fixed;
    z-index: 999;
    left: 0px;
    bottom: -100%;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 60px 75px 20px 75px;
    overflow: auto;
    transition: all 0.3s ease-out;
}

.blockSlideCatalogCont {
    bottom: 0px;
    transition: all 0.3s ease-out;
}

.catalogContSec .headingSec {
    clear: both;
    margin: 0px 10px;
}

.catalogContSec .headingSec .headingText {
    float: left;
    width: calc(100% - 250px);
    padding: 0px 0px 10px 0px;
}

.catalogContSec .headingSec .headingText .headText {
    clear: both;
    font-size: 24px;
    color: #595A59;
    text-align: left;
    font-family: "Helvetica-Bold", sans-serif, Arial;
    font-weight: normal;
}

.catalogContSec .headingSec .headingText .textSec {
    clear: both;
    color: rgba(89, 90, 89, 0.7);
    font-size: 16px;
    font-family: "Helvetica-Light", sans-serif, Arial;
    font-weight: normal;
}

.catalogContSec .headingSec .rightButtonSec {
    float: right;
    width: 230px;
}

.catalogContSec .headingSec .rightButtonSec .cancelBtnSec {
    float: right;
    padding: 0px;
    height: 36px;
    width: 100px;
    margin: 0px 24px 0px 0px;
    border: 0px;
    font-size: 14px;
    background-color: #FFFFFF;
    transition: all 0.3s ease-out;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    font-family: "Helvetica-Light", sans-serif, Arial;
    color: #595A59;
    outline: none;
}

.catalogContSec .headingSec .rightButtonSec .cancelBtnSec:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.catalogContSec .headingSec .rightButtonSec .saveBtnSec {
    float: right;
    padding: 0px;
    height: 36px;
    width: 100px;
    margin: 0px 0px 0px 0px;
    border: 0px;
    font-size: 14px;
    transition: all 0.3s ease-out;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    font-family: "Helvetica-Light", sans-serif, Arial;
    outline: none;
}

.catalogContSec .headingSec .rightButtonSec .saveBtnSec:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.catalogContSec .headingSec .rightButtonSec .saveLoadBtnSec {
    float: right;
    padding: 0px;
    height: 36px;
    width: 100px;
    margin: 0px 0px 0px 0px;
    border: 0px;
    font-size: 14px;
    transition: all 0.3s ease-out;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    font-family: "Helvetica-Light", sans-serif, Arial;
    outline: none;
    display: none;
}

.catalogContSec .headingSec .rightButtonSec .saveLoadBtnSec .preloader-wrapper {
    width: 25px;
    height: 25px;
}

.catalogContSec .headingSec .rightButtonSec .saveLoadBtnSec .spinner-layer {
    border-color: #FFFFFF;
}

.catalogContSec .toggleBoxes {
    width: calc(16.6% - 20px);
}

/* ---------------- Assessment Interests Page Ends ---------------- */

/* Custom Tab Section Starts */

.custTopTabHeadSec {
    clear: both;
    width: calc(100% - 60px);
    min-width: 450px;
    margin-left: 60px;
    position: relative;
    height: 40px;
}

.custTopTabHeadSec .custTabIndicator {
    height: 4px;
    width: 220px;
    position: absolute;
    top: 36px;
    left: 0px;
    transition: all 0.3s ease-out;
}

.custTopTabHeadSec .custTopTabHeading {
    float: left;
    padding: 5px 0px;
    width: 220px;
    color: rgba(89, 90, 89, 0.5);
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease-out;
    font-family: "Helvetica-Light", sans-serif, Arial;
    cursor: pointer;
    display: block;
}

.custTopTabHeadSec .custTopTabHeading:hover {
    color: #333333;
    font-weight: bold;
}

.custTopTabHeadSec .custTopTabHeading.active {
    font-weight: bold;
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.custTopTabHeadSec .custTopTabHeading.active:hover {
    font-weight: bold;
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.custTopTabHeadSec .custTopTabHeading .iconSec {
    margin: 0px 24px;
    float: left;
}

.custTopTabHeadSec .custTopTabHeading .iconSec .leftIcon {
    fill: rgba(89, 90, 89, 0.5);
}

.custTopTabHeadSec .custTopTabHeading:hover .iconSec .leftIcon {
    fill: #333333;
}

.custTopTabHeadSec .custTopTabHeading .blackWhiteImg {
    display: block;
}

.custTopTabHeadSec .custTopTabHeading .colorImg {
    display: none;
}

.custTopTabHeadSec .custTopTabHeading .hoverImg {
    display: none;
}

.custTopTabHeadSec .custTopTabHeading:hover .hoverImg {
    display: block;
}

.custTopTabHeadSec .custTopTabHeading:hover .blackWhiteImg {
    display: none;
}

.custTopTabHeadSec .custTopTabHeading.active .colorImg {
    display: block;
}

.custTopTabHeadSec .custTopTabHeading.active .blackWhiteImg {
    display: none;
}

.custTopTabHeadSec .custTopTabHeading.active .hoverImg {
    display: none;
}

.custTopTabHeadSec .custTopTabHeading.active:hover .hoverImg {
    display: none;
}

.target_id {
    position: absolute;
    top: -160px;
}

/* --------------- Forgot Password popup Section Starts --------------- */

.forgotPassPopupBgSec {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

.forgotPassPopupBgSec .forgotPassPopupSec {
    height: 215px;
    max-height: 80%;
    top: 50%;
    background-color: #FFFFFF;
    position: relative;
    width: 98%;
    max-width: 500px;
    margin: -125px auto 0px auto;
    transition: all 0.3s ease-out;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
}

.forgotPassPopupBgSec .forgotPassPopupSec .modalHeader {
    /*border-bottom: 1px solid rgba(0,0,0,0.1) */
    position: absolute;
    top: 0;
    border-radius: 0 0 2px 2px;
    background-color: #FFFFFF;
    padding: 4px 70px 4px 50px;
    height: 75px;
    width: 100%;
    font-size: 18px;
    font-family: "Helvetica-Bold", sans-serif, Arial;
    line-height: 70px;
    font-weight: 500;
    border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
}

.forgotPassPopupBgSec .forgotPassPopupSec .modalContent {
    position: absolute;
    height: calc(100% - 100px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
    margin-top: 20px;
    padding: 10px 50px 10px 50px;
    text-align: center;
    font-size: 16px;
}

.forgotPassPopupBgSec .forgotPassPopupSec .modalContent .formRows {
    padding: 0px 0px 20px 0px;
    clear: both;
}

.forgotPassPopupBgSec .forgotPassPopupSec .modalContent .firstNameCols {
    padding: 0px 0px 10px 0px;
    float: left;
    width: calc(50% - 15px);
}

.forgotPassPopupBgSec .forgotPassPopupSec .modalContent .lastNameCols {
    padding: 0px 0px 10px 0px;
    float: right;
    width: calc(50% - 15px);
}

.forgotPassPopupBgSec .forgotPassPopupSec .modalFooter {
    position: absolute;
    bottom: 0;
    border-radius: 0 0 2px 2px;
    background-color: #FFFFFF;
    /*padding:4px 50px */
    padding: 25px 50px;
    height: 90px;
    width: 100%;
    border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
}

.forgotPassPopupBgSec .forgotPassPopupSec .modalFooter .btnSec {
    width: 100%;
    margin: auto;
    text-align: center;
}

.forgotPassPopupBgSec .forgotPassPopupSec .modalFooter .btnSec .closeBtn {
    background-color: #FFFFFF;
    border: 0px solid #FFF;
    color: #555555;
    font-weight: bold;
    transition: all 0.3s ease-out;
    padding: 10px 20px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    float: right;
    font-family: "Helvetica-Bold", sans-serif, Arial;
    /*box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12) */
    outline: none;
}

.forgotPassPopupBgSec .forgotPassPopupSec .modalFooter .btnSec .closeBtn:hover {
    background-color: #EEEEEE;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.forgotPassPopupBgSec .forgotPassPopupSec .modalFooter .successMsg {
    position: absolute;
    top: -15px;
    width: calc(100% - 115px);
    text-align: center;
    background-color: #FFFFFF;
}

.forgotPassPopupBgSec .forgotPassPopupSec .modalHeader .popUpClose {
    float: right;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 26px;
    background-image: url("../images/icon-close-black.png");
    background-position: center center;
    background-repeat: no-repeat;
}

/* --------------- Forgot Password popup Section Ends --------------- */

/* ------------------------------ */

/* Custom Tab Section Ends */

.w-37 {
    width: 37%;
}

.w-26 {
    width: 26%;
}

.w-100 {
    width: 100%;
}

.blk-red {
    height: 30px;
    background-color: #E15D69;
}

.blk-yellow {
    height: 30px;
    background-color: #FAE077;
}

.blk-green {
    height: 30px;
    background-color: #C8D87C;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text {
    margin: 10px 0 0;
}

.red {
    color: #E15D69;
}

.green {
    color: #C8D87C;
}

.yellow {
    color: #FAE077;
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
}

.d-flex-center {
    justify-content: center !important;
}

.d-flex-around {
    justify-content: space-around !important;
}

.w-75 {
    width: 75%;
    margin: auto;
}

.dietDescriptionSec {
    font-size: 16px;
    line-height: 28px;
    color: #7A7A7A;
    margin-bottom: 30px;
}

.text-red {
    color: #E15D69;
}

.text-green {
    color: #C8D87C;
}

.text-yellow {
    color: #FAE077;
}

/*.grid-container { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); }*/

/*.side-block { border: 2px solid #e6e7e8; padding: 0 40px 10px; margin: 0 0 25px; position: relative;}*/

.side-block img {
    margin: auto;
    display: block;
}

.side-block h2 {
    font-size: 18px;
    line-height: 22px;
    margin: 8px 0;
    text-align: center;
    font-weight: normal;
}

.side-block p {
    color: #707174;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    margin: 0 0 60px;
}

.side-block a {
    font-size: 18px;
    line-height: 22px;
    color: #c2cd3f;
    width: max-content;
    text-decoration: none;
    padding: 0 5px 5px;
    border-bottom: 3px solid #c2cd3f;
    margin: 0 0 10px;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.mr-30 {
    margin-right: 15px;
}

.ml-30 {
    margin-left: 15px;
}

.side-block {
    border: 2px solid #e6e7e8;
    padding: 10px 40px 10px;
    margin-bottom: 30px;
    position: relative;
    width: 395px;
}

.side-main {
    display: flex;
    justify-content: space-between;
    max-width: 830px;
    margin: auto;
    width: 100%;
}

.assessmentBottomNextSec .assesBotNextContSec .noOfPageSec .completeBtn {
    float: right;
    padding: 0px 15px;
    height: 36px;
    margin: 0px 0px 10px 30px;
    /* width: 145px */
    border: 0px;
    font-size: 16px;
    transition: all 0.3s ease-out;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    font-family: "Helvetica-Light", sans-serif, Arial;
    outline: none;
}

.assessmentBottomNextSec .assesBotNextContSec .noOfPageSec .completeBtn:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

/* ---------------- Responsive Section Starts ---------------- */

@media screen and (max-width: 440px) {
    .assessmentBottomNextSec .assesBotNextContSec .noOfPageSec {
        width: 200px;
    }
    .assessmentBottomNextSec .assesBotNextContSec .noOfPageSec .completeBtn {
        margin: 20px 0px 10px 44px;
    }
}

@media screen and (max-width: 750px) {
    .mr-30 {
        margin-right: 0;
    }
    .ml-30 {
        margin-left: 0;
    }
    .w-75 {
        width: 90%;
    }
    .side-block {
        width: 100%;
    }
    .side-main {
        flex-flow: wrap;
    }
}

@media screen and (max-width: 580px) {
    .w-37 {
        width: 100%;
    }
    .w-26 {
        width: 100%;
    }
}

@media screen and (max-width: 1260px) {
    .catalogContSec .toggleBoxes {
        width: calc(20% - 20px);
    }
}

@media screen and (max-width: 1024px) {
    .catalogContSec .toggleBoxes {
        width: calc(25% - 20px);
    }
    .personalReportsBoxSec {
        width: 450px;
    }
}

@media screen and (max-width: 900px) {
    .profileContBoxSec {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .topMenuSec .topMenuContSec .topRightLinkSec .startAsseBtnSec .assessmentBtn {
        /* width: 180px */
    }
}

@media screen and (max-width: 850px) {
    .catalogContSec .toggleBoxes {
        width: calc(25% - 20px);
    }
}

/* @media screen and (max-width: 1050px) {
    .leftMenuSec {
        left: -280px !important;
    }
    .mobLeftMenuSec {
        left: 0px !important;
        z-index: 999 !important;
    }
    .fixedTermsAndPrivacy {
        left: -280px;
    }
    .mobLeftMenuSec .fixedTermsAndPrivacy {
        left: 0px;
    }
    .custTopTabHeadSec {
        width: calc(100% - 0px);
        margin-left: 0px;
    }
    .topTabSec {
        width: calc(100% - 0px);
    }
    .topTabSec .tabs {
        width: calc(100% - 0px);
        margin: 0px 0px 0px 0px;
    }
    .topMenuSec {
        width: 100%;
        z-index: 888 !important;
    }
    .rightBodySec {
        width: 100%;
    }
    .rightBodySec .errorSection {
        width: 100%;
    }
} */

@media screen and (max-width: 768px) {
    .leftMenuSec {
        left: -280px !important;
    }
    .mobLeftMenuSec {
        left: 0px !important;
        z-index: 999 !important;
    }
    .fixedTermsAndPrivacy {
        left: -280px;
    }
    .mobLeftMenuSec .fixedTermsAndPrivacy {
        left: 0px;
    }
    .custTopTabHeadSec {
        width: calc(100% - 0px);
        margin-left: 0px;
    }
    .topTabSec {
        width: calc(100% - 0px);
    }
    .topTabSec .tabs {
        width: calc(100% - 0px);
        margin: 0px 0px 0px 0px;
    }
    .topMenuSec {
        width: 100%;
        z-index: 888 !important;
    }
    .rightBodySec {
        width: 100%;
    }
    .rightBodySec .errorSection {
        width: 100%;
    }
    .fixedPasswordHintsBg {
        width: 100%;
        padding: 15px 30px;
    }
    .menuMaskOn {
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 888;
        cursor: pointer;
    }
    .assesInterestsBody .asseContSec .interestsBoxeSec .interestsBoxes {
        width: calc(50% - 20px);
    }
    .catalogContSec {
        padding: 60px 25px 20px 25px;
    }
    .interestsBoxeSec .questionAnsRows .colsM5 {
        width: calc(100% - 0px);
        margin: 0px 0px 20px 0px;
    }
    .interestsBoxeSec .questionAnsRows .colsM4 {
        width: calc(80% - 20px);
    }
    .interestsBoxeSec .questionAnsRows .colsM3 {
        width: calc(60% - 20px);
    }
    .interestsBoxeSec .questionAnsRows .colsM2 {
        width: calc(40% - 20px);
    }
    .interestsBoxeSec .questionAnsRows .colsM1 {
        width: calc(20% - 20px);
    }
}

@media screen and (max-width: 700px) {
    .catalogContSec .toggleBoxes {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 680px) {
    .assesInterestsBody {
        width: 90%;
    }
}

@media screen and (max-width: 650px) {
    .physicalActivityCardSec .activityImgSec {
        width: 100%;
        height: 100%;
        overflow: inherit;
    }
    .physicalActivityCardSec .activityImgSec img {
        height: inherit;
        position: relative;
        top: 0px;
        left: 0px;
        margin: 0px 0px 0px 0px;
        width: 100%;
    }
    .physicalActivityCardSec .activityDetailsSec {
        width: 100%;
    }
}

@media screen and (max-width: 620px) {
    .interestsBoxeSec .mealEachDaySec .cols3 {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 550px) {
    .targetMessageSec {
        width: 95%;
    }
    .personalReportsBoxSec {
        width: 100%;
    }
    .assesInterestsBody .headingSec {
        padding: 25px 35px 15px 35px;
    }
    .assesInterestsBody .asseContSec {
        padding: 30px 20px;
    }
    .assesInterestsBody .asseContSec .interestsBoxeSec .questionAnsRows .hideShowRow {
        width: calc(100% - 20px);
    }
    .interestsBoxeSec .questionAnsRows .colsS3 {
        width: calc(100% - 0px);
        margin: 0px 0px 20px 0px;
        min-width: 125px;
    }
    .interestsBoxeSec .questionAnsRows .colsS2 {
        width: calc(60% - 20px);
        min-width: 100px;
    }
    .interestsBoxeSec .questionAnsRows .colsS1 {
        width: calc(33% - 20px);
        min-width: 85px;
    }
}

@media screen and (max-width: 520px) {
    .assesInterestsBody .asseContSec .interestsBoxeSec .interestsBoxes {
        width: 100%;
        margin: 12px 0px;
    }
}

@media screen and (max-width: 500px) {
    .topMenuSec .topMenuContSec .topRightLinkSec .languageListSec {
        margin: -2px 0px 0px 10px;
    }
    .topMenuSec .topMenuContSec .pageTitleSec {
        line-height: 40px;
        margin: 10px 0px 0px 0px;
    }
    .topMenuSec .topMenuContSec .topRightLinkSec {
        margin: 12px 0px 0px 0px;
    }
    .topMenuSec .topMenuContSec .topMenuIcon {
        margin: 7px 15px 5px 0px;
    }
    .topMenuSec .topMenuContSec .topBackIcon {
        margin: 7px 15px 5px 0px;
        padding: 10px 10px 10px 0;
    }
    .topMenuSec .topMenuContSec .topRightLinkSec .settingLinkSec {
        width: 80px;
    }
    .topMenuSec .topMenuContSec .topRightLinkSec .startAsseBtnSec .assessmentBtn {
        padding: 0px 15px;
        margin: 0px 0px 0px 0px;
    }
    .profileContBoxSec .profileBoxFormSec .cols6 {
        width: 100%;
        padding: 10px 0px 20px 0px;
    }
    .tabBodyContSec {
        margin: 0px 0px 0px 0px;
    }
    .pageContainerSec {
        margin: 125px auto 20px auto;
    }
    .changePasswordPage {
        margin: 80px auto 20px auto;
    }
    .withOutTab {
        margin: 150px auto 20px auto;
        width: 95%;
    }
    .assessmentBottomNextSec {
        height: inherit;
    }
    .assessmentBottomNextSec .assesBotNextContSec .saveLaterBtn {
        float: none;
        clear: both;
        display: block;
        margin: auto;
    }
    .assessmentBottomNextSec .assesBotNextContSec .noOfPageSec {
        float: none;
        margin: 30px auto 0px auto;
        text-align: center;
    }
    .assessmentBottomNextSec .assesBotNextContSec .noOfPageSec ul {
        display: inline-block;
        width: auto;
    }
    .catalogContSec {
        padding: 30px 25px 20px 25px;
        height: 95%;
    }
    .catalogContSec .headingSec .headingText {
        width: 100%;
    }
    .catalogContSec .headingSec .rightButtonSec {
        width: 100%;
        padding-bottom: 10px;
    }
    .settingsBoxCont .settingsContBoxSec {
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width: 480px) {
    .topMenuSec .topMenuContSec .pageTitleSec {
        width: calc(100% - 62px);
    }
    .topMenuSec .topMenuContSec .topRightLinkSec {
        width: 100%;
    }
    .topMenuSec .topMenuContSec .topRightLinkSec .languageListSec {
        float: right;
    }
    .interestsBoxeSec .mealEachDaySec .cols3 {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
    .lockedPopupBgSec .lockedPopupSec {
        width: 90%;
        height: 246px;
    }
    .lockedPopupBgSec .lockedPopupSec .modalHeader {
        padding: 4px 30px 4px 30px;
    }
    .lockedPopupBgSec .lockedPopupSec .modalContent {
        padding: 10px 30px 10px 30px;
    }
    .lockedPopupBgSec .lockedPopupSec .modalFooter {
        padding: 10px 30px;
    }
    .pageContainerSec {
        margin: 160px auto 20px auto;
    }
    .tabBodyContSec {
        margin: 160px 0px 0px 0px;
    }
    .overallScoreCard.trendingScoresCard {
        padding: 40px 20px !important;
        overflow-x: auto;
    }
}

@media screen and (max-width: 450px) {
    .customersLisitSec {
        width: 95%;
    }
    .profileBoxSec {
        width: 95%;
    }
    .settingPageTabSec .changePasswordBox {
        width: 95%;
    }
    .loginBoxSec {
        width: 95%;
    }
    .loginBoxSec .loginBoxContSec {
        padding: 30px 40px 50px 40px;
    }
    .profileBoxSec .profileBoxFormSec .cols6 {
        width: calc(100% - 30px);
    }
    .catalogContSec .toggleBoxes {
        width: calc(100% - 20px);
    }
    .changePasswordPage .topSaveBtnSec {
        width: 100%;
    }
    .changePasswordBox {
        width: 100%;
        box-sizing: border-box;
        padding: 30px 30px 50px 30px;
    }
    .changePasswordPage {
        margin: 80px auto 20px auto;
    }
    .profileContBoxSec .profileBoxFormSec {
        padding: 30px 30px 45px 30px;
    }
    .topMenuSec .topMenuContSec .pageTitleSec {
        font-size: 18px;
        /* width: 120px */
        width: calc(100% - 65px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .topMenuSec {
        height: 120px;
        line-height: 58px;
    }
    .topTabSec {
        top: 105px;
    }
    .topMenuSec .topMenuContSec .topRightLinkSec {
        margin: 0px 0px 0px 0px;
    }
}

@media screen and (max-width: 400px) {
    .topMenuSec .topMenuContSec .topRightLinkSec .startAsseBtnSec .assessmentBtn {
        /* width: 160px */
        font-size: 14px;
    }
}

@media screen and (max-width: 370px) {
    .topMenuSec .topMenuContSec .topRightLinkSec {
        clear: both;
        margin: 0px 0px 0px 0px;
    }
    .topTabSec {
        top: 105px;
    }
    .pageContainerSec {
        margin: 175px auto 20px auto;
    }
    .changePasswordPage {
        margin: 140px auto 20px auto;
    }
}

/* ---------------- Responsive Section Ends ---------------- */

/*# sourceMappingURL=style.css.map */

.pageContainerSec .contentPageSec p {
    margin: 0;
    line-height: 28px;
}

.pageContainerSec .contentPageSec .contentBlockSec {
    margin: 25px 0;
}

.pageContainerSec .contentPageSec .contentBlockSec a:hover {
    text-decoration: underline;
}

.pageContainerSec .contentPageSec .contentBlockSec .blockHeading {
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
}

.pageContainerSec .contentPageSec .contentBlockSec .blockNextPara {
    padding: 15px 0 0;
}

.pageContainerSec .contentPageSec .contentBlockSec .blockSubHeading {
    font-size: 16px;
    text-decoration: underline;
    line-height: 30px;
    margin-top: 10px;
}

.pageContainerSec .contentPageSec .contentBlockSec ul.blockList {
    padding-left: 30px;
    margin: 0 0 10px;
}

.pageContainerSec .contentPageSec .contentBlockSec ul.blockList, .pageContainerSec .contentPageSec .contentBlockSec ul.blockList li {
    list-style: disc;
}

/* Phase 3 - Part 1 Styles */

.assesInterestsBody .asseContSec .nutritionBoxeSec {
    clear: both;
    display: flex;
    flex-flow: wrap;
}

.assesInterestsBody .asseContSec .nutritionBoxeSec .nutritionBoxes {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease-out;
    background-color: #FFFFFF;
    width: calc(33.3% - 20px);
    margin: 12px 10px;
    cursor: pointer;
    float: left;
}

.assesInterestsBody .asseContSec .nutritionBoxeSec .nutritionBoxes {
    /*height: 256px */
}

.assesInterestsBody .asseContSec .nutritionBoxeSec .nutritionBoxes:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.assesInterestsBody .asseContSec .nutritionBoxeSec .nutritionBoxes .imgSec {
    clear: both;
    width: 100%;
}

.assesInterestsBody .asseContSec .nutritionBoxeSec .nutritionBoxes .titleSec {
    clear: both;
    background-color: #FFFFFF;
    width: 100%;
    padding: 12px 14px;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.assesInterestsBody .asseContSec .nutritionBoxeSec .nutritionBoxes .titleSec .title {
    font-size: 16px;
    float: left;
    width: calc(100% - 22px);
    color: #666666;
    white-space: pre-wrap;
    line-height: 19px;
}

.assesInterestsBody .asseContSec .nutritionBoxeSec .nutritionBoxes .titleSec .subTextNutritionBoxes {
    font-size: 14px;
    line-height: 17px;
    float: left;
    margin-top: 5px;
    width: 100%;
    color: rgba(102, 102, 102, 0.7);
    white-space: pre-wrap;
}

.assesInterestsBody .asseContSec .nutritionBoxeSec .nutritionBoxes .titleSec .checkSec {
    float: right;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    transition: all 0.3s ease-out;
    display: none;
}

.assesInterestsBody .asseContSec .nutritionBoxeSec .nutritionBoxes.active {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.assesInterestsBody .asseContSec .nutritionBoxeSec .nutritionBoxes.active .titleSec .title {
    color: #FFFFFF;
}

.assesInterestsBody .asseContSec .nutritionBoxeSec .nutritionBoxes.active .titleSec .checkSec {
    display: block;
}

.nutritionBoxes .titleSec .checkSec .checkIcon {
    margin: 2px;
}

@media screen and (max-width: 768px) {
    .assesInterestsBody .asseContSec .nutritionBoxeSec .nutritionBoxes {
        width: calc(50% - 20px);
    }
    .physicActivityCardSec .activityCard {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 600px) {
    .loginBg .topBackBtnSec {
        position: absolute;
        top: 15px;
        left: 10px;
    }
    .loginBg {
        background-position: inherit;
    }
    .loginBoxSec {
        margin: 85px auto 85px auto;
    }
}

@media screen and (max-width: 520px) {
    .assesInterestsBody .asseContSec .nutritionBoxeSec .nutritionBoxes {
        width: 100%;
        margin: 12px 0px;
    }
    .physicActivityCardSec .activityCard {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 420px) {
    .assesInterestsBody .asseContSec .nutritionBoxeSec .nutritionBoxes {
        width: 100%;
        margin: 12px 0px;
    }
    .activityPopupBgSec .activityPopupSec .modalHeader {
        padding: 20px 70px 4px 50px;
    }
}

.nutritionCardSec {
    position: relative;
    width: calc(100% - 60px);
    margin: 20px auto;
    background-color: #FFFFFF;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
}

.nutritionCardSec .activityImgSec {
    width: 100px;
    height: 100px;
    float: left;
    position: relative;
    overflow: hidden;
}

.nutritionCardSec .activityImgSec img {
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px 0px 0px -50%;
}

.nutritionCardSec .activityDetailsSec {
    width: calc(100% - 100px);
    float: left;
    padding: 10px 20px;
    box-sizing: border-box;
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.nutritionCardSec .activityDetailsSec .cardNameSec {
    font-size: 18px;
    color: #595A59;
    font-family: "Helvetica", sans-serif, Arial;
}

.nutritionCardSec .activityDetailsSec .activityTimeSec {
    clear: both;
}

.nutritionCardSec .activityDetailsSec .activityTimeSec .minuteBoxSec {
    float: left;
    width: 114px;
    margin: 0px 20px 0px 0px;
}

.nutritionCardSec .activityDetailsSec .activityTimeSec .dayBoxSec {
    float: left;
    width: 114px;
}

.activityTimeSec .minuteBoxSec .input-field, .activityTimeSec .dayBoxSec .input-field {
    margin: 0px;
}

.activityTimeSec .minuteBoxSec .input-field input[type=text], .activityTimeSec .dayBoxSec .input-field input[type=text] {
    margin: 0px 0px 0px 0px !important;
}

.nutritionCardSec .closeBtnSec {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.nutritionCardSec .closeBtnSec .iconSec {
    fill: #A9A9A9;
    float: left;
    margin: 0px;
    font-size: 20px;
    height: 20px;
    width: 20px;
}

.assesInterestsBody .asseContSec .questionAnsRows .nutritionQuestionRowSec {
    clear: both;
    width: calc(100% - 60px);
    margin: 15px auto 10px auto;
    font-size: 18px;
    color: #595A59;
}

.nutritionCardSec .activityDetailsSec .markAllThatApplySec {
    clear: both;
    width: calc(100% - 24px);
    margin: 0;
    font-size: 16px;
    color: rgba(89, 90, 89, 0.7);
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.nutritionCardSec .activityDetailsSec .nutritionExampleSec {
    margin: 20px 0 10px 0;
}

.nutritionCardSec .activityDetailsSec .nutritionExampleSec .nutritionExampleTitleSec {
    font-size: 16px;
    line-height: 19px;
    color: #595A59;
    margin-bottom: 10px;
}

.nutritionCardSec .activityDetailsSec .nutritionExampleSec .nutritionServingsImgSec {
    margin: 0 -5px;
}

.nutritionCardSec .activityDetailsSec .nutritionExampleSec .nutritionServingsImgSec .nutritionServings {
    width: calc(33.33% - 10px);
    margin: 0 5px;
    float: left;
}

.nutritionCardSec .activityDetailsSec .nutritionExampleSec .nutritionServingsImgSec .nutritionServings img {
    width: 100%;
}

.nutritionCardSec .activityDetailsSec .nutritionExampleSec .nutritionServingsImgSec .nutritionServings .nutritionServingTitle {
    color: #666666;
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
    text-align: center;
}

@media screen and (max-width: 650px) {
    .nutritionCardSec .activityImgSec {
        width: 100%;
        height: 100%;
        overflow: inherit;
    }
    .nutritionCardSec .activityImgSec img {
        height: inherit;
        position: relative;
        top: 0px;
        left: 0px;
        margin: 0px 0px 0px 0px;
        width: 100%;
    }
    .nutritionCardSec .activityDetailsSec {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .assessmentBottomNextSec {
        margin: 30px 0px 15px 0px;
    }
    .assessmentBottomNextSec .assesBotNextContSec .saveLaterBtn {
        float: none;
        clear: both;
        display: block;
        margin: auto;
    }
    .assessmentBottomNextSec .assesBotNextContSec .noOfPageSec {
        float: none;
        margin: 10px auto 0px auto;
        text-align: center;
    }
    .assessmentBottomNextSec .assesBotNextContSec .noOfPageSec ul {
        display: inline-block;
        width: auto;
    }
}

@media screen and (max-width: 550px) {
    .questionAnsRows .searchCatalogSec .searchBoxSec {
        width: 100%;
        margin: 10px 0px 10px 0px;
        clear: both;
    }
    .questionAnsRows .searchCatalogSec .searchBtnSec {
        width: auto;
    }
    .questionAnsRows .searchCatalogSec .searchBtnSec .btnSec {
        padding: 0px 20px;
        margin: 0px 0px 0px 0px;
    }
    .physicalActivityCardSec {
        width: calc(100% - 24px);
    }
    .assesInterestsBody .asseContSec .questionAnsRows .nutritionQuestionRowSec {
        width: calc(100% - 22px);
    }
    .nutritionCardSec {
        width: calc(100% - 22px);
    }
    .contentPageSec {
        width: 95%;
        padding: 20px;
    }
}

@media screen and (max-width: 450px) {
    .nutritionCardSec .activityDetailsSec .markAllThatApplySec {
        font-size: 14px;
    }
    .activityTimeSec .minuteBoxSec .input-field input[type=text], .activityTimeSec .dayBoxSec .input-field input[type=text] {
        font-size: 14px;
    }
    .nutritionCardSec .activityDetailsSec .nutritionExampleSec .nutritionExampleTitleSec {
        font-size: 14px;
    }
    .assesInterestsBody .asseContSec .questionAnsRows .nutritionQuestionRowSec {
        font-size: 16px;
    }
    .assesInterestsBody .asseContSec .interestsBoxeSec .questionAnsRows .questionAnsRowSec .rangeBarSec {
        width: 100%;
    }
    .settingsContBoxSec .settingsBoxFormSec {
        padding: 25px;
    }
}

/* my profile newly added */

.login-wrap {
    float: left;
    margin: 20px 0px 0px 10px;
    position: relative;
    padding-right: 15px;
    cursor: pointer;
}

.login-wrap .user-thumbnail {
    background-color: rgba(89, 90, 89, 0.7);
    color: #FFFFFF;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.login-wrap .thumbnail-caret {
    font-size: 10px;
    line-height: 10px;
    color: rgba(89, 90, 89, 0.7);
    top: 9px;
    font-size: 9px;
    position: absolute;
    display: inline-block;
    right: 0;
    color: #999999;
}

.login-popup {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(100%);
    width: 90%;
    max-width: 400px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 24%), 0 0 2px 0 rgb(0 0 0 / 12%);
    z-index: 5;
}

.login-popup .user-block {
    border-bottom: 2px solid #E7E8E9;
    padding: 30px;
}

.login-popup .user-name {
    font-size: 22px;
    margin-bottom: 10px;
    color: #595A59;
    font-weight: bold;
}

.login-popup .participant-number {
    font-size: 16px;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.6);
}

.login-popup .user-mail {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.login-popup .user-mail span {
    /* color: #c3c34a; */
    color: #4F20FF;
}

.login-popup .my-profile {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: rgba(89, 90, 89, 0.7);
    padding: 30px;
    border-bottom: 2px solid #E7E8E9;
}

.login-popup .my-profile a, .login-popup .sign-out a {
    color: rgb(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    gap: 10px;
}

.login-popup .sign-out {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: rgba(89, 90, 89, 0.7);
    padding: 30px 30px 30px 60px;
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */

/*dashboard styles*/

.addBuddyBtnSec {
    display: flex;
    justify-content: flex-end;
}

.addBuddyBtnSec .addBuddyBtn {
    line-height: 36px;
    font-size: 16px;
    font-weight: 100;
    color: #FCFCFD;
    background-color: #C3C34A;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 24%), 0 0 2px 0 rgb(0 0 0 / 12%);
    border: 0px;
    width: 130px;
    margin-bottom: 20px;
    border-radius: 2px;
    outline: none;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-family: "Helvetica-Light", sans-serif, Arial;
}

.headspace-wrap {
    padding: 20px;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #595A59;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
    display: flex;
    /* height: 200px; */
    margin-bottom: 40px;
}

/* .headspace-block, .headspace-wrap img {
    flex: 1;
} */

.headspace-wrap img {
    max-height: 150px;
    object-fit: contain;
    max-width: 40%;
}

.headspace-block {
    width: max-content;
    margin: auto;
    padding-left: 20px;
}

.headspace-block .headspace-heading {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
}

.headspace-block .headspace-desp {
    font-size: 16px;
    line-height: 20px;
}

.status-wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.status-wrap .status-blocks {
    background-color: #FFFFFF;
    color: #595A59;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
    width: calc(100% / 3);
    border-radius: 5px;
}

.status-blocks .status-header {
    border-bottom: 2px solid #E7E8E9;
    padding: 0 20px;
    height: 70px;
    display: flex;
    justify-content: space-between;
}

.status-blocks .status-header .status-header-text {
    margin-top: 20px;
    flex: 1;
    font-size: 16px;
    line-height: 20px;
}

.status-blocks .status-header .status-header-icon {
    height: 50px;
    background-color: #D1D2D4;
    width: 50px;
    justify-content: center;
    display: flex;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
    align-items: center;
}

.status-blocks .status-header .status-header-icon img {
    height: 24px;
}

.status-blocks .status-header .status-header-icon img.block-warn {
    filter: invert(100%);
}

.status-blocks .status-content {
    padding: 20px;
}

.status-blocks .status-content .status-info {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

.status-blocks .status-content .status-info span:first-child {
    flex: 1;
}

.status-blocks .status-content .status-buttons .status-upload-btns {
    display: flex;
    justify-content: flex-end;
}

.status-blocks .status-content .status-buttons button.fill {
    line-height: 28px;
    font-size: 16px;
    font-weight: 100;
    color: #FCFCFD;
    background-color: #C3C34A;
    border: 0px;
    padding: 0 20px;
    border-radius: 2px;
    outline: none;
    margin: auto;
    display: block;
    cursor: pointer;
}

.status-blocks .status-content .status-buttons .status-upload-btns button.fill {
    margin-right: 0;
}

.status-blocks .status-content .status-buttons button.empty {
    line-height: 28px;
    font-size: 16px;
    font-weight: 100;
    color: #595A59;
    background-color: transparent;
    border: 0px;
    padding: 0 20px;
    outline: none;
    cursor: pointer;
    margin-left: 5px;
    width: 111px;
}

.status-blocks .status-content .status-buttons button.empty:hover {
    background-color: rgba(188, 202, 48, 0.2);
}

.joyful-wrap {
    padding: 20px;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #595A59;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
    display: flex;
    height: 300px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width:570px) {
    .joyful-wrap {
        height: auto;
    }
}

.joyful-wrap img {
    max-height: 100%;
    width: 40%;
    object-fit: contain;
}

.joyful-wrap .joyful-block {
    width: 50%;
    /* max-width: 400px; */
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
}

.joyful-wrap .joyful-block .joyful-heading {
    color: #595A59;
    font-size: 22px;
    padding: 20px 20px 10px;
    border-bottom: 2px solid #E7E8E9;
    font-weight: bold;
}

.joyful-wrap .joyful-block .joyful-subheading {
    color: #595A59;
    font-size: 16px;
    margin: 20px 0 10px 20px;
    font-weight: 600;
}

.joyful-wrap .joyful-block .progress-outer {
    border-radius: 7px;
    height: 23px;
    width: calc(100% - 40px);
    margin: 0 20px 5px;
    overflow: hidden;
    background-color: #EAEBEB;
}

.joyful-wrap .joyful-block .progress-outer .progress-inner {
    border-radius: 7px;
    background-image: linear-gradient(#cfd772 10%, #bcca30 90%);
    /* width: 15%; */
    height: 100%;
    /* transform: translateX(-100%); */
}

.joyful-wrap .joyful-block .joyful-progress-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 0 20px 20px;
    color: rgba(89, 90, 89, 0.7);
}

.joyful-wrap .joyful-block .joyful-update {
    color: #595A59;
    font-size: 16px;
    font-weight: bold;
    margin: 0 20px 10px;
    width: max-content;
    cursor: pointer;
}

.brand-list-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 60px;
}

.brand-list-wrap a {
    width: calc(100% / 3);
}

.brand-list-wrap img {
    background-color: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
    height: 150px;
    border-radius: 5px;
    width: 100%;
    object-fit: contain;
    padding: 10px;
    cursor: pointer;
}

/*challenges styles*/

.challenges-wrap .challenge-label {
    /*font-size: 16px;*/
    font-size: 1px;
    /*margin-bottom: 20px;*/
    color: #595A59;
}

.challenges-wrap .empty-challenges {
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
    color: #595A59;
}

.challenges-list {
    display: flex;
    /* gap: 20px; */
    flex-flow: wrap;
    margin-bottom: 40px;
    align-self: stretch;
}

.challange-block {
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
    color: #595A59;
    width: calc(50% - 10px);
    margin-top: 20px;
}

.challange-block:nth-child(even) {
    margin-left: 20px;
}

@media screen and (max-width:1070px) {
    .challange-block {
        width: 100%;
        margin-left: 0 !important;
    }
}

.challange-block .challenge-header {
    border-bottom: 2px solid #E7E8E9;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 10px 0;
    height: 108px;
}

.challange-block .challenge-header .challenge-image {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    margin: 0 30px;
}

.challange-block .challenge-header .challenge-descp {
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
    /* align-self: flex-end; */
    flex: 1;
}

.challange-block .challenge-header .challenge-descp span {
    font-size: 16px;
    display: block;
    line-height: 20px;
}

.challange-block .challenge-header .challenge-icon {
    height: 50px;
    width: 50px;
    background-color: #D1D2D4;
    color: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
    justify-content: center;
    display: flex;
    align-items: center;
    transform: translateY(-10px);
    flex: 0 0 50px;
}

.challange-block .challenge-header .challenge-icon img.block-warn {
    filter: invert(100%);
}

.challange-block .challenge-header .challenge-icon img {
    height: 24px;
}

.challenge-section {
    padding: 20px 30px 15px;
    height: calc(100% - 108px);
    display: flex;
    flex-direction: column;
}

.challenge-section .challenge-sub-heading {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.challenge-section .challenge-content {
    font-size: 16px;
    line-height: 20px;
    /* flex: 1; */
    min-height: 100px;
}

.challenge-section .challenge-remainder {
    width: 240px;
    margin: 5px auto 20px;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    padding: 10px 0;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
}

.challenge-section .challenge-days-remind {
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 25px;
    min-height: 40px;
}

.challenge-section .challenge-days-remind span {
    color: #C3C34A;
    display: block;
    font-size: 16px;
}

.challenge-section .challenge-btn-sec {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.challenge-section .challenge-btn {
    width: 80px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 100;
    color: #FCFCFD;
    background-color: #C3C34A;
    border: 0px;
    padding: 0 20px;
    border-radius: 2px;
    outline: none;
    /* margin: auto; */
    display: block;
    cursor: pointer;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
}

.challenge-section .challenge-btn.disabled {
    background-color: #D1D2D4;
}

@media screen and (max-width: 1050px) {
    .joyful-wrap, .headspace-wrap {
        /* align-items: center; */
        flex-flow: wrap;
        gap: 20px;
    }
    .status-wrap {
        margin-bottom: 0;
        flex-flow: wrap;
        justify-content: center;
        gap: 0;
    }
    .status-wrap .status-blocks {
        width: calc(50% - 5px);
        margin-bottom: 25px;
    }
    .status-wrap .status-blocks:nth-child(even) {
        margin-left: 10px;
    }
}

@media screen and (max-width: 870px) {
    .headspace-wrap img, .joyful-wrap img {
        flex: unset;
        width: calc(40% - 10px);
    }
    .headspace-block, .joyful-block {
        flex: unset;
        width: calc(60% - 10px) !important;
    }
}

@media screen and (max-width: 760px) {
    /*.joyful-wrap, .headspace-wrap {
        align-items: center;
        flex-flow: wrap;
        gap: 20px;
    }*/
    .status-wrap {
        margin-bottom: 0;
        flex-flow: wrap;
        justify-content: center;
        /*gap: 0;*/
    }
    .status-wrap .status-blocks {
        width: calc(50% - 5px);
        margin-bottom: 25px;
    }
    .status-wrap .status-blocks:nth-child(even) {
        margin-left: 10px;
    }
}

@media screen and (max-width: 570px) {
    .headspace-wrap, .joyful-wrap {
        height: auto;
    }
    .headspace-wrap img, .joyful-wrap img {
        width: 100%;
        max-width: 200px;
        margin: auto;
    }
    .headspace-block, .joyful-block {
        width: 100% !important;
        height: auto;
    }
    .brand-list-wrap {
        flex-flow: wrap;
        justify-content: center;
    }
    .brand-list-wrap a {
        width: calc(50% - 5px);
    }
}

@media screen and (max-width: 500px) {
    .status-wrap .status-blocks {
        width: 100%;
    }
    .status-wrap .status-blocks:nth-child(even) {
        margin-left: 0;
    }
}

@media screen and (max-width: 400px) {
    .brand-list-wrap a {
        width: 100%;
    }
}

/*file upload and calender popup styles*/

.file-upload-backdrop {
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

.file-upload-backdrop .upload-popup {
    background-color: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
    width: 95%;
    max-width: 730px;
    padding: 20px 30px;
    position: relative;
}

.file-upload-backdrop .upload-popup .heading {
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    border-bottom: 2px solid #D1D2D4;
    margin-bottom: 15px;
    color: #595A59;
}

.file-upload-backdrop .upload-popup .upload-block-sec::after {
    content: '';
    display: block;
    clear: both;
}

.file-upload-backdrop .upload-popup .upload-block-sec .upload-first-block {
    float: left;
    width: calc(50% - 15px);
    position: relative;
}

.file-upload-backdrop .upload-popup .upload-block-sec .upload-first-block .popup-input-block {
    position: relative;
    border: 1px solid #d4d4d4;
    background-color: #f7f8f8;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
    align-items: center;
    height: 200px;
    justify-content: center;
}

.file-upload-backdrop .upload-popup .upload-block-sec .upload-first-block .popup-input-block span {
    color: #d4d4d4;
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
}

.file-upload-backdrop .upload-popup .upload-block-sec .upload-first-block .popup-upload-btn {
    width: max-content;
    margin: auto;
    position: relative;
}

.file-upload-backdrop .upload-popup .upload-block-sec .upload-first-block button {
    background-color: #c3c34a;
    border: none;
    color: #FFFFFF;
    outline: none;
    font-size: 12px;
    padding: 5px 10px;
    margin: auto;
    display: block;
    cursor: pointer;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
}

.file-upload-backdrop .upload-popup .upload-block-sec .upload-first-block input[type="file"] {
    /* display: none; */
    position: absolute;
    /* visibility: hidden; */
    top: 0px;
    left: 0;
    width: 100%;
    height: 200px;
    opacity: 0;
}

.file-upload-backdrop .upload-popup .upload-block-sec .upload-first-block .errorMsg {
    margin-top: 10px;
    font-weight: 300;
    color: #f44336;
    text-align: center;
}

.file-upload-backdrop .calendar-popup .errorMsg {
    margin-top: 10px;
    font-weight: 300;
    color: #f44336;
    text-align: center;
}

/*.file-upload-backdrop .upload-popup .upload-block-sec .upload-first-block input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
} */

.file-upload-backdrop .upload-popup .upload-block-sec .upload-second-block {
    float: right;
    width: calc(50% - 15px);
}

.file-upload-backdrop .upload-popup .upload-block-sec .upload-second-block .upload-item {
    min-height: 200px;
    margin-bottom: 15px;
}

.file-upload-backdrop .upload-popup .upload-block-sec .upload-second-block .upload-item .upload-each-item {
    display: flex;
}

.file-upload-backdrop .upload-popup .upload-block-sec .upload-second-block .upload-item .file-content {
    flex: 1;
}

.file-upload-backdrop .upload-popup .upload-block-sec .upload-second-block .upload-item .file-content .file-name {
    color: #595A59;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

.file-upload-backdrop .upload-popup .upload-block-sec .upload-second-block .upload-item .file-content .file-name span:first-child {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-upload-backdrop .upload-popup .upload-block-sec .upload-second-block .upload-item .file-content .file-name span:last-child {
    font-size: 12px;
    cursor: pointer;
}

.file-upload-backdrop .upload-popup .upload-block-sec .upload-second-block .upload-item .file-content progress {
    width: 100%;
}

.file-upload-backdrop .upload-popup .upload-block-sec .upload-second-block .upload-item .file-content .percentage {
    color: #ABABAB;
    font-size: 10px;
    transform: translateY(-5px);
}

.file-upload-backdrop .upload-popup .upload-block-sec .upload-second-block .upload-btn-sec {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.file-upload-backdrop .upload-popup .upload-block-sec .upload-second-block .upload-btn-sec button {
    line-height: 24px;
    font-size: 12px;
    font-weight: 100;
    color: #FCFCFD;
    background-color: #C3C34A;
    border: 0px;
    padding: 0 20px;
    border-radius: 2px;
    outline: none;
    display: block;
    cursor: pointer;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 6%), 0 4px 6px 0 rgb(0 0 0 / 12%);
    width: 77px;
}

.file-upload-backdrop .upload-popup .upload-block-sec .upload-second-block .upload-btn-sec button:last-child {
    background-color: #D1D2D4;
}

.file-upload-backdrop .calendar-popup {
    background-color: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
    width: 95%;
    max-width: 880px;
    padding: 50px;
    margin: auto;
    /* max-height: 90vh; */
}

@media screen and (max-width:600px) {
    .file-upload-backdrop.challenge-backdrop {
        overflow: auto;
        display: block;
        padding: 10px 0;
        align-items: unset;
        justify-content: unset;
    }
}

.file-upload-backdrop .calendar-popup .heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #595A59;
}

.file-upload-backdrop .calendar-popup .upload-btn-sec {
    display: flex;
    gap: 10px;
}

@media screen and (max-width:600px) {
    .file-upload-backdrop .calendar-popup form {
        position: relative;
        margin-top: 30px;
        display: block;
    }
    .file-upload-backdrop .calendar-popup .upload-btn-sec {
        position: absolute;
        top: -30px;
        right: 0;
    }
}

.file-upload-backdrop .calendar-popup .upload-btn-sec button {
    line-height: 24px;
    font-size: 12px;
    font-weight: 100;
    color: #FCFCFD;
    background-color: #C3C34A;
    border: 0px;
    padding: 0 20px;
    border-radius: 2px;
    outline: none;
    display: block;
    cursor: pointer;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 6%), 0 4px 6px 0 rgb(0 0 0 / 12%);
    width: 80px;
}

.file-upload-backdrop .calendar-popup .upload-btn-sec button:last-child {
    background-color: #D1D2D4;
}

/* circle loader styles start here */

.circleLoader {
    /* display: none; */
    padding: 6px 0;
    background-color: #2C425C;
}

.circleLoader .preloader-wrapper {
    height: 15px;
    width: 15px;
    margin: auto;
    display: block;
}

.whiteCircle.spinner-layer {
    border-color: #FFFFFF !important;
}

.preloader-wrapper .circle-clipper .circle {
    border-width: 1px;
}

.download-loader {
    width: 111px;
    background-color: transparent;
    height: 28px;
    border: none;
    margin-left: 5px;
}

.greenCircle.spinner-layer {
    border-color: #bcca30 !important;
}

/* date picker */

.datepicker.dropdown-menu {
    background-color: #f8f9f9 !important;
    box-shadow: none !important;
    border: none !important;
    padding: 10px;
    min-width: max-content;
    /* margin-top: 60px; */
    margin-left: -5px;
    transform: translateY(60px);
}

.datepicker.dropdown-menu::after, .datepicker.dropdown-menu::before {
    display: none;
}

.datepicker.dropdown-menu .datepicker-switch, .datepicker.dropdown-menu .prev, .datepicker.dropdown-menu .next {
    padding: 0;
    color: #5e5f5f;
    font-size: 20px;
    white-space: nowrap;
}

.datepicker.dropdown-menu .day {
    font-size: 16px;
    color: #5e5f5f;
}

.datepicker.dropdown-menu .dow, .datepicker.dropdown-menu .day.disabled {
    color: rgba(94, 95, 95, 0.2)
}

.datepicker.dropdown-menu .day.active, .datepicker.dropdown-menu .day.active:hover {
    background-color: #e9425a !important;
    border-radius: 50px;
    color: #FFFFFF;
}

/* .calender-pop-input {
    max-height: calc(100% - 180px);
    overflow: auto;
} */

.calender-pop-input .col {
    margin-top: 179px;
    width: 230px !important;
    margin-right: 10px;
}

/* @media screen and (max-width:850px) {
    .calender-pop-input .more-calender.col{
        margin-top: 230px; *¸
        float: none !important;
        margin-right: auto;
         width: 100% !important;
    }
} */

.challenge-section .challenge-btn .preloader-wrapper {
    margin: 4.5px auto !important;
}

.headspace-block-wrap {
    width: 60%;
    display: flex;
}

.joyful-date {
    font-size: 16px;
    line-height: 20px;
}

.unenroll-empty {
    height: 24px;
    width: 80px;
    border: none;
    background-color: transparent;
    font-size: 14px;
    margin-left: 10px;
}

.unenroll-empty:hover {
    background-color: rgba(188, 202, 48, 0.2);
}

.unenroll-empty:focus {
    background-color: transparent;
}

.challenge-unenroll {
    width: 400px !important;
    padding: 35px 30px !important;
}

.challenge-unenroll .heading {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 40px !important;
}

.challenge-unenroll .upload-btn-sec {
    display: flex;
    justify-content: center;
}

.challenge-unenroll .upload-btn-sec button:last-child {
    background-color: #595a59 !important;
    margin-left: 20px;
}
.size-chart {
    text-align: right;
    color: #4caf50;
    padding-left: 61px;
    text-decoration: underline;
}

.size-chart a {
    color: #4caf50;
    text-decoration: underline;
}

.size-chart a:hover {
    color: #4caf50 !important;
}

.btn-close {background-color: #E8E8E8 !important;margin-left: 2px;color: #000000;}

.btn-danger {background-color: #d9534f !important;margin-left: 4px;color: #fff;}

.btn-success {background-color: #5cb85c !important;color: #fff;}

.margin-left-2 {margin-left: 2px;}

.jumbotron_custom {
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 6%), 0 4px 6px 0 rgb(0 0 0 / 12%);
    padding: 10px 10px;
    background-color: #fff;
}

.tabs .tab a:hover {color: #333333;cursor: pointer;}

.loader {position: absolute;top :0;left: 0;right: 0;bottom: 0;margin: auto; }

.pagination { float: right; }

.pagination li a, .pagination li { height: 35px; }

.pagination>li>a, .pagination>li>span { margin-left: 0px; }

.reject_note_display {
    background-color : #dc3545;
    padding: 5px;
    color: #fff;
    margin-bottom: 10px;
}