html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #f9f9f9;
}

    body:before {
        content: '';
        position: fixed;
        left: 0px;
        top: 0px;
        right: 0px;
        height: 300px;
        background-color:  #fbfbfb;
        z-index: -1;
        /*background-image:url("/images/back.jpg");*/
        opacity: 1;
    }

    body:after {
        content: '';
        position: fixed;
        left: 0px;
        top: 0px;
        right: 0px;
        height: 330px;
        background-color: #545664;
        z-index: -1;
        opacity: 1;
    }

#personelTable {
    width: 100%;
    color: #666;
    overflow: auto;
    background-color: white;
    max-width: 100%;
}
#personelTable tr {
 border-bottom:1px #f2f2f2 solid;
 background-color:white;
}

    #personelTable tr th {
        padding: 12px;
        font-size: 10pt;
        border: none;
        background-color: #4b4b54;
        text-align: center;
        vertical-align: middle;
        color: #f2f2f2;
    }

    #personelTable tr td {
        padding: 2px;
        font-size: 10pt;
        text-align: center;
        vertical-align: middle;
        color: #363636;
        outline:none !important;
    }
    #personelTable tr td i {
    
        outline: none !important;
    }

        #personelTable tr th:nth-child(1) {
            width: 40px;
            text-align: center;
            font-weight:bold;
        }

        #personelTable tr th:nth-child(2) {
            text-align: left;
            min-width:130px;
        }

        #personelTable tr th:nth-child(3) {
            width: 40px;
            text-align: center;
        }

        #personelTable tr th:nth-child(4) {
            width: 40px;
            text-align: center;
        }

    #personelTable tr td:nth-child(1) {
      
    }

        #personelTable tr td:nth-child(2) {
            text-align: left;
        }

    #personelTable tr td:nth-child(3) {
      
      
        
    }


    #personelTable tr td:nth-child(4) {
       
      
    }

    #personelTable thead tr th:last-child {
      
    }


        #personelTable tr td span.true {
            color: red;
        }

    #personelTable tr td span.fa-battery-half {
        color:#f29f09;
        font-size:9pt;
    }

    #personelTable tr td span.fa-battery-full {
        color: #0eb244 ;font-size:9pt;
    }

    #personelTable tr td span.fa-times {
        color: orangered;
        font-size: 9pt;
    }

        #personelTable tr td a.add {
            font-weight: bold;
            font-size: 14pt;
         
            border-radius: 50%;
            text-decoration: none;
            cursor: pointer;
            color:#2c2c2c;
            position:relative;
            display:inline-block;
        }
            #personelTable tr td a.add .mesai {
                width: 5px;
                height: 5px;
                position: absolute;
                right: 10px;
                top: 5px;
                background-color: red;
                border-radius: 50%;
            }

    #personelTable tr td a.add:hover {
       
        color: #1071d9;
    }

        #personelTable tr td span.no-data {
            font-weight: bold;
            font-size: 12pt;
            
        }


.btn-ajax {
    margin: 0px;
    padding: 0px; list-style:none;
    float:left;
}

    .btn-ajax li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: inline-grid;
        justify-content: center;
        align-items: center;
        justify-items: center;
        align-content: center;
        font-size: 10pt;
        position:relative;
    }

    .btn-ajax li input {
   
        font-size: 10pt!important;
      
        padding-right:20px;
      
    }
        /*.btn-ajax li span.takvim {
            font-size: 10pt !important;
            background-color: white !important;
            position:absolute;
            right:5px;
        }*/


        .btn-ajax li a {
            margin: 0px;
            padding: 10px;
            color: #232323;
            text-decoration: none;
            cursor: pointer;
            min-width: 60px;
            text-align: center;
            border-radius: 5px 5px 0px 0px;
            color: #252525;
            border-bottom: none;
            background-color: #dddddd;
            user-select: none;
        }
            .btn-ajax li a:hover {
                
                border-bottom: none;
               
               
            }
        .btn-ajax li input {
            margin: 0px;
            padding: 8px;
            color: #262424 !important;
            text-decoration: none;
            cursor: pointer;
            min-width: 60px;
            text-align: center;
            border-radius: 5px 5px 0px 0px;
            color: #d5d5d5;
            border-bottom: none;
            background-color: #dddddd !important;
            user-select: none;
            border: none !important;
            outline: none;
            appearance: none !important;
            -webkit-appearance: none !important;
            -moz-appearance: textfield !important;
        }
            .btn-ajax li input[type="month"]:focus {
                outline: none !important;
                border: none !important;
               box-shadow:none;
                padding:10px;
                
                background-color:#040404bc;
                border-top:2px red solid;
            }
           
            .btn-ajax li input[type="month"]:active {
                outline: none !important;
                border: none !important;
              
                padding: 10px;
              
                background-color: #0404045a;
            }

        .btn-ajax li a.active {
            box-shadow: none;
            background-color: #efefef;
            border-bottom: none;
            transform: translate(0px, 5px);
            border-top: 2px red solid;
        }

.table-responsive {
   
    border-radius: 0px 0px 8px 8px;

 
}

#personelTable-responsive #personelTable {
    caption-side: bottom;
    border-collapse: collapse;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    border-radius:0px 8px 8px 8px;
}

#personelTable tbody tr.bgalternate {
    background-color: #f4f4f4;
}

#personelTable tbody tr:hover {
    background-color: #c0d0db71;
}

        #personelTable-responsive #personelTable tbody tr td:nth-child(1) {
            border-left: 3px transparent solid;
        }
    #personelTable-responsive #personelTable tbody tr:hover td:nth-child(1) {
        border-left:3px red solid;
    }

#personelTable > :not(caption) > * > * {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0px!important;
    box-shadow: none!important
}

.info-wage {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
    float: right;
    margin-right: 8px;
    margin-top: -2px;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px 5px 0px 0px;
    color: #505050;
}

    .info-wage li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: inline-grid;
        justify-content: center;
        align-items: center;
        justify-items: center;
        align-content: center;
        margin-left:4px;
        font-size: 10pt;
       
    }

#personelTable-footer th {
    color:orangered;
    background-color:white!important;
}

.wage-panel {
/*    background-color: white;
    border-radius: 10px;
    padding: 10px;
    border-bottom: 5px #23232308 solid;*/
   
}

 /*   .wage-panel .buttons {
        padding: 5px;
        background-color: #ddd;
        border-radius:8px 8px 0px 0px;
    }*/

.tools {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.tools a {
    font-size: 9pt;
    display: inline-block;
    box-shadow: none !important;
    outline: none !important;
    margin-right:10px;
}
.btn {
    box-shadow: none !important;
    outline: none !important;
}

.btn-add {

    margin-bottom:5px;
  
  
  
    
    font-size:9pt;
 
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

.workflow {
    font-size: 10pt;
    padding: 10px;
    background-color: white!important;
    
    margin-bottom:30px;
}

    .workflow tr th {
        background-color: #ecececd6!important;
        color: #3c3c3c;
    }
    .workflow tr td {
        font-size: 10pt !important;
        padding:4px;
        vertical-align:middle;
    }

.workflow tr td span.fa-times {
    color: orangered;
    font-size: 9pt;
}

        .workflow tr td span.fa-battery-full {
            color: #0eb244;
            font-size: 9pt;
        }
        .workflow tr td span.fa-battery-half {
            color: #f29f09;
            font-size: 9pt;
        }

        .workflow tr td span.no-data {
            font-weight: bold;
            font-size: 10pt;
        }

        .workflow tr td a.add {
            font-weight: bold;
            font-size: 9pt;
            border-radius: 50%;
            text-decoration: none;
            cursor: pointer;
            color: #5a5858;
            position: relative;
            display: inline-block;
            margin-right:10px;
        }
            .workflow tr td a.add .mesai {
                width: 5px;
                height: 5px;
                position: absolute;
                right: 0px;
                top: -3px;
                background-color: red;
                border-radius: 50%;
            }

.project-title {
    font-size: 22pt;
   
    margin: 0px;
    padding: 10px;
    padding: 20px;
    color:white;
   
}
.breadcrumbs {
   
    padding-top: 25px;
    padding-bottom: 25px;
}

.project-title span, .work-title span {
    font-size: 11pt;
    margin: 12px;
    padding: 5px;
    padding-left:0px;
    margin-left:0px;
}

    .project-title div.truefalse, .work-title div.truefalse {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }



    .project-title div.True, .work-title div.True {
        background-color: red;
    }

    .project-title div.False, .work-title div.False {
        background-color: #09c547;
        border: 2px #ffffff solid;
    }


.work-title {
    font-size: 14pt;
    background-color: #d0d0d0;
    
    margin: 0px;
    padding: 10px;
    color: black;
    position: relative;
    color: #0b0b0b;
}
.work-title p {

 margin:0px; padding:0px;
  
}

.workflow tbody tr th{
   font-size:10pt; padding:12px;

}
.workflow tbody tr td:nth-child(1) {
    text-align: center;
  
}
.workflow tbody tr td:nth-child(4) {
    text-align:center;
    vertical-align:middle;
}
.workflow tbody tr td:nth-child(5) {
    text-align: center;
    vertical-align: middle;
}
.workflow tbody tr td:nth-child(6) {
    text-align: center;
    vertical-align: middle;
}
.workflow tbody tr td:nth-child(7) {
    text-align: center;
    vertical-align: middle;
}
.workflow tbody tr td:nth-child(8) {
    text-align: center;
    vertical-align: middle;
}
.workflow tbody tr td:nth-child(9) {
    text-align: center;
    vertical-align: middle;
}
.workflow tbody tr td:nth-child(10) {
    text-align: center;
    vertical-align: middle;
}

.workflow tbody tr {
   border-color:transparent;
}
.workflow tbody tr.bgalternate {
    background-color: #f8f8f8ff;
}

.workflow tbody tr:hover {
    background-color: #d8e9ff82;
}

.inactive-assignment td {

    color: #b1afaf; /* Koyu kırmızı yazı */
    font-style: italic; /* İtalik yazı */
  
}
    .inactive-assignment td .add {
        pointer-events: none; /* Tıklamayı engelle */
        opacity: 0.5
    }

.inactive-personels {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-start;
    align-items: stretch;
    column-gap: 15px;
}
.active-personels {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-start;
    align-items: stretch;
    column-gap: 15px;
}


.right-button {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
    display: inline-block;
    text-align: right;
}
    .right-button li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display:inline-block;
        margin-right:10px; 
        
    }

        .right-button li a {
            padding: 5px;
            color: #ffffff;
            text-decoration: none;
            font-size: 11pt;
            border-right: 1px #c2c2c2 dotted;
            padding-right: 12px;
            cursor: pointer;
            transition: all .5s ease-in-out;
            border: 1px #15b5b4 solid;
            background-color: #0e8f8e;
            border-radius: 4px;
        }


            .right-button li a:hover {
                color: #e8e8e8;
                transform: scale(1.1);
                background-color: #3b2c26;
            }





.footer[b-jpmtkvyn1z] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    background-color: #f0f0f0;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #323334 !important;
}
.table-responsive {
    /*box-shadow: 0px 11px 15px #0202020f;*/
}
.table {
    margin-bottom: 16px;
 
}

div:where(.swal2-container) div:where(.swal2-actions) {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 1.25em auto 0;
    padding: 0;
    flex-direction: row-reverse!important;
}

.work-panel.True .work-title, .work-panel.True th, .work-panel.True .switch 
{
    pointer-events: none;
    opacity: 0.6;
}

p.date-range {
    display:inline-block;
     margin:0px; padding:5px;
     font-weight:bold;
     color:orangered;
}
p.date-range span {
    display: inline-block;
    float:left;
    
}
    p.date-range span input {
        padding: 3px;
        margin-top: -4px;
        margin-left: 8px;
        border: none;
        border:none!important;
        outline: none !important;
        box-shadow:none!important;
    }
        p.date-range span input:focus {
            border: none;
            border: none !important;
            outline: none !important;
            box-shadow: none !important;
        }

        p.date-range span input:active {
            border: none;
            border: none !important;
            outline: none !important;
            box-shadow: none !important;
        }

.work-panel.False .work-title {
    background-color: #bec9d3;
}

.page-title {
    color: white;
    margin: 0px;
    padding: 10px
}

#modalAssignment h3 {
     font-size:14pt; border-bottom:1px #dbdbdb solid;
     padding-bottom:10px;
}
#modalAssignment .active-personels {
   margin-bottom:12px;
}

#modalAssignment .card-body {
    padding-top:0px;
}

#modalAssignment .modal-body {
    padding-top: 0px;
}

.btn-list-project {
    margin:0px; padding:0px; list-style:none;
}

.btn-list-project li {
    margin: 3px;
    padding: 0px;
    list-style: none;
    display:inline-block;
}

    .btn-list-project li a {
        background-color: #cc0d0d;
        padding: 8px;
        text-decoration: none;
        color: white;
        border-radius: 5px;
        cursor: pointer;
        border: 1px #6b6d7a solid;
        transition: all .5s ease-in-out;
    }

        .btn-list-project li a:hover {
            background-color: #67696b;
            border: 1px #323334 solid;
        }



.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 25px;
}

.grid-item {
    background-color: #ffffff;
    position: relative;
    z-index: 0;
    transition: all .5s ease-in-out;
    margin: 0px;
   
    text-align: center;
    border-radius: 8px;
    border: 1px #f1f1f1 solid;
    border-radius: 1px;
}

    .grid-item h2 {
        padding: 8px;
        background-color: #efefef;
        color: #323232;
    }
    .grid-item .card-footer {
        background-color: #ffffff;
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%
    }

.scaling {
    -webkit-animation: scaling linear .5s both;
    animation: scaling linear .5s both;
}
.grid-item .table tr td {

    text-align:left;color:#565656
}

.grid-item div.flex {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    
    z-index: 9;
    border: none;
    transition: all .5s ease-in-out;
}

/* Sabit Üst Menü */
.nav-bar {
    position: fixed; /* Üstte sabit */
    top: 0;
    left: 0;
    width: 100%;
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    display: flex;
    justify-content: flex-end; /* Bildirim butonunu sağa yerleştir */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* Bildirim Butonu */
.notification-btn {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    position:relative
}
    .notification-btn svg {

        fill:orangered;
    }
    .notification-btn div {
        position: absolute;
        right: -14px;
        top: -10px;
        color: orangered;
        font-size: 11pt;
        /* padding: 6px; */
        width: 31px;
        height: 30px;
        color: white;
        line-height: 31px;
        text-align: center;
        background-color: red;
        border-radius: 50%;
    }

/* Bildirim Paneli */

.notification-list {

    max-height:500px; overflow-y:auto;

}
.notification-panel {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 450px;
    width: 100%;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1001;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out;
}

    .notification-panel h4 {
        margin: 0;
        padding: 10px;
        background-color: orangered;
        color: white;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .notification-panel ul {
        list-style: none;
        padding: 10px;
        margin: 0;
    }

        .notification-panel ul li {
            padding: 10px;
            border-bottom: 1px solid #ddd;
        }

            .notification-panel ul li:last-child {
                border-bottom: none;
            }

    .notification-panel .close-btn {
        background: none;
        border: none;
        color: white;
        font-size: 18px;
        cursor: pointer;
    }

.nav-link {
     text-transform:uppercase;
   font-size:10pt;
}
.notification-list li p {
   font-weight:bold;
    color: #525151;
    margin:0px; padding:3px;
}

.notification-list li a {
     text-decoration:none;
     color:orangered;
     font-weight:bold;
}
.notification-list li a:hover {
    text-decoration: none;
    color: #0da0e9;
}

.project-container {
    padding: 0px;
    border-radius: 8px;
    box-shadow: 0px 0px 25px #0000000a;
}

.page-titles {
    background-color: #56565c;
    color: #ebebeb;
    border-radius: 5px 5px 0px 0px;
    font-size: 12pt !important;
    border-bottom: none !important;
}

.project-card h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 16px;
    padding:15px;
}

.project-card {
    background: #ffffff;
    border-radius: 8px;
    padding:12px;
   
  
    text-align: center;
    border: 1px #dbdbdb solid;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .project-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 8px #00000012
    }
    .project-card h2 {
        margin: 0 0 10px;
        font-size: 1.5rem;
        color: #c21010;
    }

.project-card p {
    margin: 5px 0;
    font-size: 1rem;
    color: #555;
}

.manage-btn {
    margin-top: 10px;
    padding: 10px 20px;
    background: linear-gradient(45deg, #f80b0b, #ca0606);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-decoration: none;
    font-size: 14pt;
}

    .manage-btn:hover {
        background: linear-gradient(45deg, #ff3939, #2e2c2c);
        color: white;
    }

.progress {
    display: flex;
    height: 12px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #121212;
    text-align: center;
    white-space: nowrap;
    background-color: #25da4a;
    transition: width .6s ease;
}

#personelTable tr .tdactive {
    background-color: #c0d0db71 !important;
}

.report-date{
   text-align:center!important;
   padding:6px!important;
}
.report-date .fa-times {
  
}

.report-date .fa-check {
    color: #0eb244;
}

.current-date {
   
    padding:4px; border-radius:3px;
    color:red;
}

.report-date a {
    text-decoration: none;
    color:#808080;display:block;
    
}

.report-date .current-date {
    color: red !important;
}
.report-date.inactive * {

     pointer-events:none;
     opacity:0.6;
     font-weight:400;
}
.report-date .fa{
 font-weight:400!important;

}

#progress-container {
    width: 100%;
    background: #ddd;
    border-radius: 5px;
    margin-top: 10px;
}

#progress-bar {
    width: 0%;
    height: 25px;
    background: green;
    color: white;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
}

.btn-print {
    color: #515151;
    text-decoration: none;
    padding: 8px;
    background-color: #fb8549;
    color: #ffffff;
    border-radius: 4px;
    transition:all .5s ease-in-out;
    font-size:9pt;
}
.btn-print:hover {
  
    background-color: #fd6e25;
    color:#ffffff;
 
}


.btn-pdf {
    color: #515151;
    text-decoration: none;
    padding: 8px;
    background-color: #fb8549;
    color: #ffffff;
    border-radius: 4px;
    transition: all .5s ease-in-out;
    font-size:9pt;
}

.btn-pdf:hover {
    background-color: #fd6e25;
    color: #ffffff;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}

.btn-printable {
    color: #515151;
    text-decoration: none;
    padding: 10px;
    background-color: #fb8549;
    color: #ffffff;
    border-radius: 4px;
    transition: all .5s ease-in-out;
    font-size: 9pt;
}

    .btn-printable:hover {
        background-color: #fd6e25;
        color: #ffffff;
    }

@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }

    .nav-item.dropdown .dropdown-menu {
        margin-top: 0;
    }
}

.madde {
    margin: 0px;
    padding: 0px;
    list-style: none;
}


.madde li{
    margin: 0px;
    padding: 0px;
    list-style: none;
   
}


.digital table.bordered td {
    border: 1px #f5f5f5 solid;
    padding:3px;
   
}

.digital * {
    font-family: 'IBM Plex Mono', monospace;
  font-family:Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #555555;
   
    }

.digital p {
  
    margin: 0px;
}



.fbold {
    font-weight: bold;
}

.digital h2 {
    max-width: 900px;
    text-align: left;
    font-size: 16px;
    padding: 3px;
    margin-top: 3px;
    font-weight: 700;
}

.hidden.hide {
    display: none;
}
.delete {
    cursor:pointer;
}


.btn-print, .btn-printable, .btn-pdf {
    background-color: #636363;
    border: 1px #868585 solid;
    border-radius: 6px;
}

    .btn-print:hover, .btn-printable:hover, .btn-pdf:hover {
        background-color: orangered;
        border: 1px #d81919 solid;
    }

.home-btn-list li a {
    padding: 8px;
    color: white !important;
    border-radius: 8px;
    border: 1px #7e7f89 solid;
    margin: 4px;
    transition: all .5s ease-in-out;
    background-color: #d40606;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
    font-size: 9pt;
}
.part {
    margin:5px;
    padding:0px; list-style:none;
}


.seperator {
     border-top:1px #eeeeee solid;
     margin-top:20px; margin-bottom:20px;
}




.deletePart {
    float:right;
    font-size:16px;
    color:#707070;
    cursor:pointer;
}

.deletePart:hover {
    float: right;
    font-size: 16px;
    color: #fd6e25;
    cursor: pointer;
}
.paginationjs {
  
    text-align: center!important;
}

.box{

background-color: white;


}

.right-menu a.dropdown-toggle {
    color: #636363;
    text-decoration:none;
}

    .right-menu a.dropdown-toggle:hover {
        color: #302f2f;
    }


.right-menu a.dropdown-toggle:after {
 display:none;
}


.btn-filter {
    margin-top: 14px;
}


.dropdown-item {
    color:#4c4c4c!important
}


@media print {
    table {
        width: 100%;
        table-layout: auto;
        word-break: break-word;
    }

    body {
        margin: 0;
        padding: 0;
        font-size: 10pt;
    }

    .tool {
        display: none !important;
    } 

    .container {
        max-width: 100% !important;
    }

    .company-container {
        display: flex;
        display: flex;
        flex-direction: row;
        flex-wrap Controls whether the flex container is single-line or multi-line, and the direction of the cross-axis, which determines the direction new lines are stacked in. Learn more Don't show : wrap; align-content: center;
        justify-content: center;
        align-items: center;
        gap: 47px;
        padding: 20PX;
    }
    .digital * {
        /*font-family: 'IBM Plex Mono', monospace;*/
       /* font-family: Calibri;
        font-size:9pt;
        color: #555555*/;
    }
    .deactive {
        display:none!important;
    }

    .no-print {
        display: none; /* Ekranda göster ama yazdırma */
    }

    .stock-hidden {
        display: none;
    }

    body:after {
        display: none !important;
    }
    .personelTable tr td {
        font-size:8pt;
    }

    .report-date {
        display:none!important;
    }
}

.dotted {
    padding: 12px;
  
    

    font-weight: bold;
    display:inline-block;
    float:right;
}


.dotted h2 {

    border-bottom:1px red dotted; display:block;width:100%; height:25px;
}

 
   
        .dotted table tr th  {
       padding:6px;
        }

  

a {
    text-decoration:none;
    color:#6a6a6a
}

.btn-default {

}

.average {
    background-color: #fff;
    text-align: center;
    position: relative;
    color: #767171;
  
}

.average-card {
    display: flex;
    justify-content: center; /* İki sütun arasına boşluk koyar */
    gap: 55px; /* Sütunlar arasında boşluk */

    padding: 15px;
    font-size: 10pt;
    font-weight: bold;
}

    .average-card .column {
        flex: 1; /* İki sütunu eşit genişlikte yapar */
        max-width: 50%; /* Sütun genişliğini sınırlamak için */
        box-sizing: border-box; /* Padding'in genişliğe dahil edilmesini sağlar */
        border: 1px solid #ddd; /* Görünürlük için sınır */
        padding: 10px; /* İçerik boşluğu */
    }



.average-title {
    padding: 10px;
    font-size: 10pt;
}

/*average-card div div {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: white;
    box-shadow: 0px 0px 10px #05050536;
    margin-top: 10px;
 
    position:relative;
}

.average-card div div:before {
    position: absolute;
    content: '';
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px #bebaba solid;
    left:0px; top:0px;
    border-left: 2px red solid;
    animation: spin 2s linear infinite;
}*/
.high {
    font-weight: bold;
    position: relative;
    padding-right: 15px;
    display: inline-block;
    color: #ed0d0d;
    padding-right: 18px;
}



    .high:after {
        content: "\ed81";
        position: absolute;
        font-size: 14pt;
        top: 50%;
        right: 0px;
        transform: translate(0%, -50%);
        font-style: normal;
        font-weight: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-family: icomoon !important;
    }

.normal {
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: #2ac612;
    padding-right: 18px;
}


    .normal:after {
        content: "\eca6";
        position: absolute;
        font-size: 14pt;
        top: 50%;
        right: 0px;
        transform: translate(0%, -50%);
        font-style: normal;
        font-weight: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-family: icomoon !important;
    }




.low {
    font-weight: bold;
    position: relative;
    padding-right: 15px;
    display: inline-block;
    color: #f5a706;
    padding-right: 18px;
}

    .low:after {
        content: "\ed8f";
        position: absolute;
        font-size: 14pt;
        top: 50%;
        right: 0px;
        transform: translate(0%, -50%);
        font-style: normal;
        font-weight: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-family: icomoon !important;
    }






.average-card .high {
    font-weight: bold;
    position: relative;
    padding-right: 15px;
    display: inline-block;
    color: #ed0d0d;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 10px;
    position: relative;
}

    .average-card .high:before {
        position: absolute;
        content: '';
        box-shadow: 0px 2px 4px #ed0d0d;
        border-bottom: 2px #ed0d0d solid;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        border-radius: 50%;
        animation: spin 5s linear infinite;
    }

    .average-card .high:after {
        content: '';
        display: none;
    }



    .average-card .high span {
        transform: translate(10px, 0px);
        padding: 0px;
        padding-right: 18px;
        font-size: 18pt;
        font-weight: bold;
        position: relative;
    }






.average-card .normal {
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: #2ac612;
    padding-right: 15px;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 10px;
    position: relative;
}

    .average-card .normal:after {
        content: '';
        display: none;
    }

    .average-card .normal span {
        transform: translate(10px, 0px);
        padding: 0px;
        padding-right: 18px;
        font-size: 18pt;
        font-weight: bold;
    }

       

    .average-card .normal:before {
        position: absolute;
        content: '';
        box-shadow: 0px 2px 4px #2ac612;
        border-bottom: 2px #2ac612 solid;
        /* border-bottom: 5px #2ac612 solid; */
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        border-radius: 50%;
        animation: spin 5s linear infinite;
    }


.average-card .low {
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: #f5a706;
    padding-right: 15px;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 10px;
    position: relative;
}

    .average-card .low:after {
        content: '';
        display: none;
    }

    .average-card .low span {
        transform: translate(10px, 0px);
        padding: 0px;
        padding-right: 18px;
        font-size: 18pt;
        font-weight: bold;
    }

      


    .average-card .low:before {
        position: absolute;
        content: '';
        box-shadow: 0px 2px 4px #f5a706;
        border-bottom: 2px #f5a706 solid;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        border-radius: 50%;
        animation: spin 5s linear infinite;
    }


@keyframes spin {
    0% {
        transform: rotate(0deg); /* Başlangıç */
    }

    100% {
        transform: rotate(360deg); /* 360 derece tamamlanır */
    }
}

table tr td {
    vertical-align:top;
}

.customer, .company {
    min-height:150px;
}
.deactive {
    display: none;
}

.active {
    display: block;
}

.offer-footer {
    position: relative;
    width: 100%;
   height: 200px; 

    border-top: 1px #f2f2f2 solid;
}

.left-column {
    position: absolute;
    left: 0;
    width: 200px;
    height: 100%;
    padding: 10px;
}

.right-column {
    position: absolute;
    right: 0;
    width: 200px;
    height: 100%;
    padding: 10px;
}


@-webkit-keyframes scale-down-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes scale-down-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}


.scale-down-center {
    -webkit-animation: scale-down-center 0.4s linear 0.5s both;
    animation: scale-down-center 0.4s linear 0.5s both;
}

@-webkit-keyframes scaling {
    From {
        -webkit-transform: scale(2.0);
        transform: translate(2.0);
        opacity: 0;
    }

    To {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 1;
    }
}

.scaling {
    -webkit-animation: scaling linear .5s both;
    animation: scaling linear .5s both;
}

.lesson-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-gap: 1em;
}

.articles {
    border: none !important;
    padding: 0px !important;
    aspect-ratio: 2/1;
    position: relative;
    z-index: 0;
    transition: all .5s ease-in-out;
    
    transform:scale(1.0);
}

    .articles div {
        transition: all .5s ease-in-out;
       
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .articles:hover div {
        transition: all .5s ease-in-out;
        transform: scale(1.03) !important;
        z-index: 1;
        -moz-box-shadow: 0px 0px 15px #3f3e3e3f;
        -webkit-box-shadow: 0px 0px 15px #3f3e3e35;
        box-shadow: 0px 0px 15px #3f3e3e3f;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
    }

        .articles:hover div {
            opacity: 1;
        }

    .articles h2 {
        margin: 0px;
        padding: 0px;
        text-align: center;
        color: white;
        font-size: 36pt;
        font-weight: 600;
    }

    .articles div {
        width: 100%;
        height: 100%;
        opacity: 0.9;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        z-index: 9;
        border: none;
        transition: all .5s ease-in-out;
    }

@media (max-width: 789px) {
    .lesson-list {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}

.c1 {
    background-color: #ff6a00 !important;
}

.c2 {
    background-color: #309bd9 !important;
}

.c3 {
    background-color: #ca7335 !important;
}

.c4 {
    background-color: #7c15ce !important;
}

.c5 {
    background-color: #d4b716 !important;
}

.c6 {
    background-color: #ee4353 !important;
}

.c7 {
    background-color: #77be30 !important;
}

.c8 {
    background-color: #25c2d8 !important;
}

.subject-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .subject-list li {
        margin: 8px;
        padding: 0px;
        list-style: none;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
      
    }

        .subject-list li > a {
            color: #5a5858;
            padding: 5px;
            text-decoration: none;
            font-weight: normal;
            display: block;
            text-align: left;
            border: 1px #e1e1e1 solid;
            -moz-box-shadow: 0px 0px 5px #1b19191e;
            -webkit-box-shadow: 0px 0px 5px #1b19191e;
            box-shadow: 0px 0px 5px #1b19191e;
            background-color: #f4f4f4;
            border-left: 4px #eba616 solid;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border-radius: 8px;
            transition: all .5s ease-in-out;
            position: relative;
            z-index: 1;
            padding-left: 12px;
        }
           
            .subject-list li > a:hover {
                /*   background-color: #309bd9;
                color: #eeeeee;
                border: 1px #c2c2c2 solid;
                -moz-box-shadow: 0px 0px 10px #1b19191e;
                -webkit-box-shadow: 0px 0px 10px #1b19191e;
                box-shadow: 0px 0px 10px #1b19191e;*/
                border-left: 12px #eba616 solid;
              
            }
       

            .sub-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
     
    border:1px #e7e7e7 solid;
    margin-bottom:15px;
    margin-left:20px;
}
                .sub-list li {
                    margin: 0px;
                    padding: 0px;
                    list-style: none;
                    border-radius: 8px;
                }

                    .sub-list li a {
                       
                        margin-top:5px;
                        -moz-box-shadow: none;
                        -webkit-box-shadow: none;
                        box-shadow: none;
                        border-radius: 8px;
                    }