.navbar {
    background: linear-gradient(to bottom, #84121c, #D24545) !important;
}
.navbar img {
    width: 170px;
}
.page-content {
    margin-top: -90px;
}
.login-button a {
    margin-top: 10px;
    display: inline-block;
    padding: 10px 10px;
    text-decoration: none;
    background-color: #e1dede;
    color: #101010;
    border-radius: 5px;
}
.login-button a:hover {
    background-color: #f3ebeb;
    color: #3b3a3a;
    transition: 0.5s;
}
.btn-color{
    margin-top: 5px;
    background: #e1dede;
    color: #000000;

}
.btn-color:hover{
    background: #f3ebeb;
}
.bg-menu-theme{
    background: linear-gradient(to bottom, #84121c, #D24545) !important;
}
.bg-navbar-theme{
    background: linear-gradient(to bottom, #84121c, #D24545) !important;
}

.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {
    color: #ffffff;
    background-color: #e1dede;
}
.bg-menu-theme .menu-inner > .menu-item.active:before {
    background: #e1dede;
}
.bg-navbar-theme .navbar-nav > .nav-link, .bg-navbar-theme .navbar-nav > .nav-item > .nav-link, .bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link {
    color: #e1dede;
}

.app-brand .layout-menu-toggle {
    background-color: #84121c;
    border: 7px solid #f5f5f9;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 12rem;
    padding: 0.3125rem 0;
    margin: 0;
    font-size: 0.9375rem;
    color: #e1dede;
    text-align: left;
    list-style: none;
    background: linear-gradient(to bottom, #84121c, #D24545) !important;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0.375rem;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    margin-bottom: 50px;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 40px

}
div.dataTables_wrapper div.dataTables_paginate {
    padding-top: 40px;
    margin: 0;
    white-space: nowrap;
    text-align: right;
}
.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus, .pagination li.active > a:not(.page-link), .pagination li.active > a:not(.page-link):hover, .pagination li.active > a:not(.page-link):focus {
    border-color: #e1dede;
    background-color: #e1dede;
    color: #000000;
    box-shadow: rgba(199, 183, 163, 0.2);
}


#thesis-proposals-table th,
#thesis-proposals-table td {
    border: 1px solid #e1dede;
    padding: 8px;
    text-align: left;
}


#jury-assignments-table th,
#jury-assignments-table td {
    border: 1px solid #e1dede;
    padding: 8px;
    text-align: left;
}

#jury-assignments-table th,
#users-table td {
    border: 1px solid #e1dede;
    padding: 8px;
    text-align: left;
}

.table > thead {
    vertical-align: bottom;
    background-color: #e1dede;
}
.table-responsive {
    overflow-x: auto;
}

#users-table th,
#thesis-proposals-table th,
#jury-assignments-table th {
    min-width: 150px;
}

#users-table td,
#thesis-proposals-table td,
#jury-assignments-table td {
    min-width: 150px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.thesis-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.thesis-title {
    flex: 1;
}

.thesis-item button {
    margin-left: 30px;
    margin-right: -20px;
    padding: 5px 10px;
    border: none;
    background-color: #e1dede;
    color: #000000;
    cursor: pointer;
}

.thesis-item button:hover {
    background-color: #bdbdbd;
}
.thesis-actions {
    display: flex;
}

.thesis-upload-actions {
    margin-left: auto;
    margin-right: 20px;
}

.btn-success {
    background: #e1dede;
    color: #000000;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(129 129 129 / 40%);
    border-style: none;
}
.btn-success:hover{
    background: #c9c9c9;
    color: #000000;
    border-style: none;
}
.btn-no-change {
    background: #e1dede !important;
    color: #000000 !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(129 129 129 / 40%) !important;
    border-style: none !important;
}

.btn-no-change:hover {
    background: #e1dede !important;
    color: #000000 !important;
    border-style: none !important;
}
.btn-warning {
    background: #e1dede;
    color: #000000;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(129 129 129 / 40%);
    border-style: none;
}
.btn-warning:hover{
    background: #c9c9c9;
    color: #000000;
    border-style: none;
}
.btn-primary {
    background: #e1dede;
    color: #000000;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(129 129 129 / 40%);
    border-style: none;
}
.btn-primary:hover {
    background: #c9c9c9;
    color: #000000;
    border-style: none;
}
.swal2-popup {
    font-size: 90%; /* veya istediğiniz bir değer */
}
.btn-delete {
    background: #e32222;
    color: #ffffff;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(129 129 129 / 40%);
    border-style: none;
    font-size: 80%;
}
.btn-update {
    background: #BFEA7C;
    color: #000000;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(129 129 129 / 40%);
    border-style: none;
    font-size: 80%;
}
.btn-delete:hover {
    background: #941313;
    color: #ffffff;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(129 129 129 / 40%);
    border-style: none;
    font-size: 80%;
}
.btn-update:hover {
    background: #5d9d24;
    color: #000000;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(129 129 129 / 40%);
    border-style: none;
    font-size: 80%;
}
.btn-upload{
    background: #4f8ac9;
    color: #000000;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(129 129 129 / 40%);
    border-style: none;
}
.btn-upload:hover {
    background: #325be1;
    color: #000000;
    border-style: none;
}
.btn-okey {
    background: #2fe522;
    color: #000000;
    border-style: none;
    font-size: 80%;
}
.btn-okey:hover {
    background: #2fe522;
    color: #000000;
    border-style: none;
    font-size: 80%;
}
.btn-role{
    background: #e1dede;
    color: #000000;
    border-style: none;
}
.btn-role:hover{
    background: #e1dede;
    color: #000000;
    border-style: none;
}
.sub-menu {
    display: none;
}

.sub-menu.active {
    display: block;
}
.alt_menu {
    display: none;
}

.alt_menu.active {
    display: block;
}
.button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.button-group button {
    flex: 1;
    max-width: calc(50% - 10px);
}

@media (min-width: 768px) {
    .button-group button {
        max-width: calc(33.33% - 10px);
    }
}
