* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family:"Inter", sans-serif;
    /*line-height:140%;*/
    font-weight:400;
    font-size:18px;
    color: #333333;
    margin:0;
    background-color:#f4f4f4;
    overflow-x:hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family:"Inter", sans-serif;
    font-weight:700;
    line-height:140%;
    color: #333333;
}

h1 { font-size:36px; } h2 { font-size:26px; } h3 { font-size:22px; } h4 { font-size:20px; } h5 { font-size:18px; } h6 { font-size:16px; }

/*span, p {
    font-family:"Inter", sans-serif;
    font-weight: 400;
    font-size:18px;

}*/

textarea {
   font-family:"Inter", sans-serif;
}

.notification-popup {
    display:flex;
    max-width: 480px;
    width: 100%;
    height: 178px;
    padding: 16px;
    border-radius: 0px 0px 20px 20px;
    border: 3px solid #FB0D1B;
    background: #fff;
    margin: auto;
    box-shadow: 0 0 10px 0px #959595;
    position: fixed;
    transition: top 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}

.notification-popup.show {
    top: 0px;
    opacity: 1;
    visibility: visible;
}
    
.notification-popup .popup-logo {
    width: 60px;
    margin-right: 24px;
}

.notification-popup .popup-icerik {
    display: flex;
    flex-direction: column;
}

.notification-popup .popup-icerik span {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #FB0D1B;
    line-height: 150%;
}

    .notification-popup .popup-icerik p {
        font-size: 14px;
        line-height: 150%;
    }

.notification-popup .popup-icerik .button-group {
    display: flex;
    justify-content: flex-end;
}

    .notification-popup #popup-close {
        font-size: 14px;
        color: #888;
        padding: 10px 24px;
        border: none;
        background-color: #fff;
        cursor: pointer;
    }

    .notification-popup #popup-allow {
        background-color: #FB0D1B;
        font-size: 16px;
        font-weight: 600;
        border: none;
        color: #fff;
        padding: 10px 24px;
        border-radius: 5px;
        margin-left: 8px;
        cursor: pointer;
    }

#prYorumBn.active img {
    content: url('https://local.haberler.com/mstatic/assets/img/icon-dislike.svg?v=1'); /* Bešenildišinde dešižecek ikon */
}
#prYorumBm.active img {
    content: url('https://local.haberler.com/mstatic/assets/img/icon-like.svg?v=1'); /* Bešenilmedišinde dešižecek ikon */
}

