@import "../lib/bootstrap/dist/css/bootstrap.min.css";

.fs-7,
.fs-7 * {
    font-size: 15px;
}

.fs-8,
.fs-8 * {
    font-size: 13px;
}

.fs-9,
.fs-9 * {
    font-size: 11px;
}

.fs-10,
.fs-10 * {
    font-size: 9px;
}

html {
    position: relative;
}

/*body {
    background: linear-gradient(90deg, rgb(173, 11, 11) 0%, rgb(168, 3, 3) 46%, rgba(117, 39, 39, 1) 100%);
}*/

body {
    background: white url('/img/altonBetonBg.jpg') no-repeat;
    min-height: 100vh;
    background-size: cover;
    font: 16px/26px 'Muli', sans-serif;
}

/* Şeffaf renk kaplaması */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(173, 11, 11, 0.1); /* 0.5 şeffaflık değerini ayarlayabilirsiniz */
}


bg-body {
    height: 100%;
}

.card card-body {
    background-color: transparent;
}

.card-header {
}

.btn-outline-danger {
}

/*btn lar albayak a özellestirildi... geri kalanlar farklı sınıf alarak degistirilebilinir.**/
/*.btn {
    background-color: rgb(231, 23, 23);
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px;
    --bs-nav-tabs-link-active-bg: rgb(231, 23, 23) !important;
    --bs-link-color: rgb(231, 23, 23) !important;
}

    .btn:focus {
        background-color: rgb(231, 23, 23) !important;
        border: rgb(231, 23, 23) !important;
    }

    .btn:hover {
        background-color: white;
        color: rgb(231, 23, 23);
        border: none;
        border-radius: 5px;
        padding: 5px;
    }*/


.btn-albayrak {
    display: inline-block;
    background-color: rgb(231, 23, 23);
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px;
    text-decoration: none !important;
}

    .btn-albayrak:hover {
        background-color: white;
        color: rgb(231, 23, 23);
        border: 1px solid rgb(231, 23, 23);
        border-radius: 5px;
        padding: 5px;
    }

a {
    text-decoration: none !important;
}

.a-albayrak {
    background-color: rgb(231, 23, 23) !important;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px;
    text-decoration: none !important;
}

.a:hover {
    background-color: white;
    color: rgb(231, 23, 23);
    border: 1px solid rgb(231, 23, 23);
    border-radius: 5px;
    padding: 5px;
}


.bg-transparent {
    background-color: transparent;
}


.card {
    opacity: 1 !important;
}

.card-body {
    opacity: 1 !important;
}

/*# sourceMappingURL=bootstrap.site.css.map */
footer {
    z-index: 125;
    /*background: linear-gradient(90deg, rgb(173, 11, 11) 0%, rgb(168, 3, 3) 46%, rgba(117, 39, 39, 1) 100%);*/
    background: linear-gradient(90deg, rgb(173 11 11 / 84%) 0%, rgb(168 3 3 / 58%) 46%, rgb(117 39 39 / 18%) 100%);
    min-height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

label {
    font-weight: bold;
}

#navbarContainer {
    position: sticky;
    top: 0%;
    z-index: 999;
    background: linear-gradient(90deg, rgb(173, 11, 11) 0%, rgb(168, 3, 3) 46%, rgba(117, 39, 39, 1) 100%);
}

    #navbarContainer .active-nav-link {
        border: double;
        border-radius: 10%;
        border-color: white;
        padding: 7px;
    }

    #navbarContainer ul i {
        color: aliceblue;
        background-color: transparent;
        padding: 1px;
    }

    #navbarContainer a {
        color: aliceblue;
    }

    #navbarContainer ul li {
        display: inline-block !important;
        width: auto;
        margin: 3px;
        padding: 5px;
    }

/* For screens below 700px 
@media only screen and (max-width: 1100px) {
    #navbarContainer ul li {
        font-size: 0.6em !important;
    }
}

@media only screen and (min-width: 1100px) {
    #navbarContainer ul li {
        font-size: 1.0em !important;
    }
}
*/
#chatBarAtRight:checked + .ctnForYazilimMsg {
    right: 0 !important;
}

#chatBarAtRight:not(:checked) + .ctnForYazilimMsg {
    right: -200px !important;
}

#navbar_notification_marque span {
    border: solid 1px;
    border-color: aliceblue;
    border-radius: 10px;
    padding: 2px;
}