.content {
    padding: 10px;
}

body.theme-dark .layout-body {
    background-color: #2a2a32;
}

body.theme-dark .layout-body .content-footer {
    color: rgba(255, 255, 255, .6);
    border-top: 1px solid rgba(255, 255, 255, .1);
}

body.theme-dark .dx-card {
    background-color: #363640;
}

.card-group {
    grid-area: card-group;
    padding: 20px;
    margin-bottom: 10px;
    background-color: white;
}

body.theme-dark .card-group {
    background-color: #363640;
}

.menu-container {
    background-color: #363640;
    box-shadow: 1px 0 3px rgba(0, 0, 0, .08);
}

.card-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}

.lowercase_edit input {
    text-transform: lowercase;
}

.toolbar-template-separator {
    height: 36px;
    margin: 0 5px;
    border-left: 1px solid #ddd;
}

body.theme-dark .toolbar-template-separator {
    border-left: 1px solid #515159;
}

.toolbar-menu-separator {
    height: 1px;
    border-bottom: 1px solid #ddd;
}

body.theme-dark .toolbar-menu-separator {
    border-bottom: 1px solid #515159;
}

.buttonscenter {
    display: flex;
    justify-content: center;
    column-gap: 30px;
}

.dx-invalid-message {
    color: #ff0000;
    font-size: 12px;
    margin-top: 5px;
}

.buttons-align-right {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.tab-content-wrapper {
    padding: 15px;
}

.dx-tabpanel {
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

body.theme-dark .dx-tabpanel {
    border-color: #515159;
}

.login-container {
    display: flex;
    height: 100vh;
    width: 100%;
}

.login-left-panel {
    flex: 0 0 25%;
    background-color: #fcfbf9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}

body.theme-dark .login-left-panel {
    background-color: #2a2a32;
}

.login-right-panel {
    flex: 0 0 75%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body.theme-dark .login-right-panel {
    background-color: #363640;
}

body.theme-dark .login-left-panel h2,
body.theme-dark .login-right-panel .card-title {
    color: #fff;
}

.login-left-panel .program-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.button-wrapper {
    margin-bottom: 16px;
}

.theme-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.theme-item-image {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 6px;
}

.theme-mode-toggle-spacer {
    width: 8px;
}
