.swal2-image {
    width: 135px;
    height: 50px;
    object-fit: contain;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    width: 25em !important;
    border-radius: 30px !important;
}
div:where(.swal2-container) .swal2-html-container {
    font-size: 1em !important;
}
div:where(.swal2-container) div:where(.swal2-popup){
    /* background: linear-gradient(45deg, #D7C9A1, #DDD4B8) !important; */
    color: #000000 !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
    border-radius: 50px !important;
    color: #FFFFFF !important;
    background-color: #000000 !important;
    font-size: 14px !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){
    border-radius: 50px !important;
    font-size: 14px !important;
}
div:where(.swal2-container) img:where(.swal2-image){
    margin: 1em auto 0em !important;
}
.theme-orange .sidebar .menu .list li.active {
    background-color: #B6A878 !important;
    border-left: 4px solid #000000 !important;
}

.sidebar .menu .list li.active .toggled {
    background: #B6A878 !important;
    color: #000000 !important;
}

.sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle){
    font-weight: bold;
    border-left: none;
}

.parsley-errors-list.filled{
    text-align: left !important;
}