



/*#######################################################################################################
##                                                                                                     ##
##  BAŞLA :: BODY YAPISI                                                                               ##
##                                                                                                     ##
#########################################################################################################*/
/* BAŞLA :: BODY YAPISI */
body{
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, #f1f1f1 200px, #ffffff 150px);
    color: #000000!important;
    font-family: 'Poppins', sans-serif!important;
    font-weight: 300!important;
    font-style: normal!important;
    font-size: 0.875rem!important;
}
body a{
    text-decoration: none;
    color: #151515;
    transition: all 0.2s ease-in-out;
}
body a:hover{
    text-decoration: none;
    color: #252525;
}
.illuminate::selection{
    background-color: #000000 !important;
    color: #ffffff !important;
    transition: all 0.2s ease-in-out;
}
.textkirmizi{
    color: #d5343e;
}
.textsiyah{
    color: #151515;
}
.textbeyaz{
    color: #ffffff;
}
.bgkirmizi{
    background-color: #d5343e;
}


/* BİTİR :: BODY YAPISI */
/*#######################################################################################################*/







/*#######################################################################################################
##                                                                                                     ##
##  BAŞLA :: BOOTSTRAP DEFAULT AYARLARI                                                                ##
##                                                                                                     ##
#########################################################################################################*/
/* BAŞLA :: BOOTSTRAP YAPISI */

.btn-close:focus{
    box-shadow: 0 0 0 .25rem rgba(156, 156, 156, 0.0);
}

/* BİTİR :: BOOTSTRAP YAPISI */
/*#######################################################################################################*/











