
/* Custom Inputs Form Control */
.form-control,
.select2-container--default .select2-selection--single{
    background: transparent;
    /* background-color: var(--color-opacity); */
}
select option{
    background: transparent;
    /* background-color: var(--color-opacity); */
}
.control-sidebar-slide-open .control-sidebar, .control-sidebar-slide-open .control-sidebar::before{
    width: 450px;
}
textarea.form-control,
.note-editor.note-frame {
    border: 1px solid #7a7a7a;
    border-radius: 10px;
}

.note-toolbar {
    background-color: transparent;
}
.select2-results{
    /* background-color: var(--color-opacity); */
}

/* Desktop */

@media (min-width: 801px) {}

/* Mobile */

@media (max-width: 800px) {}
