.login-body {
    position: relative;
    background-image: url(../../images/frontis-usfx.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.login-panel {
    background: transparent;
}
.login-panel 
.p-card {
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
}
.p-badge{
    font-size: 0.9rem;
    font-weight: 600;
}

.layout-wrapper .layout-menu-container .layout-menu li ul li a {
    padding: 10px 8px 10px 8px;
}

.profile-image {
    border-radius: 50% 50%;
    border: solid 2px #ffffff;
}

.title-section i.pi {
    font-size: 1.5rem;
}

.p-column-title{
    text-transform: uppercase;
}
.p-badge{
    font-size: 0.9rem;
    font-weight: 600;
}
#editor{
    max-height: 78vh;
}
#tool-editor{
    max-height: 69vh;
    overflow-y: auto;
}
.pi{
    font-size:1.25rem;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
    min-width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
    font-size: 1.143rem;
    z-index: 1;
    border-radius: 50%;
}
/* custom css form inscripcion no disponible */
.exception-body.notfound {
    background: url("../../images/frontis-usfx.webp") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: cover;
    background-position: center;
}
.exception-body .exception-panel {
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: #8a2419;
}
.exception-body .exception-text .notfound-box {
    display: inline-block;
    padding: 2px 8px;
    color: #ffffff;
    background-color: #18318B;
}
.exception-body .exception-text .notfound-text {
    color: #18318B;
}
.exception-content{
    backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, 0.50);
    height: 100vh;
}
.p-inputnumber-button-group .p-inputnumber-button{
    height: 1.3rem !important;
}

.color-danger{
    color: #dc3545;
}
.color-warning{
    color: #fd9741;
}
.color-success{
    color: #459e74;
}

.p-input-icon-right > svg {
    right: 6px;
}

.vs__dropdown-toggle {
    padding-top: 1.5px !important;
}

.v-select.vs--open .vs__dropdown-toggle {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #9ec5fe;
    border-color: #004f9f;
}

.vs__selected {
    display: inline-block;
    max-width: calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}