:root {
    --primary: #4F46E5;
    --info: #06B6D4;
    --bg-light: #F8FAFC;
    --text-muted: #64748B;
    --bs-border-radius: 0;
    --bs-border-radius-sm: 0;
    --bs-border-radius-lg: 0;
    --bs-border-radius-xl: 0;
    --bs-border-radius-xxl: 0;
    --bs-border-radius-2xl: 0;
    --bs-border-radius-pill: 0;
 
}


html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
/*  margin-bottom: 15px;*/
}



.nav-item a, .nav-item  a:visited {
    
}

.nav-top-link a {
    color: #e5e5e5 !important;
}
    .nav-top-link a:hover {
        color: white !important;
    }


.nav-link {
    color: #a9a9a9;
}

    .nav-link a:hover {
        color: white;
    }

    .nav-link.active {
        color: white !important;
    }

    .nav-black-link.active {
        color: black !important;
    }

.logo-swing {
    display: inline-block;
    animation: logoSwing 6s ease-in-out infinite;
    transform-origin: 50% calc(50% - 30px);
}

@keyframes logoSwing {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(2.4deg);
    }

    40% {
        transform: rotate(-1.6deg);
    }

    60% {
        transform: rotate(1.2deg);
    }

    80% {
        transform: rotate(-0.8deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.logo-swing:hover {
    animation-play-state: paused;
}

.fc-timegrid-slot {
    height: 60px !important;

}

.fc-scrollgrid-sync-inner {
    height: 60px !important;

}

/*.fc-scrollgrid-sync-inner {
    background-color: aquamarine;
    align-items: center;
    vertical-align: middle;
}*/

.fc-scrollgrid-sync-inner {
    display: flex;
    justify-content: center; /* yatay */
    align-items: center; /* dikey */
}

.fc-col-header-cell-cushion {
    text-align: center;
}
.fc-scrollgrid-sync-inner a {
    text-decoration-line: none;
    color: black;
    font-weight: 300;
}
.fc-timegrid-slot-label-cushion {
    font-weight: 300;
    width: 60px !important;
    text-align:center;
}

.fc-toolbar-title {
    font-weight: 300;
}

.fc-prev-button,
.fc-next-button {
    background: transparent !important;
    border: none !important;
    color: #333 !important;
    border-radius: 0;
}

    .fc-prev-button:hover,
    .fc-next-button:hover {
        background: #f1f1f1 !important;
        border-radius :0;
    }

.swal2-popup {
    border-radius: 0 !important;
}

.swal2-m-container {
    font-size: 1em !important;
}

.round-delete-button {
    background-color: #FBFBFB !important;
}

.round-delete-button:hover {
    background-color: red !important;
} 