.menu-title {
    color: #fff !important;
}

.navbar-menu .navbar-nav .nav-link {
    color: #fff !important;
}

.customer-nav .navbar-nav .nav-link {
    color: #6d7080 !important;
}

.form-select:focus {
    border-color: none !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.table-icons i {
    font-size: 18px !important;
}

.table-card div.dataTables_wrapper .col-md-6 {
    width: 50% !important;
}

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

.dataTables_filter input {
    width: auto !important;
}

.table-status {
    font-size: 12px;
}

.file-icon p {
    font-size: 12px !important;
    font-family: "Poppins", sans-serif;
}

.dropify-wrapper {
    border: 1px dotted #E5E5E5 !important;
}


.card-radio .form-check-input:checked+.product-details:before {
    display: none !important;
}

.card-radio .form-check-input:checked+.reset-check-label {
    border: none !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    border-color: #fff !important;
}

#length:read-only,
#width:read-only {
    background: #f1f1f1 !important;
}

.card-border-primary,
.card-header {
    border-color: #e9ebec !important;
}

.fc-event {
    cursor: pointer;
}

.unread-notication {
    background: #eff2f7 !important;
}

#preview {
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
    position: relative;
    background-color: #fff;
}

.shape-design {
    cursor: pointer;
    margin: 5px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #ccc;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
}

#image-preview {
    position: absolute;
    width: 100%;
    height: 100%;
}

#text-preview {
    position: absolute;
    color: black;
    font-size: 24px;
}

.selected {
    border-color: blue;
}

.venue-size {
    width: 48%;
}

.floor-type {
    width: 30%;
}

.accordion-button:not(.collapsed) {
    background: #de1f75;
    color: #fff;
}

#venue-gallery-box .dropify-preview,
#venue-room-container .dropify-preview,
#product-gallery-box .dropify-preview {
    display: none !important;
}

table.table-striped.dataTable thead tr:first-child th {
    padding: 6px;
    color: #333;
}

table.dataTable td,
table.dataTable th {
    padding: 7px 12px;
}

table.table-striped.dataTable td {
    padding: 2px 2px;
    font-size: 13px;
    font-weight: 300;
}

table.dataTable>thead .sorting:after {
    top: 3px;
}

.table-card .dataTables_filter,
.table-card .dataTables_length {
    padding: 8px 6px !important;
}

.table-card div.dataTables_wrapper div.dataTables_filter label {
    margin: 0 !important;
}

#accounts-table_length label {
    margin: 0 !important;
}

.swiper-pagination-bullet-active {
    background: #de1f75 !important;
}

.accordion-button-attribute:not(.collapsed) {
    background: transparent !important;
    color: #212529 !important;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #e9ebec;
}

.nav-tabs-custom .nav-item .nav-link.active {
    color: #de1f75 !important;
}

.navbar-menu .navbar-nav .nav-link.active {
    background: #FFF;
    color: #de1f75 !important;
}

.dataTables_length {
    display: none !important;
}

#variant-sku-table_filter,
#addons-table_filter,
#addons-values-table_filter {
    display: none !important;
}

.dataTables_filter {
    display: none !important;
}

table.dataTable {
    margin: 0 !important;
}

.nav-customs.nav .nav-link::before, .nav-customs.nav .nav-link::after, .nav-customs.nav .nav-link{
    background: #e5e5e5; 
}