@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap&subset=hebrew');

.background {
    background-color: #151529;
}

a {
    color: #151529
}

body {
    background-color: #F2F2F7;
    color: #495057;
    margin: 0px;
    font-size: 16px;
    font-family: 'Open Sans';
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.shadow {
    box-shadow: 0 3px 3px rgba(56,65,74,0.1);
}

.left {
    float: left;
}

.right {
    float: right;
}

.float {
    float: right;
    width: 100%;
}

.center {
    text-align: center;
}

.relative {
    position: relative;
}

.logincube {
    margin-top: 150px;
    background-color: white;
    width: 300px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: calc(50% - 150px);
}

.padding {
    padding: 20px;
}

label {
    float: right;
    width: 100%;
}

label > span {
    float: right;
}

input:not([type='checkbox']), textarea, select, .form-checkbox {
    float: right;
    border: 1px solid #D5D9D7;
    width: 100%;
    margin: 10px 0px;
    border-radius: 5px;
    padding: 10px;
    font-family: 'Open Sans';
}

.taskform input[type=datetime-local] {
    font-size: 20px;
}

input[name="start"] {
    color: #46B04A;
}

input[name="end"] {
    color: #bf2828;
}

.selection, .select2-selection, .select2 {
    float: right;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #D5D9D7 !important;
}

.select2-container--default .select2-selection--single {
    height: 39px !important;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding: 5px 15px !important;
}

.select2-selection {
    height: 40px;
}

.select2 {
    margin-top: 10px !important;
}

.select2-results__options {
    width: 100%;
    float: right;
}

.select2-results__options li {
    float: right;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 2px 5px !important;
}

input:focus, textarea:focus, select:focus {
    outline: 0px;
    border: 1px solid #ababab;
}

.form-checkbox {
    width: auto;
    clear: both;
    height: 18px;
    width: 18px;
    margin: 15px 0px;
}

button, .button {
    background-color: #46B04A;
    color: white;
    border: 0px;
    border-radius: 5px;
    font-family: 'Open Sans';
    transition: 0.2s;
    cursor: pointer;
    padding: 8px 15px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 3px 3px rgba(56,65,74,0.1);
}

.fakebutton {
    border: 1px dashed #d5d9d7;
    border-radius: 5px;
    font-family: 'Open Sans';
    transition: 0.2s;
    padding: 8px 15px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
}

.small-button {
    font-size: 13px;
    padding: 1px 8px;
}

.background-green {background-color: #46B04A;}
.background-lightgreen {background-color: #87d389;}
.background-blue {background-color: #1976D2;}
.background-lightblue {background-color: #78c2d9;}
.background-red {background-color: #bf2828;}
.background-purple {background-color: #8C61FF;}
.background-lightred {background-color: #d86b6b;}
.background-gray {background-color: gray;}
.background-white {background-color: white;border:1px solid #d5d9d7;color: black;}
.backgruond-softred {background-color: #F4CCCC;}

.green {color: #46B04A;}
.blue {color: #1976D2;}
.purple {color: #8C61FF;}
.red {color: #bf2828;}
.gray{color:gray;}
.soft-color{color:#ccccff}
.lightblue {color: #78c2d9;}
.lightred {color: #d86b6b;}
.yellow {color: #FFD600}

button:hover, .button:hover {
    filter: brightness(1.2);
}

.button.left, button.left {
    margin-right: 15px;
}

.button.right, button.right {
    margin-left: 15px;
}

h2 {
    margin-top: 0px;
}

.msg {
    float: right;
    width: 100%;
    color: white;
    border: 0px;
    border-radius: 5px;
    font-family: 'Open Sans';
    padding: 15px;
    font-size: 16px;
    margin-bottom: 25px;
}

.msg-green {
    background-color: #45CB85;
}

.msg-red {
    background-color: #f06548;
}

.msg-orange {
    background-color: #f0c348;
    color: #7d4510;
}

.msg-purple {
    background-color: #4b38b3;
}

.msg-blue {
    background-color: #3577f1;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

.flex {
    display: inline-block;
}

.flex12 {
    width: 100%;
}

.flex2 {
    width: calc(16.66% - 25px);
}

.flex3 {
    width: calc(25% - 25px);
}

.flex4 {
    width: calc(33.33% - 25px);
}

.flex5 {
    width: calc(41.66% - 25px);
}

.flex6 {
    width: calc(50% - 25px);
}

.flex8 {
    width: calc(66.66% - 25px);
}

.flex9 {
    width: calc(75% - 25px);
}

.flex10 {
    width: calc(83.33% - 25px);
}

.sidebar {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 260px;
    overflow: auto;
}

.wrap {
    position: absolute;
    right: 260px;
    top: 0px;
    bottom: 0px;
    left: 0px;
}

.wrap-inside {
    float: right;
    width: 100%;
    min-height: calc(100% - 70px);
    padding: 30px;
}

.header {
    background-color: white;
    height: 70px;
    float: right;
    width: 100%;
    padding: 15px 30px;
}

.header > a {
    float: left;
    text-decoration: none;
    margin-right: 15px;
    border-radius: 50%;
    padding: 8px;
}

.card {
    background-color: white;
    border-radius: 3px;
    margin-bottom: 30px;
    border: 1px solid #ccccff;
}

.sidebar > ul {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.sidebar > ul > li {
    float: right;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar ul li i {
    margin-left: 10px;
    width: 15px;
}

.sidebar ul li a {
    float: right;
    width: 100%;
    text-decoration: none;
    color: white;
    opacity: 0.7;
    padding: 15px;
}

.sidebar ul li a:hover {
    opacity: 1;
    color:#02F502;
}

.sidebar ul li ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: right;
    width: 100%;
    display: none; 
}

.sidebar ul li ul li {
    float: right;
    width: 100%;
    font-size: 16px;
}

.sidebar ul li ul li a {
    padding: 15px 45px 15px 15px;
}

.open-children {
    position: absolute;
    top: 0px;
    padding: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    left: 0px;
    color: white;
    bottom: 0px;
    text-align: center;
    cursor: pointer;
    width: 50px;
    opacity: 0.7;
    z-index: 99;
}

.open-children:hover {
    opacity: 1;
    color: #02F502;
}

/* inside sidebar */

.inside-sidebar > ul {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.inside-sidebar > ul > li {
    float: right;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.inside-sidebar ul li a {
    float: right;
    width: 100%;
    text-decoration: none;
    color: black;
    opacity: 0.7;
    padding: 10px;
}

.inside-sidebar a:hover {
    opacity: 1;
}

.logo {
    font-size: 29px;
    font-weight: bold;
    color: white;
    padding: 15px;
    height: 70px;
    text-decoration: none;
}

.logo span {
    color: #02F502;
    transition: 0.2s;
}

.logo:hover span {
    color: yellowgreen;
}

h1 {
    float: right;
    width: 100%;
    margin: 0px;
    padding-bottom: 30px;
    font-size: 28px;
}

h2 {
    margin: 0px;
    padding: 15px;
    border-bottom: 1px solid #e3e3e3;
}

h3 {
    margin: 0px;
    padding: 10px;
    border-bottom: 1px solid #e3e3e3;
}

h3 a {
    text-decoration: none;
}

.form-title {
    float: right;
    width: 100%;
    color: #64748B;
    background-color: #f2f2f6;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    border-radius: 5px;
}

.border {
    border: 1px solid #D5D9D7;
    border-radius: 5px;
}

.hidden {
    display: none;
}

table {
    float: right;
    width: 100%;
    table-layout:fixed;
    border-collapse: collapse !important;
    border: none !important;
    border-spacing: 0 !important;
}

table thead {
    background-color: #F8FAFC;
    color:#64748B;
    font-weight: bold;
}

table td {
    padding: 7px;
    border-top: 1px solid #E2E8F0;
}

tbody tr:hover {
    background-color: #f8fafc;
}

table a {
    text-decoration: none;
}

.link:hover {
    color: #3577f1;
}

.bold {
    font-weight: bold;
}

.dark {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 99;
    opacity: 0.8;
    display: none;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 100;
}

.close-popup {
    position: absolute;
    padding: 10px;
    left: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 18px;
}

.topmenu {
    margin-bottom: 30px;
}

hr {
    float: right;
    width: 100%;
    border: 0px;
}

.tags-input {
    position: relative;
}

.tags-input-opened {
    border-radius: 5px 0px 0px 5px;
}

.tags-list-opened {
    position: absolute;
    border: 1px solid #ababab;
    top: 50px;
    width: 100%;
}

.small-td {
    width: 50px;
}

.small-td2 {
    width: 160px;
}

.small-input {
    width: auto !important;
    margin: 0px !important;
    padding: 9.5px !important;
    margin-left: 15px !important;
}

.margin-top {
    margin-top: 15px;
}

.margin-bottom {
    margin-bottom: 25px;
}

.tag {
    font-size: 13px;
    padding: 2px 7px;
    text-decoration: none;
    background-color: #f8fafc;
    border-radius: 5px;
    margin-left: 10px;
    color: #64748b;
}

.tag:hover {
    background-color: #90abd4;
    color: white;
}

.tinytext {
    font-size: 13px;
}

.search-bar {
    float: right;
    position: relative;
}

.search-bar input {
    background-color: #F2F2F7;
    width: 400px;
    max-width: 100%;
    margin: 0px;
    border: 1px solid #ccccff;
}

.search-line:hover {
    background-color: #f8fafc;
}


.search-results {
    position: absolute;
    top: 110%;
    width: 100%;
    right: 0px;
    display: none;
    z-index: 99;
}

.search-results a {
    float: right;
    width: 100%;
    text-decoration: none;
    padding: 15px;
}

.search-title {
    padding: 10px;
    float: right;
    width: 100%;
    font-weight: bold;
    background-color: #F8FAFC;
    color: #64748B;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
}

section {
    display: none;
}

#section-1 {
    display: block;
}

.star {
    cursor: pointer;
    color: #ccccff;
}

.star1 {
    color: orange;
}

.billable {
    cursor: pointer;
    color: #ccccff;
}

.billable1 {
    color: #46B04A;
}

.completed {
    cursor: pointer;
    color: #ccccff;
}

.completed1 {
    color: #46B04A;
}

#bcPicker {
    height: 39px;
    width: 39px;
    float: right;
    clear: both;
    margin: 10px 0px;
}

.bcPicker-picker {
    border-radius: 3px;
}

.bcPicker-color {
    cursor: pointer;
}

.bcPicker-palette > .bcPicker-color {
    height: 17.5px !important;
    width: 17.5px !important;
}

.line {
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 0px;
}

.line:nth-last-child(1) {
    border-bottom: 0px;
}

.apexcharts-legend-marker {
    margin-left: 10px;
}

.apexcharts-datalabels {
    text-shadow: 0px !important;
}

.cp-choosen {
    float: right;
    border: 1px solid #D5D9D7;
    width: 100%;
    margin: 10px 0px;
    border-radius: 5px;
    padding: 8px 10px;
    cursor: pointer;
}

.cp-choosen > div {
    background-color: white !important;
}

.cp-choosen .cp-client {
    display: none;
}

.cp-results {
    position: absolute;
    background-color: white;
    float: right;
    border: 1px solid #D5D9D7;
    width: 100%;
    margin: 2px 0px;
    border-radius: 5px;
    z-index: 99;
    display: none;
}

.cp-lines {
    max-height: 350px;
    overflow: auto;
}

.cp-line {
    padding: 3px 5px;
    cursor: pointer;
}

.cp-lines .cp-line {
    float: right;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #d5d9d7;
}

.cp-lines .cp-line:nth-last-child(1) {
    border-bottom: 0px;
}

table .cp-line {
    padding: 0px;
}

.cp-line > div {
    padding: 3px 5px;
    cursor: pointer;
    border-radius: 3px;
    color: white;
    font-size: 13px;
    float: right;
    margin-left: 10px;
}

.cp-line:hover, .cp-add:hover {
    background-color: #F8FAFC;
}

.cp-add {
    float: right;
    width: 100%;
    border-top: 1px solid #D5D9D7;
    font-size: 15px;
}

.cp-add a {
    float: right;
    padding: 8px 10px;
    text-decoration: none;  
    width: 100%;
}

.new-task-timer {
    font-size: 28px;
    margin-left: 15px;
    color: #bf2828;
}

.new-task-box-open {
    border: 1px solid #bf2828;
    padding-bottom: 27px;
}

.new-task-info {
    padding: 8px;
}

.totaltoday {
    position: absolute;
    left: 20px;
}

.single-task-completed {
    background-color: #fcffee;
}

.totalthistask {
    cursor: help;
}

.sidebar .new-task-box-open {
    border-radius: 0px;
    background-color: #bf2828;
    color: white;
    margin-bottom: 0px;
    padding: 15px;
}

.sidebar .new-task-box-open .button {
    background-color: white;
    color: #bf2828;
}

.new-task-box h2 {
    font-size: 20px;
    padding: 9px;
}

.sidebar .new-task-timer {
    margin: 0px;
    color: white;
}

.sidebar .new-task-info {
    display: none;
}

.continue-work {
    padding: 10px;
}

.continue-work i {
    transition: 0.2s;
}

.continue-work:hover i {
    color: #46B04A;
    transform: rotate(-90deg);
}

.filters {
    max-height: 300px;
    overflow: auto;
}

.filter {
    padding: 5px;
    border-bottom: 1px solid #e3e3e3;
}

.filter-links {
    float: right;
    width: 100%;
    text-decoration:none;
}

.filter-links:hover {
    color: #45CB85;
}

.filter input {
    margin: 2px 2px 2px 10px;
}

.date-filters {
    padding: 10px;
}

.row-data-perc {
    width: 100%;
    background-color: #F2F2F7;
    float: right;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ccccff;
}

.row-data-perc-row {
    position: relative;
    margin-bottom: 25px;
}

.row-data-perc span {
    float: right;
    height: 33px;
}

.row-data-perc-row:hover .row-data-perc-title {
    display: block;
}

.row-data-perc-title {
    position: absolute;
    top: 0px;
    padding: 7px;
    font-size: 15px;
    border-radius: 5px;
    width: auto;
    bottom: 0px;
    left: 5px;
    text-shadow: 0px 0px 5px white;
}

.row-data-perc-value {
    width: 70px;
    float: right;
    padding-top: 5px;
}

.row-data-perc-block {
    float: right;
    width: calc(100% - 70px);
}

.status-tag {
    background-color: #ccccff;
    padding: 3px 7px;
    border-radius: 3px;
    color: white;
    font-size: 13px;
    margin-left: 7px;
}

.button-todo {
    margin-top: 33px;
}

.todo-line {
    border-bottom: 1px solid #E2E8F0;
    padding: 7px;
}

.todo-line:hover {
    background-color: #F8FAFC;
}

.todo-completed {
    cursor: pointer;
    margin-left: 10px;
}

.todo-completed i {
    transition: 0.5s;
}

.todo-completed:hover i {
    color: #45CB85;
}

.single-todo-bar-info {
    padding: 5px 8px;
}

.single-todo-project {
    padding: 5px;
}

.change-status {
    cursor: pointer;
}

.change-status-list {
    left: 0px;
    display: none;
    width: 160px;
    z-index: 99;
    position: absolute;
}

.change-status-list > div {
    padding: 3px 10px;
    cursor: pointer;
}

.inside-status {
    padding: 4px 0px 0px 0px;
}

.inside-status .tag {
    font-size: 16px;
}

.change-status .tag {
    margin-left: 0px;
}

.single-change-status {
    border-radius: 0px;
}

.ck-content{
    min-height: 250px;
    padding: 5px 15px !important;
}

.ck-content h3, .ck-content h2 {
    padding-right: 0px;
}

.single-todo-content {
    padding: 0px 15px;
}

.single-todo-content figure {
    margin: 0px;
    float: right;
    width: 100%;
    border: 1px solid #E2E8F0;
    border-top: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.single-todo .single-todo-bar {
    border-bottom: 1px solid #E2E8F0;
}

.single-todo-bar > span {
    border-left: 1px solid #E2E8F0;
}

.single-todo-form {
    margin-bottom: 20px;
    display: none;
}

.single-todo-completed {
    background-color: #f2ffec;
}

.single-todo-completed .single-todo-content {
    display: none;
}

.single-todo-bar-expand {
    cursor: pointer;
}

.single-todo-bar-complete {
    cursor: pointer;
}

.single-todo-bar-complete:hover i {
    color: #46B04A;
}

.single-todo-bar-edit:hover {
    cursor: pointer;
    color: #1976D2;
}

h2 .single-todo-bar-edit {
    font-size: 18px;
    padding: 4px 10px 0px 10px;
}

.single-todo-form-inside {
    margin-top: 25px;
}

.little-clickable {
    padding: 0px;
    border-right: 1px solid #e3e3e3;
    text-align: center;
}

.little-clickable > a {
    padding: 7px;
    float: right;
    width: 100%;
}

.little-clickable:hover {
    background-color: white;
}

.help {
    background-color: #3577f1;
    color: white;
    height: 15px;
    width: 15px;
    float: left;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    margin: 5px;
    font-weight: normal;
    cursor: help;
    position: relative;
}

.help > span {
    display: none;
    width: 200px;
    position: absolute;
    padding: 3px;
    border-radius: 5px;
    background-color: #3577f1;
}

.help:hover > span {
    display: block;
}

.favicon {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    margin: 2px 4px 2px 10px;
}

.small-table td {
    padding: 5px;
    font-size: 14px;
}

.small-table .small-button {
    padding: 0px 4px;
    margin-right: 5px;
    display: none;
    font-weight: normal;
}

.small-table td:hover > .small-button {
    display: block;
}

.marker-pink {
    background-color: #FC7899;
}

.marker-blue {
    background-color: #72CCFD;
}

.marker-green {
    background-color: #62F962;
}

.count-group {
    background-color: #f8fafc;
    padding: 2px 5px;
    border: 1px solid #E2E8F0;
    border-radius: 5px;
    width: 30px;
    float: right;
    text-align: center;
    cursor: pointer;
}

.tasks-table-type-full .single-task {
    display: none;
}

/* 
.tasks-table-type-full:nth-child(1) .single-task {
    display: table-row;
} */

.words-count {
    float: right;
    width: 100%;
    border: 1px dashed #d5d9d7;
    border-radius: 5px;
    font-family: 'Open Sans';
    transition: 0.2s;
    padding: 8px 15px;
    font-size: 22px;
    text-decoration: none;
    text-align: center;
    margin: 15px 0px;
}

.single-note .dashes {
    float: right;
    clear: both;
}

.single-note .tag {
    float: right;
    border: 1px solid #cddbe7;
    margin: 4px;
}

.single-note ul {
    float: right;
    width: 100%;
}

.add-tag {
    color: green;
    background-color: #edffe9;
}

.single-note-status-0 a {
    background-color: #ffdede !important;
}


.allnotes-wrap ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.allnotes-wrap li {
    float: right;
    width: 100%;
}

.allnotes-wrap ul a {
    float: right;
    width: 100%;
    font-size: 14px;
    padding: 7px;
    color: #64748B;
    background-color: white;
    text-decoration: none;
}

.allnotes-wrap a:hover {
    background-color: #ebebf6;
}

.allnotes-wrap ul ul li {
    padding-right: 30px;
}

.allnotes-wrap i {
    font-size: 12px;
    margin-left: 5px;
    color:#1976D2;
}

.allnotes-wrap ul ul i {
    color: #8C61FF;
}

.allnotes-wrap ul ul ul i {
    color: #45CB85;
}

.allnotes-wrap ul ul ul ul i {
    color: #d86b6b;
}

.allnotes-flex {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 0px;
    top: 0px;
    overflow: auto;
    border-left: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    background-color: white;
    width: 20%;
}

.allnotes-flex2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 0px;
    top: 0px;
    overflow: auto;
    width: calc(80% - 30px);
}

.allnotes-button {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    text-align: left;
}

.add-new-note {
    color: #46B04A !important;
    font-weight: normal !important;
}

.current-note > a {
    background-color: #d7ffd7 !important;
}

.noteswrap {
    padding: 0px;
}

.noteswrap .msg {
    display: none;
}

#search-notes {
    border-radius: 0px;
    margin: 0px;
    border: 0px;
    border-bottom: 1px solid #e3e3e3;
}

.accordion {
    border-radius: 5px;
    padding: 10px;
}

.accordion-title {
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #d4d4d9;
}

.accordion-options {
    display: none;
}

.accordion-single {
    background-color: white;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 5px;
}

.accordion-add {
    float: left;
    color: #45CB85;
    cursor: pointer;
}


.list {
    border-radius: 5px;
    padding: 10px;
}

.list-title {
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #d4d4d9;
}

.list-single {
    background-color: white;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 5px;
}

@page {margin: 0mm; }

@media print {

    .card ,body {
        background-color: white;
    }

    .file-title {
        float: right;
        width: 100%;
        margin-top: 100px;
    }

}

.big-stats {
    font-size: 25px;
    font-weight: bold;
}

.small-stats {
    font-size: 14px;
}

.index-graphs {
    position: absolute;
    left: -40px;
    bottom: -12px;
}

.task-count {
    background-color: #f2f2f7;
    text-decoration: none;
    padding: 1px 6px;
    color: #64748B;
    float: right;
    margin: 1px 0px 1px 10px;
    border-radius: 50%;
}

figure {
    margin: 0px;
}

#thefile table {
    border: 1px solid #E2E8F0 !important;
}

#thefile h2 {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    float: right;
    width: 100%;
}

#thefile table tr:nth-child(1) td {
    background-color: #F8FAFC;
}

.silent {
    font-size: 15px;
    font-weight: normal;
    opacity: 0.5;
    padding: 3px;
}

.mobile {
    display: none;
}

.search-in-cp-lines {
    float: right;
    width: 100%;
    padding: 12px;
    border-bottom: 1px solid #e3e3e3;
}

.approve {
    opacity: 0.5;
}

.approve:hover {
    opacity: 1;
}

.single-todo-content img {
    max-width: 100%;
    height: auto;
}

#byTimeByProjectWrap {
    display: none;
}

.switcher-btn {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 50px;
    cursor: pointer;
  }
  
  .switcher-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .switcher-label {
    display: inline-block;
    width: 40px;
    height: 24px;
    border-radius: 12px;
    background-color: #ddd;
    position: relative;
    transition: background-color 0.3s;
  }
  
  .switcher-label::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    transition: transform 0.3s;
  }
  
  .switcher-input[type="checkbox"]:checked + .switcher-label {
    background-color: #55c57a;
  }
  
  .switcher-input[type="checkbox"]:checked + .switcher-label::before {
    transform: translateX(16px);
  }

  .arrows {
    color: #ccccff;
    font-size: 16px;
    float: left;
    padding: 2px 4px;
  }

  .arrows:hover {
    color: #3577f1;
  }

  .report-option {
    color: #ccccff;
    cursor: pointer;
    font-size: 15px;
    float: left;
    padding: 2px 4px;
  }

  .report-option:hover {
    color: #46B04A;
  }

  .month-salary {
    float: left;
  }

  .todo-list {
    list-style-type: none;
    margin: 10px 0px;
    float: right;
    width: 100%;
  }

  .todo-list li {
    float: right;
    width: 100%;
  }

  .todo-list__label {
    float: none;
  }
  
  .todo-list__label input {
    float: right;
    margin: 0px !important;
    margin-left: 10px !important;
    width: 18px;
    margin-top: 2px !important;
    height: 18px;
  }

  .todo-list__label__description {
    float: right;
    direction: rtl;
  }

  input[type="checkbox"]:checked + .todo-list__label__description {
    background-color: #62F962;
  }

  code {
    background: #ffeff0;
    direction: ltr;
    text-align: left;
    word-wrap: break-word;
    box-decoration-break: clone;
    padding: .1rem .3rem .2rem;
    border-radius: .2rem;
    display: block;
    white-space: pre;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    max-width: 100%;
    min-width: 100px;
    padding: 0;
  }

  .open-all-tasks, .uncheck-all {
    text-decoration: underline;
    cursor: pointer;
  }

  .this-project-this-month {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 8px;
    background-color: #e8e8f5;
  }

  .this-project-this-month .progress {
        position: relative;
        height: 100%;
        background-color: #bf2828; /* Green progress color */
        width: 0%;
        transition: width 0.5s ease; /* Smooth transition */
    }

    .this-project-this-month .progress:after {
        content: '';
        position: absolute;
        top: 0;
        right: calc(100% - 5px);
        width: 10px;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgb(255, 136, 0), transparent);
        opacity: 0;
        animation: shine 1s infinite;
    }
    
    @keyframes shine {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }

    .percentage-of-hour-total {
        position: absolute;
        bottom: 0px;
        right: 0px;
        left: 0px;
        height: 1px;
        background-color: #e2e8f0;
    }

    .percentage-of-hour {
        position: absolute;
        right: 0px;
        left: 0px;
        height: 2px;
        background-color: #46B04A;
    }

    .article-title {
        color: #20209b;
    }

    .article-title h1 {
        padding-bottom: 10px;
    }

    .article-desc {
        max-width: 800px;
        color: #006621;
    }

    .article-content {
        border: 1px solid #e3e3e3;
        padding: 20px;
    }

    .recent-tasks {
        margin-top: 10px;
    }

    .recent-task {
        text-decoration: none;
        border: 1px solid #e3e3e3;
        margin-left: 15px;
        border-radius: 5px;
        font-size: 14px;
        float: right;
    }

    .recent-task .tag {
        font-size: 12px;
        float: right;
        margin-left: 5px;
    }

    .recent-task .gray {
        padding-left: 5px;
        float: right;
    }

    .recent-task:hover {
        border: 1px solid #ccccff;
    }

/* screen */

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

    .wrap {
        position: relative;
        right: 0px;
        left: 0px;
        width: 100%;
        padding: 0px;
    }

    .sidebar {
        display: none;
    }

    .search-bar input {
        width: 100%;
    }

    .header {
        margin-top: 70px;
    }

    .flex {
        width: 100%;
    }

    .wrap-inside {
        padding: 10px;
    }

    .settings-header span {
        display: none;
    }

    .mobile {
        z-index: 99;
        width: 100%;
        position: fixed;
        display: block;
    }

    .mobile > a {
        color: white;
        text-decoration: none;
    }
    
    .mobile-menu {
        float: left;
    }

    .sidebar {
        max-height: calc(100% - 60px);
        z-index: 99;
        overflow: auto;
    }

    table {
        zoom: 0.8;
    }
    
}