/*@import url('fonts/inter.css');*/
html {
    cursor: url(../icons/cursor-alt-pointer-mouse.svg), default;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #212529;
    position: relative;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #212529;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #212529;
}

::selection {
    color: #fff;
    background: #212529;
}

button, input, optgroup, select, textarea {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
}

    input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
        width: auto;
    }

.a-underline {
    text-decoration: underline !important;
}

#btncheckout {
    margin: .45rem .5rem;
}

#btnupload {
    max-width: 240px;
}

#profilepic {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}



.alert a {
    text-decoration: underline;
}



.alert h5,
.alert h6,
.alert p {
    margin-bottom: 0;
}


.validation-summary-errors ul {
    padding: 0;
    font-size: 1rem;
    margin: 0;
}

    .validation-summary-errors ul li {
        list-style: none;
        text-align: left;
        padding: 0;
        color: #9aa1aa;
    }

.field-validation-error,
.field-validation-error span {
    display: block;
    color: #9aa1aa;
}

.input-validation-error {
    border: 2px solid #9aa1aa;
}

.user-status {
    padding: 7px 0px 10px 0px;
    width: 100%;
}

.current-task {
    background: #449d4426;
}

.emojionearea, .emojionearea.form-control {
    font-size: 18px !important;
}

#team-stat-chart {
    height: 300px;
}

.timeline #datepicker {
    border: none;
    cursor: pointer;
}

    .timeline #datepicker:focus,
    .qs-datepicker .qs-overlay .qs-overlay-year:focus {
        outline: none;
    }

.stat-team {
    width: 6%;
    border-radius: 50%;
    height: 6%;
    display: initial;
    cursor: pointer;
}

p.stat-team {
    padding: 1.4rem;
    border: .2em solid #000;
    margin-right: 5px;
}

.tm {
    margin: 0px 5px;
    display: initial;
    position: relative;
}

    .tm .emoji-status {
        cursor: pointer;
        position: absolute;
        bottom: -32px;
        right: 0.5rem;
        border-radius: 50%;
        font-size: 1.1rem;
        background: #ffffff8c;
        padding: 0 2px;
    }

.on-leav {
    opacity: 0.4;
}



.new-todo, .new-todo:focus {
    border: none;
    outline: none;
    width: 100%;
    font-size: 1rem;
    max-width: 600px;
}

.sub-link {
    color: #9aa1aa;
}

.user-col {
    width: 33.3%
}

.add-img-span {
    float: left;
    padding-right: 11px;
    padding-left: 3px;
}

.modal-close-btn {
    color: #212529;
    background-color: #f4f5f2;
    border-color: #f4f5f2;
}

.modal-title, .modal-body {
    color: #212529;
}

.add-img-svg {
    height: auto;
    width: 14px;
}

.add-todo {
    padding-left: 4px;
}

#user-curr-status {
    outline: none;
    width: 93%;
    border: none;
    max-width: 600px;
    background: transparent;
}

li.nav-item.start-recording.menu-tooltip {
    display: contents;
}

#team-hl {
    display: flex;
}

#context-menu {
    --mouse-x: 0;
    --mouse-y: 0;
    display: none;
    position: fixed;
    margin: 0;
    left: 0;
    top: 0;
    /* The following line is responsible for all the magic */
    transform: translateX(min(var(--mouse-x), calc(100vw - 100%))) translateY(min(var(--mouse-y), calc(100vh - 100%)));
}

#context-option,
#feed-context-option {
    margin-left: 5px;
    opacity: 0.5;
}

    #context-option:hover,
    #context-option:focus,
    #context-option:active,
    #feed-context-option:hover,
    #feed-context-option:focus,
    #feed-context-option:active {
        opacity: 0.5;
    }

    #context-option::after,
    #feed-context-option::after {
        display: none;
    }

.todo-title {
    font-weight: 500;
    padding-left: 5px;
}

/*#user-curr-status:focus, #user-curr-statusfocus {
    outline: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #212529;
}*/
.user-status-div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 450px;
    /*padding: 5px 8px;*/
    /*border-radius: .25rem;
    border: 2px solid rgba(222, 225, 215, .35);
    background: rgba(224, 227, 218, .35);*/
}

.small-logo {
    height: 24px;
}


.team-page {
    padding-top: 2%;
}

    .team-page .help-info {
        padding-top: 5%;
        text-align: center;
        max-width: 400px;
        margin: auto;
    }

    .team-page .help-icon {
        height: 100px;
        margin-bottom: 2rem;
    }

    .team-page .help-action {
        padding-top: 1.5rem;
    }

.action-section::after,
#status-option::after {
    content: none;
}



.memberlist {
    margin: 2rem 0;
    max-width: 550px;
}

    .memberlist #btnaddtmwait {
        margin: 0.2rem 0px 0px 0.6rem;
    }

.add-member {
    display: flex;
    margin-bottom: 1rem;
}

#btnaddwait {
    display: inline;
}

#inviteurl {
    border: none;
}

#teamname {
    width: 175px;
}

.add-member-control {
    border: none;
    /*border-bottom: 1px solid #212529;*/
    border-radius: 0;
    max-width: 350px;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    padding-left: 0;
}

    .add-member-control:focus,
    .add-member-control:active,
    .todo__text:focus,
    .todo__text:active {
        outline: none;
    }

.project-list {
    max-width: 265px;
}

    .project-list .project,
    .member-list .member {
        /*display: flex;*/
        margin-bottom: .8rem;
        border-bottom: rgba(222, 225, 215, .35) 1px solid;
        padding-bottom: 8px;
    }

.member-img {
    height: auto;
    width: 18px;
    float: left;
    padding-top: .4rem;
}

.memeber-email,
.project-name {
    margin: 0;
    padding: .2rem .6rem 0 .6rem;
    float: left;
}

.project-name {
    padding-left: 0;
}

.memeber-detail {
    margin: 0;
    padding: .2rem .6rem 0 .6rem;
    float: right;
}

.delete,
.delete-member {
    float: right !important;
}

.member-type {
    width: auto;
    padding: 0;
    font-size: .9rem;
    margin: 0 .9rem 0 0;
    float: right;
}

.login-page {
    width: 100%;
    max-width: 330px;
    /* padding: 15px; */
    margin: auto;
}

.profile-card {
    border: none !important;
}

    .profile-card .card-body {
        padding-top: 0;
        padding-bottom: 0.5rem;
    }

    .profile-card hr {
        width: 50%;
        margin-left: 25% !important;
        margin-right: 25% !important;
    }

.profile-img {
    width: 30px;
}

.team-feed .tm-img {
    width: 15%;
    border-radius: 50%;
}

.team-feed .tm-working {
    font-size: .8rem;
}

.team-feed .small-title {
    font-size: .7rem;
    margin-bottom: 5px;
}

span.timezone {
    padding-right: 5px;
}

/*.profile-card-info {
    padding: 0px 30px;
}*/

.my-profile {
    float: right;
    text-align: left;
    width: 100%;
}

.profile-right {
    /*width: 55%;
    float: right;
    padding-left: 10px;*/
    text-align: left;
}
/*.time-emoji {
    font-size: 1.2rem;
}*/
p.m-0.checkin-time,
.time-emoji {
    font-size: 11px;
}

.small-title {
    color: #9aa1aa;
}

.expand-icon {
    float: right;
    display: none;
    cursor: pointer;
}

.stop-recording {
    display: none;
}

.start-recording {
    display: none;
}

.team-list svg.todo__icon {
    width: 65%;
}

.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}

.btn-primary {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
    /*box-shadow: 0px 3px 3px hsla(0,0%,43.1%,0.5);*/
}

    .btn-primary:hover,
    .btn:hover {
        background-color: #212529;
        border-color: #212529;
        box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
    }




.pause-btn, .stop-btn {
    padding: 0px 0.5em;
}

    .pause-btn img, .stop-btn img {
        width: 14px;
    }

li.nav-item.menu-tooltip {
    display: flex;
}

.expand-user-div {
    float: right;
    position: absolute;
    right: 1px;
}

.profile-card:hover .expand-icon {
    display: block;
}

.team-todo {
    padding: 0px 0px 0px 30px
}

.timezone-span {
    padding: 0px;
}


.btn-play,
.btn-pause,
.btn-stop {
    position: absolute;
    width: 20px;
}

.btn-play,
.btn-stop {
    top: 5px;
    left: 25px;
}

.btn-pause {
    top: 5px;
    left: 5px;
}

    .btn-play img,
    .btn-pause img,
    .btn-stop img {
        width: 15px;
    }

/*sorting*/
.handle {
    position: absolute;
    top: 5px;
    left: 45px;
    width: 20px;
    text-align: center;
    cursor: url(../icons/move.png), grab;
}

.todo-list {
    margin: 0px 0 0 -65px;
    padding: 0.5em 0em;
}

.half {
    display: inline-block;
    width: 49%;
    padding: 0;
    margin: 0;
    vertical-align: top;
}
/*sorting end*/
.team-list label.todo {
    padding: 0.2em 0.5em 0.1em 10%;
}

.todo {
    display: block;
    position: relative;
    padding: 2px;
    /*margin: 0 auto;*/
    cursor: pointer;
    max-width: 900px;
}

    .todo:focus, .todo:hover {
        color: #16181b;
        background-color: #f1f3f7;
        border-radius: 10px;
    }

    .todo:last-child {
        border-bottom: none;
    }

.todo__state {
    position: absolute;
    cursor: pointer !important;
    z-index: 11;
    top: 9px;
    left: 71px;
    opacity: 0;
    height: 18px;
    width: 18px;
}

.todo__text {
    z-index: 1;
    color: #212529;
    transition: all 0.4s linear 0.4s;
    border: none;
    padding: 0.35rem 0 0 0;
    height: 36px;
    left: 100px;
    cursor: text;
    position: inherit;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.done_todo,
.done_todo .tmtags,
.done_todo .ptags {
    cursor: not-allowed;
}

input:read-only {
    cursor: default;
}

input:-moz-read-only { /* For Firefox */
    cursor: default;
}

.todo__icon {
    z-index: 1;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 65px;
    /*width: 2.3rem;
    height: auto;*/
    margin: auto;
    fill: none;
}

.todo-done {
    cursor: auto;
    /*width: 3.3rem;*/
    left: 59px;
    top: 12px;
}

.todo__line,
.todo__box,
.todo__check {
    transition: stroke-dashoffset 0.8s cubic-bezier(0.9, 0, 0.5, 1);
}

.todo__circle {
    stroke: #212529;
    stroke-dasharray: 1 6;
    stroke-width: 0;
    transform-origin: 13.5px 12.5px;
    transform: scale(0.4) rotate(0deg);
    animation: none 0.8s linear;
}

@keyframes explode {
    30% {
        stroke-width: 3;
        stroke-opacity: 1;
        transform: scale(0.8) rotate(40deg);
    }

    100% {
        stroke-width: 0;
        stroke-opacity: 0;
        transform: scale(1.1) rotate(60deg);
    }
}

.todo__box {
    stroke-dasharray: 56.1053, 56.1053;
    stroke-dashoffset: 0;
    transition-delay: 0.16000000000000003s;
}

.todo__check {
    stroke: #212529;
    stroke-dasharray: 9.8995, 9.8995;
    stroke-dashoffset: 9.8995;
    transition-duration: 0.32000000000000006s;
}

.todo__line {
    stroke-dasharray: 168, 1684;
    stroke-dashoffset: 168;
}

.todo__circle {
    animation-delay: 0.5599999999999999s;
    animation-duration: 0.5599999999999999s;
}

/*.todo__state:checked {
    z-index: 0;
}*/
.todo__state:checked ~ .todo__text {
    transition-delay: 0s;
    color: #212529;
    opacity: 0.6;
}

.todo__state:checked ~ .todo__icon .todo__box {
    stroke-dashoffset: 56.1053;
    transition-delay: 0s;
}

.todo__state:checked ~ .todo__icon .todo__line {
    stroke-dashoffset: -10;
}

.todo__state:checked ~ .todo__icon .todo__check {
    stroke-dashoffset: 0;
    transition-delay: 0.48s;
}

.todo__state:checked ~ .todo__icon .todo__circle {
    animation-name: explode;
}

.emojionearea-button-open, .emojionearea-button-close {
    display: none !important;
}

.emojionearea, .emojionearea.form-control {
    background: none !important;
    border: none !important;
    width: 30px !important;
}

    .emojionearea.emojionearea-inline > .emojionearea-editor {
        left: -4px !important;
    }

    .emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder {
        background-image: none !important;
    }

    .emojionearea.emojionearea-standalone .emojionearea-editor::before {
        border: none !important
    }

.t-action {
    display: none;
}



.curr-user-status {
    border-radius: 0;
    background: none;
    border: none;
    padding: 0px;
}

.menu-icon {
    width: 20px;
}

.dropdown-menu .menu-icon {
    margin-right: 5px;
    opacity: 0.5;
}

.center-menu {
    width: 80%;
    justify-content: center;
}

.tooltip-inner {
    max-width: 200px;
    padding: 2px 5px;
    color: #212529;
    text-align: center;
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid #212529;
    font-size: 0.8rem;
    margin: 0;
}

.tooltip.show {
    opacity: 1;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
    display: none !important;
}

/* image cirlce online*/
.user-img .activity {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    border: 2px solid #fff;
    bottom: 0;
    right: 0;
    padding: 0;
    top: 18px;
     
}

.user-checkin {
    background: #449D44;
}

.user-checkout {
    background: #9aa1aa;
}

.user-onleave {
    background: #ff2b2b;
}



.user-img img {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
}

.too-low-opacity {
    opacity: 0.1;
}

.low-opacity {
    opacity: 0.5;
}

.low-opacity-menu {
    opacity: 0.2;
}

[data-navto="task"],
[data-navto="feed"],
[data-navto="stats"] {
    opacity: 0.2;
}
.active-menu {
    opacity: 1 !important;
}

/*.status {
    margin-bottom: 3rem !important;
}*/
    .tmtags {
    font-weight: 600;
    cursor: default;
}

.ptags {
    background: #e3e5e6;
    border-radius: .25rem;
    padding: .1rem .3rem;
    cursor: default;
}

.status h6 {
    font-weight: bold;
    margin-bottom: -4px;
    font-size: 16px;
    display: inline;
}

.status .feed-action {
    font-size: 14px;
    font-weight: 300;
}

.status label {
    margin-bottom: 0.5rem;
    font-size: 11px;
    display: block;
}

.status p {
    font-size: 19px;
    margin-bottom: 0.5rem;
}

.status .u-img {
    height: 24px;
    width: 24px;
}

.status .taskstatus {
    display: contents;
}

.status CTA span {
    font-size: 14px;
    font-weight: normal;
}


#feeds hr {
    width: 500px;
    /*margin: 1rem 0 3rem 2rem;*/
    margin-bottom: 0;
    margin-top: 0;
}

#feeds .status {
    padding: 2rem 0;
}
/* #feeds .status:hover {
        background: #f1f3f7;
        border-radius: 1.25rem;
    }*/
#checkin-status {
    margin-bottom: 3rem;
    background: #f1f3f7;
    border-radius: 1.25rem;
    padding: 2rem !important;
}

@keyframes strike {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.strike {
    position: relative;
}

    .strike::after {
        content: ' ';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background: black;
        animation-name: strike;
        animation-duration: 4s;
        animation-timing-function: linear;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }

.emojionearea .emojionearea-picker .emojionearea-filters {
    background: #212529 !important;
}

.emojionearea .emojionearea-picker .emojionearea-search {
    width: 100% !important;
}

    .emojionearea .emojionearea-picker .emojionearea-search > input {
        width: 95% !important;
        height: 20px !important;
        padding: .75rem;
        border: none;
        border-bottom: 1px solid #212529;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        margin-bottom: .5rem;
    }
