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

.alert.alert-success {
    background-color: #ccdafb;
    border-color: #374f89;
    color: #374f89;
}

.swal-icon--success__ring {
    border: 4px solid hsl(227.26deg 55% 69% / 20%) !important;
}

.swal-icon--success__line {
    background-color: #6894fd !important;
}

.swal-icon--success {
    border-color: #E7EAF9 !important;
}

.bg-green-tivalsa{
    background-color: #001341;
}

/* escondiendo bank of america en cuentas bancarias */
select#new_entidadbancaria option[value="30ccf999-e12a-ec11-b6e5-00224825435e"] {
    display: none;
}
/* end escondiendo bank of america en cuentas bancarias */

.page.parallel .col-md-6.col-lg-4.white.pr-0 {
    overflow-y: scroll;
    height: 100vh;
}

textarea[rows="1"].form-control-lg {
    min-height: 70px !important;
}

option[name="f6e535e5-628e-eb11-a812-002248220f45"],
option[name="33a40104-638e-eb11-a812-002248220f45"],
option[name="33e3d85b-668e-eb11-a812-002248220f45"],
option[name="a04b3745-668e-eb11-a812-002248220f45"],
option[name="1c9a319c-b290-eb11-b1ac-002248203c44"],
option[name="53130fae-b290-eb11-b1ac-002248203c44"]
{
    display: none;
}

.text-grey{
    color:white !important;
}

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

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

.text-yellow_custom1{
    color: #001341;
}

.navbar .nav-title, .navbar h1{
    color: #9B9C9E!important;
}

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

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

.loading_overlay {
    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;
}

.sidebar-open .canvas-close-btn{
    display: none;
    color: white !important;
}

.vue-notification.success {
    background: #6281ca !important;
    border-left-color: #374f89 !important;
}

.text-brown{
    color: #C04C25;
}

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

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

.text-success {
    color: #6894fd !important;
}

.text-blue {
    color: #00B2D7;
}

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

button.btn-orange:disabled {
    background: #54607e;
    color: white;
}

.text-united, a.text-united {
    color: #001341 !important;
}

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

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

.idcard strong {
    color: #001341;
}

@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;
}

.card-body.customh{
    height: 91vh !important;
    overflow-y: scroll;
}

/* 270px */

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

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

@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;
}

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

/* 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: #001341;
    color: white;
}

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

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

.hide {
    display: none;
}

body#user {
    background: #fff;
}

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

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

.text-orange3,
a.text-orange3 {
    color: #1833E8 !important;
}

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

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

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

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

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

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

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

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

.btn-link:hover{
    color:#001341;
}

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

    /* Firefox */
    background-image: url("/img/banner-login.webp");
    background-image: -webkit-image-set(
        url("/img/banner-login.webp") 1x,
        url("/img/banner-login@1-5x.webp") 1.5x,
        url("/img/banner-login@2x.webp") 2x
    );
    /* Safari */
    background-image: image-set(
        url("/img/banner-login.jpg") 1x,
        url("/img/banner-login@1-5x.jpg") 1.5x,
        url("/img/banner-login@2x.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;
    }
    .height-70-login {
        min-height: auto !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: #1833E8;
}

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

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

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

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

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

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

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

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

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

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

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

.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: #FFFFFF;
    font-weight: bold;
    line-height: 50px;
}

ul.icons {
    margin-bottom: 0;
}

ul.icons>li {
    position: relative;
    margin-left: 15px;
    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;
}

.alert.alert-info {
    background-color: #F0E9E4 !important;
    border-color: #C9BDB5 !important;
}

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

.form-control-lg:focus, .input-group-lg>.form-control:focus, .input-group-lg>.input-group-addon:focus {
    border-color: #9ba2b3!important;
}

.btn-primary {
    background-color: #f6a524 !important;
    color: white !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 #001341 3px;
    background: #F5F8FA;
}

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

.idcard .card .additional {
    position: absolute;
    width: 150px;
    height: 100%;
    background: #0B2135;
    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;
    overflow-y: scroll;
}

.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: #001341 !important;
}

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

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

.mx-btn:hover {
    border-color: #001341 !important;
    color: #001341 !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;
}

.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: #001341 !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;
}

/* select[multiple].form-control {
    padding: 0;
    height: auto !important;
}

select[multiple].form-control option {
    padding: 10px !important;
}

select[multiple].form-control option:nth-child(even) {
    background: #f6f6f6;
} */

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

.breadcrumb.text-uppercase {
    width: 100% !important;
    color: white !important;
    font-weight: bold;
}

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

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

.card-body .breadcrumb:first-child {
    margin-top: 0 !important;
}

.breadcrumb {
    background: #001341;
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;
}

.breadcrumb .text-green-ex1 {
    background: #19344C;
    color: white !important;
}

.bd-w-2{
    border-width: 2px !important;
}

.bdl-w-0{
    border-left-width: 0 !important;
}

.bdr-w-0{
    border-right-width: 0 !important;
}

.bdx-w-0{
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}


/* Normal desktop screen */

@media (max-width: 1199px) {}


/* Tablet */

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


/* Cellphone */

@media (max-width: 767px) {
    .plane-container {
        left: 45%;
    }
    .float-right.cs1 {
        float: none !important;
        display: block;
        margin-top: 10px;
    }
}

@media (min-width: 1031px) {
    .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;
}
