body {
    font-family: 'Inter', sans-serif;
    background-color: #f9f9f9;
    color: #4b5564;
}

.auth.login-bg {
    background: #eee;
    color: #555555;
}

.card {
    background-color: rgb(255 255 255 / 40%);
    border: 2px solid #fff;
    border-radius: 12px;
}

.card .card-title {
    color: #333333;
}

.form-control, .asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead, .tt-query, .tt-hint {
    border: 1px solid #eee;
    background-color: #ffffff;
    border-radius: 8px;
    color: #5e5e5f;
}

.input-group-append .input-group-text, .input-group-prepend .input-group-text {
    border-color: #eee;
    padding: 0.56rem 0.75rem;
    color: #4b5564;
    background: none;
}

.btn:hover, .fc button:hover, .ajax-upload-dragdrop .ajax-file-upload:hover, .swal2-modal .swal2-buttonswrapper .swal2-styled:hover, .wizard > .actions a:hover {
    color: #838383;
}

.input-group-text {
    border-radius: 8px;
}

select.form-control:focus, select.asColorPicker-input:focus, .dataTables_wrapper select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row select:focus, .select2-container--default select.select2-selection--single:focus, .select2-container--default .select2-selection--single select.select2-search__field:focus, select.typeahead:focus, select.tt-query:focus, select.tt-hint:focus {
    outline: 1px solid #eee;
}
.form-control:focus, .asColorPicker-input:focus, .dataTables_wrapper select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input:focus[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input:focus[type=number], .select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single .select2-search__field:focus, .typeahead:focus, .tt-query:focus, .tt-hint:focus {
    border: 1px solid rgba(71, 164, 71, 0.5);
    background-color: #fff;
}

.btn-primary, .wizard > .actions a {
    background-color: #3d88b0;
    border-color: #3d88b0;
}

.btn-primary:hover, .wizard > .actions a:hover {
    background-color: #357597;
    border-color: #357597;
}

/* panel dashboard */
.content-wrapper {
    background: #eee;
}

.border-bottom {
    border-bottom: 1px solid #bbb !important;
}

.silme-butonu i {
    margin: 0;
    line-height: 1;
}
.silme-butonu {
    text-align: center;
    height: 30px;
    width: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0 0 !important;
}

.form-control, .asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead, .tt-query, .tt-hint {
    border: 1px solid #eee;
    height: calc(2.25rem + 2px);
    font-weight: normal;
    font-size: 0.875rem;
    padding: 0.625rem 0.6875rem;
    background-color: #fff;
    border-radius: 8px;
    color: #333;
}

.form-control:focus, .asColorPicker-input:focus, .dataTables_wrapper select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input:focus[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input:focus[type=number], .select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single .select2-search__field:focus, .typeahead:focus, .tt-query:focus, .tt-hint:focus {
    border: 1px solid rgba(71, 164, 71, 0.5);
    background-color: #eee;
    color: #333 !important;
}


.navbar {
    background: #3d88b0;
}

.footer {
    background: #eee;
}

.dropdown-menu {
    background-color: #3d88b0;
    color: #fff;
}

.dropdown-divider {
    border: none;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #357495;
}

.sidebar .sidebar-brand-wrapper {
    background: #3d88b0;
}

.navbar .navbar-brand-wrapper {
    background: #3d88b0;
}

.sidebar {
    background: #3d88b0;
    color: #fff;
}

.sidebar .nav .nav-item.profile .profile-desc .profile-name span {
    color: #eee;
}

.sidebar .nav .nav-item.nav-category .nav-link {
    color: #eee;
}

.sidebar .nav .nav-item .nav-link {
    color: #fff;
}

.sidebar .nav .nav-item .menu-icon {
    background: rgb(0 0 0 / 50%);
}

.sidebar .nav:not(.sub-menu) > .nav-item:hover:not(.nav-category):not(.account-dropdown) > .nav-link {
    background: rgb(255 255 255 / 20%);
}

.sidebar .nav .nav-item.active > .nav-link {
    background: rgb(255 255 255 / 20%);
}

.table th, .jsgrid .jsgrid-table th, .table td, .jsgrid .jsgrid-table td {
    border-color: #ccc;
}

.table thead th, .jsgrid .jsgrid-table thead th {
   border-color: #ccc;
}

.badge-glow {
    animation: glow-warning 1.2s infinite alternate;
}

@keyframes glow-warning {
    from {
        box-shadow: 0 0 5px rgba(255,171,0,0.5);
        opacity: 0.7;
    }
    to {
        box-shadow: 0 0 12px rgba(255,171,0,1);
        opacity: 1;
    }
}

.badge-calm {
    animation: calm-info 3s infinite ease-in-out;
}

@keyframes calm-info {
    0% {
        box-shadow: 0 0 0 rgba(143, 95, 232, 0.2);
        opacity: 0.85;
    }
    50% {
        box-shadow: 0 0 10px rgba(143, 95, 232, 0.4);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 rgba(143, 95, 232, 0.2);
        opacity: 0.85;
    }
}

.sidebar .nav .nav-item .menu-icon i {
    transition: transform 0.25s ease;
}

/* Hover olunca ikon canlansın */
.sidebar .nav .nav-item:hover .menu-icon i {
    transform: scale(1.15) rotate(-5deg);
}
/* Menü item hover efekti */
.sidebar .nav .nav-item {
    position: relative;
}

.sidebar .nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    color: #ffffff;
    transition: all 0.25s ease;
    border-radius: 6px;
}

/* Üzerine gelince */
.sidebar .nav .nav-item:hover .nav-link {
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(6px);
}

