.nav {
    width: 100%;
    height: 68px;
    background-color: var(--pmi-blue-primary-light);
}

.logo-nav {
    width: 127px;
    height: 30px;
    object-fit: contain;
}

.container-form-onboarding {
    max-width: 866px;
    margin: 0 auto;
}

.title {
    font-family: 'Outfit';
    font-size: 36px;
    color: #5C5E62;
}

.input {
    height: 50px;
    background-color: var(--pmi-white-primary);
}

.select-selected {
    font-size: 16px;
    height: 50px;
    background-color: var(--pmi-white-primary);
}

.select-items>div {
    font-size: 16px;
}

.custom-select {
    width: 100%;
}

.custom-select .select-selected {
    width: 100%;
    min-width: 100%;
}

.space-x-4>:not([hidden])~:not([hidden]) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
}

.bs-stepper {
    min-height: 900px;
}

.bs-stepper-header {
    justify-content: space-between;
    width: 100%;
}

.bs-stepper-content {
    flex-basis: 66%;
}

.bs-stepper-label {
    font-size: 19px;
    font-family: 'Roboto';
    color: #7F8186;
}

.bs-stepper .step-trigger {
    flex-wrap: nowrap;
}

.steps-button-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.steps-form {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.checkbox {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding-left: 46px;
    height: 24px;
    font-size: 18px;
    font-family: 'Roboto';
    color: #5C5E62;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: var(--pmi-white-primary);
    border-radius: 8px;
}

.checkbox input:checked~.checkmark {
    background-color: var(--pmi-blue-primary-light);
    border: 0px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked~.checkmark:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 10px;
    top: 6px;
    width: 6px;
    height: 12px;
    border: solid var(--pmi-blue-secondary);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bg-breadcrumb {
    display: flex;
    align-items: center;
    padding-left: 22px;
    padding-right: 22px;
    height: 61px;
    background-color: #F2F2F5;
}

.container-form-version {
    max-width: 1260px;
    margin: 0 auto;
}

.version-plans {
    width: 100%;
    min-height: 735px;
    background-color: #F9F9FC;
    border-radius: 23px;
    margin: 79px auto;
    font-family: 'Roboto';
    font-size: 17px;
    font-weight: 500;
    color: #5C5E62;
}

.version-plans--mobile {
    display: none;
    font-family: 'Roboto';
    font-size: 17px;
    font-weight: 500;
    color: #5C5E62;
    width: 100%;
    margin: 79px auto;
}

.version-plans-card--mobile {
    width: 100%;
    background-color: #F9F9FC;
    border-radius: 9px;
}

.version-plans--divider {
    height: 1px;
    width: 100%;
    background-color: #CECECE;
    margin-top: 46px;
    margin-bottom: 46px;
}

.title-blue-ligth {
    font-family: 'Outfit';
    font-size: 30px;
    font-weight: 500;
    color: var(--pmi-blue-primary-light);
}

.title-blue-dark {
    font-family: 'Outfit';
    font-size: 30px;
    font-weight: 600;
    color: #001D50;
}

.row-header-plans {
    min-height: 258px;
    margin-left: 0px;
    margin-right: 0px;
}

.row-table-plans {
    width: 100%;
    min-height: 80px;
    margin-left: 0px;
    margin-right: 0px;
}

.row-table-end {
    min-height: 144px;
}

.row-table-plans--odd {
    background-color: #ECECF2;
}

.row-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.btn-version {
    width: 120px;
}

.info-plans {
    width: 100%;
    min-height: 825px;
    background-color: #F7F7F7;
    border-radius: 33px;
    margin: 79px auto;
    font-family: 'Roboto';
    font-size: 18px;
    color: #5C5E62;
}

.info-plans-logo {
    width: 260px;
    height: 85px;
    object-fit: contain;
}

.title-info-plans {
    font-family: 'Outfit';
    font-size: 17px;
    color: #5C5E62;
    letter-spacing: .222rem;
    line-height: 29px;
    font-weight: 500;
    text-transform: uppercase;
}

.info-plans-icon {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.settings-plans {
    margin: 79px auto;
}

.accordion-container {
    width: 100%;
}

.accordion {
    width: 100%;
    border-top: 0.4px solid #A8A8A8;
    min-height: 70px;
}

.accordion:last-child {
    border-bottom: 0.4px solid #A8A8A8;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    cursor: pointer;
}

.accordion-title {
    font-family: 'Outfit';
    font-size: 20px;
    font-weight: 500;
    color: #7F8186;
}

.accordion-title--inner {
    font-size: 17px;
}

.accordion-header-content {
    flex-basis: 66%;
    font-family: 'Roboto';
    font-size: 17px;
    color: #5C5E62;
}

.accordion-body {
    display: none;
    padding: 0px;
    background-color: #fff;
}

.inner-accordion-container {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #A8A8A8;
    margin-top: 10px;
}

.inner-accordion {
    width: 90%;
    min-height: 70px;
}

.inner-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    cursor: pointer;
}

.inner-accordion-body {
    display: none;
    justify-content: center;
    background-color: #F8F8F8;
    position: absolute;
    left: 0px;
    right: 0px;
    min-height: 70px;
    z-index: 50;
    padding-left: 20px;
    padding-right: 20px;
}

.inner-dot {
    width: 6px;
    height: 6px;
    border-radius: 100%;
}

.inner-dot--active {
    background-color: var(--pmi-blue-primary-light);
}

.inner-arrow {
    display: flex;
    align-self: center;
    width: 17px;
    height: 11px;
    margin-right: 8px;
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out;
}

.arrow {
    display: flex;
    align-self: center;
    width: 17px;
    height: 11px;
    margin-right: 8px;
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out;
}

.arrow::before {
    content: "";
    background-image: url("../assets/icon/arrow-down-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.inner-arrow::before {
    content: "";
    background-image: url("../assets/icon/arrow-down-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.buy-plans {
    margin: 79px auto;
}

.card__buy__text {
    font-family: 'Roboto';
    color: #5C5E62;
    font-size: 30px;
    margin-top: 34px;
    margin-bottom: 34px;
}

.dashboard-info-bar {
    height: 29px;
    width: 100%;
    padding-left: 54px;
    padding-right: 54px;
    background-color: #DDD8D8;
    font-family: 'Roboto';
    font-size: 14px;
    color: #5E7077;
}

.dashboard-navbar {
    padding-left: 83px;
    padding-right: 54px;
    margin-left: 0px;
}

.dashboard-navbar-title {
    font-family: 'Outfit';
    font-size: 23px;
    font-weight: 600;
    color: #001D50;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-navbar-items {
    font-size: 17px;
    font-family: 'Roboto';
    color: #025158;
}

.dashboard-navbar-item:not(:first-child) {
    margin-left: 15px;
}

.dashboard-navbar-item--icon {
    width: 19px;
    height: 19px;
    object-fit: contain;
}

.dashboard-navbar-user {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.dashboard-navbar-select--language {
    background-color: transparent;
    border: 0px;
    font-size: 19px;
    text-transform: uppercase;
    outline-width: 0px;
}

.dashboard-navbar--divider {
    width: 1px;
    height: 33px;
    background-color: #00668B;
    margin-left: 24px;
    margin-right: 24px;
}

.dashboard-menu-items {
    display: none;
}

.container-popup {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.popup--active {
    background-color: rgba(0, 0, 0, 0.7);
}

.dashboard-menu-items--popup {
    position: fixed;
    top: 10px;
    left: 24px;
    right: -24px;
    width: calc(100% - 48px);
    height: 244px;
    background-color: #F5F5F5;
    border-radius: 10px;
}

.dashboard-menu-items-container--popup {
    font-family: 'Roboto';
    font-size: 16px;
    color: #5E7077;
    width: 100%;
    height: 100%;
    padding: 25px 20px;
    margin-left: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-menu-items-container--divider {
    height: 1px;
    background-color: #CECECE;
    margin-top: 20.5px;
    margin-bottom: 33px;
}

.menu-items-icon {
    width: 28px;
    height: 6px;
    object-fit: cover;
}

.dashboard-menu-navbar-icon--mobile {
    width: 21px;
    height: 21px;
    object-fit: contain;
}

.dashboard-menu-navbar-mobile {
    display: none !important;
}

.sidebar__container--mobile {
    display: none;
}

.sidebar--desktop {
    display: flex;
}

.dashboard-content {
    max-width: calc(100% - 13px);
    margin: 0 auto;
    padding: 68px 44px;
}

.bg-gray-pmi {
    background-color: #F7F7F7;
}

.accordion-container {
    width: 1294px;
}

.accordion-content {
    padding-top: 45px;
    padding-left: 85px;
    padding-right: 67px;
    padding-bottom: 67px;
}

.accordion-content-cards {
    padding: 51px 84px;
}

.card__progress {
    width: 100%;
    height: 8px;
    background-color: #D9D9D9;
    border-radius: 4px;
}

.card_progres_inner {
    height: 100%;
}

.card_title_custom {
    color: #0C3A47 !important;
}

.card_subtitle{
    font-family: 'Roboto';
    font-size: 17px;
    font-weight: 500;
    color: #5C5E62;
}
.navbar__header {
    width: 100%;
    min-height: 52px;
    background-color: var(--pmi-gray-light-secondary);
}


@media (max-width: 1536px) {
    .container-form-version {
        max-width: 1260px;
        margin: 0 auto;
    }

    .bg-glass {
        width: 38%;
    }

    .dashboard-navbar {
        padding-left: 10px;
        padding-right: 40px;
    }

    .dashboard-navbar--divider {
        margin-left: 12px;
        margin-right: 12px;
    }

}


@media (max-width: 1280px) {
    .container-form-version {
        max-width: 1024px;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .dashboard-navbar {
        padding-left: 10px;
        padding-right: 10px;
    }

    .dashboard-content {
        padding: 68px 32px;
    }

    .accordion-container {
        width: 1000px;
    }
}

@media (max-width: 1024px) {
    .container-form-onboarding {
        max-width: 760px;
        margin: 0 auto;
    }

    .container-form-version {
        max-width: 860px;
        margin: 0 auto;
    }

    .bs-stepper .step-trigger {
        flex-wrap: wrap;
    }

    .dashboard-content {
        padding: 68px 12px;
    }

    .accordion-container {
        width: 750px;
    }
}

@media (max-width: 768px) {
    .container-form-onboarding {
        max-width: 660px;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    .container-form-version {
        max-width: 660px;
        margin: 0 auto;
        padding-left: 36px;
        padding-right: 36px;
    }

    .dashboard-content {
        padding: 68px 0px;
    }

    .version-plans {
        display: none;
    }

    .version-plans--mobile {
        display: block;
    }

    .row-header-plans {
        min-height: 122px;
    }

    .title-blue-dark {
        font-size: 33px;
    }

    .info-plans {
        background-color: transparent;
        display: flex;
        justify-content: center;
    }

    .accordion-header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .inner-accordion-header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .settings-plans {
        margin-top: 36px;
    }

    .dashboard-info-bar {
        display: none !important;
    }

    .dashboard-navbar-items {
        display: none !important;
    }

    .dashboard-menu-items {
        display: flex;
    }

    .dashboard-navbar-item--icon {
        width: 32px;
        height: 32px;
        object-fit: contain;
    }

    .dashboard-navbar--desktop {
        display: none !important;
    }

    .dashboard-menu-navbar-mobile {
        display: flex !important;
    }

    .sidebar--desktop {
        display: none;
    }

    .title {
        font-family: 'Outfit';
        font-size: 35px;
        color: #5C5E62;
        text-align: start !important;
    }

    .title-headline {
        position: relative;
    }

    .title-headline::after {
        content: " ";
        position: absolute;
        width: 100%;
        bottom: -3rem;
        left: 0px;
        height: 1px;
        background-color: #C7C7C7;
    }

    .bs-stepper-label {
        display: none;
    }

    .steps-button-group {
        display: flex;
        flex-direction: column;
        padding-left: 30px;
        padding-right: 30px;
    }

    .btn {
        width: 100%;
    }

    .navbar_menu {
        font-size: 14px;
    }

    .sidebar__container--mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        font-family: 'Roboto';
        background-color: var(--pmi-white-secondary);
        position: absolute;
        top: 68px;
        height: fit-content
    }

    .sidebar__header--mobile {
        display: flex;
        justify-content: space-between;
        background-color: #EBEBEB;
        padding: 20px;
    }

    .dashboard-navbar-title {
        font-size: 17px;
        font-weight: 400;
    }

    .sidebar {
        width: 100%;
    }

    .sidebar__menu__tools--desktop {
        display: none;
    }

    .sidebar-items--mobile {
        margin-top: 61px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sidebar-items--mobile li {
        display: flex;
        min-height: 57px;
        width: 100%;

    }

    .sidebar__menu__tools__item:hover {
        background-color: #003746;
        color: #fff;
        padding-left: 19px;
        padding-right: 19px;
    }

    .sidebar-items--mobile li:not(:last-child) {
        border-bottom: 1px solid #B1B1B1;
    }

    .sidebar-items--mobile li:hover {
        background-color: #5F5F64;
        padding: 14px;
    }

    .sidebar__switch {
        margin-top: 88px;
        margin-bottom: 62px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sidebar__menu__tools {
        width: 100%;
        overflow-y: initial;
        background-color: transparent;
    }

    .sidebar__menu__tools__item {
        height: 57px;
        font-size: 15px;
    }

    .sidebar__menu__tools__submenu__item p {
        border-bottom: 0px;
    }

    .sidebar__menu__tools__submenu__item {
        border-bottom: 0.5px solid #B1B1B1;
        justify-content: space-between;
        max-width: 98%;
    }

    .sidebar__menu__tools__sub__item {
        align-items: flex-end;
    }

    .sidebar__menu__tools__inner__item {
        width: 94%;
        border-bottom: 0.5px solid #B1B1B1;
        justify-content: space-between;
    }

    .sidebar__menu__tools__inner__item .sidebar__menu__tools__submenu__item {
        border-bottom: 0px;
    }

    .accordion-container {
        width: 470px;
    }
}

@media (max-width: 480px) {
    .container-form-onboarding {
        max-width: 100%;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px;
    }

    .container-form-version {
        max-width: 100%;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .accordion-header {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .accordion-title {
        font-size: 17px;
    }

    .accordion-header-content {
        margin-top: 10px;
        font-size: 12px;
    }

    .dashboard-menu-items-container--popup {
        font-size: 14px;
    }

    .dashboard-navbar-item:not(:first-child) {
        margin-left: 10px;
    }

    .dashboard-navbar--desktop {
        display: none !important;
    }

    .dashboard-menu-navbar-mobile {
        display: flex !important;
    }

    .sidebar--desktop {
        display: none;
    }

    .title {
        font-family: 'Outfit';
        font-size: 35px;
        color: #5C5E62;
        text-align: start !important;
    }

    .title-headline {
        position: relative;
    }

    .title-headline::after {
        content: " ";
        position: absolute;
        width: 100%;
        bottom: -3rem;
        left: 0px;
        height: 1px;
        background-color: #C7C7C7;
    }

    .bs-stepper-header {
        flex-wrap: wrap;
    }

    .bs-stepper-label {
        display: none;
    }

    .steps-button-group {
        display: flex;
        flex-direction: column;
        padding-left: 0px;
        padding-right: 0px;
    }

    .btn {
        width: 100%;
    }

    .navbar__menu {
        padding-left: 10px;
        padding-right: 10px;
        flex-wrap: wrap;
        font-size: 14px;
    }

    .card {
        min-width: 260px
    }

    .bs-stepper {
        min-height: 900px;
    }

    .bs-stepper-header {
        justify-content: unset;
    }

    .sidebar__container--mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        font-family: 'Roboto';
        background-color: var(--pmi-white-secondary);
        position: absolute;
        top: 68px;
        height: fit-content
    }

    .sidebar__header--mobile {
        display: flex;
        justify-content: space-between;
        background-color: #EBEBEB;
        padding: 20px;
    }

    .dashboard-navbar-title {
        font-size: 17px;
        font-weight: 400;
    }

    .sidebar {
        width: 100%;
    }

    .sidebar-items--mobile {
        margin-top: 61px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sidebar-items--mobile li {
        display: flex;
        min-height: 57px;
        width: 100%;

    }

    .sidebar-items--mobile li:not(:last-child) {
        border-bottom: 1px solid #B1B1B1;
    }

    .sidebar-items--mobile li:hover {
        background-color: #5F5F64;
        color: #fff;
        padding: 14px;
    }

    .sidebar__switch {
        margin-top: 88px;
        margin-bottom: 62px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sidebar__menu__tools {
        width: 100%;
        overflow-y: initial;
        background-color: transparent;
    }

    .sidebar__menu__tools__item {
        height: 57px;
        font-size: 15px;
    }

    .sidebar__menu__tools__submenu__item p {
        border-bottom: 0px;
    }

    .sidebar__menu__tools__submenu__item {
        border-bottom: 0.5px solid #B1B1B1;
        justify-content: space-between;
        max-width: 98%;
    }

    .sidebar__menu__tools__sub__item {
        align-items: flex-end;
    }

    .sidebar__menu__tools__inner__item {
        width: 94%;
        border-bottom: 0.5px solid #B1B1B1;
        justify-content: space-between;
    }

    .sidebar__menu__tools__inner__item .sidebar__menu__tools__submenu__item {
        border-bottom: 0px;
    }

    .accordion-container {
        width: 320px;
    }
}