* { font-family: 'Poppins', sans-serif !important; }
#login .logo2{display:flex;padding-left:70px;background:url(../images/duty.png) 0 0/100px no-repeat;height:100px;align-items:center;text-decoration:none;color:#40475c;font-size:21px;font-weight:700}.f-right{float:right!important}.personal-image{text-align:center}.personal-image input[type=file]{display:none}.personal-figure{position:relative;width:120px;height:120px}.personal-avatar{cursor:pointer;width:120px;height:120px;box-sizing:border-box;border-radius:100%;border:2px solid transparent;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);transition:.3s ease-in-out}.personal-avatar:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.5)}.personal-figcaption{cursor:pointer;position:absolute;top:0;width:inherit;height:inherit;border-radius:100%;opacity:0;background-color:rgba(0,0,0,0);transition:.3s ease-in-out}.personal-figcaption:hover{opacity:1;background-color:rgba(0,0,0,.5)}.personal-figcaption>img{margin-top:32.5px;width:50px;height:50px}

/* Select2 Koyu Tema */
.select2-container--default .select2-selection--multiple,
.select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    background-color: #2b2b2b !important;
    border: 1px solid #404040 !important;
    color: #fff !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background-color: #2b2b2b !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #404040 !important;
    border: 1px solid #505050 !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}

.select2-dropdown {
    background-color: #2b2b2b !important;
    border: 1px solid #404040 !important;
}

.select2-container--default .select2-results__option {
    color: #fff !important;
    background-color: #2b2b2b !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #404040 !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #505050 !important;
    color: #fff !important;
}

/* Admin Panel için özel stiller */
.app-content .select2-container--default .select2-selection--multiple,
.app-content .select2-selection--multiple,
.app-content .select2-container--default.select2-container--focus .select2-selection--multiple {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    color: #333 !important;
}

.app-content .select2-container--default .select2-search--inline .select2-search__field {
    background-color: #fff !important;
    color: #333 !important;
}

.app-content .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e9ecef !important;
    border: 1px solid #ced4da !important;
    color: #333 !important;
}

.app-content .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #333 !important;
}

.app-content .select2-dropdown {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
}

.app-content .select2-container--default .select2-results__option {
    color: #333 !important;
    background-color: #fff !important;
}

.app-content .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e9ecef !important;
    color: #333 !important;
}

.app-content .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #007bff !important;
    color: #fff !important;
}

/* Menu List Item Positioning */
.menu__list-item {
    position: relative !important;
}

/* Popup Menu Styles - Final Version */
.popup_menu {
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    top: 13px !important;
    right: auto !important;
    left: 107% !important;
    background: #fff !important;
    color: #222 !important;
    border-radius: 0 !important;
    padding: 6px 20px !important;
    -webkit-transition: opacity 500ms !important;
    transition: opacity 500ms !important;
    z-index: 1000 !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
}

.popup_menu::before {
    content: '' !important;
    position: absolute !important;
    left: -5px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    border-right: 5px solid #fff !important;
}

.body--white .popup_menu {
    background: #222 !important;
    color: #fff !important;
}

.body--white .popup_menu::before {
    border-right-color: #222 !important;
}

.menu__list-item:hover .popup_menu {
    opacity: 1 !important;
    visibility: visible !important;
}

.aside--active .popup_menu {
    display: none !important;
}

/* Kreatif Profil Kartı */
.creative-profile-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(80,80,120,0.08);
    padding: 12px 20px;
    margin-bottom: 24px;
    max-width: 320px;
}
.creative-profile-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #6c63ff;
    object-fit: cover;
}
.creative-profile-card small {
    color: #6c63ff;
    font-size: 0.85rem;
    font-weight: 500;
}
.creative-profile-card b {
    font-size: 1.05rem;
    color: #23272f;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.portfolio-empty-message {
    background: #fff;
    color: #232323;
    border: 2px solid #232323;
    border-radius: 12px;
    padding: 24px 0;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin: 32px 0 24px 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.portfolio-page-title {
    color: #fff !important;
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 18px;
}
