/* Custom Stylesheet hash:17361686331734963180 dated 10 Jun, 2025 17:25:38+UTC */
/* Add custom CSS here */

.ace_scroller {
  color:white;
}

/*--Escalation CSS-start--*/
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Dark background */
    justify-content: center;
    align-items: center;
    z-index:1;
}
.modal-content {
    background: white;
    padding: 30px;
    border-radius: 8px;
    width: 400px;
    text-align: center;
}
.close-btn {
    background: #ff3b3b;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 5px;
}
.submit-btn {
    background: #3efa25;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 5px;
}

.submit-btn:disabled {
    background: #eeeeee;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 5px;
}

/*--Escalation CSS-stop--*/