.swal2-popup {
    font-size: 1.6rem !important;
}

.ace-editor {
    position: absolute;
    top: 32px;
    bottom: 4px;
    width: 100%;
}

.html-wrapper {
    position: relative;
    height: 500px;
}
/*Color for multiple select2*/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc !important;
}

.select2-selection__choice__remove {
    color: rgba(255,255,255,.7) !important;
}
