@font-face {
    font-family: 'Caladea';
    src: url('/font/Caladea-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Caladea';
    src: url('/font/Caladea-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ROOT SETTINGS START */
:root {
    --flow-main-color: #094e77;
    --flow-blue-color: #094e77;
    --flow-green-active-color: #2ea878;
    --flow-green-other-color: teal;
    --flow-font-family: Caladea, sans-serif;
    --flow-side-menu-width: 4%;
    --flow-content-margin-left: 5%;
    --flow-side-menu-expanded-width: 20%;
    --flow-content-expanded-content-margin-left: 25%;
    --flow-user-normal-color: #ac5bb4;
    --flow-user-power-color: #65aee6;
    --flow-user-admin-color: goldenrod;
    --flow-text-color: rgba(0, 0, 0, 0.80);
    --flow-text-color-emph: rgba(0, 0, 0, 0.95);
    --content-font-size0: 1em;
    --content-font-size1: 1.1em;
    --content-font-size2: 1.50em;
    --content-font-size3: 1.75em;
    --content-font-size4: 2em;
    --header-height: 3.2em;

    --800h-content-font-size0: 0.95em;
    --800h-content-font-size1: 1.10em;
    --800h-content-font-size2: 1.40em;
    --800h-content-font-size3: 1.65em;
    --800h-content-font-size4: 1.90em;
    --800h-header-height: 3em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--flow-font-family) !important;
}

p {
    color: var(--flow-text-color);
}

.logo {
    display: inline-block;
}

.logo img {
    height: 45px;
}


.font-size-1em {
    font-size: 1em !important;
}

.font-size-1pt25em {
    font-size: 1.25em !important;
}

.font-size-1pt5em {
    font-size: 1.5em !important;
}

.font-size-1pt75em {
    font-size: 1.75em !important;
}

.font-size-2em {
    font-size: 2em !important;
}

.no-hover:hover {
    background-color: white !important;
}

.halo-text {
    text-shadow: gray 2px 2px 10px, gray -2px -2px 10px;
}

.halo-box {
    box-shadow: gray 2px 2px 10px, gray -2px -2px 10px;
}

flow-letter-spacing {
    letter-spacing: 2px;
}

.flow-blue {
    background-color: var(--flow-main-color);
}

.flow-blue-bg-color {
    background-color: var(--flow-main-color) !important;
}

.flow-blue-color {
    color: var(--flow-main-color) !important;
}

.flow-gray-bg-color {
    background: #d0cece !important;
}

.flow-green-active-color {
    color: var(--flow-green-active-color) !important;
}

.flow-green-other-color {
    color: var(--flow-green-other-color) !important;
}

.flow-green-bg-other-color {
    background-color: var(--flow-green-other-color) !important;
}

.flow-green-bg-active-color {
    background-color: var(--flow-green-active-color) !important;
}

.flow-box-shadow {
    webkit-box-shadow: 1.5px 2px 2px 0 lightgrey, -1.5px 0 2px 0 lightgrey;
    box-shadow: 1.5px 2px 2px 0 lightgrey;
}

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

.imp-white {
    color: white !important;
}

.w-98pc {
    width: 98%;
}

.w-90pc {
    width: 90%;
}

.w-80pc {
    width: 80%;
}

.w-78pc {
    width: 78%;
}

.w-70pc {
    width: 70% !important;
}

.w-67pc {
    width: 67% !important;
}

.w-65pc {
    width: 65% !important;
}

.w-60pc {
    width: 60%;
}

.w-50pc {
    width: 50% !important;
}

.w-45pc {
    width: 45%; !important;
}

.w-38pc{
    width: 38%;
}

.w-35pc {
    width: 35%;
}

.w-32pc {
    width: 32%;
}

.w-30pc {
    width: 30% !important;
}

.w-25pc {
    width: 25% !important;
}

.w-20pc {
    width: 20%; !important;
}

.w-18pc {
    width: 18% !important;
}

.w-15pc {
    width: 15% !important;
}

.w-10pc {
    width: 10%;
}

.w-5pc {
    width: 5%;
}

.w-2pc {
    max-width: 2% !important;
}

.pad-top-26pc {
    padding-top: 26px;
}

.pad-top-5pc {
    padding-top: 5px;
}

.w-100pc {
    width: 100%;
}


/* SELECT DROP DOWN START */
.flow-select-list {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.flow-select-list-selected {
    border-radius: 4px;
    border: 0;
}

.flow-select-list-selected i, .selected i {
    padding-top: 4px;
}

.flow-select-list-selected i {
    transition: all 0.5s ease;
}

.flow-select-list-container:hover, .flow-select-list-selected:hover {
    background-color: transparent;

}

.flow-select-list {
    overflow-y: auto !important;
    max-height: 300px !important;
    padding-bottom: 5% !important;
    z-index: 100 !important;
}

.flow-select-item {
    border-bottom: 2px solid whitesmoke !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    color: var(--flow-text-color);
}


.null-value {
    min-height: 20px;
    display: block;
}

.flow-select-item:last-child {
    border-bottom: none !important;
}

.flow-select-item i {
    visibility: hidden;
}

.flow-select-item:hover, .flow-select-item.selected {
    color: var(--flow-main-color);
    background-color: #eeeeee;
}

.flow-select-item.selected i {
    visibility: visible;
}

.sort-select {
    text-align: center;
}

.sort-select .flow-select-list-selected {
    padding: 12px 12px 0 0 !important;
}

.sort-select .flow-select-list-selected p {
    padding: 0 4px !important;
    color: var(--flow-main-color) !important;
}

.sort-select .flow-select-list-selected i {
    padding: 0 !important;
}


/* SELECT DROP DOWN START */

div#flow-content {
    /*margin-left: 2%;*/
    margin-left: var(--flow-content-margin-left);
    max-width: 100%;
    margin-bottom: 80px;
    transition: margin-left .4s;
    margin-top: 3.5em !important; /* THIS IS THE MAX-HEIGHT OF THE HEADER TAG. SO THAT THIS WON'T GO UNDER THE HEADER */
}

#scroll-to-top {
    position: fixed;
    bottom: 40px;
    right: 15px;
    padding-bottom: 20px;
    z-index: 19;
}

.flow-padding-left {
    padding-left: 4px;
}

.flow-padding-right {
    padding-right: 4px;
}

.text-shadow {
    text-shadow: grey 1px 1px 1px;
}

.flow-blue-bg-color {
    background-color: var(--flow-main-color) !important;
}

div#sidebar {
    width: var(--flow-side-menu-width);
    /*animation: sidebar-animateleft 1s ease;*/
    top: 0;
    padding-top: 2.8em;
    overflow-x: hidden;
}

div#flow-side-menu-bar {
    padding: 0;
}

.zero {
    margin: 0;
    padding: 0;
}

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

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

.zero-left {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.zero-right {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.w-30pc {
    width: 30%;
}

.flow-form-inline-input {
    display: inline-block !important;
    margin-left: 2%;
    float: left;
    padding-left: 0 !important;
}

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

.qpp-field-error-message {
    position: absolute;
}

.qpp-field-error-message-domain {
    margin-top: 60px;
}

.qpp-field-error-message-domain-message {
    margin-top: 80px;
}

.qpp-walkIns-direction img, img.qpp-walkIns-direction {
    width: auto;
    height: 50px;
}

.qpp-walkIns-direction {
    height: 60px;
    width: 58px;
}

.flow-form-inline-input button.qpp-walkIns-direction {
    margin: 30px 0;
}

.cursor-pointer:hover {
    cursor: pointer;
}

#open-nav:active {
    color: var(--flow-green-active-color) !important;
}

#open-nav i.active {
    transform: rotate(180deg);
}

#open-nav i.inactive {
    transform: initial;
}

#open-nav i {
    transition: transform 1s ease;
}

.font-weight-bold {
    font-weight: bold !important;
}

.current-ward *, header #current-user-name {
    font-size: 0.90em !important;
}

@media screen and (max-height: 800px) {
    header #current-user-name {
        font-size: var(--800h-content-font-size0);
    }

    .current-ward * {
        font-size: 1em !important;
    }
}

.current-ward i.fa-chevron-down {
    transition: 0.8s ease;
    padding: 2px;
}

.current-ward i.active {
    transform: rotate(180deg);
}


.flow-margin-auto {
    margin: auto !important;
}

.flow-margin-left-35-pct {
    margin-left: 35%;
}

.flow-margin-left {
    margin-left: 4px !important;
}

.flow-margin-right {
    margin-right: 4px;
}

.flow-margin-left-5-pc {
    margin-left: 5%;
}

.flow-margin-right-20-px {
    margin-right: 20px;
}

.flow-margin-top {
    margin-top: 4px;
}

.flow-margin-top-8 {
    margin-top: 8px;
}

.flow-margin-top-3-pct {
    margin-top: 3% !important;
}

.flow-margin-top-22-px {
    margin-top: 22px !important;
}

.flow-margin-bottom {
    margin-bottom: 4px;
}

div.flow-main-content {
    width: 90% !important;
    margin-left: 5%;
    margin-right: 5%;
}

.qpp-margin-sides-5pc {
    margin-left: 5%;
    margin-right: 5%;
}

.qpp-margin-sides-3pc {
    margin-left: 3%;
    margin-right: 3%;
}

.qpp-inline-buttons {
    vertical-align: middle !important;
}

.flow-table td {
    vertical-align: middle;
}

div.flow-desks-content {
    margin: auto;
    padding: 0 3%;
}

div.flow-rooms-content {
    width: auto !important;
    margin-left: 5%;
    margin-right: 5%;
    padding: 0 3%;
}

.qpp-walkIns-container {
    width: 100%;
    display: table;
}

.qpp-walkIns-list-fields .w3-dropdown-content {
    left: 0;
    right: 0;
}

.qpp-walkIns-list-fields {
    width: 10%;
    vertical-align: middle !important;
}

.qpp-walkIns-list-fields p {
    width: 80% !important;
}

.flow-margin-right-max {
    margin-right: 100%;
}

.flow-flex-col {
    display: flex;
    flex-direction: column;
}

.flow-flex-row {
    display: flex;
    flex-direction: row;
}

.waiting-room-table span {
    vertical-align: middle;
}

/* TODO redo these
*/
.normal-user-color {
    color: var(--flow-user-normal-color);
}

.admin-user-color {
    color: var(--flow-user-admin-color);
}

.current-ward *, header #current-user-name {
    font-size: 0.90em !important;
}

header #current-user {
    top: 0.2em;
    position: fixed;
    right: 0;
}

.font-weight-bold {
    font-weight: bold !important;
}

h1.flow-content-header span {
    color: var(--flow-green-active-color) !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1.flow-content-header hr {
    margin-top: 0;
    padding-top: 0;
    border: 2px solid #2ea878;
    width: 50px;
}

h1.flow-content-header {
    color: var(--flow-main-color) !important;
    font-size: 1.5em;
    /*max-width: 30%;*/
    margin-top: 0.2em;
}

@media screen and (max-height: 800px) {
    h1.flow-content-header {
        font-size: 1.25em;
    }
}


/* CONTENT-SIDEBARS START */
.content-sidebar-right {
    height: 95% !important;
    right: 0;
    z-index: 10;
    position: fixed;
    opacity: 100 !important;
    background-color: white;
    border-left-color: lightgray;
    border-left-style: solid;
    border-left-width: thin;
    padding: 2px 0 0 8px;
    padding-bottom: 200px !important;
    margin-bottom: 200px !important;
    overflow-y: auto;
}

.content-sidebars {
    width: 100%;
}

.sidebars-40-60 .content-sidebar-right {
    width: 55%;
}

.sidebars-40-60 .content-sidebar-left {
    width: 40%;
}

.sidebars-40-60.content-sidebar-header {
    width: 43%;
}

.sidebars-40-60.content-sidebars {
    margin-left: 2%;
}


.sidebars-50-50.content-sidebars {
    padding-left: 0;
    margin-left: 2px !important;
}

.sidebars-50-50 .content-sidebar-right {
    width: 44%;
}

.sidebars-50-50 .content-sidebar-left {
    width: 55%;
}

.sidebars-50-50.content-sidebar-header {
    width: 54%;
}

.sidebars-50-50.content-sidebars {
    margin-left: 0;
}

.sidebars-20-80 .content-sidebar-right {
    width: 75%;
}

.sidebars-20-80 .content-sidebar-left {
    width: 20%;
}

.sidebars-70-30 .content-sidebar-right {
    width: 30%;
}

.sidebars-70-30 .content-sidebar-left {
    width: 70%;
}


.sidebars-70-30.content-sidebar-header {
    width: 69%;
}

.sidebars-60-40 .content-sidebar-right {
    width: 40%;
}

.sidebars-60-40 .content-sidebar-left {
    width: 60%;
}


.sidebars-60-40.content-sidebar-header {
    width: 59%;
}

.num-7{
    margin-left:3px;
}

.top-margin-pencil{
    margin-top: 5px;
}

.action-button{
    margin:0;
}

.action-buttons {
    display: grid;                      
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr)); 
    gap: 6px;    
}                    

/* CONTENT-SIDEBARS END */


/*PATIENT FILTERS START*/
.tabs-container .tabs-container-head div {
    padding-top: 0.5%;
    height: 2.5em;
    color: grey;
    text-align: center;
    /*font-weight: bold;*/
}

.tabs-container .tabs-container-head {
    font-size: var(--content-font-size1);
}

.divider {
    font-weight: lighter;
    color: gray;
}

.tabs-container .tabs-container-head div:hover:after {
    width: 10%;
    background-color: var(--flow-green-active-color);
}

.filter-width {
    width: 25%;
}

@media screen and (max-height: 800px) {
    .tabs-container .tabs-container-head div {
        padding-top: 0.2%;
        height: 1.9em;
    }

    .tabs-container .tabs-container-head div.active {
        height: 2.1em !important;
    }

    .tabs-container #patient-filters-content {
        font-size: var(--800h-content-font-size0) !important;
    }

    .tabs-container .tabs-container-head {
        font-size: var(--800h-content-font-size1);
    }

    .filter-width {
        width: 33%;
    }

}

.tabs-container .tabs-container-head div.active {
    color: var(--flow-main-color);
}

.tabs-container .tabs-container-head div.active span {
    /*font-weight: bold;*/
}

.tabs-container .tabs-container-head div:after {
    content: '';
    margin: auto;
    width: 0;
    background-color: var(--flow-green-active-color);
    display: block;
    height: 3px;
    transition: width 0.5s ease;
    margin-top: 10px;
}

.tabs-container .tabs-container-head div.active:after {
    width: 110%;
    transition: width 0.5s ease;
}

.tabs-container #patient-filters-content {
    min-height: 20em !important;
    font-size: var(--content-font-size0);
    position: relative;
}

.tabs-container #patient-filters-actions {
    width: 100%;
    bottom: 0;
    position: absolute;
}

.flow-radio {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 4px 0 4px;
}

/* Hide the browser's default radio button */
.flow-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.dot, .square {
    position: absolute;
    top: auto;
    left: 0;
    /*transition: color 0.8s ease;*/
}

.dot {
    border-radius: 50%;
    background-color: white;
    color: lightgray;
}

.square {
    border-radius: 2px;
    background-color: white;
    border: 1px solid grey;
    color: white;
    text-align: center;
}

/* When the radio button is checked, add a blue background */
.flow-radio input:checked ~ .dot, .flow-radio input:checked ~ .square {
    color: var(--flow-green-active-color);

}

/* Create the indicator (the dot/circle - hidden when not checked) */
.dot:after, .square:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.flow-radio input:checked ~ .dot:after, .flow-radio input:checked ~ .sqaure:after {
    display: block;
}

.flow-radio .name {
    color: var(--flow-text-color);
    opacity: 0.5;
}

.flow-radio input:checked ~ .name, .flow-radio:hover .name {
    color: var(--flow-main-color);
    opacity: 1;
}


/* FLOW RADIO BUTTON ENDS HERE */

.menu-item:first-child {
    margin-top: 0 !important;
}

.menu-item:last-child {
    position: absolute;
    bottom: 15px;
    border-top-style: solid;
    border-top-color: var(--flow-green-active-color);
}

.menu-item {
    margin: 10px 0 0 0 !important;

}

.menu-item:hover {
    background-color: var(--flow-green-other-color) !important;
}

.menu-item:active {
    background-color: var(--flow-green-active-color);
}

.menu-icon {
    margin-right: 10px;
    display: inline-block;
    color: whitesmoke;
    width: 20%;
}

.menu-icon i {
    font-size: var(--content-font-size0) !important;
}

.menu-name {
    font-size: var(--content-font-size0);
    color: whitesmoke;
    /*font-weight: bolder;*/
    width: 70%;
    animation: sidebar-animateleft 1s ease;
}

.flow-border-top {
    border-top-style: solid !important;
    border-top-color: var(--flow-green-other-color) !important;
}

.router-link-active {
    background-color: var(--flow-green-active-color);
    border-right-color: grey !important;
    border-right-width: 0.4vw !important;

    border-right-style: solid !important;
}

.logo img {
    height: 45px;
}

/* common dashboard elements */

.flow-list, .chosen-ward.choose-list-open {
    background: whitesmoke;
    color: var(--flow-main-color);
    cursor: pointer;
    text-align: center;
}

.current-ward i.active {
    transform: rotate(180deg);
}

span.chosen-ward {
    font-weight: bold;
}

.flow-list.w3-ul li:first-child {
    margin-top: 8%;
}

.flow-list.w3-ul li:hover {
    background: var(--flow-green-other-color);
    color: whitesmoke;
}

.flow-list.w3-ul {
    border: solid 1px var(--flow-main-color) !important;
    border-top: none !important;
    top: 2.3em;
    position: fixed;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.flow-list.w3-ul li {
    border-bottom: none !important;
    /*font-weight: bold;*/
    background-color: white;
    margin-bottom: 2px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .flow-card {
        border-left: thin solid gray;
    }
}

.flow-card {
    box-shadow: 1.5px 2px 2px 0 lightgray, -1.5px 0 2px 0 lightgray;
    border-top: 5px solid var(--flow-green-active-color);
    border-radius: 3px;
    margin: 10px;
}

.blue-top {
    border-color: var(--flow-main-color);
}


table.flow-table thead {
    color: grey;
    font-size: var(--content-font-size0);
    border-bottom-color: gray;
    border-bottom-style: solid;
    letter-spacing: 0.1525em;
}

table.flow-table th {
    /*text-align: center;*/
}

@media screen and (max-height: 800px) {
    table.flow-table thead {
        font-size: var(--800h-content-font-size0);
    }
}

table.flow-table td p {
    padding: 0px;
    margin: 0px 2px 0px 0px;
    color: var(--flow-text-color);
}

table.flow-table td p {
    display: inline-block !important;
}


table.flow-table td {
    font-size: var(--content-font-size0) !important;
    /*line-height: 1vh;*/
}

@media screen and (max-height: 800px) {
    table.flow-table td {
        font-size: var(--800h-content-font-size0) !important;
    }
}

table.flow-table td.primary:hover {
    cursor: pointer;
}

table.flow-table tr:hover, table.flow-table tr.active {
    background-color: whitesmoke;
}

table.flow-table tr:hover td.primary, table.flow-table tr.active td.primary {
    color: var(--flow-main-color);
    text-decoration: underline;
}

table.flow-table td.primary, table.flow-table td.primary span, .primary {
    color: var(--flow-main-color);
    font-weight: bold;
    /*This because the content-font-size0 makes the text look stretched*/
    font-size: var(--800h-content-font-size0);
}

table.flow-table td, table.flow-table td span, table.flow-table td p, table.flow-table td div {
    color: var(--flow-text-color);
}

table.flow-table td.primary a {
    text-decoration: none;
}

.flow-table th, .flow-table td {
    padding: 6px 2px 6px 2px;

}

.flow-btn:hover, .flow-btn.active {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px solid var(--flow-main-color) !important;
}

.flow-btn {
    outline: none !important;
    border: 1px solid #ccc !important;
    background-color: white;
}

.qpp-align-buttons {
    vertical-align: middle !important;
    padding-left: 20px !important;
}

.languages-save-col {
    display: flex !important;
    margin: 20px;
}

.domain-form-label {
    position: absolute;
}

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

.qpp-text-align-start {
    text-align: start !important;
}

.qpp-text-align-center span {
    padding-top: 10px;
}

.qpp-room-route {
    position: relative;
}

.qpp-room-route-field {
    padding-right: 20px !important;
    border: 2px !important;
}

.display-inline {
    display: inline;
}

.qpp-room-route-field div, .qpp-room-route-field span {
    min-width: 4%;
}

.qpp-room-route-field i {
    position: absolute;
    top: 10px;
    right: 5px;
}

.qpp-room-route-field .flow-select-item {
    margin: 3px !important;
}

.qpp-desks .btn, .languages-btn {
    margin: 0 30px;
}

/* VISIT STATUS ICONS START */
.flow-visit-icon, .flow-fa-icon {
    position: relative;
    height: 1.5em;
    width: 1.5em;
    border-radius: 50%;
    background-color: #dfe6db;
    /*border: 2px solid darkslategray;*/
}

.flow-visit-icon img {
    height: 1.2em;
    width: 1.2em;
    margin-bottom: 3px;
    margin-left: 4px;
    background-size: 100%;
    padding: 10px;
    background-repeat: no-repeat;
}

/*for FF*/
/*@-moz-document url-prefix() {*/
/*.flow-patient-icon img {*/
/*padding-top: 0px;*/
/*}*/
/*}*/
/*for IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .flow-visit-icon img {
        padding: 0px !important;
        margin-left: 2px !important;
        background-size: 70% !important;
    }
}

.flow-position-relative {
    position: relative;
}

.flow-position-fixed {
    position: fixed;
}

.flow-visit-icon i {
    position: absolute;
    top: 0;
    right: -8px;
    border-radius: 50%;
    visibility: hidden;
}

/*.flow-icon-serving.active i {*/
/*    visibility: visible;*/
/*    color: var(--flow-green-active-color) !important;*/
/*}*/

/*.flow-icon-arrived.active i {*/
/*    visibility: visible;*/
/*    color: blue !important;*/
/*}*/

/*.flow-icon-ended .active i {*/
/*    visibility: visible;*/
/*    color: orange !important;*/
/*}*/

.flow-icon-serving img {
    background-image: url('/images/chat.png');
}

.flow-icon-not-arrived img {
    background-image: url('/images/notArrived.png');
}

.flow-icon-arrived img {
    background-image: url('/images/arrived.png');
}

.flow-icon-ended img {
    background-image: url('/images/ended.png');
}

.domain-list {
    border-radius: 10px;
    border: 1px solid var(--flow-main-color) !important;
    position: absolute;
    background: white;
    z-index: 999;
    max-width: 200px;
    margin-left: 170px;
    padding-right: 5px!important;
}

.crossed-threshold {
    background-color: #ff000030;
}


/* VISIT STATUS ICONS END */

/* CHECKBOX START */

/*.flow-btn-checkbox-group {*/
/*    margin-bottom: 65px;*/
/*}*/

.flow-btn-checkbox-group .flow-btn-checkbox {
    margin-bottom: 0.7em;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: break-spaces;
    padding-right: 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.flow-btn-checkbox .flow-btn-checkbox-icon i:active {
    opacity: 0 !important;
}

.flow-btn-checkbox .flow-btn-checkbox-icon i {
    transition: all 0.5s ease;
    border: thin solid black;
    padding: 0.1em;
    font-size: 0.8em !important;
    border-radius: 2px;
}

.flow-btn-checkbox:hover, .flow-btn-checkbox:hover span {
    box-shadow: none;
    color: var(--flow-main-color) !important;
}

/*.flow-btn-checkbox, .flow-btn-checkbox span {*/
/*font-size: var(--content-font-size0) !important;*/
/*}*/

/*@media screen and (max-height: 800px){*/
/*.flow-btn-checkbox, .flow-btn-checkbox span {*/
/*font-size: var(--800h-content-font-size0) !important;*/
/*}*/
/*}*/

.flow-btn-checkbox span {
    margin-left: 0.7em;
    font-family: var(--flow-font-family);
    color: var(--flow-text-color);
    opacity: 0.5;
}

.flow-btn-checkbox.inactive .flow-btn-checkbox-icon i {
    color: transparent;
    opacity: 0.5;
}

.flow-btn-checkbox.active .flow-btn-checkbox-icon i {
    color: var(--flow-green-other-color);
}

.flow-btn-checkbox .flow-btn-checkbox-icon i:before {
    content: "\f00c";
}

.flow-btn-checkbox.active * {
    opacity: 0.90 !important;
}

.flow-btn-checkbox-group .flow-btn-checkbox .flow-btn-checkbox-icon {
    width: 5%;
    font-size: var(--content-font-size1);
}

@media screen and (max-height: 800px) {
    .flow-btn-checkbox-group .flow-btn-checkbox .flow-btn-checkbox-icon {
        font-size: var(--800h-content-font-size1);
    }
}

.flow-btn-checkbox-group .flow-btn-checkbox .flow-btn-checkbox-label {
    margin-left: 5%;
    width: 85%;
    text-align: left;
}


/* CHECKBOX END */

.visits-filter.active i.active-check {
    visibility: visible;
}

.visits-filter i.active-check {
    visibility: hidden;
}

.visits-filter {
    opacity: 0.4;
}

.visits-filter.active {
    opacity: 1;
    border-color: #2ea878;
}

.visits-filter.active div, .visits-filter.active span {
    border: grey thin solid;
}

.visits-filter .fa-check-circle {
    position: absolute;
    right: 8px;
}

.tooltip {
    position:absolute;
    /*left: 20% ;*/
    right: 20%;
    width: max-content;
    top: 20%;
    color: white !important;
    background-color: var(--flow-main-color);
}

/*TIME PICKER START*/
.time-picker-container {
    position: relative;
    /*bottom: 60px;*/
    width: 100%;
    bottom: 28px;
}

.time-picker {
    position: absolute;
    z-index: 50;
    max-height: 500px !important;
    max-width: 600px !important;
}

.col-container {
    display: table;
    width: 100%;
}

.col {
    display: table-cell;
    padding: 8px;
}

.hour-row {
    width: 100%;
    padding: 0 !important;
    text-align: center;
    margin: auto;
}

.time-picker .hours {
    background: white;
    /*width: 45%;*/
    width: 50%;
    border-right: 1px solid lightgray
}

.time-picker .minutes {
    background: white;
    width: 35%;
}

.hour, .minute {
    width: 25%;
    padding: 4%;
    border-radius: 50%;
    cursor: pointer;
    font-size: 2vh;
}

.hour:hover, .minute:hover {
    color: var(--flow-main-color);
    font-weight: bold;
}

.hour.active, .minute.active {
    font-weight: bold;
    transform: scale(1.5);
    color: var(--flow-main-color);
}

.minute-row {
    width: 100%;
    text-align: center;
    margin: 10% 0 10% 0;
}

.time-display {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    transition: all 0.5s ease-in;
    /*width: 20% !important;*/
}

#time-display-content {
    padding-top: 70%;
    color: white;
}

#time-display-content #time {
    font-size: 4vh;
    margin-bottom: 16px;

}

#time-display-content #ampm {
    font-size: 5vh;
    padding-top: 8px;
    font-weight: bold;
}


.morning {
    background-color: #52b3d9;
}

.noon {
    background-color: #22a7f0;
}

.evening {
    background-color: #00b5cc;
}

.night {
    background-color: #1f3a93;
}

/*TIME PICKER END*/

/* PROBLEM PAGE STARTS */

#oops-image, .flow-float-left{
    float: left;
}

.flow-float-right{
    float: right;
}
#oops-image img{
    position: absolute;
    top:0;
    left:0;
    width:35%;
    height: auto;
}
#oops-message{
    width: 50%;
    float: right;
}
#oops-message h1{
    font-size: 3em;
}
.blue-text{
    color: var(--flow-main-color);
}
.green-text{
    color: var(--flow-green-active-color);
}

/* PROBLEM PAGE ENDS */

/* WAITING ROOM SCREEN CSS */

.waiting-room-screen .images-block {
    width: 40%;
    height: 100vh;
    float: left;
}

.waiting-room-screen .image {
    max-width: 100%;
    height: 100%;
    width: auto;
}

.waiting-room-screen .names-block {
    width: 60%;
    float: right;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.waiting-room-screen .names-block div {
    font-size: 50px;
    padding: 20px 0 35px 50px;
    /*padding-left: 50px;*/
}

.waiting-room-screen .div-ticket-number {
    font-size: 8em;
    display: flex;
    justify-content: space-around;
}

.waiting-room-screen .div-ticket-arrow {
    font-size: 15em;
    text-align: center;
}

.waiting-room-screen .div-details {
    font-size: 4em;
    display: flex;
    justify-content: space-around;
}

/* WAITING ROOM SCREEN CSS ENDS */

.phone-number-tooltip {
    right:0;
    bottom:18px;
    color: white !important;
    background-color: var(--flow-main-color);
}

.light-red-background {
    background-color: #FFCCCB;
}

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

.report-title-left-align {
    text-align: left;
    margin-left: 1%;
    margin-right: 1%;
}

.spoiler-open-card {
    box-shadow: 1.5px 2px 2px 0 lightgray, -1.5px 0 2px 0 lightgray;
    border-radius: 3px;
    margin-left: 1%;
    margin-right: 1%;
}

.spoiler-close-card {
    box-shadow: 1.5px 2px 2px 0 lightgray, -1.5px 0 2px 0 lightgray;
    border-top: 5px solid var(--flow-main-color);
    border-radius: 3px;
    margin-left: 1%;
    margin-right: 1%;
}

/* TENANT INFO VIEW STARTS */
.top-tabel-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-tabel-info p {
    margin-top: 14px;
    margin-bottom: 10px;
}

.right-items {
    display: flex;
    gap: 20px;
}

.blue-title{
    color: var(--flow-main-color);

}
.gray-title{
    color: grey;
}
.custom-divider {
    margin-top: 10px; 
    margin-bottom: 10px;
    border-color: var(--flow-main-color);
}

.tenant-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.left-margin{
    margin-left: 12%;
}

.tenant-table-div p{
   margin: 5px
}
.tenant-input-amount{
    margin-left:5px;
    width:60px
}
.tenant-input-price{
    margin-left:5px;
    width:110px;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icon-tenant{
    margin-top:2px;
}
.table-header {
    text-align: left;
    font-weight: bold;

  }
.flex-end{
    display: flex;
    justify-content: end;
    align-items: center;
}
.tenant-tabel{
    width: 90%;
    margin:auto
    
  }
.tenant-top-margin{
    margin-top:50px
}
/* TENANT INFO VIEW ENDS */

/* USER INFO VIEW STARTS */
.gap-user-license{
    gap: 20px;
}

.margin-side-panel{
 padding-right: 9px;
}

.table-margin{
    margin-top: 40px;
}

.flow-table th{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* USER INFO VIEW ENDS */

/* ACTION BUTTONS STARTS */

.pencil-button{
    margin-top: 10px;
}
.info-button{
    margin-top: 3px;
}

/* ACTION BUTTONS ENDS */