html, body {
    scroll-behavior: smooth;
}

.d-flex {
    display: flex !important;
}

.justify-center {
    justify-content: center !important;
}

.justify-center-sm-evenly {
    justify-content: space-evenly !important;
}

.kurul-baslik, .kayit-baslik {
    margin-top: 40px;
    letter-spacing: 9px;
    font-size: 24px;
}

#kurul p {
    line-height: 35px;
    color: #d7d7d7;
}

#kurul em {
    font-size: 16px;
    color: #959595;
}

#kayit table th, #kayit table td {
    padding: 10px 1px;
    text-align: center;
}

/*#kayit table th {
    font-weight: 100;
    background-color: #5f7c9f;
}*/
#kayit .th-mor th {
    font-weight: 100;
    background-color: #7b266f;
    color: white;
}

#kayit .th-turuncu th {
    font-weight: 100;
    background-color: #db7f24;
    color: white;
}

#kayit .th-mavi th {
    font-weight: 100;
    background-color: #0f7ec2;
    color: white;
}

#kayit table td {
    color: #000000;
    background-color: white;
}

#kayit {
    font-size: 19px;
    font-family: initial;
}

.table-bordered {
    width: 100%;
}

.genel-bilgiler-div:nth-child(3n+1) {
    background-color: #0f7ec2 !important;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin: 8px;
}

.genel-bilgiler-div:nth-child(3n+2) {
    background-color: #db7f24 !important;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin: 8px;
}

.genel-bilgiler-div:nth-child(3n) {
    background-color: #7b266f !important;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin: 8px;
}



.second-col {
    padding-left: 5%;
}

.first-col {
    padding-right: 5%;
    border-right: 1px solid white;
}

.bildiri-mor {
    background-color: #7b266f !important;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin: 8px;
}

.bildiri-turuncu {
    background-color: #db7f24 !important;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin: 8px;
}

.bildiri-mavi {
    background-color: #0f7ec2 !important;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin: 8px;
}

@media (max-width: 767px) {
    .color .btn-theme {
        width: 75%;
    }

    .first-col {
        border-right: 0px solid white;
    }

    #kurul .d-flex {
        flex-direction: column;
    }

    @media (max-width: 767px) {
        #main-slider.owl-theme .owl-controls .owl-nav [class*=owl-] {
            position: absolute;
            top: 50%;
            margin: -25px -18px 0 -18px;
            padding: 0;
            width: 35px;
            height: 35px;
            font-size: 20px;
            line-height: 35px;
            border: solid 1px #ffffff;
            border-radius: 10px;
            background: transparent;
            color: #ffffff;
        }
    }
}

.caption {
    display: flex;
    justify-content: center;
}

.caption a {
    padding: 5px;
}
.fancy-table-container {
    overflow-x: auto;
    margin: 40px auto;
    max-width: 96%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.fancy-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

    .fancy-table thead {
        background: linear-gradient(to right, #84226f, #a6488c);
        color: white;
    }

    .fancy-table th, .fancy-table td {
        padding: 14px 20px;
        text-align: left;
    }

    .fancy-table tbody tr:nth-child(even) {
        background-color: #f8f0f5;
    }

    .fancy-table tbody tr:nth-child(odd) {
        background-color: #ffffff;
    }

    .fancy-table tbody tr:hover {
        background-color: #f0d9ec;
        transition: background-color 0.3s ease;
    }

    .fancy-table th {
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .fancy-table td {
        font-size: 15px;
        color: #333;
    }
