.dt-button-background {
    display: none !important;
}

button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {
    color: #566a7f !important;
}

.dataTables_length {
    margin-right: 20px !important;
}

.dt-button {
    display: block;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background: none !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.dt-button:hover {
    border-color: #b8b8b8 !important;
}

button.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled),
input.dt-button:active:not(.disabled),
input.dt-button.active:not(.disabled) {
    box-shadow: none !important;
    background-color: rgb(0, 0, 0, 0.05) !important;
}

.dt-button-collection {
    border: none !important;
    box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.1) !important;
}

.dataTables_filter input {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    padding: 0.375rem 0.75rem !important;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

.dataTables_filter input:active {
    border-color: #555;
}

.dataTables_length select {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    padding: 0.375rem 0.75rem !important;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    width: 60px !important;
}

.dataTables_length select:active {
    border-color: #555;
}

.select2-selection {
    width: 100% !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    height: 150px;
    width: 150px;
}

.ui-sortable-placeholder {
    border: 1px dashed black !important;
    visibility: visible !important;
    background: #eeeeee78 !important;
}

.ui-sortable-placeholder * {
    visibility: hidden;
}

.RearangeBox.dragElemThumbnail {
    opacity: 0.6;
}

.RearangeBox {
    width: 240px;
    height: 240px;
    padding: 10px;
    cursor: all-scroll;
    border: 1px solid #9E9E9E;
    font-family: sans-serif;
    display: inline-block;
    margin: 5px !important;
    text-align: center;
    color: #673ab7;
    background: #ffffff;
    /*color: rgb(34, 34, 34);
        background: #f3f2f1;     */
}

.IMGthumbnail {
    max-width: 220px;
    height: 220px;
    margin: auto;
    background-color: #ececec;
    padding: 2px;
    border: none;
}

.IMGthumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgThumbContainer {

    margin: 4px;
    border: solid;
    display: inline-block;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}

.imgThumbContainer>.imgName {
    text-align: center;
    padding: 2px 6px;
    margin-top: 4px;
    font-size: 13px;
    height: 15px;
    overflow: hidden;
}

.imgThumbContainer>.imgRemoveBtn {
    position: absolute;
    color: #e91e63ba;
    background-color: #ececec;
    right: 2px;
    top: 2px;
    cursor: pointer;
    display: none;
    padding: 2px;
}

.RearangeBox:hover>.imgRemoveBtn {
    display: block;
}
