/* LOGIN */
.bg-brand-black {
    background-color: #192433;
}


/* USER TABLE */
#UserTaskWidget table tr td:first-child {
    text-align: center;
}

/*INTAKE*/
#intake {
    display: flex;
    height: 100vh;
    padding: 2em;
    min-width: 400px;
}

/*#intake .intake-content {
  min-height: 500px;
}*/
#intake>div {
    width: 100%;
    margin: 0 auto;
}

@media only screen and (min-width: 992px) {
    #intake>div {
        max-width: 800px;
    }
}

.brand-initials {
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    padding: 1em;
}

.org-selector {
    background-color: #dc3545;
}

.device-browser {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    width: 50rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.device-browser-frame {
    background: #fff;
    box-shadow: 0 2.75rem 5.5rem -3.5rem rgba(189, 197, 209, 0.5), 0 2rem 4rem -2rem rgba(33, 50, 91, 0.3);
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.device-browser-img {
    max-width: 100%;
    height: auto;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.device-browser-header {
    position: relative;
    display: flex;
    max-width: 50rem;
    background: #fff;
    border-bottom: 0.0625rem solid #f1f3f8;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding: 0.5rem 6.5rem;
}

.device-browser-header-btn-list {
    align-items: center;
    display: flex;
    grid-gap: 0.25rem;
    position: absolute;
    top: calc(50% - 0.33rem);
    left: 1rem;
}

.device-browser-header-btn-list-btn {
    width: 0.75rem;
    height: 0.75rem;
    background-color: #e7eaf3;
    border-radius: 50%;
}

.device-browser-header-browser-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #677788;
    background-color: #e7eaf3;
    font-size: 0.75rem;
    border-radius: 0.125rem;
}

/* PLUGINS */
.vuejs3-datepicker__value {
    width: 100%;
}

.v-sidebar-menu .org-selector .vsm--dropdown {
    background-color: #339;
}

.squared {
    border-radius: 0 !important
}

i.handle,
.pointer {
    cursor: pointer;
}

.fa-minus-circle:hover {
    color: #F1416C;
}

.btn-group-pad .btn+.btn,
.btn-group-pad .badge+.badge,
.btn-group-pad .btn+.dropdown {
    margin-left: 0.250rem;
}

.btn-outline-blue {
    color: #0d6efd;
    border-color: #0d6efd;
}

.btn-outline-blue:hover {
    color: #000000;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-outline-red {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-red:hover {
    color: #000000;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-green {
    color: #198754;
    border-color: #198754;
}

.btn-outline-green:hover {
    color: #000000;
    background-color: #198754;
    border-color: #198754;
}


/* SELECT & TIME PICKER CSS OVERRIDES */
.vs__dropdown-menu {
    z-index: 99999 !important;
}

.drop-right .vs__dropdown-menu {
    left: unset;
    right: 0;
    min-width: 300px;
}

.vs--searchable .vs__dropdown-toggle {
    background: #F5F8FA;
    border: none;
    height: 44px;
    min-width: 125px;
    padding: 0;
}

.select-style2 {
    border: 1px solid #ccc;
    margin: 0 0.5em;
}

.select-style2 .vs--searchable .vs__dropdown-toggle {
    background: #FFF;
    height: 40px;
}

.vs__selected {
    color: #5E6278 !important;
    font-weight: 500;
}

.vs__selected-options {
    flex-wrap: nowrap !important;
}

.vs__selected {
    margin: 0 !important;
}

.vs__clear {
    margin-top: -3px;
}

.vs__actions {
    padding-top: 0;
}

.select2-container.select2-container--bootstrap5 .select2-selection--single {
    height: 42px;
}

.select2-container {
    width: 100% !important;
}

.tooltip-inner {
    max-width: 300px;
}

.select2-dropdown {
    z-index: 9999 !important;
}

#create-meeting .vue__time-picker input.vue__time-picker-input {
    line-height: 2.1 !important;
    border-radius: 0.35rem;
}

.tooltip.show p {
    text-align: left;
}

.btn-group-pad .btn-xs,
.btn-xs,
.btn-group-xs>.btn {
    padding: 0.1rem 0.65rem !important;
    font-size: 0.925rem;
    border-radius: 0;
}

#tabstyle-1 .nav-pills .nav-link.active,
#tabstyle-1 .nav-pills .show>.nav-link {
    color: #20D489;
    background-color: transparent;
    border-radius: 0;
}

#tabstyle-1 .nav .nav-link.active,
#tabstyle-1 .nav-tabs .nav-link.active,
#tabstyle-1 .nav-tabs .nav-item.show .nav-link {
    border-bottom: 1px solid #20D489;
    color: #192433
}

#orgnav {
    padding: 0;
}

#orgnav .navbar-toggler,
#orgnav .navbar-toggler:focus {
    transition: none;
    box-shadow: none;
    border: none;
}

#orgnav .dropdown-menu {
    border-radius: 0 0 0.5rem 0.5rem;
    font-size: 1.1rem;
    padding: 1em;
}

/* TOP TASK LISTS */


#topTasks .title {
    width: 25%;
}

#topTasks .details {
    width: 75%;
}

#topTasks .assigned_to {
    min-width: 100px;
}

#topTasks .current_status {
    width: 35%;
}

#topTasks .next_steps {
    width: 30%;
}

#topTasks .days {
    width: 10%;
}

#topTasks .week {
    width: 10%;
}

#topTasks .done {
    width: 10%;
}



@media only screen and (min-width: 401px) and (max-width: 767px) {
    #topTasks .title {
        width: 90%;
    }

    #topTasks .details {
        width: 100%;
    }

    #topTasks .assigned_to {
        width: 100%;
    }

    #topTasks .current_status {
        width: 100%;
    }

    #topTasks .next_steps {
        width: 100%;
    }

    #topTasks .days {
        width: 33%;
    }

    #topTasks .week {
        width: 33%;
    }

    #topTasks .done {
        width: 33%;
    }
}

/* PROCESS MAPPING */

.process-phase div {
    border: 1px solid #ccc;
    background: #fff;
    padding: 1em;
    margin: 0.25em;
}

.process-phase .index {
    font-weight: 600;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-phase .content {}

.new-item div {
    border: 2px dashed #ccc;
    background: #fff;
    display: flex;
    padding: 1em;
    margin: 0.25em;
}

.new-item .index {
    font-weight: 600;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 576px) {
    .new-item div {
        height: 50px;
    }
}

/* TIPTAP */
.ProseMirror {
    outline: none;
}

.editor-wrapper {
    border: 2px solid #192433;
    border-radius: 3px;
    padding: 1em;
}

.editor-wrapper-style2 {
    background: #fafafa;
    padding: 1em;
}

/* TABLOID */
#tabloid .wrapper {
    background: #fff;
    box-shadow: 5px 5px 15px #ccc;
    border: 1px solid #ccc;
    padding: 2em;
}

#tabloid .results {
    width: 1800px;
    margin: 0 auto;
}

#tabloid .list-group-item .svg-inline--fa {
    opacity: 0.2;
}

#tabloid .list-group-item:hover .svg-inline--fa {
    opacity: 1;
}

#tabloid .buckets .list-group {
    border: 1px dashed #e5e5e5;
    padding: 1em;
}

#tabloid .results .list-group {
    background: #fafafa;
    padding: 1em;
    margin: 1em 0;
}

#tabloid .summary {
    display: block;
    margin: 1.25em 0;
    border-top: 2px dashed #e5e5e5;
    padding-top: 1em;
}

.list-group-fixed {
    height: 500px;
    overflow-y: scroll;
    margin-bottom: 2em;
}

.list-group-main {
    height: 1000px;
    overflow-y: scroll;
    margin-bottom: 2em;
}

.listable-parent {
    min-width: 400px;
}

.listable .column {
    display: flex;
    align-items: center;
    background-color: #fff;
    min-height: 3.5em;
    padding: 0.5em;
    margin: 0;
    height: 100%;
}

.column-border {
    border: 1px solid #e5e5e5;
    border-bottom-color: rgb(229, 229, 229);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: none;
}

.column-hover:hover {
    background-color: #F5F8FA;
}

@media (max-width: 991px) {
    .listable {
        background-color: #fff;
        margin-bottom: 0.5em;
        border: 1px solid #e5e5e5;
    }

    .listable .column {
        border: none;
    }
}

.listable .btn {
    min-width: 42px;
    min-height: 42px;
}

.listable:last-child .column {
    border-bottom: 1px solid #e5e5e5;
}

.listable .column.active {
    background-color: #F5F8FA;
}

#streams {
    position: relative;
    background: #fff;
    box-shadow: 5px 5px 15px #ccc;
    border: 1px solid #ccc;
    overflow-x: scroll;
    padding: 2em 2em 2em 4em;
}

.stream-title {
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    left: 50px;
}

.stream-content {
    margin-top: 3em;
}

.streams-block {
    flex: 0 0 400px;
}

/* WEEKDAY */
.weekday-row .weekday-cell {
    position: relative;
    height: 20px;
    padding: 10px 0;
}

.weekday-row .weekday-cell.active {
    background: blue;
}

.weekday-cell span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 0;
    height: 3px;
    transform: translateY(-40%);
}

.weekday-cell .square {
    background-color: #f1f1f1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 0;
    height: 100%;
    transform: translateY(-50%);
}

/* DROPZONE */
.drop-area {
    border: 1px dashed #ccc;
    display: flex;
    align-content: center;
    flex-direction: column;
    width: 97.5%;
    max-width: 800px;
    max-height: 500px;
    margin: 0 auto;
    overflow-y: scroll;
    padding: 1.5em;
    background: #ffffff55;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: .2s ease;
}

.drop-area[data-active=true] {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background: #ffffffcc;
}

.image-list {
    display: flex;
    list-style: none;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
}

.drop-area label {
    font-size: 1rem;
    cursor: pointer;
    display: block;
}

.image-list li {
    position: relative;
}

.drop-area label span {
    display: block;
}

.drop-area label input[type=file]:not(:focus-visible) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.file-preview .delete-file,
.delete-screenshot {
    position: absolute;
    top: 10px;
    right: 3px;
    font-size: 1.3rem;
    padding: 0 8px;
    border: 1px solid #192433;
}

.delete-screenshot {
    display: none;
}
.screenshot-container:hover .delete-screenshot {
    display: block;
}

/* DRAGBAR */
#dragBar {
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
    padding: 0.25em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

#dragBar div {
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    position: relative;
    text-align: center;
    font-weight: 700;
    margin: 1em;
    width: 33%;
}

#dragBar div span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#dragBar div:first-child {
    background: rgba(220, 53, 69, 0.2);
    border: 1px solid #dc3545;
    color: #dc3545;
}

#dragBar div:nth-child(2) {
    background: rgba(13, 110, 253, 0.2);
    border: 1px solid #0d6efd;
    color: #0d6efd;
}

#dragBar div:last-child {
    background: rgba(255, 193, 7, 0.2);
    border: 1px solid #ffc107;
    color: #ffc107;
}

@media only screen and (max-width: 767px) {
    #dragBar {
        display: block;
    }

    #dragBar div {
        width: 100%;
        margin: 0.5em 0;
        padding: 1em 0;
    }
}

/* LIGHTBOX */
#lightbox {
    position: absolute;
    transition: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.9);
    padding: 1em;
    z-index: 999;
}

.lightbox {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.lightbox.hidden {
    opacity: 0;
    visibility: hidden;
}

.lightbox .close {
    position: absolute;
    right: 2.5%;
    top: 2.5%;
    font-size: 2rem;
    cursor: pointer;
}

.lightbox-content {
    display: flex;
    margin: 5%;
    align-items: center;
    justify-content: center;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 100%;
    border: 5px solid #fff;
}

#kt_toolbar {
    background: #e5e5e5;
    margin: 0 0 1.5em 0;
    padding: 2px 0;
}

/* QUILL EDITOR */
.editor-wrapper {
    background: #fff;
}

.editor-wrapper .h250 .ql-editor {
    min-height: 250px;
}

.editor-wrapper .h500 .ql-editor {
    min-height: 500px;
}

.score-col-desc {
    overflow-y: hidden;
    overflow-y: scroll;
    display: block;
}

.score-col-legend {
    background-color: #F5F8FA;
    display: flex;
    flex-direction: column;
    margin-top: 0.5rem;
    overflow-y: scroll;
    padding: 0.5rem;
}

@media only screen and (min-width: 767px) {
    .score-col-desc {
        height: 56px;
    }

    .score-col-legend {
        height: 68px;
    }
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #dfe5eb;
    border-radius: 0.05rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.65rem - 1px);
    border-top-right-radius: calc(0.65rem - 1px);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.65rem - 1px);
    border-bottom-left-radius: calc(0.65rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #dfe5eb;
}

.card-header:first-child {
    border-radius: calc(0.65rem - 1px) calc(0.65rem - 1px) 0 0;
}

.card-footer {
    padding: 0.5rem 1rem;
    background-color: #ffffff;
    border-top: 1px solid #dfe5eb;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.65rem - 1px) calc(0.65rem - 1px);
}

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.65rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.65rem - 1px);
    border-top-right-radius: calc(0.65rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.65rem - 1px);
    border-bottom-left-radius: calc(0.65rem - 1px);
}

.card-group>.card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

