/* Minification failed. Returning unminified contents.
(73,27): run-time error CSS1036: Expected expression, found '#'
 */

.custom-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
}

.custom-modal-dialog {
    max-width: 90%; 
    width: auto;
    margin: 1.75rem auto;
}

.custom-modal-content {
    height: 95vh; 
}

.custom-modal-body {
    height: 100%; 
}

.custom-pdf-iframe {
    width: 100%;
    height: 100%;
}


.btn-fullscreen {
    margin-left: 5px;
}


/*.shadow-hover {    
    transition: background-color 1s ease;
    transition: transform 0.2s ease;
    border-radius: 0.30rem;
}

    .shadow-hover:hover {
        transform: translateY(-5px);
        box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
        background-color: #ffffff;
        box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    }*/

.shadow-hover {
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 0.30rem;
}

    .shadow-hover:hover {
        transform: translateY(-3px); /* Slight lift */
        background-color: #ffffff;
        box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1); /* Soft hover shadow */
    }

    .shadow-hover:active {
        transform: translateY(1px); /* Slight push effect */
        box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1); /* Pressing shadow */
        background-color: #f0f0f0; /* Subtle background change on press */
    }
.shadow-hover-button {
    transition: box-shadow 0.25s ease;
    transition: background-color 1s ease;
    border-radius: 0.30rem;
}

    .shadow-hover-button:hover {
        box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
        background-color: ##f0f8ff;
    }
.frame-hover:hover {
    transition: background-color 0.25s ease;
    border-radius: 0.30rem;
    background-color: #ffffff;
}

.resizable-table th, .resizable-table td {
    resize: horizontal;
    white-space: nowrap;
}


.resizable-table th:nth-child(3), .resizable-table td:nth-child(3) {
        width: 100%;
    }


