@font-face{
   font-family:'digital-font';
   src: url('/fonts/digital-7.ttf');
}

/*section.content {
    margin-top: 50px!important;
}
*/
/* Layout */
.wrapper_mobile {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.overflow-hidden{
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 25px;
}

.mark-bordered {
    border: 2px solid green;
}

.invisible-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Datatable scrollbar invisible*/
.dataTables_scrollBody::-webkit-scrollbar{
 display: none; 
}


.d-flex{
    display: flex;
}
.wrapper_mobile .cnt-wrapper {
    background-color: rgba(127, 119, 119, 0.1);
    padding-bottom: 60px;
}


/* NORMAL DURUM */
.ui-autocomplete-input {
    background: #f2f7ff !important; /* pastel mavi */
    border: 2px solid #c7d9ff !important;
    border-radius: 10px !important;
    padding: 0 55px !important;
    text-align: center !important;
    font-weight: 600 !important;
    color: #2f3b59 !important;
    transition: 0.25s ease;
    box-shadow: 0 4px 12px rgba(151, 175, 255, 0.25);
}

.ui-autocomplete-input .input-lg{
  font-size: 2.3rem !important;
  height: 5rem !important;
  border-radius: 14px !important;
}

/* LOADING MODE – NABIZ + RENK GEÇİŞİ */
.ui-autocomplete-input.loading {
    animation: pulseLoad 1.4s infinite ease-in-out;
}

@keyframes pulseLoad {
    0% {
        box-shadow: 0 0 12px rgba(151, 175, 255, 0.45);
        background: #f2f7ff; /* pastel mavi */
        border-color: #c7d9ff;
    }
    100% {
        box-shadow: 0 0 12px rgba(151, 175, 255, 0.45);
        background: #f2f7ff;
        border-color: #c7d9ff;
    }
}



.ui-autocomplete-input:focus {
    background: #eef4ff !important;
    border-color: #7da2ff !important;
    box-shadow: 0 0 0 4px rgba(125, 162, 255, 0.25);
    outline: none !important;
}


/* Modern pastel mavi autocomplete menü */
.ui-menu {
    border: none !important;
    padding: 8px 0;
    background: rgba(230, 242, 255, 0.9); /* pastel mavi */
    backdrop-filter: blur(6px);
    border-radius: 18px;
    box-shadow: 0 4px 14px rgba(0, 60, 160, 0.15);
    max-height: 70vh !important;
    overflow-y: auto !important;
    scrollbar-width: none;  /* Firefox için */
}

/* Chrome, Edge, Safari scrollbar gizleme */
.ui-menu::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/* Menü itemleri */
.ui-menu .ui-menu-item {
    border-bottom: 2px dashed rgba(120, 160, 220, 0.4) !important;
    font-size: 14px !important;
    font-weight: 600;
    margin: 10px 0;
    padding: 6px 16px;
    color: #2f3b59;
    transition: 0.2s ease;
}

/* Hover efekti */
.ui-menu .ui-menu-item:hover {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    transform: translateX(4px);
}


/* Son elemanda alt çizgi görünmesin */
.ui-menu .ui-menu-item:last-child {
    border-bottom: none !important;
}

.btn-sw{
    margin:3px;
    min-width: 120px;
}
.btn-sw i{
    font-size: 28px;
}


.mb-5 {
    margin-bottom: 5px;
}
.ms-5 {
    margin-left: 5px!important;
    margin-right: 5px!important;
}
.ms-10 {
    margin-left: 10px!important;
    margin-right: 10px!important;
}
.m-5 {
    margin: 5px;
}
.p-5 {
    padding: 5px!important;
}.m-8 {
    margin: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}

.my-10{
    margin-bottom: 10px!important;
    margin-top: 10px!important;
}
.ps-5{
    padding-left: 5px!important;
    padding-right: 5px!important;
}
.py-6{
    padding-bottom: 6px!important;
    padding-top: 6px!important;
}
.py-10{
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
.my-15{
    margin-bottom: 15px!important;
    margin-top: 15px!important;
}

.nav__ {
    position: inherit;
    width: 100%;
    height: 55px;
    display: flex;
    overflow-x: auto;
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    min-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 12px;
    text-decoration: none!important;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.nav__link:hover {
    background-color: #009578;
}

.nav__link--active {
    color: #009578;
}

.nav__icon {
    font-size: 30px;
}

.full-screen-image {
    height: 100vh;
    width: 100vw;
}

.bottom-nav-container {
    z-index: 500;
    background-color: white;
    box-shadow: 0 0 5px rgba(112,186,229,0.5);
    padding: 2px;
    max-width: 650px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    bottom: 0;
}

.custom-nav-container {
    z-index: 500;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;

}

.vertical-nav-container.for-div {
    z-index: 500;
    top: 0;
    right: 0;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: absolute;
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, 0.75);
}

.circle-icon-container {
    border-radius: 50%;
    cursor: pointer;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    transition: background 0.4s linear;
}
.fix-right-bottom{
    position: absolute;
    bottom: 15px;
    right: 15px;
}


.b-tab {
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.6);
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    margin: 0 5px;
    transition: background 0.4s linear;
    text-decoration: none;
}
.b-tab.ws{
    box-shadow: 0 0 3px rgba(60, 141, 188, 0.6);
}
.ws{
    box-shadow: 0 0 3px rgba(60, 141, 188, 0.6);
}

li.nav-item.active .nav-link{
  box-shadow: 0 -3px 3px 0 rgba(60, 141, 188, 0.6);
}

.b-tab.active {
    background-color: rgba(60, 141, 188, 0.7);
}


.b-tab.active a {
    color: #3c8dbc !important;
    
}

.b-tab a {
    color: #3c8dbc !important;
}

.b-tab i {
    font-size: 2em;
    color: #3c8dbc;
    !important;
}
.b-tab.active i {

    color: white !important;

}
.circle-icon-container i {
    font-size: 2em;
    color: #3c8dbc;
    !important;
}
.b-empty-tab {
    background-color: transparent;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    margin: 0 5px;
    transition: background 0.4s linear;
}

.center-tab {
    background-color: rgba(112, 186, 229, 0.4);
    border-radius: 50%;
    cursor: pointer;
    color: rgb(255, 255, 255);
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 25px);
    display: flex;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    margin: 0 5px;
    transition: background 0.4s linear;
}

.center-tab.active {
    background-color: rgba(60, 141, 188, 0.9);
}


.mini-logo {
    height: 32px;
    width: 32px;
    padding: 2px;
    /* box-shadow: 0 0 3px rgba(60, 141, 188, 0.8);
     border-radius: 50%;*/
     justify-content: center;
 }

 .google-marker-label {
    top: -20px;
    left: auto;
    max-width: 100px;
    text-align: center;
    white-space: initial;
    position: relative;
    font-weight: bold;
    color: #FA5252 !important;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;



}
.google-site-marker-label {
    top: -20px;
    left: auto;
    max-width: 100px;
    text-align: center;
    white-space: initial;
    position: relative;
    font-weight: bold;
    color: #FA5252 !important;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}
.page-title {
    color: rgba(0, 0, 0, 0.3);
}

.page-title.active {
    color: rgb(60, 141, 188);
    font-weight: bold;
}

.bg-opacity-90 {
    --bs-bg-opacity: 0.9;
}
.bg-light-green {
    background-color: #98D973 !important;
    color: #fff !important
}

.bg-soft-maroon {
    background-color: rgba(208, 61, 86, 0.3) !important;
}

.bg-soft-orange {
    background-color: rgba(255, 147, 75, 0.3) !important;
}

.bg-soft-blue {
    background-color: rgba(88, 174, 238, 0.3) !important;
}

.font2rem {
    font-size: 2rem !important;
}
.font3rem {
    font-size: 3rem !important;
}
.font4rem {
    font-size: 4rem !important;
}
.font-30 {
    font-size: 30px !important;
}
.font-25 {
    font-size: 25px !important;
}
.font-23 {
    font-size: 23px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-17 {
    font-size: 17px !important;
}

.font-14 {
    font-size: 14px !important;
}


#top_notify {
    z-index: 99999;
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
    font-size: 17px;
}
.notify-bar{
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
}


/*FullScreen Modal Start*/
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;

}

/* Header fixed to the top of the modal */
.modal-header--sticky {
  position: sticky;
  top: 0;
  background-color: inherit; /* [1] */
  z-index: 1055; /* [2] */
}

/* Footer fixed to the bottom of the modal */
.modal-footer--sticky {
  position: sticky;
  bottom: 0;
  background-color: inherit; /* [1] */
  z-index: 1055; /* [2] */
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
    overflow-y: hidden;
}

.modal-fullscreen .modal-header, .modal-fullscreen .mod-header,
.modal-fullscreen .modal-footer {
    border-radius: 0;
    z-index: 150;
}

.modal-fullscreen .modal-footer {
    position: absolute;
    border: none;
    width: 100%;
    left: 0;
    bottom: 0;
}
.modal-fullscreen .modal-body {
    max-height: 100vh;
    overflow-y: auto;
    padding-bottom: 150px;

}

.modal-fullscreen .modal-body::-webkit-scrollbar {
    display: none;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    display: none;
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    max-height: 80vh;
    overflow-y: auto;
}
/*FullScreen Modal End*/
.mod-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0.25em 0.5em 0.25em 0.5em; 
    border-bottom: rgba(112, 186, 229, 0.82) solid 1px;
}

.mod-btn-close {
    box-sizing: content-box;
    padding: 0.3em 0.3em;
    border: 0;
    opacity: 0.6;
    background-color: transparent;
    cursor: pointer;
}

.mod-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-fullscreen .rb-modal-dismiss {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    opacity: 0.8;
    background-color: transparent;

}


.img-thumbnail_wo_border {
    padding: 0.25rem;
    background-color: #fff;
    max-width: 100%;
    height: auto;
}
.thumbnail-img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 2px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* TAM EKRAN LOADER */
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.35);
    z-index: 3000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: opacity 0.3s ease;
}

/* SPINNER KAPSAYICI */
.page-loader .loader-wrapper {
    position: relative;
    width: 140px;      /* 2X büyütülmüş */
    height: 140px;
    margin-bottom: 18px;
}

/* SPINNER – DÖNEN ÇEMBER */
.page-loader .loader-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
    border: 8px solid rgba(60,141,188, 0.25);
    border-top-color: #3c8dbc;
    border-radius: 50%;
    animation: spinLoader 1.1s linear infinite,
    pulseShadow 1.6s ease-in-out infinite;
}

/* SABİT LOGO – ORTADA */
.page-loader .loader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;               /* logo boyutu */
    /*height: 80px;*/
    transform: translate(-50%, -50%);
    opacity: 0.9;             /* istenen şeffaflık */
    pointer-events: none;      /* tıklamayı engelleme */
}

/* LOADER INFO METNİ */
.page-loader .loader-info {
    font-size: 18px;
    font-weight: 600;
    color: #3c8dbc;
    text-align: center;
    max-width: 80%;
    line-height: 1.4;
    opacity: 0.85;
}

/* SPINNER DÖNME ANİMASYONU */
@keyframes spinLoader {
    to {
        transform: rotate(360deg);
    }
}

/* DAHA BELİRGİN PULSE GÖLGESİ */
@keyframes pulseShadow {
    0% {
        box-shadow: 0 0 0 0 rgba(60,141,188, 0.85); /* #a5ddff tonu */
    }
    50% {
        box-shadow: 0 0 24px 12px rgba(60,141,188, 0.85); /* #a5ddff tonu */
    }
    100% {
        box-shadow: 0 0 0 0 rgba(60,141,188, 0.85); /* #a5ddff tonu */
    }
}


.b-tab-loader {
    border: 4px solid white;
    z-index: 20;
    border-radius: 50%;
    border-top: 4px solid #a5ddff;
    width: 44px;
    height: 44px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.new-loader {
    border: 12px solid #f3f3f3;
    z-index: 1500;
    border-radius: 50%;
    border-top: 12px solid #a5ddff;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.new-loader.blured{

}

.new-loader.loader-sm {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #a5ddff;
    width: 60px;
    height: 60px;
}

.new-loader.loader-xs {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #a5ddff;
    width: 30px;
    height: 30px;
}

i.blue.active {
    color: #3c8dbc !important;
}

i.green.active {
    color: #417500 !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.tablet-container {
    width: 100%;
    display: flex;
    margin-top: 15px;

}

.tablet-container .tablet {
    display: inline-block;
    margin-right: 1em;
    font-size: 1.2em;
    cursor: pointer;
    color: rgba(93, 90, 90, 0.84);
}

.tablet-container .tablet.active {
    border-bottom: rgba(128, 0, 128, 0.91) solid 3px;
    color: #800080;

}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch.mini{
    width: 40px;
    height: 22px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.mini > .slider:before  {
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
}

input:checked + .slider {
    background-color: #34a1f8;
}

.sw-orange > input:checked + .slider {
    background-color: #f39c12;
}

input:focus + .slider {
    box-shadow: 0 0 1px #f39c12;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.mini > input:checked + .slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

li.list-group-item {
    background-color: inherit;
    border: none;
    border-bottom: 1px solid lightgray;
    padding: 5px 0 5px 0;
}


.text-centered {
    text-align: center;
}
.text-darkgray {
    color: #3B3B3B !important;
}


.swal2-container{
   z-index: 99990 !important;
}

.transparent-white {
    background-color: rgba(255, 255, 255, 0.4) !important;
    border-radius: 10px!important;
}
.white-transparent {
    background-color: rgba(255, 255, 255, 0.1) !important;
}
.map-swal-menu{
   background-color: rgba(255, 255, 255, 0.1) !important;
   z-index: 1090 !important;
}
.media-box-frame {
    width: 100%;
    min-height: 550px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: -50px;
    position: relative;
    color: white;
}

.media-mini {
    position: absolute;
    left: -800%;
    right: -800%;
    top: -800%;
    bottom: -800%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}

.media-thumb-frame {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 0;
    position: relative;
    color: white;
}


@media only screen and (max-width: 600px) {
   .media-box-frame {
    min-height: 200px;
} 

}

@media only screen and (min-width: 768px) {
    .bottom-nav-container {
        max-width: 80%;
        left: 10%;
    }
    #top_notify {
        width: 80%;
        left: 10%;

    }


}

@media only screen and (min-width: 1200px) {
    .bottom-nav-container {
        max-width: 70%;
        left: 15%;
    }
}

@media only screen and (min-width: 1800px) {
    .bottom-nav-container {
        max-width: 50%;
        left: 25%;
    }
}


.swal-menu-popup {
    background: rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(3px);
    border-radius: 20px !important;
    padding: 0.7em 0.9em !important;
}

.swal-menu-popup .swal2-icon{
    position: absolute;
    top: 0;
    left: -2px;
}
.swal-menu-title {
    font-size:18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
    color: #1b3d6d;
}

.swal-menu-info {
    width: 100%;
    background: #e3f2fd; /* açık mavi info */
    color: #0b3d91;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 12px;
    margin-bottom: 0.8em;
    /*text-align: center;*/
    box-shadow: 0 2px 5px rgba(0,0,0,0.06);
}

.swal-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em; /* güncellendi */
}

.swal-menu-grid > .swal-menu-btn.r2 {
    grid-column: span 2;
}

.swal-menu-grid > .swal-menu-btn.close-btn {
    background: #f2b4b4; /* daha koyu pastel kırmızı */
    border-color: #d38e8e;
    color: #6d1414; 
    transition: 0.2s ease;
}

.swal-menu-grid > .swal-menu-btn.close-btn:hover {
    background: #e89f9f; /* hover için belirgin koyulaşma */
    border-color: #c27a7a;
    color: #4e0d0d;
}


.swal-menu-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #f3f6fa;
    border: 2px solid #d5dfea;
    border-radius: 14px;
    font-size: 12px;
    cursor: pointer;
    transition: 0.2s;
    color: #1b3d6d;
    box-shadow: 0 2px 5px rgba(0,0,0,0.06);
}

.swal-menu-btn i {
    font-size: 30px;
    margin-bottom: 6px;
}

.swal-menu-btn:hover {
    background: #e3ecf9;
    border-color: #b7c7e2;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Wrapper */
.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}

/* Ortak container */
.flex-con {
 min-width: 25%; flex: 1; min-height: 3em; padding:0.3em;
}

.pem-5 { min-width: 0.5em; }

/* Masaüstü ve mobil için genişlikler */
.few-10 { min-width: 10%; }
.few-15 { min-width: 15%; }
.few-25 { min-width: 25%; }
.few-50 { min-width: 50%; }
.few-75 { min-width: 75%; }
.few-85 { min-width: 85%; }
.few-90 { min-width: 90%; }
.few-100 { min-width: 100%; }
.fem-5 { min-width: 5em; }
.fem-8 { min-width: 8em; }
.fem-10 { min-width: 10em; }
.fem-15 { min-width: 15em; }
.fem-17 { min-width: 17.5em; }
.fem-20 { min-width: 20em; }
.fem-25 { min-width: 25em; }
.fem-30 { min-width: 30em; }
.fem-40 { min-width: 40em; }



.flex-con .flex-btn {
    width: 100%;
    height: 100%;
    font-size: 1.4em;
}

.flex-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #f3f6fa;
    border: 2px solid #d5dfea;
    border-radius: 12px;
    font-size: 12px;
    cursor: pointer;
    transition: 0.2s;
    color: #1b3d6d;
    box-shadow: 0 2px 5px rgba(0,0,0,0.06);
}

.flex-btn i {
    font-size: 30px;
    margin-bottom: 6px;
}

.flex-btn.hw:hover {
    background: #e3ecf9;
    border-color: #b7c7e2;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}


/* Mobil (sm) */
@media (max-width: 767px) {
    .w-sm-25 { min-width: 25%; }
    .w-sm-50 { min-width: 50%; }
    .w-sm-75 { min-width: 75%!important; }
    .w-sm-100{ min-width: 100%!important; }
}



.swal-info-list {
    list-style: none;       /* default list bullet kaldır */
    padding: 0;
    margin: 0;
}

.swal-info-list li {
    padding: 6px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    font-size: 0.95em;
    color: #0b3d91;
}

.swal-info-list li:last-child {
    border-bottom: none;
}

.swal-info-list li.full-width-details {
    font-weight: normal;
    color: #07345f;
    margin-top: 4px;
}

.swal-info-table {
    width: 100%;
    border-collapse: collapse;
    background: #e3f2fd; /* soft arka plan */
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0.5em;
}

.swal-info-table td {
    padding: 6px 12px;
    border-bottom: 2px solid rgba(0,0,0,0.15);
    text-align: left; /* sola yasla */
}

.swal-info-table td strong {
    color: #0b3d91;
    display: inline-block;
    min-width: 100px;
}

.swal-menu-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px!important;
    font-weight: bold;
    color: #666;      
    cursor: pointer;
    transition: 0.2s;
    z-index: 10;
}

.swal-menu-close:hover {
    color: #444;        
    transform: scale(1.2);
}


/* GENEL KAPSAYICI */
.st-input {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background: #e8f1ff;              
    border: 1px solid #bcd4ff;         
    border-radius: 12px;
    padding: 4px 6px;
    transition: 0.2s ease;

}

/* HOVER */
.st-input:hover {
    background: #dce9ff;
    border-color: #90b7ff;
}

/* FOCUS DURUMU */
.st-input input:focus {
    outline: none;

}

/* GÖRSEL İÇİN İKON */
.st-input .st-icon {
    position: absolute;
    font-size: 14px;    
    color: #3c8dbc;
    display: flex;
    left: 5px;
    align-items: center;
    cursor: pointer;
}
/* GÖRSEL İÇİN İKON */
.st-input .st-icon-r {
    font-size: 14px;    
    color: #3c8dbc;
    display: flex;
    align-items: center;
    position: absolute;
    right: 5px;
    cursor: pointer;

}
/* INPUT ALANI */
.st-input i:hover {
   transform: scale(1.2);
}

/* INPUT ALANI */
.st-input input {
    border: none;
    background: transparent;
    width: 100%;
    font-size: 14px;    
    color: #3c8dbc;
    font-weight: 500;
    padding: 1px 10px;
}

/* FOCUS DURUMU */
.st-input input:focus {
    outline: none;

}

/* INPUT ALANI */
.st-input select {
    border: none;
    background: transparent;
    width: 100%;
    font-size: 14px;    
    color: #3c8dbc;
    font-weight: 500;
}

.h-100 {
    height: 100%!important;
}




.switch-outline {
    display: flex;
    position: relative;
    border: 2px solid #e8f1ff;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    user-select: none;
    width: 100%;

}

.switch-outline input {
    display: none;
}

.switch-outline label {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    z-index: 2;
    transition: color .2s;
    color: #3c8dbc;
}

.switch-outline .slider-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #e8f1ff;
    border-radius: 10px;
    z-index: 1;
    width: 33%;
    transform: translateX(0%);
    transition: transform .25s ease;
}


.select2-external-controls {
    font-size: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select2-selection__count {
    background: #0b63c5;
    color: #fff;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: 600;
}

.select-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.select-toggle i {
    margin-right: 4px;
}

/* Select2 main style (mavi tonları) */
.input-mavi + .select2-container .select2-selection--multiple {
    background: #f4f7fb !important;
    border: 1px solid #b8c7d9 !important;
    padding: 4px 6px !important;
    min-height: 38px !important;
    border-radius: 4px !important;
    transition: all .2s ease;
}

.input-mavi + .select2-container.select2-container--open .select2-selection--multiple {
    border-color: #6ea8e9 !important;
    background: #eef5ff !important;
}

.select2-container .select2-dropdown {
    border: 1px solid #b8c7d9 !important;
    background: #ffffff !important;
    border-radius: 4px !important;
}

/* Compact mode: dropdown kapalıyken tek satır */
.select2-container--default .select2-selection--multiple.compact-mode {
    height: 38px;
    overflow: hidden !important;
    white-space: nowrap !important;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--multiple.compact-mode .select2-selection__rendered {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    flex: 1;
}


