body.girisyap {
    background: linear-gradient(70deg, #b1afaf, #014f915c, #014f918c, #014f9191, #014f91cc), url('../images/giris-arka-plan.jpg');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
}

body.sifremi-unuttum {
    background: linear-gradient(70deg, #b1afaf, #014f915c, #014f918c, #014f9191, #014f91cc), url('../images/sifremi-unuttum-arka-plan.jpg');
    background-position: center;
    background-size: 100%;
    width: 100%;
}

body.yonlendiriliyor {
    background: linear-gradient(70deg, #b1afaf, #014f915c, #014f918c, #014f9191, #014f91cc);
}

#arama_input {
    background-image: url('../../app-assets/images/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

body.yonlendiriliyor.sixt {
    background: linear-gradient(70deg, #f07e001c, #f07e0073, #f07e0099, #f07e00c7, #f07e00de);
}

.btn-primary {
    border-color: #014f91 !important;
    background-color: #014f91 !important;
}

.card-link {
    color: #014f91 !important;
}

input.form-control,
select.form-control {
    height: 40px !important;
    padding: 5px 6px !important;
    border-radius: 5px !important;
}

.form-control:focus {
    color: #014f91 !important;
    background-color: #fff;
    border-color: #014f91 !important;
    outline: none;
}

.has-icon-left .form-control {
    padding: 5px 33px !important;
}

.form-control-position {
    top: -1px !important;
}

.header-navbar.navbar-brand-center .navbar-header {
    width: auto !important;
}

.musteri_opsiyon_detay {
    text-align: left;
}

.musteri_opsiyon_detay ul {
    background: #2DCEE3 !important;
    border-radius: 5px;
    margin-top: -18px;
    color: white;
    padding: 4px 0 4px 15px;
}

.musteri_opsiyon_detay ul li {
    list-style: none;
}

.logo-style {
    width: 300px;
}

@media screen and (min-width: 800px) {
    .logo-style {
        width: 230px;
    }
}

@media only screen and (max-width: 600px) {
    .logo-style {
        width: 230px;
    }
}

#tramer_bilgileri_table td {
    padding: 10px;
}

#editor {
    border: 1px solid #CCCCCC !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.ck-toolbar {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.select2-selection__choice {
    margin-bottom: 5px;
}

.dropdown-menu {
    overflow: auto;
    max-height: calc(100vh - 115px);
}

.d-none {
    display: none;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.visibility-hidden {
    visibility: hidden;
    width: 0px;
    height: 0px;
}

.flex-direcion-column {
    flex-direction: column;
}

.gap-1 {
    gap: 10px;
}

.gap-2 {
    gap: 20px;
}

.gap-3 {
    gap: 30px;
}

.text-left{
    text-align: left !important;
}

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

.text-right {
    text-align: right;
}

.pointer-evets-none {
    pointer-events: none !important;
}

.pointer-evets-none:focus {
    background-color: #ECEFF1;
    outline: none;
    border: 1px solid #ccd6e6 !important;
}

.td-options {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
    text-align: center;
}

.table-center tr td,
.table-center tr th {
    text-align: center;
    vertical-align: middle !important;
}

.disabled,
.disabled:focus,
.disabled:hover {
    user-select: none;
    background-color: #ECEFF1;
    border: 1px solid #ccd6e6 !important;
    cursor: not-allowed;
    outline: 0px;
}

.modal-title {
    display: inline-block !important;
}

.ui-front {
    max-height: 150px;
    overflow: auto;
}

.card-statistics .information {
    position: absolute;
    top: 10px;
    right: 10px;
}

.h-p-25 {
    height: 25%;
}

.h-p-50 {
    height: 50%;
}

.h-p-75 {
    height: 75%;
}

.h-p-100 {
    height: 100%;
}


.h-px-100 {
    height: 100px;
}

.h-px-250 {
    height: 250px;
}

.h-px-350 {
    height: 350px;
}

.h-px-500 {
    height: 500px;
}

.sticky-header {
    position: sticky;
    top: -1px;
    background: white;
    z-index: 10;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.303);
}

.sticky-header::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
    pointer-events: none;
    opacity: .5;
}

.sticky-row {
    position: sticky;
    left: 0;
    background: white;
    z-index: 10;
}

.top-0 {
    top: 0;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.absolute-center {
    left: 50%;
    transform: translateX(-50%);
}

.z-1 {
    z-index: 1;
}

#print-container {
    display: none;
}

@media print {
    @page {
        page-break-after: always;
        padding-top: 1cm;
    }

    body *:not(#print-container, #print-container *) {
        display: none !important;
    }

    #print-container {
        display: block !important;
        position: absolute;
        top: 0;
        left: 0;
    }

    #print-container footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 10px;
        font-size: 12px;
    }
}

input.custom-checkbox {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.border-0 {
    border: 0 !important;
}

.rounded-none {
    border-radius: 0 !important;
}

.p-05{
    padding: 10px;
}

.modal-scroll {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}