﻿.cstm-banner {
    height: 680px;
}

.logo a img {
    max-height: 85px !important;
}

.profile-share .more-author-text {
    margin-left: 0px;
}

.cstm-padding {
    padding-bottom: 0px !important;
}

.rbt-header .rbt-header-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cstm-mt--30:not(:first-child) {
    margin-top: 30px;
}

.cstm-reply .form-group textarea {
    min-height: 100px
}

.cstm-reply .reply-form-container {
    height: 30px;
    font-size: 10px;
}

.rbt-border-with-box {
    background: inherit
}

.rbt-breadcrumb-default.rbt-breadcrumb-style-3.version-03 {
    padding: 60px 0;
    min-height: 270px;
}

.rbt-feature-card .icon img{
    width: 49px;
    height:auto;
}

.rbt-form-group{
    margin-bottom:15px;
}

.rbt-modern-select .bootstrap-select button.btn-light {
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
}

.active-dark-mode ul li {
    color: var(--color-white-off);
}

@media (max-width: 768px) {

    .table-responsive.scroll-hint::before {
        content: "Kaydır →";
        position: absolute;
        right: 10px;
        top: 30px;
        z-index: 2;
        pointer-events: none;
        font-size: 12px;
        line-height: 1;
        padding: 6px 10px;
        background: rgba(0,0,0,.55);
        color: #fff;
        backdrop-filter: blur(4px);
        opacity: .9;
    }

    /* Ders başlığı (thead ilk th) */
    .table-responsive .rbt-table thead th:first-child {
        position: sticky;
        left: 0;
        z-index: 4;
        background: #fff;
    }

    /* Ders isimleri (tbody ilk th = scope="row") */
    .table-responsive .rbt-table tbody th[scope="row"] {
        position: sticky;
        left: 0;
        z-index: 3;
        background: #fff;
    }
}


.parsley-errors-list filled {
    color: #e63946;
    font-size: 12px;
}