#kt_content {
    background: #eef3f5;
}

.login-logo {
    filter: brightness(0) invert(1);
    height: 100px;
}

.sidebar-logo {
    max-width: 100px;
    height: auto;
}

.login-form {
    padding: 20px !important;
    border-radius: 20px !important;
    background: #fafafa !important;
}

.dtfc-fixed-right {
    /*background: #eff2f5 !important;*/
    text-align: center !important;
    -webkit-box-shadow: -13px 12px 39px -30px rgb(0 0 0 / 78%) !important;
    -moz-box-shadow: -13px 12px 39px -30px rgb(0 0 0 / 78%) !important;
    box-shadow: -13px 12px 39px -30px rgb(0 0 0 / 78%) !important;
}

.seasons-card {
    box-shadow: 20px 15px 30px 10px rgb(76 87 125 / 7%);
}

.selected .text-primary, .selected .text-muted {
    color: #fff !important;
    font-weight: bold;
}

.selected .form-check-custom.form-check-solid .form-check-input:checked {
    border: 1px solid #fff;
}

.selected .btn-outline-dashed {
    border: 1px dashed #fff !important;
}

.form-check-custom {
    width: 170px;
}

div.dataTables_wrapper div.dataTables_processing {
    top: 27px;
    background: #019ef7;
    color: #fff;
    font-weight: bold;
    width: 190px;
}

.card .card-body {
    padding: 0rem 1rem;
}

.hidden{
    display: none!important;
}

/* Smooth transitions for direction changes */
* {
    transition: margin 0.3s ease, padding 0.3s ease;
}

/* Remove transitions for specific elements that shouldn't animate */
.dataTable,
.modal,
.dropdown-menu {
    transition: none;
}

/* Better button alignment */
.btn .svg-icon,
.btn i {
    vertical-align: middle;
}

/* Improve form control consistency */
.form-control,
.form-select {
    text-align: inherit;
}

/* Better card spacing */
.card {
    margin-bottom: 1.5rem;
}

/* Improve table responsiveness */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Better menu item alignment */
.menu-item {
    display: flex;
    align-items: center;
}

/* Consistent icon sizing */
.svg-icon {
    flex-shrink: 0;
}

/* Better alert styling */
.alert {
    border-radius: 0.475rem;
}

/* Improve modal positioning */
.modal-dialog {
    max-width: 600px;
}

/* Better badge alignment */
.badge {
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
}

/* Fix for dropdowns */
.dropdown-toggle::after {
    vertical-align: middle;
}

/* Better pagination */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

/* Consistent button group */
.btn-group {
    display: inline-flex;
}

.menu-sub-dropdown.menu.show, .menu-sub-dropdown.show[data-popper-placement], .show.menu-dropdown>.menu-sub-dropdown{
    overflow: hidden;
}