body:has(.hportal-main).post,
body:has(.hportal-main).page,
.entry-content:has(.hportal-main),
.hebron-portal:has(.hportal-main),
html:has(.hportal-main),
.site:has(.hportal-main),
.site-main:has(.hportal-main),
article:has(.hportal-main) {
    height: 100%;
}

.user-menu {
    position: relative;
}

.user-menu .arrow {
    cursor: pointer;
}

.user-menu .dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 100%;
    background: #0E2847;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    display: none;
    z-index: 999;
    border-radius: 5px;
    overflow: hidden;
}

.user-menu .dropdown.show {
    display: block;
}

.user-menu .dropdown a {
    display: flex;
    padding: 5px 10px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    align-items: center;
}

.user-menu .dropdown a svg {
    margin-right: 5px;
}


.hide-header header,
.hide-header footer {
    display: none;
}

.hebron-portal {
    display: flex;
    /* flex-wrap: wrap; */
    flex-wrap: wrap;
}

.hportal-sidebar {
    width: 250px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    background: #0E2847;
    padding: 15px 10px;
}

.hportal-main {
    width: calc(100% - 250px);
}

.hportal-main a.btn,
.hportal-main button,
.hportal-form__avatar-btn {
    padding: 10px 25px !important;
}

.hportal-sidebar__logo img {
    max-width: 123px;
    width: 100%;
}

.hportal-sidebar__logo {
    margin-bottom: 19px;
}

.hportal-sidebar__nav li a {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    color: #FFF;
    border-radius: 8px;
    padding: 10px 15px;
    transition: all 0.6s;
    display: flex;
    align-items: center;
}

.hportal-sidebar__nav li a:hover,
.hportal-sidebar__nav li.is-active a {
    background-color: #EDB753;
    color: #0E2847;
}

.hportal-sidebar__nav li a:hover .hportal-sidebar__nav-icon,
.hportal-sidebar__nav li.is-active .hportal-sidebar__nav-icon {
    filter: unset;
}

.hportal-sidebar__nav-icon {
    height: 18px;
    width: 18px;
    display: inline-block;
    margin-right: 10px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: brightness(0) invert(1);
}

.hportal-sidebar__nav li:not(:last-child) {
    margin-bottom: 10px;
}


.hportal-sidebar__nav-icon.my-account {
    background-image: url(../images/sidebar-my-account.svg);
}

.hportal-sidebar__nav-icon.payment {
    background-image: url(../images/sidebar-payment.svg);
}

.hportal-sidebar__nav-icon.class {
    background-image: url(../images/sidebar-class.svg);
}

.hportal-sidebar__nav-icon.contact {
    background-image: url(../images/sidebar-contact.svg);
}

body .hportal-sidebar__nav li {
    margin-left: 0;
}

body .hportal-sidebar__nav ul {
    list-style-type: none;
}

.hportal-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 30px;
    position: relative;
}

.hportal-topbar:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: linear-gradient(270deg, rgba(14, 40, 71, 0.00) 1.13%, rgba(14, 40, 71, 0.10) 50.42%, rgba(14, 40, 71, 0.00) 99.71%);
    z-index: 1;
}

.hportal-topbar .hportal-topbar__user {
    flex-shrink: 0;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.hportal-topbar .hportal-topbar__user img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: contain;
    margin-right: 5px;
}

.hportal-topbar__left .hportal-topbar__title.h3 {
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 44px;
}

.hportal-topbar__username {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #0E2847;
    font-family: "Poppins", sans-serif;
}

.hportal-content {
    padding: 30px;
}

.hportal-profile-card {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 40px;
    border-radius: 20px;
    border: 1px solid #E5DECB;
    display: flex;
    /* align-items: center; */
    margin-bottom: 20px;
    min-height: 272px;
}

.hportal-profile-card__avatar-wrap {
    border-radius: 115.385px;
    border: 2px solid #EDB753;
    background: #FFF;
    width: 168px;
    height: 168px;
    overflow: hidden;
    padding: 10px;
    flex-shrink: 0;
    margin-right: 30px;
}

.avatar-wrap-main {
    position: relative;
    width: 168px;
    height: 168px;
    margin-right: 30px;
    display: flex;
}

.avatar-wrap-main .profile-img {
    position: absolute;
    bottom: 5px;
    right: 12px;
    border-radius: 50px;
    background: #0E2847;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.hportal-profile-card__avatar-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 115.385px;
}

.hportal-profile-card__header h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.hportal-profile-card__header h3 {
    color: #0E2847;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
}

.hportal-profile-card__header h2 span.tag {
    display: inline-block;
    border-radius: 50px;
    background: #EDB753;
    color: #0E2847;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
    padding: 3px 10px;
    margin: 15px 0px 8px 15px;
}

.hportal-profile-card__body a.btn svg {
    margin-left: 0;
    margin-right: 8px;
}

.hportal-profile-card__body a.btn {
    margin-top: 20px;
}

.hportal-stats-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -12.5px -25px;
}

.hportal-stat-card-col {
    width: 25%;
    padding: 0 12.5px;
    margin-bottom: 25px;
}

.hportal-stat-card {
    border-radius: 15px;
    border: 1px solid rgba(21, 25, 14, 0.16);
    padding: 16px 16px 16px 78px;
    height: 100%;
    position: relative;
}

.hportal-stat-card span {
    display: block;
}

.hportal-profile-card .hportal-profile-card__body {
    max-width: 540px;
}

.hportal-stat-card .hportal-stat-icon {
    border-radius: 35.714px;
    background: #0E2847;
    width: 50px;
    height: 50px;
    padding: 8.705px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.hportal-stat-card-label {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #0E2847;
    margin-bottom: 8px;
}

.hportal-stat-card-value {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #0E2847;
    font-family: "Encode Sans", sans-serif;
    margin-bottom: 10px;
}

.hportal-stat-card-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #EDB753;
    font-family: "Encode Sans", sans-serif;
}

.hportal-stat-card-link svg {
    margin-left: 8px;
}

.hportal-section {
    margin-top: 50px;
}

.hportal-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.hportal-section__header h3.hportal-section__title {
    margin: 0;
    color: #0E2847;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
}

.hportal-section__header a.hportal-link {
    color: #0E2847;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.hportal-section__header a.hportal-link:hover {
    color: #EDB753;
}

.hportal-course-list li {
    list-style-type: none;
    border-radius: 15px;
    border: 1px solid #DBDFE4;
    background: #FFF;
    padding: 12px;
    display: flex;
    align-items: center;
    margin-left: 0 !important;
}

.hportal-course-list li:not(:last-child) {
    margin-bottom: 15px;
}

.hportal-course-item__thumb {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    background: #F9F4E3;
    flex-shrink: 0;
    overflow: hidden;
}

.hportal-course-item__thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hportal-course-item-content {
    width: calc(100% - 90px);
    padding-left: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hportal-course-item__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: #0E2847;
    margin-bottom: 5px;
}

.hportal-course-item__teacher {
    display: flex;
    margin-bottom: 15px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: rgba(14, 40, 71, 0.80);
    align-items: center;
}

.hportal-course-item__teacher .author-avatar {
    width: 28px;
    height: 28px;
    aspect-ratio: 1/1;
    border-radius: 28px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 10px;
}

.hportal-course-item__teacher .author-avatar img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hportal-progress-bar {
    border-radius: 50px;
    background: #D9D9D9;
    width: 215px;
    height: 5px;
    overflow: hidden;
}

.hportal-progress-bar__fill {
    background: #EDB753;
    height: 5px;
}

.hportal-course-item__pct {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    color: rgba(14, 40, 71, 0.80);
    margin-left: 10px;
}

.hportal-progress {
    display: flex;
    align-items: center;
}

.hportal-course-item__actions {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-left: 10px;
}

.hportal-course-item__actions .hportal-course-status {
    width: auto;
    min-width: 113px;
    padding: 8px 10px;
    border-radius: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #EEE9DA;
}

.hportal-course-status--active {
    background: #F9F4E3;
    color: #EDB753;
}

.hportal-course-status--done {
    background: #DDF1DD;
    color: #195C30;
}

.hportal-course-item__actions a.btn {
    width: 100%;
}

.hportal-course-item__actions a.btn:hover {
    color: #0E2847 !important;
    background: #EDB753;
    border-color: #EDB753;
}

.hportal-main .subscription-plan-sec {
    margin: 0 0 50px 0;
}

.three-column-card-sec {
    margin: 0;
    background-color: transparent;
    padding: 0;
}

.hportal-main .container {
    max-width: 100%;
    padding: 0;
}

h2.hportal-section-heading__title {
    color: #0E2847;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.hportal-main .three-column-card-sec {
    background: transparent;
    padding: 0;
}

.hportal-main .pricing-main {
    max-width: 100%;
}

.hportal-main .pricing-main .pricing-card .plan-btn .btn {
    width: 100%;
    margin-top: 30px;
    padding: 15.5px 25px !important;
}

.hportal-ayuda {
    border-radius: 15px;
    background: #F3F6F9;
    padding: 40px;
    text-align: center;
}

.ayuda-title {
    max-width: 624px;
    margin: 0 auto 40px;
}

.hportal-contact-tile__icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: #F9F4E3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hportal-contact-tile__icon img {
    width: 28px;
}

a.hportal-contact-tile__value {
    color: #0E2847;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 16px;
    outline: 0;
    font-family: "Encode Sans", sans-serif;
}

.hportal-contact-tile p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;

}

.hportal-ayuda__contacts {
    border-radius: 20px;
    background: #FFF;
    max-width: 752px;
    margin: 0 auto;
    padding: 30px 40px;
}

.hportal-main .three-column-card-sec .card-item .text h3 a {
    color: #0E2847;
    font-family: "Encode Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}


/* edit-profile css */

.hportal-form__field label,
.hportal-form__field span {
    display: flex;
}

.hportal-form__field input,
.hportal-form__field textarea {
    padding: 13px 20px;
    border-radius: 50px;
    background: #FFF;
    outline: none;
    border-color: transparent;
    font-family: "Poppins", sans-serif;
    color: rgba(14, 40, 71, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
}

.hportal-edit-profile {
    border-radius: 30px;
    background: #F3F6F9;
    padding: 50px;
}

.hportal-form__field textarea {
    border-radius: 20px !important;
}

.hportal-form>div:not(:last-child) {
    margin-bottom: 20px;
}

.hportal-form__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hportal-form__row .hportal-form__field {
    width: calc(50% - 10px);
}

label.hportal-form__label {
    display: flex;
    margin-bottom: 12px;
    color: #0E2847;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    font-family: "Poppins", sans-serif;
    position: relative;
}

.hportal-form__hint {
    margin-top: 10px;
}

.btn.hportal-form__avatar-btn svg {
    margin-left: 0;
    margin-right: 8px;
}

.hportal-form__avatar-section {
    display: flex;
    align-items: start;
}

.hportal-form__avatar-preview {
    height: 75px;
    width: 75px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
}

.hportal-form__avatar-preview img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hportal-form__avatar-controls input {
    display: none;
}

.hportal-notice.hportal-notice--success,
.hportal-notice.hportal-notice--error {
    display: inline-flex;
    align-items: center;
    padding: 5px 15px 5px 15px;
    border-radius: 50px;
    gap: 7px;
    background-color: green;
    margin-bottom: 20px;
    color: #fff;
}

.hportal-notice.hportal-notice--error {
    background-color: red;
}


.three-column-card-sec .card-col.no-hover .card-item:hover .image:after,
.three-column-card-sec .card-col.no-hover .card-item:hover .image:before {
    display: none;
}

.three-column-card-sec .card-col.no-hover .card-item:hover .image img {
    transform: scale(1);
}

body .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
    color: rgba(14, 40, 71, 1);
    font-weight: 700;
}

body .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
    background: #EDB753;
}

body .hportal-pagos__iframe {
    min-height: 850px;
}

body .hportal-pagos__checkout-header {
    padding: 0;
    margin-bottom: 20px;
}

.hebron-portal .hportal-subject-grid .column-row {
    justify-content: flex-start;
}

.hportal-evaluaciones__back,
.hportal-certificados__back {
    margin-bottom: 15px;
    margin-top: 15px;
}

.hportal-evaluaciones__back:hover svg path,
.hportal-certificados__back:hover svg path {
    stroke: #edb753;
}

.hportal-evaluaciones__back svg,
.hportal-certificados__back svg {
    transform: scale(-1);
    display: inline-block;
    margin-right: 2px;
}

.hportal-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.hportal-title-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.19922 5.6L7.86589 10.2667L12.5326 5.6' stroke='%232F323F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    padding: 12px 40px 12px 20px;
    background-color: #fff;
    border-radius: 30px;
    outline: 0;
    box-shadow: none;
    border-color: rgba(14, 40, 71, 1);
}

ul.hportal-list-main {
    list-style-type: none;
}

ul.hportal-list-main li {
    position: relative;
    justify-content: space-between;
    margin: 0;
    list-style-type: none;
    border-radius: 15px;
    border: 1px solid #DBDFE4;
    background: #FFF;
    padding: 12px 20px;
    display: flex;
    align-items: center;
}

.hportal_item_inner {
    display: flex;
    align-items: flex-start;
}

ul.hportal-list-main li .hportal-evaluaciones__item-icon,
ul.hportal-list-main .hportal-certificados__item-icon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

ul.hportal-list-main li p,
ul.hportal-list-main li p span {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

ul.hportal-list-main li span {
    font-size: 14px;
    line-height: normal;
}

ul.hportal-list-main li span:not(:last-child) {
    margin-right: 10px;
    display: inline-block;
}

ul.hportal-list-main li .hportal-certificados__item-icon svg,
ul.hportal-list-main li .hportal-evaluaciones__item-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

ul.hportal-list-main li:not(:last-child) {
    margin-bottom: 15px;
}

.hportal-certificados__thumb {
    width: 130px;
    height: 86px;
    flex-shrink: 0;
    margin-left: 10px;
}

.hportal-certificados__thumb svg,
.hportal-certificados__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.hpc-popup-frame-wrap iframe.hpc-popup-frame {
    width: 100%;
    min-height: 600px;
}

.hpc-popup-inner a.btn.btn-yellow.hpc-popup-download {
    display: inline-flex;
    margin-top: 20px;
    gap: 5px;
    align-items: center;
}

.hpc-popup-inner {
    text-align: center;
}

ul.hportal-list-main li .hportal-evaluaciones__indicator {
    width: 25px;
    height: 25px;
}

ul.hportal-list-main li .hportal-evaluaciones__indicator svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hportal-title-wrapper h2 {
    margin: 0;
    font-size: 24px;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
    right: 0;
}

@media only screen and (min-width:768px) {

    .dash-toggler,
    .hportal-sidebar-header {
        display: none;
    }
}


@media only screen and (max-width: 1439px) {
    .hportal-stat-card-col {
        width: 50%;
    }

    .hportal-stat-card-col {
        width: 50%;
    }

    .hportal-profile-card__avatar-wrap,
    .avatar-wrap-main {
        width: 120px;
        height: 120px;
        margin-right: 15px;
    }

    .avatar-wrap-main .profile-img {
        width: 35px;
        height: 35px;
        right: 0;
    }

    .hportal-profile-card__avatar-wrap {
        margin-right: 15px;
    }

    .hportal-profile-card__header h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .hportal-profile-card {
        min-height: 230px;
        padding: 30px;
    }

    .hportal-main .three-column-card-sec .card-item .image {
        height: 190px;
    }

    .hportal-main .three-column-card-sec .card-item:hover .hover-content {
        max-height: 160px;
    }

    .hportal-main .three-column-card-sec .card-col {
        width: 50%;
    }

    .hportal-topbar__left .hportal-topbar__title.h3 {
        line-height: normal;
    }

    .hportal-main .pricing-main .pricing-card {
        width: 100%;
    }
}

@media only screen and (max-width: 1399px) {
    body .hportal-pagos__iframe {
        min-height: 990px;
    }
}


@media only screen and (max-width: 1199px) {
    .hportal-ayuda {
        padding: 30px 20px;
    }

    .ayuda-title h2 {
        font-size: 26px;
    }

    .ayuda-title {
        margin-bottom: 20px;
    }

    .hportal-edit-profile {
        padding: 30px 20px;
    }

    body .hportal-pagos__iframe {
        min-height: 1080px;
    }

    ul.hportal-list-main li .hportal-evaluaciones__item-icon {
        top: 15px;
    }

    ul.hportal-list-main li .hportal-certificados__item-icon {
        top: 29px;
    }

    ul.hportal-list-main li p {
        font-size: 16px;
        line-height: normal;
    }

    .hportal-title-wrapper h2 {
        margin: 0;
        font-size: 20px;
    }
}


@media only screen and (max-width: 991px) {

    .hportal-topbar {
        flex-wrap: wrap;
    }

    .hportal-topbar .hportal-topbar__user {
        margin: 20px 0 0 0;
    }

    .hportal-course-list li {
        flex-wrap: wrap;
    }

    .hportal-course-item-content {
        flex-wrap: wrap;
        padding-left: 15px;
        width: calc(100% - 70px);
    }

    .hportal-course-item__actions {
        flex-direction: row;
        align-items: center;
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }

    .hportal-course-item__actions .hportal-course-status {
        margin: 0;
    }


    .hportal-course-item__pct {
        flex-shrink: 0;
    }

    .hportal-profile-card__avatar-wrap,
    .avatar-wrap-main {
        width: 100px;
        height: 100px;
    }

    .hportal-profile-card__header h2 {
        flex-wrap: wrap;
        font-size: 20px;
        margin-bottom: 5px;
        gap: 6px;
    }

    .hportal-profile-card__header h2 span.tag {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .hportal-profile-card {
        padding: 20px;
    }

    .hportal-profile-card__header h3 {
        font-size: 15px;
        line-height: normal;
    }

    .hportal-profile-card__body span,
    .hportal-profile-card__body p {
        font-size: 14px;
        line-height: normal;
    }

    .hportal-stat-card .hportal-stat-icon {
        position: static;
        transform: none;
        margin-bottom: 10px;
    }

    .hportal-stat-card {
        padding: 16px;
    }

    .hportal-stat-card-value {
        font-size: 24px;
    }

    .hportal-stat-card-col {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .hportal-course-item__thumb {
        width: 70px;
        height: 70px;
    }

    .hportal-course-list li {
        align-items: flex-start;
    }

    .hportal-section {
        margin-top: 40px;
    }

    .hportal-content {
        padding: 20px;
    }

    .hportal-topbar {
        padding: 20px;
    }

    .hportal-stats-row {
        margin: 0 -5px;
    }

    .hportal-course-item__actions a.btn {
        width: auto;
        margin-left: 10px;
    }

    .hportal-main a.btn {
        padding: 8px 20px !important;
    }

    .hportal-course-item__actions .hportal-course-status {
        padding: 6px 10px;
    }

    .hportal-main .subscription-plan-sec {
        margin-bottom: 30px;
    }

    .hportal-main .three-column-card-sec .card-col {
        width: 100%;

    }

    /* edit-profile css */
    .hportal-form__row .hportal-form__field:not(:last-child) {
        margin-bottom: 20px;
    }

    .hportal-form__row .hportal-form__field {
        width: 100%;
    }

    .hportal-notice.hportal-notice--success,
    .hportal-notice.hportal-notice--error {
        align-items: flex-start;
        padding: 10px 15px 10px 15px;
        font-size: 14px;
        line-height: normal;
        border-radius: 10px;
    }

    .hportal-notice.hportal-notice--error svg {
        margin-top: 2px;
    }

    .hportal_item_inner {
        display: flex;
        align-items: flex-start;
        width: 65%;
    }

    ul.hportal-list-main li.hportal-evaluaciones__item .hportal_item_inner {
        width: 100%;
    }

    ul.hportal-list-main li.hportal-evaluaciones__item {
        align-items: flex-start;
    }

    ul.hportal-list-main li p,
    ul.hportal-list-main li p span {
        font-size: 14px;
    }

    ul.hportal-list-main li {
        padding: 12px;
    }

    ul.hportal-list-main li .hportal-evaluaciones__item-meta span {
        font-size: 12px;
        display: block;
        margin-top: 5px;
    }

}


@media only screen and (max-width: 767px) {

    .hportal-sidebar-header {
        display: flex;
        align-items: center;
        background: #0E2847;
        padding: 10px 20px;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .hportal-sidebar-header a.hportal-sidebar__logo-link {
        max-width: 123px;
        width: 100%;
    }

    .hportal-sidebar-header a.hportal-sidebar__logo-link img.hportal-sidebar__logo-img {
        width: 100%;
    }

    .hportal-sidebar {
        position: fixed;
        top: 0;
        height: 100vh;
        z-index: 2;
        left: 0;
        width: 100%;
        overflow: auto;
        transform: translateX(-100%);
        transition: all 0.6s;
    }

    .hportal-main {
        width: 100%;
    }

    .hportal-profile-card__avatar-wrap,
    .avatar-wrap-main {
        width: 80px;
        height: 80px;
    }

    .hportal-profile-card {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .hportal-profile-card__header h2 {
        justify-content: center;
        font-size: 18px;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 5px;
        margin-bottom: 10px;
    }


    .hportal-topbar__left .hportal-topbar__title.h3 {
        line-height: normal;
    }

    .hportal-profile-card .hportal-profile-card__body a.btn {
        margin-top: 15px;
    }

    .hportal-stat-card-col {
        width: 100%;
    }

    .hportal-progress {
        flex-wrap: wrap;
    }

    .hportal-progress-bar {
        width: 100%;
    }

    .hportal-course-item__actions {
        flex-wrap: wrap;
        gap: 5px;
        margin-top: 15px;
    }


    .hportal-course-item-content {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }

    .hportal-course-item__info {
        width: 100%;
    }

    .hportal-course-item__pct {
        margin-top: 15px;
        margin-left: 0;
    }

    .hportal-section__header h3.hportal-section__title {
        font-size: 20px;
    }

    .hportal-section {
        margin-top: 20px;
    }

    .avatar-wrap-main .profile-img {
        width: 30px;
        height: 30px;
    }

    .avatar-wrap-main .profile-img svg {
        width: 15px;
    }

    .dash-toggler svg {
        display: block;
    }

    .menu-open nav.hportal-sidebar {
        transform: translateX(0%);
    }

    .hportal-sidebar__logo {
        padding-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin-bottom: 0;
    }

    .hportal-sidebar__logo .dash-toggler svg path {
        stroke: #fff;
    }

    .admin-bar nav.hportal-sidebar {
        top: 46px;
    }

    .ayuda-title h2 {
        font-size: 22px;
    }

    .hportal-ayuda__contacts {
        padding: 30px 20px;
    }

    .hportal-ayuda__contacts {
        padding: 30px 20px;
    }

    .hportal-contact-tile__icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

    .hportal-contact-tile__icon img {
        width: 24px;
    }

    a.hportal-contact-tile__value {
        font-size: 18px;
    }

    .hportal-pagos__paid-notice {
        flex-direction: column;
        text-align: center;
    }

    .hportal-pagos__paid-icon {
        margin: 0 auto;
    }

    ul.hportal-list-main li .hportal-evaluaciones__item-meta span {
        font-size: 12px;
        display: block;
        margin: 5px 0 0 0;
    }

    ul.hportal-list-main li .hportal-evaluaciones__item-icon,
    ul.hportal-list-main .hportal-certificados__item-icon {
        width: 20px;
        height: 20px;
    }

    ul.hportal-list-main li {
        border-radius: 10px;
    }

    .hportal-title-wrapper h2 {
        font-size: 15px;
    }

    .hportal-title-wrapper select {
        padding: 9px 34px 9px 12px;
        font-size: 12px;
        background-position: right 12px center;
        background-size: 14px;
    }

    ul.hportal-list-main li.hportal-certificados__item .hportal_item_inner .hportal-certificados__item-icon {
        width: 25px;
        height: 25px;
    }

    ul.hportal-list-main li.hportal-certificados__item .hportal_item_inner .hportal-certificados__item-icon {
        width: 22px;
        height: 22px;
        flex-shrink: 0;
    }

    li.hportal-certificados__item .hportal_item_inner {
        width: 100%;
    }

    .hportal-certificados__thumb {
        width: 60px;
        height: 40px;
        margin-left: 10px;
    }
}