﻿


@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(4);
        opacity: 0;
    }
}


.txtlft {
    text-align: left !important
}


/*makalenin altındaki beğeni tarih vs..*/
.post_meta {
    border: 1px solid white;
    border-left: 0;
    border-right: 0;
    padding: 5px;
    height: 36px;
    margin: 0;
    display: flex;
}

    .post_meta div {
        padding-left: 0;
        padding-right: 0;
    }



@media screen and (min-width:768px) {
    /*makalenin altındaki beğeni tarih vs..*/
    .divcalendar {
        display: flex;
        justify-content: flex-end;
        padding-top: 4px;
    }

    /* Slider daki resimlerin boyutu */
    .imgSize {
        height: 400px;
        width: 1024px;
    }
}


@media screen and (max-width:767px) {
    /*makalenin altındaki beğeni tarih vs..*/
    .post_meta {
        height: 60px;
    }

    /* Slider daki resimlerin boyutu */
    .imgSize {
        height: 250px;
        width: 1024px;
    }

    .homenotify {
        margin-left: 0 !important;
    }
}

@media screen and (max-width:480px) {

    /* Slider daki resimlerin boyutu */
    .imgSize {
        height: 150px;
        width: 1024px;
    }

    .homenotify {
        margin-left: 0 !important;
    }
}

/*------- Anasayfadaki navbarın aralarındaki boşluklar--------*/

.diveder {
    height: 10px !important;
    background-color: #e7e7e7;
}


/*Login için gerekli css ler*/
.cover {
    width: 400px;
    margin: auto;
}

.mastfoot {
    padding-top: 0px;
    text-align: center;
    margin: auto;
}


/*--------------------------Home Navbar homenotify------------------------------*/

.homenotify {
    position: relative;
    width: 100%;
    bottom: 0;
    display: flex;
    height: 50px;
    /*background: #2279BD;*/
    /*background: #001186;*/
    margin-bottom: 0px;
    margin-top: 15px;
    left: 0;
    margin-left: 240px;
    /*border-top: 1px solid #69C !important;*/
}

    .homenotify > div > a {
        flex-grow: 1;
        text-align: left;
        height: 40px;
        line-height: 30px;
        position: relative;
    }

        .homenotify > div > a .notification {
            position: absolute;
            top: -1px;
            left: 19px;
            margin-top: 4px;
        }

    .homenotify > li > a {
        flex-grow: 1;
        text-align: left;
        height: 40px;
        line-height: 30px;
        position: relative;
    }

        .homenotify > li > a .notification {
            position: absolute;
            top: -1px;
            left: 19px;
            margin-top: 4px;
        }

.notifybadge-sonar {
    display: inline-block;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

    .notifybadge-sonar:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border: 2px solid yellow;
        opacity: 0;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        animation: sonar 1.5s infinite;
    }

.dropright {
    color: #2279BD !important;
}

    .dropright:hover {
        background-color: #4ea7ed !important;
    }

.dropitem {
    color: #0007ef !important;
}

    .dropitem:hover {
        color: #efff00 !important;
        background-color: #0007ef !important;
        /*border-radius: 10px !important;*/
    }

.dropmenu {
    border-radius: 1.25rem;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-28 {
    font-size: 28px !important;
}

/* scroll to top */
.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 0px;
    right: 20px;
    background: #0007ef;
}

a.scrollup {
    outline: 0;
    text-align: center;
}

    a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
        opacity: 1;
        text-decoration: none;
    }

    a.scrollup i {
        margin-top: 10px;
        color: #fff;
    }

        a.scrollup i:hover {
            text-decoration: none;
        }
