#kt_sign_in_submit:hover, #kt_sign_in_submit:active, #kt_sign_in_submit:focus {
    background-color:#4681f4 !important;
}

#kt_sign_up_submit:hover, #kt_sign_up_submit:active, #kt_sign_up_submit:focus {
    background-color:#2981cb !important;
}

#kt_sign_up_submit_reset:hover, #kt_sign_up_submit_reset:active, #kt_sign_up_submit_reset:focus {
    background-color:#fa5408 !important;
}

#kt_sign_in_submit {
    background-color:#4681f4 ;
}

#kt_sign_up_submit {
    background-color:#0e2d47 ;
}

#kt_sign_up_submit_reset {
    background-color:#f86a28 ;
}

.btn-hms {
    background-color:#4681f4  !important;
}

.btn-text-hms {
    background-color:white  !important;
}

.btn-light-hms {
    background-color: #4681f466 !important;
}

.btn-hms:hover, .btn-hms:active, .btn-hms:focus  {
    background-color:#1d64f3 !important;
}
.symbol.symbol-100px .symbol-label, .symbol.symbol-50px .symbol-label {
    object-fit: contain;
}
.form-check {
    padding-right: 2.25rem;
}

.permissionModal .col-md-4 h6 {
    margin: 0;
}

.permissionModal .form-check-label {
    margin-left: 5px;
}

.permissionModal .d-flex {
    align-items: center;
}

.form-check-input:checked {
    background-color:#4681f4  !important;
    border-color: #4681f4;
}

.permissionModal .form-check {
    padding-right: 0.5rem;
}

.ki-eye .path3:before {
    color: #047728;
}

.hotspotModal .modal-header {
    padding: 3% !important;
}

.hotspotModal .form-control {
    font-size: 1rem;
}

.container-xxxl {
    max-width: 1462px !important;
}

.container-mid-xl {
    max-width: 1750px !important;
}

.pagination + .pagination {
    display: none; /* İkinci pagination'ı gizler */
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.fa-info-circle {
    color: #007bff;
    margin-left: 5px;
    cursor: pointer;
}

.custom-select {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Gölge */
    border-radius: 8px; /* Yumuşatma */
    padding: 10px; /* İçerik boşluğu */
    width: 100%; /* Tam genişlik */
    transition: box-shadow 0.3s ease-in-out; /* Hover efekti */
}

.custom-select:hover {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2); /* Hover esnasında daha yoğun gölge */
}

#kt_app_sidebar_menu>.menu-item>.menu-link>.menu-title{
    color: #dfd4d4 !important;
}
#kt_app_sidebar_menu>.menu-item>.menu-link>.menu-icon i{
    color: #dfd4d4 !important;
}

#kt_app_sidebar_menu>.menu-item>.menu-link.active>.menu-title{
    color: #ffffff !important;
}
#kt_app_sidebar_menu>.menu-item>.menu-link.active>.menu-icon i{
    color: #ffffff !important;
}

.mobileLogo {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .h-200px {
        height: 100px !important;
    }
    .h-30px {
        height: 52px !important;
    }
    .h-60 {
        height: 60px !important;
    }
    #kt_app_sidebar_menu_scroll {
        height: 750px !important;
    }

    .mobileLogo {
        display: block !important;
    }

    .mr-775 {
        margin-right: 2.75rem !important;
    }

    #breakButton {
        padding: 10px 10px !important;
        font-size: 11px !important;
    }

    .mobileLogo {
        display: block;
    }

    #call-data, #wallboard-button{
        display: none;
    }

    .mobile-hms-button {
        display: block !important;
    }

    .desktop-hms-button {
        display: none !important;
    }

    .mobile-fix{
        flex:0 0 auto;
    }

    .mobile-card-fix {
        max-width: 500px;
        width: 100%;
    }

    .modal-superxl {
        --bs-modal-width: 1000px;
    }
}

@media only screen and (max-width: 1400px) {
    .modal-superxl {
        --bs-modal-width: 1000px;
    }
}

@media only screen and (max-width: 992px) {
    .modal-superxl {
        --bs-modal-width: 700px;
    }
}

.desktop-hms-button {
    display: block;
}

.mobile-hms-button {
    display: none;
}

.mobileLogo {
    display: none;
}

.newBadge{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: auto;
}

.hmsBadge{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 34px;
    height: auto;
    z-index: 10;
}

[data-bs-theme="dark"] .ki-profile-user, .ki-exit-right  {
    color: white !important;
}

[data-kt-app-header-minimize=on] .app-header {
    background-color: #EEF1F5 !important;
}

[data-bs-theme="dark"] [data-kt-app-header-minimize=on] .app-header {
    background-color: #011521 !important;
}

/* global animasyon cssleri */
.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 0.1em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@keyframes tvOpen {
    0% {
        transform: scale(0.1, 0);
        opacity: 0;
    }
    50% {
        transform: scale(1, 0.1);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
    }
}

/* Modal içeriği için animasyon uygulanacak */
.modal-content {
    animation: tvOpen 0.6s ease-out;
    transform-origin: center;
}

[data-kt-app-header-fixed=true] .app-header {
    /* background: linear-gradient(90deg, #022133 0%, #143e54 100%) !important; */
    background: linear-gradient(90deg, #0a2427 0%, #1d4e52 100%) !important;
    position: relative;
}

#kt_app_main{
    margin-top: 1.2rem !important;
}

.app-header-menu .menu>.menu-item>.menu-link .menu-title{
    color: #d4d4d6 !important;
}

[data-bs-theme="dark"] .app-header-menu .menu>.menu-item>.menu-link .menu-title{
    color:#ceced7 !important
}

.app-header-menu .menu>.menu-item.here>.menu-link .menu-title{
    color: white !important;
}

[data-bs-theme="light"] .app-header-menu .menu>.menu-item.here>.menu-link{
    background-color:#1d4e52 !important;
}

#breakButton {
    background: linear-gradient(90deg, #1EAE98, #14796a);
    border: none;
    border-radius: 6px;
    color: #fff; /* Beyaz metin */
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

[data-bs-theme="dark"] #breakButton {
    background: linear-gradient(90deg, #116e62, #0b4b41);
}

#breakButton:hover {
    background: linear-gradient(90deg, #14796a, #0f5c5c);
    transform: translateY(-2px); /* Hafif yükselme efekti */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); /* Hover sırasında daha belirgin gölge */
}

#breakButton.danger {
    background: linear-gradient(90deg, #d9534f, #c9302c);
}

#breakButton.danger:hover {
    background: linear-gradient(90deg, #c9302c, #ac2925);
}

#breakButton:active {
    transform: translateY(1px); /* Tıklanma anında hafif bastırma efekti */
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); /* Tıklanma anında gölge azalması */
}

#notepad-modal {
    display: none; /* Modal başlangıçta gizli */
    position: fixed;
    z-index: 1050;
    left: 80%;
    top: 14%;
    transform: translate(-50%, -50%);
    width: 285px;
    height: 135px;
    background-color: #fef6e4; /* Not defteri kağıdı rengi */
    border: 2px solid #c8a97e; /* Çerçeve */
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden; /* İçeriğin taşmasını engelle */
    font-family: 'Courier New', Courier, monospace; /* Defter havası için */
    color: #333;
    padding: 20px 15px;
}

#notepad-modal::before {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    background-color: #f7d9a6; /* Spiral kısmın rengi */
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 2px solid #c8a97e; /* Spiral alt çizgisi */
}

#notepad-modal .spiral {
    position: absolute;
    top: 10px;
    left: 24px;
    display: flex;
    flex-direction: row;
    gap: 22px;
}

#notepad-modal .spiral div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #a45d42; /* Spiral rengi */
}

#notepad-modal .lines {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        to bottom,
        transparent 0px,
        transparent 18px,
        #e2dcd5 19px,
        #e2dcd5 20px
    );
}

#notepad-modal #notepad-content {
    position: relative;
    z-index: 1;
    white-space: pre-line; /* Metni satır başına sardırır */
    line-height: 20px; /* Çizgilerle uyumlu */
    padding: 30px 10px;
}

#notepad-modal #notepad-close {
    position: absolute;
    top: -5px;
    right: 0;
    background: none;
    border: none;
    color: #333;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
}

#notepad-modal #notepad-close:hover {
    color: red;
}

@media (min-width: 1400px) {
    .container-superxl {
        max-width: none !important;
    }
    .container-ultraxl {
        max-width: none !important;
    }
    .modal-superxl {
        --bs-modal-width: 1500px;
    }

    .col-lg-custom-lg{
        width: 19.5%;
    }

    .col-lg-custom{
        width: 13.333333%;
    }

    .col-lg-custom-md{
        width: 11.333333%;
    }

    .col-lg-custom-sm{
        width: 4.333333%;
    }
}

.toast-custom {
    border: 1px solid #91d5ef !important; /* Çerçeve rengi */
    border-radius: 8px !important; /* Kenar yuvarlama */
}

.toast-custom .toast-title {
    font-weight: bold; /* Başlık vurgusu */
    color: #003d73; /* Başlık rengi */
}

.toast-custom .toast-message {
    font-size: 14px; /* Mesaj yazı boyutu */
    line-height: 1.5; /* Satır yüksekliği */
}

.toast-custom .toast-info::before {
    content: "\f05a"; /* Font Awesome bilgi ikonu */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px; /* İkon boyutu */
    margin-right: 8px; /* Metin ile ikon arası boşluk */
}

#toast-container {
    position: fixed !important;
}

.toast-top-right {
    top: 20px !important;
    right: 12px !important;
}

#toastr-container>div {
    opacity: 1 !important;
}

.btn-general {
    background: linear-gradient(90deg, #007bff, #0056b3);
    color: #fff !important;
}

[data-bs-theme="dark"] .btn-general {
    background: linear-gradient(90deg, #0052a9, #00448d);
}

.btn-general:hover {
    background: linear-gradient(90deg, #8db9e9, #639ad5)
}

.btn-light-primary-gradient {
    background: linear-gradient(90deg, #007bff, #0056b3) !important;
    color: white !important;
    border: none !important;
    transition: all 0.3s ease-in-out;
}

.btn-light-primary-gradient:hover {
    background: linear-gradient(90deg, #0056b3, #003d80) !important;
}

.add-modal {
    background: linear-gradient(180deg, #007bff, #92b2d5);
}

.edit-modal {
    background: linear-gradient(180deg, #899143, #ffd600)
}

.modal-header {
    justify-content: center;
    position: relative;
}

.stepper-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.stepper-item {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
}

.stepper-item.current {
    font-weight: bold;
    color: #007bff;
}

.stepper-arrow {
    font-size: 18px;
    color: #bbb;
    margin: 0px 8px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepper-item.current + .stepper-arrow {
    color: #007bff; /* Aktif olan adımın sağındaki ok rengini değiştirin */
}

.stepper.stepper-links .stepper-nav .stepper-item {
    margin: 0 0.5rem !important;
}

.ki-cross-circle:hover {
    color: var(--bs-text-dark) !important;
}

.modal-dialog-customer {
    max-height: 90vh; /* Modalın maksimum yüksekliği, görünüm yüksekliğinin %90'ı */
    display: flex;
    flex-direction: column;
}

.modal-content-customer {
    flex-grow: 1;
    overflow: hidden; /* İçerik taşarsa kaydırmayı kontrol etmek için */
}

.modal-body-customer {
    flex-grow: 1;
    overflow-y: auto; /* Yalnızca dikey kaydırmayı etkinleştirir */
    padding: 1rem; /* Varsayılan padding */
    max-height: calc(90vh - 120px); /* Modal header ve footer yüksekliğini çıkar */
}

.btn-custom-add {
    background: linear-gradient(90deg, #599709, #788509) !important;
}

.modal-margin {
    --bs-modal-margin: 5.75rem !important;
}

.select2-selection__rendered {
    text-transform: capitalize;
}

.mr-775 {
    margin-right: 8.75rem;
}

.bg-today {
    background-color: #d7f6dc !important; /* Açık sarı */
}

[data-bs-theme="dark"] .bg-today {
    background-color: #172331 !important;
}

.counter {
    font-size: 24px;
    font-weight: bold;
    transition: transform 0.2s ease-in-out;
}

.counter:hover {
    transform: scale(1.1);
}

.sortable {
    cursor: pointer;
    position: relative;
}

.sortable:hover::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ccc;
}

[data-bs-theme="dark"] #kt_tasks_table .bi-arrow-down-up {
    color: #a1a0a0 !important;
    font-weight: 600 !important;
    margin-left: .15rem !important;
}

#kt_tasks_table .bi-arrow-down-up {
    color: #747781;
    font-weight: 600 !important;
    margin-left: .15rem !important;
}

.bi::before,
[class*=" bi-"]::before,
[class^=bi-]::before {
    font-weight: 600 !important;
}

.table>:not(caption)>*>* {
    border-bottom-width: 0px !important;
}

.swal2-container{
    z-index: 999999;
}

@media (max-width: 1500px) {
    .mr-775 {
        margin-right: 2.75rem !important;
    }
}

.indicator-progress{
    align-items: center;
}

.bg-pink {
    background-color: pink !important;
}

.swal-custom-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

.swal-custom-container .swal-customer-btn {
    white-space: nowrap;
}

.btn-navy-dark {
    background: #364369;
}

.btn-navy-dark:hover {
    background: #4c5e94;
}

#call-data, #wallboard-button {
    border: none;
    border-radius: 6px;
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.btn-turkish-blue {
    background-color: #7ccddd;
}

[data-bs-theme="dark"] .btn-turkish-blue {
    background-color: #267281;
}

.btn-turkish-blue:hover, .btn-turkish-blue:active, .btn-turkish-blue.btn.show {
    background-color: #3ecfec;
}

.bg-visited {
    background-color: #e9e9e9;
}

[data-bs-theme="dark"] .bg-visited {
    background-color: #222429;
}

.currentPlan.current{
    display: block !important;
}

.hotel-group {
    padding: 20px;
    border: 1px solid #e1e3ea;
    border-radius: 8px;
    background-color: #f9f9fc;
    margin-bottom: 16px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
    margin-right: 0;
    margin-left: 0;
}

.custom-checkbox-container:hover .custom-checkbox-checkmark {
    background-color: #e9ecef;
    border-color: #b3b3b3;
}

.custom-checkbox:checked ~ .custom-checkbox-checkmark {
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 2px 6px rgba(0, 123, 255, 0.4);
}

.custom-checkbox-checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: 1px;
    width: 6px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox:checked ~ .custom-checkbox-checkmark::after {
    display: block;
}

.custom-checkbox-container {
    position: relative;
    padding: 0;
    cursor: pointer;
    user-select: none;
    width: 18px;
    height: 18px;
    margin-right: 2%;
}

.custom-checkbox {
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #f4f4f4;
    border: 2px solid #dcdcdc;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.badge-light-turquoise {
    background-color: #f9feff;
    color: #328795;
}

.badge-turquoise {
    background-color: #328795;
    color: #f9feff;
}

.toast-custom-not {
    background: linear-gradient(90deg, #1EAE98, #14796a) !important;
    border: 1px solid #1EAE98 !important;
    border-radius: 8px !important;
    color: #fff !important;
    padding: 18px 20px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.11);
    font-family: 'Inter', Arial, sans-serif !important;
}
.toast-custom-not .toast-title {
    font-weight: bold;
    color: #fff !important;
    font-size: 16px;
}
.toast-custom-not .toast-message {
    font-size: 15px;
    color: #fff !important;
}
.toast-custom-not .toast-action-btn {
    margin-top: 8px;
    background: #fff;
    color: #14796a !important;
    font-weight: 600;
    border-radius: 5px;
    padding: 4px 18px;
    border: none;
    transition: background 0.2s;
    box-shadow: 0 1px 5px rgba(30, 174, 152, 0.15);
}
.toast-custom-not .toast-action-btn:hover {
    background: #1EAE98;
    color: #fff !important;
}
#toastr-container > .toast-custom-not,
#toastr-container > .toast-custom-not.toastr-info,
#toastr-container > .toastr-info.toast-custom-not {
    background: linear-gradient(90deg, #1EAE98, #14796a) !important;
}

.notification-icon-unread:hover{
    color: var(--bs-text-gray-700) !important;
}

.swal-wide {
    max-width: 800px !important;
}

.my-swal-wide {
    max-height: 500px !important;
}

[data-bs-theme="dark"]  .my-swal-title  {
    color: var(--bs-gray-800);
}

.my-swal-title  {
    color: var(--bs-gray-800);
    align-content: center;
}

.swal-nice-select {
    padding: 0.55rem 0.75rem;
    border-radius: .425rem;
    border: 1px solid #ced4da;
    background: #fff;
    font-size: .95rem;
    outline: none;
    transition: border-color .15s;
}
.swal-nice-select:focus {
    border-color: #5d78ff;
    box-shadow: 0 0 0 0.15rem rgba(93,120,255,.25);
}

.app-header-menu .menu>.menu-item.here>.menu-link,
.app-header-menu .menu>.menu-item.here>.menu-link:hover
{
    background-color: #1d4e52;
}

#kt_app_content_container {
    margin-bottom: 2rem ;
}

/* ---------------- */

/* === Exchange Widget === */
#exchange-widget { position: fixed; inset: auto 20px 20px auto; z-index: 9999; }

/* Bubble */
.ex-bubble {
  position: relative;
  width: 40px; height: 40px;
  border: 0; border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #2b6cb0, #7f9cf5);
  color: #fff; box-shadow: 0 10px 22px rgba(0,0,0,.22);
  cursor: grab; transition: transform .15s ease, box-shadow .15s ease, opacity .2s ease;
}
.ex-bubble:hover { transform: scale(1.06); box-shadow: 0 14px 28px rgba(0,0,0,.25); }
.ex-bubble:active { cursor: grabbing; }
.ex-bubble i { font-size: 22px; line-height: 1; }

.ex-bubble-close{
    position: absolute;
    top: -6px;
    right: -6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 13px;
    line-height: 0.9;
    opacity: .85;
}
.ex-bubble-close:hover{ opacity:1 }

/* Panel (card) */
.ex-panel{
  position: absolute; right: 62px; bottom: 0;
  width: 375px; padding: 14px 14px 16px;
  border-radius: 16px; background: rgba(255,255,255,.95);
  backdrop-filter: blur(6px);
  box-shadow: 0 18px 45px rgba(20,20,40,.18);
  border: 1px solid rgba(120,120,160,.15);
}
[data-bs-theme="dark"] .ex-panel{
  background: rgba(22,22,28,.96); color:#eaeaea; border-color: rgba(255,255,255,.06);
}

.ex-header{ display:flex; align-items:center; justify-content:space-between; }
.ex-title{ font-weight:700; display:flex; align-items:center; }
.ex-close{
  border:0; background:transparent; font-size:22px; line-height:1;
  color: inherit; opacity:.7;
}
.ex-close:hover{ opacity:1 }

.ex-meta{ margin-top:6px; }
.ex-rate{ margin:6px 0 10px; font-size:15px; }

.ex-converter .ex-row{ display:flex; align-items:center; gap:10px; }
.ex-col{ flex:1; min-width:0; }
.ex-swap{
  width:36px; height:36px; border-radius:10px; border:0;
  display:grid; place-items:center;
  background:#eef2ff; color:#3045d3;
  transition: transform .15s ease, background .2s ease;
}
.ex-swap:hover{ transform: rotate(90deg); background:#e0e7ff; }

[data-bs-theme="dark"] .ex-swap{
    background: rgb(54 54 65 / 96%);
}

[data-bs-theme="dark"] .ex-swap>i{
    color: white;
}

.input-group-text{ min-width:44px; justify-content:center; }

/* snap olduğunda panel balonun yanında kalsın */
#exchange-widget[data-corner="tl"] .ex-panel{ left: 62px; right:auto; top:0; bottom:auto; }
#exchange-widget[data-corner="tr"] .ex-panel{ right:62px; left:auto; top:0; bottom:auto; }
#exchange-widget[data-corner="bl"] .ex-panel{ left:62px; right:auto; bottom:0; top:auto; }
#exchange-widget[data-corner="br"] .ex-panel{ right:62px; left:auto; bottom:0; top:auto; }

/* restore butonu */
#exchange-restore {
  position: fixed; right: 20px; bottom: 20px; z-index: 9999;
  background: #111; color:#fff; border:0; border-radius: 999px;
  padding: 8px 12px; display: none; box-shadow: 0 8px 18px rgba(0,0,0,.25);
}

.flatpickr-day.today{
    background: var(--bs-gray-300);
}

/* DUYURU MODAL (anasayfa) */
#announcementGlobalModal .modal-dialog {
    max-width: 680px;
}

#announcementGlobalModal .modal-content {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
}

#announcementGlobalModal .modal-header {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    border: 0;
    padding: 14px 18px;
    position: relative;
}

#announcementGlobalModal .modal-header h2 {
    letter-spacing: .5px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto;
}

#announcementGlobalModal .announcement-content p {
    text-indent: 1.5em;
    /* paragraf başı girintisi */
    margin-bottom: 0.75rem;
}

.ann-counter {
    position: absolute;
    right: 12px;
    top: 10px;
    background: #ffffff22;
    color: #fff;
    border: 1px solid #ffffff55;
    font-weight: 700;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 10px;
}

/* içerik kartı */
.announcement-card {
    border: 0 !important;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.announcement-card .card-body {
    padding: 22px 22px 10px 22px;
}

.announcement-content h1 {
    font-size: 22px;
    line-height: 1.25;
    text-align: center;
    font-weight: 800;
    margin: 6px 0 14px 0;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.announcement-content h5 {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111827;
    margin: 14px 0 8px 0;
}

.announcement-content p {
    margin: 8px 0;
    line-height: 1.65;
    color: #111827;
}

[data-bs-theme="dark"] .announcement-content p,[data-bs-theme="dark"] .announcement-content li {
    color: #cccccc;
}

.announcement-content ul {
    margin: 6px 0 10px 0;
    padding-left: 18px;
}

.announcement-content ul li {
    margin: 4px 0;
    line-height: 1.55;
}

.ann-files {
    border-top: 1px dashed #e5e7eb;
    margin-top: 12px;
    padding-top: 12px;
}

.ann-file-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 12px;
    background: #f1f5f9;
    color: #0ea5e9;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    font-weight: 600;
}

.ann-file-chip i {
    font-size: 16px;
}

.ann-empty {
    color: #9ca3af;
    background: #f8fafc;
    border: 1px dashed #e5e7eb;
    border-radius: 10px;
    padding: 8px 10px;
}

[data-bs-theme="dark"] .ann-empty {
    background-color: #15171C;
}

#annConfirmBtn {
    min-width: 220px;
    font-weight: 700;
}

#globalBreakOverlay {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, .55);
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(1.2px);
}

#globalBreakOverlay .inner {
    text-align: center;
    padding: 24px 20px;
    width: 100%;
    max-width: 600px;
}

#globalBreakOverlayBtn {
    font-size: clamp(20px, 2.6vw, 34px);
    line-height: 1.2;
    padding: clamp(14px, 2.2vw, 22px) clamp(28px, 4vw, 40px);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .28);
    white-space: nowrap;
}

#globalBreakOverlayClose {
    margin-top: 16px;
    font-size: 16px;
    padding: 8px 18px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all .2s ease;
}

#globalBreakOverlayClose:hover {
    background: rgba(255, 255, 255, 0.3);
}

@media (min-width: 1200px) {
    .modal-super-xl {
        --bs-modal-width: 1700px;
    }
}

.glass-btn {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 6px 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.glass-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.glass-btn:active {
    transform: scale(0.97);
}


.daterangepicker .ranges ul{
    max-height: 291px !important;
}

.toastr-success i.ki-emoji-happy {
  animation: bounce 0.7s ease-in-out;
}
@keyframes bounce {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

.custom-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #1bc45d;
    color: #fff;
    border-radius: 8px;
    padding: 12px 26px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 99999;
    opacity: 0;
    transform: translateY(-15px);
    transition: all 0.3s ease;
    cursor: pointer;
}
.custom-toast.show {
    opacity: 1;
    transform: translateY(0);
}
.custom-toast i {
    font-size: 1.8rem;
    margin-top: 1px;
}

.custom-toast:hover {
    transform: scale(1.02);
}

.glass-card {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-weight: 600;
    border-radius: 8px;
    padding: 6px 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

@keyframes notif-shake {
    0% {
        transform: translate(0, 0) rotate(0);
    }

    20% {
        transform: translate(-2px, 0) rotate(-3deg);
    }

    40% {
        transform: translate(2px, 0) rotate(3deg);
    }

    60% {
        transform: translate(-2px, 0) rotate(-3deg);
    }

    80% {
        transform: translate(2px, 0) rotate(3deg);
    }

    100% {
        transform: translate(0, 0) rotate(0);
    }
}

.notif-shake {
    animation: notif-shake 0.7s ease-in-out;
}


#kt_app_header {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}


.menu-link .menu-title {
    font-weight: 600 !important;
    color: #4B5675;
}


.menu-item .menu-link:hover,
.menu-item.here > .menu-link {
    background-color: rgba(0, 100, 255, 0.08) !important;
    color: #009ef7 !important;
    border-radius: 12px;
}

.modern-search-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 40px;
    height: 34px;
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Açıldığında kutu genişlesin ama kaymadan, sabit noktada büyüsün */
.modern-search-wrapper.search-open .modern-search-box {
    width: 240px; /* istediğin genişlik */
    max-width: 240px;
}

/* animasyonun 0 state'i */
.modern-search-wrapper.anim-start .modern-search-box {
    width: 40px !important;
}


.modern-search-wrapper.search-open .search-icon {
    left: 10px;
    opacity: 0.7;
    transition: left 0.3s ease, opacity 0.3s ease;
}

.modern-search-box .search-icon {
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 1.2rem !important;
    cursor: pointer;
    pointer-events: auto;
    color: #7e8299;
}

.modern-search-box input {
    width: 100%;
    height: 100%;
    border-radius: 999px;
    padding-left: 36px !important;
    padding-right: 32px !important;
    background-color: transparent !important;
    border: 0;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    box-shadow: none;
    transition:
        background-color 0.25s ease,
        box-shadow 0.25s ease,
        opacity 0.25s ease;
}


.modern-search-wrapper.search-open .modern-search-box input {
    opacity: 1;
    background-color: #f5f8fa !important;
    cursor: text;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.modern-search-wrapper.search-open .ki-magnifier{
    margin-left: .25rem !important;
}

.modern-search-box input::placeholder {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.modern-search-wrapper.search-open .modern-search-box input::placeholder {
    opacity: 0.7;
}

#globalSearchResults {
    border: 1px solid rgba(0,0,0,0.04);
    overflow: hidden;
    max-height: 400px;
    overflow-y: auto;
}


.search-result-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px dashed #eff2f5;
    transition: background 0.2s;
    text-decoration: none;
    color: #3f4254;
}

.search-result-item:hover {
    background-color: #f1faff;
    color: #009ef7;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item.active {
    background-color: #d8e8f0 !important;
    color: #009ef7 !important;
}

.modern-search-wrapper:not(.search-open) .modern-search-box {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.modern-search-wrapper:not(.search-open):hover .modern-search-box {
    background-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.modern-search-wrapper:not(.search-open) .search-icon {
    color: #c9ced6 !important;
    transition: color 0.2s ease, transform 0.2s ease;
}

.modern-search-wrapper:not(.search-open):hover .search-icon {
    color: #ffffff !important;
}

.modern-search-wrapper.search-open .modern-search-box {
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.compact-popup {
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
    padding: 1rem !important;
    max-width: 320px !important;
}

.compact-title {
    font-size: 1.3rem !important;
    font-weight: 600 !important;
}

.modern-segment-control {
    display: flex;
    gap: 12px;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.break-type-btn {
    width: calc(50% - 6px);
    flex-grow: 0;
    flex-shrink: 0;
    padding: 8px 20px;
    border-radius: 8px;
    background-color: #f0f2f5;
    color: #333;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

[data-bs-theme="dark"] .break-type-btn {
    background-color: #2A2A2A;
    color: #fff5f5;
}

[data-bs-theme="dark"]  .break-type-btn:hover {
    background-color: #444242;
}

.break-type-btn:hover {
    background-color: #e5e7eb;
}

.break-type-btn.active {
    background-color: #007bff;
    color: white;
    box-shadow: 0 2px 5px rgba(0, 123, 255, 0.2);
    border: 1px solid #007bff;
}

.compact-confirm-btn {
    background-color: #1e88e5 !important;
    border-radius: 8px !important;
    padding: 0.5rem 1rem !important;
}

.compact-cancel-btn {
    background-color: #f8f9fa;
    color: #343a40;
    border-radius: 8px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    border: none !important;
    padding: 0.5rem 1rem !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

[data-bs-theme="dark"] .compact-cancel-btn {
    background-color: #2A2A2A;
    color: #fff5f5;
}

.swal2-actions {
    justify-content: center !important;
    margin-top: 1rem !important;
}

.single-action-btn {
    margin: 0 !important;
}
