body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.e-smart-padding-x-64 {
    padding: 64px 0;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.border-radius-4 {
    border-radius: 4px;
}

.e-smart-container {
    max-width: 1304px;
    margin-left: auto;
    margin-right: auto;
}

.navbar {
    margin-bottom: 0;
}

.navbar::before {
    background: none;
}

.navbar-header {
    display: block !important;
}

.pb-64 {
    padding-bottom: 64px;
}

.nav-menu-header-mobile {
    position: fixed;
    bottom: 0;
    display: none;
}

.navbar-static-top.navbar-inverse {
    background-color: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #CECECE;
}

.e-smart-w-full {
    width: 100%;
}

.e-smart-pd-40 {
    padding: 40px;
}

.navbar-brand {
    height: auto;
    padding: 14.5px 0;
}

.navbar-nav {
    margin: 0;
}

.container::before {
    content: none;
}

.container::after {
    content: none;
}

.navbar-inverse .navbar-nav > .open > a {
    background-color: unset;
    color: #333333;
    text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: unset;
    color: #333333;
    border: none !important;
    outline: none !important;
}

.navbar-inverse .navbar-nav > li > a:focus {
    background-color: unset;
    color: #333333;
    border: none !important;
    outline: none !important;
}

.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: unset;
    color: #333333;
    border: none !important;
    outline: none !important;
}

.navbar-static-top.navbar .menu-bar {
    height: 100%;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a:hover {
    text-decoration: none;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 26px;
}

.custom-container-header {
    justify-content: center;
    display: flex;
    padding: 0 30px;
}

.custom-container-header-user {
    justify-content: space-between;
    display: flex;
    padding: 0 16px;
}

.menu-header-nav {
    display: flex;
    align-items: center;
    gap: 45px;
    list-style-type: none;
    height: 100%;
    padding-top: 25px;
}

.menu-header-nav li {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.menu-header-nav .active {
    border-bottom: 3px solid #862B90;
}

.menu-header-nav li a {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 15px;
    justify-content: center;
    align-items: center;
}

.section-padding {
    padding: 40px 84px !important;
}

.section-padding-2 {
    padding: 40px 84px !important;
}

.section-padding-3 {
    padding: 64px 84px;
}

.section-padding-4 {
    padding: 56px 84px;
}

/* unit overview */
.unit-overview {
    display: flex;
    gap: 64px;
    padding: 40px 0;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.unit-overview .unit-overview-item-previous {
    display: flex;
    align-items: center;
    gap: 8px;
}

.unit-overview .unit-overview-item-previous img {
    width: 16px;
    height: 16px;
}

.unit-overview .unit-overview-item-previous a {
    color: #862B90;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}

.unit-overview-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.unit-overview-item-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
}

.unit-overview .unit-overview-img {
    display: flex;
    width: 580px;
    height: 220px;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0px 3px 0px 0px #CECECE;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

/* end unit overview */

/* list goals */
.e-smart-set-goals-content {
    padding-bottom: 40px;
}

.e-smart-set-goals-content .e-smart-set-goals-link-resources {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    padding-bottom: 20px;
}

.e-smart-set-goals-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
}

.e-smart-set-goals-title .text {
    color: var(--body-process, #212529);
    font-size: 20px;
    font-weight: bold;
}

.e-smart-set-goals-item {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--Grey, #CECECE);
    border-radius: 4px;
}

.e-smart-justify-content-space-bettween {
    justify-content: space-between;
}

.e-smart-flex-direction-row-reverse {
    flex-direction: row-reverse;
}


.e-smart-set-setting-goal {
    display: flex;
    align-items: center;
    gap: 12px;
}

.e-smart-set-setting-goal-icon {
    display: flex;
    align-items: center;
}

.e-smart-set-setting-goal-icon-item {
    position: relative;
}

.e-smart-set-setting-goal-icon-item .check-outline {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 15px !important;
    height: 15px !important;
}

.e-smart-set-setting-goal-icon-item .check-outline-complete {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px !important;
    height: 20px !important;
}


.track-progress-item-right-container {
    background-color: white;
    border: 1px solid var(--Grey, #CECECE);
}

.e-smart-set-goal-status-color-not-started {
    color: white;
    background: var(--care-accessible, #DA2843);
}

.e-smart-set-goal-status-color-not-started span {
    color: white;
}

.e-smart-set-goal-status-color-progress {
    background: var(--Prevention, #00C0DE);
}

.e-smart-set-goal-status-color-success {
    background: var(--Advocacy, #00B088);
}

.e-mart-cursor-pointer {
    cursor: pointer;
}

/* button next prev */
.e-smart-set-setting-goal-icon {
    display: flex;
    align-items: center;
}

.e-smart-button-set-goals {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 24px;
}

.e-smart-button-set-goals .button-next-set-goals {
    display: flex;
    align-items: center;
    gap: 8px;
}

.previous-next-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.e-smart-justify-content-right {
    justify-content: right !important;
}

.e-smart-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    text-wrap: nowrap;
}

.e-smart-button-white {
    border: 1px solid var(--Form-Accessible-Grey, #737373);
    box-shadow: 0px 2px 0px 1px #CECECE, 0px 1px 0px 0px #CECECE, 0px 3px 0px 0px #CECECE;
}

.e-smart-button-yellow {
    background: var(--Mango, #FFC52E);
    box-shadow: 0px 3px 0px 0px #F99F20;
    border: none;

}

.e-smart-button-purple {
    background: var(--Grape, #862B90);
    box-shadow: 0px 3px 0px 0px #B680BC;
    border: 1px solid #862B90;
    border-radius: 4px;

}

.e-smart-button-previous-padding {
    padding: 10px 20px;
}

.e-smart-background-white {
    background: #ffff;
}

.e-smart-background-yellow {
    background: #FFC52E;
}

.e-smart-background-purple {
    background: var(--Grape, #862B90);
}

.ePlan-bars-goals-right-btn {
    width: auto !important;
}

.e-smart-set-goal-status-max-width {
    width: 100%;
    max-width: 198px;
}

.e-smart-confirm-registration-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* end button next prev */

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f9fb;
    transition: opacity 0.75s, visibility 0.75s;
    z-index: 9999;
    opacity: 0.7;
    flex-direction: column-reverse;
    font-size: 24px;
    gap: 9px;
}

.loader-hidden {
    opacity: 0;
    visibility: hidden;
}

.loader::after {
    content: "";
    width: 75px;
    height: 75px;
    border: 15px solid #dddddd;
    border-top-color: #7449f5;
    border-radius: 50%;
    animation: loading 0.75s ease infinite;
}

@keyframes loading {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

/* end list goals */

/* layout pupler */

.row-layout-container {
    background: #F3EAF4;
    display: block;
}

.row-layout-container .layout-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.row-layout-container .content-text {
    width: 100%;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.row-layout-container-resources {
    display: flex;
    gap: 24px;
}


.row-layout-container .content-text h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    font-feature-settings: 'clig' off, 'liga' off;
    margin: 0;
}

.row-layout-container .content-text p a {
    text-decoration: underline !important;
    color: var(--Grape, #862B90);
}

/* end layout pupler */

.e-smart-last-updated {
    display: flex;
    gap: 8px;
    align-items: center;
}

.e-smart-last-updated div {
    color: var(--body-process, #212529);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.padding-last-updated {
    padding-top: 24px;
}

.e-smart-container-flex {
    flex: 1
}

/* tabs */

focus:hover,
focus.active {
    text-decoration: none;
    color: #5d094f;
}

.register-event-left {
    cursor: pointer;
}

.e-smart-max-width-support {
    max-width: 540px;
}

.e-smart-flex-support {
    display: flex;
    gap: 64px;
}

.container-supportpage {
    padding: 40px 100px;
}

.e-smart-padding-16 {
    padding-left: 16px;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: var(--Advocacy, #00B088);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

/* end tabs */

.e-smart-padding-button-8-16 {
    padding: 8px 16px;
}

.e-smart-pt-24 {
    padding-top: 24px;
}

.e-smart-padding-y-events {
    padding-top: 40px;
    padding-bottom: 40px;
}

.e-smart-category {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 8px;
}

.e-smart-category div {
    color: var(--body-process, #212529);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    background: var(--secondary-10, #F3EAF4);
    padding: 6px 4px;
    border-radius: 4px;
}

.e-smart-update-user-modal-body {
    padding: 40px;
}

.e-smart-update-user-modal-body .e-smart-title {
    color: var(--Heading, #333);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    padding-bottom: 16px;
}

.e-smart-update-user-modal-body .e-smart-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.e-smart-update-user-modal-body .e-smart-button {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.e-smart-update-user-modal-body .e-smart-content .e-smart-button-delete {
    text-align: center;
    padding-top: 24px;
}

.e-smart-update-user-modal-body .e-smart-content .e-smart-button-delete a {
    text-decoration: underline !important;
    color: #DA2843;
}

.e-smart-title-section {
    padding-bottom: 40px;
}

.e-smart-flex-support-media {
    width: 100%;
    height: auto;
}

.e-smart-flex-support-media img {
    width: 100%;
    max-width: 392px;
    height: auto;
}

#footer {
    text-align: center;
    padding: 20px 0;
    background: white !important;
}


.sign-in-footer {
    width: 100%;
    margin-top: 0;
}

.hr-icon {
    display: flex;
    align-items: center;
}

.hr-icon::before {
    content: "";
    height: 1px;
    opacity: 0.5;
    background-color: #CECECE;
    margin-right: 24px;
    width: 100%;
}

.hr-icon::after {
    content: "";
    height: 1px;
    opacity: 0.5;
    margin-left: 24px;
    background-color: #CECECE;
    width: 100%;
}

.section-layout {
    display: flex;
    align-items: self-start;
    color: black;
    text-align: left;
}

.section-layout .layout-img {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-right: 40px;
}

.gap-24 {
    gap: 24px;
}

.section-layout .layout-img img {
    width: 48px;
    height: auto;
}

/* .section-layout .layout-img {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 40px;
} */

.layout-content {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.footer-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.contact-info ul {
    display: flex;
    gap: 16px;
    list-style-type: none;
    padding: 0;
}

.contact-info ul li a {
    color: var(--Grape, #862B90);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.footer-copy-right {
    display: flex;
    align-items: center;
    gap: 32px;
    color: var(--Heading, #333);
}

.footer-copy-right p {
    color: var(--Heading, #333);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Museo Sans Rounded";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.e-smart-footer-image {
    display: block;
}

.e-smart-pd-x-16 {
    padding: 0 16px;
}

/*dashboard*/
.unit-title-item {
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.18px;
}

.equal-cols {
    display: flex;
    flex-wrap: wrap;
}

/* .equal-cols>[class*="col-"] {
    display: flex;
    flex-direction: column;
} */

.equal-cols > [class*="col-"] > .focus-content-item {
    flex: 1;
}

.focus-content-item {
    border-radius: 4px;
    border: 1px solid var(--Grey, #CECECE);
    background: var(--White, #FFF);
    box-shadow: 0px 2px 0px 0px #CECECE;
    display: flex;
    justify-content: space-between;
    height: 100%;
    max-width: 300px;
}

.focus-areas {
    display: flex;
    gap: 16px;
}

.focus-item {
    justify-content: center;
    align-items: center;
    height: 100%;
}

.focus-item-number {
    display: flex;
    border-right: 1px solid #CECECE;
    align-items: center;
    padding: 0 12px 0 12px;
}

.focus-item-name {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px 14px;
    width: 100%;
    gap: 8px;
}

.focus-item-name .goal-status {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
}

.focus-item-name .item-text {
    font-weight: bold;
}

.focus-item-name .goal-status .item-set-goals {
    font-size: 12px;
}

.focus-item-name .goal-status .item-goal-status-label {
    display: flex;
    padding: 4px 12px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 176px;
    font-size: 12px;
}

.focus-item-name .goal-status .label-success {
    background: var(--Advocacy, #00B088);
}

.focus-item-name .goal-status .label-not-started {
    background: var(--care-accessible, #DA2843);
    color: white
}

.focus-item-name .goal-status .label-progress {
    background: var(--Prevention, #00C0DE);
}

.focus-item-button {
    display: flex;
    align-items: center;
    padding: 0 12px 0 8px;
}

.focus-padding {
    padding: 0 8px;
}

.focus-pb-16 {
    padding-bottom: 16px;
}

.e-smart-mt-40 {
    margin-top: 40px;
}

/*end dashboard*/

/*events*/
.e-smart-padding-y-events {
    padding-top: 64px;
    padding-bottom: 64px;
}

.e-smart-events-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 820px;
}

.e-smart-events-content .title-content-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.e-smart-events-content .intro-content-text h3 {
    margin: 0;
    color: var(--Heading, #333);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.18px;
}

.e-smart-events-content .intro-content-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.e-smart-events-content .intro-content-text h4 {
    margin: 0;
    color: var(--Grape, #862B90);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.18px;
}

.e-smart-events-content .events-list-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.e-smart-events-content .events-list-content .events-list-content-item {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.e-smart-events-content .events-list-content .events-list-content-item .e-smart-title {
    display: flex;
    gap: 12px;
    align-items: center;
}

.e-smart-events-content .events-list-content .events-list-content-item .e-smart-title span {
    font-size: 25px;
    color: var(--Advocacy, #00B088);
}

.e-smart-events-content .events-list-content .events-list-content-item .e-smart-title h4 {
    margin: 0;
    color: var(--Grape, #862B90);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.18px;
}

.e-smart-events-content .border-events {
    border-radius: 4px;
    border: 1px solid var(--Grey, #CECECE);
    background: var(--White, #FFF);
    box-shadow: 0px 1px 0px 0px #CECECE;
}

.e-smart-events-content .events-list-content .events-list-content-item .events-list-content-description {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.e-smart-events-content .events-list-content .events-list-content-item .events-list-content-description label {
    color: var(--Heading, #333);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.e-smart-update-user-modal-body .e-smart-title-event {
    color: var(--Heading, #333);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.e-smart-update-user-modal-body .e-smart-time-start-event {
    font-size: 14px;
    padding-bottom: 16px;
}

.e-smart-modal-confirmation-message div {
    text-align: left;
}

.e-smart-modal-confirmation-message .title {
    padding-top: 10px;
    font-weight: bold;
    font-size: 24px;
}

.e-smart-modal-confirmation-message .confirmation {
    padding-top: 20px;
}

.e-smart-modal-confirmation-message .description {
    padding-top: 30px;
}

.e-smart-modal-confirmation-message .description a {
    margin: 0;
    color: var(--Grape, #862B90);
    font-feature-settings: 'clig' off, 'liga' off;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.18px;
    text-decoration-line: underline !important;
}

.e-smart-modal-confirmation-message .button-close {
    display: flex;
    justify-content: end;
    padding-top: 25px;
}

.e-smart-button-close-confirm-event {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    margin: 10px;
}

/*end events*/

/* resources */
.e-smart-resource-container {
    display: flex;
    gap: 48px;
    padding-top: 64px;
}

.e-smart-filter-focus-area {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.e-smart-filter-focus-area input {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin: 0;
}

.e-smart-filter-focus-area input:checked {
    border: solid #0079bf;
}

/* style. checkbox */
.e-smart-checkbox.style-b {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    padding-top: 4px;
}

.e-smart-checkbox.style-b input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.e-smart-checkbox.style-b input:checked ~ .checkbox__checkmark {
    background-color: #fff;
}

.e-smart-checkbox.style-b input:checked ~ .checkbox__checkmark:after {
    opacity: 1;
}

.e-smart-checkbox.style-b:hover input ~ .checkbox__checkmark {
    background-color: #eee;
}

.e-smart-checkbox.style-b:hover input:checked ~ .checkbox__checkmark {
    background-color: #fff;
}

.e-smart-checkbox.style-b .checkbox__checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 1px solid #8F8F8F;
    transition: background-color 0.25s ease;
    border-radius: 4px;
}

.e-smart-checkbox.style-b .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid #862B90;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.e-smart-checkbox.style-b .checkbox__body {
    color: var(--body-process, #212529);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.e-smart-resource-filter {
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 100%;
    max-width: 350px;
}

.e-smart-search {
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
    padding-bottom: 40px;
}

.e-smart-search input {
    margin-top: 4px;
    border-radius: 4px;
    height: 46px;
}

.e-smart-resources-result .e-smart-total-result {
    color: var(--body-process, #212529);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 24px;
}

.e-smart-resources-result .e-smart-result-content .e-smart-result-content-post {
    display: flex;
    gap: 61px;
    justify-content: space-between;
}

.e-smart-resources-result .e-smart-result-content .e-smart-result-content-post .e-smart-result-content-text {
    max-width: 715px;
}

.e-smart-resources-result .e-smart-result-content .e-smart-result-content-post .e-smart-result-content-text a {
    color: var(--Grape, #862B90);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.18px;
    text-decoration-line: underline !important;
}

.e-smart-resources-result .e-smart-result-content .e-smart-result-content-post .e-smart-forcus {
    padding: 8px 0;
    color: var(--Heading, #333);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.e-smart-resources-result .e-smart-result-content .e-smart-result-content-post .e-smart-result-content-img {
    display: flex;
    width: 126px;
    height: 126px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.e-smart-label-search {
    cursor: pointer;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.e-smart-paging .e-smart-paging-nav .e-smart-paging-ul .nex-back-pagin {
    cursor: pointer;
}

.e-smart-paging .e-smart-paging-nav .e-smart-paging-ul .nex-back-pagin span {
    border: 1px solid var(--Form-Accessible-Grey, #737373);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.e-smart-paging .e-smart-paging-nav .e-smart-paging-ul .disabled {
    opacity: 0.2;
}

.pagination {
    margin: revert !important;
}

.e-smart-paging .e-smart-paging-nav .e-smart-paging-ul .pagination li span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    padding-top: 8px;
}

.e-smart-paging .e-smart-paging-nav .e-smart-paging-ul .pagination .active span {
    background-color: var(--Grape, #862B90) !important;
    color: white;
    border-radius: 50%;
    border: 1px solid var(--Form-Accessible-Grey, #737373);
}

.e-smart-text-result-not-found {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    font-feature-settings: 'clig' off, 'liga' off;
    margin: 0;
    text-align: center;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

/* end style checkbox */
/*end resources*/

/*set goals*/
/* modify set goals  */
.e-smart-set-goals-item .cl-switch {
    display: flex;
    align-items: center;
}

.e-smart-set-setting-goal {
    display: flex;
    align-items: center;
    gap: 12px;
}

.e-smart-set-setting-goal-icon {
    display: flex;
    align-items: center;
}

.e-smart-button-set-goals {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 24px;
}

.e-smart-button-set-goals .button-next-set-goals {
    display: flex;
    align-items: center;
    gap: 8px;
}

.previous-next-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/* .e-smart-button-set-goals .button-previous {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid var(--Form-Accessible-Grey, #737373);
    box-shadow: 0px 2px 0px 6px #CECECE, 0px 1px 0px 0px #CECECE, 0px 3px 0px 0px #CECECE;
} */

.e-smart-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    text-wrap: nowrap;
}

.e-smart-button-white {
    border: 1px solid var(--Form-Accessible-Grey, #737373);
    box-shadow: 0px 2px 0px 1px #CECECE, 0px 1px 0px 0px #CECECE, 0px 3px 0px 0px #CECECE;
}

.e-smart-button-yellow {
    background: var(--Mango, #FFC52E);
    box-shadow: 0px 3px 0px 0px #F99F20;
    border: none;

}

.e-smart-button-previous-padding {
    padding: 10px 20px;
}

.e-smart-background-white {
    background: #ffff;
}

.e-smart-background-yellow {
    background: #FFC52E;
}


.e-smart-justify-content-right {
    justify-content: right !important;
}

.e-smart-set-goal-status {
    display: flex;
    padding: 4px;
    align-items: flex-start;
    gap: 1px;
    min-width: 200px;
    border-radius: 241px;
    border: 1px solid var(--Grey, #CECECE);
}

.e-smart-set-goal-status-color {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 6px 16px;
    border-radius: 108px;
}

.e-smart-content-text span a {
    text-decoration: underline !important;
    color: var(--Grape, #862B90);
}

/* end modify set goals  */

/* modal confirm */
.modal-body {
    padding: 40px !important;
}

/* end modal confirm */

.modal-fullscreen {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.modal-content {
    height: 100%;
}

.modal-on-borading {
    top: unset !important;
}

.e-smart-on-borading .content-body {
    display: flex;
    justify-content: space-between;
}

.e-smart-on-borading .content-body div button {
    color: white;
    padding: 8px;
    border-radius: 8px;
    box-shadow: none;
}

.e-smart-on-borading .content-body .content-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    padding-bottom: 24px;
}

.e-smart-on-borading .content-body .content-text .title {
    color: var(--Heading, #333);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.18px;
}

.e-smart-on-borading .content-body .content-text .description {
    color: var(--body-process, #212529);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.e-smart-on-borading .button-arrow {
    padding: 10px 0;
    display: flex;
    gap: 8px;
    width: 100%;
    max-width: 60px;
    cursor: pointer;
}

.e-smart-on-borading .button-arrow span {
    color: var(--Grape, #862B90);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.e-smart-on-borading img {
    transform: rotate(180deg);
}

.e-smart-modal-content {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 16px !important;
}

.e-smart-border-top-16 {
    border-radius: 16px 14px 0 0;
}

.e-smart-button-close-modal {
    color: white;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px;
    box-shadow: none;
}

/*end set goals*/

/*track progress*/
.tracking-goals-not-eplan {
    width: 100%;
    max-width: 339px;
}

.tracking-goals-not-eplan .tracking-goals-not-eplan-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*end track progress*/

/*account pages*/
.e-smart-padding-tab-accounts {
    padding: 64px 0;
}

.e-smart-table .e-smart-table-header li {
    font-weight: bold;
    font-size: 14px;
}

.e-smart-table ul {
    display: flex;
    gap: 16px;
    list-style-type: none;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0 12px 12px 16px;
}

.e-smart-table .e-smart-table-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.e-smart-table .e-smart-table-content ul {
    padding: 12px 16px;
    border: 1px solid var(--Grey, #CECECE);
    border-radius: 4px;
}

.e-smart-table .e-smart-table-content ul li span {
    text-decoration-line: underline !important;
    color: var(--Grape, #862B90);
    cursor: pointer;
}

.e-smart-form-control-show-password {
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.e-smart-form-control-show-password i {
    margin-left: -30px;
    cursor: pointer;
    font-size: 20px;
}

.e-smart-form-control-show-password .form-group .e-smart-input-password {
    display: flex;
    align-items: center;
}

.e-smart-users-desktop {
    display: block;
}

.e-smart-users-mobile {
    display: none;
}

.e-smart-users-mobile .user-box .user-box-infomation label {
    color: var(--Heading, #333);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.e-smart-users-mobile .user-box .user-box-infomation {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
}

.e-smart-users-mobile .user-box .border-can-edit {
    border-radius: 4px 4px 0 0;
    border: 1px solid var(--Grey, #CECECE);
    border-bottom: none;
}

.e-smart-users-mobile .user-box .border-read-only {
    border-radius: 4px;
    border: 1px solid var(--Grey, #CECECE);
}


.e-smart-users-mobile .user-box .user-box-action {
    padding: 16px;
    border-radius: 0 0 4px 4px;
    border: 1px solid var(--Grey, #CECECE);
}

.e-smart-users-mobile .user-box .user-box-action span {
    text-decoration-line: underline !important;
    color: var(--Grape, #862B90);
    cursor: pointer;
}

.e-smart-users-mobile .user-box .user-box-infomation .user-box-infomation-name {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* multiple select */
.e-smart-select-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.e-smart-custom-select {
    position: relative;
    width: 100%;
}

.e-smart-select-box {
    background-color: white;
    border: 1px solid #949494;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 4px;
    min-height: 40px;
}

.e-smart-selected-options {
    margin-top: 0;
    height: auto;
    padding: 5px 0;
}

.e-smart-tag {
    background-color: #f2f2f2;
    color: #000;
    border-radius: 5px;
    margin: 5px 0 0 5px;
    float: left;
    display: flex;
}

.e-smart-tag div {
    padding: 6px;
}

.e-smart-remove-tag {
    padding: 6px;
    cursor: pointer;
    border-radius: 4px;
}

.e-smart-arrow {
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.fa-angle-down {
    color: #404040;
    font-size: 30px;
}

.e-smart-options {
    display: none;
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #ced4da;
    border-top: none;
    max-height: 225px;
    overflow-y: auto;
    z-index: 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.e-smart-open .e-smart-options {
    display: block;
}

.e-smart-option-search-tags {
    background-color: white;
    border: 1px solid #ced4da;
    margin: 8px;
    border-radius: 4px;
}

.e-smart-search-tags {
    width: 100%;
    border: none;
    outline: none;
    padding: 8px;
    font-size: 14px;
}

.e-smart-clear {
    position: absolute;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    color: #000;
    top: 18px;
    left: auto;
    right: 15px;
}

.e-smart-option {
    padding: 10px;
    cursor: pointer;
}

.e-smart-option .e-smart-active {
    color: #000;
    background-color: #f2f2f2;
    border-bottom: 1px solid #eaeaea;
}

.e-smart-remove-tag:hover,
.e-smart-option:hover {
    background-color: #bbbaba;
}

.e-smart-no-result-message {
    padding: 0 0 12px 12px;
}

.e-smart-error {
    color: #ff1a2a;
    margin-top: 8px;
}

.e-smart-btn-summit {
    padding: 17px 24px;
    background-color: #4caf50;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.e-smart-btn-summit:hover {
    background-color: #4caf50;
}

.e-smart-color-selected {
    background-color: #bbbaba;
}

/* end multiple select */

/*end account pages*/

@media (max-width: 768px) {

    /* header  */
    .nav-menu-header {
        display: none;
    }

    .e-smart-padding-x-64 {
        padding: 40px 0;
    }

    .nav-menu-header-mobile {
        display: flex;
        justify-content: center;
        width: 100%;
        padding-top: 18px;
        background: var(--secondary-10, #F3EAF4);
    }

    .menu-header-nav {
        padding: 0;
        gap: 26px;
    }

    /* end header  */
    .e-smart-container {
        padding: 0 16px;

    }

    .row-layout-container .layout-content {
        padding: 40px 16px !important;
    }

    .row-layout-container .layout-content .content-image {
        display: none;
    }

    .focus-areas {
        flex-direction: column;
        gap: 8px;
        padding: 0 16px 0 16px;
    }

    .equal-cols {
        display: block !important;
    }

    .focus-padding {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .e-smart-button-set-goals {
        flex-direction: column;
    }

    .set-goals-buttons {
        width: 100%;
    }

    .e-smart-set-goals-item-contact {
        flex-direction: column;
        align-items: normal !important;
        gap: 16px !important;
    }

    .e-smart-set-goals-title {
        flex-direction: column !important;
        gap: 16px !important;
        align-items: flex-start !important;
    }

    /* .e-smart-background-yellow {
      width: 100%;
    } */
    .previous-next-buttons {
        gap: 12px;
    }

    /* unit over view */
    .unit-overview {
        flex-direction: column;
        padding-top: 0;
        gap: 32px !important;
        align-items: center;
    }

    .unit-overview .unit-overview-img {
        width: 328px;
        height: 184px;
    }

    /* end unit over view */
    .track-progress-item-right-item {
        padding: 6px 14px !important;
    }

    .e-smart-set-goal-status-max-width {
        max-width: 100%;
    }

    /* .e-smart-background-purple {
      width: 100%;
    } */
    .e-smart-result-content {
        display: block !important;
    }

    .e-smart-result-content-img {
        display: none !important;
    }

    .e-smart-resource-container {
        flex-direction: column;
    }

    .e-smart-resource-container {
        padding-top: 40px !important;
    }

    .pager {
        display: flex;
    }

    .e-smart-width-button {
        width: 100%;
    }

    .e-smart-resource-filter {
        max-width: none !important;
    }

    /* tabs */
    .e-smart-padding-16 {
        padding-left: 0px;
    }

    .container-supportpage {
        padding: 40px 16px;
    }

    .container-page {
        padding: 0 0;
    }

    .e-smart-display-mobile-support {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0;
    }

    .e-smart-display-mobile-accounts {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0;
    }

    .e-smart-last-updated {
        align-items: flex-start;
    }

    .e-smart-events-content .events-list-content .events-list-content-item .e-smart-title {
        align-items: flex-start !important;
    }

    .e-smart-users-mobile-padding {
        padding: 0;
    }

    .footer-container {
        padding: 0 16px;
    }

    .e-smart-flex-support {
        display: block;
    }

    .e-smart-max-width-support {
        width: 100%;
        padding: 0;
    }

    .fs-16-medium {
        font-size: 14px;
    }

    #snackbar {

        min-width: 250px;
        margin-left: -125px;
        background-color: var(--Advocacy, #00B088);
        color: #fff;
        text-align: center;
        border-radius: 5px;
        padding: 10px;
        position: fixed;
        z-index: 1;
        left: 45%;
        bottom: 100px;
        font-size: 14px;
    }

    /* end tabs */
    .e-smart-users-desktop {
        display: none !important;
    }

    .e-smart-users-mobile {
        display: block !important;
    }

    .e-smart-padding-tab-accounts {
        padding: 40px 16px !important;
    }

    .e-smart-users-mobile .e-smart-users-flex {
        display: flex;
        flex-direction: column;
        gap: 14px
    }

    /* footer */
    #footer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 64px;
    }

    .section-padding {
        padding: 0 0 130px 0 !important
    }

    .section-padding-2 {
        padding: 0 0 20px 0 !important
    }

    .section-padding-3 {
        padding: 0 !important
    }

    .section-padding-4 {
        padding: 0 !important
    }

    .section-layout {
        flex-direction: column;
        padding: 0;
        gap: 40px;
    }

    .section-layout-sign-in {
        padding: 0 0 130px 0 !important;
    }

    .section-layout .layout-img {
        display: flex;
        flex-direction: unset;
        gap: 16px;
        padding-right: 0;
    }

    .contact-info ul {
        flex-direction: column;
    }

    .footer-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .footer-container .footer-menu {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .e-smart-footer-image {
        display: none;
    }

    /* end footer */
}

@media (max-width: 1000px) {
    .focus-content-item {
        max-width: 100% !important;
    }
}

@media (max-width: 1200px) {
    .navbar-static-top .navbar-brand {
        height: auto;
    }

    .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-header::before {
        content: none;
    }

    .navbar-header::after {
        content: none;
    }
}
