@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Libre+Barcode+39+Extended+Text");

/* Chrome, Safari ve Edge için scrollbar gizleme */
::-webkit-scrollbar {
    display: none;
}

/* Firefox için scrollbar gizleme */
html {
    scrollbar-width: none;
}

/* Internet Explorer ve Edge için */
body {
    -ms-overflow-style: none;
}


/* Body Loading */
.fluid {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 50;
    overflow: visible;
    background: url(../img/loader.png) 50% 50% no-repeat rgba(0, 0, 0, 0.89);
}

.fixed {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 50;
    overflow: visible;
    background: url(../img/loader-h.png) 50% 50% no-repeat rgba(255, 255, 255, 0.89);
}



.sub-arrow-left {
    border-bottom: solid 10px #b4b6c1;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    position: absolute;
    width: 10px;
    height: 10px;
    top: -10px;
    right: 11px;
}

.header-dropdown-left {
    border-bottom: solid 10px #4a4a4ae3;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    position: absolute;
    width: 10px;
    height: 10px;
    top: -10px;
    right: 11px;
}

.radio-drop {
    display: flex;
    align-items: center;
    gap: 2px;
}


/* Login  */
.login-page {
    background-image: url('../img/background.jpg');
    background-size: cover;
    background-position: top center;
}

.login-apple {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(20px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-30px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(30px, 0, 0);
    }
}


/* Table Style */
.panel-heading {
    padding: 15px !important;
}

.panel-heading p {
    margin-bottom: 0 !important;
    font-size: 12px;
}

.panel-new {
    padding: 0 10px !important;
}

.card-body {
    padding: 0 !important;
}

.card-body div[class*="col-"] {
    padding: 0 !important
}

.card-body .dataTables_length {
    padding: 15px 0 5px 15px !important;
}

.card-body #datatable1_filter {
    padding: 15px 15px 5px 0 !important;
}

.card-body .dataTables_info {
    background: #f7f7f7;
    width: 50%;
    padding: 15px;
    margin: 0 !important;
    float: left;
    border-top: 1px solid #bfb8b8;
}

.card-body .dataTables_paginate.paging_simple_numbers {
    background: #f7f7f7;
    width: 50%;
    padding: 5px;
    margin: 0 !important;
    float: right;
    border-top: 1px solid #bfb8b8;
    display: table;
}

table.dataTable {
    border: 0 !important;
    margin-bottom: 0px !important;
}




/* Modal Style (Setting) */
.setting-block {
    background: #263747;
    border-radius: 7px;
}

.setting-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0.4;
    font-size: 150px !important;
}

/*.dark-background {
    background-color: #263747 !important;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.dark-modal.vue:hover {
    transition: opacity 1.5s ease-out;
    z-index: 2;
    opacity: 0.9;
    background: rgb(38,55,71);
    background: linear-gradient(180deg, rgba(38,55,71,0.9528011888349089) 0%, rgba(38,55,71,1) 35%, rgba(14,14,15,1) 100%);
}



.white-background {
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid rgba(192, 192, 192, 0.2);
}

.white-background a {
    color: #000 !important;
}

.white-modal.vue:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 3s infinite;
    border: 1px solid blanchedalmond;
    color: #000 !important;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}*/


/* Optons / Setting */
.option-header {
    margin-left: 15px !important;
}

.option-card {
    border-left: 1px solid #d9d9d9 !important;
}



/* CK Editor */
.ck-editor__editable {
    min-height: 120px !important;
}







/* Toggle */
.toggle-switch label {
    cursor: pointer;
    text-indent: -99999px;
    width: 80px;
    height: 40px;
    background: #c5c5c5;
    border-radius: 100px;
    position: relative;
}

.toggle-switch label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 90px;
    transition: .50s;
}

.toggle-switch input:checked + label {
    background: #bada55;
}

.toggle-switch input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.toggle-switch label:active:after {
    width: 50px;
}


.toggle-switch.small label {
    width: 60px !important;
    height: 30px !important;
}

.toggle-switch.small label:after {
    top: 2px;
    left: 5px;
    width: 25px !important;
    height: 25px !important;
}

.toggle-switch.small label:active:after {
    width: 40px !important;
}

.toggle-switch.big label {
    width: 100px !important;
    height: 50px !important;
}

.toggle-switch.big label:after {
    top: 2px;
    left: 5px;
    width: 45px !important;
    height: 45px !important;
}

.toggle-switch.big label:active:after {
    width: 70px !important;
}

.toggle-switch.tiny label {
    width: 50px !important;
    height: 25px !important;
}

.toggle-switch.tiny label:after {
    top: 2px;
    left: 5px;
    width: 20px !important;
    height: 20px !important;
}

.toggle-switch.tiny label:active:after {
    width: 40px !important;
}

.toggle-switch span {
    top: 10px;
    position: absolute;
    padding-left: 20px;
    text-align: center;
    vertical-align: middle;
}

.toggle-switch span.small {
    top: 21px;
    position: absolute;
    padding-left: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px !important;
}




/* Button işlemleri  */
.btn-group.justified {
    display: flex;
    width: 100%;
}

.btn-group.justified .btn {
    flex: 1;
    text-align: center;
}

.btn-horizontal {
    margin-top: 6px;
    font-size: 14px;
}

.action-button {
    text-align: right;
    padding: 7px 50px 7px 0 !important;
}

.action-button-drop {
    text-align: right;
    padding: 0 50px 0 0 !important;
}

.action-button-drop .ml-2 {
    margin-left: 3px !important;
}






.mega-radio p {
    margin-left: 22px;
    top: -10px !important;
    margin-top: -3px;
    color: #bbbbbb;
    font-size: 12px;
}

.mega-radio label {
    font-size: 14px;
}












/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* button */
::-webkit-scrollbar-button {
    background: #222;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #333;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #666;
}

/* Track */
::-webkit-scrollbar-track {
    background: #000;
}

/* The track NOT covered by the handle.
::-webkit-scrollbar-track-piece {
    background: #000;
}

/* Corner */
::-webkit-scrollbar-corner {
    background: #999;
}

/* Resizer */
::-webkit-resizer {
    background: #111;
}


.dropdown-dark {
    background: #000000a3;
    backdrop-filter: blur(12px);
}

.dropdown-menu .dark-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #646262;
}

.dropdown-lg {
    width: 235px !important;
}

.dropdown-auto-width {
    min-width: 235px;
    width: auto;
}

.dropdown-full-width {
    min-width: 235px;
    width: 96%;
}

.tab-bg-silver {
    background: #f5f5f5;
}


table tbody td {
    vertical-align: middle !important;
}

table thead th {
    font-weight: bold !important;
    vertical-align: middle !important;
}

.table-no-shadow {
    webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.toolbar-button {
    margin-right: 30px;
}



/* Pagination and Button */
/* Kullanılmıyor... kontrol edilecek */
.pagination-info {
    padding: 10px 0 10px 15px;
}

.pagination-number {
    margin-right: 50px;
}

.pagination-border-top {
    border-top: 2px solid #7396af;
}



/* Form button (all) */
.footer-panel {
    background: #ffffff3d;
    border-top: 2px solid #7396af;
    position: sticky;
    bottom: 0;
    z-index: 10;
    backdrop-filter: blur(4px);
}

.footer-panel .row {
    padding: 10px 10px 5px 20px;
}

.footer-panel .text {
    padding-top: 4px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    color: #9a9aeb;
}

.footer-panel .symbol {
    padding-bottom: 4px;
    padding-right: 4px;
    font-weight: bold;
}


/* Form Üst Panel için.. (Deneysel) */
.panel-menu-dark .mx-input {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    padding: 6px 30px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #fffcfc;
    background-color: #918b8b21;
    border: 1px solid #1d2939;
    border-radius: 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}


.panel-menu-dark .vs__dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    padding: 0 0 4px;
    background: #2c3644;
    border: 0;
    border-radius: 10px;
    white-space: normal;
    color: #efeded;
    border-radius: 10px;
}

.panel-menu-dark .vs__open-indicator {
    fill: rgb(255 170 170);
}

.panel-menu-dark .vs__dropdown-menu {
    background: #2c3644;
    color: #f2f2f2;
}

.panel-menu-dark .vs__dropdown-menu > * {
    border-bottom: 1px solid #0e0000;
}

.panel-menu-dark .vs__selected {
    color: #e3e3e3;
}













.label-modal {
    font-weight: normal;
    margin-bottom: 5px !important;
    color: #7189a7;
    font-size: 16px;
}

.panel-tab {
    padding-left: 15px;
}

.panel-tab span {
    line-height: 25px;
}

.bg-white {
    background: white;
}

.input-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.search-input {
    flex: 1;
    padding-right: 40px; /* İkonlar için boşluk */
}

/* İkonları tek bir sınıfta yönetelim */
.search-icon,
.close-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    cursor: pointer;
    color: gray;
    transition: color 0.2s;
}

/* FontAwesome ikonlarını `::before` ile ekleyelim */
.search-icon::before {
    content: "\f002"; /* FontAwesome Search (fa-search) */
    font-family: "FontAwesome";
}

.close-icon::before {
    content: "\f00d"; /* FontAwesome Times (fa-times) */
    font-family: "FontAwesome";
}

/* Search ikonu varsayılan olarak en sağda */
.search-icon {
    right: 15px;
}

/* Close ikonu da varsayılan olarak en sağda */
.close-icon {
    right: 15px;
    opacity: 0; /* Varsayılan olarak gizli */
}

/* Eğer input-container içinde bir .search-icon varsa, close butonu hemen soluna kayar */
.input-container.has-search .close-icon {
    right: 35px;
}

/* Input doluysa close iconu göster */
.input-container.has-text .close-icon {
    opacity: 1;
}

/* Hover efekti */
.search-icon:hover,
.close-icon:hover {
    color: black;
}




.big-search {
    padding-left: 30px; /* İkonun gireceği boşluk */
    height: 46px;
    width: 350px;
    border: 1px solid #ccc;
    border-radius: 5px;
}


.label-table {
    padding: 7px 10px;
    font-size: 13px;
    border-radius: 10px 0 10px 0px;
    display: inline-block;
    min-width: 100px;
}

.label-name {
    border-left: 5px solid;
    padding: 6px 10px;
    display: inline;

}

.swal2-popup {
    width: 30% !important;
}

.swal2-html-container {
    line-height: 25px;
}


.dataTables_filter {
    display: none;
}

.dataTables_info {
    padding: 20px;
}

.dataTables_paginate {
    padding: 15px;
}

.dataTables_wrapper {
    margin-bottom:  0 !important;
}

.price-info {
    display: flex;
    justify-content: flex-start;
    padding-right: 40px !important;
    float: right;
}






.metronic-box {
    padding: 5px 14px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
}


.metronic-badge {
    padding: 9px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 36px;
    border-radius: 6px;

}



.metronic-box .icon-left { left: 7px; }
.metronic-box .text-right { margin-left: 40px; }

.metronic-box .icon-right { right: 7px; }
.metronic-box .text-left { margin-right: 20px; }

.default-box {
    background: #e9ebed;
    color: #9c9c9c;
    border: 1px solid #F3F6F9;
}

.default-box:hover {
    background: #e2e2e2;
}

.default-badge  {
    background-color: #D1D3E0;
    color: #a0a0a0;
}

i .default-icon {
    color: #6767677d;
    font-size: 17px;
}



.violet-box {
    background: #b170d3;
    color: #fdfdfd;
    border: 1px solid #F3F6F9;
}

.violet-box:hover {
    background: #a549d594;
}

.violet-badge  {
    background-color: #a549d594;
    color: #f6f2f2;
}

i .violet-icon {
    color: #6767677d;
    font-size: 17px;
}



/*
 sidebarı kategorilere ayırdığın zaman kullan.
 .sidebartitle {
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
    color: #1caf9a;
}

.sidebartitle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px; Kalın çizgi
background-color: #1caf9a;
}

.sidebartitle::before {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 110px;
    height: 1px;
    background-color: #baefe8;
}
*/




.loading-overlay {
    position: absolute;
    top: 0;
    width: 98%;
    height: 100%;
    display: flex; /* Flex kullanımı doğru */
    align-items: center; /* Dikeyde ortalar */
    justify-content: center; /* Yatayda ortalar */
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
    backdrop-filter: blur(4px);
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



/* Tablodaki Kullanıcı Kartı  */
.people-popup {
    min-width: 475px;
    max-width: 750px;
    width: max-content;
    margin: 14px 14px 0;
    padding-right: 30px;
}

.people-item-popup {
    padding: 0px;
    font-size: 13px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
}

.people-item-popup .media {
    padding: 0;
}

.people-item-popup .media-object {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    width: 110px;
    height: 110px;
}

.people-item-popup .fa {
    margin-right: 5px;
}

people-item-popup .person-name {
    margin: 0 0 5px 0;
    color: #428BCA;
}

.people-item-popup .social-list {
    margin-top: 10px;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.people-item-popup .social-list::after {
    clear: both;
    display: block;
    content: '';
}

.people-item-popup .social-list li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.people-item-popup .social-list li a {
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 3px 5px;
    width: 30px;
    display: block;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666;
}

.people-item-popup .social-list li a:hover {
    background-color: #eee;
    color: #333;
}

.people-item-popup .social-list li a .fa {
    margin-right: 0;
}

.people-popup .arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #ffffff;
    top: -15px;
    position: absolute;
}


/* Kayarak Açılma & Kapanma */
.slide-enter-active, .slide-leave-active {
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    overflow: hidden;
}
.slide-enter-from, .slide-leave-to {
    max-height: 0;
    opacity: 0;
}
.slide-enter-to, .slide-leave-from {
    max-height: 200px; /* İçeriğe göre ayarlayabilirsin */
    opacity: 1;
}


.ui-spinner-button {
    background-color: #FFFFFF; /* Mavi renk */
    color: white;
}

.ui-spinner-up {
    background-color: #FFFFFF !important; /* Yukarı butonu için özel renk */
}

.ui-spinner-down {
    background-color: #FFFFFF !important; /* Aşağı butonu için özel renk */
}



/*
.copy-message {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0.9;

}

*/

/* Eski Kopyalama Efekti.. Blur ile
.copy-message {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    filter: blur(10px);
    animation: blurIn 0.5s ease-in forwards;
}

@keyframes blurIn {
    0% {
        opacity: 0;
        filter: blur(10px);
    }
    100% {
        opacity: 0.9;
        filter: blur(0);
    }
}
 */

/* Kopyalama */
.snackbar {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    pointer-events: none;
    z-index: 9999;
}

.snackbar .toast {
    background-color: #000000ad;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    max-width: 90%;
    min-width: 150px;
    text-align: center;
    pointer-events: auto;
    backdrop-filter: blur(9px);
    opacity: 0;
    transform: translateY(100px); /* Başlangıçta aşağıda */
    transition: transform 0.4s ease, opacity 0.4s ease;
    position: relative;
}

/* GÖRÜNÜR: yukarı çıkar, opak olur */
.snackbar .toast.show {
    opacity: 1;
    transform: translateY(0);
}
















/* Metro Button */
.btn-metro {
    border: none;
    background: #f1f1f1;
    padding: 7px 10px;
    top: -10px;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: #9b9b9b;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out; /* Yumuşak geçiş efekti */
}

.btn-metro:hover,
.btn-metro:focus,
.btn-metro:hover + .btn-metro,
.btn-metro:focus + .btn-metro {
    background: #e2e2e2; /* Hover rengi */
}

.btn-metro.first {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn-metro.second {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 2px solid #e2e2e2;
}


/* İnput içinde select ekleme */
.input-select-wrapper {
    display: flex;
    overflow: hidden;
    font-family: sans-serif;
}

.input-select-wrapper input {
    flex: 1;
    border: none;
    padding: 10px;
    font-size: 12px;
    outline: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select-container {
    position: relative;
}

.input-select-wrapper select {
    border: 1px solid #6cb7ebba;
    padding: 13px 40px 14px 10px;
    background: #f5fbff;
    font-size: 12px;
    outline: none;
    border-left: 1px solid #ccc;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.input-select-wrapper select  option {
    border: 5px solid #f2faff;
    border-top-left-radius: 5px;
    background: #f2faff;
    font-weight: bold;
}

.select-container::after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    pointer-events: none;
    color: #555;
}










/*
.validate {
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 4px;
    outline: none;
    padding-right: 35px; !* Sağ tarafa yer aç *!
    font-size: 16px;
    width: 250px;
    position: relative;
}

!* Geçerli giriş yapıldığında (Yeşil check altıgen) *!
.validate:valid {
    border: 1px solid green;
}

.validate:valid::after {
    content: '\f00c';  !* Font Awesome 4 Check Icon (onay işareti) *!
    font-family: 'FontAwesome';
    font-weight: normal;
    color: green;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

!* Geçersiz giriş yapıldığında (Kırmızı "i" altıgen) *!
.validate:invalid {
    border: 1px solid red;
}

.validate:invalid::after {
    content: '\f06a';  !* Font Awesome 4 Exclamation Icon (uyarı işareti) *!
    font-family: 'FontAwesome';
    font-weight: normal;
    color: red;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

!* Boş bırakıldığında ikonları gizle *!
.validate:placeholder-shown {
    border: 1px solid #ccc;
}

.validate:placeholder-shown::after {
    content: none;
}*/



/* Bildirimler  */
#gritter-notice-wrapper {
    position:fixed;
    top:20px;
    right:20px;
    width:350px;
    z-index:9999;
}

.gritter-item-wrapper {
    position:relative;
    margin:0 0 10px 0;
    background: #000;
    background: rgba(0,0,0,0.75);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    backdrop-filter: blur(3px);
}

.growl-primary {
    background: rgba(66,139,202,0.80);
}

.growl-success {
    background: linear-gradient(to right, rgba(54, 163, 144, 0.81), rgba(45, 143, 124, 0.85), rgba(34, 123, 104, 0.9));
}

.growl-warning {
    background: linear-gradient(to right, rgba(255, 221, 51, 0.81), rgba(255, 200, 0, 0.85), rgba(204, 153, 0, 0.9));
}

.growl-danger {
    background: linear-gradient(to right, rgba(255, 99, 71, 0.81), rgba(220, 53, 69, 0.85), rgba(178, 34, 34, 0.9));
}

.growl-info {
    background: linear-gradient(to right, rgba(100, 149, 237, 0.81), rgba(65, 105, 225, 0.85), rgba(25, 25, 112, 0.9));
}

.gritter-item {
    display:block;
    color:#eee;
    padding: 15px;
    font-size: 16px;
}

.gritter-item p {
    padding:0;
    margin:0;
    word-wrap:break-word;
    line-height: 18px;
    font-size: 13px;
    opacity: 0.75;
}

.gritter-close {
    display:none;
    position:absolute;
    top: 10px;
    right: 10px;
    background: url(../images/close-white.png) no-repeat center center;
    cursor:pointer;
    width:10px;
    height:11px;
    text-indent:-9999em;
    opacity: 0.5;
}

.gritter-title {
    font-size: 14px;
    padding:0 0 7px 0;
    display:block;
}

.gritter-image {
    width:48px;
    height:48px;
    float:left;
}

.gritter-with-image,
.gritter-without-image {
    padding:0;
}

.gritter-with-image {
    width:265px;
    float:right;
    padding-left: 10px;
}

/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item {
    background: #fff;
    background: rgba(255,255,255,0.75);
    color: #666;
}





/* Hata baloncuğu */
.validate-message {
    position: absolute;
    background-color: rgb(0 0 0 / 70%); /* 🔥 Hafif şeffaf kırmızı */
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 13px;
    top: calc(100% + 8px); /* Input’un hemen altına yerleştir */
    left: 10px;
    max-width: 200px;
    white-space: normal;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Hafif gölge efekti */
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    pointer-events: none;
    z-index: 10;
    border: 1px solid #000000;
    backdrop-filter: blur(10px);
}

/* Tooltip ok işareti */
.validate-message::after {
    content: "";
    position: absolute;
    bottom: 100%; /* Tooltip'in üst kısmına yerleştir */
    left: 14px; /* 🔥 Okun konumunu ayarla */
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent rgb(42 42 42 / 90%) transparent;
}

/* Tooltip görünür olduğunda */
.validate-message.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}


/* Sayfa Geçişleri  */
.thanos-snap {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    opacity: 0;
    filter: blur(10px);
    animation: blurIn 0.4s ease-out forwards;
}

@keyframes blurIn {
    0% {
        opacity: 0;
        filter: blur(20px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
    }
}


/* Fade In Up  */
@keyframes fadeInUp {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Fade Out Down  */
@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fade-in {
    animation: fadeInUp 0.2s ease-in forwards;
}

.fade-out {
    animation: fadeOutDown 0.3s ease-out forwards;
}

/* Slide Down  */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-down {
    animation: slideDown 0.5s ease-out;
}


/* Fade In  */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn 0.9s ease-out;
}


/* Fade Up  */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-up {
    animation: fadeUp 0.5s ease-out;
}










#select2-container-multi {
    min-width: 300px !important;
}


/* Status için Renk Paleti  */
.color-action-group {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
}

.color-input {
    border: none;
    padding: 0;
    width: 40px;
    height: 27px;
    cursor: pointer;
    background: none;
}

.separator {
    width: 1px;
    height: 26px;
    background-color: #ddd;
}

.confirm-button {
    background-color: #f5f5f5;
    border: none;
    padding: 0 10px;
    height: 27px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s;
}

.confirm-button:hover {
    background-color: #e0e0e0;
}

























/* Yatay Formlar.. ( Büyük sayfalar için ) */
.form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.form-label-area {
    border-right: 1px solid #dbdbdb;
    background: linear-gradient(to right, white, #f5f5f5);
    padding: 20px 10px 5px 20px;
    display: flex;
    text-align: right;
    flex-direction: column;
    justify-content: flex-start;

}

.form-label-area hr {
    margin-bottom: 7px;
}

.form-input-area {
    padding: 20px 5px 5px 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: none; /* tüm satırlarda çizgi yok */
}

.form-input-area .form-control {
    padding: 14px 12px 14px !important;
    height: auto !important;
    font-size: 13px !important;
    border: 1px solid #6cb7ebba;
    background: linear-gradient(135deg, #caebff59 0%, #e3f4ff52 100%);
}

.form-row .empty-cart {
    border-top: 2px solid #c9c9f9;
    background: #e2edf9;
    border-bottom: 2px solid #bcdaeb !important;
}


/*.form-input-area .multiple [class*="col-sm"] + [class*="col-sm"] {*/
/*    margin-top: 15px;*/
/*}*/


.label-title {
    font-weight: normal;
    color: #7189a7;
    font-size: 16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 5px;

}

.label-help {
    font-size: 14px;
    font-weight: 300 !important;
    color: #627985;
    font-family: sans-serif;
    line-height: 1.4;
}


.form-row.break {
    border-bottom: none;
    align-items: flex-end;
    min-height: 50px;
    background: white;
}

.form-row.break .form-label-area {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 0;
    border-bottom: 1px solid #82b1d5;
}

.form-row.break .form-label-area span {
    font-weight: 400;
    font-size: 18px;
    color: #82b1d5;
}

.form-row.break .form-label-area hr {
    margin-top: 0;
    border: 0;
    border-top: 1px solid #eee;
}

/*.form-row.break .form-input-area {*/
/*    border-bottom: none !important;*/
/*}*/


.with-border {
    border-bottom: 1px solid #eee;
}

.form-label-area.align-top {
    justify-content: flex-start;
}




/* Veu Select Yenile iconu  */
.vs-refresh-icon {
    position: absolute;
    top: 52%;
    right: 65px;
    transform: translateY(-50%);
    z-index: 5;
    color: grey;
    opacity: 0; /* başlangıçta görünmez */
    transition: opacity 0.2s ease;
    pointer-events: none; /* hover'ı engellememesi için */
}

.vs-with-helper {
    top: 29% !important;
}

/* v-select üzerine gelince göster */
.vs-wrapper:hover .vs-refresh-icon {
    opacity: 1;
    pointer-events: auto; /* hover aktif olunca tıklanabilir hale getir */
}

.vs-refresh-icon:hover {
    opacity: 0.7;
}


form.loading {
    filter: blur(5px);
    pointer-events: none; /* form etkileşimini kapat */
    user-select: none;
    opacity: 0.7;
}



/* Yatay Formlar için  */
.form-horizontal .form-control {
    padding: 14px 12px 14px !important;
    height: auto !important;
    font-size: 13px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.form-horizontal .form-control {
    padding: 14px 12px 14px !important;
    height: auto !important;
    font-size: 13px !important;
    border: 1px solid #6cb7ebba;
    background: linear-gradient(135deg, #caebff59 0%, #e3f4ff52 100%);
}

.form-horizontal .mx-input {
    border: 1px solid #6cb7ebba;
    background: linear-gradient(135deg, #caebff59 0%, #e3f4ff52 100%);
}



.form-horizontal .color-picker {
    height: 47px;
    width: 100%;
    padding: 5px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 3px;
}


.form-horizontal .input-group-addon {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    background: linear-gradient(135deg, #caebff59 0%, #e3f4ff52 100%);
    padding: 6px 15px;
    border: 1px solid #6cb7ebba;
    border-right: 0;
    z-index: 1111;
    position: relative;
}


/* Editable Özel Tasarım  */
.editable-input .form-control {
    padding: 7px;
}

.editable-input .day  {
    padding: 7px 12px 9px !important;
    height: auto !important;
    font-size: 13px !important;
}
.editable-input .month  {
    padding: 7px 12px 9px !important;
    height: auto !important;
    font-size: 13px !important;
}
.editable-input .year {
    padding: 7px 12px 9px !important;
    height: auto !important;
    font-size: 13px !important;
}



/* Side Form için */
.form-side .form-control {
    padding: 11px 12px 11px !important;
    height: auto !important;
    font-size: 13px !important;
}

.form-side .row-area {
    margin-top: 15px;
}



/*  */
/* Ortak Kullanım..  */
/*  */
.sidebar .router-link-active {
    background-color: #ffffff;
    color: #000000 !important;
}

.sidebar .router-link-active .links_name {
color: #000000 !important;
}

.vue-tab .router-link-active {
    background-color: #ffffff;
    color: #000000 !important;
    transition: all 0.8s ease; /* Geçiş burada tanımlanıyor */
}

.vue-tab .router-link-active .links_name {
    color: #000000 !important;
    transition: all 0.8s ease; /* Geçiş burada tanımlanıyor */
}

.vue-tab .router-link-active:hover {
    background: #FFFFFF !important;
    transition: all 0.8s ease; /* Geçiş burada tanımlanıyor */
}

.btn-white-alt {
    border: 1px solid #F0AD4E;
    color: #F0AD4E;
    text-transform: none;
    font-family: 'LatoBold';
    font-size: 12px;
    background: white;
}

tbody .id-row {
    font-size: 20px !important;
    font-weight: bold;
}


.caret-left {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 3px;
    border-top: 5px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 7px solid;
    border-left: 0;
    padding-left: 10px;
    color: #80808078;
}

.caret-right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    border-top: 5px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid;
    border-right: 0;
    padding-left: 10px;
}

.callback {
    background: #ededed57;
    padding: 6px;
    color: #060606;
    border-radius: 6px;
    font-size: 11px;
    border: 1px solid #80808078;
}

.label-black {
    background: #5c5c5c;
}


.deneme1 {
    font-size: 12px;
    font-weight: bold;
    padding: 10px 7px;
    background: #cbefd0;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    color: #33a165;
    border-left: 3px solid gray;
}

.vs__no-options {
    font-size: 0; /* metni gizle */
    position: relative;
}

.vs__no-options::after {
    content: "Sonuç bulunamadı";
    font-size: 12px;
    color: #888;
    font-weight: bold;
}

/* Genişliğie göre otomatik ayarlanan textarea */
.auto-textarea {
    width: 100%;           /* Konteynerin tamamını kaplasın */
    resize: vertical;      /* Yalnızca dikey yeniden boyutlandırma izni */
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

/* Button gruplardaki radio gizlemek için..  */
.button-group-radio input[type="radio"] {
    display: none;
}


.nav .nav-item-right {
    margin-left: auto !important;
    float: right;
    margin-right: 10px;
}


/* Servis İşlem sayfası için deneysel bildirim. */
.notification .alert.slide-down {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
    border-radius: 0;
    opacity: 0;
}

.notification .alert.slide-down.show {
    display: block;
    transform: translateY(0);
    opacity: 1;
}



.tx-dotted {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 4px !important;
    color: #1D2939;
}

.alert-violet {
    color: #931d8e;
    background-color: #cc51ed2e;
    border-color: #cc51ed2e;
}

.tx-bold {
    font-weight: bold;
}


.text-transform-none {
    text-transform: none;
}

.text-size-xs {
    font-size: 12px;
}

.text-violet {
    color: #c448e1;
}

.text-pink {
    color: #d553a0;
}

.text-red {
    color: #f1461d;
}

/* Yanyana Linkler (Editable ve tarih için)  */
.combo-group {
    display: flex;
    align-items: center;
    gap: 15px; /* isteğe göre artır veya azalt */
}

.combo-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.vertical-divider {
    width: 1px;
    height: 20px;
    background-color: #ccc;
}






.toggle-switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.float-right {
    float: right;
}

.align-right {
    text-align: right;
}

.table-border-top {
    border-top: 2px solid #7396af;
    margin-top: 10px;
}

.label-border-left {
    border-right: 4px solid #000000;
}

.text-white {
    color: #f5f5f5;
}

.ckbox-form {
    line-height: 20px;
    margin-top: 5px;
}

.help-text {
    line-height: 22px;
    margin-top: 10px;
}


.checkbox-form {
    display: flex;
    align-items: center; /* dikey ortalama */
    gap: 3px; /* checkbox ile yazı arasındaki boşluk */
    padding-top: 3px;
}

.checkbox-form input[type="checkbox"] {
    margin: 0; /* varsayılan marginleri temizle */
}

.checkbox-form label {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4; /* okunabilirlik için */
    margin: 0; /* extra marginleri kaldır */
}

/* Form Disable için renk kodları.. ckEditor ve vue-select için..   */
.ck-read-only {
    background: #eee !important;
    cursor: no-drop !important;
}

/* Form Disable için renk kodları.. ckEditor ve vue-select için..   */
.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator {
    background-color: rgb(238 238 238) !important;
}



/* Alert ( Bilgidirim için özel stil )   */
div:where(.swal2-container) div:where(.swal2-popup) {
    font-size: 13px !important;
    border-radius: 20px;
}

div:where(.swal2-container).swal2-center>.swal2-popup {
    grid-column: 2;
    grid-row: 2;
    place-self: center center;
    border-radius: 20px;
}









/* Yükleniyor...    */
#preloader-mini {
    position: fixed;
    top: 50%;
    left: 42%;
    width: 20%;
    height: 13%;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#preloader-mini .loader-card {
    background: #f2f2f23d;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    min-width: 280px;
    font-family: sans-serif;
    color: black;
    font-size: 14px;
    backdrop-filter: blur(6px);
}

.loader-spinner {
    width: 30px;
    height: 30px;
    border: 4px solid #ddd;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 16px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Scroll ve etkileşimi engelle */
body.loading {
    overflow: hidden;
    pointer-events: none;
}

/* Ama sadece preloader aktifken içeriği dondurur */
body.loading #preloader {
    pointer-events: all; /* sadece loader tıklanabilir olsun */
}




/*******************************************
 * Setting Sayfası için özel yapılandırma
********************************************/

.tab-content{padding: 0}


.tab-menu {
    height: 600px;
    max-height: 600px
}

/* tab menüsü olanlar için  */
.table-content {
    overflow: hidden;
    height: 450px;
    overflow-y: auto;
}

/* Tab menüsü olmayanlar için  */
.table-content-fixed {
    overflow: hidden;
    height: 510px;
    overflow-y: auto;
}

/* Sözleşmeler  formu  */
.table-full {
    overflow: hidden;
    height: 590px;
    overflow-y: auto;
}

/* Genel Ayarlar form  */
.wrapper-form {
    overflow: hidden;
    height: 608px;
    overflow-y: auto;
}

.sticky-thead {
    position: sticky; top: 0; z-index: 2
}

.display-none {
    display: none;
}
.display-block {
    display: block;
}



/* Telefonlar (dikey) */
@media (max-height: 600px) {

}

/* Tablet görünüm */
@media (max-height: 900px) {

}


/* Küçük tablet / büyük telefon */
@media (max-height: 750px) {

}

/* Full HD (1920x1080) */
@media (min-height: 1080px) {

}

/* 2K (1440p) */
@media (min-height: 1440px) {

}

/* 4K (2160p) */
@media (min-height: 2160px) {

}




/* Denemeeeeeeeee  */
.violet-input {
    background: #fbf7ff5c;
    border: 1px solid #dfbfff;
}



/* v-Select Inline  */
.select-inline {
    position: relative;
}

.select-inline::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px; /* dışarıdan çizgi gibi */
    height: 1.2em; /* yazı yüksekliği kadar */
    width: 1px;
    background-color: #ccc; /* gri çizgi */

}

.select-inline.no-border::after {
    display: none;
}

.select-inline .vs__dropdown-menu {
    border: none;
    border-left: 2px solid #5acade;
    margin-top: -5px;
}
.select-inline .vs__search:focus {
    border-left: 2px solid #5acade;
    margin-left: -2px;

}

.select-inline .vs__dropdown-toggle {
    border: 0;
    border-radius: 0;
    cursor: pointer !important;
    background: transparent;
}

.select-inline .vs__search {
    font-weight: 400;
    color: #af7c1c;
    cursor: pointer;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.select-inline .vs__selected {
    font-weight: bold;
    color: #af7c1c;
    cursor: pointer;
    text-decoration-thickness: 1px;
    text-underline-offset: 9px;
}




.select-inline .vs--disabled .vs__dropdown-toggle {
    background: none !important;
}

.select-inline .vs--disabled .vs__search {
    background: none !important;
}


/* Textarea Görünümlü v-Select */
.v-select.custom-height {
    min-height: 85px;
    align-items: baseline;
}

.v-select.custom-height .vs__selected-options {
    flex-wrap: wrap; /* Satırlar alt alta gelsin */
    align-items: baseline;
    max-height: 85px;
    overflow-y: auto;
}

.v-select.custom-height .vs__dropdown-toggle {
    min-height: 85px;
    align-items: baseline;
}





/* Tarihler için */
.date-inline::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px; /* dÄ±ÅŸarÄ±dan Ã§izgi gibi */
    height: 1.2em; /* yazÄ± yÃ¼ksekliÄŸi kadar */
    width: 1px;
    background-color: #ccc; /* gri Ã§izgi */

}

.date-inline.no-border::after {
    display: none;
}

.date-inline .mx-input {
    color: #af7c1c;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding-left: 5px !important;
    font-size: 13px;
}

.date-inline input::-webkit-input-placeholder { color: #af7c1c; }
.date-inline input:-moz-placeholder { color: #af7c1c; }
.date-inline input::-moz-placeholder { color: #af7c1c; }
.date-inline input:-ms-input-placeholder { color: #af7c1c; }




/* Yeni Nesil Radio button  */
.modern-options {
    display: flex;
    gap: 20px;
}

.option {
    position: relative;
    width: 100%;
    padding: 16px 20px;
    border-radius: 12px;
    border: 2px solid #f5f5f5;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.option input[type="radio"] {
    display: none;
}

.top-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #6a5acd;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.circle::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    transition: background 0.3s ease;
}

.label-text {
    font-weight: bold;
    color: #333;
}

.desc {
    margin-top: 10px;
    font-size: 12px;
    color: #888;
}

/* Seçili olduğunda stil */
.option input:checked + .content {
    border-color: #6a5acd;
}


.option input:checked + .content .desc {
    color: #ddd;
}

.option input:checked + .content .circle {
    background: white;
}

.option input:checked + .content .circle::after {
    background: #6a5acd;
}




/* Artist Radio Group */
.artist-rg {
    display: flex;
    gap: 12px;
    font-family: Arial, sans-serif;
}

.artist-rg input[type="radio"] {
    display: none;
}

.artist-rg label {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #3b82f6;
    padding: 12px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    color: #3b82f6;
}

.artist-rg .custom-radio {
    width: 18px;
    height: 18px;
    border: 2px solid #3b82f6;
    border-radius: 50%;
    position: relative;
}

.artist-rg input[type="radio"]:checked + label {
    background-color: #3b82f6;
    color: white;
}

.artist-rg input[type="radio"]:checked + label .custom-radio {
    background-color: white;
}

.artist-rg input[type="radio"]:checked + label .custom-radio::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: #3b82f6;
    border-radius: 50%;
}






/* Sayfa içinde ki tab menüler için */
.custom-tabs {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    margin: 15px 0 0;
    border-bottom: 2px solid gainsboro;
}

.custom-tabs.no-border {
    border-bottom: none !important;
}

.custom-tabs li {
    margin: 0;
    padding: 0;
    text-align: left;
}

.custom-tabs a {
    display: inline-block;
    padding: 8px 0;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease, color 0.3s ease;
}

/* Hover: sadece alt çizgi */
.custom-tabs li:hover {
    color: #1a73e8;
    border-bottom: 2px solid #ccc;
}

/* Aktif olan: kalın mavi çizgi */
.custom-tabs li.active {
    color: #1a73e8;
    border-bottom: 2px solid #1a73e8;
}

.tab-content-bg-white {
    background: transparent !important;
}

.tab-height-fixed {
    min-height: 500px; /* ortalama içerik yüksekliği kadar */
}



.scale-up-ver-top {
    -webkit-animation: scale-up-ver-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-ver-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-7-15 17:14:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-ver-top
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-ver-top {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
}
@keyframes scale-up-ver-top {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
}





.service-price {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 14px 18px;
    font-family: 'Segoe UI', sans-serif;
    color: #111827;
}

.service-price .title {
    font-size: 13px;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 4px;
}

.service-price .total {
    font-size: 30px;
    font-weight: bold;
    color: #111827;
    margin-bottom: 20px;
}

.service-price .breakdown {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e5e7eb;
    padding-top: 14px;
    font-size: 14px;
}

.service-price .breakdown .item {
    text-align: center;
    flex: 1;
}

.service-price .breakdown .item:not(:last-child) {
    border-right: 1px solid #e5e7eb;
    padding-right: 10px;
    margin-right: 10px;
}

.service-price .label {
    color: #6b7280;
    font-size: 12px;
    margin-bottom: 4px;
}

.service-price .value {
    font-weight: bold;
    font-size: 16px;
    color: #1f2937;
}











.total-box {
    display: inline-flex;
    align-items: center;
    background: #b3c9f55e; /* Hafif gri arka plan */
    border: 1px solid #b3c9f55e; /* İnce gri çerçeve */
    border-radius: 8px;
    padding: 6px 15px;
    font-family: "Segoe UI", sans-serif;
}

.total-box .label {
    font-size: 16px;
    color: #6b7280; /* Gri ton */
    margin-right: 10px;
}

.total-box .amount {
    font-size: 20px;
    color: #1f2937; /* Koyu gri */
}






/* Facebook loading sistemi ( Deneysel - Sadece Servis işlemleri sayfasında kullanıldı ) */
.skeleton-block {
    padding-left: 15px;
}


.skeleton-line {
    background: linear-gradient(90deg, #eee, #ddd, #eee);
    background-size: 200% 100%;
    animation: shimmer 1.2s infinite;
    border-radius: 4px;
}

.skeleton-line.h-30 { height: 30px; }
.skeleton-line.h-20 { height: 20px; }
.skeleton-line.h-50 { height: 50px; }
.skeleton-line.h-55 { height: 55px; }
.skeleton-line.h-60 { height: 60px; }
.skeleton-line.h-75 { height: 75px; }
.skeleton-line.h-85 { height: 85px; }
.skeleton-line.h-100 { height: 100px; }


.skeleton-line.w-100 { width: 100%; }
.skeleton-line.w-82 { width: 82%; }
.skeleton-line.w-75 { width: 75%; }
.skeleton-line.w-50 { width: 50%; }
.skeleton-line.w-25 { width: 25%; }
.skeleton-line.w-20 { width: 20%; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }

.skeleton-badge {
    display: inline-block;
    width: 80px;
    height: 25px;
    margin: 5px;
    border-radius: 12px;
    background: linear-gradient(90deg, #eee, #ddd, #eee);
    background-size: 200% 100%;
    animation: shimmer 1.2s infinite;
}

.skeleton-box {
    right: 18%;
    position: absolute;
}

@keyframes shimmer {
    0% {
        background-position: -150% 0;
    }
    100% {
        background-position: 150% 0;
    }
}





















.tbl-5 { width: 5%; }
.tbl-10 { width: 10%; }
.tbl-15 { width: 15%; }
.tbl-20 { width: 20%; }
.tbl-25 { width: 25%; }
.tbl-30 { width: 30%; }
.tbl-35 { width: 35%; }
.tbl-40 { width: 40%; }
.tbl-45 { width: 45%; }
.tbl-50 { width: 50%; }
.tbl-55 { width: 55%; }
.tbl-60 { width: 60%; }
.tbl-65 { width: 65%; }
.tbl-70 { width: 70%; }
.tbl-75 { width: 75%; }
.tbl-80 { width: 80%; }
.tbl-85 { width: 85%; }
.tbl-90 { width: 90%; }
.tbl-95 { width: 95%; }
.tbl-100 { width: 100%; }

/* Padding All */
.p-5 { padding: 5px; }
.p-10 { padding: 10px; }
.p-15 { padding: 15px; }
.p-20 { padding: 20px; }
.p-25 { padding: 25px; }
.p-30 { padding: 30px; }


/* Padding Top */
.pt-0  { padding-top: 0 !important; }
.pt-5  { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-35 { padding-top: 35px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-45 { padding-top: 45px !important; }
.pt-50 { padding-top: 50px !important; }

/* Padding Bottom */
.pb-0  { padding-bottom: 0 !important; }
.pb-5  { padding-bottom: 5px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-25 { padding-bottom: 25px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-35 { padding-bottom: 35px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-45 { padding-bottom: 45px !important; }
.pb-50 { padding-bottom: 50px !important; }

/* Padding Right */
.pr-0  { padding-right: 0 !important; }
.pr-5  { padding-right: 5px !important; }
.pr-10 { padding-right: 10px !important; }
.pr-15 { padding-right: 15px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-25 { padding-right: 25px !important; }
.pr-30 { padding-right: 30px !important; }
.pr-35 { padding-right: 35px !important; }
.pr-40 { padding-right: 40px !important; }
.pr-45 { padding-right: 45px !important; }
.pr-50 { padding-right: 50px !important; }

/* Padding Left */
.pl-0  { padding-left: 0 !important; }
.pl-5  { padding-left: 5px !important; }
.pl-10 { padding-left: 10px !important; }
.pl-15 { padding-left: 15px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-25 { padding-left: 25px !important; }
.pl-30 { padding-left: 30px !important; }
.pl-35 { padding-left: 35px !important; }
.pl-40 { padding-left: 40px !important; }
.pl-45 { padding-left: 45px !important; }
.pl-50 { padding-left: 50px !important; }

/* Tüm padding sıfır */
.p-none { padding: 0 !important; }



/* Margin Top */
.mt-0  { margin-top: 0 !important; }
.mt-5  { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-35 { margin-top: 35px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-45 { margin-top: 45px !important; }
.mt-50 { margin-top: 50px !important; }

/* Margin Bottom */
.mb-0  { margin-bottom: 0 !important; }
.mb-5  { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }

/* Margin Right */
.mr-0  { margin-right: 0 !important; }
.mr-1  { margin-right: 1px !important; }
.mr-2  { margin-right: 2px !important; }
.mr-3  { margin-right: 3px !important; }
.mr-4  { margin-right: 4px !important; }
.mr-5  { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-25 { margin-right: 25px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-35 { margin-right: 35px !important; }
.mr-40 { margin-right: 40px !important; }
.mr-45 { margin-right: 45px !important; }
.mr-50 { margin-right: 50px !important; }

/* Margin Left */
.ml-0  { margin-left: 0 !important; }
.ml-5  { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-25 { margin-left: 25px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-35 { margin-left: 35px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-45 { margin-left: 45px !important; }
.ml-50 { margin-left: 50px !important; }

/* Tüm margin sıfır */
.m-none { margin: 0 !important; }