html {
    scroll-behavior: smooth;
}

.app {
    width: 100%;
    background: #FFFFFF;
    padding: 0!important;
    font-family: "Poppins", Sans-serif;
    color: var( --e-global-color-primary );
    font-size: inherit;
    font-weight: 300;
    line-height: normal;
}
.simulator-container.app {
  background-color: #F9F9FD;
  padding: 20px 0 100px !important;
}
.app ::placeholder{
    color: #787993;
}

.app input, .app select {
    font-family: "Poppins", Sans-serif!important;
    -webkit-font-smoothing: antialiased;
}
.app-gray-text{
    color:#787993;
}
.app li {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
}

.app .card-body {
    padding: 16px 16px 24px;
}
.app .card-body .row {
    row-gap: 16px;
}
.app .row-top {
    padding: 0 0 40px!important;
    margin: 0px!important;
}
.app .row-top.row > * {
    margin: 0;
}
.app .row-top .col-6 {
    padding: 0;
}
.app .row-top .col-6 .link__container{
    padding: 12px 0;
}
.app.simulator-container .link__return-to-simulations{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    padding:0;
    color: #787993;
    text-decoration: none;
}
.app .row-body {
    margin-top: 0;
}

.app table {
    margin-bottom: 0;
}
.app table tr:last-child th {
    padding-bottom: 0;
}

.app table tr td,
.app table tr th {
    padding-left: 0;
}

.app th {
    text-align: left;
}
.app tr {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
}
.app h5, .app .h5 {
    color: #3A4A5E;
    font-weight: 600;
    font-size: 1.25rem;
    font-family: inherit;
    font-style: inherit;
    line-height: inherit;
    margin: 20px 0 0 0;
}

.app .col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.app h4 { display: inline-block; }
.app .text-white .table, .app .text-white h4 { color:white!important; }
.app .app-card-stat.bg-secondary .stats-type { display: block; }
.app .app-card-stat .stats-meta, .app .app-card-stat .stats-type {color:inherit}
.app .app-card-stat .stats-meta { 
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 400;
    margin-top: 20px;
}
.app .bg-pink { background-color: #e7e6f5 !important; }
.app .bg-pink-light { background: #F9F9FD !important; }

@media (max-width: 575.98px) {
    .app .btn-simulator-50{
        width: 45%;
        justify-content: center;
    }
}

.app .accordion-button { background-color: #EDECF9 !important; }
.accordion-button::after { 
    margin-right: 1rem; 
    color: grey;
}
.accordion-button:focus { 
    box-shadow: none;
}
.accordion-button::after {
    transform: rotate(-180deg);
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4697 6.96967C11.7626 6.67678 12.2374 6.67678 12.5303 6.96967L21.5303 15.9697C21.8232 16.2626 21.8232 16.7374 21.5303 17.0303C21.2374 17.3232 20.7626 17.3232 20.4697 17.0303L12 8.56066L3.53033 17.0303C3.23744 17.3232 2.76256 17.3232 2.46967 17.0303C2.17678 16.7374 2.17678 16.2626 2.46967 15.9697L11.4697 6.96967Z' fill='%23787993'/%3E%3C/svg%3E%0A");
}
.accordion-button:not(.collapsed)::after {
    transform: none;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4697 6.96967C11.7626 6.67678 12.2374 6.67678 12.5303 6.96967L21.5303 15.9697C21.8232 16.2626 21.8232 16.7374 21.5303 17.0303C21.2374 17.3232 20.7626 17.3232 20.4697 17.0303L12 8.56066L3.53033 17.0303C3.23744 17.3232 2.76256 17.3232 2.46967 17.0303C2.17678 16.7374 2.17678 16.2626 2.46967 15.9697L11.4697 6.96967Z' fill='%23787993'/%3E%3C/svg%3E%0A");
}
/* .app .btn-lbci:hover {
    background: #25215C!important;
} */
.app .btn-lbci-opposite {
    background:transparent;
    color: #4840BD;
    border:1.5px solid #4840BD;
}
.app .btn-calculate .bi-arrow-right-short {
    font-size: 14px;
}
.app .app-btn-secondary:hover {
    background: #4840bb!important;
    color: #fff!important;
}
.app .btn-lbci-warning {
    background: #FE718E;
    color: #fff;
    border:1.5px solid #FE718E;
}
.app .btn-lbci-warning:hover {
    background: #fff;
    color: #FE718E;
    border:1.5px solid #FE718E;
}
.app .btn-lbci-disabled {
    background: #D8D8D8;
    color: #787993;
    border:1.5px solid #D8D8D8;
}
.app .btn-lbci-disabled:hover {
    background: #787993;
    color: #D8D8D8;
    border:1.5px solid #D8D8D8;
}
@media (max-width: 767.98px) {
    .app.simulator-results-page .btn.mobile-only-icon{
        font-size: 0;
    }
    .app.simulator-results-page .btn.mobile-width-100{
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.app .form-control{
    border: solid 1px;
}

.app-footer .copyright {
    font-size: 0.8125rem; }

.app-wrapper {
    transition: all 0.4s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .app-wrapper {
        transition: none; } }

.app-page-title {
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 1.5rem; }

.app .simulator-results-page__heading{
    margin-bottom: 0;
}

.app-content .container-xl {
    padding: 0;
    max-width: 770px;
    margin: 0 auto;
    padding: 0 24px;
}
@media (max-width: 767.98px) {
    .app-content .container-xl {
        padding: 0 16px;
    }
}
.app-card {
    position: relative;
    background: #fff;
    border-radius: 20px;}
.app-card.border-left-decoration {
    border-left: 3px solid #d0c4f9; }
.app-card .app-card-link-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0; }
.app-card .app-card-header {
    border-bottom: 1px solid #fdfdfe;
}
.app-card .app-card-header.main-title {
    padding: 32px 40px 0!important;
}
@media (max-width: 767.98px) {
    .app-card .app-card-header.main-title {
        padding: 24px 16px 0!important;
    }
}
.app-card .app-card-title {
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
    color: #3A4A5E;
    padding: 0;
    background: none;
}
.accordion .app-card .app-card-title {
    font-size: 18px;
    color: #4840BD;

}

.app-card.app-card-colored {
    background-color: #EDECF9;
    background-image: url(./images/map.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    color:#4840BD;
    font-size: 20px;
    line-height: 32px;

    @media (max-width: 991.98px) {
        background-image: url(./images/map-mobile.png);
        font-size: 16px;
        line-height: 24px;
    }
}

.app-card-link {
    display:block;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.32px;
    color: #332E83;
    margin-top: 33px;
    i {
        margin-left: 5px;
    }
}
.app-card .card-header-action {
    font-size: 0.875rem; }
.app-card .card-header-action a:hover {
    text-decoration: underline; }
.app-card .form-select-holder {
    display: inline-block; }
.app-card .btn-close {
    padding: 1rem; }
.app-card .btn-close:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.app-card-stat {
    text-align: center; 
    border-radius: 0.25rem}
.app-card-stat .stats-type {
    font-size: 0.875rem;
    color: #8aa4be;
    text-transform: uppercase; }
.app-card-stat .stats-figure {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4em;
    color: #3A4A5E; }
.app-card-stat .stats-meta {
    font-size: 0.875rem;
    color: #8aa4be; }

.app-card-progress-list .item {
    position: relative;
    border-bottom: 1px solid #fdfdfe; }
.app-card-progress-list .item:hover .title {
    color: #3A4A5E; }
.app-card-progress-list .item:last-child {
    border: none; }
.app-card-progress-list .item .title {
    font-size: 0.875rem;
    font-weight: 500; }
.app-card-progress-list .item .meta {
    font-size: 0.875rem;
    color: #8aa4be; }

.app-card-progress-list .item-link-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0; }

.app-card-progress-list .progress {
    height: 0.5rem; }

.app-card-stats-table .table {
    font-size: 0.875rem; }

.simulator-results-page .table .table-results {
    text-align: right;
    white-space: nowrap;
}
    
.app-card-stats-table .meta {
    color: #8aa4be;
    font-weight: 500;
    font-size: 0.875rem; }

.app-card-stats-table .stat-cell {
    text-align: right; }

.app-card-basic {
    height: 100%; }
.app-card-basic .title {
    font-size: 1rem; }

.app-card .app-icon-holder {
    display: inline-block;
    background: white;
    color: #d0c4f9;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 1rem;
    text-align: center;
    border-radius: 50%; }
.app-card .app-icon-holder.icon-holder-mono {
    background: #f5f6fe;
    color: #8aa4be; }
.app-card .app-icon-holder svg {
    width: 24px;
    height: 24px; }
.app-card .app-card-body:not(.bg-pink-light) {
    padding: 2rem 1.5rem!important;
}
.app-card .app-card-body.main-body {
    padding: 30px 40px 40px!important;
}
@media (max-width: 767.98px) {
    .app-card .app-card-body.main-body {
        padding: 24px 16px 30px!important;
    }
}
.app-card .app-card-body.has-card-actions {
    position: relative;
    padding-right: 1rem !important; }

.app-card .app-card-body .app-card-actions {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    right: 0.75rem;
    top: 0.75rem; }
.app-card .app-card-body .app-card-actions:hover {
    background: #f5f6fe; }
.app-card .app-card-body .app-card-actions .dropdown-menu {
    font-size: 0.8125rem; }

.app-card-doc:hover {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.app-card-doc .app-card-thumb-holder {
    background: #e9eaf1;
    text-align: center;
    position: relative;
    height: 112px; }
.app-card-doc .app-card-thumb-holder .app-card-thumb {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black; }
.app-card-doc .app-card-thumb-holder .thumb-image {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    width: 100%;
    height: auto; }
.app-card-doc .app-card-thumb-holder:hover {
    background: #fafbff; }
.app-card-doc .app-card-thumb-holder:hover .thumb-image {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; }
.app-card-doc .app-card-thumb-holder .badge {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem; }
.app-card-doc .app-card-thumb-holder .icon-holder {
    font-size: 40px;
    display: inline-block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    padding-top: 10px; }
.app-card-doc .app-card-thumb-holder .icon-holder .pdf-file {
    color: #DA2D27; }
.app-card-doc .app-card-thumb-holder .icon-holder .text-file {
    color: #66a0fd; }
.app-card-doc .app-card-thumb-holder .icon-holder .excel-file {
    color: #0da95f; }
.app-card-doc .app-card-thumb-holder .icon-holder .ppt-file {
    color: #f4b400; }
.app-card-doc .app-card-thumb-holder .icon-holder .video-file {
    color: #935dc1; }
.app-card-doc .app-card-thumb-holder .icon-holder .zip-file {
    color: #252930; }

.app-card-doc .app-doc-title {
    font-size: 0.875rem; }
.app-card-doc .app-doc-title a {
    color: #3A4A5E; }
.app-card-doc .app-doc-title.truncate {
    max-width: calc(100% - 30px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.app-card-doc .app-doc-meta {
    font-size: 0.75rem; }

.table-search-form .form-control {
    height: 2rem;
    min-width: auto; }

.app-dropdown-menu {
    font-size: 0.875rem; }

.app-card-orders-table .table {
    font-size: 0.875rem; }
.app-card-orders-table .table .cell {
    border-color: #fdfdfe;
    color: #3A4A5E;
    vertical-align: middle; }

.app-card-orders-table .cell span {
    display: inline-block; }

.app-card-orders-table .cell .note {
    display: block;
    color: #8aa4be;
    font-size: 0.75rem; }

.app-card-orders-table .btn-sm, .app-card-orders-table .btn-group-sm > .btn {
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem; }

.app-card-orders-table .truncate {
    max-width: 250px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.app-nav-tabs {
    background: #fff;
    padding: 0; }
.app-nav-tabs .nav-link {
    color: #3A4A5E;
    font-size: 0.875rem;
    font-weight: bold; }
.app-nav-tabs .nav-link.active {
    color: #d0c4f9;
    border-bottom: 2px solid #d0c4f9; }
.app-nav-tabs .nav-link.active:hover {
    background: none; }
.app-nav-tabs .nav-link:hover {
    background: white;
    color: #d0c4f9; }

.app-pagination .pagination {
    font-size: 0.875rem; }
.app-pagination .pagination .page-link {
    color: #3A4A5E;
    padding: 0.25rem 0.5rem; }
.app-pagination .pagination .page-item.active .page-link {
    background: #476481;
    color: #fff;
    border-color: #476481; }
.app-pagination .pagination .page-item.disabled .page-link {
    color: #aabed1; }

.app-card-accordion .app-card-title {
    font-size: 1.125rem; }

.app-card-accordion .faq-accordion .accordion-item {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fdfdfe; }
.app-card-accordion .faq-accordion .accordion-item:last-child {
    border-bottom: none; }

.app-card-accordion .faq-accordion .accordion-header {
    border: none; }

.app-card-accordion .faq-accordion .accordion-button {
    padding: 1rem;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: none;
    padding-left: 0;
    font-size: 1rem;
    text-decoration: none;
    color: #d0c4f9; }
.app-card-accordion .faq-accordion .accordion-button:after {
    display: none; }

.app-card-accordion .faq-accordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    font-size: 1rem; }

.app-card-account {
    height: 100%; }
.app-card-account .item {
    font-size: 0.875rem; }
.app-card-account .item .profile-image {
    width: 60px;
    height: 60px; }
.app-card-account .item .btn-sm, .app-card-account .item .btn-group-sm > .btn {
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem; }

.settings-section .section-title {
    font-size: 1.25rem; }

.settings-section .section-intro {
    font-size: 0.875rem; }

.app-card-settings {
    font-size: 1rem; }
.app-card-settings .form-label {
    font-weight: bold; }
.app-card-settings .form-control {
    font-size: 1rem; }

.app-404-page {
    padding-top: 2rem; }
.app-404-page .page-title {
    font-size: 3rem;
    line-height: 0.8;
    font-weight: bold; }
.app-404-page .page-title span {
    font-size: 1.5rem; }

.chart-container {
    position: relative; }

.app-table-hover > tbody > tr:hover {
    background-color: #fafbff; }

.app-card-notification .notification-type .badge {
    font-size: 0.65rem;
    text-transform: uppercase; }

.app-card-notification .profile-image {
    width: 60px;
    height: 60px; }

.app-card-notification .notification-title {
    font-size: 1.125rem; }

.app-card-notification .notification-content {
    font-size: 0.875rem; }

.app-card-notification .notification-meta {
    font-size: 0.75rem;
    color: #8aa4be; }

.app-card-notification .action-link {
    font-size: 0.875rem; }

.app-card-notification .app-card-footer {
    background: #fafbff; }

@media (min-width: 1200px) {
    .table-search-form .form-control {
        min-width: 300px; } }

@media (max-width: 575.98px) {
    .app-card-stat .stats-type {
        font-size: 0.75rem; } }

.app-login .auth-background-holder {
    background: url("../images/background/background-1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    min-height: 100%; }

.app-signup .auth-background-holder {
    background: url("../images/background/background-2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    min-height: 100%; }

.app-reset-password .auth-background-holder {
    background: url("../images/background/background-3.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    min-height: 100%; }

.auth-main-col, .auth-background-col {
    position: relative; }

.auth-background-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1); }

.auth-background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11; }
.auth-background-overlay .overlay-title {
    color: #fff;
    font-size: 1rem;
    font-weight: bold; }
.auth-background-overlay .overlay-content {
    background: rgba(44, 62, 80, 0.6);
    color: #fff; }
.auth-background-overlay .overlay-content a {
    text-decoration: underline;
    color: #fff; }

.app-auth-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }

.app-auth-wrapper {
    background: white;
    height: 100vh; }
.app-auth-wrapper .app-auth-body {
    width: 360px; }
.app-auth-wrapper .app-logo .logo-icon {
    width: 60px;
    height: 60px; }
.app-auth-wrapper .auth-heading {
    font-size: 1.5rem; }
.app-auth-wrapper .form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #8aa4be; }
.app-auth-wrapper .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8aa4be; }
.app-auth-wrapper .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8aa4be; }
.app-auth-wrapper .form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #8aa4be; }
.app-auth-wrapper .legal-note {
    font-size: 0.875rem; }
.app-auth-wrapper .extra {
    font-size: 0.75rem; }
.app-auth-wrapper .extra a {
    text-decoration: underline;
    color: #8aa4be; }
.app-auth-wrapper .extra a:hover {
    color: #3A4A5E; }
.app-auth-wrapper .auth-heading-desc {
    font-weight: 500;
    font-size: 1.125rem; }
.app-auth-wrapper .legal-note {
    font-size: 0.75rem; }
.app-auth-wrapper .auth-option {
    font-size: 0.875rem; }

.app-auth-footer .copyright {
    font-size: 0.75rem; }

@media (max-width: 767.98px) {
    .auth-background-col {
        display: none; }
    .app-auth-wrapper .app-auth-body {
        width: 100%; } }


.app .bg-primary {
    background-color: #d0c4f9 !important; }

.app .bg-secondary {
    background-color: #3A4A5E !important;
    color: white!important;
}

.app .bg-success {
    background-color: #BDEED8 !important;
}

.app .bg-danger {
    background-color: #FED4DD !important;
}

.app .bg-warning {
    background-color: #EEBF41 !important; }

.app .bg-info {
    background-color: #5b99ea !important; }

.app .bg-body {
    background-color: #fff !important; }

.app .bg-white {
    background-color: #fff !important; }

.app .bg-transparent {
    background-color: transparent !important; }

.app .bg-gradient {
    background-image: var(--bs-gradient) !important; }

.app .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    height: 2.5rem;
}

.app .shadow {
    box-shadow: 0px 4px 8px rgba(57, 65, 77, 0.05)!important;
}

.app .custom-tooltip-container {
    position: relative;
    display: block;
}

.app .app-custom-tooltip {
    position: absolute;
    right: 10px;
    top: 10px;
}

.app .app-custom-inline-tooltip {
    display: inline-block;
    padding-left: 1px;
    vertical-align: middle;
}

.app .badge.badge {
    display: inline-block;
    padding: 0.52em 0.65em;
    font-size: 0.59em;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle!important;
    border-radius: 4px;
}

.tooltip-arrow::before {
    border-top-color: #3A4A5EFF !important;
}

.tooltip-inner {
    padding: 10px;
    background: #3A4A5EFF;
    opacity: 1!important;
    color: #FFFFFF;
    border-radius: 5px;
    max-width: 350px;
    font-family: "Poppins", Sans-serif;
}

.tooltip.show {
    opacity: 1!important;
}

/* Custome tooltip */
.lbci-tooltip {
    position: relative;
    display: inline-block;

  }
    .lbci-tooltip i{
        color: #787993;
    }

  /* Tooltip text */
  .lbci-tooltip .lbci-tooltip-element {
    visibility: hidden;
    background-color: #303d4e;
    font-weight: normal;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    width: 200px;
    bottom: 150%;
    left: 50%;
    transform: translateX(-50%);
  }
  .lbci-tooltip .lbci-tooltip-element:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #303d4e;
  }
  .lbci-tooltip .lbci-tooltip-element--left {
    bottom: 50%;
    left: calc(100% + 5px);
    transform: translateY(50%);
  }
  .lbci-tooltip .lbci-tooltip-element--left:after {
    transform: rotate(90deg) translateY(50%);
    left: -5px;
    bottom: 50%;
  }
  .lbci-tooltip .lbci-tooltip-element--right {
    bottom: 50%;
    left: calc(-200px - 5px);
    transform: translateY(50%);
  }
  .lbci-tooltip .lbci-tooltip-element--right:after {
    transform: rotate(-90deg) translateY(-50%);
    left: 100%;
    right: -5px;
    bottom: 50%;
  }
  
  .lbci-tooltip:hover .lbci-tooltip-element {
    visibility: visible;
  }

  .post-template-page-simulator .simulator-header__heading {
    padding-top: 0;
  }
  .post-template-page-simulator .simulator-header {
    padding-top: 12px;
  }
  .post-template-page-simulator .simulator-header .btn-link {
    color: #787993;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.3199999928474426px;
  }