/*******************************/
/* GENEL                       */
/*******************************/

body {
    font-family: 'Poppins';
    font-size: 14px;
    /*background-color: #124e86;*/
}

input,
textarea,
button,
textarea:focus,
input:focus {
    border-color: transparent;
    outline: none !important;
    border: none;
}

button:hover {
    cursor: pointer
}

.selectize-input,
.form-control {
    background: #fff;
    border: 1px solid #d1d5db !important;
    width: 100%;
    line-height: 1.5;
    border-radius: .375rem;
    padding: .5rem .75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.selectize-input:focus,
.form-control:focus {
    border-color: #124e86 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(18, 78, 134, 0.25);
}

.selectize-input.error,
.form-control.error {
    border-color: #ef4444 !important;
}

.selectize-input.error:focus,
.form-control.error:focus {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.selectize-dropdown-content .name,
.selectize-input {
    text-transform: uppercase;
}

.selectize-input input[placeholder] {
    font-size: 1rem;
    color: #616978;
}

.selectize-dropdown {
    border: 1px solid #d1d5db !important;
    border-top: 1px solid #124e86 !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.selectize-control.multi .selectize-input [data-value] {
    text-shadow: none;
    background-color: #1c4c84;
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none;
    padding: 1px 14px;
    border-radius: 7px;
}

.selectize-control.plugin-remove_button .item .remove {
    border-left: none;
}

div[data-selectable] {
    padding: 10px 20px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .3);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3);
}


input[type=checkbox].radio-2,
input[type=radio].radio-2 {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

label.radio-2 {
    position: relative;
    margin-right: 1em;
    padding-left: 2em;
    padding-right: 1em;
    line-height: 2;
    cursor: pointer;
    display: inline-block;
}

label.radio-2:before {
    box-sizing: border-box;
    content: " ";
    position: absolute;
    top: 0.5em;
    left: 0;
    display: block;
    width: 1.1em;
    height: 1.1em;
    border: 2px solid #124e86;
    border-radius: 0.25em;
    z-index: -1;
}

input[type=radio].radio-2 + label.radio-2::before {
    border-radius: 1em;
}

/* Checked */
input[type=checkbox].radio-2:checked + label.radio-2,
input[type=radio].radio-2:checked + label.radio-2 {
    padding-left: 1em;
    color: #fff;
    text-align: center;
}

input[type=checkbox].radio-2:checked + label.radio-2:before,
input[type=radio].radio-2:checked + label.radio-2:before {
    top: 0;
    width: 100%;
    height: 2em;
    background: #124e86;
}


/* Transition */
label.radio-2,
label.radio-2::before {
    transition: 0.25s all ease;
}


/*******************************/
/* ANASAYFA                    */
/*******************************/

.promo {
    width: 85%;
    flex-direction: column;
    display: flex;
    z-index: 9999;
    max-width: 400px;

}

.promo a {
    display: inline-block;
    z-index: 99999;
    position: relative;
}

.promo .title {
    font-weight: bold;
    font-size: 50px;
    color: #fff
}

.promo .description {
    margin-top: 80px;
    font-weight: normal !important;
    font-size: 20px;
    color: #ffffffce
}


.copyright a {
    color: #fff;
    text-decoration: none;
}

.copyright {
    font-weight: normal !important;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    z-index: 99999;
    position: absolute;
    bottom: 60px;
    width: 100%;
}

.logo {
    position: absolute;
    top: 60px;
    left: 0px;
    background-color: #fff;
    padding: 10px 20px;
}

.logo img {
    height: 2.2rem;
}

.big-button {
    border-radius: 25px;
    background-color: #124e86;
    padding: 15px;
    width: 100%;
    font-size: 1em;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
}

.big-button > span {
    position: absolute;
    right: 23px;
}

.big-button.prev {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

.section > div {
    min-height: 100vh;
    display: flex;
}

.section > div > div {
    align-self: center;
}

/*
.left-section {
    width: 60%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.right-section {
    flex-direction: column;
    position: fixed;
    right: 0;
    min-height: auto;
    height: 100vh;
    width: 40%;  
}
*/


.left-section {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
}

.left-section > div:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgb(28 76 132 / 90%) 44%);
    background: rgb(28 76 132 / 80%);
}

.left-section > div {
    justify-content: center;

}

.right-section {
    background-color: #fff !important;
}

.container-md {
    max-width: 700px;
    padding: 60px;
}

/*******************************/
/* ADIMLAR                     */
/*******************************/
.carousel {
    height: 100%;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

.reservation-steps {
    /*  border-radius: 35px;*/
    /*   box-shadow: 0px 3px 95px 0px rgba(0, 0, 0, 0.17);*/
    /* box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1); */
    width: 100%;
    position: relative;
    z-index: 1;
    min-width: 450px;
    margin: 0 auto;
    height: 100%;
    min-height: 500px;
}

.step-container {
    padding: 60px;
    padding-top: 60px;
    height: 100vh;
    overflow: auto;
}

.step-container h1 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 1.7;
}

.step-icon {
    display: none;
    font-size: 49px;
    padding-bottom: 10px;
}


/*******************************/
/*                   */
/*******************************/

.form-group > label {
    color: #000;
}

.checkForm {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 2px solid #000;
    /* box-shadow: 0px 3px 95px 0px rgba(0, 0, 0, 0.17)*/
}

.checkReservation .checkForm .form-group {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}


.checkReservation .checkForm .row:last-child .form-group {
    border-bottom: 0px solid #194e83;
    padding-bottom: 30px;
}

/*******************************/
/* ETÄ°KET                      */
/*******************************/

.ticket-wrap {
    text-align: center;
}

.ticket {
    display: inline-block;
    margin: 0 auto;
    border: 2px solid #000;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.ticket__header {
    margin: 0;
    padding: 1.5em;
    background: #f4f5f6;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.ticket__co span,
.ticket__route span {
    display: block;
}

.ticket__co {
    display: inline-block;
    position: relative;
    line-height: 1;
    color: #5e7186;
}

.ticket__co-icon {
    position: absolute;
    top: 50%;
    margin-top: -2em;
    left: 0;
    width: 4em;
    height: auto;
}

.ticket__co-name {
    font-size: 2.5em;
    font-variation-settings: "wght" 500, "wdth" 75;
    letter-spacing: -.01em;
}

.ticket__co-subname {
    font-variation-settings: "wght" 700;
    color: #506072;
}

.ticket__body {
    padding: 2rem 1.25em 1.25em;
}

.ticket__route {
    font-variation-settings: "wght" 300;
    font-size: 2em;
    line-height: 1.1;
}

.ticket__description {
    margin-top: .5em;
    font-variation-settings: "wght" 350;
    font-size: 1.125em;
    color: #506072;
}

.ticket__timing {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    padding: 1rem 0;
    border-top: 2px solid #9facbc;
    border-bottom: 2px solid #9facbc;
    text-align: left;
}

.ticket__timing p {
    margin: 0 1rem 0 0;
    padding-right: 2rem;
    border-right: 2px solid #9facbc;
    line-height: 1;
}

.ticket__timing p:last-child {
    margin: 0;
    padding: 0 2rem;
    border-right: 0;
    min-width: 30%;

}

.ticket__small-label {
    display: block;
    margin-bottom: .5em;
    font-variation-settings: "wght" 300;
    font-size: .875em;
    color: #506072;
}

.ticket__detail {
    font-variation-settings: "wght" 700;
    font-size: 1.25em;
    color: #424f5e;
}

.ticket__admit {
    margin-top: 2rem;
    font-size: 2.5em;
    font-variation-settings: "wght" 700, "wdth" 85;
    line-height: 1;
    color: #657990;
}

.ticket__fine-print {
    margin-top: 1rem;
    font-variation-settings: "wdth" 75;
    color: #506072;
}

.ticket__barcode {
    margin-top: 1.25em;
    width: 299px;
    max-width: 100%;
}

.ticket-status-2 .ticket__fine-print {
    color: red;
}


/*******************************/
/* QUICK                       */
/*******************************/

#quick {
    background: #ffff;
}

/*******************************/
/* QUICK                       */
/*******************************/

#verificationIndex {
    background: url(../img/bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur(20px);
    min-height: 100vh;
}

#verificationIndex .v-logo {
    height: 40px;
    margin-bottom: 20px;
}


#verificationIndex h2 {
    color: #124e86
}

#verificationIndex .w-70 {
    width: 60% !important;
}

#verificationIndex .mvh-100 {
    min-height: 99vh !important;
}

#verificationIndex .form-control {
    border: 1px solid #cccc !important
}


/*******************************/
/* Giriş                       */
/*******************************/

.limiter {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    overflow: auto;
    height: 100vh;
}

.container-login {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;


}

.wrap-login {
    overflow: hidden;
    padding: 70px 100px 40px;
    width: 75%;

}

.login-form {
    width: 100%
}

.login-form-title {
    display: block;
    font-size: 30px;
    color: #333;
    line-height: 1.2;
    text-align: center
}

.login-form-title i {
    font-size: 60px
}

.wrap-input {
    position: relative;
    padding: 11px 0 25px 0;
    border-bottom: none;
}

.wrap-input svg {
    position: absolute;
    top: 16px;
    color: #4a7cad;
    fill: rgba(27, 85, 226, 0.239216);
}

.input {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    min-width: 50px;
    max-width: 635px;
    width: 100%;
    min-height: 36px;
    background-color: #ffffff;
    border: none;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    color: #3b3f5c;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #e0e6ed;
    padding: 0px 0 10px 35px;
    height: calc(1.4em + 1.4rem + 2px);
}

.input:focus {
    border-bottom: 2px solid #124e86;
    box-shadow: none;
}

#captcha_img {
    position: absolute;
    right: 0;
}

.login-form-btn {
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px
}

.wrap-login-form-btn:hover .login-form-bgbtn {
    left: 0
}

/*******************************/
/* RESPONSIVE                  */
/*******************************/

@media (min-width: 36em) {
    .ticket-wrap {
        margin-bottom: 3em;
        text-align: center;
    }

    .ticket {
        margin: 0 auto;
        min-width: 360px;
    }

    .ticket__header {
        margin: 0;
        padding: 2em;
    }

    .ticket__body {
        padding: 1rem 2em 0em;
    }

    .ticket__detail {
        font-size: 1.75em;
    }

    .ticket__admit {
        margin-top: 2rem;
    }
}

@media (max-width: 576px) {

    .left-section > div {
        position: relative !important;
        top: 0;
        width: 100% !important;
    }

    .left-section > div:after {
        background: #1c4c84e8;
    }


    .container-md {
        max-width: 100%;
        padding: 0px;
    }

    .section > div {
        min-height: auto;
        display: flex;
    }

    .promo {
        height: auto;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .logo {
        top: 10px;
        text-align: center;
        position: relative;
        background: transparent;
    }

    .logo img {
        filter: brightness(0) invert(1);
    }

    h1.title {
        text-align: center;
        font-size: 2rem !important;
        padding: 30px !important;
    }

    .step-container h1 {
        font-size: 20px;
    }

    .reservation-steps {
        border-radius: 15px;
        min-width: 100%;
    }

    .wrap-login {
        padding: 0px;
        padding-top: 10%;
        width: 80%;
    }

    .limiter {
        height: unset;
    }

    .login-logo {
        display: none;
    }

    .step-container {
        padding: 30px;
    }


    .step-container,
    .carousel-inner {
        overflow: visible;
        height: inherit;
    }

    .carousel-inner.d-flex.align-items-center {
        align-items: normal !important;
    }

    .ticket {
        margin-bottom: 17px;
        width: 100%;
        margin-bottom: 40px;
    }


    .kategoriler .item {
        width: 140px !important;
        margin: 10px 0px !important
    }


    .kategoriler .item .top {
        width: 130px !important;
    }


}

/* calculatedPriceContainer için stil */
#calculatedPriceContainer {
    background-color: #f8f9fa; /* Açık gri arka plan */
    border: 1px solid #ced4da; /* Açık gri kenarlık */
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
}

/* calculatedPriceContainer görünür olduğunda */
#calculatedPriceContainer.show {
    display: block !important;
}

/* Etiket için stil */
.calculated-price label {
    font-size: 1.1rem;
}

/* Fiyat değeri için stil */
.price-value {
    font-size: 1.25rem;
    font-weight: bold;
    color: #28a745; /* Yeşil renk */
}

.time-slots {
    margin-right: 3px;
}


/****************/

/*******************************/
/* GÖRSEL İYİLEŞTİRMELER        */
/*******************************/

/* Genel İyileştirmeler */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-primary {
    background-color: #124e86;
    border-color: #124e86;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.btn-primary:hover {
    background-color: #0e3b6a;
    border-color: #0e3b6a;
}

.form-control:focus, .selectize-input.focus {
    border-color: #124e86 !important;
    box-shadow: 0 0 0 0.2rem rgba(18, 78, 134, 0.25);
}

/* Tablo Stilleri */
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    background-color: #f8f9fa;
}

.table tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

/* Uyarı Mesajları */
.alert {
    position: relative;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

/* Yükleniyor Spinner */
.spinner {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

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

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

/* Form Doğrulama */
.is-invalid {
    border-color: #dc3545 !important;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.is-invalid ~ .invalid-feedback {
    display: block;
}

/*******************************/
/* TOAST BİLDİRİMLERİ           */
/*******************************/
#toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.toast {
    padding: 15px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.toast.show {
    opacity: 1;
    transform: translateX(0);
}

.toast.success {
    background-color: #28a745;
}

.toast.error {
    background-color: #dc3545;
}

.toast.info {
    background-color: #17a2b8;
}

/*******************************/
/* NAVİGASYON MENÜSÜ            */
/*******************************/
.navbar {
    padding: 1rem;
    border-bottom: 1px solid #e0e6ed;
}

.navbar-brand {
    font-weight: 600;
}

.nav-link {
    color: #3b3f5c;
    font-weight: 500;
    transition: color 0.2s;
}

.nav-link:hover {
    color: #124e86;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.nav-link {
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.nav-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(18, 78, 134, 0.1), transparent);
    transition: left 0.5s;
}

.nav-link:hover:before {
    left: 100%;
}

.nav-link:hover, .nav-link.active {
    background-color: rgba(18, 78, 134, 0.1);
    color: #0e3b6a;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.nav-link i {
    transition: transform 0.3s ease;
}

.nav-link:hover i {
    transform: scale(1.2);
}

.dropdown-item {
    transition: all 0.3s ease;
    position: relative;
    padding-left: 2.5rem;
}

.dropdown-item i {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.dropdown-item:hover i {
    transform: translateY(-50%) translateX(3px);
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: rgba(18, 78, 134, 0.1);
}

.navbar-toggler {
    border: 1px solid rgba(0,0,0,.1);
    transition: all 0.3s ease;
}

.navbar-toggler:hover {
    background-color: rgba(18, 78, 134, 0.1);
    transform: scale(1.05);
}

.dropdown-menu {
    animation: fadeIn 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.table {
    font-size: 0.85rem;
}

.table th, .table td {
    padding: 0.4rem;
    vertical-align: middle;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
}

.form-select-sm {
    font-size: 0.8rem;
    padding-right: 2rem;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        max-height: 70vh;
        overflow-y: auto;
    }
}

/*******************************/
/* TABLO VE NESNE BOYUTLARI    */
/*******************************/
.table {
    font-size: 0.875rem;
}

.table th, .table td {
    padding: 0.5rem 0.75rem;
    vertical-align: middle;
    white-space: nowrap;
}

.table td {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-responsive {
    max-height: calc(100vh - 350px);
    overflow-y: auto;
}

.table-responsive::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.btn-sm {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
}

.form-select-sm {
    font-size: 0.8125rem;
    padding: 0.25rem 2rem 0.25rem 0.5rem;
    height: calc(1.5em + 0.5rem + 2px);
}

.form-control-sm {
    font-size: 0.8125rem;
    padding: 0.25rem 0.5rem;
    height: calc(1.5em + 0.5rem + 2px);
}

/* Mobil cihazlar için özel ayarlar */
@media (max-width: 768px) {
    .table {
        font-size: 0.75rem;
    }
    
    .table th, .table td {
        padding: 0.25rem 0.5rem;
    }
    
    .btn-sm {
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
    }
    
    .form-select-sm, .form-control-sm {
        font-size: 0.75rem;
    }
    
    .table-responsive {
        max-height: calc(100vh - 250px);
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    /* Pagination mobil için düzeltme */
    .pagination {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 0;
        list-style: none;
        margin: 1rem 0;
    }
    
    .page-item {
        margin: 0.2rem;
    }
    
    .page-link {
        padding: 0.35rem 0.6rem;
        font-size: 0.8rem;
    }

    .nav-scroller {
        overflow-x: auto;
    }
}

/* Dropdown içindeki küçük butonlar için */
.dropdown-menu .btn-sm {
    font-size: 0.75rem;
    padding: 0.2rem 0.4rem;
}

/* Badge boyutları */
.badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

/* Input group içindeki elementler */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.8125rem;
}

/*******************************/
/* FİLTRELEME ALANLARI         */
/*******************************/

/* Filtreleme container */
.filter-container {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

/* Filtreleme başlığı */
.filter-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background-color: #124e86;
    color: white;
    border-radius: 0.375rem;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    user-select: none;
}

.filter-header:hover {
    background-color: #0e3b6a;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.filter-header h5 {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
}

.filter-toggle-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.filter-toggle-icon.rotated {
    transform: rotate(180deg);
}

/* Filtreleme içeriği */
.filter-content {
    padding: 1rem 0;
    border-top: 1px solid #dee2e6;
    margin-top: 0.5rem;
    transition: all 0.3s ease;
}

.filter-content.collapsed {
    display: none;
}

/* Filtreleme buton grubu */
.filter-actions {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.filter-actions .btn {
    border-radius: 0.375rem;
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
    transition: all 0.3s ease;
}

.filter-actions .btn-primary {
    background-color: #124e86;
    border-color: #124e86;
}

.filter-actions .btn-primary:hover {
    background-color: #0e3b6a;
    border-color: #0e3b6a;
    transform: translateY(-1px);
}

.filter-actions .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
}

.filter-actions .btn-secondary:hover {
    background-color: #5a6268;
    border-color: #5a6268;
    transform: translateY(-1px);
}

/* Filtreleme form elemanları */
.filter-form-group {
    margin-bottom: 1rem;
}

.filter-form-group:last-child {
    margin-bottom: 0;
}

.filter-form-group label {
    font-weight: 500;
    color: #495057;
    margin-bottom: 0.5rem;
    display: block;
}

/* Mobil cihazlar için filtreleme */
@media (max-width: 768px) {
    .filter-container {
        padding: 0.75rem;
    }
    
    .filter-header {
        padding: 0.5rem 0.75rem;
    }
    
    .filter-header h5 {
        font-size: 0.875rem;
    }
    
    .filter-actions {
        flex-direction: column;
        align-items: stretch;
    }
    
    .filter-actions .btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    
    .filter-actions .btn:last-child {
        margin-bottom: 0;
    }
}

/* Responsible Management Styles */
.responsible-badges {
    max-height: none !important;
    overflow: visible !important;
}

.responsible-badges .badge {
    white-space: nowrap;
    margin-bottom: 0.25rem;
}

.responsible-badges .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='m.235 1.027 1.027-.235L8 7.53l6.738-6.738 1.027.235L9.027 8l6.738 6.738-.235 1.027L8 9.027l-6.738 6.738-.235-1.027L7.765 8 1.027 1.262z'/%3e%3c/svg%3e");
}

.responsible-table td {
    vertical-align: top;
    padding: 1rem 0.75rem;
}

.responsible-table .responsible-column {
    min-width: 200px;
    max-width: 300px;
}

.responsible-table .assign-column {
    width: 40%;
    min-width: 300px;
}

/* Toast Notifications */
