/* xxxxxxxxxxxxxxxxxxxxxxxx custom form error xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.custom-form-error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}
/* xxxxxxxxxxxxxx end custom form error xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* xxxxxxxxxxxxxxxxxxxxx start custom nested sortable menu xxxxxxxxxxxxxxxxxxxxxxxxx */
/* .menu-box {
    border: 1px solid #a1a1a1;
    margin: 10px;
    padding: 10px;
} */

.menu-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-box ul.menu-list li {
    display: block;
    margin-bottom: 5px;
    border: 1px solid #eee;
    background: #fff;
}

.menu-box ul.menu-list > li a {
    background: #fff;
    display: block;
    font-size: 14px;
    color: red;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
}

.menu-box ul.menu-list > li a:hover {
    cursor: move;
}

.menu-box ul.menu-list ul {
    margin-left: 20px;
    margin-top: 5px;
}

.menu-box ul.menu-list ul li a {
    color: blue;
}

.menu-box li.menu-highlight {
    border: 1px dashed red !important;
    background: #f5f5f5;
}
.menu-box-item{
    border: 2px solid #0d6efd30;
    padding: 5px;
    width: 360px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* xxxxxxxxxxxxxxx end custom nested sortable menu xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */




.sidebar-expand-lg.layout-fixed .app-sidebar .sidebar-wrapper{
    overflow-y: auto;
}

.select2-container--default .select2-selection--single{
    height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 36px;
}

#form_1_edit .form-label{
    display: block;

}

#form_1_edit .select2-container {
    width: 100% !important;
}