@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Lexend+Deca:wght@100..900&family=Quicksand:wght@300..700&display=swap');

* {
    font-family: "Quicksand", serif;
}


@media screen and (max-width: 768px) {
    #topbar-left {
        flex-direction: row-reverse;
    }
}


.card_button {
    border-radius: 100px;
    padding: 0px 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    height: 35px;
    box-shadow: 0 4px 9px rgb(104 65 234 / 37%) !important;
}

#sidebar-menu ul li a {
    cursor: pointer !important;
}

#sidebar-menu ul li ul.sub-menu li a {
    padding: 0.4rem 1rem 0.4rem 1.2rem !important;
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
    padding: .4rem 1.5rem .4rem 2.2rem !important;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 0.5rem !important;
}

.select2-selection__clear {
    font-size: 20px;
    margin-right: 10px;
}

.select2-container{
    width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    width: 25px !important;
    right: 3px !important;
}

.card_table_icon {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin-right: 5px;
    box-shadow: 0 2px 4px #26c6da59;
    cursor: pointer;
}

/* Gradient Arkaplanlar */
.bg-gradient-primary {
    background: linear-gradient(45deg, #525ce5 0%, #405189 100%);
}

.bg-gradient-success {
    background: linear-gradient(45deg, #34c38f 0%, #249d6e 100%);
}

.bg-gradient-warning {
    background: linear-gradient(45deg, #f1b44c 0%, #d99a2f 100%);
}

.bg-gradient-danger {
    background: linear-gradient(45deg, #f46a6a 0%, #e64141 100%);
}

.bg-gradient-info {
    background: linear-gradient(45deg, #50a5f1 0%, #2889dc 100%);
}

.bg-gradient-dark {
    background: linear-gradient(45deg, #343a40 0%, #1d2124 100%);
}

.bg-gradient-secondary {
    background: linear-gradient(45deg, #74788d 0%, #5a5d6e 100%);
}


/* Metin Renkleri */
.card-text-primary {
    color: #525ce5 !important;
}

.card-text-success {
    color: #34c38f !important;
}

.card-text-warning {
    color: #f1b44c !important;
}

.card-text-danger {
    color: #f46a6a !important;
}

.card-text-info {
    color: #50a5f1 !important;
}

.card-text-dark {
    color: #343a40 !important;
}

.card-text-secondary {
    color: #74788d !important;
}

/* Opacity Arkaplanlar */
.bg-primary.bg-opacity-10 {
    background-color: rgba(82, 92, 229, 0.1) !important;
}

.bg-success.bg-opacity-10 {
    background-color: rgba(52, 195, 143, 0.1) !important;
}

.bg-warning.bg-opacity-10 {
    background-color: rgba(241, 180, 76, 0.1) !important;
}

.bg-danger.bg-opacity-10 {
    background-color: rgba(244, 106, 106, 0.1) !important;
}

.bg-info.bg-opacity-10 {
    background-color: rgba(80, 165, 241, 0.1) !important;
}

.info_card .card-footer {
    background-color: rgba(0, 0, 0, 0.03);
}

/* Hover Efektleri */
.card-hover:hover {
    transform: translateY(-3px);
    transition: all 0.3s ease;
}

/* Opacity Ayarları */
.opacity-25 {
    opacity: 0.25;
}

/* Gölge Efektleri */
.info_card.card {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    margin-bottom: 12px;
}


.ticket_content .message {
    background-color: white;
    border-radius: 12px;
    width: 80%;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 450px) {
    .ticket_content .message {
        width: 100%;
    }
}


.ticket_content p {
    margin: 0;
}

.ticket_content .message-header {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border-radius: 10px 10px 0px 0px;
    color: white;
    background-color: #99a3d3;
}

.ticket_content .message-header.login_user {
    background-color: #99d3cc !important;
}

.ticket_content .message-body {
    padding: 12px;
}

.dataTableTablo td,
.dataTableTablo th {
    vertical-align: middle;
    white-space: nowrap;
}

.statics_card {
    display: flex;
    justify-content: space-between;
}

.info_alani {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3576b8;
    cursor: pointer;
    color: white;
    font-size: 17px;
}

.statics_card_icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.param_list {
    height: 200px;
    overflow-y: auto;
}

.message_param {
    cursor: pointer;
}

#bildirimList {
    max-height: 400px;
    overflow: auto;
}

.dtsb-searchBuilder {
    display: none;
    border: 1px solid grey;
    border-radius: 1rem;
    padding: 15px;
    margin-top: 10px;
}

.dtsp-panesContainer {
    display: none;
}

.table_filter_group {
    display: none;
    flex-wrap: wrap;
    /* Satır dolduğunda alt satıra geçmesini sağlar */
    gap: 10px;
    /* Butonlar arası boşluk */
    align-items: center;
}

.table_filter_item {
    min-width: 100px;
    /* Buton genişliği */
}

.modal-dialog {
    height: 90%;
    /* = 90% of the .modal-backdrop block = %90 of the screen */
}

.modal-content {
    height: 100%;
    /* = 100% of the .modal-dialog block */
}

@if(View::getSection('modal')) .main-content {
    margin-left: 0 !important;
}

@endif td, th {
    white-space: nowrap;
}

.grup_border {
    border: 1px solid grey;
    border-radius: 1rem;
    padding: 5px 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.table_image {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 5px;
}

.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
    padding: 10px 8px;
    font-size: 14px;

}

.card {
    /*height: 100%;*/
}


.is-valid {
    border: 2px solid green;
}

.is-invalid {
    border: 2px solid red;
}


.form-group {
    margin-bottom: 1rem;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col {
    padding-left: 5px;
    padding-right: 5px;
}

label {
    margin-bottom: 0.5rem;
}

.line-through {
    text-decoration: line-through;
}

/* Temel stil ayarları */
.kanban-board {
    display: flex;
    padding: 20px;
    gap: 20px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}

.kanban-column {
    width: 300px;
    background: #FFFFFF;
    border-radius: 10px;
    flex-shrink: 0;
    box-shadow: 0px 2px 11px rgb(0 0 0 / 13%);
}

.kanban-column h3 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    padding: 15px !important;
}

.kanban-card {
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
    /*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);*/
    cursor: move;
    margin: 15px 8px 8px 15px;
}


.kanban-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.kanban-card .baslangic,
.kanban-card .sorumlu {
    margin-bottom: 5px;
    color: #C0CAD5;
    font-weight: 300;
}

.kanban-card .baslik {
    font-weight: 500;
    margin-bottom: 5px;
    color: #9198a1;
    font-size: 17px;
}

.avatars {
    display: inline-flex;
    flex-direction: row-reverse;
}

.avatar {
    position: relative;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    width: 35px;
    background-color: white;
}

.avatar:not(:last-child) {
    margin-left: -15px;
}

.avatar img {
    width: 100%;
    display: block;
}


.nav_card {
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 11px rgb(0 0 0 / 13%);
    display: flex;
    overflow: auto;
    width: fit-content;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.navbutton {
    padding: 10px;
    margin-right: 10px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.navbutton.selected {
    background-color: #525ce5;
    color: #ffffff;
}

.navbutton.edit_mode {
    background-color: #dadada;
    color: #000000;
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: all;
}

.navbutton.edit_mode:active {
    pointer-events: none;
}

.tab_card {
    display: none;
}

.navbutton i {
    margin-right: 5px;
}

/* Etiket sistemi stilleri */
.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.badge i {
    font-size: 0.8em;
}

/*.badge i:hover {
    color: #ff0000;
}*/

.tag-suggestions {
    margin-top: 5px;
    font-size: 0.8rem;
}

.suggested-tag {
    cursor: pointer;
    transition: all 0.2s;
    user-select: none;
}

.suggested-tag:hover {
    background-color: #0d6efd !important;
}

.export_buttons {
    padding: 10px;
}

.export_buttons button {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}

div.dt-button-collection .dt-button-active:after {
    /*content: "✔";
    color: green;*/
    top: auto !important;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    color: #b3b3b3;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #d7d7d7;
    width: 200px;
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}

.select-menu .dropdown-toggle {
    background-color: white !important;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    background-color: #e8e9eb !important;
}

.bootstrap-select {
    padding: 0 !important;
    background-color: white;
    border: 1px solid #cccccc !important;
}

.bootstrap-select > .dropdown-toggle {
    background-color: white;
}


.zorunlu:after {
    color: red;
    font-weight: bold;
    content: "*"
}


.br-0-50 {
    border-radius: 0.50rem !important;
}

.br-0-75 {
    border-radius: 0.50rem !important;
}

.br-1 {
    border-radius: 1rem !important;
}

.br-25 {
    border-radius: 1.25rem !important;
}

.br-35 {
    border-radius: 1.35rem !important;
}

.br-50 {
    border-radius: 1.50rem !important;
}

.br-75 {
    border-radius: 1.75rem !important;
}


.p-0-50 {
    padding: 0.50rem !important;
}

.p-0-60 {
    padding: 0.60rem !important;
}


.p-0-80 {
    padding: 0.80rem !important;
}

.p-1 {
    padding: 1rem !important;
}


.fs-0-50 {
    font-size: 0.50rem !important;
}

.fs-0-80 {
    font-size: 0.80rem !important;
}

.fs-1 {
    font-size: 1rem !important;
}

.fs-25 {
    font-size: 1.25rem !important;
}

.fs-35 {
    font-size: 1.35rem !important;
}

.fs-50 {
    font-size: 1.50rem !important;
}

.fs-75 {
    font-size: 1.75rem !important;
}

.fs-2 {
    font-size: 2rem !important;
}

.fs-2_5 {
    font-size: 2.5rem !important;
}


.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 80px;
    height: 28px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 23px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaaaaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switch-input:checked ~ .switch-label {
    background: #6a7194;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 26px;
    height: 26px;
    background: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked ~ .switch-handle {
    left: 54px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
========================== */
.switch-label,
.switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
