::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}
::-webkit-scrollbar-corner {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    min-height: 20px;
    border: solid transparent;
    border-width: 1px 3px;
    border-radius: 6px;
    background-clip: content-window;
    box-shadow: inset 0 0 0 10px rgba(62,58,58,0.85);
}

body, html{ 
    font-family: 'Inter', sans-serif;
    font-weight: 400; background-color: #e6ebef;
    font-size: 14px; color: #242329;
}

a{
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none !important;
}

a:focus, a:hover{
    color: #888;
}

.btn-primary {
  background-color: #6C63FF;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  cursor: pointer;
}
.btn-secondary {
  background-color: #FFD369;
  color: #242329;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  margin-left: 1rem;
  cursor: pointer;
}

.container-fluid{ max-width: 95vw; }

.modal-content{
    background-color: #232323;
}

header.app{
    background-color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

#switcher{
    width: 100%; display: flex;
    padding: 12px 0px;
}
    #switcher .accounts-m-button{
        height: auto;
        cursor: pointer;
        text-align: center;
        padding: 6px 8px;
        border-radius: 6px;
        background-color: #f1f1f1;
        font-size: 16px; line-height: 16px;
        text-align: center;
        margin-right: 7px;
    }
    #switcher .accounts-m-list{
        display: none;
        position: absolute;
        z-index: 999;
    }
    #switcher .accounts-m-box:hover .accounts-m-list{
        display: block;
    }
    #switcher .accounts-m-list-item{
        height: auto;
        cursor: pointer;
        text-align: center;
        padding: 6px 8px;
        border-radius: 6px;
        background-color: #f1f1f1;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        margin-right: 7px;
        margin-top: 3px;
    }

    #switcher .workspaces-m-button{
        height: auto;
        cursor: pointer;
        text-align: center;
        padding: 10px 14px;
        border-radius: 6px;
        background-color: #302e41;
        font-size: 16px; line-height: 16px;
        text-align: center;
    }
    #switcher .workspaces-m-list{
        display: none;
        position: absolute; top: 55px;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
        z-index: 10;
    }
    #switcher.active .workspaces-m-list{
        display: block;
        background-color: rgba(31, 30, 41, 0.85);
        border-radius: 6px;
    }
    #switcher .workspaces-m-item a{
        display: block;
        padding: 6px 12px; margin: 0px;
        color: #E2E8F3;
        font-size: 12px; font-weight: 500;
        border-bottom: 2px solid #303942;
    }
    #switcher .workspaces-m-item.new a{
        display: block; 
        text-align: center;
    }

#switcher .workspaces-current{
    padding-left: 10px;
}
    #switcher .workspaces-current .name a{
        font-weight: 600; font-size: 18px;
        color: #242329;
    }
    #switcher .workspaces-current .ctrl{
         min-width: 200px;
    }
    #switcher .workspaces-current .ctrl a{
        font-weight: 400; font-size: 12px;
        color: #888;
    }

.window{
}

    .window input{
        margin-bottom: 8px;
        background-color: #1C1F23; color: #ffffff;
        border-radius: 6px;
        border: transparent;
        outline: none;
    }
    .window textarea{
        background-color: #1C1F23;
        color: #ffffff;
        border-radius: 6px;
        resize: vertical; 
        width: 100%; 
        height: auto; min-height: 100px;
        border: none; outline: none;
        padding: 8px 10px; 
    }

    .window .btn{
        background-color: #6C63FF; color: #ffffff;
        font-weight: bold; font-size: 14px;
        padding: 12px 24px; border: none;
    }
    .window .btn:hover{
        opacity: 0.75;
    }

.window.auth{
    background-color: #FFFFFF;
    border-radius: 12px;
    overflow: auto;
    padding: 30px;
    margin-top: 10vh;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
    .window.auth .title{
        text-align: center;
        font-size: 24px;
        color: #242329;
        font-weight: 600;
        margin-bottom: 1.5rem;
    }
    .window.auth input{
        margin-bottom: 8px;
        background-color: #f4f7fa; 
        border: 1px solid #242329;
        color: #242329;
        padding: 0.75rem;
        border-radius: 8px;
        outline: none;
    }
    .window.auth input::placeholder {
      color: #999;
    }
    .window.auth .btn{
        background-color: #6C63FF; color: #ffffff;
        font-weight: bold; font-size: 14px;
        padding: 12px 24px;
        outline: none !important;
    }
    .window.auth .btn:hover{
        opacity: 0.75;
    }
    .window.auth .btn-secondary{
        background-color: #FFD369; color: #213651;
    }

    .window.linker{
        padding: 24px 12px;
        text-align: center;
    }
    .window.linker a{
        color: #fff; font-size: 12px;
    }
    .window.linker a i{
        margin-right: 5px;
    }

.dk-area{
    background-color: #ffffff;
    margin-bottom: 10px;
    border-radius: 6px;
}
    .dk-area textarea{
        background-color: #fafafa;
        color: #242329;
        border-radius: 6px;
        resize: none; 
        width: 100%; font-weight: 400;
        height: auto; min-height: 100px;
        border: none; outline: none;
        padding: 12px; font-size: 16px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    }
    .dk-area .btn{
        border: none; display: inline-block;
        background-color: #6C63FF; color: #1C1F23;
        border: 1px solid #6C63FF;
        font-weight: bold; font-size: 12px;
        padding: 6px 14px; margin: 10px -4px 10px 8px;
    }
    .dk-area .btn:hover{
        background-color: transparent; color: #6C63FF;    
    }
    .dk-area .btn i{
        margin-right: 5px;
    }

#breadcrumbs{
    font-size: 15px; font-weight: 600;
    color: #999; margin-bottom: 20px;
    display: flex;
}
    #breadcrumbs div{
        margin-right: 7px;
    }
    #breadcrumbs a{
        color: #242329;
    }
    #breadcrumbs a i{
        margin-right: 5px;
    }

.workspace-view{
    padding: 3vh 0 9vh;
}

.empty{
    color: #242329;
    font-weight: 400;
    font-size: 18px;
}
    .empty a{
        color: #6C63FF;
        font-weight: 600;
        font-size: 18px;
    }

.dashboard-focus{
    padding: 10px 0px 0px 0px;
    margin-bottom: 10px;
}
    .dashboard-focus .fa-fire{
        color: #fa1303;
    }

.dashboard-redhot{
    padding: 40px 0px 0px 0px;
    margin-bottom: 10px;
}
    .dashboard-redhot .fa-fire{
        color: #fa1303;
    }

.dashboard-workspaces{
    margin-top: 30px;
}

#workspaces-menu{
   display: flex;
   gap: 5px;
}
    .workspaces-menu-item{
        opacity: 0.45;
    }
    .workspaces-menu-item a{
        display: inline-block;
        background-color: #CCC;
        font-size: 13px;
        padding: 2px 8px;
        border-radius: 0px 0px 4px 4px;
        color: #242329;
        font-weight: bold;
    }
    .workspaces-menu-item.active{
        opacity: 0.95;
    }
    .workspaces-menu-item a:hover{
        color: #232323;
    }

.workspace-projects-list{
}
    .workspace-projects-list-name{
        margin-bottom: 7px; 
    }
    .workspace-projects-list-name i{
        margin-right: 5px;
    }
    .workspace-projects-list-name a{
        font-weight: 600; font-size: 15px;
        color: #242329;
    }
    .workspace-projects-list .workspace-projects{
        padding: 10px 15px 10px 25px;
    }

.workspace-projects{
    padding-right: 30px;
}
    .workspace-projects-item{
        margin: 0px 0px 25px 0px;
    }
    .workspace-projects-item .meta .title{
        font-size: 18px; 
    }
    .workspace-projects-item  .meta a.title{
        font-weight: 600;
        color: #242329; margin-right: 7px;
    }
    .workspace-projects-item .meta{
        margin-bottom: 10px;
    }
    .workspace-projects-item .meta a.btn-add{
        opacity: 0.01;
        color: #6C63FF;
        border: 1px solid #6C63FF;
        border-radius: 6px;
        font-weight: 600; font-size: 11px;
        padding: 4px 6px;
    }
    .workspace-projects-item:hover .meta a.btn-add{
        opacity: 1;
    }
    .workspace-projects-item .meta a.btn-add:hover{
        opacity: 0.65;
    }

.project-view{
    padding: 3vh 3vh 8vh 3vh;
}

.workspace-project{
}
    .workspace-project-item{
    }
    .workspace-project-item .meta .title{
        font-size: 18px; font-weight: 600; color: #242329;
        color: #242329; margin-right: 7px;
    }
    .workspace-project-item  .meta a.title{
        font-weight: 600; color: #242329;
        color: #242329; margin-right: 7px;
    }
    .workspace-project-item .meta{
        margin-bottom: 10px;
    }
    .workspace-project-item .meta a.btn-add{
        opacity: 0.01;
        color: #6C63FF;
        border: 1px solid #6C63FF;
        border-radius: 6px;
        font-weight: 600; font-size: 11px;
        padding: 4px 6px;
    }
    .workspace-project-item:hover .meta a.btn-add{
        opacity: 1;
    }
    .workspace-project-item .meta a.btn-add:hover{
        opacity: 0.65;
    }

.tasklist-month{
    margin: 15px 0px;
    opacity: 0.45;
}
    .tasklist-month span{
        color: #242329;
        font-size: 11px;
        padding: 6px 12px;
        border-radius: 8px;
    }

.tasklist-title{
    padding: 12px 0px 12px 12px;
    background-color: #262b31;
    font-size: 15px;
    font-weight: 600;
}
.tasklist-item{ 
    background-color: #ffffff;
    border-radius: 3px;
    padding: 12px;
    color: #242329; margin-bottom: 2px;
}
    .tasklist-item-meta{
        display: flex;
    }
    .tasklist-item-meta .priority{
        margin-right: 10px;
        background-color: #666;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 3px;
        width: 30px; height: 26px;
        min-width: 30px;   
    }
    .tasklist-item-meta .descr{
        display: flex;
        align-items: center;
        justify-content: left;
        width: 100%;
    }
    .tasklist-item-meta .descr .path{
        font-size: 11px; line-height: 13px; 
        font-weight: 200;
        color: #242329; opacity: 0.55;
    }
        .tasklist-item-meta .title{
            font-weight: 600;
            margin-right: 20px;
        }
        .tasklist-item-meta .title a{
            color: #283348; 
            font-size: 16px; font-weight: 400;
        }
        .tasklist-item-meta .content{
            font-size: 16px; font-weight: 300;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #888; max-width: 300px;
        }

    .tasklist-item .deadline{
        display: flex;
        align-items: center; 
        justify-content: right;
        width: 180px;
    }
        .deadline span{
            background-color: #A3D9A5; color: #fff;
            padding: 3px 6px;
            min-width: 40px;
            text-align: center;
            border-radius: 6px;
            font-size: 11px;
        }
        .deadline span.expired{
            background-color: #FF6B6B; color: #fff;
        }

    .tasklist-item .performer{
        margin-left: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
    }
        .tasklist-item .performer img{
            width: 25px; border-radius: 6px;
        }

    .priority{
        font-weight: bold;
    }
    .priority[data-color="0"] {
        background-color: #CCCCCC; color: #666;
    }
    .priority[data-color="1"] {
        background-color: #E5E5E5; color: #777;
    }
    .priority[data-color="2"] {
        background-color: #A0BCD4; color: #666;
    }
    .priority[data-color="3"] {
        background-color: #7DC5D3;
    }
    .priority[data-color="4"] {
        background-color: #5EBCAC;
    }
    .priority[data-color="5"] {
        background-color: #B8CA00; color: #333;
    }
    .priority[data-color="6"] {
        background-color: #FFCB00; color: #222;
    }
    .priority[data-color="7"] {
        background-color: #FFA300; color: #111;
    }
    .priority[data-color="8"] {
        background-color: #FF7300;
    }
    .priority[data-color="9"] {
        background-color: #FF4B00; color: #fff;
    }
    .priority[data-color="10"] {
        background-color: #F21700; color: #fff;
    }

.task-view{
    padding: 3vh 3vh 8vh 3vh;
}

.tasklist-item.completed{
    opacity: 0.5;
}   
    .tasklist-item.completed .title{
        text-decoration: line-through;
    }
    .tasklist-item.completed .content{
        display: none;
    }

.task-form-editer .note{
}

#task-comments{
    background-color: #ffffff;
    padding: 8px;
    border-radius: 6px;
}
    .task-comments-form{
        display: flex;
    }
        .task-comments-form div.form{
            width: 100%; position: relative;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
        }
        .task-comments-form div.form textarea{
            border: none; border-radius: 8px;
            color: #242329;
            background-color: #fafafa;
            width: 100%; resize: vertical;
            min-height: 100px;
            outline: none;
        }
        .task-comments-form div.form button{
            background-color: #6C63FF;
            color: #fafafa;
            border: none; border-radius: 4px;
            position: absolute;
            bottom: 0; right: 0;
            padding: 6px 12px;
        }
        .task-comments-form div.form button:hover{
            color: #fafafa; opacity: 0.85;
        }
        .task-comments-form div.userpic{
            margin-right: 12px;
        }
        .task-comments-form div.userpic img{
            width: 45px; border-radius: 50%;
        }

    .task-comments-list-item {
        display: flex; margin-bottom: 8px;
        border-bottom: 1px solid #f1f1f1;
        padding: 0px 0px 10px 0px;
        margin-bottom: 8px;
    }
        .task-comments-list-item div.userpic{
            margin-right: 6px;
        }
        .task-comments-list-item .userpic img{
            width: 40px; border-radius: 50%;
        }
        .task-comments-list-item div.comment{
            border-radius: 6px;
            color: #242329;
            width: 100%;
            padding: 0px 12px 8px 8px;
        }
        .task-comments-list-item .datetime{
            font-size: 12px; color: #777;
            margin-bottom: 3px;
        }
        .task-comments-list-item .content{
        }
        .comment{

        }
        .comment button{
            font-size: 12px; color: #888;
            outline: none; border: none;
            background-color: transparent;
            padding: 0; margin: 0;
        }
        .comment a{
            font-size: 12px; color: #888;
        }
        .comment .attach{
            padding: 10px 0px;
        }

#attach-uploader{
    position: absolute;
    background-color: transparent;
    border: none; outline: none;
    bottom: 5px; left: 5px;
    font-size: 11px;
    color: #242329;
}

.form-view{
    padding: 3vh 3vh 8vh 3vh;
}
    .form-view input, .form-view input[disabled]{
        background-color: #ffffff !important; color: #242329;
        outline: none; border: none;
        border-radius: 6px; margin-bottom: 6px;
        padding: 15px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    }
    .form-view textarea{
        background-color: #ffffff;
        outline: none; border: none;
        border-radius: 6px; margin-bottom: 6px;
        padding: 15px; color: #242329
        font-size: 15px; font-weight: 400;
        height: auto; width: 100%;
        min-height: 150px;
        overflow-y: hidden;
        resize: none;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    }

.project-form-top{
    display: flex; margin-bottom: 10px;
}
    .project-form-top .title{
        width: 100%; position: relative;
    }
        .project-form-top .title input{
            padding: 15px; color: #242329;
            font-size: 16px; font-weight: 600;
            height: 50px; 
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
        }

    .project-form-top .button{
        margin: 0px 0px 6px 6px;
    }
        .project-form-top button{
            background-color: #6C63FF;
            color: #fafafa;
            height: 100%;
            padding: 0px 20px;
            font-size: 15px;
            font-weight: 700;
            border-radius: 6px;
            outline: none !important;
            -webkit-transition: all .4s ease;
            -o-transition: all .4s ease;
            -moz-transition: all .4s ease;
            transition: all .4s ease;
            box-shadow: 0 8px 20px rgba(108, 98, 255, 0.05);
        }
        .project-form-top button:hover{
            color: #fafafa; opacity: 0.85;        
        }

    .project-form-top .workspaces{
        margin-right: 7px;
    }
    .project-form-top .workspaces select{
        font-size: 15px; width: 150px;
        background-color: #fff;
        outline: none; border: none;
        border-radius: 6px;
        padding: 15px; color: #242329;
        height: auto;
    }

/* */

.task-form-top{
    display: flex; margin-bottom: 10px;
}
    .task-form-top .title{
        width: 100%; position: relative;
    }
        .task-form-top .title input{
            padding: 15px; color: #242329;
            font-size: 16px; font-weight: 600;
            height: 50px; 
        }

    .task-form-top .priority{
        position: absolute;
        top: 0; right: 0;
        width: 50px; height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0px 6px 6px 0px;
        cursor: pointer;
    }
    .task-form-top .priority-list{
        display: none;
        position: absolute;
        top: 10px; right: 10px;
        min-height: 120px;
        background-color: rgba(255, 255, 255, 0.85);
        width: 300px; border-radius: 6px;
        padding: 10px 0px 0px 10px;
        z-index: 99;
    } 
    .task-form-top .priority-list.active{
        display: block;
    } 
    .priority-list-row{
        display: flex; margin-bottom: 10px;
    }
        .priority-list .priority{
            position: relative;
            align-items: center;
            margin-right: 10px;
            width: 50px; height: 50px;
            cursor: pointer;
        }
        .priority-list .priority{
            border-radius: 6px;
        }

    .task-form-top .button{
        margin: 0px 0px 6px 6px;
    }
        .task-form-top button{
            background-color: #6C63FF;
            color: #fafafa;
            height: 100%;
            padding: 0px 20px;
            font-size: 15px;
            font-weight: 700;
            border-radius: 6px;
            outline: none !important;
            -webkit-transition: all .4s ease;
            -o-transition: all .4s ease;
            -moz-transition: all .4s ease;
            transition: all .4s ease;
        }
        .task-form-top button:hover{
            color: #fafafa; opacity: 0.85;
        }

.task-form-meta{
    margin-bottom: 15px;
    display: flex;
}
    .task-form-meta .performer{
        width: 40%; margin-right: 7px;
    }
    .task-form-meta .projects{
        width: 30%; margin-right: 7px;
    }
    .task-form-meta .performer select,
    .task-form-meta .projects select{
        font-size: 15px; 
        background-color: #ffffff;
        outline: none; border: none;
        border-radius: 6px;
        padding: 15px; color: #242329;
        height: auto;
    }
    .task-form-meta .deadline{
        width: 30%;
    }
    .task-form-meta .deadline input{
        font-size: 15px; text-align: center;
        height: auto;
    }
    .task-form-meta i.hint{
        display: block;
        font-weight: 400;
        font-size: 12px;
        font-style: normal;
        margin-bottom: 5px;
    }

#killer{
    width: 200px; margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    cursor: pointer;
}
    .killer-label{
        opacity: 0.25;
        color: #fff;
        background-color: #FF6B6B;
        padding: 14px 28px;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        -moz-transition: all 1s ease;
        transition: all 1s ease;
        border-radius: 6px;
        font-size: 16px;
    }
    #killer:hover .killer-label{
        opacity: 1;
    }

    .killer-confirm{
        display: none;
    }
    .killer-confirm a{
        font-weight: 600;
        background-color: #F8604A;
        padding: 14px 28px;
        color: #ffffff !important;
        border-radius: 6px;
    }

#task-viewer {
    background-color: #ffffff;
    border-radius: 6px;
    padding: 10px 25px;
    margin-bottom: 10px;
    position: relative;
}
    #task-viewer .task-viewer-toggle{
        position: absolute;
        top: -40px; right: 0px;
    }
        #task-viewer .task-viewer-toggle a{
            background-color: #fafafa; color: #242329; 
            border: none; padding: 5px 30px;
            opacity: 0.85;
            font-weight: bold;
        }
        #task-viewer .task-viewer-toggle a:hover{
            opacity: 1; background-color: #A3D9A5;
            color: #fff; 
        }
        #task-viewer.completed .task-viewer-toggle a{
            background-color: #FFD369; 
        }

    #task-viewer .task-viewer-headline{
        position: relative; margin-bottom: 20px;
        margin-top: 5px;
    }
    #task-viewer .title{
        font-size: 18px; font-weight: 600;
        margin-left: 30px;
        padding: 5px 12px; border-radius: 6px;
    }
    #task-viewer.completed .title{
        text-decoration: line-through;
        color: #888;
    }

    #task-viewer .title[contenteditable="true"]{
        outline: none !important;
        background-color: #F5F8FB;
    }

    #task-viewer .priority.current{
        position: absolute;
        top: 0px; left: -10px;
        width: 35px; height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        cursor: pointer;
    }
    #task-viewer .priority-list{
        z-index: 999;
        display: none;
        position: absolute;
        top: 10px; left: 0;
        min-height: 100px;
        background-color: rgba(0, 0, 0, 0.35);
        width: auto; border-radius: 6px;
        padding: 10px 0px 0px 10px;
    } 
    #task-viewer .priority-list.active{
        display: block;
    } 
    #task-viewer .priority-list-row{
        display: flex; margin-bottom: 10px;
        overflow: auto;
    }
        #task-viewer .priority-list .priority{
            display: flex;
            position: relative;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            width: 35px; height: 35px;
            cursor: pointer;
        }
        #task-viewer .priority-list .priority{
            border-radius: 6px;
        }

    .task-viewer-datatime{
        font-size: 12px; margin-bottom: 10px;
        color: #CCC
    }
        .task-viewer-datatime i{
            display: inline-block;
            font-style: normal;
            padding: 0 4px;
        }
        .task-viewer-datatime span.deadline span{
            font-size: 11px;
            display: inline-block;
            margin-left: 5px;
        }

        .task-timer{
            margin-right: 7px; font-weight: bold;
            background-color: #f1f1f1;
            padding: 3px 6px; color: #000;
            border-radius: 3px; min-width: 70px;
            display: inline-block;
            text-align: center;
        }
        .task-timer:before{
            display: inline-block;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            content: '\f017';
            margin-right: 4px;
        }
        .task-timer.line{
            width: 80px; font-size: 13px;
            opacity: 0.25;
        }

    .performer{
        margin-right: 7px;
    }
        .performer img{
            border-radius: 50%;
        }


    .task-viewer-content{
        margin-bottom: 20px; font-size: 15px;
        color: #242329;
    }
    .task-viewer-content a{
        color: #71a3c1;
    }
    .task-viewer-content ul{
        padding-left: 25px;
    }
    .task-viewer-content strike{
        opacity: 0.75;
    }

.task-viewer-edit{
    position: absolute;
    top: 10px; right: 10px;
}
    .task-viewer-edit a{
        color: #242329; font-size: 16px;
    }

.box{
    background-color: #ffffff;
    margin: 20px 0px;
    border: 1px solid #fafafa;
    border-radius: 6px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
    .box .title{
        padding: 7px 14px;
        background-color: #fafafa;
        font-weight: bold;
    }
    .box .body{
        padding: 7px 14px;
    }
    

#navigator{
    display: flex;
    padding: 12px 0px;
    align-items: center;
    justify-content: right;
}
    .navigator-item{
        padding: 7px 14px;
        margin-right: 7px;
        background-color: #6C63FF;
        color: #fff;
        font-weight: bold;
        border-radius: 7px;
    }
    .navigator-item a{
        color: #fff;
    }
    .navigator-item i{
        margin-right: 5px;
    }
    .navigator-item i.fa-home{
        margin: 0;
    }

    .navigator-item.wallet{
        background-color: transparent;
        border: 2px solid #75bb75;
        font-weight: bold; font-size: 13px;
    }
    .navigator-item.wallet a{
        color: #75bb75;
    }
    .navigator-item .timer{
        color: #242329;
    }

    #tomato{
        background-color: transparent;
        cursor: pointer;
    }
    #tomato[data-status="pause"]{
        filter: grayscale(1);
    }
    #tomato[data-status="stop"]{
        opacity: 0.35; filter: grayscale(1);
    }
    #tomato[data-status="work"]{
        opacity: 1;
    }
    #tomato .timer{
        width: 45px; display: inline-block;
        text-align: center;
    }

.capa-row{
    display: flex;
    margin: 20px 0;
}
.capa-item{
    padding-right: 30px;
    max-width: 50%;
}   
    .capa-title{
        font-weight: bold;
        font-size: 20px;
    }


.project-nav{
    margin-bottom: 10px;
}
.project{
    background-color: #ffffff;
    box-shadow: 0px 2px 2px rgba(0,0,0,.15);
    border-radius: 6px; margin-bottom: 20px;
}
    .project > .title{
        padding: 10px 14px;
        font-weight: bold;
        background-color: #549bd1;
        color: #ffffff;
        border-radius: 6px 6px 0px 0px;
        font-size: 17px;
    }
    .project > .content{
        padding: 8px 14px;
    }
    .project > .meta{
        background-color: #fafafa;
        padding: 10px 15px;
        font-size: 12px;
    }

.docs-item{
    background-color: #ffffff;
    padding: 5px 5px;
    box-shadow: 0px 2px 2px rgba(0,0,0,.15);
    border-radius: 6px; margin-bottom: 20px;
    position: relative;
}
    .docs-item [name="title"] {
        background-color: #f9eccb;
        border: none; outline: none;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: bold;
    }
    .docs-item [name="content"] {
        background-color: #f9eccb;
        border: none; outline: none;
        margin-bottom: 0px;
        font-size: 14px;
        resize: vertical;
        min-height: 200px;
        font-weight: 500px;
    }
    .docs-item [type="submit"] {
        position: absolute;
        bottom: 5px; right: 5px;
        outline: none !important;
        min-width: 120px;
        border: 1px solid #ffffff;
        background-color: #FFE857;
        font-size: 13px;
    }

#workspaces-nav{
    display: flex;
}
    .workspaces-nav-item{
        background-color: #fafafa; 
        padding: 4px 8px; margin-right: 6px;
        font-size: 13px; margin-top: 5px;
        font-weight: bold;
        border-radius: 6px;
    }
    .workspaces-nav-item.active{
        background-color: #FFE857;
    }
    .workspaces-nav-item a{
        color: #666;
    }

#workspaces-meta{
    background-color: #ffffff;
}
    #workspaces-meta .title{
        padding: 10px 20px;
        font-size: 24px;
        font-weight: bold;
    }

#fixed-nav{
    position: fixed;
    bottom: 20px; right: 15px;
}
    .fixed-nav-button{
        position: absolute;
        padding: 10px 15px;
        background-color: #93ce2c; color: #fff;
        cursor: pointer;
        border-radius: 6px;
        bottom: 0px; right: 0px;
    }
    .fixed-nav-menu{
        display: none;
        text-align: right;
        min-width: 200px;
        position: absolute;
        bottom: 0px; right: 50px;
    }
    .fixed-nav-menu a{
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.25); color: #242329;
        padding: 6px 12px;
        border-radius: 6px;
        margin-top: 5px;
        font-size: 11px;
        text-align: left;
    }
    .fixed-nav-menu a i{
        margin-right: 5px;
    }

    #fixed-nav.active .fixed-nav-menu{
        display: block;
    }

.note-editing-area{

}
    .note-editing-area a{
        color: #71a3c1;
    }