
.monospace {
    font-family: Consolas, monospace;
}
/* ---------------------------------------------------------------------------------
    Select2 custom css
   --------------------------------------------------------------------------------- */
.select2-container {
    /*width: 100% !important;*/
}
.select2-container .select2-selection--single {
    height: 29px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
.select2-container .select2-selection--single:focus,
.select2-search__field:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
    border-radius: 5px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2161FF;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1rem;
    line-height: 29px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 29px;
    right: 5px;
}

.tox-statusbar__branding {
    display: none!important;
}

.hp-preview {
    width: 100%;
}
.hp-preview-row img {
    display: block;
    width: 100%;
    height: auto;
}
