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: 60px;
}

.spc_background1{
  background-image: url(/media/background/back_1.jpg) !important;
}

.minh138{
  min-height: 135px !important;
}

.minh723{
  min-height: 723px !important;
}


.minh470{
  min-height: 470px !important;
}

.centerX{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60vh;
}

.border-left-blue{
    border-left: 5px solid #17C653 !important;
}

.blur {
    filter: blur(2px);
    pointer-events: none;
}


#loading {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #0093e5;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    background: rgba(255, 255, 255, 0.8); /* Arkaplanı biraz saydam yapabilirsiniz */
    filter: none; /* Bulanıklığı iptal et */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}



.acc-row{
    width: 100%;
}


.nav-line-tabs .nav-item .nav-link {
    padding: 0.7rem 0;
}



@media (max-width: 1024px){
    div#kt_app_header_container {
        justify-content: space-between !important;
    }
}

@media (max-width: 768px){
    div#kt_app_header_container {
        justify-content: center !important;
        flex-direction: column;
        height: auto;
    }

    div#kt_app_header {
        height: auto;
        margin-top: 20px;
    }

    div#kt_app_root {
        margin-left: 0 !important;
    }

    div#kt_app_main > div {
        align-items: center !important;
    }

    .kt_app_header_container img {
        max-width: 120px !important;
    }
}
