﻿

/*  grid dropdown*/
td:has(.dropdown) {
    overflow: visible !important;
     
}
/*  grid dropdown*/



.loading-app {
    background: #000 url(../img/loader.gif);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
   /* background-size: 80px;*/
    background-repeat: no-repeat;
    background-position: center;
    background-color:#fff;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #111;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.loader-wrpr {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.9);
    z-index: 99999;
}

@media (min-width: 576px) {
    .modal-dialog-mod {
        max-width: 650px !important;
        margin: 1.75rem auto;
    }

    .password-container {
        position: relative;
    }

    .eye-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .min-height-grid {
        min-height: 600px; /* Set your desired minimum width */
    }

    .min-height-grid-report {
        min-height: 490px; /* Set your desired minimum width */
    }

    .myGrid .dropdown-menu {
        z-index: 1050; /* Higher than other elements to ensure visibility */
        position: absolute; /* Ensure it does not affect the layout of other elements */
    }

    .placeholder-glow::before {
        content: none;
    }

    .placeholder-glow * {
        visibility: visible !important;
    }

    