.menu-item-sm {
    background-color: #3a73d8;
    color: white;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    border: 1px solid #2e5cb8;
    border-radius: 4px;         
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.menu-item-sm.special {
    background-color: #00c0f1;
}

.menu-item.special {
    background-color: #00c0f1;
}
.module-list {
    padding: 0;
    margin: 0;
}

.module-item {
    background-color: #0066cc;
    color: white;
    padding: 10px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
}

.module-item.yellow {
    background-color: #ffc107;
    color: black;
}

.module-item.lightblue {
    background-color: #17a2b8;
}


.menu-item {
    background-color: #3a73d8;
    color: white;
    padding: 15px 20px;
    margin-bottom: 10px;
    font-weight: bold;
    border-radius: 8px;         
    border: 1px solid #2e5cb8;  
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.menu-item-sm:hover , .menu-item:hover {
    background-color: #2e5cb8;  
    transform: translateY(-4px); 
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3); 
    cursor: pointer;           
}
.content-header {
    display: none;
}

.custom-modal-dialog {
    max-width: 80%;
    width: 80%;
    margin: 0;
    position: fixed;
    right: 0;
     
}
.custom-modal-content {height: 100%;border-radius: 0;}
.custom-modal-body iframe{
    min-height: 100vh;
}