@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic");
@import url("https://fonts.bunny.net/css?family=Nunito");
/* @import "~@fortawesome/fontawesome-free/css/all.css"; */
/* @import "~overlayscrollbars/css/OverlayScrollbars.css"; */
/* @import "~icheck-bootstrap/icheck-bootstrap.css"; */
/* @import "../../vendor/almasaeed2010/adminlte/dist/css/adminlte.css"; */
.reorder-handle i {
    cursor: move;
    color: #6c757d;
}
.select2-container--default .select2-selection--single {
    height: 38px !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #007bff !important;
    border-color: #007bff !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li {
    white-space: normal !important;
}

label.required::after {
    content: "*";
    font-weight: 700;
    padding-left: 4px;
    color: rgb(196, 67, 87);
    display: inline-block;
}

.upload-with-preview {
    /* padding: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    /* max-width: 250px; */
    margin: auto;
}
.upload-with-preview .file-input,
.upload-with-preview #file-input,
.upload-with-preview #logo-dark-input,
.upload-with-preview #logo-local-input,
.upload-with-preview [id^="widget-logo"] {
    display: none;
}
.upload-with-preview img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.upload-with-preview label {
    cursor: pointer;
    color: #6c757d !important;
    display: block;
    margin-top: 0.25rem;
    font-size: 80%;
    font-weight: 400 !important;
}
.upload-with-preview label:hover {
    color: #dc3545 !important;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wrap-image-preview {
    width: 100%;
    height: 325px;
}
.wrap-image-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.upload-with-preview .invalid-feedback {
    text-align: center;
}
.images-list {
    height: 250px;
    position: relative;
}
.images-list img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.images-list .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #1310108f;
    padding: 10px;
}
.wrap-image-headline {
    height: 150px;
    width: 100%;
    z-index: 1;
}
.wrap-image-headline img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.wrap-image-headline .overlay {
    background-color: #6464649c;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
}
#headline-form .card-body {
    min-height: 100px;
}
#headline-form p {
    line-height: 20px;
}
.tox-promotion {
    display: none !important;
}
.sidebar-mini.sidebar-collapse .main-sidebar:hover #selectPortal + span {
    width: 100% !important;
}
.class-data-caption {
    color: #a0a3bd;
    font-size: 12px;
    font-style: italic;
    cursor: pointer;
}
/*# sourceMappingURL=app.css.map */
.row-checkbox-taxonomy,
.row-checkbox,
.author-checkbox,
.related-checkbox {
    width: 20px;
    height: 20px;
}

.select2-selection__choice__remove {
    float: left !important;
    margin-left: 0 !important;
    margin-right: 2px !important;
}

.card-img-top {
    max-height: 175px;
}

.card-title {
    min-height: 20px;
}
