.task-board-item {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left-width: 5px !important;
}
.v-select {
    padding: 3px 5px !important;
    border-color: #e9ecef !important;
}
.v-select:hover {
    padding: 3px 5px !important;
    border-color: #e9ecef !important;
}
.v-select:focus {
    padding: 3px 5px !important;
    border-color: #65a5e5 !important;
}
.table {
    margin-top: 15px;
    margin-bottom: 15px;
}
.dataTables_length label {
    width: 100%;
}
.dataTables_length select {
    width: 100px;
    display: inline-block;
}
.dataTables_filter {
    text-align: right;
}
.btn-edit-inline {
    padding: 8px 0 0 0;
    margin: 0px 0 0 0;
    height: 15px;
}
.cursor-pointer {
    cursor: pointer;
}
.edit-hover .btn-edit-inline {
    opacity: 0;
}
.edit-hover:hover .btn-edit-inline {
    opacity: 1;
}
.faux-select-padding {
    padding: 4px 6px;
}
.btn-delete-item {
    background: #ccc;
    margin: 0 0 0 -39px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    position: absolute;
    display: inline-block;
    z-index: 3;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
}
.btn-delete-item.mobile {
    margin: 0 0 0 -70px !important;
}
.btn-delete-item:hover {
    background: #999;
}
.table-responsive {
    overflow-x: visible; 
}
.description p {
    margin-bottom: 10px;
}
.description img {
    max-width: 100% !important;
}


/* QuillJS Editor Styles */
.ql-mention-list-container {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(30,30,30,.08);
    overflow: auto;
    width: 270px;
    z-index: 9001;
}
.ql-mention-loading {
    font-size: 16px;
    line-height: 44px;
    padding: 0 20px;
    vertical-align: middle;
}
.ql-mention-list {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.ql-mention-list-item {
    cursor: pointer;
    font-size: 16px;
    line-height: 44px;
    padding: 0 20px;
    vertical-align: middle;
}
.ql-mention-list-item.disabled {
    cursor: auto;
}
.ql-mention-list-item.selected {
    background-color: #d3e1eb;
    text-decoration: none;
}
.mention {
    background-color: #d3e1eb;
    border-radius: 6px;
    height: 24px;
    margin-right: 2px;
    padding: 3px 0;
    user-select: all;
    width: 65px;
}
.mention > span {
    margin: 0 3px;
}
.ql-pipe {
    width: 10px !important;
    margin-right: 10px !important;
    border-right: 1px solid #bbb !important;
}
mark {
    font-family: courier, monospace !important;
    padding: 2px 5px !important;
}
blockquote {
    border-left: 5px solid #ccc !important;
    padding: 5px 15px !important;
}
.ql-aiassistant {
    margin-top: -2px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: left !important;
}
code {
    display: block;
    max-width: 100%;
    overflow-x: auto;
}
code, .ql-syntax {
    background: #eee;
    color: #175753 !important;
    margin-bottom: 15px !important;
    padding: 15px !important;
}
#editor {
    border-color: #e9ecef !important;
}
.ql-toolbar.ql-snow {
    background-color: #fff !important;
    border-color: #e9ecef !important;
}
.ql-editor {
    padding: 20px !important;
    width: 100%;
}
.ql-editor.description {
    padding: 0 !important;
}
.ql-editor::selection {
    background: #fff !important;
}
.ql-editor p
/* , .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 */
{
    margin-bottom: 5px !important;
}
.dataTable {
    margin-bottom: 15px !important;
}
.dataTables_wrapper, .dataTables_filters_custom {
    margin: 0 auto;
    width: 100% !important;
    max-width: 97.5% !important;
}
.v-select.widget-assigned-to {
    background-color: #efefef;
}
@media print {
    .page-wrapper {
        margin-top: 0 !important;
    }
    .card {
        -webkit-box-shadow: 0 !important;
        box-shadow: 0 !important;
        border: 0 !important;
    }
    .card-body {
        padding: 0 !important;
    }
}








.interact-emoji {
    position: relative;
    margin-right: 10px;
    padding: 0 !important;
    width: 35px;
    height: 35px;
    line-height: 35px;
    /* border-color: #333; */
    border-radius: 10px;
    border: 0 !important;
    outline: 0 !important;
}
.dropdown .interact-emoji {
    margin: 0;
    margin-right: 0;
    line-height: 14px;
}
.btn-secondary.interact-emoji {
    background: none !important;
    border: 0 !important;
    outline: 0 !important;
}
a:hover .interact-emoji {
    background: none !important;
}
.interact-emoji.btn-secondary {
    border-color: #777;
    background-color: #444;
}
/* .interact-emoji.btn-secondary, .interact-emoji:hover {
    border-color: #333;
    background-color: #222;
} */
.interact-emoji .emoji {
    font-family: 'Noto Color Emoji', sans-serif;
    font-size: 18px;
}
.interact-emoji .bi {
    font-size: 24px;
}
.single-comment .interact-with-comment .btn-outline-secondary {
    opacity: .3;
}
.single-comment .interact-with-comment .btn-outline-secondary:hover {
    opacity: 1;
}
.btn-xxs {
    padding: 2px 5px;
    font-size: 10px;
}
/* Remove fade transition for modal */
#searchModal.modal.fade {
    transition: none;
}
#searchModal.modal.fade .modal-dialog {
    transform: translate(0, 0);
}
#searchModal .modal-content {
    background: none;
    border: 0;
}
#searchModal .select2-container--default .select2-selection--single,
#searchModal .select2-search__field,
#searchModal .select2-container--default .select2-results__option {
    font-size: 16px;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 75vh;
}
#searchModal .select2-selection.select2-selection--single span {
    display: none;
}
.search-form {
    cursor: pointer;
}
.btn.dropdown-toggle {
    background: #7987a1;
    color: #fff;
}
li.list-group-item {
    opacity: .8;
}
li.list-group-item:hover {
    opacity: 1;
}
h5.card-title {
    font-size: 20px !important;
    text-transform: none !important;
}
.project-board-title {
    position: fixed;
    width: 100%;
    top: 120px;
    left: 0;
    padding: 10px 32px 10px;
    z-index: 1;
    background: #fff;
}
.fixed-on-scroll .project-board-title {
    top: 60px;
}
.kanban-board {
    /* margin-top: 185px; */
}
.fixed-on-scroll .kanban-board {
    /* margin-top: 50px; */
}
.comment.description.ql-editor {
    height: auto !important;
    white-space: normal;
}
.dropdown-outline-toggle, .dropdown-outline-toggle:hover {
    background: none !important;
    border: 1px solid rgb(233, 236, 239);
    color: #999 !important;
}
.hide-navbar .project-board-title {
    top: 0 !important;
}
.hide-navbar .horizontal-menu, 
.hide-navbar .footer {
    display: none !important;
}
.hide-navbar .kanban-board {
    margin-top: 0 !important;
}
.navbar-brand span.business-name {
    color: #000 !important;
}
.dropdown-item.user-alert .bi {
    color: #fff !important;
}
.dropdown-item.user-alert.user-alert-unread {
    background-color: rgba(101, 113, 255, 0.05);
    font-weight: 900 !important;
}
.ql-editor ul {
    margin-bottom: 5px;
}
.ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4 {
    margin-bottom: 15px;
}
.glow {
    animation: glow-animation-light .5s infinite alternate;
}
.add-sub-folder {
    padding: 0 !important;
}
.sub-root {
    margin-left: 10px !important;
}
.sub-a {
    margin-left: 30px !important;
}
.sub-b {
    margin-left: 50px !important;
}
.min-height-400, .min-height-400 .ql-editor.ql-blank {
    min-height: 400px;
}
.single-comment-highlight {
    background-color: #f7f7f7;
}
.horizontal-menu .bottom-navbar .page-navigation {
    justify-content: space-evenly;
}
.sticky-top {
    z-index: 1 !important;
}
.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    color: #777;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid #ccc;
}
.avatar.avatar-img {
    background-size: cover;
    background-position: center;
}
.avatar.avatar-code {
    background: #ccc;
}
.avatar.avatar-xs {
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: 8px;
    letter-spacing: 0;
}

/* remove box-shadow on print */
@media print {
    .card {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -ms-box-shadow: none !important;
        -o-box-shadow: none !important;
    }
}

@keyframes glow-animation-light {
    0% {
        background: #ddd; /* Change the color as per your preference */
    }
    100% {
        background: #eee; /* Change the color as per your preference */
    }
}

@keyframes glow-animation-dark {
    0% {
        background: #161616; /* Change the color as per your preference */
    }
    100% {
        background: #020202; /* Change the color as per your preference */
    }
}

@media (max-width: 992px) {
    .project-board-title, .fixed-on-scroll .project-board-title {
        top: 60px;
    }
    .project-board-title {
        padding: 0px 32px 10px;
    }
    .kanban-board, .fixed-on-scroll .kanban-board {
        /* margin-top: 150px; */
    }
    .container {
        width: 100% !important;
        max-width: 100% !important;
    }
}
@media (max-width: 768px) {
    .kanban-board, .fixed-on-scroll .kanban-board {
        /* margin-top: 60px; */
    }
    .nav-tabs-line .nav-link {
        padding: 5px;
        font-size: 12px;
    }
}

.horizontal-menu .navbar .navbar-content .search-form {
    margin-right: 25px;
}
.bg-danger-subtle {
    background-color: rgba(220, 38, 38, 0.05) !important;
}
.d-none {
    display: none !important;
}