﻿#sideMenu ul.components {
    list-style: none;
    padding: 0px;
    margin: 0px;
    /*border-bottom: 1px solid #47748b;*/
}

#sideMenu ul p {
    color: #fff;
    padding: 20px;
}

#sideMenu ul li a {
    padding: 4px 4px 4px 20px;
    font-size: 15px;
    display: block;
    font-weight: 500;
    text-decoration: none;
}

    #sideMenu ul li a:hover {
        color: #f5f5f5;
        background: #336699;
        font-size: 17px;
        font-weight: 600;
    }

.accordion-item {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
    background-color: #336699 !important;
}

.accordion-button {
    padding: 10px 20px 10px 20px !important;
    /*border-color: rgba(0,0,0,.125);*/
    background-color: #336699 !important;
    outline: none;
    color: #fff !important;
    font-size: 18px;
}

    .accordion-button:hover {
        box-shadow: none;
        border-color: rgba(0,0,0,.125);
        background-color: #336699;
        color: #ffc69d;
        font-weight: 600;
    }

    .accordion-button:focus {
        box-shadow: none;
        border-color: rgba(0,0,0,.125);
        background-color: #336699;
        color: #ffc69d;
    }

    .accordion-button.collapsed::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

.accordion-body {
    padding: 5px 20px;
    background-color: #336699;
}

.div.accordion-body {
    border: 0px;
    border-color: rgba(0,0,0,.125);
}

.submenuItemHead {
    color: #FF9966;
    font-size: 18px;
    font-weight: 600;
}

.submenuItem {
    color: #fff;
    font-size: 15px;
}

.menuCloseBtn {
    color: #8da4c6;
    background-color: transparent;
    border: none;
    float: right;
}

/* Offcanvas */
.offcanvas {
    background-color: #336699 !important;
}

#offcanvasLabel1 {
    color: #91b4d7;
}

.ActifInfo > ul {
    list-style: none;
    float: right;
    margin-right: 20px;
    color: #8da4c6;
    font-size: 14px;
}

/* MyToast Styling */
.toast-container {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 300px;
    max-height: 80vh; /* Maximum height of the container */
    overflow-y: auto; /* Enables scrolling when toasts exceed container height */
    z-index: 1050;
}

.custom-toast {
    background-color: #ffcc00; /* Background color */
    color: #000; /* Text color */
    border: 1px solid #000; /* Border color */
    margin-bottom: 10px; /* Space between toasts */
}

.toast-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .toast-logo img {
        width: 30px;
        height: 30px;
    }

.toast-footer {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 10px;
}

/*.searchTextBox {
    background-color: whitesmoke !important;
    color: black !important;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
}*/
.searchTextBox {
    background-color: whitesmoke !important;
    color: black !important;
    border: none;
    border-color: transparent;
    /*padding: 10px;*/
    margin: 0px;
    font-size: 14px;
}

/* Ensure floating label is visible */
    .searchTextBox .dx-placeholder {
        color: darkgray !important;
    }

/* Style when focused */
.searchTextBox.dx-state-focused {
    /*border-color: #007bff !important;*/
    /*box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);*/
}

/* Style for the reset button */
#resetBtn {
    color: red !important;
}
