.dm-notification-box__text {
    min-width: 120px;
    padding-right: 15px;
}

.table_sm tr td {
    padding: 4px 2px !important;
}

.dashboard-bg {}

.dashboard-bg img {
    max-height: 100px;
    width: 100%;
    object-fit: contain;
}

.guest_logo {
    max-height: 70px;
    width: 100%;
    object-fit: contain;
}

/* CMS Content Editor Styles */
.ck-editor__editable {
    min-height: 500px !important;
}

/* HexaDash style Select2 override */
.select2-container--default .select2-selection--single {
    height: calc(1.5em + .75rem + 0px) !important;
    border: 1px solid #e3e6ef !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    background: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.5em + .75rem + 2px) !important;
    padding-left: 15px !important;
    padding-right: 35px !important;
}