.ant-card {
    border-radius: 10px !important;
}

.ant-card-head {
    border-radius: 10px 10px 0 0 !important;
}

/* --- layout --- */
.ant-layout .ant-layout-sider {
    background: white !important;
}

.ant-tabs-tab .ant-tabs-tab-btn {
    color: black;
}

.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: #1b518f;
}

.ant-menu {
    background-color: white;
}

.ant-menu,
.ant-menu .ant-menu-title-content {
    color: black;
}

.ant-menu-item-selected,
.ant-menu-item:not(.ant-menu-item-selected):active {
    background: linear-gradient(270deg, #1e95d5, #1c518f);

}

.ant-menu-item-selected .ant-menu-title-content,
.ant-menu-item:not(.ant-menu-item-selected):active .ant-menu-title-content {
    color: white !important;
}


.ant-menu-submenu .ant-menu-sub.ant-menu-inline {
    background: white !important;
}
