html {
    overflow-x: hidden;
}
.flex-basis-auto {
    flex-basis: auto;
}
.w-100p {
    width: 100px;
}
.fs-18p {
    font-size: 18px;
}
.fs-17p {
    font-size: 17px;
}
.fs-16p {
    font-size: 16px;
}
.fs-15p {
    font-size: 15px;
}

main.main.public {
    background: #fff;
}
main.main.public .content {
    padding-bottom: 130px;
}

.partner-logo {
    display: inline-block;
    margin-left: 30px;
}
.partner-logo::before {
    content: "+";
    display: inline-block;
    width: 20px;
    height: 50px;
    margin-right: 30px;
    color: #00539C;
}
.partner-logo img {
    max-width: 100%;
    max-height: 40px;
}

.breadcrumb {
    margin-bottom: 40px !important;
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
    color: #C7C7C9;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
}
.breadcrumb .breadcrumb-item.active {
    color: #53BAF2;
    font-weight: 700;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #C7C7C9;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    padding: 0 8px 0 0;
}

.navbar-vertical.navbar-expand-lg.navbar-expand-custom {
    width: 100%;
    height: 100%;
    max-width: 550px;
    position: sticky;
    background: linear-gradient(169deg, #1B22A0 4.15%, #0F1255 94.26%);
}



.step1-sidebar {
    width: 100%;
    height: 100%;
    padding: 70px;
    color: #fff;
    text-align: left;
}
.step1-sidebar h1 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 80px;
}
.step1-sidebar h2 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 0.32px;
    font-weight: 700;
}
.step1-sidebar h4 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.32px;
    font-weight: 700;
}
.step1-sidebar ul {
    list-style: none;
    padding: 0;
}
.step1-sidebar ul li {
    list-style: none;
    margin-bottom: 10px;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.step1-sidebar .sidebar-header ul li {
    position: relative;
    padding-left: 32px;
}
.step1-sidebar .sidebar-header ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: url("/custom/images/bookmark-stars.png") no-repeat center center;
}
.step1-sidebar .sidebar-header {
    margin-top: 90px;
}
.step1-sidebar .sidebar-footer {
    width: 100%;
    padding: 20px 40px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: rgba(17, 20, 95, 0.80);
    
}
.step1-sidebar .sidebar-footer h3 {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 21px */
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.step1-sidebar .sidebar-footer ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.step1-sidebar .sidebar-footer ul li {
    width: 82px;
    padding: 0;
    margin: 0 5px 10px;
    display: inline-block;
}
.step1-sidebar .sidebar-footer ul li img {
    max-width: 96%;
    max-height: 30px;
}

.page-title h2 {
    color: #14171D;
    font-family: "Nunito Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.page-title p {
    color: #14171D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}
label.form-label {
    color: #14171D;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 19.6px */
    text-transform: uppercase;
}
input.form-control {
    font-size: 16px;
    line-height: 100%;
    padding: 14px 20px;
    border-radius: 6px;
    border: 1.6px solid rgba(20, 23, 29, 0.10);
    background: #FFF;
}
.form-icon-container[data-password='data-password'] .btn {
    min-width: auto;
    box-shadow: none;
}
.choices .choices__inner {
    font-size: 16px;
    line-height: 100%;
    padding: 14px 20px;
    border-radius: 6px;
    border: 1.6px solid rgba(20, 23, 29, 0.10);
    background: #FFF;
}
.choices .choices__list--multiple .choices__item {
    font-size: 16px !important;
    line-height: 100% !important;
    font-weight: 500 !important;
    color: #14171D !important;
    padding: 9px 20px 9px 10px!important;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background: #F1F1F1;
    color: #14171D;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    background: url("/custom/images/choices-remove.svg") no-repeat right center !important;
    position: relative !important;
    width: 21px !important;
    padding: 1px 0 1px 11px !important;
    border-left: 1.2px solid rgba(0, 0, 0, 0.40) !important;
}

.signup-form button.submit {
    width: 310px;
    padding: 15px 24px;
}
.need-help {
    border-top: 1px solid rgba(20, 23, 29, 0.30);
    padding-top: 32px;
}
.need-help h4 {
    color: #14171D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.need-help p {
    color: #14171D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.need-help p a {
    color: #14171D;
}
.need-help a {
    color: #3774FF;
}

table thead tr {
    border-top: 1.6px solid #E7E8E8;
    background: #FBFBFA;
}
table thead tr th {
    color: #14171D;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150% !important; /* 27px */
    padding: 10px 20px !important;
}
table tbody tr td {
    color: #14171D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150% !important; /* 27px */
    padding: 16px 20px !important;
}
.footer-actions {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 20px;
    padding-left: calc(550px + 40px);
    border-top: 1px solid #F1EFEA;
    background: #FFF;
    box-shadow: 0px -2px 6px 0px rgba(94, 94, 94, 0.07);
}

.btn {
    min-width: 145px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 6px;
    padding: 14px 24px;
    box-shadow: 0px 2px 4px 0px rgba(94, 94, 94, 0.10);
}
.btn-info {
    color: #000;
    background: #67D1FF;
}
.btn.btn-secondary {
    color: #14171D;
    background: #DCDCDC;
}
.btn-long {
    min-width: 300px;
}

.stripe-info {
    width: 100%;
    border-top: 1.6px solid #DDD;
    padding-top: 24px;
    color: #14171D;
}
.stripe-info h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
}
.stripe-info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}
.stripe-info img {
    display: inline-block;
    margin-top: -5px;
    margin-left: -7px;
}

@media (max-width: 1024px) {
    .step1-sidebar {
        padding: 40px;
    }
    .step1-sidebar h1 {
        font-size: 36px;
        margin-bottom: 50px;
    }
    .step1-sidebar ul li {
        font-size: 16px;
    }
}

@media (max-width: 900px) {
    .step1-sidebar {
        padding: 20px;
    }
    .step1-sidebar h1 {
        font-size: 36px;
        margin-bottom: 50px;
    }
    .step1-sidebar ul li {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .row-cols {
        margin-left: 0;
        margin-right: 0;
    }
    .row-cols .col {
        padding-left: 0;
        padding-right: 0;
    }
    .col-sidebar, 
    .col-content {
        padding-left: 0;
        padding-right: 0;
    }
    .partner-logo-container img {
        max-height: 25px;
    }
    .partner-logo {
        margin-left: 10px;
    }
    .partner-logo::before {
        width: 10px;
        height: 25px;
        margin-right: 10px;
        font-size: 16px;
        line-height: 25px;
    }
    .navbar-vertical.navbar-expand-lg.navbar-expand-custom {
        max-width: 100%;
    }
    .navbar-vertical.navbar-expand-lg.navbar-expand-custom {
        width: 100%;
        position: relative;
        top: 72px;
        padding: 30px 10px;
    }
    .navbar-vertical.navbar-expand-lg.navbar-expand-custom~.navbar-top~.content {
        margin-left: 0;
    }
    .step1-sidebar {
        padding: 0;
    }
    .container {
        padding: 0;
    }
    main.main.public.main-index .content {
        padding-top: calc(var(--phoenix-navbar-top-height) + 2rem);
        padding-bottom: 0px;
    }
    main.main.public.signup-first-page .content {
        padding-bottom: 40px;
    }
    main.main.public.signup-first-page .navbar-vertical {
        top: 0;
    }

    .navbar-top {
        padding: 0 20px;
    }
    .navbar-vertical+.navbar-top .navbar-brand {
        margin: 0;
    }
    .navbar-vertical+.navbar-top .navbar-logo img {
        height: 28px;
    }
    .btn {
        min-width: auto;
        font-size: 14px;
        line-height: 20px;
        padding: 8px 16px;
    }
    .step1-sidebar {
        text-align: center;
    }
    .step1-sidebar .sidebar-header {
        margin-top: 0px;
    }
    .step1-sidebar h1 {
        font-size: 36px;
        line-height: 100%;
        margin-bottom: 40px;
    }
    .step1-sidebar .sidebar-header ul {
        text-align: left;
        width: 315px;
        display: inline-block;
    }
    .step1-sidebar .sidebar-header ul li {
        font-size: 16px;
        line-height: 100%;
        margin-bottom: 16px;
    }
    .step1-sidebar .sidebar-header ul li::before {
        top: -6px;
    }
    .step1-sidebar .sidebar-footer {
        width: 100%;
        position: relative;
        margin-top: 0px;
    }
    .step1-sidebar .sidebar-footer h3 {
        font-size: 14px;
    }
    .step1-sidebar .sidebar-footer ul li {
        width: 98px;
    }
    input.form-control {
        padding: 10px 20px;
    }
    .form-icon-container .form-icon-input, .form-icon-container .form-icon-label {
        padding: 10px 20px;
    }
    label.form-label {
        font-weight: 500;
        text-transform: none;
    }
    .signup-form button.submit {
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        padding: 11px 24px;
    }
    .need-help h4 {
        font-size: 18px;
    }
    .need-help p {
        font-size: 16px;
    }
    .step1-sidebar h2 {
        font-size: 26px;
        line-height: 110%;
    }
    .breadcrumb {
        margin-bottom: 20px !important;
    }
    .page-title h2 {
        font-size: 28px;
        line-height: 100%;
    }
    .page-title p {
        font-size: 16px;
        line-height: 140%;
    }

    .footer-actions {
        padding-left: 20px;
    }

    table thead tr th {
        font-size: 17px;
        line-height: 150% !important;
        padding: 8px 10px !important;
    }
    table tbody tr td {
        font-size: 16px;
        line-height: 150% !important;
        padding: 8px 10px !important;
    }
}
