.content-wrapper.kanban .content-header+.content{
    height:calc(100vh - 180px);
}
.dark-mode .select2-container--bootstrap4 .select2-selection{
    background-color: #454d55;
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
.mailbox-attachment-name {
    overflow-wrap: anywhere;
}
.fullscreen-button{
    color: grey;
    position: absolute;
    right: 45px;
}
.favorite-mail{
    position: absolute;
    right: 75px;
}

.list-items-comment{
    list-style: none;
    padding: 0;
    overflow-wrap: anywhere;
}
.item-comment-avatar{
    width: 40px;
    position: absolute;
}
.item-comment-avatar img{
    width: 100%;
}
.user-panel img {
    height: 2.1rem;
    width: 2.1rem;
    object-fit: cover;
}
.dark-mode .item-comment-body{
    background: #3f474e;
}
.item-comment-text span{
    white-space: pre-wrap;
}
.item-comment-body{
    min-width: 150px;
    max-width: 100%;
    background: #f8f9fa;
    padding: 5px;
    border-radius: 5px;
    margin-left: 5px;
}
.comment-block-input textarea{
    min-width: 150px;
    max-height:150px;
    transition: 0.5s ease;
    resize: none;
    height: 40px;
    min-height: 40px;
}
.comment-block-input:focus-within button,
.comment-block-input:focus-within a,
.comment-block-input .view button,
.comment-block-input .view a{opacity: 1;display: block}
.comment-block-input:focus-within textarea, .comment-block-input .view textarea {
    min-height: 55px;
}
/*.comment-block-input button,*/
/*.comment-block-input a{opacity: 0;display: none}*/
.checklistgroup-name .tools{opacity: 0}
.item-comment-likes{
    position: absolute;
    right: -20px;
    top: -10px;
}

textarea{
    min-height: 55px;
}
.sortable-placeholder {
    border: 1px dashed rgb(63, 63, 63);
    height: 50px;
    width: 100%;
    margin-top: 10px;
    background-color: darkgrey !important;
}
.dark-mode .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered{color: white}
.user-block .row:hover .tools {
    display: inline-block;
}
.user-block .row .tools {
    color: #dc3545;
    display: none;
    float: right;
    align-self: center;
}
.list-comment-items-files{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
}
.comment-item-file{
    max-width: 200px;
    min-width: 150px;
    position: relative;
    padding: 0 5px;
    padding-bottom: 25px;
}
.comment-item-file img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comment-item-file:hover .task-trash-file, .checklistgroup-name:hover .tools{
    opacity: 1;
}
.task-trash-file{
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 0;
}
.quotComment{background: blanchedalmond !important}
.dark-mode .quotComment{background: #454d55 !important;}
.quotComment{margin-bottom: 10px;}
.quotComment .list-comment-items-files{margin-bottom: 0}
.quotComment *{opacity: 1 !important}
.quotComment .comment-item-file{max-width: 50px}

.la-pacman,
.la-pacman > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.la-pacman {
    display: block;
    font-size: 0;
    color: #333;
}
.dark-mode .la-pacman {
    color: #fff;
}
.la-pacman > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-pacman {
    width: 32px;
    height: 32px;
}
.la-pacman > div:nth-child(1),
.la-pacman > div:nth-child(2) {
    width: 0;
    height: 0;
    background: transparent;
    border-style: solid;
    border-width: 16px;
    border-right-color: transparent;
    border-radius: 100%;
    -webkit-animation: pacman-rotate-half-up .5s 0s infinite;
    -moz-animation: pacman-rotate-half-up .5s 0s infinite;
    -o-animation: pacman-rotate-half-up .5s 0s infinite;
    animation: pacman-rotate-half-up .5s 0s infinite;
}
.la-pacman > div:nth-child(2) {
    margin-top: -32px;
    -webkit-animation-name: pacman-rotate-half-down;
    -moz-animation-name: pacman-rotate-half-down;
    -o-animation-name: pacman-rotate-half-down;
    animation-name: pacman-rotate-half-down;
}
.la-pacman > div:nth-child(3),
.la-pacman > div:nth-child(4),
.la-pacman > div:nth-child(5),
.la-pacman > div:nth-child(6) {
    position: absolute;
    top: 50%;
    left: 200%;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: pacman-balls 2s 0s infinite linear;
    -moz-animation: pacman-balls 2s 0s infinite linear;
    -o-animation: pacman-balls 2s 0s infinite linear;
    animation: pacman-balls 2s 0s infinite linear;
}
.la-pacman > div:nth-child(3) {
    -webkit-animation-delay: -1.44s;
    -moz-animation-delay: -1.44s;
    -o-animation-delay: -1.44s;
    animation-delay: -1.44s;
}
.la-pacman > div:nth-child(4) {
    -webkit-animation-delay: -1.94s;
    -moz-animation-delay: -1.94s;
    -o-animation-delay: -1.94s;
    animation-delay: -1.94s;
}
.la-pacman > div:nth-child(5) {
    -webkit-animation-delay: -2.44s;
    -moz-animation-delay: -2.44s;
    -o-animation-delay: -2.44s;
    animation-delay: -2.44s;
}
.la-pacman > div:nth-child(6) {
    -webkit-animation-delay: -2.94s;
    -moz-animation-delay: -2.94s;
    -o-animation-delay: -2.94s;
    animation-delay: -2.94s;
}
.la-pacman.la-sm {
    width: 16px;
    height: 16px;
}
.la-pacman.la-sm > div:nth-child(1),
.la-pacman.la-sm > div:nth-child(2) {
    border-width: 8px;
}
.la-pacman.la-sm > div:nth-child(2) {
    margin-top: -16px;
}
.la-pacman.la-sm > div:nth-child(3),
.la-pacman.la-sm > div:nth-child(4),
.la-pacman.la-sm > div:nth-child(5),
.la-pacman.la-sm > div:nth-child(6) {
    width: 4px;
    height: 4px;
}
.la-pacman.la-2x {
    width: 64px;
    height: 64px;
}
.la-pacman.la-2x > div:nth-child(1),
.la-pacman.la-2x > div:nth-child(2) {
    border-width: 32px;
}
.la-pacman.la-2x > div:nth-child(2) {
    margin-top: -64px;
}
.la-pacman.la-2x > div:nth-child(3),
.la-pacman.la-2x > div:nth-child(4),
.la-pacman.la-2x > div:nth-child(5),
.la-pacman.la-2x > div:nth-child(6) {
    width: 16px;
    height: 16px;
}
.la-pacman.la-3x {
    width: 96px;
    height: 96px;
}
.la-pacman.la-3x > div:nth-child(1),
.la-pacman.la-3x > div:nth-child(2) {
    border-width: 48px;
}
.la-pacman.la-3x > div:nth-child(2) {
    margin-top: -96px;
}
.la-pacman.la-3x > div:nth-child(3),
.la-pacman.la-3x > div:nth-child(4),
.la-pacman.la-3x > div:nth-child(5),
.la-pacman.la-3x > div:nth-child(6) {
    width: 24px;
    height: 24px;
}
/*
 * Animations
 */
@-webkit-keyframes pacman-rotate-half-up {
    0%,
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes pacman-rotate-half-up {
    0%,
    100% {
        -moz-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    50% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes pacman-rotate-half-up {
    0%,
    100% {
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    50% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes pacman-rotate-half-up {
    0%,
    100% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    50% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes pacman-rotate-half-down {
    0%,
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-moz-keyframes pacman-rotate-half-down {
    0%,
    100% {
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    50% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-o-keyframes pacman-rotate-half-down {
    0%,
    100% {
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    50% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes pacman-rotate-half-down {
    0%,
    100% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-webkit-keyframes pacman-balls {
    0% {
        left: 200%;
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    5% {
        opacity: .5;
    }
    66% {
        opacity: 1;
    }
    67% {
        opacity: 0;
    }
    100% {
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@-moz-keyframes pacman-balls {
    0% {
        left: 200%;
        opacity: 0;
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    5% {
        opacity: .5;
    }
    66% {
        opacity: 1;
    }
    67% {
        opacity: 0;
    }
    100% {
        left: 0;
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@-o-keyframes pacman-balls {
    0% {
        left: 200%;
        opacity: 0;
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    5% {
        opacity: .5;
    }
    66% {
        opacity: 1;
    }
    67% {
        opacity: 0;
    }
    100% {
        left: 0;
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@keyframes pacman-balls {
    0% {
        left: 200%;
        opacity: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    5% {
        opacity: .5;
    }
    66% {
        opacity: 1;
    }
    67% {
        opacity: 0;
    }
    100% {
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.dark-mode .loading-spinner{
    background-color: #343a40;
}
.loading-spinner{
    background-color: #ffffff;
    z-index: 9;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -10px;
}
.voice-progress-bar{
    background-color: #daf2fc;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    -webkit-transition: width .4s cubic-bezier(.22,.68,.12,1);
    transition: width .4s cubic-bezier(.22,.68,.12,1);
    opacity: 0.3;
    z-index: 0;
    width: 0;
}
.projects-stages{
    display: flex;
    height: 11px;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    background: #f1f1f1;
}
.project-stage:first-child{
    border: 0;
}
.project-stage{
    position: relative;
    overflow: hidden;
    flex: 1 0;
    font-size: 0;
    cursor: pointer;
    border-left: 1px solid rgba(119, 119, 119, .2);
}
.project-stage:hover {
    box-shadow: 0 0 11px 2px black;
}
