﻿.logo-account {
    max-width: 145px;
}

i[class^="icon-"]::before, i[class*=" icon-"]::before {
	line-height: 1;
    vertical-align: top;
}

.password-toggle {
    position: relative;
}

.password-toggle .toggle {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 100%;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent;
    background-size: 20px auto;
    background-image: url(../img/visibility_off.png);
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 0;
}

.password-toggle .toggle span {
    visibility: hidden;
}

.password-toggle .toggle.visible {
    background-image: url(../img/visibility.png);
    background-color: transparent;
    background-size: 20px auto;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
}

.password-toggle > input {
    padding-right: 40px !important;
}

.custom-switch {
    padding-left: 48px;
}

.custom-switch .custom-control-label::before {
    left: -48px;
    width: 38px;
    height: 24px;
    border-radius: 12px;
    top: 0;
    border-color: #F4F4F4 !important;
    background-color: #F4F4F4;
}

.custom-control-input:checked ~ .custom-control-label::before{
    border-color: #fdda24;
    background-color: #fdda24;
}

.custom-switch .custom-control-label::after {
    height: 24px;
    width: 24px;
    border-radius: 12px;
    top: 0;
    left: -48px;
    background-color: #FFFFFF;
    border: 1px solid #4666FF;
    -webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after{
    left: -46px;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #4666FF;
    background-color: #4666FF;
}

.bg-trazos {
    min-height: 80vh;
    position: relative;
}

.bg-trazos::before, .bg-trazos::after{
    content: "";
    position: fixed;
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}

.bg-trazos::before{
    background-image: url(../img/trazo-login-top.svg);
    top: 20%;
    left: 0;
    width: 328px;
    height: 160px;
    background-position: left top;
}

.bg-trazos::after{
    background-image: url(../img/trazo-login-bottom.svg);
    bottom: 20%;
    right: 0;
    width: 348px;
    height: 190px;
    background-position: right bottom;
}

.header-single {
    min-height: 68px;
}

@media (min-width: 992px) {
    .cuenta-content.has-banner {
      min-height: calc(100vh - 68px); 
    }
    .cuenta-content .bg-banner {
        top: 68px;
    }
}

@media screen and (max-width:1199px) {
    
    .bg-trazos::before, .bg-trazos::after{
        display: none;
    }
}

.header-single .row{
    min-height: 48px;
}

.header-single .logo,
.header-single .logo-pic{
    display: inline-block;
    line-height: 1;
}

.header-single .logo{
    height: 32px;
}

.header-single .logo-pic{
    height: 36px;
    width: auto;
    margin-left: 25px;
}

@media (min-width: 768px) {

    .header-single .logo{
        height: 42px;
    }

    .header-single .logo-pic{
        height: 48px;
        margin-left: 35px;
    }
}

.logos{
    justify-content: center;
    padding: 0 0 35px 0;
}

.logos a{
    display: inline-block;
    padding: 10px 0;
    text-decoration: none !important;
}

.logos img{
    height: 36px;
    width: auto;
}

@media (min-width: 768px) {

    .logos img{
        height: 48px;
        width: auto;
    }
}

.cuenta-content .bg-banner{
    top: 0 !important;
}

.form-control{
    padding: .375rem 0;
}

ul.list,
.sweet-alert ul,
.validation-summary-errors ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

ul.list > li, 
.sweet-alert ul > li,
.validation-summary-errors ul > li {
    position: relative;
    padding-left: 1.5em;
}

ul.list li::before, 
.sweet-alert ul li::before,
.validation-summary-errors ul > li::before {
    position: absolute;
    left: 0;
    top: 0.4em;
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: #4666ff;
}

.alert {
    background-color: white !important;
    color: #2c2a29 !important;
    font-size: 14px;
    -webkit-box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
    box-shadow: 0px 1px 8px 0px #2C2A2914;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 !important;
    border: none !important;
    margin-bottom: 0;
    border-radius: 8px;
    min-height: 56px;
}

.alert.alert-danger.mb-3{
    margin-bottom: 2.5rem !important;
}

.alert .alert-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    flex: 0 0 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: end;
    padding: 8px 4px;
}

.alert .alert-image .custom-image{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
    background-image: url(../img/icons/alert.svg);
    background-color: transparent;
}

.alert.alert-info .alert-image {
    background-color: #59cbe8;
}
.alert.alert-info .alert-image .custom-image{
    background-image: url(../img/icons/info.svg);
}

.alert.alert-warning .alert-image {
    background-color: #fdda24;
}
.alert.alert-warning .alert-image .custom-image{
    background-image: url(../img/icons/hand.svg);
}

.alert.alert-success .alert-image {
    background-color: #00C389;
}
.alert.alert-success .alert-image .custom-image{
    background-image: url(../img/icons/check.svg);
}

.alert.alert-danger .alert-image {
    background-color: transparent;
    align-items: center;
}
.alert.alert-danger .alert-image .custom-image{
    background-image: url(../img/icons/icon-error.svg);
}

.alert.alert-danger .alert-text{
    padding: 16px 8px;
}
.alert.alert-danger .alert-text::before{
    display: block;
    content: "Te recomendamos validar la información ingresada e inténtalo nuevamente.";
    font-size: 14px;
    font-weight: 400;
}
.alert.alert-danger .alert-text strong{
    display: inline-block;
    margin-top: 0.5rem;
}
.alert.alert-danger .alert-text .validation-summary-errors ul{
    margin-bottom: 0
}

.alert .alert-image i {
    font-size: 32px;
}

.alert .alert-image img{
    width: 32px;
    height: 32px;
}

.alert.alert-dismissible{
    padding: 0 56px 0 0 !important;
}

.alert.alert-dismissible .close{
    padding: 16px;
    opacity: 1 !important;
}

.default-close{
    display: none;
}