.e-float-text {
    color: rgb(208, 182, 255) !important;
    font-size: small !important;
    font-weight: bold;
}

.e-ddl.e-input-group.e-control-wrapper .e-input, .e-input-group.e-input-focus input {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: white;
}
.e-float-input.e-control-wrapper input[readonly] {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #c9c9c9;
}

.e-input-group,
.e-input-group.e-control-wrapper,
.e-float-input,
.e-float-input.e-input-group,
.e-float-input.e-control-wrapper,
.e-float-input.e-input-group.e-control-wrapper {
    width: 100%;
    min-height: 35px;
    background: transparent linear-gradient(108deg, #0a0718, #232443) 0% 0% no-repeat padding-box;
    border-radius: 1rem !important;
    border: 1px solid #0d6efd !important;
    border-color: #0d6efd !important;
}

.e-multiselect.e-control-container
.e-multi-select-wrapper
.e-delim-values,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
    font-size: 0.85rem;
    font-weight: bold;
    text-align: center;
    color: white !important;
    -webkit-text-fill-color: #c9c9c9;
}

/* Customizing the dropdown icon’s color */
.e-multiselect .e-input-group-icon.e-ddl-icon.e-icons, .e-multiselect .e-input-group-icon.e-ddl-icon.e-icons:hover {
    color: #c9c9c9;
    font-size: 13px;
}
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active,
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active:hover,
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active:focus,
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
    background-color: #110b25;
    border-color: rgba(0, 0, 0, 0);
    color: #c9c9c9;
}
.e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
    background-color: #372d5a;
    color: #c9c9c9;
}

    .e-ddl.e-lib.e-input-group.e-control-container, .e-ddl.e-lib.e-input-group.e-control-container:focus {
    width: 100%;
    min-height: 35px;
    background: transparent linear-gradient(108deg, #0a0718, #232443) 0% 0% no-repeat padding-box;
    border-radius: 1rem !important;
    border: 1px solid #0d6efd !important;
    border-color: #0d6efd !important;
}

.e-ddl.e-lib.e-input-group.e-control-container:hover {
    background: transparent linear-gradient(108deg, #141029, #232443) 0% 0% no-repeat padding-box;
}

.e-ddl.e-control.e-lib.e-popup {
    background-color: #372d5a;
}

.e-ddl.e-popup {
    background: #372d5a;
    background-color: #372d5a;
    border: 1px solid #372d5a;
    color: white;
}

.e-dropdownbase .e-list-item,
.e-dropdownbase .e-list-item.e-item-focus {
    background-color: #110b25;
    color: white;
    font-size: large;
    padding: 3px;
    margin-bottom: 1px;
}

/*    .e-dropdownbase .e-list-item.e-item-focus {
        background-color: #3f2d5a;
        color: white;
    }*/

    .e-dropdownbase .e-list-item.e-active,
    .e-dropdownbase .e-list-item.e-active.e-hover
    {
        background-color: #3f2d5a;
        border-color: #fff;
        color: white;
    }

    .e-dropdownbase .e-list-item.e-hover {
        background-color: #272d5a;
        border-color: #0d6efd;
        color: white;
    }

.e-accordion {
    border: 0 !important;
    background: transparent !important;
}

.e-acrdn-item {
    border-color: black !important;
    background: transparent !important;
}

.e-acrdn-header:focus {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent linear-gradient(108deg, #211947, #313251) 0% 0% no-repeat padding-box !important;
}

.e-acrdn-header:active {
    border: 0 !important;
    background: transparent linear-gradient(108deg, #211947, #313251) 0% 0% no-repeat padding-box !important;
}

.e-acrdn-header {
    --bs-btn-border-width: var(--bs-border-width);
    border: 0 !important;
    color: white !important;
    background: transparent linear-gradient(108deg, #211947, #313251) 0% 0% no-repeat padding-box !important;
    border-radius: 1rem !important;
}

.e-acrdn-header-content {
    color: white !important;
    width: 100% !important;
}

.e-accordion .e-acrdn-item .e-acrdn-header {
    line-height: 15px !important;
}

.e-acrdn-content {
    background-color: #100b23 !important;
}

.e-accordion .e-acrdn-item.e-expand-state.e-select {
    border: 0 !important;
    background: transparent !important;
}
.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap {
    background: transparent linear-gradient(108deg, #0d0821, #090a1a) 0% 0% no-repeat padding-box;
    color: #343a40;
}
.e-mention .e-mention-chip, .e-mention .e-mention-chip:hover {
    background: #203f2e;
    border-radius: 2px;
    border: none;
    color: white;
    cursor: default;
}

.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon, .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
    margin-top: -2.5em !important;
}