﻿/* ==========================================
   AUTH PAGE
========================================== */

html,
body {
    width: 100% !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
}

.sign_in_up_bg {
    min-height: 100vh;
    background: url('/images/auth-bg.svg') center center no-repeat;
    background-size: cover !important;
    background-attachment: fixed !important;
}

html.night-mode body.sign_in_up_bg,
.night-mode .sign_in_up_bg {
    min-height: 100vh !important;
    background-image: url('/images/auth-bg.svg') !important;
    background-color: #1a1a1a !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.auth-logo {
    text-align: center;
    margin-bottom: 12px;
}

    .auth-logo img {
        max-width: 240px;
        height: auto;
    }

.color_btn_x {
    background: #0f0f0f;
    border: 1px solid rgba(255,255,255,.08);
    color: #fff;
}

    .color_btn_x:hover {
        background: #1b1b1b;
        border-color: rgba(255,255,255,.15);
    }

.color_btn_x,
.color_btn_tw {
    margin-bottom: 10px;
}

.divider-145 {
    position: relative;
    text-align: center;
    margin: 22px 0 28px;
}

    .divider-145 span {
        display: inline-block;
        padding: 0 18px;
        background: #232323;
        color: rgba(255,255,255,.65);
        font-size: 15px;
        font-weight: 500;
        position: relative;
        z-index: 2;
    }

    .divider-145::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(255,255,255,.10);
        transform: translateY(-50%);
    }

/* ==========================================
   INPUTS
========================================== */

.night-mode .swdh95 input,
.night-mode .ui.input > input,
.night-mode .ui.left.icon.input > input,
.night-mode .srch_explore {
    background: #2d2d2d !important;
    color: #ffffff !important;
    border: 1px solid #3a3a3a !important;
    box-shadow: none !important;
}

    .night-mode input::placeholder,
    .night-mode .srch_explore::placeholder {
        color: #9a9a9a !important;
    }

    .night-mode input:focus,
    .night-mode .srch_explore:focus {
        background: #353535 !important;
        border-color: #ed2a26 !important;
        outline: none !important;
    }

.icon2 {
    color: #bdbdbd !important;
}

.ui.left.icon.input:focus-within .icon2 {
    color: #ffffff !important;
}

/* ==========================================
   TOAST
========================================== */

.nt-toast {
    position: fixed;
    top: 75px;
    right: 25px;
    min-width: 320px;
    max-width: 420px;
    padding: 18px 22px;
    border-radius: 10px;
    color: #ffffff;
    z-index: 999999;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
    border-left: 4px solid;
    pointer-events: none;
}

    .nt-toast * {
        pointer-events: auto;
    }

    .nt-toast.success {
        background: rgba(35,35,35,.95);
        border-left-color: #ed2a26;
    }

    .nt-toast.error {
        background: rgba(35,35,35,.95);
        border-left-color: #ff4d4f;
    }

    .nt-toast.hide {
        opacity: 0;
        transform: translateX(40px);
    }

/* ==========================================
   HEADER
========================================== */

.Header_Auth_Btn {
    background: #333 !important;
    color: #fff !important;
    border: 1px solid #444 !important;
}

    .Header_Auth_Btn:hover {
        background: #ed2a26 !important;
        border-color: #ed2a26 !important;
    }

.Register_Btn_Style {
    background: #ed2a26 !important;
    border-color: #ed2a26 !important;
}

/* ==========================================
   CARDS
========================================== */

.feed-card,
.sidebar-card {
    background: #1f1f1f;
    border: 1px solid #2d2d2d;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
}

.feed-card {
    margin-bottom: 25px;
    overflow: hidden;
}

.sidebar-card {
    padding: 22px;
    margin-bottom: 25px;
}

    .sidebar-card h5 {
        color: #fff;
        font-size: 15px;
        margin-bottom: 20px;
        font-weight: 600;
    }
/*************************************************
                PAYLAŞIM ALANI
*************************************************/

.share-tabs {
    display: flex;
    border-bottom: 1px solid #2d2d2d;
    background: #222;
}

.share-tab {
    padding: 20px 28px;
    color: #8e8e8e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: .2s;
}

    .share-tab:hover {
        color: #ffffff;
    }

    .share-tab.active {
        color: #ed2a26;
        border-bottom: 2px solid #ed2a26;
    }

.share-content {
    display: flex;
    gap: 20px;
    padding: 25px;
}

    .share-content textarea {
        width: 100%;
        min-height: 140px;
        background: transparent;
        border: none;
        color: #ffffff;
        resize: none;
        font-size: 15px;
        line-height: 1.7;
    }

        .share-content textarea::placeholder {
            color: #777;
        }

        .share-content textarea:focus {
            outline: none;
        }

.share-footer {
    border-top: 1px solid #2d2d2d;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.share-tools i {
    font-size: 22px;
    margin-right: 20px;
    color: #8c8c8c;
    cursor: pointer;
    transition: .2s;
}

    .share-tools i:hover {
        color: #ed2a26;
    }

.share-btn {
    background: #ed2a26;
    border: none;
    color: #fff;
    padding: 11px 32px;
    border-radius: 8px;
    font-weight: 600;
    transition: .2s;
}

    .share-btn:hover {
        background: #d4221d;
    }

/*************************************************
                AVATARLAR
*************************************************/

.post-avatar,
.share-avatar,
.comment-avatar,
.reply-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
    box-shadow: none;
    padding: 0;
}

/*************************************************
                GÖNDERİ KARTI
*************************************************/

.post-card {
    padding: 25px 25px 15px 25px;
    transition: .25s;
}

    .post-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(0,0,0,.30);
    }

.post-header {
    display: flex;
    align-items: center;
}

.post-user {
    margin-left: 15px;
}

.post-name {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

    .post-name a {
        color: #ffffff;
        text-decoration: none;
    }

        .post-name a:hover {
            color: #ed2a26;
        }

.post-date {
    color: #888;
    font-size: 13px;
    margin-top: 2px;
}

.post-menu {
    margin-left: auto;
    color: #777;
    cursor: pointer;
}

.post-content {
    color: #dddddd;
    line-height: 1.8;
    font-size: 15px;
    margin: 20px 0 15px;
}

.post-image {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}

/*************************************************
                PAYLAŞILAN GÖNDERİ
*************************************************/

.shared-post {
    margin-top: 20px;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 20px;
    background: #222;
}

.shared-user {
    color: #ed2a26;
    font-weight: 600;
    margin-bottom: 10px;
}

.shared-content {
    color: #d0d0d0;
}

/*************************************************
                GÖNDERİ BUTONLARI
*************************************************/

.post-actions {
    border-top: 1px solid #2d2d2d;
    padding-top: 15px;
    display: flex;
    gap: 30px;
    margin-bottom: 0;
}

    .post-actions a {
        display: flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        transition: .2s;
    }
        .post-actions a:not(.reaction-blue):not(.reaction-gold):not(.reaction-pink):not(.reaction-yellow):not(.reaction-red) {
            color: #a0a0a0;
        }

        .post-actions a i {
            font-size: 18px;
        }

        .post-actions a:hover {
            transform: translateY(-2px);
        }

.like-button.liked {
    color: #ed2a26 !important;
}

    .like-button.liked i {
        animation: likeBounce .45s ease;
    }

.comment-button:hover {
    color: #4da3ff;
}

.share-button:hover {
    color: #43c463;
}

.like-count {
    font-weight: 700;
}

/*************************************************
                BEĞENİ ANİMASYONU
*************************************************/

@keyframes likeBounce {

    0% {
        transform: scale(.6);
    }

    40% {
        transform: scale(1.5);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}
/*************************************************
                YORUMLAR
*************************************************/

.comment-area {
    margin-top: 25px;
    padding: 25px;
    background: #181818;
    border-top: 1px solid #2d2d2d;
    border-radius: 16px;
}

.comment-item {
    display: flex;
    gap: 15px;
    background: #232323;
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 15px;
    transition: .2s;
}

    .comment-item:hover {
        background: #292929;
    }

.comment-body,
.reply-body {
    flex: 1;
}

.comment-user,
.reply-user {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 6px;
}

.comment-text,
.reply-text {
    color: #d8d8d8;
    line-height: 1.7;
}

.comment-footer {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

    .comment-footer a {
        color: #888;
        text-decoration: none;
        transition: .2s;
        font-size: 13px;
    }

        .comment-footer a:hover {
            color: #ed2a26;
        }

.reply-item {
    display: flex;
    gap: 12px;
    background: #202020;
    border-radius: 12px;
    padding: 15px;
    margin-left: 50px;
    margin-top: 12px;
}

.reply-box,
.new-comment {
    margin-top: 15px;
}

.comment-textarea,
.reply-textarea {
    width: 100%;
    min-height: 80px;
    background: #252525;
    border: 1px solid #343434;
    border-radius: 10px;
    color: #ffffff;
    padding: 15px;
    resize: vertical;
}

    .comment-textarea:focus,
    .reply-textarea:focus {
        outline: none;
        border-color: #ed2a26;
    }

.comment-send,
.reply-send {
    margin-top: 10px;
    background: #ed2a26;
    border: none;
    color: white;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: .2s;
}

    .comment-send:hover,
    .reply-send:hover {
        background: #d1211d;
    }

/*************************************************
                AKTİVİTELER
*************************************************/

.activity-item {
    position: relative;
    padding: 16px 18px 16px 26px;
    margin-bottom: 8px;
    border-radius: 14px;
    overflow: hidden;
    transition: .2s;
}

    .activity-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        border-radius: 14px 0 0 14px;
        background: transparent;
        transition: .2s;
    }

    .activity-item:hover {
        background: #232323;
        transform: translateX(4px);
    }

        .activity-item:hover::before {
            background: #ed2a26;
        }
.activity-user a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

    .activity-user a:hover {
        color: #ed2a26;
    }

.activity-link {
    color: #ed2a26;
    font-weight: 600;
    text-decoration: none;
}

    .activity-link:hover {
        color: #ff5c56;
    }


/******************************
        DUYURULAR
******************************/

.announcement-item {
    position: relative;
    padding: 24px 24px 24px 34px;
    border-radius: 18px;
    overflow: hidden;
    background: #232323;
}

    .announcement-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 5px;
        background: #ed2a26;
        border-radius: 18px 0 0 18px;
    }

.announcement-title {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px;
}

.announcement-text {
    color: #bdbdbd;
    line-height: 1.6;
}

/******************************
        SON HAREKETLER
******************************/

.activity-item {
    position: relative;
    background: transparent;
    border-radius: 18px;
    padding: 24px 24px 24px 34px;
    margin-bottom: 10px;
    transition: .25s;
}

    .activity-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 5px;
        background: transparent;
        border-radius: 18px 0 0 18px;
        transition: .25s;
    }

    .activity-item:hover {
        background: #232323;
    }

        .activity-item:hover::before {
            background: #ed2a26;
        }

/*************************************************
                SCROLLBAR
*************************************************/

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #1c1c1c;
}

::-webkit-scrollbar-thumb {
    background: #3a3a3a;
    border-radius: 20px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #ed2a26;
    }

/*************************************************
                RESPONSIVE
*************************************************/

@media (max-width: 991px) {

    .share-content {
        flex-direction: column;
    }

    .post-actions {
        gap: 20px;
        flex-wrap: wrap;
    }

    .reply-item {
        margin-left: 20px;
    }

    .comment-footer {
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (max-width: 768px) {

    .post-card {
        padding: 18px;
    }

    .sidebar-card {
        margin-top: 20px;
    }

    .share-tab {
        flex: 1;
        text-align: center;
        padding: 16px;
    }

    .post-content {
        margin: 20px 0 30px;
    }

    .activity-item,
    .announcement-item {
        padding: 18px 18px 18px 24px;
    }
}
.preference-area {
    width: 100%;
}

.preference-select {
    width: 100%;
    background: #282828;
    border: 1px solid #3a3a3a;
    color: #fff;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 15px;
}

    .preference-select:focus {
        border-color: #ed2a26;
        outline: none;
    }

.preference-area textarea {
    width: 100%;
    min-height: 120px;
    background: transparent;
    border: none;
    color: #ffffff;
    resize: none;
    font-size: 15px;
}

    .preference-area textarea:focus {
        outline: none;
    }

.selected-list {
    color: #9b9b9b;
    margin-left: 8px;
    font-size: 14px;
}

.reaction-container {
    position: relative;
    display: inline-block;
}

.reaction-picker {
    position: absolute;
    left: 0;
    bottom: 48px;
    display: flex;
    gap: 8px;
    background: #242424;
    border: 1px solid #353535;
    padding: 8px;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .2s;
    z-index: 999;
}

.reaction-container:hover .reaction-picker {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.reaction-option {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2d2d2d;
    color: #cfcfcf;
    font-size: 20px;
    cursor: pointer;
    transition: .2s;
}

    .reaction-option:hover {
        background: #ed2a26;
        color: white;
        transform: translateY(-4px);
    }
    .reaction-option[data-tip="1"]:hover {
        background: #1877f2;
    }

    .reaction-option[data-tip="2"]:hover {
        background: #f39c12;
    }

    .reaction-option[data-tip="3"]:hover {
        background: #e91e63;
    }

    .reaction-option[data-tip="4"]:hover {
        background: #9c27b0;
    }

    .reaction-option[data-tip="5"]:hover {
        background: #e53935;
    }
.reaction-button {
    color: #b5b5b5;
    transition: .25s;
}

    .reaction-button .reaction-icon {
        font-size: 18px;
    }

    .reaction-button.reaction-blue {
        color: #4da3ff;
    }

    .reaction-button.reaction-gold {
        color: #ffb100;
    }

    .reaction-button.reaction-pink {
        color: #ff5b93;
    }

    .reaction-button.reaction-yellow {
        color: #ffd34d;
    }

    .reaction-button.reaction-red {
        color: #ff5a5a;
    }
.reaction-button {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #b8b8b8;
    transition: all .25s ease;
}

    .reaction-button .reaction-icon {
        font-size: 18px;
        transition: all .25s ease;
    }

    .reaction-button:hover .reaction-icon {
        transform: scale(1.15);
    }

/* Aktif tepkiler */

.reaction-blue {
    color: #4da3ff !important;
}

.reaction-gold {
    color: #ffb800 !important;
}

.reaction-pink {
    color: #ff5c8d !important;
}

.reaction-yellow {
    color: #ffcb2f !important;
}

.reaction-red {
    color: #ff6565 !important;
}

.reaction-button {
    transition: all .25s ease;
}

    .reaction-button .reaction-icon {
        font-size: 18px;
        transition: all .25s ease;
    }

    .reaction-button:hover .reaction-icon {
        transform: scale(1.1);
    }

.like-animation .reaction-icon {
    animation: reactionPop .7s cubic-bezier(.17,.89,.32,1.49);
}

@keyframes reactionPop {

    0% {
        transform: scale(.3) rotate(-20deg);
    }

    40% {
        transform: scale(1.8) rotate(12deg);
    }

    65% {
        transform: scale(.85) rotate(-6deg);
    }

    85% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1.15);
    }
}
.reaction-button.reaction-blue,
.reaction-button.reaction-blue i {
    color: #4da3ff !important;
}

.reaction-button.reaction-gold,
.reaction-button.reaction-gold i {
    color: #ffb800 !important;
}

.reaction-button.reaction-pink,
.reaction-button.reaction-pink i {
    color: #ff5c8d !important;
}

.reaction-button.reaction-yellow,
.reaction-button.reaction-yellow i {
    color: #ffcb2f !important;
}

.reaction-button.reaction-red,
.reaction-button.reaction-red i {
    color: #ff6565 !important;
}
.post-menu {
    position: relative;
    margin-left: auto;
    color: #777;
    cursor: pointer;
}

.post-dropdown {
    position: absolute;
    top: 30px;
    right: 0;
    min-width: 150px;
    background: #262626;
    border: 1px solid #353535;
    border-radius: 10px;
    padding: 8px 0;
    display: none;
    z-index: 999;
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
}

.post-dropdown {
    position: absolute;
    top: 35px;
    right: 0;
    min-width: 150px;
    background: #262626;
    border: 1px solid #353535;
    border-radius: 10px;
    padding: 8px 0;
    display: none;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
}

    .post-dropdown.active {
        display: block;
    }

.post-dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    color: #d5d5d5;
    text-decoration: none;
    transition: .2s;
}

    .post-dropdown a:hover {
        background: #323232;
    }

.delete-post:hover {
    color: #ff5c5c !important;
}

.report-post:hover {
    color: #ffb800 !important;
}
.delete-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.7);
    backdrop-filter: blur(4px);
    z-index: 9998;
    display: none;
}

.delete-modal {
    position: fixed;
    width: 420px;
    max-width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.9);
    background: #1d1d1f;
    border: 1px solid #333;
    border-radius: 18px;
    padding: 35px;
    text-align: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}

    .delete-modal.active {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%) scale(1);
    }

.delete-modal-overlay.active {
    display: block;
}

.delete-modal-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    background: rgba(255,70,70,.15);
    color: #ff5c5c;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delete-modal h4 {
    margin-top: 20px;
    color: white;
}

.delete-modal p {
    color: #999;
    margin: 15px 0 30px;
}

.delete-modal-buttons {
    display: flex;
    gap: 15px;
}

    .delete-modal-buttons button {
        flex: 1;
        border: 0;
        padding: 12px;
        border-radius: 10px;
        cursor: pointer;
    }

.btn-cancel {
    background: #333;
    color: white;
}

.btn-delete {
    background: #ff4d4d;
    color: white;
}

.universities-toolbar,
.university-filter,
.university-card {
    background: #1f1f1f;
    border: 1px solid rgba(255,255,255,.04);
    border-radius: 18px;
}

.universities-toolbar {
    padding: 20px 25px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .universities-toolbar h3 {
        color: #fff;
        margin: 0;
        font-size: 28px;
    }

    .universities-toolbar span {
        color: #8f8f99;
        font-size: 13px;
    }

.sort-select {
    width: 180px;
    background: #242424;
    border: 1px solid rgba(255,255,255,.05);
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
}

.university-filter {
    padding: 22px;
    position: sticky;
    top: 90px;
}

    .university-filter h3 {
        color: #fff;
        font-size: 30px;
        margin-bottom: 25px;
    }

        .university-filter h3 i {
            color: #ed2a26;
            margin-right: 10px;
        }

.filter-group {
    margin-bottom: 15px;
}

.filter-button {
    width: 100%;
    background: #242424;
    border: none;
    color: #fff;
    padding: 14px 18px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-content {
    display: none;
    margin-top: 10px;
    padding: 15px;
    background: #242424;
    border-radius: 12px;
    max-height: 250px;
    overflow-y: auto;
}

.filter-check {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #c7c7d3;
    cursor: pointer;
}

    .filter-check input {
        margin-right: 10px;
    }

.university-card {
    overflow: visible;
    margin-bottom: 25px;
    transition: .3s;
}

    .university-card:hover {
        transform: translateY(-3px);
    }

.university-cover {
    height: 180px;
    position: relative;
    overflow: visible;
}

    .university-cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 18px 18px 0 0;
    }

.favorite-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,.55);
    color: #fff;
}

.university-badges {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
}

.city-badge,
.rating-badge {
    background: #14141d;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.city-badge {
    color: #ffffff;
}

    .city-badge i {
        color: #ed2a26;
    }

.rating-badge {
    color: #ffc400;
}

    .rating-badge i {
        color: #ffc400;
    }

.university-body {
    padding: 0 30px 30px;
}

.university-header-area {
    display: flex;
    align-items: flex-end;
    gap: 25px;
    margin-top: -55px;
    margin-bottom: 5px;
}

.university-logo {
    width: 110px;
    height: 110px;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #1f1f1f;
    background: #fff;
    flex-shrink: 0;
    position: relative;
    z-index: 5;
}

    .university-logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.university-stats-top {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding-bottom: 12px;
}

    .university-stats-top span {
        color: #9fa4b8;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .university-stats-top i {
        color: #ed2a26;
    }

.university-name {
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.university-description {
    color: #b7b7c8;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 15px;
}

.university-tags {
    margin-bottom: 25px;
}

    .university-tags span {
        background: #242424;
        color: #bdbdc9;
        padding: 9px 15px;
        border-radius: 20px;
        margin-right: 8px;
        font-size: 13px;
    }

.university-actions {
    display: flex;
    gap: 12px;
}

.follow-btn {
    margin-top: 0;
    background: #ed2a26;
    border: none;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: .2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .follow-btn:hover {
        background: #d1211d;
        color: #fff;
    }

.detail-btn {
    margin-top: 0;
    background: #242424;
    border: none;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: .2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .detail-btn:hover {
        background: #303030;
        color: #fff;
    }

#loadingArea {
    margin: 30px 0;
    padding: 35px;
    border-radius: 18px;
    background: #1f1f1f;
    border: 1px solid rgba(255,255,255,.05);
}

.loading-spinner {
    width: 42px;
    height: 42px;
    margin: 0 auto;
    border: 4px solid rgba(255,255,255,.1);
    border-top: 4px solid #ed2a26;
    border-radius: 50%;
    animation: universitySpin 1s linear infinite;
}

@keyframes universitySpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {

    .university-header-area {
        flex-direction: column;
        align-items: flex-start;
    }

    .university-stats-top {
        margin-top: 15px;
    }

    .university-name {
        font-size: 28px;
    }
}
.filter-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.filter-apply,
.filter-clear {
    flex: 1;
    height: 42px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    transition: .2s;
}

.filter-apply {
    background: #ed2a26;
    color: #fff;
}

    .filter-apply:hover {
        background: #d1211d;
    }

.filter-clear {
    background: #242424;
    color: #fff;
}

    .filter-clear:hover {
        background: #303030;
    }

.filter-check {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    color: #c7c7d3;
    cursor: pointer;
}

    .filter-check span {
        flex: 1;
        color: #c7c7d3;
        font-size: 15px;
        transition: .2s;
    }

    .filter-check:hover span {
        color: #ffffff;
    }

    .filter-check input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
        width: 18px;
        height: 18px;
        min-width: 18px;
        border: 2px solid #4a4a4a;
        border-radius: 5px;
        background: #242424;
        cursor: pointer;
        position: relative;
        transition: .2s;
    }

        .filter-check input[type="checkbox"]:hover {
            border-color: #ed2a26;
        }

        .filter-check input[type="checkbox"]:checked {
            background: #ed2a26;
            border-color: #ed2a26;
        }

            .filter-check input[type="checkbox"]:checked::after {
                content: "";
                position: absolute;
                left: 4px;
                top: 0px;
                width: 5px;
                height: 10px;
                border: solid #fff;
                border-width: 0 2px 2px 0;
                transform: rotate(45deg);
            }
.active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.active-filter {
    background: rgba(237,42,38,.12);
    border: 1px solid rgba(237,42,38,.25);
    color: #ff5b57;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    transition: .2s;
}

    .active-filter:hover {
        background: rgba(237,42,38,.2);
    }

    .active-filter i {
        margin-left: 6px;
    }

.weather-trigger {
    position: relative;
}

.weather-popup {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
    text-align: center;
    color: #fff;
}

.weather-trigger:hover .weather-popup {
    display: block;
}

.wp-header {
    font-weight: 600;
    margin-bottom: 8px;
    color: #ed2a26;
}

.wp-icon {
    font-size: 32px;
    margin: 5px 0;
}

.wp-temp {
    font-size: 24px;
    font-weight: bold;
}

.wp-desc {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 12px;
}

.wp-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    font-size: 11px;
    text-align: left;
    border-top: 1px solid #333;
    padding-top: 8px;
}

    .wp-details span {
        color: #aaa;
    }
.weather-trigger {
    position: relative;
    cursor: pointer;
}

.weather-popup {
    position: absolute;
    top: 42px;
    right: 0;
    width: 250px;
    background: #1f1f1f;
    border: 1px solid #323232;
    border-radius: 14px;
    padding: 18px;
    display: none;
    z-index: 99999;
    box-shadow: 0 15px 40px rgba(0,0,0,.45);
    animation: weatherFade .18s;
}

.weather-trigger:hover .weather-popup {
    display: block;
}

@keyframes weatherFade {

    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ---------- FORM LABEL ---------- */

.modal-content .form-label {
    color: #c4c7d0 !important;
    font-weight: 600;
}

/* ---------- INPUTLAR ---------- */

.modal-content .form-control,
.modal-content .form-select {
    background: #232529 !important;
    border: 1px solid #34373c !important;
    color: rgba(255,255,255,.68) !important;
}

/* ---------- SELECT ---------- */

.modal-content select {
    color: rgba(255,255,255,.68) !important;
}

/* ---------- TEXTAREA ---------- */

.modal-content textarea {
    color: rgba(255,255,255,.68) !important;
}

    /* ---------- PLACEHOLDER ---------- */

    .modal-content input::placeholder,
    .modal-content textarea::placeholder {
        color: rgba(255,255,255,.30) !important;
    }

    /* ---------- FOCUS ---------- */

    .modal-content .form-control:focus,
    .modal-content .form-select:focus,
    .modal-content textarea:focus {
        color: #fff !important;
        background: #2b3035 !important;
        border-color: #ffc107 !important;
    }

/* ---------- FILE INPUT ---------- */

.modal-content input[type=file] {
    color: rgba(255,255,255,.68);
}

.modal-content small {
    color: #7f8793 !important;
}
.modal-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #ff4d4f;
    font-size: 15px;
    font-weight: 600;
}

    .modal-section-title i {
        font-size: 18px;
    }

.upload-card {
    background: #24262b;
    border: 1px solid #363a41;
    border-radius: 8px;
    padding: 18px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    height: 100%;
}

.upload-icon {
    width: 54px;
    height: 54px;
    border-radius: 8px;
    background: #31353b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff4d4f;
    font-size: 24px;
    flex-shrink: 0;
}

.upload-content {
    width: 100%;
}

    .upload-content h6 {
        color: #d9dde4;
        font-size: 15px;
        margin-bottom: 4px;
    }

    .upload-content p {
        color: #8e97a5;
        font-size: 12px;
        margin-bottom: 14px;
    }

.modal-footer {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 18px 22px;
}

    .modal-footer .btn {
        min-width: 140px;
    }

    .modal-footer .main-btn {
        min-width: 190px;
    }
/* ===========================
   PAGE HEADER
=========================== */

.page-header {
    width: 100%;
    background: #1c1c1c !important;
    border-left: 4px solid #ed2a26;
    border-radius: 8px !important;
    padding: 22px 30px;
    margin-bottom: 25px;
    border-top: 1px solid #252525 !important;
    border-right: 1px solid #252525 !important;
    border-bottom: 1px solid #252525 !important;
}

    .page-header .st_title {
        margin: 0;
    }

.page-header-icon {
    width: 52px;
    height: 52px;
    border-radius: 8px !important;
    background: rgba(237,42,38,.15);
    color: #ed2a26;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.page-path {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    font-size: 13px;
}

    .page-path a {
        color: rgba(255,255,255,.65);
        text-decoration: none;
    }

        .page-path a:hover {
            color: #ed2a26;
        }

    .page-path span {
        color: #ffffff;
    }

    .page-path i {
        color: rgba(255,255,255,.35);
    }

.page-header-action {
    flex-shrink: 0;
}

.page-header .main-btn {
    padding: 10px 22px;
    border-radius: 8px;
}

.my_courses_tabs {
    margin-top: 0 !important;
}