html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Arial, sans-serif;
}

label {
    font-weight: 545 !important;
}

.a_hover {
    text-decoration: none;
    color: white;
    font-weight: 500;
}

    .a_hover:hover {
        text-decoration: none;
        color: dimgrey;
        font-weight: 500;
        font-size: 17px;
    }


.register_container {
    width: 100% !important;
    /*    background-image: url('/img/register_bg.png');
*/
}


    .register_container::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.85);
    }

    .register_container > * {
        position: relative;
        z-index: 2;
    }





.top-animasyon {
    width: 200px;
    height: 200px !important;
    bottom: 0px;
    right: 150px;
    position: absolute;
    animation: sekme 0.6s ease-in-out infinite;
}

@keyframes sekme {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-25px);
    }

    100% {
        transform: translateY(0);
    }
}



.register_sol {
    border-radius: 25px;
}

.register_uye_baslik {
    border-radius: 25px 25px 0 0;
}


.pp {
    max-width: 100px;
    display: block;
    border-radius: 25px;
}

#ProfilePhoto {
    max-height: 35px;
}


.login_container {
    height: 84vh;
}


.btn_login {
    color: white;
    background-color: #d42828;
    padding: 5px 15px;
    border: 0px;
    font-size: 18px;
    border-radius: 5px;
}

    .btn_login:hover {
        color: lightyellow;
        background-color: red;
        padding: 5px 15px;
        border: 0px;
        font-size: 19px;
        border-radius: 5px;
    }


.login_title {
    color: red;
}




.shadow_profile {
    box-shadow: rgba(0, 0, 0, 0.05) 30px 5px 30px 30px inset;
}

.shadow_profile_1 {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}



#carouselExampleIndicators .carousel-inner {
    height: 100%;
}

    #carouselExampleIndicators .carousel-inner .carousel-item {
        height: 100%;
    }

        #carouselExampleIndicators .carousel-inner .carousel-item img {
            height: 100%;
        }

.navbar_container {
    position: sticky;
    top: 0;
    z-index: 5;
}


.search_filter_container {
    /*    background-color: #4f0000;
*/
}


.border_3px {
    border: 1px solid black;
    margin-bottom:10px;
}

.searc_form {
    background-color:gainsboro;
    padding: 10px;
}

.border_3px input {
    padding: 5px 5px;
}

.tr_search {
    font-size: 15px;
}
.tbody_search{
    font-size:13px;
}

.search_filter_input {
    border: none;
    background-color: white !important;
    color: black !important;
}

    .search_filter_input::placeholder {
        color: black !important;
        opacity: 1; /* bazı tarayıcılarda daha belirgin olması için */
    }

.select2-selection {
    background-color: white !important;
    border-radius: 0 !important;
}

.select2-search__field, ::placeholder {
    color: black !important;
    opacity: 1 !important;
}




.select2-selection__placeholder {
    color: black !important;
    display: block;
}

.select2-container .select2-selection--multiple {
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}


.navbar {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: black !important;
}


.detay_link {
    text-decoration: none;
    color: black;
    font-size: 16px;
}

    .detay_link:hover {
        text-decoration: underline;
        color: #850000;
    }


.table > :not(:last-child) > :last-child > * {
    background-color: white;
    color: black;
}

.profile_img {
    width: 100%;
    max-width: 500px;
    border-radius: 25px;
    object-fit:cover;
}

.detay_link {
    white-space: nowrap; /* satır sonunda bölünmesin */
    word-break: keep-all; /* kelimenin ortadan bölünmesini engelle */
}



.table > :not(caption) > * > * {
    padding: 5px;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}



.nav_link_a {
    transition: color 0.3s ease; /* Renk değişimi animasyonu */
}

    .nav_link_a:hover {
        color: #850000 !important;
        text-decoration: none !important;
    }

    .nav_link_a.active {
        color: #d42427 !important;
    }


/*
.footer-gradient {
    background: linear-gradient(to top, #b70000, #e3a9a9);
}

.footer-links a {
    color: white;
    text-decoration: none;
    margin: 0 5px;
    transition: color 0.2s ease-in-out;
    font-size:16px
}

    .footer-links a:hover {
        color: #ffc107;
    }


.footer_logo {
    position: absolute;
    top: -110px;
}*/

.footer {
    background: #b20211;
    background-image: linear-gradient(to right, #ecbcbc, #bf1322, #980a0a, #bf1322, #910c0c, #bf1322, #840000);
    margin-top: 30px;
}

    .footer:before {
        content: " ";
        /* border-bottom: solid 0px #cec5c5; */
        height: 50px;
        /* background-color: #000; */
        background: linear-gradient(to right, #e0e0e0, #efefef, #e0e0e0) !important;
        width: 100%;
        position: relative;
        display: block;
    }



.footerCenter, .footerRight {
    padding-top: 40px;
    padding-bottom: 30px;
}

.footerCenter_samll {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer a:first-child {
    margin-left: 0px;
}

.footer a {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none;
}

    .footer a:hover {
        color: black;
    }


.footerTitle {
    text-align: center;
    letter-spacing: 2px;
    padding-left: 13px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.footerSocial {
    text-align: center;
}

.footer_icon {
    font-size: 25px;
}




@media(max-width:568px) {
    .navbar_logo {
        width: 150px;
        margin-top: -55px;
        z-index: 5;
        position: relative;
    }

    .navbar_gir_cik {
        font-size: 14px;
        font-weight: 700;
    }


    .navbar {
        z-index: 2;
        position: relative;
        padding: 10px 0;
    }

    .nav_link_a {
        font-size: 14px !important;
        color: white !important;
        font-weight: 700 !important;
        text-decoration: none !important;
    }

    .nav_link_li {
        margin-bottom: 5px;
    }

    .register_container {
        padding-top: 50px;
    }


    #carouselExampleIndicators {
        height: 50vh;
        margin: auto;
    }

    .footerLogo {
        width: 250px;
        margin-top: -45px;
        z-index: 5;
        position: relative;
    }
}


@media(min-width:568px) and (max-width:768px) {
    .navbar_logo {
        width: 250px;
        margin-top: -55px;
        z-index: 5;
        position: relative;
    }

    .navbar_gir_cik {
        font-size: 16px;
        font-weight: 700;
    }


    .navbar {
        z-index: 2;
        position: relative;
        padding: 10px 0;
    }

    .nav_link_a {
        font-size: 16px !important;
        color: white !important;
        font-weight: 700 !important;
        text-decoration: none !important;
    }

    .nav_link_li {
        margin-bottom: 5px;
    }

    .register_container {
        padding-top: 50px;
    }

    #carouselExampleIndicators {
        height: 50vh;
        margin: auto;
    }

    .footerLogo {
        width: 350px;
        margin-top: -60px;
        z-index: 5;
        position: relative;
    }
}


@media(min-width:768px) and (max-width:1200px) {
    .navbar_logo {
        width: 250px;
        margin-top: -55px;
        z-index: 5;
        position: relative;
    }

    .navbar_gir_cik {
        font-size: 16px;
        font-weight: 700;
    }


    .navbar {
        z-index: 2;
        position: relative;
        padding: 10px 0;
    }

    .nav_link_a {
        font-size: 16px !important;
        color: white !important;
        font-weight: 700 !important;
        text-decoration: none !important;
    }

    .nav_link_li {
        margin-bottom: 5px;
    }

    .register_container {
        padding-top: 50px;
    }

    #carouselExampleIndicators {
        height: 50vh;
        margin: auto;
    }

    #carouselExampleIndicators {
        height: 60vh;
        margin: auto;
    }

    .footerLogo {
        width: 250px;
        margin-top: -44px;
        z-index: 5;
        position: relative;
    }
}



@media(min-width:1200px) and (max-width:1500px) {
    .navbar_logo {
        width: 250px;
        margin-top: -80px;
        z-index: 5;
        position: relative;
    }

    .navbar_gir_cik {
        font-size: 16px;
        font-weight: 700;
    }


    .navbar {
        z-index: 2;
        position: relative;
        padding: 10px 0;
    }

    .nav_link_a {
        font-size: 16px !important;
        color: white !important;
        font-weight: 700 !important;
        text-decoration: none !important;
    }

    .nav_link_li {
        margin-bottom: 5px;
    }

    .register_container {
        padding-top: 100px;
    }

    .register_border {
        border-right: 2px solid rgb(255, 0, 0,0.3);
    }

    #carouselExampleIndicators {
        height: 85vh;
        margin: auto;
    }

    .footerLogo {
        width: 300px;
        margin-top: -53px;
        z-index: 5;
        position: relative;
    }
}

@media(min-width:1500px) {
    .navbar_logo {
        width: 300px;
        margin-top: -110px;
        z-index: 5;
        position: relative;
    }

    .navbar_gir_cik {
        font-size: 18px;
        font-weight: 700;
    }


    .navbar {
        z-index: 2;
        position: relative;
        padding: 25px 0;
    }

    .nav_link_a {
        font-size: 20px !important;
        color: white !important;
        font-weight: 700 !important;
        text-decoration: none !important;
    }

    .register_container {
        padding-top: 100px;
    }

    .register_border {
        border-right: 2px solid rgb(255, 0, 0,0.3);
    }

    #carouselExampleIndicators {
        height: 85vh;
        margin: auto;
    }

    .footerLogo {
        width: 350px;
        margin-top: -60px;
        z-index: 5;
        position: relative;
    }
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



.search_filter_container {
    display: none;
    transform: translateX(-110%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

    .search_filter_container.active {
        display: block;
        transform: translateX(0);
        opacity: 1;
    }



.seach_img {
    width: auto;
    max-height: 75px;
    padding: 0 !important;
    border-radius: 25px;
}


table td,
table th {
    vertical-align: middle !important;
    text-align: center;
    word-break: break-word;
}


.select2 {
    width: 100% !important;
}


/* Tüm sayfa yüksekliği: navbar + içerik + footer = 100vh olacak şekilde */
.page-container {
    min-height: calc(100vh - var(--navbar-height) - var(--footer-height));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
    background-color: black;
    color: white;
}

/* Ortalanmış içerik */
.yakinda_icerik {
    text-align: center;
}

/* Değişken yükseklikler (navbar + footer yüksekliğini varsayalım) */
:root {
    --navbar-height: 110px;
    --footer-height: 160px;
}


.card_container {
}

.card-body {
    padding: 0 !important;
}

    .card-body a {
        margin-top: 0 !important;
        width: 100%;
        border-radius: 0;
        background-color: black;
        border: none;
    }


.margin_bottom_100px {
    margin-bottom: 100px !important;
}


.old-price {
    text-decoration: line-through;
    color: gray;
    margin-right: 5px;
}


.button_kirmizi {
    background-color: #d42427 !important;
    color: white !important;
}

    .button_kirmizi:hover {
        background-color: black !important;
        color: white !important;
    }

.button_siyah {
    background-color: black !important;
    color: white !important;
}

    .button_siyah:hover {
        background-color: #d42427 !important;
        color: white !important;
    }


.color_kirmizi {
    color: #d42427 !important;
}


.footer_small_site a {
    display: block;
    text-align: center;
    color: white !important;
}

.table {
    --bs-table-striped-bg: rgba(220, 220, 220, 0.2);
}

.row{
    margin:0;
}



@media(max-width:768px){
    .scrollable-user-list {
        max-height: 250px; /* yükseklik ihtiyaca göre değiştirilebilir */
        overflow-y: auto;
        padding-right: 5px;
    }
}

@media(min-width:768px) {
    .scrollable-user-list {
        max-height: 500px; /* yükseklik ihtiyaca göre değiştirilebilir */
        overflow-y: auto;
        padding-right: 5px;
    }
}


.text-color {
    color: #f75757;
}

.contact-form-wrap .form-group {
    padding-bottom: 15px;
    margin: 0px;
}

    .contact-form-wrap .form-group .form-control {
        background: #f5f8f9;
        height: 48px;
        border: 1px solid #EEF2F6;
        box-shadow: none;
        width: 100%;
    }

.contact-form-wrap .form-group-2 textarea {
    background: #f5f8f9;
    height: 135px;
    border: 1px solid #EEF2F6;
    box-shadow: none;
    width: 100%;
}

.bs{
    color:black;
    text-decoration:none;
}

.nav_top {
    background-color: #d42427 !important;
}

.nav_top  div{
    background-color: #d42427 !important;
}

.fs_24{
    font-size:20px !important;
}

.fs_16{
    font-size:18px;
}


.shadow_10 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


.table-striped > tbody > tr:nth-of-type(odd){
    background-color:rgb(95, 91, 91,0.5);
}

.bg_redd th{
    background-color: #d42427 !important;
}

.table > :not(:last-child) > :last-child > *{
    color:white;
}


@media(max-width:1200px){
    .d_none_table{
        display:none;
    }
    .iyzio{
        width:100%;
    }
}

@media(min-width:1200px) {
    .d_none_table {
        display: block;
    }

  
}


.carousel-item img {
    transition: transform 3s ease;
}

.carousel-item.active img {
    transform: scale(1.02);
}

.carousel-inner {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}


