@font-face {
    font-family: 'Roboto';
    src: url('./font/Roboto/Roboto-Regular.ttf') format('ttf'),
         url('./font/Roboto/Roboto-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('./font/monterrat/Roboto-Medium.ttf') format('ttf'),
         url('./font/Roboto/Roboto-Medium.ttf') format('ttf');
    font-weight: medium;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('./font/Roboto/Roboto-Italic.ttf') format('ttf'),
         url('./font/Roboto/Roboto-Italic.ttf') format('ttf');
    font-weight: normal;
    font-style: italic;
}

body {
    font-family: 'Roboto', sans-serif;
}


body {
    /* font-family: Arial, sans-serif;*/
    
    justify-content: center;
    align-items: center;
    margin: 0;
    /* background: rgb(197,213,195);
    background-color: #f4f4f4;
    background: linear-gradient(90deg, rgb(183 206 205) 0%, rgb(141 185 238) 100%); */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 5px 10px;
    border-radius: 23px;
    background-color: #71b6bd !important;
    color: #fff !important;
}

span.select2-selection__choice__remove {
    padding-right: 5px;
    color: #fff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #71b6bd !important;
}

textarea#taskDescription {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 20px;
}


.head {
    padding: 10px;
}

/* Genel ayarlar */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    width: 100%;
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    z-index: 20;
}

.header-left, .header-right {
    display: flex;
    align-items: center;
}

.header-left i, .header-right i {
    margin-right: 15px;
    font-size: 18px;
}

.header-left i:first-child, .header-right i:last-child {
    margin-right: 0px;
}

.header-right img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

/* Header Center */
.header-center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1; 
    text-align: left;
    
}

.header-center i {
    /* margin-left: 15px; */
    transition: transform 0.3s ease;
}

.header-center span {
    font-size: 18px;
}

/* Mobil menÃ¼ butonu */
.mobile-menu-button {
    display: none;
    font-size: 24px;
    cursor: pointer;
    margin: 0 10px;
    z-index: 1001;
}


.mobile-menu {
    display: none;
    flex-direction: column;
    background-color: #fff;
    position: absolute;
    top: 0px; 
    right: 0;
    width: 100%;
    height: 90vh;
    z-index: 1000;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    border-radius: 15px;
}

.mobile-menu.active {
    transform: translateY(0);
    display: flex; 
    justify-content: center;
    align-items: center;
}

.mobile-menu a {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    width: 50%;
}

.header-right {
    display: flex;
    align-items: center;
}

#theme-button {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.theme-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2001;
    right: 0;
}

.dropdown-content.active {
    display: block;
    z-index: 2001;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 8px;
}

#theme-options-mobile {
    width: 100%;
    margin-top: 40px;
}

#theme-options-mobile a {
    width: 50%;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown-content .theme-color {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 8px;
    border: 1px solid #ada9a99c;
}

.back-to-projects {
    color: #333;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 1em;
    display: inline-block;
}

.back-to-projects:hover {
    /* background-color: #f0f0f0; */
}

/* Alt menÃ¼ temalarÄ± */
.dropdown-content.light {
    background-color: #f4f6f8;
}

.dropdown-content.dark {
    background-color: #333333; /* Siyah yerine koyu gri tercih ettim, okunabilirlik iÃ§in */
}

.dropdown-content.vivid {
    background: linear-gradient(90deg, rgb(183 206 205) 0%, rgb(141 185 238) 100%);
}

#theme-options-mobile a {
    padding-left: 40px;
}

@media (max-width: 768px) {
    .header {
         /* SaÄŸ ve sol header'Ä± yer deÄŸiÅŸtirir */
    }
    
    .header-center {
        display: none; /* Mobilde gizler */
    }
    
    .mobile-menu-button {
        display: block; /* Mobilde gÃ¶sterir */
    }
    
    .mobile-menu.active {
        display: flex; /* Mobil menÃ¼ aktif olduÄŸunda gsterir */
        justify-content: center;
        align-items: center;
    }
    
    .header-right {
      /* Mobilde saÄŸdaki menÃ¼yÃ¼ sola taÅ±r */
    }

    .theme-dropdown {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .dropdown-content {
        position: relative;
         /* Men geniŸliÄŸi */
        box-shadow: none;
    }
    .dropdown-content.active {
        align-items: center;
    }
}


/* Header */


.popup {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 500px;
    width: 100%;
}

#deletePopup {
    text-align: center;
}

.popup label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    color: #555;
}

.popup input[type="text"],
.popup input[type="date"],
.popup select,
.popup textarea {
    padding: 6px 0;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fafafa;
    transition: border-color 0.3s;
}

.popup input[type="text"]:focus,
.popup input[type="date"]:focus,
.popup select:focus,
.popup textarea:focus {
    border-color: #007BFF;
    outline: none;
}

.popup textarea {
    resize: vertical;
}

.popup-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

button#printButton {
    margin-top: 10px;
    font-size: 18px;
    background: none;
    color: #000;
    z-index: 15 !important;
    padding-top: 10px;
}

button#printButton:hover {
    transform: scale(1.2);
}

.popup-buttons button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background-color: #007BFF;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
}

.popup-buttons button#cancelAddTask {
    background-color: #6c757d;
}

.popup-buttons button:hover {
    background-color: #2aa71b;
    transform: scale(1.1);
}

input, textarea {
    padding-left: 9px !important;
}

.popup-buttons button#cancelAddTask:hover {
    background-color: #5a6268;
}

form#taskForm {
    padding: 10px;
}

@media (max-width: 900px) {
    
    #todoColumn, #doneColumn, .time.print-area, .statistics {
        height: auto !important;
        overflow-x: visible !important;
    }

    #app {
        padding: 1% !important;
    }
    button#manageTeamsButton {
        margin-bottom: 15px;
    }
    .project p {
        display: none;
        font-size: 14px;
    }
    
    .progress-bar-container {
        width: 15%;
    }

    a.btn.btn-title-view {
        width: 30%!important;
        margin-right: 28%;
    }
    .column {
        width: 98%!important;
        margin-top: 15px;
    }
    .columns {
        display: block!important;
    }
    div#doneColumn {
        /* display: none; */
    }
    .time.print-area {
        width: 95%;
    }
    .popup {
        width: 85%!important;
    }

}

@media (max-width: 600px) {
    .popup {
        padding: 15px;
    }
    
    .popup input[type="text"],
    .popup input[type="date"],
    .popup select,
    .popup textarea {
        padding: 8px;
        margin-bottom: 15px;
    }
    
    .popup-buttons {
        flex-direction: column;
        gap: 5px;
    }
    
    .popup-buttons button {
        padding: 10px;
    }
}


.column {
    width: 48%;
    float: left;
    flex-basis: 46%;
    /* background-color: #ffffff5c; */
    padding: 0 1%;
    border-radius: 20px;
}

.columns {
    display: flex;
    justify-content: space-between;
    height: fit-content;
}

input, button, select {
    font-size: 18px;
}

.header a {
    color: #434343;
    padding: 10px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.header a:hover  {
	color:#090909;
	text-decoration: none;
	background: #0000001c;
	border-radius: 4px;
}

.header i:hover  {
    transform: scale(1.05);
}


button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 4px 16px;
    margin: 0px;
    border-radius: 3px;
    cursor: pointer;
    float: right;
    transition: transform 0.3s ease;
}


.shortbuttons {
    float: right;
    vertical-align: middle;
    margin-bottom: -25px;
}

.dropdown {
    position: relative;
    display: inline-block;
    font-size: 12px;
}

#sortButton {
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    background-color: transparent;
    color: black;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background-color 0.3s;
}

#sortButton i {
    transition: transform 0.3s;
}

#sortButton:hover {
    background-color: #000000;
    color: #fff;
}

.dropdown-content {
    position: absolute;
    background-color: transparent;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}


.dropdown:hover .dropdown-content {
    display: block;
    margin: 20px 0 0 -50px;
}

.dropdown:hover #sortButton i {
    transform: rotate(180deg);
}

#todoColumn, #doneColumn {
    border: none;
    box-shadow: none;
}

.column h2 {
    font-size: 20px;
    text-align: center;
}

.task-list {
    list-style: none;
    padding: 0;
    min-height: 200px;
    overflow-y: auto;
}

ul#doneList {
    opacity: 0.6;
}

.task-item {
    background-color: #fcfcfc;
    border-radius: 25px;
    margin-bottom: 8px;
    padding: 15px;
    overflow-y: auto;
    font-size: 12px;
}

.task-title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
    width: fit-content;
    max-width: 80%;
}

.task-description {
    margin-bottom: 5px;
    font-size: 0.8rem;
    line-height: 1.5em;
}

.task-details {
    margin-bottom: 5px;
    color: #a3a0a0;
}

.task-assignee {
    font-style: italic;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 22px;
    width: 100px;
}

span.task-dates {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.subtask-list {
    list-style: none;
    padding-left: 20px;
}

.subtask-item {
    padding: 5px;
    background-color: #e8e8e8;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 5px;
    cursor: move;
}

.task-due-date,
.task-created-at {
    font-size: 14px;
    margin-right: 5px;
}

.delete-task {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.delete-task:hover {
    background-color: #c82333;
    color: #fff;
}







/* Genel stil */


.popup {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 500px;
    width: 100%;
}

.popup label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    color: #555;
}

.popup input[type="text"],
.popup input[type="date"],
.popup select,
.popup textarea {
    width: 98%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fafafa;
    transition: border-color 0.3s;
}

.popup input[type="text"]:focus,
.popup input[type="date"]:focus,
.popup select:focus,
.popup textarea:focus {
    border-color: #007BFF;
    outline: none;
}

.popup textarea {
    resize: vertical;
}

.popup-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.popup-buttons button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background-color: #229315;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
}

.popup-buttons button#cancelAddTask {
    background-color: #6c757d;
}



.popup-buttons button#cancelAddTask:hover {
    background-color: #5a6268;
}

form#taskForm {
    padding: 10px;
}

@media (max-width: 600px) {
    .popup {
        padding: 15px;
    }
    
    .popup input[type="text"],
    .popup input[type="date"],
    .popup select,
    .popup textarea {
        padding: 8px;
        margin-bottom: 15px;
    }
    
    .popup-buttons {
        flex-direction: column;
        gap: 5px;
    }
    
    .popup-buttons button {
        padding: 10px;
    }
}



#app {
    /* padding: 75px 1%; */
    border-radius: 5px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    width: 98%;
    display: block;
    margin: 0 auto;
    max-width: 1920px;
}

input, button, select {
    font-size: 18px;
}

button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 4px 16px;
    margin: 0px;
    border-radius: 3px;
    cursor: pointer;
}

button:hover {
    background-color: #2aa71b;
    transform: scale(1.05);
}

.btn-manage:hover {
    background: #2b91fe;
    transform: scale(1.05);
}

button#addTaskButton {
    background: none;
    color: #51ac47;
    font-size: 30px;
}

button#addTaskButton:hover {
    transform: scale(1.2);
    /* background: #ffffffbd; */
    padding: 0px;
    margin: auto;
    border-radius: 5px;
}

button#manageTeamsButton {
    background: #454545;
}

.button-wrapper {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    background: none;
}

.task-list {
    list-style: none;
    padding: 0;
    min-height: 200px;
    overflow-y: auto;
}

.task-item {
    background-color: #f6f6f9d6;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px;
    margin-right: 15px;
    margin-left: 10px;
    overflow-y: auto;
    font-size: 12px;
    box-shadow: 0 0 10px rgba(0.5, 0.4, 0, 0.2);
}

.task-title {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 15px;
    border-radius: 5px;
    padding: 5px;
}

.task-description {
    margin-bottom: 5px;
    font-size: 0.9rem;
    line-height: 1.5em;
}

.task-details {
    margin-bottom: 5px;
    color: #414142;
}

.subtask-list {
    list-style: none;
    padding-left: 20px;
}

.subtask-item {
    padding: 5px;
    background-color: #e8e8e8;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 5px;
    cursor: move;
}

.task-due-date,
.task-created-at {
    font-size: 14px;
    margin-right: 5px;
}

.delete-task {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.delete-task:hover {
    background-color: #c82333;
    color: #fff;
}

.priority-high {
    border: 5px solid #e013137d;
    box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.priority-medium {
    border: 5px solid #ffa50063;
    box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.priority-normal {
    border: 5px solid #b7e8b7;
    box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
} 

.priority-high {
    /* background-color: #f6d6d6fc; */
}

.priority-medium {
    /* background-color: #f5f2cf; */ /
}

.priority-normal {
    /* background-color: #d4e2d4; */
}




/* ================ The Timeline ================ */

.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.sat {
    width: 100%;
    display: flow-root;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248,248,248);
  padding: 6px 10px;
  border-radius: 5px;
  
  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  display: block;
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  display: block;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255,80,80);
  z-index: 10;
}

.direction-r .flag:before {
  left: -40px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250,80,80);
  vertical-align: middle;
  margin: 10px 0 0 0;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time , #statisticsColumn{
  display: inline-block;
  padding: 0;
  background: #ffffff5c;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 0 0 1%;
  border-radius: 10px;
  width: 47%;
}

.desc {
  margin: 1em 0.75em 0 0;
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

.timeline {
 	width: 100%;
	padding: 4em 0 1em 0;
}

.timeline li {
	padding: 2em 0;
}

.direction-l,
.direction-r {
	float: none;
	width: 100%;

	text-align: center;
}

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

.flag {
	background: rgb(255,255,255);
	z-index: 15;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: -30px;
	left: 50%;
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	margin-left: -9px;
	background: #fff;
	border-radius: 10px;
	border: 4px solid rgb(255,80,80);
	z-index: 10;
}

.direction-l .flag:after,
.direction-r .flag:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	height: 0;
	width: 0;
	margin-left: -8px;
	border: solid transparent;
	border-bottom-color: rgb(255,255,255);
	border-width: 8px;
	pointer-events: none;
}

.time-wrapper {
	display: block;
	position: relative;
	margin: 4px 0 0 0;
	z-index: 14;
}

.direction-l .time-wrapper {
	float: none;
}

.direction-r .time-wrapper {
	float: none;
}

.desc {
	position: relative;
	margin: 1em 0 0 0;
	padding: 1em;
	background: rgb(245,245,245);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	box-shadow: 0 0 1px rgba(0,0,0,0.20);
	
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
	position: relative;
	margin: 1em 1em 0 1em;
	padding: 1em;
	
  z-index: 15;
}

}

@media screen and (min-width: 400px ?? max-width: 660px) {

.direction-l .desc,
.direction-r .desc {
	margin: 1em 4em 0 4em;
}

}

@media print {
            body *, button#printButton i {
                visibility: hidden;
            }
            .print-area, .print-area * {
                visibility: visible;
            }
            .print-area {
                position: absolute;
                width: 100% !important;
                height: fit-content!important;
                margin: 0 auto;
                box-shadow: none;
                left: 0;
                top: 0;
            }

            body {
                -webkit-print-color-adjust: exact;
                print-color-adjust: exact;
                background: none !important;
                height: fit-content!important;
                max-width: 100%;
            }
        }
        
        .completed-task {
            text-decoration: line-through;
        }
        .timelinte-title {
            width: 96%;
            padding: 0 2%;
            display: flex;
            justify-content: center;
            align-content: space-between;
            flex-direction: column;
            align-items: center;
        }
        .tick {
            display: inline-block;
            width: 20px;
            height: 20px;
            background-color: green;
            color: white;
            text-align: center;
            line-height: 20px;
            border-radius: 50%;
            margin: 0 10px;
            font-size: 11px;
        }
        .task-title span.tick {
            font-size: 10px;
            /* background: #0a120a; */
        }

        li.direction-l span.tick {
            float: left;
        }

        button#sortPriority {
            background: #f48888;
        }

        button#sortDueDate {
            background: #f48888;
        }

        .delete-task {
            position: absolute;
            top: 10px;
            right: 5px;
            background-color: transparent;
            border: none;
            font-size: 15px;
            cursor: pointer;
            color: #a29fa0;
        }

        .task-item {
            position: relative;
        }
        button.calendar-task {
            background: none;
            color: #a29fa0;
            padding: 5px;
        }
        
        button.calendar-task:hover {
            background: #3788d8;
            color: #fff;
        }

        .toggle-task, .edit-task {
            background: none;
            color: #a3a0a0;
            border: none;
            padding: 5px;
            font-size: 12px;
            cursor: pointer;
            display: inline-block;
            margin-top: 10px;
        }

        .toggle-task:hover {
            background-color: green;
            color: white;
        }

        .edit-task:hover {
            background-color: #e0a800;
            color: white;
        }

        .overdue {
            width: 20px;
            height: 20px;
            background-image: url('./images/WARNUNG.png'); /* GÃƒÃ†ÃƒÃÆ’Ã¢Å¡ÃƒÃ‚Â¼nÃâ€ Ã¢â‚¬â„¢ÃƒÃ¢€šÃ‚Â¼ geÃƒÆ’Ãƒ¢ÃƒÆ’Ã¢Å¡Ãƒen gâ™Ã¢â„¢ÃƒÆ’Å¡ÃƒÃÂ¶rev resmi */
            background-size: cover;
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px;
        }

        .task-details {
            display: flex;
            align-items: flex-end;
            margin-top: 20px;
            justify-content: space-between;
        }

        .task-actions {
            display: flex;
            align-items: center;
            flex-direction: column;
        }

        .task-count {
            font-weight: bold;
        }

        .popup {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            padding: 20px;
            border: 1px solid #ccc;
            z-index: 1000;
            display: none;
        }

        .popup .popup-buttons {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
        }

        button#confirmDelete {
            background: red;
            font-size: 18px;
        }

        .popup .popup-buttons button {
            border-radius: 23px;
            transition: transform 0.3s ease;
        }
        button#customConfirmCancel {
            background-color: #d52041;
        }

        .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 999;
            display: none;
        }


a.btn.btn-view {
    border: none;
    text-decoration: none;
    border-radius: 4px;
    background-color: #229315;
    color: white;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.3s;
}

a.btn.btn-view:hover {
    background-color: #28b346;
}

.btn-edit {
    background-color: transparent;
    margin-right: 10px;
    color: #a29fa0;
    font-size: 12px;
}

.btn-edit:hover {
    background-color: #e0a800;
    color: #fff;
}

.btn-delete {
    background-color: transparent;
    color: #a29fa0;
    font-size: 12px;
}

.btn-delete:hover {
    background-color: #c82333;
    color: #fff;
}

.btn-add {
    display: inline-flex;
    align-items: center;
    background-color: #17a2b8;
    margin-bottom: 20px;
}

.btn-add i {
    margin-right: 5px;
}

.project-list {
    background-color: #ffffff5c;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.project {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project h3 {
    margin: 0;
}

.message {
    display: none;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #dff0d8;
    color: #3c763d;
}

.message.success {
    background-color: #dff0d8;
    color: #3c763d;
}

.message.error {
    background-color: #f2dede;
    color: #a94442;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f6f6f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    max-width: 500px;
    width: 100%;
}

.popup-buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.btn-cancel {
    background-color: #6c757d;
}

.btn-cancel:hover {
    background-color: #5a6268;
}

button#cancelAddProject {
    background: #5c5a5a;
    border-radius: 23px;
    transition: transform 0.3s ease;
}

.btn-danger {
    border-radius: 23px;
}

span.select2-selection.select2-selection--multiple {
    min-width: 220px;
}

h2 {
    font-size: 20px;
    margin-left: 10px;
}

h3 {
    font-size: 1.17em;
}




.project p {
    width: 12%;
}

.project-details-button {
    width: 15%;
    display: flex;
    justify-content: flex-end;
}

a.btn.btn-title-view {
    width: 10%;
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

.project h3:hover {
    /* background-color: #229315; */
    /* color: #fff; */
    /* width: fit-content; */
    /* padding: 10px; */
    /* border-radius: 15px; */
}

#todoColumn, #doneColumn, .time.print-area {
    height: 85vh;
    overflow-x: hidden;
}

#doneColumn h2, #todoColumn h2, .shortbuttons {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0px;
    z-index: 5;
    /* background: #fff; */
    /* padding: 5px; */
    display: inline;
}

button#printButton {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 14;
    /* background: #fff; */
}

.timelinte-title h1 {
    padding-top: 10px;
    margin: 0;
}



.button-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 3;
    padding: 0;
    /* margin: 15px 0; */
    /* background: #fffffff5; */
    height: 60px;
    border-radius: 5px;
}

/* Scrollbar alanÂ±nÃ„ tamamen opak yapar ve kaydÂ±rma ÃƒÂ§ubuÃunu hafif opak siyah yapar */
::-webkit-scrollbar {
    width: 16px; /* KaydÃ„rma ubuÃu geniÃ…liÃ„i */
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1); /* Scrollbar alanÃ„Â±nÂ± tamamen opak yapar */
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.7); /* Scroll yapmayÂ± saÅ¸layan alanÃ„Â± hafif opak siyah yapar */
    border-radius: 10px; /* KaydÃÂ±rma ÃƒÂ§ubuunun kÃƒ¶Ã…Å¸elerini yuvarlar */
    border: 3px solid rgba(0, 0, 0, 0.3); /* KaydÂ±rma ÃƒÂubuÅ¸unun kenarÃ„na boÃluk bÂ±rakÂ±r ve biraz daha opak yapar */
}

/* Firefox iÃƒin */
html {
    scrollbar-width: thin; /* Ã„nce kaydÃ„rma ÃƒubuÃ„u yapar */
    scrollbar-color: rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.041); /* Scroll yapmayÂ± saÃ„Å¸layan alanÃ„ ve scrollbar alanÃ„Â±nÃ„Â± belirler */
}

/* IE ve Edge iÂ§in */
body {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
/* Grevlerin arka plan rengini nem derecesine gƒre ayarlamak iin CSS sÃ„Â±nÂ±flarÃ„ */
.priority-high .task-title {
    background-color: #ffcccc; /* YÃƒksek Ãncelik iÃƒÂ§in aÃƒÂ§Ãk kÃ„Â±rmÂ±zÃÂ± arka plan */
}

.priority-medium .task-title {
    background-color: #fff5cc; /* Orta ncelik iÃƒin aÂ§Ã„Â±k sar arka plan */
}

.priority-normal .task-title {
    background-color: #ccffcc; /* Normal Ãƒncelik iÂ§in aÃƒÃ„Â±k yeÃÅ¸il arka plan */
}

/* DiÃÅ¸er mevcut CSS kurallarÂ±nÃ„Â±z */
.task-title {
    margin-bottom: 5px;
    font-size: 16px;
    width: fit-content;
    max-width: 80%;
    padding: 6px 10px;
    border-radius: 5px;
}

.priority-high .task-title {
    background-color: #ffcccc;
}

.priority-medium .task-title {
    background-color: #f6e9b4;
}

.priority-normal .task-title {
    background-color: #b7e8b7;
}

.task-item {
    /* background-color: #efeded; */
    border-radius: 15px;
    margin-bottom: 13px;
    padding: 15px;
    overflow-y: auto;
    font-size: 12px;
}

.task-description {
    margin-bottom: 5px;
    font-size: 0.8rem;
    line-height: 1.5em;
}

.task-details {
    margin-bottom: 5px;
    /* color: #a3a0a0; */
}

.task-assignee {
    font-style: italic;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 22px;
    width: 100px;
}

span.task-dates {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #229315;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    display: inline-block;
    margin-right: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader-text {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #229315;
    margin-left: 10px;
}

.popup-buttons.loading .loader-text {
    display: flex;
}

.popup-buttons.loading button[type="submit"] {
    display: none;
}

i.fa-solid.fa-flag-checkered {
    margin-top: 10px;
}

/* Bildirimlerin genel stilleri */
#notification-container {
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 400px;
    z-index: 1000;
    padding: 10px;
    box-sizing: border-box;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.alert .close {
    cursor: pointer;
    color: #fff;
    background: #e84e4e;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert>.start-icon {
    margin-right: 0;
    min-width: 20px;
    text-align: center;
}

.alert>.start-icon {
    margin-right: 5px;
}

.greencross {
    font-size: 18px;
    color: #25ff0b;
    text-shadow: none;
}



.danger {
    font-size: 18px;
    color: #ff0303;
    text-shadow: none;
}

.fa-times {
    -webkit-animation: blink-1 2s infinite both;
    animation: blink-1 2s infinite both;
}



.fade-out {
    animation: fadeOut 1s forwards;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


/* Header */

/* Stil kodlarÃ„Â± burada */
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.shake {
    animation: shake 0.5s;
}

.notification-dot {
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: 10px;
    display: none; /* Varsaylan olarak gizli */
}

.notification-icon {
    position: relative;
    cursor: pointer;
    margin-left: 5px;
}

.notification-dropdown {
    display: none;
    position: absolute;
    right: 20px;
    top: 60px;
    width: 350px;
    max-height: 500px;
    overflow-y: auto;
    background-color: #ebeff2;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

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

.notifications-header span {
    font-weight: bold;
}

.notifications-header button {
    background: none;
    border: none;
    color: #007BFF;
    cursor: pointer;
}

#notifications-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notification-item {
    padding: 10px 15px;
    box-shadow: 0 0 2px rgb(0 0 0 / 16%);
    display: flex;
    /* margin: 5px 0; */
    /* border-radius: 10px; */
    flex-direction: column;
    cursor: default;
}

.notification-item.new:hover {
    background: #fdfdfd;
    /* zoom: 1.02; */
}

.notification-item.new {
    background-color: #fafafa;
}

.notification-item.read {
    background-color: #f4f4f4;
}

.notification-item button {
    background: none;
    border: none;
    color: red;
    align-self: flex-end;
}

.notification-item i {
    margin-right: 10px;
}

.notification-item .notification-title {
    /* font-weight: bold; */
    padding: 5px;
    font-size: 0.9em;
    border-radius: 5px;
    color: #fff;
    width: fit-content;
}

.notification-item .notification-description {
    font-size: 0.8em;
    color: #838383;
    padding: 5px 5px;
    line-height: 1.5em;
}

.user-profile {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.profile-icon {
    margin-right: 15px;
}

.profile-dropdown.show {
    display: block;
    margin-top: 50px;
    z-index: 9999;
}

.profile-dropdown .profile-info p {
    text-align: center;
}

.logout-button {
    background-color: #3d3c3c;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 1em;
}

.logout-button:hover {
    background-color: #000;
}

body.light {
    background: #f4f6f8;
}

body.dark {
    background: #000000;
}

body.vivid {
    background: linear-gradient(90deg, rgb(183 206 205) 0%, rgb(141 185 238) 100%);
}

