﻿
/**
 * Author: Somesh B 
 * Version: v1
 * Created: 09/18/2025
 * Description: Created to maintain css code for company data page.
 */










.modal-backdrop {
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 1050;
}

#DivReportFilter {
    box-shadow: 0 2px 16px rgba(0,0,0,0.2);
    background-color: white;
    padding: 20px;
    width: 400px;
    border-radius: 8px;
    position: relative;
    z-index: 1060;
}

.blazored-typeahead__result--active {
    background-color: #74943D !important;
    color: #fff !important;
}

.blazored-typeahead__result:hover {
    background-color: #e9ecef !important;
    color: #222 !important;
}


.blazored-typeahead__active-item, .blazored-typeahead__result:hover, .blazored-typeahead__result:focus {
    background-color: #74943D;
    border-top: 1px solid #74943D;
    border-bottom: 1px solid #74943D;
    color: #fff;
    cursor: pointer;
}

