﻿.common-btn {
    width: 60px;
    height: 40px;
}

.custom-grid-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-header {
    width: 200px;
    font-weight: bold;
    margin: 0 2px !important;
    padding: 4px 2px !important;
    font-size: 16px !important;
    line-height: 19px;
}

.custom-item-template {
    font-size: 0.8rem;
    height: 2rem;
    display: flex;
    align-items: center;
}

.custom-row {
    height: 5px;
}

.custom-close-button {
    display: inline-block;
    width: auto; /* Allow width to adjust based on content */
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    color: black;
    background-color: lightgray;
    padding: 2px 8px;
    border-radius: 3px;
}

    .custom-close-button:hover {
        background-color: darkgray;
        color: white;
    }

.progressBackgroundFilter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

.processMessage {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

.ui-dialog .ui-dialog-titlebar button {
    background-color: #1a75ff;
    border: #1a75ff;
    color: #ffffff;
}

    .ui-dialog .ui-dialog-titlebar button:hover {
        background-color: #1a75ff;
        border: none;
        color: #000000;
    }

    .ui-dialog .ui-dialog-titlebar button:focus,
    .ui-dialog .ui-dialog-titlebar button:active {
        border: none;
        outline: none;
        color: #000000;
    }

.LoaderDiv {
    text-align: center;
}

.LoaderDivprocessMessage {
    left: 45%;
    padding: 10px;
    position: fixed;
    top: 42%;
    width: 14%;
    z-index: 100020;
}

.dropdown-icon {
    background-image: url('../images/Icon-ddp-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.dropdown-label {
    vertical-align: top;
    font-size: 16px;
}

.table .thead-dark th {
    color: #fff;
    border-color: #28579f !important;
    font-size: 0.8rem !important;
}