﻿.kontorluyazi {
    /*color: black;*/
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.mycloader {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999999;
    background-image: url(/img/loading.svg);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
}
/* Sonsuz kaydirmada sayfali baglantilar HTML'de kalir ama gorunmez:
   arama motorlari ve JS kapali tarayicilar listeyi yine de gezebilir. */
.gezinme-gizli {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
