.icon-font {
    font-size: .55em
}

#cookieConsent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1f2937; /* koyu kurumsal gri */
    color: #ffffff;
    z-index: 9999;
    padding: 15px 20px;
}

    #cookieConsent a {
        color: #38bdf8;
        text-decoration: underline;
    }

    #cookieConsent .btn {
        min-width: 110px;
    }


/*Arka planlar*/
.bg-ozluk {
    background-color: rgba(247, 214, 224, 1) !important;
}

.bg-ozluk-soft {
    background-color: rgba(247, 214, 224, 0.7) !important;
}

.bg-bordro {
    background-color: rgba(255, 216, 169, 1) !important;
}

.bg-bordro-soft {
    background-color: rgba(255, 216, 169, 0.7) !important;
}

.bg-izin {
    background-color: rgba(198, 229, 177, 1) !important;
}

.bg-izin-soft {
    background-color: rgba(198, 229, 177, 0.7) !important;
}

.bg-evrak {
    background-color: rgba(242, 226, 196, 1) !important;
}

.bg-evrak-soft {
    background-color: rgba(242, 226, 196, 0.7) !important;
}

.bg-duyuru {
    background-color: rgba(183, 228, 199, 1) !important;
}

.bg-duyuru-soft {
    background-color: rgba(183, 228, 199, 0.7) !important;
}

.bg-ats {
    background-color: rgba(168, 216, 234, 1) !important;
}

.bg-ats-soft {
    background-color: rgba(168, 216, 234, 0.7) !important;
}

.bg-anket {
    background-color: rgba(245, 198, 170, 1) !important;
}

.bg-anket-soft {
    background-color: rgba(245, 198, 170, 0.7) !important;
}

.bg-soru-cevap {
    background-color: rgba(205, 228, 255, 1) !important;
}

.bg-soru-cevap-soft {
    background-color: rgba(205, 228, 255, 0.7) !important;
}

.bg-arabulucu {
    background-color: rgba(227, 198, 241, 1) !important;
}

.bg-arabulucu-soft {
    background-color: rgba(227, 198, 241, 0.7) !important;
}

/* Yazę renkleri */
.text-ozluk {
    color: #D88FA9 !important;
}

.text-bordro {
    color: #E09C3F !important;
}

.text-izin {
    color: #7FB35F !important;
}

.text-evrak {
    color: #C2A86E !important;
}

.text-duyuru {
    color: #5FAE86 !important;
}

.text-ats {
    color: #3FA3C6 !important;
}

.text-anket {
    color: #D27C4E !important;
}

.text-soru-cevap {
    color: #6A9DE6 !important;
}

.text-arabulucu {
    color: #9C6FC8 !important;
}
