/* dejando solo a fabiola en agentes de registro */
#asesor option[name="deb1b427-9638-eb11-a813-000d3a17769f"]

/* Eduardo Curiel Taveras */
    {
    display: none;
}

.full-height {
    height: 100%;
    min-height: calc(100vh - 60px) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.msg_wrapp {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-menu li>a>.pull-right {
    margin-top: -10px !important;
}

/* #004F5A verde oscuro */
/* #A8C3C7 verde claro */
.swal-icon.swal-icon--custom {
    width: 80px;
    height: auto;
}

.esTitularCheck {
    margin-top: 45px;
}

.input-group-text.cs1 {
    border-width: 1px !important;
    background: #E9ECEF !important;
}

a.edit {
    position: absolute;
    top: 0;
    right: 41px;
}

h1.title {
    background: #024f59;
    color: white;
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    margin: 0;
}

.content-table {
    padding: 20px;
    border: solid #024F5A 1px;
    border-radius: 5px;
}

.alert.info-icon:before {
    content: '\f05a';
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    position: absolute;
    left: 13px;
}

.alert.info-icon {
    padding-left: 40px;
}

.alert.warning-icon:before {
    content: '\f071';
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    position: absolute;
    left: 13px;
}

.alert.warning-icon {
    padding-left: 40px;
}

textarea.form-control-lg {
    min-height: 100px;
    padding: 7px 10px;
}

.required {
    font-weight: 900;
    color: #ed5564 !important;
}

.content p {
    margin-bottom: 10px;
}

.br-1 {
    border-right: solid #E8E6E6 2px;
}

.h100 {
    min-height: calc(100vh - 44px) !important;
}

.content strong {
    font-weight: 600;
}

.green-excel {
    color: #024F5A;
    height: calc(100vh - 44px);
}

.orange-excel {
    color: #f18902;
}

.btn-primary.btn-c1.disabled,
.btn-primary.btn-c1:disabled {
    color: #fff !important;
    background-color: #F04E30 !important;
    border-color: #F04E30 !important;
}

.btn-primary.btn-c1 {
    opacity: 1 !important;
    color: #F04E30 !important;
    background-color: #aac2c5 !important;
    border-color: #aac2c5 !important;
}

h2.title {
    background: #f18902;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0;
    font-size: 14px;
    margin: 0;
}

.mh-71 {
    min-height: 71vh;
}

.content-footer {
    padding: 20px;
    background: #e8e6e6;
}

.content {
    background: #f2f2f2;
    padding: 20px;
}

button.btn.btn-primary.switcher-active-item {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.switcher .btn {
    border-radius: 0;
    padding: 2px 10px;
}

select.minimal {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #e1e8ee, #e1e8ee);
    background-position:
        calc(100% - 20px) calc(1em + 6px),
        calc(100% - 15px) calc(1em + 6px),
        calc(100% - 40px) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 30px;
    background-repeat: no-repeat;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.has-toggle input[type="password"],
.has-toggle input[type="text"] {
    padding-right: 50px;
}

.custom-eye :after {
    display: none;
}

.form-group.has-icon.has-toggle {
    position: relative !important;
}

.custom-eye {
    border: none !important;
    outline: none;
    position: absolute;
    top: 0;
    right: 55px;
}

.vertical-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-sm-revert {
    display: revert !important;
}

.tooltip {
    display: block !important;
    z-index: 10000;
}

.tooltip .tooltip-inner {
    background: #8b8b8b;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 10px;
}

.tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: #8b8b8b;
}

.tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
    margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip[x-placement^="left"] {
    margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s;
}

#carouselExampleControls {
    background: #F04E30;
    padding: 10px 40px;
    color: white;
    border-radius: 3px;
    margin-bottom: 15px;
    font-weight: 400;
}

h4.cm1 {
    margin-left: 62px;
    margin-bottom: -5px;
}

h4.cm2 {
    margin-left: 51px;
    margin-bottom: -5px;
}

.overflow-h {
    overflow: hidden !important;
}

.input-group-btn.sendBtn {
    position: absolute;
    top: 6px;
    right: 6px;
}

.custom-padding {
    padding: .75rem 16px !important;
}

.z-index-999 {
    z-index: 999 !important;
}

.loading_overlay_global {
    z-index: 9999999999999 !important;
}

.loading_overlay,
.loading_overlay_global {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.navbar-expand .navbar-nav .nav-link {
    padding: 0 .7rem !important;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
    margin: 0 0 0 0 !important;
}

.carousel-control-next,
.carousel-control-prev {
    width: 40px !important;
}

.offcanvas .sidebar-menu li i.fal,
.offcanvas .sidebar-menu li i.far,
.offcanvas .sidebar-menu li i.fa,
.offcanvas .sidebar-menu li i.fas {
    width: 49px;
}

a.tooglePanel>i {
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 20px;
    transform: rotate(180deg);
    transition: all .5s;
}

a.tooglePanel.collapsed>i {
    transform: rotate(0deg) !important;
}

.h-44 {
    height: 44px;
}

.show_sidebar_close {
    position: absolute;
    top: 0;
    z-index: 101;
    font-size: 28px;
    padding-left: 15px;
    background: #F04E30;
    height: 44px;
    left: 0;
    right: 0;
}

.p-20 {
    padding: 20px !important;
}

.show_sidebar_close a {
    color: #4DA0AC !important;
}

.has-icon div.form-control.form-control-lg {
    padding-left: 68px;
    line-height: 1.3;
}

.last-row>tbody>tr:last-child,
table tbody>tr.custom1 {
    background: #e1e8ee;
    font-weight: 400;
    color: #212529;
    text-transform: uppercase;
    font-size: 12px;
}

.last-row>tbody>tr:last-child .actionButton .content {
    display: none;
}

.background-white {
    background-color: white !important;
}

.text-green2 {
    color: #F04E30 !important;
}

body.light.custom {
    background-color: white !important;
}

.swal-content {
    -webkit-transform: none !important;
    transform: none !important;
    backface-visibility: hidden;
}

.canvas-close-btn {
    position: absolute;
    right: 10px;
    font-size: 22px;
    top: 7px;
    display: block;
    z-index: 1;
}

.sidebar-open .canvas-close-btn {
    display: none;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #7dc855 !important;
}

select.form-control.form-control-md {
    height: 38px !important;
    padding: 0 5px;
    border-width: 1px !important;
}

.text-bold {
    font-weight: 400 !important;
}

span.custom-text {
    font-size: 12px;
    font-weight: bold;
    text-transform: initial;
}

.idcard strong {
    color: #F04E30;
}

@keyframes dot-keyframes {
    0% {
        opacity: 0.4;
        transform: scale(1, 1);
    }

    50% {
        opacity: 1;
        transform: scale(1.2, 1.2);
    }

    100% {
        opacity: 0.4;
        transform: scale(1, 1);
    }
}

.loading-dots {
    /* text-align: center;
    width: 100%; */
    display: inline;
}

.loading-dots--dot {
    animation: dot-keyframes 1.5s infinite ease-in-out;
    background-color: #000;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    width: 10px;
}

.loading-dots--dot:nth-child(2) {
    animation-delay: 0.5s;
}

.loading-dots--dot:nth-child(3) {
    animation-delay: 1s;
}

.loadingSpinner {
    margin-top: 25vh;
}

.show_users_sidebar_overlay.cs-1 {
    background: none;
}

/* 270px */

.users_sidebar {
    width: 35vw;
    height: 100vh;
    background: #F5F8FA;
    position: fixed;
    right: 0;
    top: 0;
    overflow-y: scroll;
    color: #86939e;
    box-shadow: 0 0 9px #626262;
    z-index: 100;
}

.users_sidebar.cs-1 {
    width: calc(100% - 270px);
    /* height: calc(100vh - 44px);
    top: 44px; */
    bottom: 0;
    left: 270px;
    border-top: solid #F04E30 44px;
}

.users_sidebar.bd-0 {
    border: 0 !important;
}

@media (max-width: 1031px) {
    .users_sidebar.cs-1 {
        left: 0;
        width: 100%;
    }
}

.show_users_sidebar_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #000;
    opacity: .5;
}

.vs__clear {
    display: none;
}

.vue-notification {
    font-size: 14px !important;
}

.swal-footer {
    text-align: center !important;
}

body {
    overflow-x: hidden !important;
}

.deleteUserContainer {
    overflow: hidden;
}

.slide-horz-leave-active,
.slide-horz-enter-active {
    transition: .5s;
}

.slide-horz-enter {
    transform: translate(100%, 0);
}

.slide-horz-leave-to {
    transform: translate(100%, 0);
}

.slide-vert-leave-active,
.slide-vert-enter-active {
    transition: .5s;
}

.slide-vert-enter {
    transform: translate(0, -100%);
}

.slide-vert-leave-to {
    transform: translate(0, -100%);
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s;
}

.fade-enter,
.fade-leave-to
/* .fade-leave-active below version 2.1.8 */

    {
    opacity: 0;
}

.fade2-enter-active {
    transition: opacity .5s;
}

.fade2-enter {
    opacity: 0;
}

.notification-wrapper {
    margin-top: 5px !important;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.gridoverlay,
.loadingaccounts {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loadingaccounts {
    background: rgba(0, 0, 0, 0.4);
    margin: 0;
    text-align: center;
    border-radius: 0;
}

.loadingaccounts>i {
    position: relative;
    color: white;
    font-size: 34px;
    margin-top: 0;
}

.offcanvas .sidebar-menu li .active,
.offcanvas .sidebar-menu .router-link-active {
    background-color: #f8f9fa;
}

.text-center-forced {
    text-align: center !important;
}

.pp-nav-toggle {
    z-index: 1;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.select2-container--default .select2-selection--single {
    border: 2px solid #e1e8ee !important;
    border-radius: 5px !important;
    color: #43484d !important;
    font-size: 14px !important;
    height: 50px !important;
    padding: 15px 15px 15px 64px !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #44494E transparent transparent transparent !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    padding-top: 0 !important;
    font-size: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #444 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px !important;
}

.select2-container--default .select2-search--dropdown::before {
    color: #86939e;
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 18px;
    left: 18px;
    position: absolute;
    top: 9px;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F5F8FA;
    z-index: 9998;
    text-align: center;
}

.plane-container {
    position: absolute;
    top: 50%;
    left: 50%;
}

.banner {
    width: 100%;
}

.s-20 {
    font-size: 20px;
}

h1.accounttype {
    position: relative;
    font-size: 28px;
}

.sw-theme-circles>ul.step-anchor>li {
    margin: 0 auto !important;
}

select.form-control.form-control-sm {
    padding: 0 10px;
    height: 31px;
}

.btn.cs1 {
    position: relative;
    top: -2px;
}

.custom-file .form-control:disabled {
    height: 1px !important;
}

.custom-file-label {
    z-index: 7 !important;
}

.form-group-icon-status .input-group-prepend {
    margin-right: -2px !important;
}

.form-group-icon-status .input-group-append {
    margin-left: -2px !important;
}

.input-group-text {
    color: #909CA6 !important;
    background-color: transparent !important;
    border: 2px solid #E1E8EE !important;
}

/* h1.accounttype:after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: url('../img/esquina.png');
    position: absolute;
    top: 7px;
    left: -41px;
} */

.account_type {
    min-height: 297px;
}

.bd-blue {
    border-color: #082125;
    border-width: 2px;
}

h1.accounttype.mg-y-15.text-blue {
    color: #5b7998 !important;
}

.btn-orange {
    background-color: #F18903;
    color: white;
}

.btn-orange:hover {
    background-color: #F8A840;
    color: white;
}

.btn-orange:focus {
    color: white;
}

.hide {
    display: none;
}

body#user {
    background: #fff;
}

.text-orange,
a.text-orange {
    color: #F18903 !important;
}

.text-orange2,
a.text-orange2 {
    color: #CB6015 !important;
}

.btn-outline-primary.cs1 {
    color: white;
    border-color: white;
    border-width: 3px;
}

.fw-700 {
    font-weight: 700 !important;
}

.btn-outline-primary.cs1:hover {
    border-color: #F04E30;
}

.bg-orange-2 {
    background-color: #D25F28;
}

.user-card-img-border {
    border: 3px solid #F04E30;
}

.bg-orange-excel {
    background-color: #F18903;
}

.bg-orange {
    background-color: #F18903;
}

.text-green-ex1 {
    color: #F04E30 !important;
}

.text-green-ex2 {
    color: #007A33 !important;
}

.last_login {
    color: #c3cbd1;
    font-size: 12px;
    text-align: center;
    background: #024f59;
    padding: 5px 0;
}

.switch-menu,
.switch-menu a,
.switch-menu a:hover,
.switch-menu a:focus,
.switch-menu a:active,
.switch-menu .icon {
    background-color: #F04E30 !important;
    color: white !important;
}

.bg-green-ex1 {
    background-color: #F04E30 !important;
}

.bg-blue-cap {
    background-color: #06286B !important;
}

.sw-theme-circles a.circle.nav-link {
    line-height: 32px !important;
}

.sw-theme-circles>ul.step-anchor>li.ready.active>a {
    border-color: #B5E39C;
    color: #fff;
    background: #7dc855
}

#registerbtn.btn-lg {
    padding: 0.8rem 1rem !important;
}

.lightgrey {
    background-color: #F5F8FA !important;
}

.height-70-login {
    /* min-height: calc(100vh - 263px); */
    min-height: 70vh;
}

.height-30-login {
    /* min-height: calc(100vh - 263px); */
    min-height: 30vh;
    /* background: url('/img/banner-login.webp'); */

    /* Firefox */
    background-image: url("/img/banner-login.webp");
    background-image: -webkit-image-set(url("/img/banner-login.webp") 1x,
            url("/img/banner-login.webp") 1.5x,
            url("/img/banner-login.webp") 2x);
    /* Safari */
    background-image: image-set(url("/img/banner-login.jpg") 1x,
            url("/img/banner-login.jpg") 1.5x,
            url("/img/banner-login.jpg") 2x);

    background-size: cover;
    background-position: center top;
}

#formActualizarBtn {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


/* Normal desktop screen */

@media (max-width: 1199px) {
    .height-30-login {
        min-height: 20vh;
    }

    .height-70-login {
        min-height: 80vh;
    }
}


/* Tablet */

@media (max-width: 991px) {
    .height-30-login {
        min-height: 20vh;
    }

    .height-70-login {
        min-height: 80vh;
    }
}


/* Cellphone */

@media (max-width: 767px) {
    h1.text-orange2.mg-b-20.text-uppercase.font-size-16 {
        font-size: 16px !important;
    }

    .height-30-login {
        /* min-height: 10vh;
        background-position: center top; */
        display: none;
    }

    .height-70-login {
        min-height: auto !important;
    }

    .d-none.d-sm-revert {
        display: none !important;
    }

    .mt-xs--1 {
        margin-top: -1px !important;
    }
}

@media (max-width: 575px) {
    .d-none-xs {
        display: none !important;
    }

    .btn-xs-block {
        display: block;
    }

    .btn-xs-block .btn {
        width: 100% !important;
        float: right;
    }

    .btn-group.btn-xs-block .btn-xs-block {
        border-radius: 0px !important;
    }

    .btn-group.btn-xs-block .btn-xs-block:first-child {
        border-radius: 3px 3px 0 0 !important;
    }

    .btn-group.btn-xs-block .btn-xs-block:last-child {
        border-radius: 0 0 3px 3px !important;
    }
}

select.form-control:hover,
select.form-control:focus {
    border-color: #01505A;
}

select.form-control,
.vs__dropdown-toggle {
    border: 2px solid #e1e8ee !important;
    border-radius: 5px !important;
    color: #43484d !important;
    font-size: 14px !important;
    height: 50px !important;
    padding: 15px 15px 15px 64px;
    width: 100% !important;
}

.vs__search {
    padding-left: 6px !important;
    font-weight: 300 !important;
    color: #434853 !important;
}

.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
.vs--disabled .vs__selected {
    background: #E9ECEF !important
}

.vs__dropdown-toggle {
    padding: 9px 15px 15px 64px !important;
}

.s-60 {
    font-size: 60px;
}

.s-36 {
    font-size: 36px;
}

.btn.btn-primary.no-bg-hover:hover {
    background: #04A9F4 !important;
    opacity: 1 !important;
}

.bs-wizard .col5 {
    max-width: 20%;
    flex: 0 0 20%;
}

.dashcards .card {
    min-height: 274px;
}

/*Form Wizard*/

.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

.bs-wizard>.bs-wizard-step.complete.active.disabled>.bs-wizard-dot:after {
    background: #009AE2;
}

.bs-wizard>.bs-wizard-step.complete.active.disabled>.progress {
    background-color: #f2b5aa;
}

.bs-wizard>.bs-wizard-step.complete.active.disabled>.bs-wizard-dot>strong {
    color: #ADDFF8;
}

.bs-wizard>.bs-wizard-step.complete.active.disabled>.bs-wizard-dot {
    background: #ADDFF8;
}

.bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot,
.bs-wizard>.bs-wizard-step.active.disabled>.bs-wizard-dot {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    background: #becbe4;
    top: 14px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    z-index: 1;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after,
.bs-wizard>.bs-wizard-step.active.disabled>.bs-wizard-dot:after {
    content: ' ';
    width: 40px;
    height: 40px;
    background: #06286B;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.bs-wizard>.bs-wizard-step>.progress,
.bs-wizard>.bs-wizard-step.active.disabled>.progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar,
.bs-wizard>.bs-wizard-step.active.disabled>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: #becbe4;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar,
.bs-wizard>.bs-wizard-step.complete.disabled>.progress>.progress-bar {
    width: 100%;
    background-color: #f2b5aa;
}

.bs-wizard>.bs-wizard-step.complete>.bs-wizard-dot:after,
.bs-wizard>.bs-wizard-step.complete.disabled>.bs-wizard-dot:after {
    background-color: #F04E30;
}

.bs-wizard>.bs-wizard-step.complete>.bs-wizard-dot,
.bs-wizard>.bs-wizard-step.complete.disabled>.bs-wizard-dot {
    background: #f2b5aa;
}

.bs-wizard>.bs-wizard-step.complete>.bs-wizard-dot>strong,
.bs-wizard>.bs-wizard-step.complete.disabled>.bs-wizard-dot>strong {
    color: #f2b5aa;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar,
.bs-wizard>.bs-wizard-step.active.disabled>.progress>.progress-bar {
    width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    background-color: #D8D1C9;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #ECE7E3;
}

.bs-wizard .progress {
    background-color: #ECE7E3;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot>strong {
    color: #F6F3F0;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled span.bs-wizard-dot {
    pointer-events: none;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot>strong,
.bs-wizard>.bs-wizard-step.active.disabled>.bs-wizard-dot>strong {
    display: block;
    text-align: center;
    z-index: 1;
    position: relative;
    color: #becbe4;
    font-weight: bold;
    line-height: 50px;
}

ul.icons {
    margin-bottom: 0;
}

ul.icons>li {
    position: relative;
    margin-left: 21px;
    margin-bottom: 5px;
}

ul.icons.cs1>li {
    margin-left: 20px;
}

.swal-text {
    text-align: justify;
}

.swal-content {
    text-align: justify;
    color: #4E5057;
}

.swal-content b {
    font-weight: bold;
}

.custom-file-label.no-btn::after {
    display: none !important;
}

ul.icons>li:after {
    content: '\f192';
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    font-size: 10px;
    top: 3px;
    left: -20px;
}

ul.icons ul.icons>li:after {
    content: '\f192';
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    font-size: 10px;
    top: 3px;
    left: -15px;
}

.btn-primary {
    background-color: #F04E30 !important;
}

.vue-notification.warn {
    background: #ED8B00 !important;
    border-left-color: #9A5A00 !important;
}

textarea.cs1 {
    padding: 11px !important;
}

.tipoPersonaCards .card {
    height: 100%;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}

.vs--searchable .vs__dropdown-toggle {
    cursor: text;
    position: relative;
    overflow: hidden;
}

.vs__actions {
    display: flex;
    align-items: center;
    padding: 4px 6px 0 6px;
    position: absolute;
    right: 0;
    top: 14px;
    background: white;
}

.v-select.vs--disabled .vs__actions {
    background: transparent;
}

.vs__selected-options {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 0 2px;
    position: absolute;
    width: 100%;
    overflow: hidden !important;
}

.vs--single .vs__selected {
    position: absolute !important;
    width: 100% !important;
    /* top: 2px; */
}

span.step_details {
    width: 100%;
    text-align: center;
    display: block;
    left: 10px;
    top: 10px;
    position: relative;
    padding: 0 40px;
}

.idcard .card {
    width: 450px;
    height: 250px;
    background-color: #fff;
    background: linear-gradient(#f8f8f8, #fff);
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.idcard .user-card img {
    padding: 10px;
    border-radius: 10px;
    border: solid #FECF02 3px;
    background: #F5F8FA;
}

.idcard .card h1 {
    margin-top: 10px;
    text-align: center !important;
    color: #F04E30;
    font-weight: 400;
}

.idcard .card .additional {
    position: absolute;
    width: 150px;
    height: 100%;
    background: #D25F28;
    transition: width 0.4s;
    overflow: hidden;
    z-index: 2;
}

.idcard .card.green .additional {
    background: linear-gradient(#92bCa6, #A2CCB6);
}

.idcard .card .additional .user-card {
    width: 150px;
    height: 100%;
    position: relative;
    float: left;
}

.idcard .card .additional .user-card::after {
    content: "";
    display: block;
    position: absolute;
    top: 10%;
    right: -2px;
    height: 80%;
    border-left: 2px solid rgba(0, 0, 0, 0.025);
}

.idcard .card .additional .user-card .level,
.idcard .card .additional .user-card .points {
    top: 15%;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.15);
    padding: 0.125rem 0.75rem;
    border-radius: 100px;
    white-space: nowrap;
}

.idcard .card .additional .user-card svg {
    top: 50%;
}

.idcard .card .additional .more-info {
    width: 300px;
    float: left;
    position: absolute;
    left: 150px;
    height: 100%;
}

.idcard .card .additional .more-info h1 {
    color: #fff;
    margin-bottom: 0;
}

.idcard .card.green .additional .more-info h1 {
    color: #224C36;
}

.idcard .card .additional .coords {
    margin: 0 1rem;
    color: #fff;
    font-size: 1rem;
}

.idcard .card.green .additional .coords {
    color: #325C46;
}

.idcard .card .additional .coords span+span {
    float: right;
}

.idcard .card .additional .stats {
    font-size: 2rem;
    display: flex;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    top: auto;
    color: #fff;
}

.idcard .card.green .additional .stats {
    color: #325C46;
}

.idcard .card .additional .stats>div {
    flex: 1;
    text-align: center;
}

.idcard .card .additional .stats i {
    display: block;
}

.idcard .card .additional .stats div.title {
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
}

.idcard .card .additional .stats div.value {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5rem;
}

.idcard .card .additional .stats div.value.infinity {
    font-size: 2.5rem;
}

.idcard .card .general {
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    box-sizing: border-box;
    padding: 1rem;
    padding-top: 0;
}

.idcard .card .general .more {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 0.9em;
}

.btn-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100 !important;
}

.p-relative {
    position: relative;
    z-index: 1;
}

.mx-datepicker {
    width: 100% !important;
}

.mx-icon-calendar,
.mx-icon-clear {
    left: 18px !important;
}

.mx-datepicker .form-control-lg {
    padding: 15px 15px 15px 70px !important;
}

.mx-icon-calendar {
    color: #86939e !important;
}

.mx-datepicker-main {}

.mx-table-date .today {
    color: #CB6015 !important;
}

.mx-calendar-content .cell:hover {
    color: #CB6015 !important;
    background-color: #FBE8AA !important;
}

.mx-calendar-content .cell.active,
.mx-calendar-content .cell.active:hover {
    color: #FBE8AA !important;
    background-color: #CB6015 !important;
}

.mx-btn:hover {
    border-color: #CB6015 !important;
    color: #CB6015 !important;
}

.mx-datepicker.is-invalid input.form-control.form-control-lg {
    border-color: #ED5564;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ED5564' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ED5564' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .7rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.mx-datepicker.is-invalid input.form-control.form-control-lg:focus {
    border-color: #ed5564 !important;
    box-shadow: 0 0 0 0.2rem rgba(237, 85, 100, .25) !important;
}

.mx-icon-calendar:after {
    content: '';
    display: block;
    border-right: solid #E1E8EE 1px;
    top: -7px;
    bottom: -7px;
    left: 32px;
    position: absolute;
}

.mx-icon-calendar,
.mx-icon-clear {
    display: table;
}

.text-none {
    text-transform: none;
}

.show_users_sidebar_overlay.cs2 {
    z-index: 102 !important;
}

h1.text-uppercase.text-orange2 {
    font-size: 26px;
}

.br-50 {
    border-radius: 50% !important;
}

.breadcrumb.cuentas {
    flex-direction: column !important;
    border: solid 1px #F04E30;
    background-color: white;
}

.breadcrumb.cuentas .table {
    margin-bottom: 0 !important;
    border: solid 2px #d6d6d6;
}

.breadcrumb.text-uppercase,
.breadcrumb span.text-uppercase {
    font-weight: 400;
}

.show_users_sidebar_overlay.cs2 .fa-spin {
    position: fixed;
    left: 56%;
    top: 46%;
}

.swal-button {
    background-color: #F04E30 !important;
}

.swal-button--cancel {
    color: #555;
    background-color: #efefef !important;
}

.account_type:before,
.account_type:after {
    /* content: ''; */
    display: block;
    background: white;
    position: absolute;
    top: 12px;
    right: 12px;
}

.account_type:before {
    width: 100px;
    height: 5px;
}

.account_type:after {
    width: 5px;
    height: 100px;
}

@media (max-width: 1031px) {
    .show_users_sidebar_overlay.cs2 .fa-spin {
        left: 46%;
    }
}

label.btn.btn-block.btn-secondary,
label.btn.btn-block.btn-secondary:active {
    text-align: left;
    background: none;
    color: #86939E;
    font-size: 14px;
    /* font-weight: 400; */
    border: none;
    padding: 0;
    text-transform: none !important;
}

.form-control.date-cs1 {
    padding-left: 70px;
}

form label,
.breadcrumb>span.text-uppercase,
.breadcrumb.text-uppercase,
.text-cap {
    /* text-transform: lowercase !important; */
    display: inline-block;
}

.breadcrumb.text-uppercase {
    width: 100% !important;
}

form label::first-letter,
.breadcrumb span.text-uppercase::first-letter,
.breadcrumb.text-uppercase::first-letter,
.text-cap::first-letter {
    text-transform: uppercase !important;
}

/* Normal desktop screen */
@media (max-width: 1199px) {}

/* Tablet */
@media (max-width: 991px) {
    #tipos_cuenta .card {
        min-height: 373px;
    }
}

/* Cellphone */
@media (max-width: 767px) {
    .plane-container {
        left: 45%;
    }

    .float-right.cs1 {
        float: none !important;
        display: block;
        margin-top: 10px;
    }

    span.step_details {
        display: none;
    }
}

@media (min-width: 1031px) {
    #tipos_cuenta .card {
        min-height: 330px;
    }

    .parallel {
        position: initial;
    }
}

/* safari */

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5em;
    background: #efefef;
    border: none;
    border-radius: 3px;
    padding: 1em 2em 1em 1em;
    font-size: 1em;
}

.select-container {
    position: relative;
    display: inline;
}

.select-container:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    pointer-events: none;
}

.select-container:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: .3em;
    right: .75em;
    border-top: 8px solid black;
    opacity: 0.5;
}

select::-ms-expand {
    display: none;
}

.light {
    background-color: #fff !important;
}

/* tarjeta de asesor asignado */
.card-custom {
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgb(34 35 58 / 10%);
    max-width: 400px;
    display: flex;
    flex-direction: row;
    border-radius: 15px;
    position: relative;
}

.card-custom h2 {
    font-size: 20px !important;
    margin: 0;
    padding: 0 1rem;
}

.card-custom .title {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    border-bottom: solid 1px #bbb;
}

.card-custom .desc {
    padding: 0.5rem 1rem;
    font-size: 12px;
}

.card-custom .actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    padding: 0.5rem 1rem;
}

.card-custom svg {
    width: 85px;
    height: 85px;
    margin: 0 auto;
}

.card-custom .img-avatar {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
    border: 6px solid white;
    /* background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%); */
    background-color: #dfe2e2;
    top: 15px;
    left: 85px;
    padding: 6px;
}

.card-custom .card-text {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.bg-gris-claro {
    background-color: #f5f8fa !important;
}

.card-custom .title-total {
    padding: 2.5em 1.5em 1.5em 40px;
    /* width: 127% !important; */
    /* width: 114% !important; */
    width: 100% !important;
}

.card-custom path {
    fill: white;
}

.card-custom .img-portada {
    width: 100%;
}

.card-custom .portada {
    width: 100%;
    height: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-image: url("../img/bg-profile.jpg");
    background-color: #fa8401;
    background-position: bottom center;
    background-size: cover;
}

.card-custom button {
    border: none;
    background: none;
    font-size: 24px;
    color: #8bc34a;
    cursor: pointer;
    transition: .5s;
}

.card-custom button:hover {
    color: #4CAF50;
    transform: rotate(22deg)
}

/* end tarjeta de asesor asignado */


.text-light-grey {
    color: #a4a4a4 !important;
}

.text-size-14 {
    font-size: 14px !important;
}

/* Normal desktop screen */
@media (max-width: 1199px) {}

/* Tablet */
@media (max-width: 991px) {}

/* Cellphone */
@media (max-width: 767px) {
    h1.terminos {
        font-size: 22px;
    }

    h2.terminos {
        font-size: 16px;
    }

    .esTitularCheck {
        margin-top: 15px;
    }
}

.results {
    background-color: #1e1e1e;
    /* Fondo oscuro similar a la consola */
    color: #d4d4d4;
    /* Color de texto claro */
    font-family: "Courier New", Courier, monospace;
    /* Fuente monoespaciada */
    border: 1px solid #3c3c3c;
    /* Borde oscuro */
    padding: 5px 10px;
    /* Espaciado interno */
    border-radius: 5px;
    /* Bordes redondeados */
    margin: 0 auto;
    /* Centrando el contenido */
}

.results li {
    border-bottom: 1px solid #3c3c3c;
    /* Línea divisoria entre elementos */
    padding: 5px 0;
    /* Espaciado interno */
    list-style: none;
    /* Sin estilo de lista */
}

.results li:last-child {
    border-bottom: none;
    /* Quitar borde del último elemento */
}

.results .rs_error {
    color: #ff5555;
    /* Color de error rojo */
}

.results .rs_success {
    color: #50fa7b;
    /* Color de éxito verde */
}

.form-group:not(.has-icon) select {
    padding-left: 15px !important;
}

.icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.icon-wrapper i {
    font-size: 24px;
    color: white;
}

.icon-wrapper.bg-success {
    background-color: #28a745;
}

.icon-wrapper.bg-danger {
    background-color: #dc3545;
}

.icon-wrapper.bg-primary {
    background-color: #007bff;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s;
}

.fade-enter,
.fade-leave-to

/* .fade-leave-active below version 2.1.8 */
    {
    opacity: 0;
}

/* Estilos para el contenedor de términos y condiciones */
.terms-scroll-container {
    height: 400px;
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.terms-scroll-container::-webkit-scrollbar {
    width: 8px;
}

.terms-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.terms-scroll-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.terms-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.terms-content h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    /* text-align: center; */
}

.terms-content h4 {
    color: #34495e;
    margin-top: 20px;
    margin-bottom: 10px;
}

.terms-content p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.terms-content ul {
    margin-bottom: 15px;
    padding-left: 20px;
}

.terms-content li {
    margin-bottom: 8px;
    line-height: 1.5;
}

#accept-terms-btn:disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

#accept-terms-btn:not(:disabled) {
    opacity: 1 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

#accept-terms-btn.disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.text-underline {
    text-decoration: underline !important;
}

#terminos {
    height: 400px;
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid rgb(221, 221, 221);
    padding: 15px 15px 15px 22px;
    /* background-color: rgb(249, 249, 249); */
    border-radius: 0;
    margin: 0 -21px;
    box-shadow: none;
}

.w-45 {
    width: 45% !important;
}

.fs-16 {
    font-size: 16px !important;
}

.position-fix {
    max-height: 80vh;
    overflow-y: auto !important;
    overflow-x: hidden;
}

.confirmacion-rescate .swal-icon {
    margin: 14px 0 0 0 !important;
}

.confirmacion-rescate .swal-title {
    text-align: left;
}

.confirmacion-rescate .swal-content {
    margin-top: 10px;
}

.confirmacion-rescate .swal-button-container {
    margin: 0;
    width: 50%;
}

.confirmacion-rescate button.swal-button {
    width: 95%;
}

.confirmacion-rescate ul {
    list-style: none;
    /* elimina los bullets */
    padding-left: 0;
}

.confirmacion-rescate ul li {
    position: relative;
    padding-left: 30px;
    /* espacio para el ícono */
    margin-bottom: 10px;
}

.confirmacion-rescate ul li::before {
    content: "";
    position: absolute;
    left: 0;
    /* mueve en eje X */
    top: 2px;
    /* mueve en eje Y */
    width: 20px;
    height: 20px;
    background: url('../img/info.png') no-repeat center;
    background-size: contain;
}

.swal-modal.confirmacion-rescate {
    width: 530px;
}

@media (max-width: 530px) {
    .swal-modal.confirmacion-rescate {
        width: calc(100% - 20px);
    }
}

/* crm check */

/* ------------ HERO ------------ */
.ob-hero {
    background: #EEF2F5;
    padding: 56px 24px;
    text-align: center;
    margin: 0 -15px;
}

.ob-hero-inner {
    max-width: 720px;
    margin: 0 auto;
}

.ob-logo img {
    height: 30px;
    width: auto;
    margin-bottom: 20px;
}

.ob-greeting {
    color: #F18A1B;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 18px;
}

.ob-greeting-label {
    font-weight: 400;
}

.ob-hero p {
    margin: 0;
    color: #0E3D4C;
    font-size: 15px;
    line-height: 1.7;
}

.ob-hero p strong {
    font-weight: 400;
}

.ob-checks {
    margin: 16px 0 24px;
    color: #0E3D4C;
    font-size: 15px;
    line-height: 1.9;
}

.ob-closing {
    font-weight: 400;
    color: #0E3D4C;
    font-size: 15px;
    margin-top: 4px;
}

:root {
    --ob-teal-900: #0E3D4C;
    --ob-teal-800: #134B5C;
    --ob-teal-50: #EEF2F5;
    --ob-orange: #F18A1B;
    --ob-green: #5BA567;
    --ob-green-strong: #4A9657;
    --ob-muted: #8FAEAE;
    --ob-border: #E2E6EA;
    --ob-border-2: #D7DCE0;
    --ob-text: #0E3D4C;
    --ob-text-soft: #5C6B73;
    --ob-shadow: 0 1px 2px rgba(15, 76, 92, .04), 0 1px 1px rgba(15, 76, 92, .03);
}

.onboarding-card {
    background: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.10);
}

.ob-card-header {
    padding: 22px 24px 0;
    text-align: center;
}

.ob-card-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #F04E30;
    letter-spacing: 0;
}

/* Tabs */
.ob-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #E2E6EA;
}

.ob-tab {
    background: #fff;
    border: 0;
    border-right: 1px solid #E2E6EA;
    padding: 22px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
    transition: background .18s ease;
    position: relative;
}

.ob-tab:last-child {
    border-right: 0;
}

.ob-tab:hover:not(:disabled) {
    background: #F5F8FA;
}

.ob-tab.active {
    background: #EEF2F5;
}

.ob-tab:disabled {
    cursor: default;
    opacity: .7;
}

.ob-tab-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #C9D7DB;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #0E3D4C;
    transition: background .18s ease;
}

.ob-tab.active .ob-tab-icon {
    background: #B6CBD0;
}

.ob-tab-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.ob-tab-title {
    font-size: 16px;
    font-weight: 400;
    color: #0E3D4C;
}

.ob-tab-sub {
    font-size: 13px;
    color: #5BA567;
    margin-top: 2px;
    font-weight: 400;
}

/* Doc section */
.ob-doc-section {
    padding: 22px 24px 24px;
}

.ob-doc-section h3 {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 400;
    color: #4A9657;
}

.ob-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ob-option {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 16px;
    height: 50px;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.ob-option:hover {
    border-color: #BFC9CF;
}

.ob-option.selected {
    border-color: #F04E30;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #F04E30 inset;
    cursor: default;
}

.ob-radio {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid #B7C0C5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: border-color .18s ease;
    background: #fff;
}

.ob-option.selected .ob-radio {
    border-color: #F04E30;
}

.ob-radio-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #F04E30;
    transform: scale(0);
    transition: transform .15s ease;
}

.ob-option.selected .ob-radio-dot {
    transform: scale(1);
}

.ob-option-label {
    flex: 1;
    font-size: 14.5px;
    color: #5C6B73;
}

.ob-option-input {
    flex: 1;
    border: 0;
    outline: none;
    font-family: inherit;
    font-size: 14.5px;
    color: #0E3D4C;
    background: transparent;
    padding: 0;
    height: 100%;
    width: 100%;
}

.ob-option-input::placeholder {
    color: #94A3AC;
}

.ob-option-input:disabled {
    opacity: .6;
    cursor: not-allowed;
}

/* Continue button */
.ob-actions {
    margin-top: 16px;
}

.ob-btn-continue {
    width: 100%;
    padding: 16px 20px;
    border: 0;
    border-radius: 5px;
    background: #8FAEAE;
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .2px;
    cursor: not-allowed;
    transition: background .2s ease, transform .05s ease;
}

.ob-btn-continue.enabled {
    background: #F04E30;
    cursor: pointer;
}

.ob-btn-continue.enabled:hover {
    background: #005f6b;
}

.ob-btn-continue.enabled:active {
    transform: translateY(1px);
}

/* Fade-in animation for doc-section */
.step {
    animation: obFadeIn .25s ease both;
}

.ob-tab:focus {
    box-shadow: none !important;
    outline: none !important;
}

@keyframes obFadeIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile */
@media (max-width: 540px) {
    .ob-hero {
        padding: 40px 20px;
    }

    .ob-greeting {
        font-size: 20px;
    }

    .ob-tab {
        padding: 18px 14px;
        gap: 10px;
    }

    .ob-tab-title {
        font-size: 14.5px;
    }

    .ob-tab-sub {
        font-size: 12px;
    }

    .ob-tab-icon {
        width: 38px;
        height: 38px;
    }
}

/* ── CrmCheck redesign ── */

.crm-new-banner {
    display: flex;
    align-items: center;
    background: #fff;
    overflow: hidden;
    min-height: 200px;
}

.crm-new-banner-copy {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 36px 32px 36px 48px;
}

.crm-new-banner-line1 {
    margin: 0;
    color: #0E3D4C;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1.25;
}

.crm-new-banner-line2 {
    margin: 0;
    color: #F18A1B;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1.25;
}

.crm-new-banner-visual {
    flex: 0 0 55%;
    max-width: 55%;
    height: 200px;
    overflow: hidden;
    display: block;
}

.crm-new-banner-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

/* Pill tabs */
.ob-pill-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 20px 24px 24px;
}

.ob-pill-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 68px;
    padding: 0 20px;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    color: #F04E30;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.20);
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.ob-pill-btn:hover:not(:disabled) {
    border-color: #BFC9CF;
    background: #F5F8FA;
}

.ob-pill-btn.active {
    border: 1px solid #EBEBEB;
    background: rgba(0, 79, 89, 0.03);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.20) inset;
}

.ob-pill-btn:disabled {
    opacity: .7;
    cursor: default;
}

.ob-pill-btn:focus {
    outline: none;
}

.ob-pill-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FEF3E6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F18A1B;
    font-size: 17px;
    flex-shrink: 0;
}

/* Doc section card header modifier */
.ob-card-header--section {
    text-align: left;
    background: #F7F9FA;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 30px 30px 0 0;
    height: 5px;
    display: flex;
    align-items: center;
    padding: 0 24px;
}

.ob-card-header--section h2 {
    font-size: 16px;
    font-weight: 400;
    color: #F04E30;
    margin: 0;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .crm-new-banner {
        flex-direction: column;
    }

    .crm-new-banner-copy,
    .crm-new-banner-visual {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

    .crm-new-banner-visual {
        height: 160px;
    }

    .crm-new-banner-line1 {
        font-size: 16px;
    }

    .crm-new-banner-line2 {
        font-size: 18px;
    }

    .crm-new-banner-copy {
        padding: 24px 20px 20px;
    }

    .ob-pill-tabs {
        gap: 10px;
        padding: 16px 16px 20px;
    }

    .ob-pill-btn {
        padding: 12px 14px;
        font-size: 14px;
    }
}

/* ── Sidebar / Menu lateral redesign ── */

/* Remove heavy shadow, add subtle right border */
.main-sidebar {
    border-right: 1px solid #D9D9D9 !important;
    box-shadow: none !important;
}

.left-side,
.main-sidebar {
    width: 295px !important;
}

.has-sidebar-left {
    margin-left: 295px !important;
}

.sidebar-collapse .has-sidebar-left {
    margin-left: 0 !important;
}

@media (max-width: 1031px) {
    .has-sidebar-left {
        margin-left: 0 !important;
    }
}

/* Settings cog button → teal circle */
.main-sidebar .btn-fab.btn-primary {
    background-color: #F04E30 !important;
    border-color: #F04E30 !important;
    color: #fff !important;
}

/* Last login strip — remove teal background */
.last_login {
    background: #F0F3F5 !important;
    color: #9AA5AC !important;
    border-top: none;
    border-bottom: 1px solid #D9D9D9;
    padding: 6px 15px !important;
    text-align: left !important;
    font-size: 11px !important;
}

/* MENÚ PRINCIPAL section label */
.sidebar-menu li.header {
    color: #9AA5AC !important;
    font-size: 11px !important;
    font-weight: 700;
    letter-spacing: .8px;
}

/* Menu item separators — more visible gray */
.offcanvas .sidebar-menu>li {
    border-bottom: 1px solid #D9D9D9 !important;
}

/* Menu item text color */
.sidebar-menu>li>a,
.offcanvas .sidebar-menu li a {
    color: #707070 !important;
    font-size: 13px !important;
    font-weight: 400;
}

.sidebar-menu>li>a span,
.offcanvas .sidebar-menu li a span {
    color: #707070;
}

/* Hover state */
.offcanvas .sidebar-menu li a:hover {
    background-color: #F5F8FA !important;
    color: #F04E30 !important;
}

.offcanvas .sidebar-menu li a:hover span {
    color: #F04E30 !important;
}

/* Active / current route */
.offcanvas .sidebar-menu li .active,
.offcanvas .sidebar-menu .router-link-active {
    background-color: rgba(0, 79, 89, 0.06) !important;
    color: #F04E30 !important;
}

.offcanvas .sidebar-menu .router-link-active span,
.offcanvas .sidebar-menu li .active span {
    color: #F04E30 !important;
    font-weight: 500;
}

/* Active bar — move indicator to left side */
.offcanvas .sidebar-menu>li.active::after {
    right: auto !important;
    left: 0 !important;
}

/* Icons: all icons use teal #F04E30 */
.offcanvas .sidebar-menu li a i,
.offcanvas .sidebar-menu li a .icon {
    color: #F04E30 !important;
    font-size: 20px !important;
}

/* Sidebar as flex column so logout can pin to bottom */
.main-sidebar .sidebar {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.main-sidebar ul.sidebar-menu {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

/* last-login + version + logout group pinned to bottom */
.main-sidebar ul.sidebar-menu>li.sidebar-last-login {
    margin-top: auto;
    border-top: 1px solid #D9D9D9 !important;
    padding: 8px 15px 4px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #B2B2B2;
    font-size: 11px;
    border-bottom: none !important;
}

.main-sidebar ul.sidebar-menu>li.sidebar-version {
    padding: 0 15px 6px;
    color: #B2B2B2;
    font-size: 11px;
    border-bottom: none !important;
}

/* Logout item */
.main-sidebar ul.sidebar-menu>li:last-of-type {
    border-top: 1px solid #D9D9D9 !important;
}

/* Avatar circle — Figma: #F5F8FA bg + #F18903 icon */
.menu-avatar-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #F5F8FA;
    border: 3px solid #FFFFFF;
    box-shadow: 0 0 0 1px #E0E4E8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F04E30;
    font-size: 26px;
    flex-shrink: 0;
}

div#userSettingsCollapse a {
    color: #86939e !important;
}

/* Profile name color */
.main-sidebar .user-panel .info h6 {
    color: #06286B !important;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
}

/* Account type text + icon — Figma: #B2B2B2 */
.main-sidebar .user-panel .info .text-green-ex1 {
    color: #B2B2B2 !important;
    font-size: 12px;
}

.main-sidebar .user-panel .info .text-green-ex1 i {
    color: #B2B2B2 !important;
}

/* ──────────────────────────────────────────────────────────────
   Form fields redesign (Figma: PANTALLA - CAMPOS DE PANTALLA)
   Scoped to #contentform = all onboarding steps (PF/PJ, paso 1-5)
   so login / admin grids / search inputs stay untouched.
   Tokens: border #EBEBEB · radius 50px · height 50px · text #F04E30
   ────────────────────────────────────────────────────────────── */

/* labels */
#contentform label {
    color: #707070 !important;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 400;
}

/* base: inputs / selects / textarea */
#contentform .form-control,
#contentform .form-control.form-control-lg {
    height: 50px !important;
    border: 2px solid #EBEBEB !important;
    border-radius: 5px !important;
    padding: 0 20px;
    font-size: 14px;
    background-color: #fff;
    box-shadow: none;
    line-height: 1.3;
}

#contentform .form-control::placeholder {
    color: #94A3AC;
    opacity: 1;
}

#contentform .form-control:focus {
    border-color: #F04E30 !important;
    box-shadow: none !important;
}

/* remove the left decorative icons (fal/far/fa) inside .has-icon */
#contentform .form-group.has-icon>i {
    display: none !important;
}

/* and recover the left padding those icons reserved */
#contentform .has-icon .form-control,
#contentform .has-icon div.form-control.form-control-lg {
    padding-left: 20px !important;
}

/* textarea: keep it readable, softer radius, no fixed pill height */
#contentform textarea.form-control,
#contentform textarea.form-control-lg {
    height: auto;
    min-height: 100px;
    border-radius: 16px !important;
    padding: 12px 20px;
}

/* native selects: own chevron on the right, no left icon space */
#contentform select.form-control,
#contentform select.form-control.form-control-lg {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 44px 0 20px !important;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23707070' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
}

#contentform select.form-control:hover,
#contentform select.form-control:focus {
    border-color: #F04E30 !important;
}

/* vue-select (entityreference dropdowns): match the pill look */
#contentform .vs__dropdown-toggle {
    border: 2px solid #EBEBEB !important;
    border-radius: 5px !important;
    height: 50px;
    padding: 9px 15px 15px 14px !important;
    background-color: #fff;
}

#contentform .v-select.vs--open .vs__dropdown-toggle {
    border-color: #F04E30 !important;
}

/* native date fields: leave room for the picker indicator on the right */
#contentform input[type="date"].form-control {
    padding-right: 44px !important;
}

/* ── Cards + card headers (Figma: secciones del formulario) ──
   card: radius 30 · border #EBEBEB · sombra sutil (sin overflow:hidden
   para no cortar los dropdowns de v-select).
   header bar: #F7F9FA · título teal 16px · borde inferior · alto 50. */

#contentform .card {
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(15, 76, 92, .06), 0 1px 2px rgba(15, 76, 92, .04);
}

#contentform .card-body {
    padding: 24px;
}

.card-header .text-green-ex1 {
    color: #FFFFFF !important;
}

/* Header bar (Bootstrap card-header), ya sea hijo directo de .card
   o anidado dentro de .card-body (como está en el markup actual). */
#contentform .card>.card-header,
#contentform .card-body>.card-header {
    background: #585858;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* título izquierda · botón derecha */
    padding: 0 24px;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 5px 5px 0 0;
}

/* el botón "Agregar nueva" pega a la derecha del header */
#contentform .card>.card-header>.btn,
#contentform .card-body>.card-header>.btn {
    float: none;
    margin-left: auto;
}

/* Si va dentro del .card-body (con padding 24px), sangrar a los bordes
   de la card para que quede full-bleed como en el diseño. */
#contentform .card-body>.card-header {
    margin: -24px -24px 24px;
}

/* Títulos de sección que usan .breadcrumb dentro del body → barra gris.
   Excluye .cuentas (tabla de cuentas, estilo propio). */
#contentform .card-body>.breadcrumb:not(.cuentas) {
    background: #F7F9FA;
    color: #F04E30 !important;
    font-size: 16px;
    font-weight: 400;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    margin: 0 -24px 24px;
    border-bottom: 1px solid #EBEBEB;
}

/* primer breadcrumb = header de la card: pegado arriba + esquinas top */
#contentform .card-body>.breadcrumb:not(.cuentas):first-child {
    margin-top: -24px;
    border-radius: 30px 30px 0 0;
}

/* Footer: quitar la barra gris de Bootstrap (Figma deja el botón sobre blanco) */
#contentform .card>.card-footer {
    background: #F6F6F6;
    padding: 24px;
}

/* ── Grids / tablas del formulario (Cuentas bancarias, Representante legal…) ──
   container redondeado · header #F7F9FA · bordes #EBEBEB · acciones pill */

/* botón "Agregar nueva" en el header del grid → pill teal */
#contentform .card .breadcrumb .btn-primary,
#contentform .card .card-header .btn-primary {
    border-radius: 5px;
    padding: 6px 16px;
    font-size: 13px;
    box-shadow: none;
}

/* container con borde y esquinas redondeadas */
#contentform .table-responsive {
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    overflow: hidden;
}

#contentform .table-responsive>.table {
    margin-bottom: 0;
    border: 0;
}

/* header de la tabla */
#contentform .table-responsive>.table>thead th {
    background: #F7F9FA;
    color: #707070;
    font-size: 14px;
    /* font-weight: 600; */
    letter-spacing: .3px;
    text-transform: uppercase;
    border-top: 0;
    border-bottom: 1px solid #EBEBEB;
    border-left-color: #EBEBEB;
    border-right-color: #EBEBEB;
    padding: 14px 16px;
    vertical-align: middle;
}

/* celdas */
#contentform .table-responsive>.table>tbody td {
    /* color: #F04E30; */
    color: #707070;
    font-weight: 400;
    font-size: 14px;
    border-color: #EBEBEB;
    padding: 16px;
    vertical-align: middle;
}

#contentform .table-responsive>.table.table-bordered th,
#contentform .table-responsive>.table.table-bordered td {
    border-color: #EBEBEB;
}

/* sin bordes exteriores laterales (el container ya los da) */
#contentform .table-responsive>.table>thead th:first-child,
#contentform .table-responsive>.table>tbody td:first-child {
    border-left: 0;
}

#contentform .table-responsive>.table>thead th:last-child,
#contentform .table-responsive>.table>tbody td:last-child {
    border-right: 0;
}

#contentform .table-responsive>.table.table-hover>tbody>tr:hover {
    background-color: #F7F9FA;
}

/* botones de acción (borrar / editar) */
#contentform .table .btn-group {
    display: inline-flex;
    gap: 6px;
}

#contentform .table .btn-group>.btn {
    border-radius: 8px;
    padding: 7px 10px;
}

#contentform .table .btn-group>.btn-danger {
    background-color: #E5484D;
    border-color: #E5484D;
}

#contentform .table .btn-group>.btn-primary {
    background-color: #F04E30 !important;
    border-color: #F04E30;
}

/* Footer del form del grid: botones Cancelar / Agregar como pills */
#contentform .card .card-footer .btn-group {
    display: inline-flex;
    gap: 10px;
}

#contentform .card .card-footer .btn-group>.btn {
    border-radius: 5px;
    padding: 8px 22px;
}

#contentform .card .card-footer .btn-danger {
    background-color: #E5484D;
    border-color: #E5484D;
}

/* ── Radio group "¿En qué productos deseas invertir?" (Figma) ──
   tarjetas pill, seleccionada = borde teal + anillo interior. */
.product-radio-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-radio {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 50px;
    padding: 12px 22px;
    margin: 0;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    font-weight: 400;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.product-radio:hover {
    border-color: #BFC9CF;
}

.product-radio.selected {
    border-color: #F04E30;
    box-shadow: 0 0 0 1px #F04E30 inset;
}

/* radio nativo oculto pero presente (para validación required) */
.product-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    pointer-events: none;
}

.product-radio-dot {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid #B7C0C5;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color .18s ease;
}

.product-radio-dot::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #F04E30;
    transform: scale(0);
    transition: transform .15s ease;
}

.product-radio.selected .product-radio-dot {
    border-color: #F04E30;
}

.product-radio.selected .product-radio-dot::after {
    transform: scale(1);
}

.product-radio-label {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
    color: #5C6B73;
}

.product-radio.selected .product-radio-label {
    color: #707070;
}

/* prefijo del label (texto antes del ':') — estilizable */
.product-radio-label-strong {
    font-weight: 600;
    color: #F18903;
}

.product-radio input:disabled~.product-radio-label,
.product-radio input:disabled~.product-radio-dot {
    opacity: .6;
}

/* Estado seleccionado basado en el radio NATIVO (:checked).
   Útil cuando no se usa la clase .selected (ej. "Objetivos de inversión",
   donde cada radio tiene su propio v-model y no se puede confiar en él). */
.product-radio input[type="radio"]:checked~.product-radio-dot {
    border-color: #F04E30;
}

.product-radio input[type="radio"]:checked~.product-radio-dot::after {
    transform: scale(1);
}

.product-radio:has(input[type="radio"]:checked) {
    border-color: #F04E30;
    background: #F7F9FA;
    box-shadow: inset #cccccc 0 0 5px;
}

.product-radio:has(input[type="radio"]:checked) .product-radio-label,
.product-radio-group label.selected,
.product-radio-row .product-radio.selected,
.product-check.checked .product-check-label,
#contentform .form-control,
#contentform .form-control.form-control-lg,
.vs__selected,
.btn-outline-secondary {
    color: #43484d !important;
}

.btn-outline-secondary:hover {
    color: white !important;
}

.product-radio strong {
    color: #4DA15A;
}

/* estado de error (errorClass aplica .is-invalid al group) */
.product-radio-group.is-invalid .product-radio,
.product-radio-row.is-invalid .product-radio {
    border-color: #ED5564;
}

/* layout en fila (boolean-radio-group): separación vertical al apilarse */
.product-radio-row>[class*="col-"] {
    margin-bottom: 12px;
}

/* ── Checkbox card (mismo lenguaje que .product-radio) ──
   tarjeta pill con indicador cuadrado; marcado = borde teal + check. */
.product-check {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 50px;
    padding: 12px 22px;
    margin: 0;
    width: 100%;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    font-weight: 400;
    text-transform: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.product-check,
.product-radio {
    box-shadow: #ccc 0 2px 4px;
}

.product-check:hover {
    border-color: #BFC9CF;
}

.product-check.checked {
    color: #707070 !important;
    border-color: #F04E30;
    /* box-shadow: 0 0 0 1px #F04E30 inset; */
    background: #F7F9FA;
    box-shadow: inset #cccccc 0 0 5px;
}

.product-check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    pointer-events: none;
}

.product-check-box {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 1px solid #B7C0C5;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color .18s ease, background .18s ease;
}

.product-check-box::after {
    content: '';
    width: 5px;
    height: 9px;
    margin-top: -2px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: transform .15s ease;
}

.product-check.checked .product-check-box {
    border-color: #F04E30;
    background: #F04E30;
}

.product-check.checked .product-check-box::after {
    transform: rotate(45deg) scale(1);
}

.product-check-label {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
    color: #707070;
}

.product-check input:disabled~.product-check-label,
.product-check input:disabled~.product-check-box {
    opacity: .6;
}

.text-info {
    color: #E88330 !important;
}

/* .btn {
    padding: 10px 30px !important;
    border-radius: 30px !important;
} */

.bg-section {
    background-color: #F7F9FA !important;
}

.section {
    /* background-color: #F7F9FA !important; */
    padding: 20px 25px;
    margin: 10px -24px 0 -24px;
}

.section h1 {
    font-size: 16px;
    font-weight: 400;
    color: #06286B;
    margin-bottom: 20px;
}

.card-header .btn {
    padding: 3px 20px !important;
    /* background: white !important;
    color: #024F59 !important; */
    /* box-shadow: #afafaf 0 2px 5px !important; */
    font-weight: 500;
}

/* ── Stepper: paso actual como badge (Figma: "1 Datos personales") ──
   Badge cuadrado teal a ras del borde izquierdo, altura completa de la barra,
   compartiendo las esquinas redondeadas; barra blanca con borde sutil. */
.step-current-header {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 30px;
    overflow: hidden;
    /* recorta las esquinas del badge a la barra */
    min-height: 60px;
    padding: 0;
    /* badge a ras de la izquierda */
    box-shadow: 0 1px 3px rgba(15, 76, 92, .06), 0 1px 2px rgba(15, 76, 92, .04);
}

.step-current-badge {
    flex-shrink: 0;
    align-self: stretch;
    /* ocupa toda la altura de la barra */
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F04E30;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.step-current-label {
    margin-left: 20px;
    padding-right: 20px;
    color: #F04E30;
    font-size: 16px;
    font-weight: 500;
}

input:disabled,
select:disabled {
    background: #E9ECEF !important;
    /* color: #F04E30; */
}

#contentform .v-select.vs--disabled .vs__dropdown-toggle {
    background-color: #E9ECEF !important;
}

#contentform .v-select.vs--disabled .vs__selected {
    /* color: #F04E30 !important; */
    opacity: 1 !important;
    background: transparent !important;
}

/* El input.vs__search disabled recibe "input:disabled { background:#E9ECEF }"
   y al ser opaco tapa al span.vs__selected que está en position:absolute.
   Lo hacemos transparente para que se vea el valor seleccionado. */
#contentform .v-select.vs--disabled .vs__search {
    background: transparent !important;
}

#contentform .v-select.is-invalid .vs__dropdown-toggle,
#contentform .form-control.is-invalid,
#contentform .was-validated .form-control:invalid,
#contentform .mx-datepicker.is-invalid input.form-control,
.v-select.is-invalid .vs__dropdown-toggle,
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #ED5564 !important;
}

table .btn {
    padding: 8px 11px 6px !important;
}

.product-radio-group label.selected,
.product-radio-row .product-radio.selected {
    background: #F7F9FA;
    box-shadow: inset #cccccc 0 0 5px;
}

/* .btn-secondary,
.btn-secondary:hover {
    background: #E2E3DE;
    border-color: #E2E3DE;
    color: #024F59;
} */

.btn-secondary:hover {
    opacity: 0.7;
}

.card .card-footer .btn {
    padding: 4px 30px !important;
}

textarea.form-control {
    padding: 15px !important;
}

#cargar_documentos label.custom-file-label.no-btn.form-control {
    line-height: 48px !important;
}

#contentform .card-body>.card-header.st2 {
    margin: 0px -24px 24px !important;
    border-radius: 0px !important;
    border-top: 1px solid #EBEBEB;
}

#contentform textarea.form-control,
#contentform textarea.form-control.form-control-lg {
    height: auto !important;
}

.swal-modal.dde-swal {
    width: 500px;
}

@media (max-width: 575px) {
    .swal-modal.dde-swal {
        width: auto !important;
    }

    .step-current-header {
        min-height: 52px;
    }

    .step-current-badge {
        width: 52px;
        font-size: 20px;
    }

    .step-current-label {
        font-size: 15px;
        margin-left: 16px;
    }
}

/* ============================================================
   POPUP - DDE / KyC Completo (Excel SAFI) - swal "Avancemos"
   ============================================================ */
.dde-swal .swal-modal {
    width: 480px;
    max-width: calc(100vw - 32px);
    border-radius: 24px;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

.dde-swal .swal-content {
    margin: 0;
    padding: 0;
}

.dde-swal .swal-icon,
.dde-swal .swal-title,
.dde-swal .swal-text,
.dde-swal .swal-footer {
    display: none;
}

.dde-popup {
    text-align: center;
    padding: 40px 40px 28px;
    color: #5A5A5A;
}

.dde-popup__title {
    color: #F18903;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    line-height: 1.35;
    margin: 0 0 14px;
}

.dde-popup__title-line {
    display: block;
    width: 36px;
    height: 3px;
    border-radius: 3px;
    background: #F18903;
    margin: 0 auto 22px;
}

.dde-popup__text {
    font-size: 14px;
    line-height: 1.6;
    color: #5A5A5A;
    margin: 0 0 16px;
    text-align: left !important;
}

.dde-popup__text b {
    color: #F04E30;
    font-weight: 700;
}

.dde-popup__info {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
    background: #F7F9FA;
    padding: 14px 40px;
    margin: 6px -40px 4px;
}

.dde-popup__info-icon {
    flex: 0 0 auto;
}

.dde-popup__donut {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: conic-gradient(#F04E30 0 35%, #F18903 35% 62%, #F6C04E 62% 82%, #BFD4D6 82% 100%);
    -webkit-mask: radial-gradient(circle 6px at center, transparent 98%, #000 100%);
    mask: radial-gradient(circle 6px at center, transparent 98%, #000 100%);
}

.dde-popup__info-text {
    font-size: 12.5px;
    line-height: 1.5;
    color: #6B6B6B;
    text-align: left;
}

.dde-popup__info-text b {
    color: #F04E30;
    font-weight: 700;
}

.dde-popup__divider {
    border: none;
    border-top: 1px solid #EBEBEB;
    margin: 24px 0 20px;
}

.dde-popup__btn-primary {
    display: block;
    width: 100%;
    background: #F04E30;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s ease;
}

.btn-link,
a {
    color: #07286A !important;
}

.dde-popup__btn-primary:hover {
    background: #00646F;
}

.dde-popup__decline {
    font-size: 14px;
    color: #5A5A5A;
    margin: 16px 0 22px;
}

.dde-popup__decline a {
    color: #F04E30;
    font-weight: 700;
    text-decoration: none;
}

.dde-popup__decline a:hover {
    text-decoration: underline;
}

.dde-popup__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 11.5px;
    color: #9A9A9A;
    margin: 0;
    text-align: left;
}

.dde-popup__lock {
    flex: 0 0 auto;
}

.dde-na-wrap {
    display: flex;
    justify-content: center;
    padding: 0 16px;
}

.dde-na-card {
    width: 100%;
    max-width: 100%;
    background: #FAFBFC;
    border: none;
    border-radius: 16px;
    text-align: center;
    padding: 36px 32px;
    font-family: 'Inter', sans-serif;
}

.dde-na-title {
    color: #F04E30;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 16px;
}

.dde-na-text {
    font-size: 13.5px;
    line-height: 1.6;
    color: #9A9A9A;
    max-width: 420px;
    margin: 0 auto 26px;
}

.dde-na-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
}

.dde-na-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #F04E30;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.dde-na-contact-item:hover {
    text-decoration: underline;
}

.dde-na-ico {
    flex: 0 0 auto;
}

.dde-na-sep {
    width: 1px;
    height: 20px;
    background: #D8DEE2;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #F04E30;
    border-color: #F04E30;
}

.content-wrapper-bg {
    background-color: #F6F6F6 !important;
}

/* ============================================================
   POPUP - Finalizar proceso (declaración final) - swal
   ============================================================ */
.swal-modal.fin-swal,
.fin-popup .swal-modal {
    width: 540px;
}

.fin-swal .swal-modal {
    max-width: calc(100vw - 32px);
    border-radius: 30px;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

.fin-swal .swal-content {
    margin: 0;
    padding: 0;
}

.fin-swal .swal-icon,
.fin-swal .swal-title,
.fin-swal .swal-text,
.fin-swal .swal-footer {
    display: none;
}

.fin-popup {
    padding: 36px 36px 30px;
    color: #5A5A5A;
}

.fin-popup__title {
    color: #F04E30;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 24px;
}

.fin-popup__body {
    text-align: left;
}

.fin-popup__body p {
    font-size: 14px;
    line-height: 1.65;
    color: #5A5A5A;
    margin: 0 0 16px;
}

.fin-popup__body p:last-child {
    margin-bottom: 0;
}

.fin-popup__body b {
    color: #F04E30;
    font-weight: 700;
}

.fin-popup__note {
    background: #FCEEDC;
    padding: 16px 36px;
    text-align: center;
    font-size: 12.5px;
    line-height: 1.55;
    color: #4C4C4C;
    margin: 22px -36px 24px;
}

.fin-popup__actions {
    display: flex;
    gap: 14px;
}

.fin-popup__btn-outline,
.fin-popup__btn-solid {
    border-radius: 5px;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .15s ease;
}

.fin-popup__btn-outline {
    flex: 1;
    background: #FFFFFF;
    color: #F04E30;
    border: 1.5px solid #F04E30;
}

.fin-popup__btn-outline:hover {
    background: #F2F7F7;
}

.fin-popup__btn-solid {
    flex: 1.35;
    background: #F04E30;
    color: #FFFFFF;
    border: 1.5px solid #F04E30;
}

.fin-popup__btn-solid:hover {
    background: #00646F;
    border-color: #00646F;
}

.pc-wrap {
    display: flex;
    justify-content: center;
    padding: 0;
}

.pc-card {
    width: 100%;
    max-width: 100%;
    background: #F5F7F9;
    border-radius: 20px;
    padding: 48px 40px 40px;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.pc-title {
    color: #F18903;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0 0 18px;
}

.pc-text {
    font-size: 14px;
    line-height: 1.6;
    color: #8A8A8A;
    max-width: 470px;
    margin: 0 auto 28px;
}

.pc-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #555555;
    margin: 0 0 28px;
}

.pc-cards {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    margin: 0 auto 36px;
}

.pc-card-item {
    flex: 1 1 0;
    max-width: 260px;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 79, 89, .07);
    padding: 28px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pc-card-icon {
    margin-bottom: 16px;
}

.pc-card-title {
    font-size: 14px;
    font-weight: 700;
    color: #3F3F3F;
    margin-bottom: 10px;
}

.pc-card-desc {
    font-size: 12px;
    line-height: 1.5;
    color: #A0A0A0;
}

.pc-card-conn {
    flex: 0 0 36px;
    align-self: center;
    border-top: 2px dashed #CFD8DC;
}

.pc-note {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #FCEEDC;
    border-radius: 12px;
    padding: 14px 22px;
    max-width: 560px;
    text-align: left;
}

.pc-note-icon {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #F18903;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    line-height: 20px;
    text-align: center;
}

.pc-note-text {
    font-size: 12.5px;
    line-height: 1.5;
    color: #8A7A60;
}

.pc-note i {
    color: #F18903;
}

.legalTerms {
    font-size: 10px;
}

.form-control.switch {
    padding: 14px 20px !important;
}

.bt-0,
.main-sidebar ul.sidebar-menu li.bt-0 {
    border-top-width: 0px !important;
}

@media (max-width: 575px) {
    .fin-popup {
        padding: 28px 22px 24px;
    }

    .fin-popup__title {
        font-size: 16px;
    }

    .fin-popup__actions {
        flex-direction: column-reverse;
    }

    .dde-na-sep {
        display: none;
    }

    .dde-na-contact {
        flex-direction: column;
        gap: 12px;
    }

    .dde-popup {
        padding: 32px 22px 24px;
    }

    .dde-popup__title {
        font-size: 16px;
    }

    .pc-card {
        padding: 36px 22px 28px;
    }

    .pc-title {
        font-size: 18px;
    }

    .pc-cards {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .pc-card-item {
        max-width: 100%;
    }

    .pc-card-conn {
        display: none;
    }
}

.rc-wrap {
    margin: 0 auto;
    color: #1C2635;
}

/* ===== Hero ===== */
.rc-hero {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    background: linear-gradient(120deg, #16305A 0%, #1E4079 100%);
    border-radius: 5px;
    padding: 36px 40px;
    margin-bottom: 24px;
}

.rc-hero__left {
    flex: 1;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.rc-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    background: rgba(46, 125, 79, .25);
    border: 1px solid rgba(120, 200, 150, .4);
    color: #A9E3BE;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 6px 12px;
    border-radius: 20px;
}

.rc-hero__title {
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin: 0;
}

.rc-hero__text {
    font-size: 14.5px;
    color: #B9C6DD;
    line-height: 1.55;
    max-width: 440px;
    margin: 0;
}

/* ===== Tarjeta perfil ===== */
.rc-profile {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 14px;
    padding: 22px 26px;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rc-profile__label {
    font-size: 12px;
    font-weight: 600;
    color: #8FA3C6;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.rc-profile__value {
    font-size: 30px;
    font-weight: 800;
    color: #FFFFFF;
}

.rc-gauge {
    display: flex;
    gap: 5px;
}

.rc-gauge__seg {
    flex: 1;
    height: 6px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .18);
}

.rc-gauge__seg.is-active {
    background: #E8502E;
}

.rc-gauge__legend {
    display: flex;
    justify-content: space-between;
    font-size: 10.5px;
    color: #8FA3C6;
}

/* ===== Checklist ===== */
.rc-checklist {
    background: #FFFFFF;
    border: 1px solid #E6E9EF;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(22, 48, 90, .04);
    overflow: hidden;
}

.rc-checklist__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 28px;
    border-bottom: 1px solid #EDF0F4;
}

.rc-checklist__title {
    font-size: 16px;
    font-weight: 700;
    color: #16305A;
}

.rc-checklist__count {
    font-size: 13px;
    font-weight: 600;
    color: #2E7D4F;
}

.rc-row {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 28px;
    border-bottom: 1px solid #EDF0F4;
}

.rc-row:last-child {
    border-bottom: 0;
}

.rc-row__check {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #EAF5EE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rc-row__text {
    flex: 1;
    min-width: 0;
}

.rc-row__title {
    font-size: 15px;
    font-weight: 600;
    color: #1C2635;
}

.rc-row__subtitle {
    font-size: 12.5px;
    color: #8A94A6;
    margin-top: 2px;
}

.rc-row__badge {
    flex: 0 0 auto;
    font-size: 13.5px;
    font-weight: 700;
    color: #16305A;
    background: #EEF2F9;
    padding: 5px 12px;
    border-radius: 16px;
}

.rc-row__link {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13.5px;
    font-weight: 600;
    color: #E8502E;
    text-decoration: none;
}

.rc-row__link:hover {
    color: #c53e1f;
}

@media (max-width: 480px) {
    .rc-row {
        flex-wrap: wrap;
    }

    .rc-row__text {
        flex: 1 1 100%;
    }
}