.dropzone {
    border-style: dotted;
}

.image-thumbnail.active {
    border: 2px solid #6e6de5;
}

.image-thumbnail {
    width: 114px;
    margin: 3px;
    border: 1px solid #cfcfcf;
    padding: 1px;
    display: inline-flex;
    position: relative;
}

.image-thumbnail span {
    position: absolute;
    bottom: 0;
    background: #f2f2f2d9;
    color: #333;
    font-weight: 600;
    width: 100%;
    padding: 2px;
    width: 100%;
}

.file-content {
    display: inline-block;
}

.course-content {
    border: 1px solid #ccc;
    padding: 5px;
    height: 260px;
    overflow: hidden scroll;
}

.course-content p {
    margin: 7px 12px;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 22px 10px 0 10px;
    width: auto;
    max-width: 98%;
    margin: 20px auto;
    transition: 1s all;
}

.text-right {
    text-align: right !important;
}

.add-media {
    margin-bottom: 20px;
}

/* Custom style for Select2 multi-select elements */
.select2-container--default .select2-selection--multiple {
    border: 1px solid #d9dee3 !important;
    border-radius: 0.375rem !important;
    min-height: 38px !important;
    padding: 2px 6px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #696cff !important;
    box-shadow: 0 0 0.25rem 0.05rem rgba(105, 108, 255, 0.25) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #696cff !important;
    border: none !important;
    color: #fff !important;
    border-radius: 0.25rem !important;
    padding: 2px 8px !important;
    margin-top: 4px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    margin-right: 5px !important;
    border: none !important;
    background: transparent !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #ff3e1d !important;
    background-color: transparent !important;
}

.config-card {
    transition: all 0.3s ease;
}

.config-card.active {
    border-color: #696cff !important;
    box-shadow: 0 2px 6px 0 rgba(105, 108, 255, 0.15) !important;
}