@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #111;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #292929;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #666;
}

html{background: #111;}
body{background: #111;font-family: "Fira Sans", sans-serif;}
a{color:#6ad0ff;}
div#wrapper {
    background: #111;
}

#tasklist li {
    background: rgb(255 255 255 / 10%) !important;
    color: #fff;
    border-bottom: 1px solid rgb(17 17 17);
    padding: 0px;
    margin-bottom: 0;
}

.form-row .h {
    color: #ffffff!important;
}

input, .form-input {
    background: rgb(255 255 255 / 10%) !important;
    color: #fff!important;
    border: 1px solid rgb(255 255 255 / 10%);
}

textarea {
    border: 1px solid rgb(255 255 255 / 20%) !important;
    padding: 5px 7px!important;
    line-height: 1.4em!important;
font-family: "Fira Code", monospace;

}
.mtt-taskbox-icon {
    filter: invert(1);
    right: 15px;
}
input {
    border: 1px solid rgb(255 255 255 / 20%) !important;
    padding: 5px 7px !important;
    line-height: 1.4em !important;
}

.form-input {
    border: 1px solid rgb(255 255 255 / 20%) !important;
    padding: 5px 7px !important;
    line-height: 1.4em !important;
}

#footer {display:none;}
h1,h2,h3 {
    color: #ffffff!important;
    border-bottom: 0px solid #fff;
}
h3 {
border-bottom: 0px solid #fff;
}

.topblock-bar {
    border-bottom: 0px;
    background: rgb(255 255 255 / 0%);
}
input::placeholder {
    color: rgb(195 195 195);
}
.taskactionbtn {
    filter: invert(1);
padding 0 5px;
}
.task-actions {
    margin-left: 5px;
    margin-right: 5px;
}
div#tabs_buttons {
    filter: invert(1);
}
div#footer_content {
    background: inherit;
    color: #fff;
}

#footer_content a {
    color: inherit;
}

.mtt-tab {
    background-color: rgb(255 255 255 / 10%)!important;
    border: 0px solid rgb(255 255 255 / 67%)!important;
    color: #fff!important;
    border-top-right-radius: 0px;
}

.mtt-tab a {
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
}

div#toolbar {
    border-bottom: 0px solid rgb(255 255 255 / 52%);
    background: rgb(255 255 255 / 10%);
}

#task {
    background: #111!important;
    color: #fff;
    border: 1px solid rgb(255 255 255 / 30%);
}
#authform {background-color: #111!important;
    border: 1px solid rgb(255 255 255 / 67%)!important;
    color: #fff!important;}
.mtt-tabs-add-button { background-color: rgb(255 255 255 / 50%)!important;
    border: 0px solid rgb(255 255 255 / 67%)!important;
                     }
.mtt-settings-table {
    color: #fff;
}

.mtt-settings-table th, .mtt-settings-table td {
   border-bottom: 1px solid rgb(255 255 255 / 30%);
}