﻿body {
}

.sekigo
{
    margin-left: 4px;
    width: 60px;
}

.p-l-35 {
    padding-left: 35px;
}

.designbyicon {
    margin-top: -4px;
}

.m-tb-20 {
    margin : 0 20px;
}

.fs-12 {
    font-size:12px;
}.fs-22 {
    font-size:22px;
}

.wi40 { width:40px }
.wi50 { width:50px }
.mwi15 { min-width:15%; }
.mwi40 { min-width:40%; }
.mwi50 { min-width:50%; }
.wid100 { width:100%; }

.w180{
    width:180px;
}

.divTotal {
    background: #0477eb;
    border-radius: 10px;
    padding: 1rem 2.25rem;
}

.mdl_spec_area {
    background: #dfe7ff;
    padding: 15px;
    border-radius: 10px;
}

.brd-blue {
    border: 2px solid #3e8bff;
}
.brd-red {
    border: 1px solid red;
}

.modal-header {
    padding: 1.50rem 1.75rem 1rem !important;
}

.modal-footer {
    padding:1rem;
}

#loading {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.tree-content:hover {
    background-color: #f5f5f5; /* Arka plan rengi */
    cursor: pointer;
    border-radius: 7px;
}

.tree-content.active {
    background-color: #5aa9fd30;
    color: white;
    border-radius: 7px;
}
.tree .tree-content {
padding:0.3rem 1rem;
}

.context-menu {
    border: 1px solid #ddd;
    background-color: #fff;
    position: absolute;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    right: 10px;
    top: 30px;
}

    .context-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .context-menu ul li {
            padding: 8px 12px;
            cursor: pointer;
        }

            .context-menu ul li:hover {
                background-color: #f5f5f5;
            }


.foto-zoom {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    transition: all .5s ease-in-out; /* Süreyi 1 saniyeye uzat ve 'ease-in-out' geçişi kullan */
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

    .foto-zoom:hover {
        z-index: 2;
        -webkit-transform: scale(3);
        -ms-transform: scale(3);
        -moz-transform: scale(3);
        transform: scale(3);
    }


.orderImg {
height:120px !important;
}

.maxw-30 {
    max-width:30%;
}


   .menuBtn i {
        pointer-events: auto;
    }

.flatpickr-day {
    color:black;
}

.pr05 {
    padding:0 5px;
}
.pad105 {
    padding: 10px 0 5px;
}

.minh40 {
min-height:40px;
}
.minh50 {
min-height:50px;
}

.mr-20 {
margin-right:20px;
}

.wi600 {
width:600px;
}

.borRad {
border-radius:0.75rem !important;
}

.btn-xs {
    height: 24px !important;
    width: 24px !important;
}

.borderColor {
    /*--bs-card-border-color: #969696 !important;*/
    border: 2px solid var(--bs-card-border-color) !important;
}

.borderColor-slct {
    /*--bs-card-border-color: #969696 !important;*/
    border: 3px solid #0606d1 !important;
}

.w70 {
width: 70px;
}

.fltr_count {
    margin: -5px -5px;
}

.dropzone {
    min-height: auto !important;
    padding: 1.5rem 1.75rem !important;
    text-align: center !important;
    cursor: pointer !important;
    border: 1px dashed var(--bs-primary) !important;
    background-color: var(--bs-primary-light) !important;
    border-radius: .75rem !important !important;
}

    .dropzone .dz-message {
        margin: 0 !important;
        display: flex !important;
        text-align: left !important;
    }

.main-btn {
    background: #000;
    color: #fff;
    height: 100%;
}

.short-text {
    position: relative;
    cursor: pointer;
}

    .short-text:hover::after {
        content: attr(data-full-text);
        position: absolute;
        top: 100%; /* Elementin altına yerleştir */
        left: 0;
        background-color: #333;
        color: #fff;
        padding: 5px;
        border-radius: 4px;
        white-space: nowrap;
        z-index: 9999; /* Diğer ögelerin üstünde görünecek */
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); /* Hafif bir gölge */
        transform: translateY(5px); /* Hafif bir boşluk bırak */
    }


.fancybox__container {
    z-index: 1060 !important;
}