.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
    --bg-opacity: 1;
    background: #4a5568;
    padding: 0 12px 0 12px !important;
}

.e-accordion .e-acrdn-item .e-acrdn-header:hover {
    --bg-opacity: 1;
    background-color: #1a202c !important;
    border: none !important;
}

.e-accordion .e-acrdn-item .e-acrdn-header {
    --bg-opacity: 1;
    background-color: #1a202c !important;
    border: none !important;
}

.e-acrdn-header .e-acrdn-header-content {
    color: white !important;
}

.e-accordion .e-acrdn-item .e-toggle-icon {
    color: #03DAC6 !important;
}

.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
    border: none !important;
}

.e-accordion {
    border: none !important;
}

.e-control, .e-css {
    font-family: Open Sans !important;
}

.e-dialog .e-dlg-header-content {
    background-color: #2d3748 !important;
}

.e-dialog .e-dlg-content {
    background-color: #4a5568 !important;
    color: white;
}


.e-dialog .e-dlg-header {
    text-align: center;
    color: white;
    width: unset;
    font-size: 18px;
}

.e-btn.e-icon-btn, .e-css.e-btn.e-icon-btn {
    padding: 0px 4px;
}

.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
    background-color: white;
    height: 25px;
    width: 25px;
}

e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
    font-size: 12px;
    font-weight: bold;
}

.e-accordion .e-acrdn-item {
    border-bottom: none !important;
    border-top: none !important;
    padding-bottom: 0.5rem;
    background-color: #2d3748;
}

.e-accordion .e-active {
    background-color: #2d3748 !important;
}

.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
    font-size: 16px;
}

/*table grid css*/
.e-grid .e-headercell, .e-grid .e-detailheadercell {
    background-color: #1a202c !important;
    color: white !important;
}

.e-grid .e-table {
    background-color: #2d3748 !important;
}

.e-grid td.e-active {
    background: none !important;
}

.e-grid .e-rowcell:not(.e-editedbatchcell), .e-grid .e-detailrowcollapse:not(.e-editedbatchcell), .e-grid .e-detailrowexpand:not(.e-editedbatchcell), .e-grid .e-gridcontent .e-rowdragdrop:not(.e-editedbatchcell), .e-grid .e-gridheader .e-rowdragdrop:not(.e-editedbatchcell), .e-grid .e-emptyrow:not(.e-editedbatchcell) {
    color: white !important;
    border-width: 0px 0 0;
    line-height: 24px;
}

.e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop) {
    color: white !important;
}

.e-grid.e-gridhover tr[role='row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role='row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
    background-color: #1a202c !important;
}

.e-grid .e-gridheader {
    background-color: #1a202c !important;
    padding: 10px;
    border-bottom-color: #1a202c !important;
    border-top-color: #1a202c !important;
    color: #1a202c;
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
    border-top-left-radius: 0.4375rem;
    border-top-right-radius: 0.4375rem;
}

.e-grid .e-gridcontent {
    border-bottom-left-radius: 0.4375rem;
    border-bottom-right-radius: 0.4375rem;
    background-color: #2d3748 !important;
}

.e-grid .e-content {
    background-color: #2d3748 !important;
    padding: 12px;
}

.e-grid {
    border-style: none solid solid;
    border-width: 0px !important;
}

.e-dialog .e-dlg-content {
    background-color: white !important;
}

.e-grid.e-default .e-rowcell.e-lastrowcell {
    border-bottom-width: 0px !important;
}

.e-content {
    max-height: 60vh;
}

    /*Custom CSS for SFGrid min scroll*/
    .e-content::-webkit-scrollbar {
        width: 6px;
        cursor: pointer;
    }

    .e-content::-webkit-scrollbar-track {
        background-color: rgba(229, 231, 235, var(--bg-opacity));
        cursor: pointer;
    }

    .e-content::-webkit-scrollbar-thumb {
        cursor: pointer;
        background-color: #a0aec0;
    }

.e-accordion::-webkit-scrollbar {
    width: 6px;
    cursor: pointer;
}

.e-accordion::-webkit-scrollbar-track {
    background-color: rgba(229, 231, 235, var(--bg-opacity));
    cursor: pointer;
}

.e-accordion::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #a0aec0;
}

#divAdvisorAccounts .e-accordion {
    max-height: 54vh;
    overflow: auto;
}

#divInvestorAccounts .e-accordion {
    max-height: 50vh;
    overflow: auto;
}

.e-emptyrow {
    text-align: center;
    font-size: 1.125rem;
}

@media (min-width: 1024px) {
    .e-emptyrow {
        width: 100%;
        font-size: 1.125rem;
    }
}

@media (min-width: 768px) {
    .e-emptyrow {
        font-size: 1rem;
    }
}

@media (min-width: 1280px) {
    .e-emptyrow {
        font-size: 1.125rem;
    }
}

@media (min-width: 1600px) {
    .e-emptyrow {
        font-size: 1.25rem;
    }
}

@media (min-width: 1920px) {
    .e-emptyrow {
        font-size: 1.25rem;
    }
}

.e-spinner-inner {
    border: 16px solid silver;
    border-top: 16px solid #22527b;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 25% !important;
    position: relative;   
    z-index: 1000;
    -webkit-transform:none !important;
    left:46% !important;
}

.e-spin-fabric {
    display: none !important;
}

.e-spinner-pane {
    --bg-opacity: 1;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
    margin-top: 5vh;
    z-index: 1 !important;
    border-bottom-right-radius: 0.4375rem !important;
    border-bottom-left-radius: 0.4375rem !important;
}

/*Custom CSS for SF controls border radius*/
.e-control-container {
    border-radius: 0.375rem !important;
}