/* 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,.8);
    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: #004F59 !important;
    border-color: #004F59 !important;
}

.btn-primary.btn-c1{
    opacity: 1 !important;
    color: #004F59 !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: #D7D2CB;
    color: #034D56;
    border-radius: 5px;
    padding: 10px;
}

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

.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: #004f59;
    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: #004F59;
    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: #004f59 !important;
}

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

.swal-content {
    -webkit-transform: translate3d(0,0,0) !important;
}

.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: #004F59;
}

@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 #004F59 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;
}

.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: #004F59;
}

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

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

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

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

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

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

.bg-green-ex1 {
    background-color: #004f59 !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) {
    .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;
}

.v-select.is-invalid .vs__dropdown-toggle,
.form-control.is-invalid,
.was-validated .form-control:invalid{
    border-color: #ED5564 !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: #95CED6;
}

.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: #FCCF95;
    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: #F18903;
    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: #FCCF95;
}

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

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

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

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

.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: #FCCF95;
    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: #004F59 !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: #004F59;
    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 #004F59;
    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: #004F59 !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;
}

/* 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;
}

.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);
    }
}
