body {
    height: 100vh !important;
    overflow: hidden !important;
    display: flex;
}

.scroll-body {
    height: 100vh;
    overflow-y: auto;
}

.header-body {
    width: 100%;
    background: white;
    flex: 0 1 auto;
}

.main-site-content {
    flex: 1 1 auto;
    overflow: hidden;
    position: relative;
}

.fit-view {
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.gritseed-loader-title {
    position: absolute;
    display: inline-block;
    bottom: calc(50% + 25px);
    right: calc(50% - 25px);
}

.gritseed-loader {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    bottom: calc(50% + 25px);
    right: calc(50% - 25px);
    background-image: url(../media/images/gs-spinner.png);
    background-repeat: no-repeat;
    background-size: cover;
    animation: spin 0.75s linear infinite;
    -webkit-animation: spin 0.75s linear infinite;
    z-index: 2;
}

.question-loader {
    bottom: calc(50% - 20px);
}

.question-icon-container {
    position: absolute;
    bottom: 8px;
    left: 12px;
}

.sudoku-table.ui.table {
    border: solid 2px;
    border-bottom: none;
    border-right: none;
}

.sudoku-table.ui.table td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sudoku-table.ui.table td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sudoku-table tr td:nth-child(3n+3) {
    border-right: solid 2px black;
}

.sudoku-table tr:nth-child(3n+3) td {
    border-bottom: solid 2px black;
}

.sudoku-table td.Hidden {
    color: white;
}

.sudoku-table td.input-td {
    padding: 0px !important;
}

.sudoku-table td.input-td input {
    width: 40px;
    padding: 10px;
    border: hidden;
}

.sudoku-table.ui.table tr td {
    width: 42px;
}

.custom-textarea {
    width: 100%;
    min-height: 100px;
    border-radius: 4px;
}

.no-border-radius {
    border-radius: 0 0 0 0 !important;
}

.ui.feed>.event>.label .icon {
    font-size: 1em;
}

.bg-white {
    background-color: white !important;
}

.timeline-stats {
    font-weight: 600;
    color: black;
}

.right-spaced {
    margin-right: 5px;
}

.left-spaced {
    margin-left: 5px;
}

.triple-left-spaced {
    margin-left: 1.2em !important;
}

.top-spaced {
    margin-top: 12px;
}

.font-600 {
    font-weight: 600;
}

.crscr {
    cursor: pointer !important;
}

.form-error {
    color: #9f3a38 !important;
    margin-top: 0.2em !important;
}

.error-color {
    color: #9f3a38 !important;
}

@media only screen and (max-width: 767px) {
    .sudoku-table td.input-td input {
        width: 21px !important;
        padding-left: 5px;
        padding-right: 0px !important;
        height: 20px;
    }

    .sudoku-table.ui.table td {
        padding-top: 3px !important;
        padding-bottom: 6px !important;
        padding-right: 4px !important;
    }
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.wrap {
    overflow-x: auto !important;
    overflow-y: visible !important;
}

.perfectly-centered {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.relative {
    position: relative;
}

.center-text {
    text-align: center !important;
}

.center-display {
    display: flex !important;
    justify-content: center !important;
}

.wrap.mw150 th,
.wrap.mw150 td {
    min-width: 150px !important;
}

.ace_editor {
    height: 200px;
}

.background-green {
    background: lightgreen !important;
}

.background-yellow {
    background: yellow !important;
}

.background-red {
    background: #ff7f7f !important;
}

.background-orange {
    background: #ffd186 !important;
}

.message-opted-out {
    background: #ffcfcf !important;
}

.fixed-height {
    height: 800px !important;
    overflow-x: auto;
}

.bg-lg {
    background-color: #e2ffe9 !important;
}

.extra-wide {
    width: 100% !important;
}

a {
    cursor: pointer;
}

.st-sort-ascent:before {
    content: '\f0d8' !important;
    font-family: 'Icons';
    margin: 0em 0.25rem 0em 0em;
}

.st-sort-descent:before {
    content: '\f0d7' !important;
    font-family: 'Icons';
    margin: 0em 0.25rem 0em 0em;
}

.full-height {
    height: 100%;
}

.ng-dirty.ng-valid[required],
.ng-valid.required {
    border-left: 5px solid #42A948 !important;
}

input.ng-dirty.ng-invalid:not(form) {
    border-left: 5px solid #A94442 !important;
}

.bordered {
    border-top: 1px solid lightgrey;
}

.max-height-400.scroll {
    max-height: 300px;
    overflow-y: auto;
}

.max-height-800.scroll {
    max-height: 700px;
    overflow-y: auto;
}

div[data-tooltip].wrapped.tooltip:after {
    white-space: pre !important;
}

.video-x {
    width: 100%;
    height: 400px;
}

.small-video-x {
    width: auto;
    height: 250px;
}

.media-x-fitted {
    width: auto !important;
    max-height: 40vh !important;
}

.bg-grey {
    background-color: black !important;
}

.bell-label {
    position: relative !important;
    right: 1.97em !important;
    bottom: .3em !important;
}

.comment-label {
    position: relative !important;
    left: .6em !important;
    top: -1.15em !important;
}

.feedback-label {
    position: relative !important;
    right: 1.8em !important;
    bottom: .7em !important;
}

.thick-border-top {
    border-top-color: rgba(34, 36, 38, .4) !important;
}

.thick-border-bottom {
    border-bottom-color: rgba(34, 36, 38, .4) !important;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.no-wrap-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.logo-label {
    color: #ea6134;
    margin-bottom: 0;
    padding-right: 2.5em;
}

.bottom-logo {
    margin-left: -2em;
}

.welcome-message {
    text-align: left;
    padding: .75rem;
}

.container {
    min-height: 1em;
}

.scrolling-section {
    max-height: 80vh;
    overflow: auto;
}

.scrolling-section-40vh {
    max-height: 40vh;
    overflow: auto;
}

.scrolling-section-55vh {
    max-height: 55vh;
    overflow-y: auto;
}

.scrolling-section-60vh {
    max-height: 60vh;
    overflow-y: auto;
}

.scrolling-section-70vh {
    max-height: 70vh;
    overflow: auto;
}

.scrolling-section-86vh {
    max-height: 86vh;
    overflow: auto;
}

.scrolling-section-100vh {
    max-height: 100vh;
    overflow: auto;
}

.kanban-scroller {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    height: 100%;
}

.kanban-column {
    height: 100%;
}

.top-margin {
    margin-top: 1em !important;
}

.private-note-checkbox {
    margin-top: .4rem;
}

.left-margin {
    margin-left: 1em !important;
}

.large-right-margin {
    margin-right: 10em !important;
}

.no-margin {
    margin: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin-top {
    margin-top: 0px !important;
}

.no-margin-horizontal {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.no-margin-vertical {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.low-margin-horizontal {
    margin-left: 0.3em !important;
    margin-right: 0.3em !important;
}

.low-margin-left {
    margin-left: 0.6em !important;
}

.low-margin-right {
    margin-right: 0.3em !important;
}

.low-margin-vertical {
    margin-top: 0.3em !important;
    margin-bottom: 0.3em !important;
}

.margin-vertical {
    margin-top: 0.6em !important;
    margin-bottom: 0.6em !important;
}

.single-margin-vertical {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.kanban-hidden-divider {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: 0px !important;
    padding-top: 0.2em !important;
    padding-bottom: 0px !important;
}

.kanban-column-header {
    margin-bottom: 0;
    position: relative;
}

.kanban-column-header .toolbar {
    width: 100%;
    display: flex;
    padding: 5px 10px;
    background: #e8e8e8;
}

.kanban-column-header .toolbar .paginate {
    display: flex;
    width: 50%;
    justify-content: space-around;
}

.candidate-card-header {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.candidate-indicators {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.candidate-indicators span {
    width: 20px;
}

.kanban-candidate-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.kanban-candidate-tags .ui.circular.label {
    margin-bottom: 5px;
}

.candidate-card-header span.disabled,
.kanban-column-header .toolbar .paginate a.disabled,
.candidate-indicators span.disabled,
.candidate-indicators span a.disabled {
    pointer-events: none;
    color: #cbcbcb;
}

.candidate-contacts {
    flex-wrap: wrap;
}

.candidate-counts {
    display: flex;
    justify-content: space-evenly;
}

.candidate-counts .ui.label {
    white-space: nowrap;
}

.candidate-details-title-container {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f2f2f8;
}

.candidate-details-title div:not(:last-child) {
    margin-right: 1rem;
}

.candidate-details-title .duplicates {
    font-size: 85%;
    vertical-align: middle;
}

.duplicates-modal {
    height: 80vh;
}

.duplicates-modal .ui.segment {
    overflow: hidden;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 0 !important;
}

.duplicates-modal .description {
    margin-top: 1rem;
}

.duplicates-modal .ui.segment .duplicates-content {
    height: calc(100% - 2rem);
    overflow: hidden auto;
}

.semantic-ui-green {
    color: #21ba45 !important;
}

.semantic-ui-red {
    color: #db2828 !important;
}

.semantic-ui-blue {
    color: #2185d0;
}

.semantic-ui-yellow {
    color: #fbbd08 !important;
}

.semantic-ui-violet {
    background-color: #6435c9 !important;
}

.home-container {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden auto;
    scrollbar-gutter: stable both-edges;
}

.full-home-container {
    width: 100% !important;
    height: 100% !important;
}

.interest-container {
    min-width: 70vw !important;
    margin-top: 2rem;
}

.list-indent {
    margin-left: 1em;
}

.line-height-20 {
    line-height: 20px !important;
}

.line-height-34 {
    line-height: 34px !important;
}

.noborder {
    border: 0 !important;
}

.nopad {
    padding: 0 !important;
}

.nopad-bottom {
    padding-bottom: 0px !important;
}

.nopad-top {
    padding-top: 0px !important;
}

.nopad-left {
    padding-left: 0px !important;
}

.nopad-right {
    padding-right: 0px !important;
}

.single-padding-vertical {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.padding-vertical {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
}

.lowpad {
    padding: 0.5em !important;
}

.padding {
    padding: 1rem !important;
}

.lowpad-nopad-bottom {
    padding-left: 0.4em !important;
    padding-right: 0.4em !important;
    padding-top: 0.4em !important;
    padding-bottom: 0px !important;
}

.low-padding {
    padding-left: 0.3em !important;
    padding-right: 0.3em !important;
}

.low-padding-vertical {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}

.low-padding-horizontal {
    padding-left: 0.4em !important;
    padding-right: 0.4em !important;
}

.form-padding-left {
    padding-left: 0.6em !important;
}

.form-padding-right {
    padding-right: 0.6em !important;
}

.form-padding-horizontal {
    padding-left: 0.6em !important;
    padding-right: 0.6em !important;
}

.ui.search .results {
    overflow-y: auto;
    max-height: 40vh;
}

.ui.search .results .action {
    pointer-events: none;
}

.no-pad-vertical {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/* Dragula styles */

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80)
}

.gu-hide {
    display: none !important
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.gu-transit {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20)
}

.settings-menu-flush {
    margin-right: -2rem;
}

.user-profile {
    margin-left: 1em;
    margin-top: 1.1em;
}

.ui.fluid.search.item {
    flex-grow: 1;
}

/* mixin for multiline */

.block-with-text {
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 2.4em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
}

.block-with-text:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
}

.block-with-text:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
}

.user-video {
    width: 20em;
}

#remoteVideos video {
    width: 20em;
}

#remoteVideos video:first-child {
    width: 50em;
}

.pre-wrap {
    white-space: pre-wrap;
}

.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.large-text {
    font-size: large;
}

.videocontent {
    margin: auto;
    max-width: 60vw;
    max-height: 90vh;
}

#map {
    height: 60vh;
}

.bg-yellow {
    background-color: yellow !important;
}

.left-attached-dropdown {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right-color: transparent !important;
}

.bg-red {
    background-color: red !important;
}

.bg-orange {
    background-color: orange !important;
}

.bg-green {
    background-color: green !important;
}

.bg-blue {
    background-color: blue !important;
}

.bg-violet {
    background-color: violet !important;
}

.bg-purple {
    background-color: purple !important;
}

.bg-pink {
    background-color: pink !important;
}

.bg-brown {
    background-color: brown !important;
}

.bg-light-green {
    background-color: #2ecc40 !important;
}

.bg-light-violet {
    background-color: #ddcdff;
}

.hide-input {
    /* This method works */
    opacity: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.career_page_company_name {
    color: #ea6134;
}

.black-text-hover:hover,
.black-text-hover:active {
    color: black !important;
}

.no-before:before {
    content: none !important;
}

.transition-fade {
    opacity: 0 !important;
    transition: opacity 1s linear !important;
    pointer-events: none;
}

.box-glow-inner-blue-steel:hover {
    box-shadow: inset 0 0 5px #4682B4 !important;
    border-color: #4682B4 !important;
    background-color: white !important;
}

.box-glow-outer-blue-steel:hover {
    box-shadow: 0 0 5px #4682B4 !important;
}

.box-glow-outer-green:hover {
    box-shadow: 0 0 5px #21ba45 !important;
    cursor: pointer !important;
}

.header-transition {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 99 !important;
    transition: opacity 1s linear !important;
}

.divider-padding-top {
    padding-top: 2em !important;
}

.divider-padding-top-extra {
    padding-top: 3em !important;
}

.horizontal-padding-vertical-margin {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
    margin-bottom: 1.5em !important;
    margin-top: 1.5em !important;
}

.bg-grey-shade {
    background-color: #f9fafb !important;
}

.bg-blue-steel {
    background-color: #4682B4 !important;
}

.application-form {
    position: relative;
    border-top-color: #4682B4 !important;
    background-color: #f9fafb !important;
}

.full-padding {
    padding: 5px !important;
}

.no-click {
    pointer-events: none !important;
}

.metadata {
    font-family: 'Open Sans', sans-serif;
    -webkit-box-direction: normal;
    border-collapse: separate;
    border-spacing: 0;
    text-align: inherit;
    line-height: 1.2;
    font-weight: 700;
    box-sizing: inherit;
    display: inline-block;
    margin-left: .5em;
    color: rgba(0, 0, 0, .4);
    font-size: .875em;
}

.metadata-color {
    color: rgba(0, 0, 0, .4) !important;
    font-weight: 600 !important;
}

.absolute-position {
    position: absolute !important;
}

.fixed-header {
    position: fixed !important;
    z-index: 900 !important;
    width: 100% !important;
}

.bg-light-grey {
    background-color: rgb(249, 250, 251) !important;
}

.z-index-900 {
    z-index: 900 !important;
}

.z-index-800 {
    z-index: 800 !important;
}

.azure {
    background-color: #0080FF !important;
}

.bg-powder {
    background-color: #B0DFE5 !important;
}

.bg-completed-kanban-card {
    background-color: #bcfdabbd !important;
}

.chain-span {
    display: block;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 50px;
    text-overflow: ellipsis;
}

.small-pad-right {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: .5em !important;
}

.pad-bottom {
    padding-bottom: 1rem;
}

.pad-top {
    padding-top: 1rem;
}

.half-pad-top {
    padding-top: .5rem;
}

.low-pad-bottom {
    padding-bottom: .4rem;
}

.margin-bot {
    margin-bottom: 1rem !important;
}

.double-margin-bot {
    margin-bottom: 2rem !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.display-block {
    display: block;
}

.message-resend-icon {
    border: none !important;
    padding: 0 !important;
    background: 0 !important;
    float: right !important;
}

.header-menu {
    height: 4rem !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: 0 1px 5px 0 rgb(34 36 38 / 15%) !important;
}

.header-logo-container {
    max-width: 15rem;
    padding: 0 !important;
}

.header-logo {
    max-height: 100% !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.messenger-header-logo {
    max-height: 2.5rem;
    object-fit: cover;
}

.red-hover:hover {
    color: red !important;
}

.green-hover:hover {
    color: #21ba45 !important;
}

.save-changes-bot-center {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    z-index: 999;
}

.font-weight-400 {
    font-weight: 400;
}

/*IntroJs App Overlay*/

.help-button {
    float: right !important;
    margin-top: .2rem !important;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

/*Set Field Location Page*/
.custom-pdf-layer {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.konvajs-content {
    margin-left: auto;
    margin-right: auto;
}

.attach_label {
    display: inline-block;
    line-height: 36px;
    vertical-align: middle;
    margin: 0 1rem;
    background-color: #fff;
    background-image: none;
    color: rgba(0, 0, 0, .6);
    text-transform: none;
    font-weight: 700;
}

.top-right-absolute {
    position: absolute;
    top: 0;
    right: 5rem;
}

.vertical-align-bottom {
    vertical-align: bottom !important;
}

.vertical-align-top {
    vertical-align: top !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.case-kanban-column-top {
    min-width: 225px;
    margin: .5rem 0px 0px !important;
}

.case-kanban-column-bottom {
    min-height: 5vh;
    max-height: 60vh;
    min-width: 200px;
    margin: 0px 0px .5rem !important;
    padding-top: .5rem !important;
    overflow-y: auto;
}

.align-self-center {
    align-self: center;
}

.display-inline {
    display: inline;
}

.individual-messenger-buttons {
    width: 45px;
    position: fixed;
    height: 100%;
    right: 0px;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.individual-messenger-buttons>.button {
    margin-bottom: 0.5rem;
}

.individual-messenger-buttons>.button:nth-last-child(1) {
    margin-bottom: 0px;
}

.individual-details-tags {
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    align-content: center;
    z-index: 1;
}

.individual-list-tags {
    display: flex;
    justify-content: center;
    margin-top: -1rem;
    margin-bottom: -1rem;
    column-gap: .5rem;
}

.individual-messages-tags {
    display: flex;
    margin-top: -4px;
    margin-bottom: -1rem;
    column-gap: .5rem;
    position: absolute;
    top: 79px;
    width: 100%;
    left: 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.individual-messages-tags .add-tags {
    position: absolute;
    height: 250px;
    width: 300px;
    background: #f3f3f3;
    padding: 0.75rem;
    overflow: hidden auto;
    left: -125px;
    top: 30px;
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

.contacts-page-tags {
    display: flex;
    justify-content: center;
    column-gap: .5rem;
    margin-top: -1rem;
    position: relative;
    z-index: 1;
}

.edit-tag-color {
    display: inline-grid !important;
    align-content: center;
    justify-content: center;
    margin-top: .25rem !important;
}

.edit-tag-confirm-cancel {
    display: flex;
    justify-content: space-around;
    margin-bottom: -.5rem;
}

.half-margin-bot {
    margin-bottom: .5rem !important;
}

.half-margin-right {
    margin-right: .5rem;
}

.gc-container {
    background: #fff;
    transition: .5s;
    border: 0;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 10%);
}

.individual-message-container {
    background: #fff;
    transition: .5s;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 10%);
    flex: 1 1 auto;
}

.group-chat .members-list {
    width: 280px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 7
}


.group-chat .individual-list {
    width: 25%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 7;
}

.conversations-container {
    display: flex;
    height: 100%;
    border: solid thin lightgray;
    width: 100%;
}

.conversations-container .individual-list {
    width: 30%;
}

.conversations-container .individual-view-options {
    max-width: 20vw;
    min-width: 20vw;
}

.conversations-container .messages {
    flex: 1 1 auto;
}

.margin-0 {
    margin: 0 !important;
}


.group-chat .chat {
    margin-left: 25%;
    border-left: 1px solid #eaeaea
}

/*Group Chats*/

.members-list {
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.members-list .chat-list li {
    padding: 10px 15px;
    list-style: none;
    border-radius: 3px
}

.members-list .chat-list li:hover {
    background: #efefef;
    cursor: pointer
}

.members-list .chat-list li.active {
    background: #efefef
}

.members-list .chat-list li .name {
    font-size: 15px
}

.members-list .status {
    color: #999;
    font-size: 13px
}

/*Conversations*/
.individual-view-options,
.individual-list {
    display: flex;
    border-right: solid thin lightgray;
    flex-direction: column;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    height: 100% !important;
}

.individual-view-options .header,
.individual-list .header,
.sidebar .header {
    flex: 0 1 auto;
    padding: 20px;
    border-bottom: solid thin lightgray;
}

.individual-list .list.header {
    border-bottom: none;
}

.individual-list .header .subheader {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.individual-list .header .subheader.tabs {
    justify-content: center;
    margin: 0 -20px;
    width: calc(100% + 40px);
    border-bottom: solid 5px #daeafc;
    border-top: solid thin #d3d3d3;
}

.individual-list .header .subheader:not(:first-child) {
    margin-top: 20px;
}

.individual-list .header .subheader .tab {
    padding: 15px;
    font-weight: bold;
    width: 50%;
    margin-bottom: -1px;
    border: none;
}

.individual-list .header .subheader .tab:hover {
    background: #c4d2e2;
}

.individual-list .header .tab.active {
    background: #daeafc;
    font-weight: bolder;
}

.individual-list .btn {
    color: white;
    float: right;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #0F5cb4;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.individual-list .btn.disabled {
    pointer-events: none;
    background: lightgray;
}

.individual-list .btn:hover,
.individual-list .btn.active {
    background: #013e77;
}

.individual-view-options .content,
.sidebar .content,
.individual-list .content {
    flex: 1 1 auto;
    overflow: hidden auto;
    width: 100%;
}

.individual-view-options .content .chat-list,
.individual-list .content .chat-list {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: thin solid white;
    border-top: none;
}

.individual-list .content .chat-list .member {
    flex: 1 1 auto;
    padding-left: 20px;
    width: calc(100% - 20px);
}

.individual-view-options .content .chat-list .member {
    flex: 1 1 auto;
    width: 100%;
}

.individual-view-options .content .chat-list .member .member-row,
.individual-list .content .chat-list .member .member-row {
    display: flex;
    justify-content: space-between;
    line-height: 2ch;
    vertical-align: middle;
}

.grit-button,
.individual-view-options .content .chat-list:hover,
.individual-view-options .content .chat-list.active,
.individual-list .content .chat-list:hover,
.individual-list .content .chat-list.active {
    background: #0F5cb4 !important;
    cursor: pointer !important;
    color: lightgrey !important;
}

.grit-button:hover {
    background: #013e77 !important;
}

.individual-list .content .chat-list {
    color: #6e6e6e !important;
    font-size: 12px;
}

.individual-list .content .chat-list h4 {
    color: black !important;
}

.grit-button,
.individual-list .content .chat-list:hover h4,
.individual-list .content .chat-list.active h4,
.individual-list .content .chat-list:hover .last-message-date,
.individual-list .content .chat-list.active .last-message-date {
    color: white !important;
}

.individual-list .content .chat-list .last-message-date {
    color: black;
}

.individual-list .content .chat-list .name {
    font-size: 15px
}

.individual-list .content.status {
    color: #999;
    font-size: 13px
}

.individual-view-options .footer {
    max-height: 40vh;
    background: #e8f1f3;
}

.individual-view-options .footer,
.individual-list .footer {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 20px 0;
    border-top-style: solid;
    border-width: thin;
    border-color: lightgray;
}

.individual-view-options .footer.scroll {
    overflow: hidden auto;
}

.group-chat .chat-header {
    position: relative;
    z-index: 10;
    padding: 15px 20px;
    border-bottom: 2px solid #f4f7f6
}

.individual-chat {
    height: 100%;
    min-width: 30vw;
    flex: 1 1 auto;
}

.individual-chat .chat {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.individual-chat .chat-header {
    position: relative;
    z-index: 10;
    padding: 15px 20px;
    border-bottom: 2px solid;
    border-width: thin;
    border-color: lightgrey;
    display: flex;
    justify-content: space-between;
}

.individual-chat .chat-messages .msg-title {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.sidebar .content .subheader .button {
    cursor: pointer;
}

.sidebar .content .subheader .button:not(:last-child) {
    margin-right: 10px;
}

.individual-chat .chat-header .user-actions .button {
    font-size: 1.2rem !important;
    color: black;
    cursor: pointer;
    padding: 0.75rem;
}

.sidebar .content .subheader .button.disabled,
.sidebar .header .user-actions .button.disabled,
.individual-chat .chat-header .user-actions .button.disabled {
    color: lightgrey !important;
    pointer-events: none;
}

.sidebar .content .subheader .button:hover,
.sidebar .header .user-actions .button:hover,
.individual-chat .chat-header .user-actions .button:hover {
    color: #0f5cb4 !important;
}

.sidebar .content .subheader .button.active,
.sidebar .header .user-actions .button.active,
.individual-chat .chat-header .user-actions .button.active {
    color: #0f5cb4 !important;
}

.sidebar .content .subheader .button:last-child,
.sidebar .header .user-actions .button:last-child,
.individual-chat .chat-header .user-actions .button:last-child {
    margin: 0;
}

.circle-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #0f5cb4;
    color: white;
    border-radius: 50%;
    margin-left: 1rem;
    cursor: pointer;
}

.circle-btn:hover {
    background: #013e77;
}

.sentiment {
    position: absolute;
    z-index: 5;
    top: 7rem;
    left: 1.5rem;
}

.chat-loading,
.chat-messages,
.group-chat .group-chat-messages {
    position: relative;
    padding: 20px;
    overflow-x: auto;
}

.group-chat .group-chat-messages {
    flex: 1 1 auto;
}

.chat-messages {
    display: flex;
    flex-direction: column-reverse;
}

.individual-chat .chat-messages ul,
.group-chat .group-chat-messages ul {
    padding: 0
}

.individual-chat .chat-messages ul li,
.group-chat .group-chat-messages ul li {
    list-style: none;
    margin-bottom: 30px
}

.individual-chat .chat-messages ul li:last-child,
.group-chat .group-chat-messages ul li:last-child {
    margin-bottom: 0px
}

.individual-chat .chat-messages .message-data,
.group-chat .group-chat-messages .message-data {
    margin-bottom: 15px
}

.individual-chat .chat-messages .message,
.group-chat .group-chat-messages .message {
    -webkit-box-sizing: revert !important;
    box-sizing: revert !important;
    max-width: 60%;
    color: #444;
    padding: 20px 20px 10px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    position: relative
}

.individual-chat .chat-messages .received,
.group-chat .group-chat-messages .received {
    background: #e8f1f3;
}

.individual-chat .chat-messages .sent,
.group-chat .group-chat-messages .sent {
    background: #daeafc;
    float: right;
}

.individual-chat .chat-messages .sent:after,
.group-chat .group-chat-messages .sent:after {
    border-bottom-color: #0F5cb4;
    left: 93%
}

.msg-info {
    font-size: 0.9rem;
}

.individual-chat .chat-message {
    margin-top: 1rem;
}

.individual-chat .chat-reply,
.group-chat .chat-message {
    padding: 20px;
    flex: 0 1 auto;
}

.text-right {
    text-align: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.members-sidebar {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #efefef;
    overflow-x: auto;
    transition: 0.5s;
    padding-top: 60px;
    border-radius: 0px 0.55rem 0.55rem 0px;
}

.members-sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.members-sidebar .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.members-sidebar .add-member-btn {
    position: absolute;
    top: 10px;
    font-size: 36px;
    color: green;
}

/*Messages Sidebar*/

.messages-container {
    display: flex;
    height: 100%;
}

.sidebar {
    height: 100%;
    border-left-style: solid;
    border-left-width: thin;
    border-left-color: lightgray;
    display: flex;
    flex-direction: column;

}

.sidebar.individual {
    width: 30vw;
}

.sidebar.group_chat {
    width: 25vw;
}

.user-intials {
    padding: 10px;
    background: #e8f1f3;
    border-radius: 50%;
    width: 45px;
    text-align: center;
    color: #6e6e6e;
}

.sidebar.group_chat .user-intials {
    margin-right: 1rem;
}

.user-intials.admin {
    background: #daeafc;
}

.sidebar .header .user-icon {
    color: #0f5cb4;
    font-size: 2.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.sidebar .header .user-details {
    margin: 0;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sidebar .header .user-actions {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.sidebar .header .user-actions .button {
    font-size: 1.75rem !important;
    color: black !important;
    padding: 0.75rem;
    cursor: pointer;
    margin: 0 5px 0 0;
}

.sidebar.group_chat .header .user-actions .button {
    font-size: 1.25rem !important;
    padding: 0.25rem;
}

.sidebar .header .user-details .user-title,
.sidebar .header .user-details .user-subtitle {
    margin: 0;
}

.sidebar .content {
    background: #e8f1f3;
    padding: 20px;
}

.mass-message-header,
.grit .segment-header,
.sidebar .content .subheader {
    font-size: 1.2rem !important;
    background: #daeafc;
    display: flex;
    justify-content: space-between;
    color: black !important;
    position: unset !important;
}

.segment.grit,
.sidebar .content .segment {
    padding: 0 !important;

}

.segment.grit {
    width: 100%;
}

.pointer,
.segment.grit .icon {
    cursor: pointer !important;
}

.not-allowed {
    cursor: not-allowed !important;
}

.content.user-detail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}

.content.user-detail .cell {
    width: 25%;
    padding: 1rem;
}

.segment.grit .content,
.sidebar .sidebar-subcontent {
    padding: 1em;
    overflow: hidden auto;
}

.sidebar .sidebar-table td {
    padding: 0.5rem;
}

.sidebar .sidebar-table td::before {
    position: absolute;
    left: 0;
    padding-left: 1em;
    font-weight: 600;
    font-size: .9em;
    text-transform: uppercase;
}

.sidebar .sidebar-table tr:last-of-type {
    margin-bottom: 0;
}

.segment.grit .custom_field_group,
.sidebar table.sidebar-table,
.grit table {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-spacing: 0;
}



.sidebar .sidebar-table tr {
    display: table-row;
    border: none;
    border-radius: 0;
    text-align: center;
}

.grit tr {
    display: table-row;
    border: none;
    border-radius: 0;
    text-align: left;
}

.segment.grit .row {
    height: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    cursor: grab;
}

.segment.grit .row.grabbing {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.segment.grit .row:nth-child(even),
.sidebar .sidebar-table tr:nth-child(even),
.grit tr:nth-child(even),
.grit th {
    background-color: #e8f1f3;
}

.segment.grit .cell:nth-child(1),
.sidebar .sidebar-table td:nth-child(1),
.grit td:nth-child(1) {
    background: transparent;
    color: #444;
    border-radius: 0;
}

.segment.grit .cell:nth-child(n+2):nth-child(odd),
.sidebar .sidebar-table td:nth-child(n+2):nth-child(odd),
.grit td:nth-child(n+2):nth-child(odd) {
    background-color: transparent;
}

.share-engagement-button {
    background: #fff;
    cursor: pointer;
    border: solid;
    border-width: thin;
    border-color: white;
    padding: 10px;
}

.share-engagement-button:hover,
.share-engagement-button.active {
    background: #0F5cb4;
    color: white !important;
}

.custom_field_group {
    position: relative;
}

.drag-title p {
    position: absolute;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
    vertical-align: middle;
    width: calc(100% - 2rem);
}

.drag-group {
    position: relative;
    z-index: 1;
}

.drag-group .cell.actions {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.drag-group input[type="color"] {
    visibility: hidden;
}

.drag-group label.highlight {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.75rem;
    cursor: pointer;
}

.sidebar-subcontent .highlighted_field {
    padding: 0.5rem;
    font-size: 1rem;
    color: #fff !important;
    margin: 0.5rem 0 0 0.5rem !important;
}

.sidebar-subcontent .highlighted_field .detail {
    padding-right: 1em;
    margin-left: 0 !important;
}

.onepx-grey-bottom-border {
    border-bottom: 1px solid lightgrey;
    background-color: transparent !important;
}

.question-suggestion-container {
    position: absolute;
    bottom: -110%;
    height: auto;
    width: 100%;
    background: transparent;
    z-index: 100;
}

.suggestion-box {
    box-shadow: 0 8px 8px #555, 0 8px 8px #555 !important;
    padding: 5px !important;
    max-height: 150px !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.question-suggestion-container .segment {
    background: #e8f1f3;
}

.question-suggestion-container .close {
    position: absolute;
    right: -13px;
    top: -7px;
    color: red;
}

.question-suggestion-container .option {
    background: #0f5cb4;
    width: fit-content;
    border-radius: 10px;
    padding: 0.25rem 0.75rem;
    color: white;
    margin: 5px;
}

.question-suggestion-container .option:hover {
    background: #013e77;
}

.question-selected {
    border-width: 5px !important;
    border-color: #0f5cb4 !important;
}

.utterance-selection-list {
    overflow-y: scroll;
    max-height: 23rem;
}

.tasks table {
    border-collapse: collapse;
    table-layout: auto;
    width: 100%;
}

.tasks tr.row_disabled {
    background: #b6bfc9;
}

.tasks tr.row_due_today {
    background: #fffae6;
}

.tasks tr.row_overdue {
    background: #ffebe6;
    color: #de350b;
}

.tasks tr:not(:last-child) {
    border-bottom: thin solid #ddd;
}

.tasks td.check {
    width: 10px;
    padding: 1rem;
}

.tasks td.description {
    padding: 0.5rem;
    text-align: center;
    width: 99%;
}

.tasks td.information {
    padding: 0.5rem 1rem;
    white-space: nowrap;
}

.bulk-options-display {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bulk-options-labels {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.complete_conversation {
    font-size: 130%;
}

.complete_conversation:hover {
    color: red;
}

.case-number-ribbon-label {
    left: -2.4rem !important;
    bottom: 0.6rem;
}

.tasks_container {
    height: 100%;
    margin: 1rem 1rem 1rem 0rem;
}

.tasks_container .ui.labeled.input {
    width: 100%;
    padding: 0em 1em 1em;
    ;
}

.red-bg {
    background: #FFC7CE;
    color: #9C0006;
    font-weight: bold;
}

.green-bg {
    background: #C6EFCE;
    color: #006100;
    font-weight: bold;
}

.yellow-bg {
    background: #FFEB9C;
    color: #9C6500;
    font-weight: bold;
}

.admin_task_cell:hover {
    background: #0F5cb4 !important;
    color: white;
}

.flex-column-end {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.grit-color-input {
    -webkit-appearance: none;
    border: none;
    width: 2rem;
    height: 2rem;
}

.grit-color-input::-webkit-color-swatch-wrapper {
    padding: 0;
}

.grit-color-input::-webkit-color-swatch {
    border: lightgrey solid 1px !important;
}

.grit-color-input::-moz-color-swatch {
    border: lightgrey solid 1px !important;
}

.action_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
}

.schedule.messages.container {
    width: 50%;
    border-radius: 10px;
    box-shadow: 0px 0px 11px 1px rgba(197, 197, 197, 0.75);
    -webkit-box-shadow: 0px 0px 11px 1px rgba(197, 197, 197, 0.75);
    -moz-box-shadow: 0px 0px 11px 1px rgba(197, 197, 197, 0.75);
    margin: auto;
    display: flex;
    justify-content: space-around;
    font-size: 18px;
}

.schedule.messages.container div:first-child {
    border-radius: 10px 0 0 10px;
}

.schedule.messages.container div:last-child {
    border-radius: 0 10px 10px 0;
}

.schedule.messages.container div {
    background-color: #f8f8f8;
    width: 50%;
    text-align: center;
    padding: 0.5rem;

}

.mass.message.container {
    width: 90%;
    margin: auto;
    margin-top: 1.5rem;
}

.schedule.messages.container .active {
    background-color: #0F5cb4;
    color: #fff;
    font-weight: bold;
}

.mass.message.container .content .section {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-container {
    width: 100%;
    border-radius: 20px;
    box-shadow: 1px 1px 11px 6px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 1px 1px 11px 6px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 1px 11px 6px rgba(0, 0, 0, 0.14);
}

.section-header {
    padding: 0.5rem 1rem;
    background: #daeafc;
    font-weight: bold;
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ui.table.scheduled_messages>thead>tr>th {
    padding: 10px;
}

.video_page_container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_header_container {
    background: #eaedef;
    width: 100%;
    padding: 1rem;
    display: flex;
    justify-content: center;
}

.video_segment {
    padding: 0 !important;
}

.video_segment video {
    padding: 1rem;
}

.individual-list-message-modal {
    overflow-y: scroll;
    max-height: 40rem;
}

.journey_config_container {
    display: flex;
    padding: 0 !important;
}

.journey_config_container .options {
    flex: 0 1 200px;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    border-right: solid thin lightgray;
}

.journey_config_container .options .option {
    padding: 1rem;
}

.journey_config_container .options .option:hover,
.journey_config_container .options .option.active {
    background: #0F5cb4;
    background: #0F5cb4;
    color: white;
    font-weight: bold;
}

.journey_config_container .content {
    flex: 1 1 auto;
    padding: 1rem;
}

.journey_config_container .content .section {
    width: 100%;
}

.journey_config_container .content .section .sub-section {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.journey_config_container .content .section .sub-section:not(:last-child) {
    margin: 0 0 1rem 0 !important;
}

.journey_config_container .content .section .sub-section .ui.labeled.fluid.input {
    flex: 1 1 auto;
}

.journey_config_container .content .section .sub-section .ui.labeled.fluid.input:not(:last-child) {
    margin-right: 15px;
}

.padding-vertical-inherit {
    padding-top: inherit !important;
    padding-bottom: inherit !important;
}

.flex-align-center {
    display: flex !important;
    align-items: center;
}

.flex-center-space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.font-size-small {
    font-size: small !important;
}

.font-size-smaller {
    font-size: smaller !important;
}

.qr-code {
    text-align: center;
    padding: 5px;
    display: inline-block;
}

.full-container-column {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.ivr-button {
    padding: 10px;
    text-align: center;
    width: 100%;
    border-bottom: solid thin lightgray;
}

.ivr-button:hover,
.ivr-button.active {
    background: #0F5cb4;
    border-bottom: solid thin #0F5cb4;
    color: white;
}

.ivr-button {
    padding: 10px;
    text-align: center;
    width: 100%;
    border-bottom: solid thin lightgray;
}

.ivr-container {
    display: flex;
    border: solid thin lightgray;
    height: 100%;
}

.ivr-container .options {
    width: 150px;
    border-right: solid thin lightgray;
    height: 100%;
}

.audio-playback {
    height: 35px;
    margin-left: 1rem;
}

.recording-button {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: white;
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
}

.recording-button:hover {
    opacity: 0.5;
}

.recording-button.green {
    background: green;
}

.recording-button.red {
    background: red;
}