.eupopup-container {
    background-color: rgba(25, 25, 25, 0.9);
    color: #efefef;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
    display: block;
    z-index: 1060;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.eupopup-container-top,
.eupopup-container-fixedtop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.eupopup-container-fixedtop {
    position: fixed;
}
.eupopup-container-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.eupopup-container-bottomleft {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 300px;
}
.eupopup-container-bottomright {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 300px;
}
.eupopup-closebutton {
    font-size: 16px;                           /* Yazı boyutu */
    font-weight: 100;                          /* Daha ince yazı tipi ağırlığı */
    line-height: 1;                            /* Satır yüksekliği */
    color: #a2a2a2;                            /* Metin rengi */
    position: absolute;
    font-family: helvetica, arial, verdana, sans-serif;
    top: 0;                                    /* Üstten hizalama */
    right: 0;                                  /* Sağdan hizalama */
    padding: 5px 10px;                         /* Kapatma butonu boşluk düzeni */
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
    color: #fff;
    text-decoration: none;                     /* Alt çizgiyi kaldır */
}
.eupopup-head {
    font-size: 1.2em;                          /* Daha büyük başlık yazısı */
    font-weight: bold;                         /* Kalın yazı tipi */
    padding: 7px;                              /* Başlık boşluk düzeni */
    color: #fff;                               /* Başlık rengi: beyaz */
}
.eupopup-body {
    color: #a2a2a2;                            /* Metin rengi: açık gri */
}
.eupopup-buttons {
    padding: 17px 0 10px 0;                      /* Üst ve alt boşluklar */
}
.eupopup-button_1 {
    /*color: #f6a21d;*/                            /* Buton metin rengi */
    color: #fff;                            /* Buton metin rengi */
    font-weight: bold;                         /* Kalın yazı */
    font-size: 14px;                           /* Yazı boyutu */
    position: relative;
    top: -5px;
}
.eupopup-button_2 {
    color: #f6a21d;                            /* Buton metin rengi */
    font-weight: normal;                       /* Normal yazı */
    font-size: 12px;                           /* Yazı boyutu */
}
.eupopup-button {
    margin: 0 10px;                            /* Her buton arasına boşluk */
}
.eupopup-button:hover,
.eupopup-button:focus {
    text-decoration: underline;                /* Alt çizgi eklenir */
    /*color: #f6a21d;*/                            /* Altın gibi renk */
    color: #fff;                           
}
body .eupopup-color-inverse {
    color: #000;                               /* Yazı rengi: siyah */
    background-color: rgba(255, 255, 255, 0.9);/* Arka plan rengi: beyaz ve yarı şeffaf */
}
body .eupopup-color-inverse .eupopup-head {
    color: #000;                               /* Başlık rengi siyah */
}
body .eupopup-style-compact {
    text-align: left;                          /* Metni sola hizala */
    padding: 8px 30px 7px 20px;                /* İç kenar boşluk düzeni */
    line-height: 15px;                         /* Satır yüksekliği */
}
body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
    display: inline;                           /* Yan yana elemanlar */
    padding: 0;
    margin: 0;
}
body .eupopup-style-compact .eupopup-button {
    margin: 0 5px;
}