@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html{
    background-color:#fff !important;
    font-family:'Roboto',sans-serif !important;
}
.content{
    min-height:90vh;
}
.row-completed td{
    background-color: #F0FAF6 !important;
}
.row-overdue td{
    background-color: #FDECEC !important;
}
.badge{
    padding:4px 10px;
    border-radius:20px;
    font-size:12px;
    font-weight:600;
    display:inline-block;
}

.badge-completed{
    background:#DDF5EC;
    color:#0E8F63;
}

.badge-overdue{
    background:#FAD4D4;
    color:#C62828;
}

.badge-active{
    background:#FFF4D6;
    color:#B78103;
}
.row-overdue td:first-child{
    border-left:4px solid #E53935;
}


.pad0{
    padding:0px !important;
}
.toplinks a{
    padding:8px 13px;
    border:none !important;
    font-weight:500;
    border-radius:6px;
    font-size:13.2px;
    display:inline-block !important;
    background-color:#565656;
    color:#FFF !important;
}
.custom-form-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}

.custom-form-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.custom-form-card .card-title {
    font-size: 14px;
    font-weight: 600;
    color: #4f4f4f;
    margin-bottom: 10px;
}

.custom-form-card hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 8px 0 15px 0;
}
.custom-form-card input[type="file"] {
    display: block;
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    font-size:13.4px !important;
    border: 1px solid #ccc;
    font-size: 14px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.custom-form-card input[type="file"]:hover {
    border-color: #2c7be5;
    box-shadow: 0 0 6px rgba(44,123,229,0.2);
}
.custom-form-card .btn-submit {
    background-color: #2c7be5;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.custom-form-card .btn-submit:hover {
    background-color: #1a5bb8;
}
.btn-delete {
    background-color: #ff4d4f;
    color: #fff;
    border: none;
    padding: 9px 16px;
    font-weight:600;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-delete:hover {
    background-color: #d9363e;
}
    .dokuman-kart {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 10px 15px;
        margin: 6px 0;
        transition: all 0.2s ease;
    }

    .dokuman-kart:hover {
        background: #e6f7ff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .dokuman-link {
        color: #000 !important;
        text-decoration: none;
        font-weight: 500;
        font-size: 13.5px;
        word-break: break-all; 
    }

    .dokuman-link:hover {
        text-decoration: underline;
    }

    .dokuman-sil {
        font-weight: 600;
        font-size: 13px;
        color: #ff4d4f;
        text-decoration: none;
        background: #fff0f0;
        border: 1px solid #ffccc7;
        padding: 4px 8px;
        border-radius: 4px;
        transition: all 0.2s ease;
    }

    .dokuman-sil:hover {
        background: #ffccc7;
        color: #fff;
    }
    #gantt {
    overflow-x: auto;
    overflow-y: hidden;
}


.gantt .bar {
    fill: #2563eb;
}
.gantt-container {
    position: relative;
    overflow: auto;
    max-height: 600px; 
}
.gantt-header {
    position: sticky;
    top: 0;
    background-color: #f0f9ff; 
    z-index: 10;
}
.btn-close{
    background-color:transparent !important;
    color:red !important;
    border:none !important;
}
.gantt-bars-container {
    position: relative;
}

.gantt .bar.completed {
    fill: #16a34a;
}
.gantt .bar:hover {
    opacity: 0.8;
}

.gantt .grid .tick text {
    fill: #fff;
}

.gantt .grid .tick line {
    stroke: #444;
}
.frappe-gantt .bar {
    min-width: 80px; 
}
.frappe-gantt .bar text {
    display: none;
}
.js-view {
    display: flex;
    flex-wrap: wrap;      
    gap: 8px;             
    margin-bottom: 15px;
}
.fc-daygrid-event .fc-event-title {
    white-space: normal !important;  
    overflow: visible !important;
    text-overflow: unset !important;
    word-break: break-word;           
    font-size: 11px;
    line-height: 1.2;
}
.fc-daygrid-day.fc-day-sat {
    background-color: #fef2f2;
}
.fc-daygrid-day.fc-day-sun {
    background-color: #fef2f2;
}
.resmi-tatil {
    background-color: #fef2f2 !important;
}

.resmi-tatil .fc-daygrid-day-number {
    color: #fef2f2 !important;
    font-weight: bold;
}

.fc-daygrid-event {
    align-items: flex-start !important;
}
.js-view button {
    background-color: #004D2C; 
    color: #fff;              
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s, transform 0.1s;
}

.js-view button:hover {
    background-color: #2563eb; 
    transform: translateY(-2px);
}

.js-view button.selected {
    background-color: #f0f9ff; 
    color: #004D2C;            
    font-weight: 600;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
@media (max-width: 480px) {
    .js-view button {
        padding: 6px 10px;
        font-size: 13px;
    }
}

.disnonxx{
    display:none !important;
}
.gorev-card {
    background: #ffffff;
    display:block;
    width:100%;
    margin-bottom:10px;
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    margin-bottom: 16px;
    border-left: 6px solid #0d6efd;
    transition: all .25s ease;
}

.gorev-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}

.gorev-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gorev-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #212529;
}

.gorev-status {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 500;
    background: #e7f1ff;
    color: #0d6efd;
}

.gorev-body {
    display: flex;
    gap: 40px;
    margin-top: 14px;
}

.gorev-info .label {
    display: block;
    font-size: 12px;
    color: #6c757d;
}

.gorev-info .value {
    font-size: 14px;
    font-weight: 600;
    color: #212529;
}

.gorev-footer {
    margin-top: 16px;
    text-align: right;
}

.btn-duzenle {
    background: #0d6efd;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    cursor: pointer;
    transition: background .2s ease;
}

.btn-duzenle:hover {
    background: #0b5ed7;
}

.gorev-card.completed {
    background: #eafaf1;
    border-left-color: #198754;
}

.gorev-card.completed .gorev-status {
    background: #d1e7dd;
    color: #198754;
}

.gorev-card.delayed {
    background: #fdecea;
    border-left-color: #dc3545;
}

.gorev-card.delayed .gorev-status {
    background: #f8d7da;
    color: #dc3545;
}

.gorev-card.active {
    background: #f8f9fa;
    border-left-color: #0d6efd;
}

.asama-progress-wrapper {
    margin: 12px 0 20px;
}

.asama-progress-info {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.asama-progress {
    background: #e5e7eb;
    border-radius: 20px;
    height: 10px;
    overflow: hidden;
}

.asama-progress-bar {
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(90deg, #3b82f6, #2563eb);
    transition: width 0.8s ease-in-out;
}

.asama-progress-bar[style*="100%"] {
    background: linear-gradient(90deg, #22c55e, #16a34a);
}

.asama-progress-bar[style*="0%"] {
    background: #9ca3af;
}


.timeline-item {
    background:#fff;
    border-radius:10px;
    padding:14px 16px;
    display:block !important;
    width:100% !important;
    margin-bottom:14px;
    box-shadow:0 3px 10px rgba(0,0,0,.06);
}

.timeline-header {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:8px;
    font-size:14px;
}

.kalan {
    font-weight:600;
}

.kalan.success { color:#198754; }
.kalan.warning { color:#ffc107; }
.kalan.danger  { color:#dc3545; }

.progress-track {
    width:100%;
    height:8px;
    background:#e9ecef;
    border-radius:50px;
    overflow:hidden;
}

.progress-bar {
    height:100%;
    border-radius:50px;
    transition:width .4s ease;
}

.progress-bar.success { background:#198754; }
.progress-bar.warning { background:#ffc107; }
.progress-bar.danger  { background:#dc3545; }

.timeline-dates {
    display:flex;
    justify-content:space-between;
    font-size:11px;
    color:#6c757d;
    margin-top:6px;
}
.info-box2 {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    padding: 22px 24px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(30,30,60,0.06);
    transition: transform .18s ease, box-shadow .18s ease;
    background: #fff;
}

.info-box2:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(30,30,60,0.08);
}

.info-box2 .title {
    color: #000;
    font-weight: 500;
    font-size: 14.5px;
    letter-spacing: .3px;
    margin-bottom: 6px;
}

.info-box2 .value {
    font-size: 20px;
    font-weight: 700;
    color: #004D2C;
}
.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background-color: #fff;
    border-bottom: 2px solid #ddd;
}

.table-responsive-mobile {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
}

.table-responsive-mobile table {
    min-width: 750px; 
}

.header-actions {
    display: flex;
    gap: 20px;
    align-items: center;
}

.status-pending {
    color: orange;
    font-weight: bold;
}

.status-approved {
    color: green;
    font-weight: bold;
}

.action-btn {
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.action-btn:hover {
    background-color: #0056b3;
}


.main-container {
    display: flex;
    justify-content: center; 
    gap: 20px; 
    padding: 20px;
    max-width: 1800px; 
    margin: 0 auto;
}

.panel-container {
    flex: 1;
    min-width: 45%;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.add-row-btn {
    padding: 5px 10px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.add-row-btn:hover {
    background-color: #1e7e34;
}

.table-wrapper {
    max-height: 80vh;
    overflow-y: auto; 
}


.panel-container {
    border-radius: 10px;
    overflow: hidden;
}

.table-responsive {
    overflow-x: auto;
    white-space: nowrap;
}

.table-hover tbody tr {
    cursor: pointer;
}

.table-hover tbody tr:hover {
    background-color: #e9f2ff !important;
}




.panel-container {
    border-radius: 10px;
    overflow: hidden;
}

.table-responsive {
    overflow-x: auto;
    white-space: nowrap;
}

.table-hover tbody tr {
    cursor: pointer;
}

.table-hover tbody tr:hover {
    background-color: #e9f2ff !important;
}
.dataTable-wrapper {
    background: #fff;
    padding: 0px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}
.dataTable {
    width: 100% !important;
    border-collapse: collapse;
    border:none !important;
}
.dataTable thead th {
    background-color: #ffffff;
    color: #004D2C; 
    font-weight: 600;
    font-size: 13.5px;
    position: sticky;
    top: 0;
    z-index: 10;
    text-align: left;
    border-bottom: 2px solid #e0e0e0; 
}
.dataTable tbody td {
    font-size: 13.5px;
    color: #000000; 
    font-weight: 500;
    vertical-align: middle;
    background-color: #fff;
    transition: all 0.2s ease;
    border:1px solid rgba(19,19,19,0.1);
}
.dataTable tbody tr:nth-child(even) td {
    background-color: #f9f9f9;
}
.dataTable tbody tr:hover td {
    background-color: rgba(0, 77, 44,0.1);
}
.dataTable tbody td a {
    color: #000; 
    line-height:10px !important;
    font-weight: 500;
    text-decoration: none;
}
.dataTable tbody td a:hover {
    text-decoration: underline;
    color: #004d61;
}
.dataTable tbody td img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}
.dataTable tbody td textarea {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 13px;
    resize: vertical;
}

.dataTable tbody td textarea:focus {
    border-color: #1f7a8c;
    box-shadow: 0 0 5px rgba(31,122,140,0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .dataTable thead th,
    .dataTable tbody td {
        font-size: 12.5px;
        padding: 10px 12px;
    }

    .dataTable tbody td a {
        font-size: 12.5px;
    }
}

.row-count-info {
    text-align: right;
    font-weight: bold;
    padding: 10px 0 0;
    color: #555;
}

.action-cell button {
    padding: 2px 5px;
    font-size: 0.8em;
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
.stats h3{
    color:#004D2C;
    font-size:14.5px;
    font-weight:600;
    margin-bottom:12px;
}
    .card.shadow-sm {
        border-radius: 0.5rem;
        border: 1px solid #e9ecef;
    }
    .card-header {
        border-bottom: 1px solid #e9ecef;
    }
    canvas {
        max-width: 100%;
        height: 350px;
    }
.ub-toast {
  position: fixed;
  top: 16px;
  right: 16px;
  min-width: 220px;
  max-width: calc(100% - 40px);
  padding: 12px 16px;
  background: #24a148; 
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-size: 14px;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(-8px) scale(.98);
  transition: opacity 240ms ease, transform 240ms cubic-bezier(.2,.9,.3,1);
  z-index: 99999;
  pointer-events: auto;
}
#dropzone {
    width: 100%;
    height: 120px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    text-align: center;
    line-height: 120px;
    font-family: sans-serif;
    color: #666;
    margin: 20px auto;
    transition: 0.3s;
}
#dropzone.dragover {
    border-color: #333;
    color: #333;
    background-color: #f9f9f9;
}
.ub-toast.ub-show {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.ub-toast.ub-hide {
  opacity: 0;
  transform: translateY(-8px) scale(.98);
  transition: opacity 200ms ease, transform 200ms ease;
}
.ub-toast .ub-title {
  font-weight: 600;
  margin-bottom: 4px;
  display: block;
}
.filter-container{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:12px;
  align-items:flex-start;
}
.filter-container label{
    display:flex;
    flex-direction:column;
    font-size:13px;
    font-weight:600;
}
.filter-container input,
.filter-container select{
    height:40px;
    border-radius:6px;
    border:1px solid #004D2C;
    min-width:170px;
    padding:5px;
}
#clearFiltersx233{
    height:40px;
    background:red;
    color:#FFF;
    border:1px solid #ccc;
    font-size:13.4px;
    font-weight:500;
    border-radius:6px;
    display:block !important;
    cursor:pointer;
    margin-top:20px;
    padding-left:12px;
    padding-right:12px;
}
#clearFiltersx2{
    height:40px;
    background:red;
    color:#FFF;
    border:1px solid #ccc;
    font-size:13.4px;
    font-weight:500;
    border-radius:6px;
    display:block !important;
    cursor:pointer;
    margin-top:20px;
    padding-left:12px;
    padding-right:12px;
}
#clearFilters2{
    height:40px;
    background:red;
    color:#FFF;
    border:1px solid #ccc;
    font-size:13.4px;
    font-weight:500;
    border-radius:6px;
    display:block !important;
    cursor:pointer;
    margin-top:20px;
    padding-left:12px;
    padding-right:12px;
}
#clearFilters{
    height:40px;
    background:red;
    color:#FFF;
    border:1px solid #ccc;
    font-size:13.4px;
    font-weight:500;
    border-radius:6px;
    display:block !important;
    cursor:pointer;
    margin-top:20px;
    padding-left:12px;
    padding-right:12px;
}
@media (max-width:1050px){
    .filter-container{ 
        gap:6px;
    }
}
@media (max-width:767px){
    .filter-container label{
        display:flex;
        flex-direction:column;
        font-size:13px;
        font-weight:600;
        margin-bottom:7px;
    }
    .filter-container{ 
        flex-direction:column; 
        align-items:stretch; 
        gap:0px;
    }
    .filter-container input, .filter-container select{
        width:100%; 
    }
    #clearFilters{
        margin-top:5px;
    }
}
.mainsection{
    min-height:70vh;
    margin-bottom:40px;
}
.secenekler .actx23{
    color:#FFF;
    background-color:#004D2C;
}
.calendar {
    background-color:#FFF;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin: 20px auto;
    width: 100%;
}
.calendar-navigation button{
    border:1px solid rgba(28,28,28,0.1);
    background-color:#FFF;
    font-size:13px;
    font-weight:500;
    padding-left:14px;
    padding-right:14px;
    height:40px;
}
.secenekler a{
    display:inline-block;
    color:#000;
    border-radius:5px;
    line-height:32px;
    margin-right:6px;
    border:1px solid #D9D9D9;
    margin-top:6px;
    padding:10px;
    font-size:13.2px;
    font-weight:500;
    margin-bottom:6px;
    background-color:#FFF;
}
.calendar-day {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
    position: relative;
    height: 100px;
}
.calendar-day:hover {
    background-color: #f0f0f0;
}
.event-link{
    color:#004D2C;
    font-size:14px;
    font-weight:600;
}
.event-info{
    color:#000;
    font-size:14px;
}
.calendar-day h4 {
    margin: 0;
}
.has-event {
    background-color: #004D2C;
    color: white;
}
.event-info {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 12px;
}
.weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-weight: bold;
    color: #555;
    margin-bottom: 10px;
}

.weekday {
    padding: 10px;
}

.weekend-day {
    background-color: #EFF2FF; /* Haftasonu günleri için açık kırmızı tonu */
}
.bin{
    width:1400px;
    margin:auto !important;
}

a{
    text-decoration:none !important;
}
.footer{
    background-color:#2a3538;
}
.footer h5{
    color:#FFF;
    font-size:12.6px;
    font-weight:500;
    margin-top:16px;
    margin-bottom:14px;
}
.menusec{
    background: #1E2629;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    position: relative;
    z-index: 999;
}
.menusec .bin{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.menusec img{
    height:48px !important;
    width:auto !important;
    margin-right:25px !important;
    object-fit:contain !important;
    filter: brightness(1.1);
}
.menusec a{
    color:#BFC9CC;
    font-weight:500;
    font-size:13.5px;
    letter-spacing:0.3px;
    padding:0 7px;
    line-height:64px;
    display:inline-block;
    transition: all 0.25s ease;
    position:relative;
}
.menusec a:hover{
    color:#FFFFFF;
    text-decoration:none;
}
.menusec a:after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:0%;
    height:2px;
    background:#004D2C; 
    transition:width 0.3s ease;
}

.menusec a:hover:after{
    width:100%;
}

.menusec .dropdown{
    display:inline-block !important;
}

.menusec .dropdown-menu{
    background:#FFFFFF;
    border:1px solid #E5E5E5;
    border-radius:8px !important;
    min-width:220px;
    padding:6px 0 !important;
    box-shadow:0 8px 25px rgba(0,0,0,0.15);
    margin-top:0 !important;
}
.menusec .dropdown-menu a{
    color:#2A3538;
    font-size:13.5px;
    line-height:42px;
    padding:0 18px;
    display:block;
    border:none;
}

.menusec .dropdown-menu a:hover{
    background:#F4F7F8;
    color:#000;
}
.menusec form{
    display:inline-block !important;
    margin-left:25px;
}
.menusec input{
    background:#13191B;
    border:1px solid #3A464A;
    height:38px;
    padding:0 12px;
    color:#FFF;
    font-size:13px;
    border-radius:6px;
    transition:all 0.25s ease;
}

.menusec input:focus{
    outline:none;
    border-color:#00C2A8;
    box-shadow:0 0 0 2px rgba(0,194,168,0.15);
}
.menusec a[href*="Cikisyap"]{
    color:#FF6B6B;
}

.menusec a[href*="Cikisyap"]:hover{
    color:#FF4C4C;
}
.topsection {
    background: #F8FAFB;                
    padding: 22px 0;
}
.topsection .bin{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.topsection h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1E2629;
    margin:0;
    margin-top:10px;
    margin-bottom:10px;
    letter-spacing:0.3px;
}

.topsection p {
    font-size: 13px;
    color: #6B7C82;
    margin-top:4px;
    margin-bottom:0;
}

.topsection a {
    display:inline-block;
    background:#00C2A8;
    color:#fff;
    padding:8px 16px;
    border-radius:6px;
    font-size:13px;
    font-weight:500;
    text-decoration:none;
    transition:all 0.25s ease;
    box-shadow:0 2px 6px rgba(0,0,0,0.08);
}

.topsection a:hover{
    background:#00A892;
    transform:translateY(-1px);
    box-shadow:0 4px 10px rgba(0,0,0,0.12);
}

/* Responsive */
@media (max-width: 768px) {
    .topsection .bin{
        flex-direction:column;
        align-items:flex-start;
        gap:12px;
    }

    .topsection h3{
        font-size:18px;
    }
}

@media (max-width: 480px) {
    .topsection {
        padding: 12px 10px;
        text-align: center;
    }
    .topsection h3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .topsection a {
        display: block;
        margin: 8px auto 0 auto;
    }
}
.nav-pills a{
    padding:8px 13px;
    border:none !important;
    font-weight:500;
    border-radius:6px;
    font-size:13.2px;
    display:inline-block !important;
    background-color:#565656 !important;
    color:#FFF !important;
}
.martop{
    margin-top:35px !important;
    margin-bottom:35px !important;
}
.info-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 3px 10px rgba(59, 130, 246, 0.1);
  border-left: 5px solid #1e40af;
  width:100%;
  margin: 10px 0;
}
.info-box.success {
  border-left-color: #16a34a;
}

.info-box.error {
  border-left-color: #ef4444;
}

.info-box .icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.info-box.success .icon {
  background: #16a34a;
}

.info-box.error .icon {
  background: #ef4444;
}

.info-box .title {
  font-weight: 600;
  color: #0f172a;
  font-size: 14px;
}

.info-box .msg {
  color: #475569;
  font-size: 13px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: #fff;
    border: 1px solid #004D2C;
    color: #004D2C !important;
    border-radius: 4px;
    padding: 4px 8px;
    margin: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #FFF !important;
    color: white !important;
    border: 1px solid #004D2C;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #004D2C;
    border-radius: 4px;
    padding: 4px 6px;
    font-size:13.2px;
    font-weight:400;
}
.dataTables_filter label {
    font-size: 0; 
}
.dataTables_filter label input {
    font-size: 14px; 
}
*:focus{
    outline:none !important;
    box-shadow:none !important;
}
.dt-buttons .dt-button {
    background-color: #004D2C !important;
    color: #FFF !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 6px 12px !important;
    margin-right: 5px;
    font-weight: 500;
    font-size:13px;
    height:37px;
    padding-left:14px;
    padding-right:14px;
}
.dt-buttons .dt-button:hover {
    background-color: #004D2C !important;
}
.topinfo h3{
    color:#000;
    font-weight:500;
    font-size:17.5px !important;
    margin-bottom:20px;
    margin-top:15px;
}
.topinfo p{
    color:#000;
    font-size:13.4px;
    line-height:24px;
    font-weight:400;
}
.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.formsection input[type="datetime-local"] {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection input[type="number"] {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection input[type="password"] {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection input[type="date"] {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection input[type="mail"] {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection input[type="time"] {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection input[type="text"] {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection input:focus {
    border: 2px solid #004D2C !important;
}
.required{
    color:red !important;
}
.formsection label {
    width: 100px; 
    
    font-size: 13.5px;
    color: #1C1C1C;
    font-weight: 500;
    padding-left:5px;
    margin-right: 12px;
    text-align: left;
}
.formsection textarea {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 135px;
    padding-top:15px !important;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection select {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.select2-container--default .select2-selection--single {
    flex: 1 !important;
    border-radius: 5px !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    background-color: #FAFAFA !important;
    padding: 5px 10px !important;
    height: 42px !important;
    transition: 0.3s ease-in !important;
    border: 1px solid #E0E0E0 !important;
}
.formsection button {
    padding: 8px 18px !important;
    border-radius: 6px !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    border: none !important;
    background-color:#004d2c;
    color:#FFF;
    transition: all 0.2s ease !important;
}
.formsection button:hover{
    transform:scale(1.02);
}

.silbut{
    background-color:transparent !important;
    color:red !important;
    font-weight:500;
    font-size:13.4px;
    height:42px;
    padding-left:12px;
    padding-right:12px;
}
.duzenlenmeac{
    background-color:transparent !important;
    color:#004D2C;
    font-weight:500;
    font-size:13.4px;
    height:42px;
    padding-left:12px;
    padding-right:12px;
}
.eklememodal{
    color:red !important;
    font-weight:500 !important;
    font-size:14.5px !important;
}
.menu1{
    margin-top:9px;
    margin-bottom:9px;
}
.menu1 img{
    width:auto;
    height:70px;
    object-fit:contain;
}
.menu1 input{
    width:100%;
    height:45px;
    border:1px solid #D9D9D9;
    border-radius:7px;
    color:#000;
    padding:10px;
    margin-top:12px;
    font-size:13.4px;
    font-weight:500;
}
.menu1 button{
    background-color:#004D2C;
    color:#FFF !important;
    font-weight:500;
    width:100%;
    height:70px;
    text-align:center;
    font-size:14.2px;
    border-radius:0px !important;
}
.block992{
    display:none !important;
}
.mobbut{
    color:#FFF;
    border:none !important;
    background-color:transparent;
    font-size:14.2px;
    font-weight:600;
    display:block !important;
    text-align:center !important;
    height:50px;
    width:100% !important;
}
.pushy a{
    color:#000;
    font-weight:500;
    font-size:13.5px;
    display:block;
    border-bottom:1px solid #D9D9D9;
    line-height:40px;
    padding-top:7px;
    padding-bottom:7px;
}
.pushy img{
    width:100%;
    height:80px;
    object-fit:contain;
    display:block;
    margin:auto !important;
}

.giriscontent {
    background-color: #FFF;
    height: 100vh;
    border-radius: 0px 40px 40px 0px;
    display: flex;
    justify-content: center; 
    align-items: center;
}
.Girisyap {
    background-color: #004D2C;
    height: 100vh;
}
.giristexts h6{
    font-size:12.4px;
    font-weight:700;
    color:rgba(0,0,0,0.6);
}
.giristexts{
    margin-top:-40px !important;
}
.giristexts img{
    height:80px;
    width:auto;
    object-fit:contain;
    margin-bottom:30px;
}
.giristexts h4{
    font-size:18.5px;
    color:#000;
    font-weight:500;
    margin-bottom:30px;
}
.giristexts input{
    width:550px;
    height:45px;
    background-color:#FAFAFA;
    border:1px solid rgba(223,237,249,0.4);
    color:#000;
    font-size:13.4px;
    font-weight:400;
    color:#000;
    padding:5px;
    margin-bottom:12px;
    border-radius:5px;
}
.girisfoto{
    width:100%;
    height:100vh;
}
.girisfoto img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    margin:auto !important;
}
.giristexts button{
    display:block;
    background-color:#004D2C;
    color:#FFF;
    font-size:14px;
    font-weight:500;
    border:none !important;
    border-radius:5px;
    width:140px;
    height:45px;
    text-align:center;
}
.leftpils{
    background-color:#FFF;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    padding: 20px;
    flex: 1; 
    transition: all 0.2s ease;
    
}
.leftpils h6{
    font-size:12.5px;
    font-weight:600;
    color:#2c2e83;
    margin-bottom:8px;
}
.leftpils h3{
    color:#000 !important;
    font-size:15.4px !important;
    font-weight:500 !important;
    margin-bottom:14px !important;
    margin-top:6px;
}
.leftpils p{
    font-size:13.5px;
    line-height:24px;
    color:#000 !important;
}
.leftpils .nav-pills {
    display: flex !important;      /* block yerine flex yap */
    flex-wrap: wrap;               /* ekran daralınca alt satıra geçsin */
    gap: 5px;                      /* kutular arasında boşluk */
}

.leftpils .nav-pills a {
    width: auto !important;        /* tam genişlikten çık */
    display: inline-flex !important; /* yan yana dizilmesi için */
    align-items: center;
    justify-content: center;
    padding: 7px 15px !important;  /* dikey ve yatay padding */
}

.homestats{
    width:100%;
    border:1px solid #D9D9D9;
}
.homestats h6{
    font-size:13.4px;
    font-weight:500;
    color:#000;
    line-height:40px;
    border-bottom:1px solid #D9D9D9;
}
.homestats span{
    color:#004D2C;
}
.stat-card{
    border: none;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(30,30,60,0.06);
    transition: transform .18s ease, box-shadow .18s ease;
    background: #fff;
}
.stat-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(30,30,60,0.08);
}
.stat-icon{
    flex: 0 0 64px;               
    height: 64px;
    border-radius: 50%;          
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2efff;
    color: #6b4cff;
    font-size: 26px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.02);
}
.eklememodal{
    color:#FFF !important;
    border-radius:0px !important;
    font-weight:600 !important;
    margin:0px !important;
    padding:0px !important;
    display:inline-block !important;
    font-size:13.5px !important;
    margin-bottom:15px !important;
    margin-top:0px !important;
    padding:12px 18px;
    border:none !important;
    border-radius:5px !important;
    background-color:#004D2C;
}
.stat-text h6{
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}
.stat-text h3{
    font-size: 28px;
    margin: 6px 0 0 0;
}
.meeting-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  background: #fff;
}

.meeting-card .card-title {
  font-size: 18px;
  color: #333;
}

.meeting-table {
  width: 100%;
  border-collapse: collapse;
}

.meeting-table thead {
  background-color: #f9f9fb;
}

.meeting-table th {
  font-weight: 600;
  color: #000;
  font-size: 13.3px;
  border-top: none;
  border-bottom: 1px solid #eee;
  padding: 12px 15px;
}

.meeting-table td {
  font-size: 13.3px;
  color: #000;
  border-top: none;
  border-bottom: 1px solid #f1f1f1;
  padding: 12px 15px;
}

@media (max-width: 767px) {
  .meeting-card .card-title {
    font-size: 16px;
  }
  .meeting-table th, .meeting-table td {
    padding: 10px 8px;
    font-size: 13px;
  }
}

.nav-pills .active{
    background-color:#004D2C !important;
    color:#FFF !important;
}
@media (
max-width: 420px){
    .stat-icon{ flex: 0 0 50px; height:50px; font-size:20px; }
    .stat-text h3{ font-size:22px; }
}


.stats-card {
    transition: 0.25s ease;
    cursor: pointer;
}

.stats-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08) !important;
}

.stats-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6c757d;
    letter-spacing: 0.5px;
}

.stats-value {
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 6px;
    color: #212529;
}

.stats-sub {
    font-size: 0.8rem;
    margin-top: 3px;
    color: #adb5bd;
}
.accordion {
  background-color: transparent;
  color: #000;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: left;
  border-bottom:1px solid #D9D9D9;
  outline: none;
  height:55px;
  font-size: 13.5px;
  font-weight:500;
  transition: 0.4s;
}


.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.tr-no-arac {
    background-color: #fff3cd !important; 
    color: #664d03;
    font-weight: 600;
}

.tr-no-arac:hover {
    background-color: #ffe69c !important;
}
.tr-overprice {
    background-color: #f8d7da !important;
    color: #842029;
    font-weight: 600;
}
.tr-has-arac {
    background-color: #ffffff !important;
}

@media screen and (max-width: 1400px) {
    .bin{
        width:94% !important;
    }
}
@media screen and (max-width: 992px) {
    .giristexts input{
        width:350px;
        height:45px;
        background-color:#FAFAFA;
        border:1px solid rgba(223,237,249,0.4);
        color:#000;
        font-size:13.4px;
        font-weight:400;
        color:#000;
        padding:5px;
        margin-bottom:12px;
        border-radius:5px;
    }
    .giristexts button{
        display:block;
        background-color:#004D2C;
        color:#FFF;
        font-size:14px;
        font-weight:500;
        border:none !important;
        border-radius:5px;
        width:120px;
        height:45px;
        text-align:center;
    }
    .giriscontent {
        background-color: #FFF;
        height: 100vh;
        border-radius: 0px;
        display: flex;
        justify-content: center; 
        align-items: center;
    }
    .pushy input{
        width:100%;
        height:45px;
        border:1px solid #D9D9D9;
        border-radius:7px;
        color:#000;
        padding:10px;
        margin-bottom:16px;
        margin-top:16px;
        font-size:13.4px;
        font-weight:500;
    }
    .parleft{
        display:none !important;
    }
    .block992{
        display:block !important;
    }
    .disnon992{
        display:none !important;
    }
}
@media screen and (max-width: 1150px) {
    .menu1 input{
        width:100%;
        height:45px;
        border:1px solid #D9D9D9;
        border-radius:7px;
        color:#000;
        padding:10px;
        margin-top:12px;
        font-size:13.4px;
        font-weight:500;
    }
    .parleft{
        padding-left:70px;
    }
}
.dolu-plaka {
    background-color: rgba(34, 197, 94, 0.15) !important;
}
.form-cards-wrapper {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px; 
}
.form-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    padding: 20px;
    flex: 1; 
    min-width: 280px; 
    transition: all 0.2s ease;
}
.form-card:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.form-card .card-title {
    font-size: 15.5px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}
.form-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}
.form-card input[type="file"],
.form-card input[type="date"],
.form-card select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 13px;
    margin-bottom: 12px;
}

.form-card input[type="file"]:hover,
.form-card select:hover,
.form-card input[type="date"]:hover {
    border-color: #2c7be5;
    box-shadow: 0 0 6px rgba(44,123,229,0.2);
}
.form-card button {
    padding: 8px 18px !important;
    border-radius: 6px !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    border: none !important;
    transition: all 0.2s ease !important;
}

.form-card button[type="submit"] {
    background-color: #2c7be5;
    color: #fff;
}
.form-card button[type="submit"]:hover {
    background-color: #1a5bb8;
}
.form-card .btn-danger {
    background-color: #ff4d4f;
    color: #fff;
}
.form-card .btn-danger:hover {
    background-color: #d9363e;
}
.form-card a {
    display: block;
    font-size: 13.7px;
    margin-top: 8px;
    margin-bottom: 8px;
    text-decoration: none;
}
.form-card a:hover {
    text-decoration: underline;
}
@media (max-width: 992px) {
    .form-cards-wrapper {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .form-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.toplinkact{
    background-color:#004D2C !important;
    color:#FFF !important;
}
