body {
    background-color: #f4f4f4;
    color: #333;
    margin: 0;
    padding: 20px;
}

.custom-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.custom-container-nav {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.custom-container-footer {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.custom-container-border {
    border-color:#545454;
    border-width: 2px;
}

.custom-container-border:hover {
    border-color:#545454;
    border-width: 2px;
}

.custom-btn {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
}

.entra-logo {
    height: 50px;
    margin-right: 10px;
}

.b-top-divider {
    width: 100%;
    height: 5rem;
}

.b-page-divider {
    width: 100%;
    height: 2rem;
}

.custom-td-truncate {
    max-width: 20rem;
}