.h-max{height:max-content!important;}

.h-10{height:10%!important;}.h-20{height:20%!important;}.h-30{height:30%!important;}.h-40{height:40%!important;}
.h-60{height:60%!important;}.h-70{height:70%!important;}.h-80{height:80%!important;}.h-90{height:90%!important;}

.vh-10{height:10vh!important;}.vh-20{height:20vh!important;}.vh-25{height:25vh!important;}.vh-30{height:30vh!important;}
.vh-40{height:40vh!important;}.vh-50{height:50vh!important;}.vh-55{height:55vh!important;}.vh-60{height:60vh!important;}
.vh-70{height:70vh!important;}.vh-75{height:75vh!important;}.vh-80{height:80vh!important;}.vh-90{height:90vh!important;}

.w-max{width:max-content!important;}

.w-10{width:10%!important;}.w-20{width:20%!important;}.w-30{width:30%!important;}.w-40{width:40%!important;}
.w-60{width:60%!important;}.w-70{width:70%!important;}.w-80{width:80%!important;}.w-90{width:90%!important;}

.vw-10{width:10vw!important;}.vw-20{width:20vw!important;}.vw-25{width:25vw!important;}.vw-30{width:30vw!important;}
.vw-40{width:40vw!important;}.vw-50{width:50vw!important;}.vw-60{width:60vw!important;}.vw-70{width:70vw!important;}
.vw-75{width:75vw!important;}.vw-80{width:80vw!important;}.vw-90{width:90vw!important;}

.fs-7{font-size:.80rem!important;}

.z-index-1100{z-index:1100!important;}
.z-index-1099{z-index:1099!important;}

.vh-100-nav{height:max-content!important;}

.text-justify{text-align:justify!important;}
.no-pointer{cursor:default!important;}

/* Border validation form */
.border-bottom-purple {
    border-bottom: 1px solid #c38da4!important;
}

.border-bottom-danger {
    border-bottom: 1px solid #dc3545!important;
}

.border-bottom-success {
    border-bottom: 1px solid #28a745!important;
}

/* Checkbox custom */
.custom-switch .custom-control-input:focus~ .custom-control-label::before {
     border: 1px solid #adb5bd;
     box-shadow: 0 0 0 #adb5bd inset, 0 0 0 3px rgba(78, 34, 58, 0.15);
     transition: background-color .17s ease-in-out, border-color .17s ease-in-out, box-shadow .17s ease-in-out;
}

.custom-switch .custom-control-input:active~ .custom-control-label::before {
    background: rgba(78, 34, 58, 0.15);
    border: 1px solid #4e223a;
    transition: background-color .17s ease-in-out, border-color .17s ease-in-out, box-shadow .17s ease-in-out;
 }

.custom-switch .custom-control-input:checked~ .custom-control-label::before {
    background-color: #c38da4;
    border: 1px solid #4e223a;
    transition: background-color .17s ease-in-out, border-color .17s ease-in-out, box-shadow .17s ease-in-out;
    box-shadow: 0 0 0 #f1e4d3 inset, 0 0 0 3px rgba(148, 105, 135, 0.55);
}

.custom-switch .custom-control-input:checked~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='purple' d='M6.58.6834.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-switch .custom-control-input:checked:disabled~ .custom-control-label:before {
    background: #c38da4;
}

/* Label effect on form */
.form-control-placeholder {
    position: absolute!important;
    top: 0!important;
    padding: 22px 0 0 36px!important;
    transition: all 200ms!important;
    opacity: 0.7!important;
}

.form-control-password-placeholder {
    position: absolute!important;
    top: 0!important;
    padding: 15px 0 0 36px!important;
    transition: all 200ms!important;
    opacity: 0.7!important;
}

.form-control:valid + .form-control-placeholder,
.form-control:focus + .form-control-placeholder {
    font-size: 95%!important;
    transform: translate3d(-33%, -70%, 0)!important;
    opacity: 1!important;
    color: #4e223a!important;
}

.form-control:valid + .form-control-password-placeholder,
.form-control:focus + .form-control-password-placeholder {
    font-size: 95%!important;
    transform: translate3d(-22%, -85%, 0)!important;
    opacity: 1!important;
    color: #4e223a!important;
}

/* Toast for return */
.toast {
    position: fixed;
    z-index: 1102;
    width: max-content;
    top: 10vh;
}
@media (orientation: landscape) {
    .h-landscape-max{height:max-content!important;;padding:2rem;}
}
@media (min-width: 576px) {
    .h-sm-max{height:max-content!important;}

    .h-sm-10{height:10%!important;}.h-sm-20{height:20%!important;}.h-sm-25{height:25%!important;}.h-sm-30{height:30%!important;}
    .h-sm-40{height:40%!important;}.h-sm-50{height:50%!important;}.h-sm-60{height:60%!important;}.h-sm-70{height:70%!important;}
    .h-sm-75{height:75%!important;}.h-sm-80{height:80%!important;}.h-sm-90{height:90%!important;}.h-sm-100{height:100%!important;}

    .vh-sm-10{height:10vh!important;}.vh-sm-20{height:20vh!important;}.vh-sm-25{height:25vh!important;}.vh-sm-30{height:30vh!important;}
    .vh-sm-40{height:40vh!important;}.vh-sm-50{height:50vh!important;}.vh-sm-55{height:55vh!important;}.vh-sm-60{height:60vh!important;}
    .vh-sm-70{height:70vh!important;}.vh-sm-75{height:75vh!important;}.vh-sm-80{height:80vh!important;}.vh-sm-90{height:90vh!important;}
    .vh-sm-100{height:100vh!important;}

    .w-sm-max{width:max-content!important;}

    .w-sm-10{width:10%!important;}.w-sm-20{width:20%!important;}.w-sm-25{width:25%!important;}.w-sm-30{width:30%!important;}
    .w-sm-40{width:40%!important;}.w-sm-50{width:50%!important;}.w-sm-60{width:60%!important;}.w-sm-70{width:70%!important;}
    .w-sm-75{width:75%!important;}.w-sm-80{width:80%!important;}.w-sm-90{width:90%!important;}.w-sm-100{width:100%!important;}

    .vw-sm-10{width:10vw!important;}.vw-sm-20{width:20vw!important;}.vw-sm-25{width:25vw!important;}.vw-sm-30{width:30vw!important;}
    .vw-sm-40{width:40vw!important;}.vw-sm-50{width:50vw!important;}.vw-sm-60{width:60vw!important;}.vw-sm-70{width:70vw!important;}
    .vw-sm-75{width:75vw!important;}.vw-sm-80{width:80vw!important;}.vw-sm-90{width:90vw!important;}.vw-sm-100{width:100vw!important;}
}

@media (min-width: 768px) {
    .h-md-max{height:max-content!important;}

    .h-md-10{height:10%!important;}.h-md-20{height:20%!important;}.h-md-25{height:25%!important;}.h-md-30{height:30%!important;}
    .h-md-40{height:40%!important;}.h-md-50{height:50%!important;}.h-md-60{height:60%!important;}.h-md-70{height:70%!important;}
    .h-md-75{height:75%!important;}.h-md-80{height:80%!important;}.h-md-90{height:90%!important;}.h-md-100{height:100%!important;}

    .vh-md-10{height:10vh!important;}.vh-md-20{height:20vh!important;}.vh-md-25{height:25vh!important;}.vh-md-30{height:30vh!important;}
    .vh-md-40{height:40vh!important;}.vh-md-50{height:50vh!important;}.vh-md-55{height:55vh!important;}.vh-md-60{height:60vh!important;}
    .vh-md-70{height:70vh!important;}.vh-md-75{height:75vh!important;}.vh-md-80{height:80vh!important;}.vh-md-90{height:90vh!important;}
    .vh-md-100{height:100vh!important;}

    .w-md-max{width:max-content!important;}

    .w-md-10{width:10%!important;}.w-md-20{width:20%!important;}.w-md-25{width:25%!important;}.w-md-30{width:30%!important;}
    .w-md-40{width:40%!important;}.w-md-50{width:50%!important;}.w-md-60{width:60%!important;}.w-md-70{width:70%!important;}
    .w-md-75{width:75%!important;}.w-md-80{width:80%!important;}.w-md-90{width:90%!important;}.w-md-100{width:100%!important;}

    .vw-md-10{width:10vw!important;}.vw-md-20{width:20vw!important;}.vw-md-25{width:25vw!important;}.vw-md-30{width:30vw!important;}
    .vw-md-40{width:40vw!important;}.vw-md-50{width:50vw!important;}.vw-md-60{width:60vw!important;}.vw-md-70{width:70vw!important;}
    .vw-md-75{width:75vw!important;}.vw-md-80{width:80vw!important;}.vw-md-90{width:90vw!important;}.vw-md-100{width:100vw!important;}

    .vh-100-nav{height:calc(100vh - 70px)!important;}

    .fs-md-2 {font-size:2rem!important;}

    .rounded-md-0{border-top-left-radius:0!important;border-top-right-radius:0!important;}
    .rounded-md-top-start{border-top-left-radius:var(--bs-border-radius)!important;}
    .rounded-md-top-end{border-top-right-radius:var(--bs-border-radius)!important;}

    .position-md-relative {position: relative!important;}

    .overflow-md-auto {overflow: auto;}

    .form-control-placeholder {
        position: absolute!important;
        top: 0!important;
        padding: 33px 0 0 36px!important;
        transition: all 200ms!important;
        opacity: 0.7!important;
    }

    .form-control-password-placeholder {
        position: absolute!important;
        top: 0!important;
        padding: 32px 0 0 36px!important;
        transition: all 200ms!important;
        opacity: 0.7!important;
    }

    .form-control:valid + .form-control-placeholder,
    .form-control:focus + .form-control-placeholder {
        font-size: 95%!important;
        transform: translate3d(-33%, -63%, 0)!important;
        opacity: 1!important;
        color: #4e223a!important;
    }

    .form-control:valid + .form-control-password-placeholder,
    .form-control:focus + .form-control-password-placeholder {
        font-size: 95%!important;
        transform: translate3d(-22%, -65%, 0)!important;
        opacity: 1!important;
        color: #4e223a!important;
    }

    .toast-md {
        position: fixed;
        top: auto;
        right: 3vh;
        bottom: 1.5vh;
        z-index: 1100;
    }
}

@media (min-width: 992px) {
    .h-lg-max{height:max-content!important;}

    .h-lg-10{height:10%!important;}.h-lg-20{height:20%!important;}.h-lg-25{height:25%!important;}.h-lg-30{height:30%!important;}
    .h-lg-40{height:40%!important;}.h-lg-50{height:50%!important;}.h-lg-60{height:60%!important;}.h-lg-70{height:70%!important;}
    .h-lg-75{height:75%!important;}.h-lg-80{height:80%!important;}.h-lg-90{height:90%!important;}.h-lg-100{height:100%!important;}

    .vh-lg-10{height:10vh!important;}.vh-lg-20{height:20vh!important;}.vh-lg-25{height:25vh!important;}.vh-lg-30{height:30vh!important;}
    .vh-lg-40{height:40vh!important;}.vh-lg-50{height:50vh!important;}.vh-lg-55{height:55vh!important;}.vh-lg-60{height:60vh!important;}
    .vh-lg-70{height:70vh!important;}.vh-lg-75{height:75vh!important;}.vh-lg-80{height:80vh!important;}.vh-lg-90{height:90vh!important;}
    .vh-lg-100{height:100vh!important;}

    .w-lg-max{width:max-content!important;}

    .w-lg-10{width:10%!important;}.w-lg-20{width:20%!important;}.w-lg-25{width:25%!important;}.w-lg-30{width:30%!important;}
    .w-lg-40{width:40%!important;}.w-lg-50{width:50%!important;}.w-lg-60{width:60%!important;}.w-lg-70{width:70%!important;}
    .w-lg-75{width:75%!important;}.w-lg-80{width:80%!important;}.w-lg-90{width:90%!important;}.w-lg-100{width:100%!important;}

    .vw-lg-10{width:10vw!important;}.vw-lg-20{width:20vw!important;}.vw-lg-25{width:25vw!important;}.vw-lg-30{width:30vw!important;}
    .vw-lg-40{width:40vw!important;}.vw-lg-50{width:50vw!important;}.vw-lg-60{width:60vw!important;}.vw-lg-70{width:70vw!important;}
    .vw-lg-75{width:75vw!important;}.vw-lg-80{width:80vw!important;}.vw-lg-90{width:90vw!important;}.vw-lg-100{width:100vw!important;}

    .fs-lg-4{font-size:calc(1.275rem + 0.3vw)!important;}

    .vr-lg {
        display: inline-block;
        align-self: stretch;
        width: var(--bs-border-width) !important;
        min-height: 1em;
        background-color: currentcolor;
        opacity: 0.25;
    }
}

@media (min-width: 1200px) {
    .h-xl-max{height:max-content!important}

    .h-xl-10{height:10%!important;}.h-xl-20{height:20%!important;}.h-xl-25{height:25%!important;}.h-xl-30{height:30%!important;}
    .h-xl-40{height:40%!important;}.h-xl-50{height:50%!important;}.h-xl-60{height:60%!important;}.h-xl-70{height:70%!important;}
    .h-xl-75{height:75%!important;}.h-xl-80{height:80%!important;}.h-xl-90{height:90%!important;}.h-xl-100{height:100%!important;}

    .vh-xl-10{height:10vh!important;}.vh-xl-20{height:20vh!important;}.vh-xl-25{height:25vh!important;}.vh-xl-30{height:30vh!important;}
    .vh-xl-40{height:40vh!important;}.vh-xl-50{height:50vh!important;}.vh-xl-55{height:55vh!important;}.vh-xl-60{height:60vh!important;}
    .vh-xl-70{height:70vh!important;}.vh-xl-75{height:75vh!important;}.vh-xl-80{height:80vh!important;}.vh-xl-90{height:90vh!important;}
    .vh-xl-100{height:100vh!important;}

    .w-xl-max{width:max-content!important;}

    .w-xl-10{width:10%!important;}.w-xl-20{width:20%!important;}.w-xl-25{width:25%!important;}.w-xl-30{width:30%!important;}
    .w-xl-40{width:40%!important;}.w-xl-50{width:50%!important;}.w-xl-60{width:60%!important;}.w-xl-70{width:70%!important;}
    .w-xl-75{width:75%!important;}.w-xl-80{width:80%!important;}.w-xl-90{width:90%!important;}.w-xl-100{width:100%!important;}

    .vw-xl-10{width:10vw!important;}.vw-xl-20{width:20vw!important;}.vw-xl-25{width:25vw!important;}.vw-xl-30{width:30vw!important;}
    .vw-xl-40{width:40vw!important;}.vw-xl-50{width:50vw!important;}.vw-xl-60{width:60vw!important;}.vw-xl-70{width:70vw!important;}
    .vw-xl-75{width:75vw!important;}.vw-xl-80{width:80vw!important;}.vw-xl-90{width:90vw!important;}.vw-xl-100{width:100vw!important;}
}

@media (min-width: 1400px) {
    .h-xxl-max{height:max-content!important;}

    .h-xxl-10{height:10%!important;}.h-xxl-20{height:20%!important;}.h-xxl-25{height:25%!important;}.h-xxl-30{height:30%!important;}
    .h-xxl-40{height:40%!important;}.h-xxl-50{height:50%!important;}.h-xxl-60{height:60%!important;}.h-xxl-70{height:70%!important;}
    .h-xxl-75{height:75%!important;}.h-xxl-80{height:80%!important;}.h-xxl-90{height:90%!important;}.h-xxl-100{height:100%!important;}

    .vh-xxl-10{height:10vh!important;}.vh-xxl-20{height:20vh!important;}.vh-xxl-25{height:25vh!important;}.vh-xxl-30{height:30vh!important;}
    .vh-xxl-40{height:40vh!important;}.vh-xxl-50{height:50vh!important;}.vh-xxl-55{height:55vh!important;}.vh-xxl-60{height:60vh!important;}
    .vh-xxl-70{height:70vh!important;}.vh-xxl-75{height:75vh!important;}.vh-xxl-80{height:80vh!important;}.vh-xxl-90{height:90vh!important;}
    .vh-xxl-100{height:100vh!important;}

    .w-xxl-max{width:max-content!important;}

    .w-xxl-10{width:10%!important;}.w-xxl-20{width:20%!important;}.w-xxl-25{width:25%!important;}.w-xxl-30{width:30%!important;}
    .w-xxl-40{width:40%!important;}.w-xxl-50{width:50%!important;}.w-xxl-60{width:60%!important;}.w-xxl-70{width:70%!important;}
    .w-xxl-75{width:75%!important;}.w-xxl-80{width:80%!important;}.w-xxl-90{width:90%!important;}.w-xxl-100{width:100%!important;}

    .vw-xxl-10{width:10vw!important;}.vw-xxl-20{width:20vw!important;}.vw-xxl-25{width:25vw!important;}.vw-xxl-30{width:30vw!important;}
    .vw-xxl-40{width:40vw!important;}.vw-xxl-50{width:50vw!important;}.vw-xxl-60{width:60vw!important;}.vw-xxl-70{width:70vw!important;}
    .vw-xxl-75{width:75vw!important;}.vw-xxl-80{width:80vw!important;}.vw-xxl-90{width:90vw!important;}.vw-xxl-100{width:100vw!important;}
}