﻿
/*Tooltip styles*/
.e-tooltip-wrap.e-popup {
    background-color: #343a40 !important;
    border: 2px solid #343a40 !important;
    opacity: 1;
}
.e-tooltip-wrap .e-arrow-tip-inner {
    color: #343a40 !important;
}

/* This targets the outer part of the arrow (the border) */
.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
    border-bottom-color: #343a40 !important;
}

.e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom {
    border-top-color: #343a40 !important;
}

.e-tooltip-wrap .e-arrow-tip-outer.e-tip-left {
    border-right-color: #343a40 !important;
}

.e-tooltip-wrap .e-arrow-tip-outer.e-tip-right {
    border-left-color: #343a40 !important;
}

/*Toast notification style*/
.e-toast-success {
    background: #198754 !important;
/*    color: #FFFFFF !important;*/
}

.e-toast-error {
    background: #dc3545 !important;
/*    color: #FFFFFF !important;*/
}

.e-toast-warning {
    background: #ffc107 !important;
}

/*set content color to black for warning toast*/
.e-toast-warning .e-toast-message .e-toast-title {
    color: black !important;
}
.e-toast-warning .e-toast-message .e-toast-content {
    color: black !important;
}
.e-toast-warning .e-toast-close-icon {
    color: black !important;
}

.e-toast-info {
    background: #0d6efd !important;
/*    color: #FFFFFF !important;*/
}

/*Toast title style*/
.e-toast-container .e-toast .e-toast-message .e-toast-title {
    font-size: 1rem !important;
    font-weight: 500 !important;
}

/*Spinner style*/
/*.e-spinner-pane .e-spinner-inner .e-spin-material {
    z-index: 9999 !important;
}*/

/*Sidebar treeview*/
/*.e-treeview .e-ul{
    padding: 0 !important;
}

.e-list-parent .e-ul {
    padding: 0 !important;
}*/