﻿
/*https://www.fontsquirrel.com/tools/webfont-generator*/

@font-face {
    font-family: 'Eina01';
    src: url('../font/eina01-light-webfont.woff2') format('woff2'),
    url('../font/eina01-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Eina01';
    src: url('../font/eina01-regular-webfont.woff2') format('woff2'),
    url('../font/eina01-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Eina01';
    src: url('../font/eina01-semibold-webfont.woff2') format('woff2'),
    url('../font/eina01-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Eina01';
    src: url('../font/eina01-bold-webfont.woff2') format('woff2'),
    url('../font/eina01-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


:-internal-autofill-previewed {
    font-family: Eina01;
}

html {
    min-height:100% !important; /* make sure it is at least as tall as the viewport */
    position:relative;
    -webkit-text-size-adjust: none;
}

body {
    height:100% !important; /* force the BODY element to match the height of the HTML element */
    -webkit-overflow-scrolling: touch;
    margin: 0;
    letter-spacing: 0;
    font-family: Eina01;
}

h1 {

    font-family: Eina01, "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 18pt;
    color: #000;
    margin: 0;
    opacity: 1;
    letter-spacing: 0;
    border-bottom: 2px solid #92CCFF;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

h1.no-underline {
    text-decoration: none !important;
    border-bottom: none !important;
}


h2 {
    font-family: Eina01;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: .02rem;
    margin: 0;
    margin-bottom: 4px;
    opacity: .9;
    border-bottom: 2px solid #92CCFF;
    padding-bottom: 3px;
}

h2.no-underline {
    border-bottom: none;
}

h3 {
    font-family: Eina01;
    font-weight: 700;
    font-size: 2.1rem;
    margin: 7px 0 5px;
    letter-spacing: .025rem;
    color: #222;
}

h3.smaller {
    font-size: 1.8rem;
    color: #010E30;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 0;
}

h3.smallest {
    font-size: 1.55rem;
    color: #010E30;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 0;
}

p {
    font-family: Eina01;
    font-size: 1.5rem;
    font-weight: 400;
}

p.small, p>span.small {
    font-size: 1.4rem;
}

p.smaller, p>span.smaller {
    font-size: 1.35rem;
}

p.smallest, p>span.smallest {
    font-size: 1.2rem;
}

p.big {
    font-size: 1.7rem;
}

p.light {
    font-weight: 300;
}

p strong, p.semibold {
    font-weight: 600;
    letter-spacing: .02rem;
}

p.bold {
    font-weight: 700;
    letter-spacing: .025rem;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.p-0 {
    padding: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-r-20, .responsive-table tbody tr td.p-r-20 {
    padding-right: 20px !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

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

.align-right-lg-left-sm, .text-align-right {
    text-align: right !important;
}

.btn {
    font-family: Eina01;
}

.row {
    margin: 0;
}

.warning {
    color: #FF4D4F;
}


.dashboard-wrapper {
    display: flex;
    /* overflow: hidden; */
}

.status-bar {
    background: #F1F0F5;
    padding: 0;
    height: 56px;
}

.status-bar .content {
    display: flex;
    align-items: baseline;
    height: 100%;
    width: 100%;
}

.status-bar .content > div {
    flex-grow: 2;
}

.dashboard-page-back {
    font-size: 1.5em;
    cursor: pointer;
    color: #398FDD;
    opacity: .9;
    transition: opacity .2s;
    width: 30px;
    max-width: 30px;
    min-width: 30px;
    text-align: right;
    flex-grow: 1;
}

.dashboard-page-back span::before {
    transform: translateY(1px) translateX(-2px);
}

.dashboard-page-back:hover {
    opacity: 1;
}

.status-bar .section-title {
    line-height: 1;
    height: 100%;
    display: flex;
    align-items: baseline;
    max-width: calc(100% - 150px - 25px);
    flex-grow: 1 !important;
}
.status-bar .content .section-title .main-title {
    font-family: Eina01;
    font-size: 1.5em;
    padding-left: 30px;
    line-height: 1;
    height: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 3;
    flex-grow: 0;
    min-width: 0;
}

.status-bar .content .section-title .main-title .main-title-text {
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    line-height: 3.5;
}

.status-bar .content .section-title .main-title.no-padding {
    padding-left: 0 !important;
}

.status-bar .content .section-title .subtitle {
    font-family: Eina01;
    font-size: 1em;
    display: inline-block;
    line-height: 1;
    /*white-space: nowrap;*/
    flex-shrink: 0;
    flex-grow: 4;
    min-width: 0;
}

.status-bar .content .user-info {
    font-size: 1em;
    padding-right: 30px;
    font-family: Eina01;
    text-align: right;
    line-height: 1;
    flex-grow: 6;
    flex-basis: 350px;
    flex-shrink: 0;
}

.status-bar .content .user-info > div, .status-bar .content .section-title > div {
    display: inline-block;
}

.status-bar .content .user-info .user-name {
    font-weight: 600;
}

.status-bar .content .user-info .user-fax-number {
    font-size: .95em;
    padding-right: 5px;
    position: relative;
}

.status-bar .content .user-info .user-fax-number.has-dept {
    vertical-align: top;
    vertical-align: -webkit-baseline-middle;
    padding-top: 3px;
}

.status-bar .content .user-info .user-fax-number .department-header {
    font-size: 68%;
    font-weight: 300;
    display: block;
    margin-top: 4px;
    text-align: left;
}

.submenu-bar .separator-line  {
    width: 1px;
    background-color: #eaeaea;
    height: 100%;
    margin: 0 -7px 0 -7px;
}

.status-bar .content .separator-line, .submenu2-bar .separator-line {
    margin-left: 9px;
    margin-right: 9px;
    width: 1px;
    background-color: #C6C3DC;
    height: .7em;
}

.submenu2-bar .separator-line {
    height: .8em;
    margin: 0 7px 0 5px;
}

.submenu-bar {
    height: 52px;
    background: #F7F6F9;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
    gap: 15px;
}

.submenu-item {

    padding: 0;
    max-width: 65px;
    flex-basis: 65px;
    width: 65px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: background-color .2s;
}
/*
.submenu-item:not(.inactive):not(.selected):hover {
    background-color: #efedf3;
}
*/
.submenu-icon {
    color: #5A96FF;
    opacity: .95;
    font-size: 1.6em;
    height: 50%;
    transition: opacity .2s;
    display: inline-block;
}

.submenu-icon.red {
    color: #FF4D4FBB;
}

.submenu-icon.green {
    color: #6DDE45CC;
}

.submenu-icon:before {
    top: 2px;
}

.submenu-item:not(.inactive):not(.selected):hover .submenu-icon {
    opacity: 1;
    color: #60B4FF;
}

.submenu-item:not(.inactive):not(.selected):hover .submenu-icon.red {
    color: #FF4D4FEE;
}

.submenu-item:not(.inactive):not(.selected):hover .submenu-icon.green {
    color: #6DDE45DD;
}

.submenu-item.selected, .submenu-item.inactive {
    cursor: default !important;
}

.submenu-item.selected {
    border-top: 1px solid #FF9000;
    height: calc(100% + 1px);
}

.submenu-item.inactive {
    opacity: .75;
}

.submenu-item.selected .submenu-item-title {
    color: #000 !important;
}

.submenu-item.selected .submenu-icon {
    color: #5A96FF;
}

.submenu-item.selected .submenu-icon::before {
    top: 1px;
}

.submenu-item-title {
    color: rgba(0,0,0,.8);
    font-family: Eina01;
    font-weight: 400;
    font-size: .73em;
    height: 50%;
    position: relative;
    line-height: 100%;
    transition: color .2s;
}

.submenu-item-title span.accent {
    font-weight: 500;
    font-size: .85rem;
    display: block;
    position: absolute;
    top: -16px;
    left: 56%;
    background: rgba(255,255,255,.9);
    padding: 2px 4px;
    border-radius: 10px;
    border: 1px rgba(125,125,125,.75) solid;
}

.submenu-item.selected .submenu-item-title span.accent {
    border-color: #5A96FFAA;
}

.submenu-item-title > span {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 65px;
}

.submenu-item:hover .submenu-item-title {
    color: black;
}

.submenu-overflow-menu {
    display: none;
    background: #F8F8F8;
    border: 1px solid #eaeaea;
    border-right: none;
    position: fixed;
    right: 0;
    width: 150px;
    z-index: 99;
}

.submenu-overflow-menu .submenu-item {
    flex-direction: row;
    display: flex;
    align-items: center;
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    padding: 10px;
    height: 50px;
}

.submenu-overflow-menu .submenu-icon {
    width: 30%;
    height: 100%;
}

.submenu-overflow-menu .submenu-icon::before {
    top: 0;
}

.submenu-overflow-menu .submenu-item-title {
    width: 100%;
    height: 100%;
    position:relative;
    font-size: .8em;
}

.submenu-overflow-menu .submenu-item-title > span {
    transform: none;
    min-width: 100%;
    min-height: 100%;
    position:absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    text-align: center;
}

.submenu-overflow-menu .submenu-item-title > span .submenu-item-title-text {
    min-width: 100%;
    text-align: left;
    padding-left: 5px;
}

.submenu-overflow-menu .submenu-item-title span.accent {
    top: 15px;
    left: -13px;
}

/* submenu2 bar - just random html element separated by line */

.submenu2-bar {
    height: 36px;
    background: #F7F6F9;
    border-bottom: 1px solid #eaeaea;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    padding-left: 30px;
    padding-right: 30px;
    gap: 8px;
    align-items: center;
    overflow: visible;
    overflow-x: auto;
}

.submenu2-item {
    height: 100%;
    vertical-align: middle;
    overflow: visible;
    min-width: max-content;
    display: flex;
    align-items: center;
}

.submenu2-item > p {
    margin: 0;
}

.submenu2-item input.search {
    padding: 1px 0 1px 24px !important;
    border-radius: 2px;
}

.submenu2-item input.search::placeholder {
    font-size: .85em;
}

.submenu2-item .search-container {
    position: relative;
}

.submenu2-item .search-container .icon {
    position: absolute;
}

.status-bar.alert {
    background: #e96443;
    background: linear-gradient(to right, #e96443, #904e95);
    color: white;
    border-radius: 0;
    border-right: 0;
    margin-bottom: 0;
    border-bottom: none;
    min-height: 40px;
    height: auto;
    border: none;
    border-left: 1px solid rgba(255,255,255,.45);
}

.submenu2-item div.status-item {

    background-color: #456DDEEE;
    max-width: 250px;
    padding: 3px 10px;
    font-size: 1.1rem;
    border-radius: 3px;
    color: white;
    height: 25px;
    font-weight: 100;
}

/* for search bar - check address book for additional styles */
.submenu2-item .search-bar-icon {
    position: absolute;
    left: 6px;
    top: 0;
    font-size: 110%;
    opacity: .4;
    transition: color .3s, opacity .3s;
}

.submenu2-item .clear-search-string {
    position: absolute;
    right: 6px;
    top: 0;
    font-size: 110%;
    opacity: 0;
    cursor: pointer;
    transition: opacity .3s;
    color: black !important;
    visibilitu: none;
}

.submenu2-item input:valid ~ .clear-search-string {
    opacity: .25 !important;
    visibility: visible;
}

.submenu2-item input:valid ~ .clear-search-string:hover {
    opacity: .4 !important;
    visibility: visible;
}

.submenu2-item input:invalid ~ .clear-search-string {
    opacity: 0 !important;
    visibility: visible;
}

.status-bar.alert.blue {
    background: linear-gradient(to right, #5976D8, #46C1E9);
}

.status-bar.alert p {
    margin-bottom: 7px;
}

.status-bar.alert:not(:nth-child(2)) {
    border-top: 1px solid rgba(255,255,255,.2);
}

.inline-link {
    border-bottom: 2px solid rgba(255, 144, 0, .6);
    letter-spacing: 0;
    cursor: pointer;
    transition: border-bottom .2s;
    color: inherit;
}

.inline-link:active, .inline-link:focus, .inline-link:hover {
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 144, 0, 1);
    color: inherit;
}

.blue-link {
    color: #456DDE !important;
    border-bottom: none !important;
}

.blue-link:hover {
    color: #456DDE;
    text-decoration: underline;
    text-decoration-color: #FF9000;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.nav-area {
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
    overflow-x:hidden;
    padding-bottom:20px;
    background-color: #456DDE;
    height: 100vh;
    min-width: 250px;
}

.icon.blue {
    color: #5A96FF;
    opacity: 1 !important;
}

.nav-area .hamburger {
    display: none;
}

.nav-area .links {
    color: white;
}

.nav-area .links .link-group:not(:last-of-type) {
    margin-bottom: 18px;
}

.nav-area .links .link-group-title {

    color: #FFF;
    font-family: Eina01;
    margin-left: 35px;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 7px;
    letter-spacing: .02em;
}

.nav-area .links .link-group-title .icon {

    float: right;
    color: #FF9000;
    font-size: 1.25em;
    margin-right: 25px;
    margin-top: -2px;
    cursor: pointer;
    transform: none;
    transition: transform .2s;
}

.nav-area .links .link-group-title .icon.collapsed {
    transform: rotate(180deg);
}

.nav-area .links .link-group-title .icon:hover {
    transform: rotate(180deg);
}

.nav-area .links .link-group-title .icon.collapsed:hover {
    transform: none;
}

.nav-area .links .nav-link {
    color: #FFF;
    font-family: Eina01;
    display:block;
    margin-left: 36px;
    font-weight:normal;
    letter-spacing: 0;
    font-size: 1.35rem;
    opacity: .65;
    transition: opacity .3s;
}

.nav-area .links .nav-link.nav-link-alert {
    color: #FF7E5D;
    font-weight: 600;
    opacity: .9;
}

.nav-area .nav-link .icon {
    color: #FFF !important;
    font-size: 120%;
    margin-right: 6px;
    opacity: .65;
    transition: opacity .3s;
}

.nav-area .nav-link.nav-link-alert .icon {
    color: #FF7E5D !important;
    opacity: .9;
}

.nav-area .links .nav-link.nav-link-alert.nav-link-signup, .nav-area .nav-link.nav-link-alert.nav-link-signup .icon {
    color: #d6e9c6 !important;
}

.nav-area .nav-link.active .icon {
    opacity: 1;
}

.nav-area .nav-link:not(.active):hover .icon, .nav-area .nav-link.active .icon {
    opacity: 1;
}

.nav-area .nav-link:not(.active):hover, .nav-area .nav-link.active {
    text-decoration: none;
    opacity: 1 !important;
}

.nav-area .nav-link.active {
    cursor: default;
}

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

.nav-area .links a:not(:first-of-type) {
    margin-top: 6px;
}

.nav-area .links a.active {
    opacity: 1;
    font-weight: 600;
}
.nav-area .links a:focus {
    text-decoration: none;
}

.non-nav {
    width: calc(100vw - 250px);
    height: 100vh;
    overflow-y: hidden;
}

.main-content-container {
    height: calc(100% - 56px);
    overflow: auto;
    background: #fbfafc;
}

.dashboard-page {
    padding: 10px 10px 0 10px;
    z-index: 1;
    background: #fbfafc;;
}

.dashboard-page-hidden {

    position: absolute;
    top: -20000px;
}

#hipaa-icon-top {
    cursor: pointer;
    opacity: .75;
    transition: opacity .2s;
    color:  #456DDE;
}

#hipaa-icon-top:hover {
    opacity: 1;
}

/* ADMIN LEVEL SEARCH */

#show-user-search {

    vertical-align: baseline;
    opacity: .2;
    transition: opacity .3s, color .3s;
    cursor: pointer;
}

#show-user-search:hover {
    opacity: 1;
    color:  #456DDE;
}

.non-nav #search-bar-container {
    display: none;
}

#search-bar-container {
    position:fixed;
    transform: translate(-50%, 0);
    left: 50%;
    width: 350px;
    top: 5px;
}

#search-bar {
    width: 30px;
    transition: width .2s;
    border-color: #5A96FF !important;
    padding: 6px !important;
    padding-left: 27px !important;
    font-size: 1.4rem !important;
}

#search-bar.expand {
    width: 350px;
}

#search-bar-icon {
    position: absolute;
    left: 7px;
    top: 3px;
    font-size: 130%;
    opacity: .4;
    transition: opacity .3s;
}

#search-bar:hover ~ #search-bar-icon {
    opacity: .7;
    color: #5A96FF !important;
}

#search-bar:focus ~ #search-bar-icon {
    opacity: 1;
    color: #5A96FF !important;
}

#search-screen {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0; top: 0;
    background: none;
    z-index: 1000;
}

#search-screen.show {
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

#search-results {
    display: none;
    position: absolute;
    width: 400px;
    background: white;
    border-radius: 5px;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.search-result {
    width: 100%;
    padding: 5px 10px 5px 10px;
    font-family: inherit;
    border-top: 1px solid rgba(102, 175, 233,0);
    cursor: pointer;
}

.search-result .name {
    font-weight: 600;
    color: #444;
}

.search-result.first-of-account {
    border-top: 1px solid rgba(102, 175, 233,.5);
}

.search-result>div {
    display: inline-block;
    min-width: 100%;
}

.search-result .icon {
    margin-left: 5px;
    opacity: .1;
    transition: opacity .3s;
}

.search-result .email, .search-result .number {
    transition: opacity .3s;
}

.active.search-result .icon {
    opacity: .4;
}

.search-result .icon:nth-child(2) {
    margin-left: 20px;
}

.search-result .icon:not(.icon-controller-record):not(.icon-awareness-ribbon):not(.icon-lock):hover {
    opacity: 1;
    color: white;
}

.search-result .icon-controller-record, .search-result .icon-awareness-ribbon, .search-result .icon-lock {
    position: relative;
    left: 1px;
    bottom: 1px;
    opacity: 1;
    font-size: 75%;
    color: rgba(102, 175, 233,.7);
    transition: none;
}

.search-result .icon-awareness-ribbon {
    color: rgba(102, 175, 233,.4);
}

.search-result .icon-awareness-ribbon.hipaa-override {
    color: rgba(56,239,125,.65);
}

.search-result .icon-lock {
    color: rgba(233,100,67,1);
}

.active.search-result .icon-controller-record, .active.search-result .name {
    color: white;
}

.active.search-result .icon-awareness-ribbon.hipaa-override, .active.search-result .icon-lock, .active.search-result .email, .active.search-result .number {
    opacity: .8;
}

.active.search-result .email:hover, .search-result .number:hover {
    opacity: 1;
}

.active.search-result .icon-awareness-ribbon:not(.hipaa-override) {
    color: white;
}

.input .changed:not(p), form .changed:not(p), .dialog .changed {
    background-color: rgba(158,204,129,.3) !important;
    border-color: rgba(158,204,129,1) !important;
}

p.changed {
    color: #70b147 !important;
}

button.inactive, button.inactive:hover, button.inactive:active {
    opacity: .6;
    cursor: default;
}


.nav-area .desktop-logo {
    width: 130px;
    margin: 19px 0 19px 30px;
}

.nav-area .separator-line {

    width: 100%;
    height: 0;
    border-bottom: 1px solid rgba(255,255,255,.25);
    margin-bottom: 15px;
}

.double-height {
    transform-origin: top;
    transform: scaleY(2);
}


/* NOTIFICATION UI / PHONE PICKER CART */

.notification-flyout {

    position: fixed;
    right: 20px;
    max-width: 400px;
    opacity: 0;
    transition: opacity .5s;
    display: flex;
    align-items: baseline;
    padding: 10px;
    margin: 0;
    z-index: 899;
}

.notification-flyout.shown {
    opacity: 1;
}

.notification-flyout span {
    display: inline-block;
}

.notification .msg, .notification-menu-item .lead-icon {
    line-height: 1;
}

.notification-menu-item .msg .age {
    clear: both;
    display: block;
    font-size: 80%;
    opacity: .5;
}

.notification-flyout .lead-icon, .notification-menu-item .lead-icon {
    font-size: 105%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    height: 100%;
}

.notification-menu-item .lead-icon {
    background-color: #fff;
}

.notification-flyout .remove-flyout, .notification-menu-item .remove-notification-menu-item, .notification-menu-item .remove-number {

    opacity: .7;
    cursor: pointer;
    transition: opacity .2s;
    font-size: 135%;
    margin-left: 10px;
    flex-grow: 1;
    text-align: right;
    line-height: 1;
}

.notification-menu-item .remove-notification-menu-item, .notification-menu-item .remove-number {
    opacity: .5;
}

.notification-flyout .remove-flyout:hover, .notification-menu-item .remove-notification-menu-item:hover, .notification-menu-item .remove-number:hover {
    opacity: 1;
}

.notification-flyout .remove-flyout::before, .notification-menu-item .remove-notification-menu-item::before, .notification-menu-item .remove-number::before {
    line-height: 1;
    top: 5px;
}

.notification-flyout .remove-flyout::before, .notification-menu-item .remove-notification-menu-item::before, .notification-menu-item .remove-number::before {
    opacity: 1;
}

.notification-menu-item {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: flex;
    align-items: baseline;
}

.notification-menu-item.headline {
    border-bottom: none;
    flex: 1;
    flex-basis: 100%;
    padding-bottom: 0;
    display: block;
}

.notification-menu-item.headline h1 {
    font-size: 135%;
    padding-bottom: 5px;
}

.notification-menu-item:nth-last-child(2) {
    border-bottom: none;
}

#notification-icon {
    opacity: .8;
    color:  #444;
    transition: opacity .2s;
    cursor: pointer;
    position: relative;
}

#notification-icon.empty {
    opacity: .7;
    color: #aaa;
}

#notification-icon.warning {
    opacity: .9;
    color: #C70039;
}

#notification-icon:hover {
    opacity: 1;
}

#notification-icon .badge {
    background-color: #456DDE !important;
    border-radius: 3px;
    color: white;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute; /* Position the badge within the relatively positioned button */
    top: -2px;
    left: 7px;
}

#notification-icon.warning .badge {
    background-color: #ff2563 !important;
}

#notification-icon.empty .badge {
    display:none;
}

#notification-icon.warning .badge {
    background-color: #fa3e3e;
}

#notification-tray, #number-cart-contents {
    display: block;
    position: fixed;
    background: #FFFFFF;
    padding: 0;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    top: 20px;
    left: 200px;
    z-index: 900;
    width: 350px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

#notification-tray:not(.hidden-triangle) .arrow-before, #notification-tray:not(.hidden-triangle) .arrow-after,
#number-cart-contents:not(.hidden-triangle) .arrow-before, #number-cart-contents:not(.hidden-triangle) .arrow-after {
    bottom: 100%;
    left: calc(50% + 8px);
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#notification-tray:not(.hidden-triangle) .arrow-after, #number-cart-contents:not(.hidden-triangle) .arrow-after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

#notification-tray:not(.hidden-triangle) .arrow-before, #number-cart-contents:not(.hidden-triangle) .arrow-before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #DDDDDD;
    border-width: 11px;
    margin-left: -11px;
}

#notification-tray .clear-all-button, #number-cart-contents .clear-all-button {

    background-color: #456DDE;
    max-width: 250px;
    padding: 5px 8px;
    font-size: 1.1rem;
    border-radius: 3px;
    color: white;
    height: 22px;
    font-weight: 100;
    cursor: pointer;
    float: right;
    opacity: .85;
    transition: all .15s;
}

#notification-tray .clear-all-button:hover, #number-cart-contents .clear-all-button:hover {
    opacity: 1;
}

/* TABLE */

.responsive-table {
    font-family: Eina01, sans-serif;
    width: 100%;
    margin: 0;
}

.responsive-table thead th {
    z-index: 4;
    text-transform: uppercase;
    font-size: 1.3rem;
    position: sticky;
    top: 0;
    background: #fbfafc;
    text-align: left;
    color: rgba(0,0,0,.75);
    font-weight: 600;
    border-bottom: 2px solid #EAE9EB !important;
}

.responsive-table tbody td, .responsive-table tbody th {
    vertical-align:middle !important;
    padding: 11px 9px !important;
    max-width: 200px;
    word-break: break-word;
    border-top: 1px solid #EAE9EB !important;
}

.full-screen .responsive-table tbody tr:last-child td {
    border-bottom: 1px solid #EAE9EB !important;
}

.responsive-table.border-bottom tbody tr:last-child td {
    border-bottom: 2px solid #EAE9EB !important;
}

.responsive-table tbody tr:first-child td {
    border-top: none !important;
}

.responsive-table td {
    font-size: 1.35rem;
    color: rgba(0,0,0,.95);
}

.responsive-table thead th:last-child, .responsive-table tbody td:last-child {
    border-right: none !important;
}


/*ensure single line width*/
.responsive-table th.fit-width {
    white-space: nowrap;
}


responsive-table td:first-child {
    color: rgba(0,0,0,.75);
}

.responsive-table.horiz-scroll:not(.two-column-fixed):not(.three-column-fixed) td:first-child, .responsive-table.horiz-scroll:not(.two-column-fixed):not(.three-column-fixed) th:first-child {
    box-shadow: 5px 0px 7px 0px rgba(0, 0, 0, 0.05);
    clip-path: inset(0px -15px 0px 0px);
}

.responsive-table.two-column-fixed.horiz-scroll td:nth-child(2), .responsive-table.two-column-fixed.horiz-scroll th:nth-child(2) {
    box-shadow: 5px 0px 7px 0px rgba(0, 0, 0, 0.05);
    clip-path: inset(0px -15px 0px 0px);
}

.responsive-table.three-column-fixed.horiz-scroll td:nth-child(3), .responsive-table.three-column-fixed.horiz-scroll th:nth-child(3) {
    box-shadow: 5px 0px 7px 0px rgba(0, 0, 0, 0.05);
    clip-path: inset(0px -15px 0px 0px);
}

.responsive-table.two-column-fixed:not(.auto-width) th:nth-child(2), .responsive-table.two-column-fixed:not(.auto-width) td:nth-child(2),
.responsive-table.three-column-fixed:not(.auto-width) th:nth-child(2), .responsive-table.three-column-fixed:not(.auto-width) td:nth-child(2)
{
    left: 35px !important;
}

.responsive-table.three-column-fixed th:nth-child(3), .responsive-table.three-column-fixed td:nth-child(3) {
    left: 70px !important;
}

.responsive-table.two-column-fixed:not(.auto-width) th:first-child, .responsive-table.two-column-fixed:not(.auto-width) td:first-child,
.responsive-table.three-column-fixed:not(.auto-width) th:first-child, .responsive-table.three-column-fixed:not(.auto-width) td:first-child,
.responsive-table.three-column-fixed:not(.auto-width) th:nth-child(2), .responsive-table.three-column-fixed:not(.auto-width) td:nth-child(2) {
    width: 35px;
}

.responsive-table.two-column-fixed th:nth-child(2), .responsive-table.two-column-fixed td:nth-child(2),
.responsive-table.three-column-fixed th:nth-child(3), .responsive-table.three-column-fixed td:nth-child(3) {
    width: auto !important;
}


.responsive-table tr:not(:hover) td:first-child {
    background: #fbfafc;
}

.responsive-table tfoot,
.responsive-table tfoot th,
.responsive-table tfoot td {
    position: sticky;
    bottom: 0;
    z-index:4;
}


/*first column*/
.responsive-table th:first-child, .responsive-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 4;
}

/*first column top row*/
.responsive-table th:first-child {
    background: #fbfafc;
    z-index: 5;
}

/*for 2 and 3 column fixed have to specify width and left of td and th (custom) */
.responsive-table th:first-child, .responsive-table.two-column-fixed th:nth-child(2), .responsive-table.three-column-fixed th:nth-child(2), .responsive-table.three-column-fixed th:nth-child(3)
.responsive-table td:first-child, .responsive-table.two-column-fixed td:nth-child(2), .responsive-table.three-column-fixed td:nth-child(2), .responsive-table.three-column-fixed td:nth-child(3) {
    position: sticky;
    left: 0;
    z-index: 4;
    width: 35px;
    background: #fbfafc;
}


/*first three columns top row*/
.responsive-table th:first-child, .responsive-table.two-column-fixed th:nth-child(2), .responsive-table.three-column-fixed th:nth-child(2), .responsive-table.three-column-fixed th:nth-child(3) {

    z-index: 5;
    width: auto;
}

.responsive-table thead th:first-child,
.responsive-table tfoot th:first-child {
    z-index: 5;
}

.table-faxes {
    min-width: 850px;
}

.table-scroll {
    position: relative;
    width:100%;
    z-index: 1;
    overflow: auto;
    max-height: 100%;
}

.table-scroll:not(.full-screen) {
    border-bottom: 2px solid rgba(0,0,0,0.1) !important;
}

.table-scroll .responsive-table {
    width: 100%;
    height: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
    border: none !important;
}

.table-scroll.full-screen .responsive-table {
    margin-bottom: 20px;
}

.responsive-table input[type="checkbox"] {
    margin: 0 !important;
}

.responsive-table tbody .icon {
    line-height: 1;
}

.responsive-table tbody td:first-child .icon {
    display: block;
}

.responsive-table tbody td:first-child .icon::before {
    top: 0 !important;
}

.responsive-table thead .icon.sort-column, .responsive-table thead .icon.select-all-arrow {
    cursor: pointer;
}

.responsive-table th.sort {
    cursor: pointer !important;
}

.responsive-table th.sort:hover, .responsive-table th.sort:hover .icon {
    color: #456DDE;
}

.responsive-table tfoot th {
    background: #fbfafc !important;
}

.responsive-table a.table-link {
    font-weight: 400;
    text-decoration: underline dotted #456DDE 1px;
    text-underline-offset: 3px;
    color: black
}

.responsive-table a.table-link:hover {
    text-decoration: underline #FF9000 1px;
}

.responsive-table thead tr th.has-checkbox {
    padding-left: 9px;
    vertical-align: middle;
}

.responsive-table thead tr th.has-checkbox input[type=checkbox] {
    vertical-align: middle;
    height: 13px;
    width: 13px;
    position: relative;
    top: -1px;
}

.responsive-table thead input[type=checkbox], .responsive-table thead th.has-checkbox {
    cursor: pointer !important;
}

.responsive-table tbody tr.inactive {
    opacity: .65;
}

.table-scroll table.responsive-table tbody tr.selected td {
    background-color: #f1f1f1 !important;
}

.table-scroll table.responsive-table tbody tr.active td {
    background-color: #ededed !important;
}

.fax-info-table {
    border-radius: 4px;
    border: 1px solid #dadce4;
    border-collapse: separate;
    background: white;
}

.fax-info-table tr td {
    background: #fff !important;
}

.fax-info-table.no-head tbody tr:first-child td:first-child, .fax-info-table:not(.no-head) thead tr:first-child th:first-child {
    border-top-left-radius: 4px;
}

.fax-info-table.no-head tbody tr:first-child td:last-child, .fax-info-table:not(.no-head) thead tr:first-child th:last-child {
    border-top-right-radius: 4px;
}

.fax-info-table tbody {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    display: inline-table;
}

table.fax-info-table thead tr th:first-child {
    padding-left: 15px !important;
}

table.fax-info-table tbody tr td {
    padding: 14px 15px !important;
}

table.fax-info-table tbody tr td:not(:first-child) {
    padding-left: 8px !important;
}

table.fax-info-table tbody tr td:not(:last-child) {
    padding-right: 8px !important;
}

.fax-info-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

.fax-info-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

.fax-info-table tbody tr td:first-child {
    font-weight: 600;
    vertical-align: top !important;
}

.fax-info-table thead tr:first-child th:first-child {
    border-top-left-radius: 4px !important;
}

.fax-info-table thead tr:first-child th:last-child {
    border-top-right-radius: 4px !important;
}

.table-wrap {
    position: relative;
}

table.sortable thead th {
    cursor: pointer;
}

table.sortable thead th.no-sort {
    cursor:inherit;
}

table.sortable thead th:not(.no-sort)::after {

    display: inline-block;
    content: "\EB3E";
    font-family: "toolkit-entypo";
    position: relative;
    top: 1px;
    margin-left: 4px;
    opacity: .35;
    transition: opacity .2s;
    font-size: 90%;
}

table.sortable thead th:not(.no-sort):hover::after, table.sortable thead th:not(.no-sort).sorted-by::after {
    opacity:1;
}

table.sortable thead th:not(.no-sort).sorted-by.asc::after {
    content: "\EB74";
}

table.sortable thead th:not(.no-sort).sorted-by.desc::after {
    content: "\EB77";
}

td.center, th.center {
    text-align: center !important;
}

td.has-checkbox {
    cursor: pointer;
    line-height: .5 !important;
}

td.has-checkbox input[type=checkbox] {
    cursor: pointer;
}

/* quick menu popover */
.quick-menu-open {
    opacity: .85;
    transition: opacity .2s;
    cursor: pointer;
    color: #456DDE;
}

.list-image-container .quick-menu-open-container .quick-menu-open {
    color: #FFF;
    opacity: .85;
    font-size: 125%;
    width: 100%;
}

.quick-menu-open-container.fax, .quick-menu-open-container.fax .quick-menu-open {
    /* touch-action: none; */
}

.quick-menu-open:hover, .list-image-container .quick-menu-open-container:hover .quick-menu-open, .quick-menu-open.active {
    opacity: 1 !important;
}

.list-image-container .quick-menu-open-container .quick-menu-open::before {
    top: 2px; /* 2025-07-10 changed from 0 to 2px (not sure why we needed to - keep eye on other issues) */
}

.list-image-container.active .quick-menu-open-container .quick-menu-open  {
    opacity: 1;
}

/* checkbox for multi select */

.list-image-container.selected {
    border: 1.5px solid #FF9000;
}

.list-image-container.selected .list-image-header {
    border: 1.5px solid #FF9000;
    border-bottom: none;
    padding-top: 3.67px;
    padding-left: 33.67px;
    padding-right: 28.5px;
}

.fax-page-container .select-fax-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

.fax-page-container input.select-fax {
    appearance: none;
    background-color: rgba(255,255,255,.95);
    margin: 0;
    font: inherit;
    color: #60B4FF;
    width: .8rem;
    height: .8rem  !important;
    border: 0.15em solid #60B4FF;
    border-radius: 0.15em;
    padding: 6.5px !important;
    margin-top: 5.5px;
    margin-left: 8px;
    cursor: pointer;
    opacity: 0;
    transition: opacity .2s, border .2s;
    display: grid;
    place-content: center;
}

.list-image-container.selected input.select-fax {
    margin-left: 7px;
    margin-top: 4.33px;
}

.list-image-container.selected .quick-menu-open-container {
    width: 27.33px;
}

.list-image-container.selected .quick-menu-open {
    padding-left: 1.33px;
    padding-bottom: 1.33px;
}

.fax-page-container input.select-fax:active, .fax-page-container input.select-fax:focus {
    border-color: #60B4FF !important;
}

.fax-page-container input.select-fax::before {
    content: "";
    width: 9px;
    height: 9px;
    opacity: 0;
    transition: opacity .2s;
    box-shadow: inset 1em 1em #60B4FF;
}

.fax-page-container .select-fax-container:hover input.select-fax:not(:checked)::before {
    opacity: .25;
}

.fax-page-container input.select-fax:checked::before {
    opacity: 1;
}

.fax-page-container:hover input.select-fax, .fax-page-container .fax.list-image-container.active input.select-fax, .fax-page-container input.select-fax:checked {
    opacity: 1;
}

.fax-page-container input.select-fax:checked {

    border-color: #60B4FF !important;
}


.quick-menu {
    background-color: #eee;
    color: #000;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    padding: 0 0;
    border-radius: 4px;
    font-size: 13px;
    z-index: 99;
    position: absolute;
    overflow: hidden
}

.quick-menu-action {
    padding: 7px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background .2s;
}

.quick-menu-action:hover {

    background: #ddd;
}

.quick-menu-action .icon {

    color: #456DDE;
    opacity: .7;
    transition: opacity .2s;
    margin-right: 10px;
    font-size: 125%;
}

.quick-menu-action .icon.red {
    color: #FF4D4FCC;
}

.quick-menu-action:hover .icon {
    opacity: 1;
}

/*buttons */

.action-btn, .action-btn.selected, .action-btn.active, .action-btn:active {
    background: none;
    background-color: #60B4FF !important;
    opacity: 1;
    transition: opacity .2s, background .2s;
    font-size: 1em;
    font-weight: 600;
}

.action-btn.inactive, .action-btn.inactive:hover {
    opacity: .5;
}

.action-btn:not(.inactive):not(.top-button):hover {
    opacity: 1;
    text-decoration: underline;
    text-decoration-color: #FAAD14;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}

.action-btn:not(.inactive):not(.top-button):active {
    background: #3ca3ff !important;
}

.top-button {
    font-size: 1em !important;
    font-weight: 600 !important;
    letter-spacing: .025rem;
    transition: background-color .1s !important;
}

.top-button:not(.selected) {
    background-color: #F0EEF5 !important;
    border-color: #C4C8D5 !important;
    color: rgba(0,0,0,.8) !important;
}

.top-button:not(.selected):not(.active):hover > :not(.top-button-subtitle):not(.icon) {
    text-decoration: underline;
    text-decoration-color: #FF9000;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}

.top-button.selected, .top-button.single-choice:active {
    background-color: #60B4FF !important;
    border-color: #60B4FF !important;
    color: rgba(255,255,255,1) !important;
}

/*dialog*/

div.dialog {
    border-radius: 5px;
    padding: 20px 20px 58px 20px;
    min-height: 100px;
    box-shadow: 0 0 15px #010E3045;
    border: 1px solid #C4C8D5;
    background: rgba(255,255,255,255);
    min-width: 300px;
}

div.dialog.w-350 {
    min-width: 350px;
}

.dialog-text {
    font-weight: 400;
    padding-bottom: 5px !important;
    font-size: 1.75rem;
    line-height: 130%;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 15px;
    max-width: 400px;
}

.dialog-text .small {
    font-size: 1.45rem;
    font-weight: 300;
}

.dialog-break {
    clear: both;
    width: 100%;
    height: 5px;
    display: block;
}

.dialog > .btn-group:last-of-type {
    position: absolute !important;
    bottom: 20px !important;
    left: 20px !important;
    width: calc(100% - 40px) !important;
}

.dialog .btn-group > .btn-group:last-child:not(:only-child) button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dialog > .btn-group > .btn-group:not(:only-child):not(:last-of-type) button {
    border-right:none !important;
}

.top-button.single-choice:active:hover > span {
    text-decoration-color: #FAAD14 !important;
}

/* submenu2 items */

.sort-container {
    position: relative;
    width: 24px;
    height: 100%;
    opacity: .8;
    cursor: pointer;
    transition: opacity .1s;
}

.sort-container:hover {
    opacity: 1;
}

.sort-icon {
    opacity: .2;
    left: 0;
    position: absolute;
    width: 22px !important;
}

.sort-icon:before {
    transform: scale(1.2);
}

.sort-icon:first-of-type {
    top: 0;
}

.sort-icon:last-of-type {
    bottom: 1px;
}

.sort-icon.selected {

    opacity: .9;
    color: #5A96FF;
}

.inline-label {
    float: left;
    display: inline-block;
    background: #61affe;
    color: white;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 1rem;
    margin-right: 10px;
}

.billing-label {

    font-size: 1.0rem;
    float: none;
    font-weight: 500;
    text-transform: none;
    padding: 2px 10px;
    margin-left: 8px;
}

.inline-label.light-blue {

    background: #e4f2ff;
    color: #0163c7;
}

.inline-label.green {

    background: #dff0d8;
    color: #3c763d;
}

.inline-label.inverse-blue {

    color: #0163c7;
    border: 1px solid #0163c7;
    background: transparent;
}

.inline-label.inverse-green {

    color: #3c763d;
    border: 1px solid #3c763d;
    background: transparent;
}

@media (max-width: 590px) {

    .sort-icon:first-of-type:before {
    }

    .sort-icon:last-of-type:before {
    }
}

/*forms */
input:focus, textarea:focus {
    border-color: #60B4FF !important;
}

input, textarea {
    font-family: Eina01;
    font-size: 1.3rem !important;
    border: 1px solid #C4C8D5;
    color: #000 !important;
    padding: 9px !important;
    height: auto !important;
}

input::placeholder {
    color: #333 !important;
    opacity: .6;
    transition: opacity .2s;
}

input:focus::placeholder {
    color: #333 !important;
    opacity: .9;
}

.form-descr {
    letter-spacing: -.01rem !important;
    font-weight: 700;
    margin-bottom: 2px !important;
    font-size: 1.45rem !important;
}


@media (min-width: 891px) {

    .dashboard.main-content-container {
        padding: 0 0 0 20px;
    }
    .dashboard-page {
        margin: 0;
        width: 100%;
        height: 100%;
    }

    .input {
        max-width: 700px;
        clear: left;
    }
    .input.submit {
        margin-top: 5px;
    }


    .m-b-lg-10 {
        margin-bottom: 10px !important;
    }
}

@media (max-width: 890px) {

    .align-right-lg-left-sm {
        text-align: left !important;
    }

    body {
        overflow-y: hidden;
    }

    .m-b-sm-md {
        margin-bottom: 10px !important;
    }

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

    .m-b-sm-0 {
        margin-bottom: 0 !important;
    }

    .m-b-sm-5 {
        margin-bottom: 5px !important;
    }

    .m-b-sm-10 {
        margin-bottom: 10px !important;
    }

    .m-b-sm-15 {
        margin-bottom: 15px !important;
    }

    .m-b-sm-20 {
        margin-bottom: 20px !important;
    }

    .m-t-sm-0 {
        margin-top: 0 !important;
    }

    .m-t-sm-5 {
        margin-top: 5px !important;
    }

    .m-t-sm-10 {
        margin-top: 10px !important;
    }

    .m-t-sm-15 {
        margin-top: 15px !important;
    }

    .m-t-sm-20 {
        margin-top: 20px !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-l-sm-0 {
        padding-left: 0 !important;
    }

    .p-l-sm-5 {
        padding-left: 5px !important;
    }

    .p-r-sm-0 {
        padding-right: 0 !important;
    }

    .p-b-sm-20 {
        padding-bottom: 20px !important
    }

    .p-t-sm-0 {
        padding-top: 0 !important;
    }

    .p-t-sm-5 {
        padding-top: 5px !important;
    }

    .p-t-sm-10 {
        padding-top: 10px !important;
    }

    .p-t-sm-15 {
        padding-top: 15px !important;
    }

    .p-t-sm-20 {
        padding-top: 20px !important;
    }


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

    .status-bar {
        height: 36px;
    }

    .nav-area {
        min-width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        min-height: 46px;
        height: 46px;
        overflow-y: hidden;
    }

    .nav-area .desktop-logo {
        margin: 15px 0 15px 15px;
        width: 120px;
    }
    .nav-area .home-link {
        flex-grow: 1;
        flex-shrink: 0;
        display: inline-block;
    }

    .nav-area .hamburger {
        padding-right: 15px;
        flex-grow: 1;
        flex-shrink: 0;
        display: inline-block;
        width: calc(100% - 150px);
    }

    .nav-area .hamburger-container {
        width: 22px;
        cursor: pointer;
        float: right;
        position: relative;
        margin: auto;
        border: 5px solid transparent;
        transition: 0.3s;
        opacity: .9;
        padding-right: 15px;
    }

    .nav-area .hamburger-container:hover {
        opacity: 1;
    }

    .bar {
        height: 2px;
        width: 22px;
        display: block;
        margin: 4px auto;
        position: relative;
        background-color: #fff;
        border-radius: 2px;
        transition: 0.4s;
    }

    .hamburger-container.open .bar:nth-of-type(1) {
        transform: translateY(6px) rotate(45deg);
    }
    .hamburger-container.open .bar:nth-of-type(2) {
        opacity: 0;
    }

    .hamburger-container.open .bar:nth-of-type(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .hamburger-container:hover .bar {
        opacity: 1;
    }

    .nav-area.open {
        height: auto;
        max-height: 100dvh;
        z-index: 9999;
        overflow-y: scroll;
    }

    .nav-area .links {
        margin-top: 0 !important;
        overflow:hidden;
        display: none;
        width: 100%;
    }

    .nav-area .links.open {
        overflow: visible;
        display: block;
    }

    .nav-area .links a {
        margin-left: 26px !important;
        font-size: 1.1em !important;
    }

    .nav-area .links .link-group-title {
        margin-left: 25px;
        font-size: 1.15em !important;
    }

    .nav-area .links .link-group-title:first-child {
        margin-top: 7px !important;
    }

    .non-nav {
        width: 100%;
    }

    .input.submit {
        margin-top: 15px;
    }

    .status-bar .content .user-info .user-name,
    .status-bar .content .user-info .user-name + .separator-line,
    .status-bar .content .user-info .user-fax-number + .separator-line,
    .separator-line + .icon-awareness-ribbon  {
        display: none;
    }

    .status-bar .content .user-info #show-user-search, .status-bar .content .user-info #show-user-search + .separator-line  {
        /*display: none;*/
    }

    .status-bar {
        height: 48px;
    }

    .status-bar .transfer-help-dashboard.transfer-help {
        display: none;
    }

    .status-bar .content .section-title .main-title {
        font-size: 1.3em;
        padding-left: 15px;
    }

    .status-bar .content .dashboard-page-back {
        width: 25px;
        max-width: 25px;
        min-width: 25px;
        font-size: 1.3em;
    }

    .status-bar .content .user-info {
        padding-right: 5px;
        padding-left: 10px;
        flex-basis: 135px;
    }

    .status-bar .content .user-info .user-fax-number {
        font-weight: 600;
    }

    .main-content-container {
        width: 100%;
        margin: 0;
        padding: 0 15px 0 15px;
    }

    .submenu-bar {
        padding-left: 15px;
    }

    .submenu2-bar {
        padding-left: 15px;
        padding-right: 15px;
    }

    .submenu2-bar::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 1px;
        height: 1px;
    }

    /* fix for ios double scroll */
    .non-nav.nav-menu-open {
        overflow:hidden;
        position: fixed;
        height: 100%;
        top: 46px;
    }

    .dashboard-page {
        margin: 0;
        width: 100%;
        /*min-height: calc(100vh - 94px - env(safe-area-inset-bottom));
        height: calc(100vh - 94px - env(safe-area-inset-bottom)); */
        /*height: calc(100% - env(safe-area-inset-bottom)); */
    }

    .status-bar .content .user-info .user-fax-number .department-header {
        display: none;
    }

    .status-bar .content .user-info .user-fax-number.has-dept {
        vertical-align: inherit;
        padding-top: 0;
    }

    table {
        font-size: 12px;
    }

    table select {
        transform: scale(.7);
    }

    table input:not([type=checkbox]) {
        transform: scale(.8);
    }



    #notification-icon.empty, #notification-icon.empty + .separator-line {
        display: none;
    }

    .notification-flyout {
        position: fixed;
        right: 10px;
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }

    .notification-flyout .remove-flyout::before {
        top: 4px;
    }

    #notification-tray:not(.hidden-triangle):before, #number-cart-contents:not(.hidden-triangle):after,
    #notification-tray:not(.hidden-triangle):before, #number-cart-contents:not(.hidden-triangle):after{
        display: none;
    }

    #notification-tray:not(.hidden-triangle):before, #number-cart-contents:not(.hidden-triangle):before {
        display: none;
    }

    #notification-tray:not(.hidden-triangle):after, #number-cart-contents:not(.hidden-triangle):after {
        display: none;
    }
}


/* Non navigational components */

pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla  */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: keep-all
}

/* COMPOSE FAX */
#upload, .upload {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    padding-top: 5px;
    height: 75px;
    cursor: pointer;
    display: table;
    transition: color .2s ease-out, border-color .2s ease-out, background .2s ease-out;
}

#upload:not(.dragged):hover, .upload:hover {

    border-color: rgba(95, 180, 255, .8) !important;
}
#upload.dragged, #upload:active, .upload.dragged, .upload:active {
    border-color: #5a96ff !important;
    background: #5a96ff;
    color: #fff;
    /*text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);	*/
}
.file {
    width: 100%;
    display: flex;
    align-items:center;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 7px;
    gap: 15px;
    font-size: 1.35rem;
}


.file .file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex-grow: 3;
}

.file .size {
    opacity: .55;
    font-weight: 400;

}

.file .pages {
    font-weight: 600;
    min-width: 70px;
}

.file .remove {
    opacity: .7;
    color: #e96443;
    cursor: pointer;
    transition: opacity .2s ease-out;

}
.file .remove:hover {
    opacity: 1;
}

.file .remove:after{
    display: inline-block;
    content: "\00d7";
    transform-origin:center;
    transform: scale(1.65) translateY(-1px);
}

.file .move {
    opacity: .3;
    color: #398FDD;
    cursor: pointer;
    transition: opacity .2s ease-out;
    transform-origin:center;
    transform: scale(1.95);
}

.file .move::before {
    top: 2px;
}

.file .move:hover {
    opacity: .7;
}

.file:last-child .moveDown, .file:nth-child(3) .moveUp {
    opacity: .1;
    cursor: default;
}



.selectize-control .selectize-dropdown {
    font-size: 1.35rem;
    opacity: 1;
    color: black;
}

.selectize-control .selectize-dropdown .caption {
    font-size: .7rem;
    font-weight: 400;
    display: block;
    opacity: 0.9;
}

.selectize-control.plugin-remove_button [data-value] .remove {

    top: calc(50% - 12px) !important;
}

button.dropdown-toggle:focus {
    outline: none !important;
}

.selectize-control.multi .selectize-input > div {

    font-family: Eina01;
    background: #3ca3ff !important;
    font-size: 1.2rem;
    padding: 3px 24px 3px 7px;
}

.selectize-control.multi .selectize-input > div span {
    opacity: 1 !important;
    text-shadow: none !important;
}

.selectize-control.multi .selectize-input > div span:last-of-type {
    padding-right: 6px;
}

.selectize-control.multi .selectize-input > div a.remove {
    background: #2799ff;
    text-shadow: none;
}

.selectize-control.multi .selectize-input > div span.name {
    font-weight: 600;
    font-size: 1.25rem;
    text-shadow: 0 1px 0 rgb(0 0 0  / 10%) !important;
}

.selectize-dropdown .active {
    font-family: Eina01;
    background: #60B4FF !important;
}

.selectize-dropdown-content div span:first-child {
    font-weight: 600;
    color: #222;
    font-size: 1.2rem;
}

.selectize-dropdown-content div:hover span:first-child, .selectize-dropdown-content div.active span:first-child {
    color: white;
}

.selectpicker:focus {
    outline: none;

}

#send-fax-pages {
    font-size: 12px;
    opacity: .8;
    position:absolute;
    left: 15px;
    top: 12px;
}

.num-pages-button, .top-button-subtitle {
    opacity: .6;
    font-size: 85%;
    margin-left: 10px;
}

.preview-image {
    border-radius: 2px;
    height: auto;
    width: 100%;
    max-width: 800px;
    border: 1px solid #C4C8D5;
}

.preview-image-container:last-of-type {
    margin-bottom: 40px;
}

.preview-image-container {
    height: auto;
    display: block;
    overflow: auto;
}

.image-loading-container {
    background: #FFF;
}

.list-image-container:hover .image-loading, .list-image-container:not(.fullPage):hover .progress-loader {
    opacity: .2;
}

.image-preview-footer {
    width: calc(100% - 20px);
    color: rgba(255,255,255,1);
    background: rgba(180,180,180,.75);
    position: absolute;
    bottom: 0;
    opacity: 1;
    padding: 5px 15px;
    font-family: Eina01,roboto, sans-serif;
    font-size: 15px;
    letter-spacing: .04em;
    font-weight: 500;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.image-preview-footer.full {
    width: 100%;
    max-width: 800px;
}

.list-image {
    /*box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.55); */
    transition: filter .15s;
    border-radius: 2px;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    z-index: 4;
    background: white;
}

.list-image.opaque, .list-image-container.opaque:before, .list-image-container.opaque:after {
    opacity: .3 !important;
}


.line-loader {
    margin-left: 10px;
    width: 50%;
    height: 3.8px;
    display: inline-block;
    position: relative;
    top: -2px;
    background: rgba(255, 255, 255, 0.15);
    overflow: hidden;
}
.line-loader::after {
    content: '';
    width: 100%;
    height: 4.8px;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    animation: animloader 2s linear infinite;
}

@keyframes animloader {
    0% {
        left: 0;
        transform: translateX(-100%);
    }
    100% {
        left: 100%;
        transform: translateX(0%);
    }
}

.fullPage .line-loader {
    width: 30%;
}


.list-image-container {
    transition: transform .15s ease-out, box-shadow .15s ease-out;
    position: relative;
    border-radius: 4px;
    border: 1.5px solid #dadce4;
    background: white;
}

/*
.list-image-container:not(.fullPage):hover, .list-image-container:not(.fullPage).active {
	transform: scale(1.004,1.004); 
}

.list-image-container:not(.letter):not(.two-page):hover, .list-image-container:not(.letter):not(.two-page).active {
	box-shadow: 0 0 12px rgba(0,0,0,0.35);
}
*/

@media (hover: hover) and (pointer: fine) {
    .list-image-container:hover .list-image-header {
        /* opacity: .3; */
        cursor: pointer;
    }
}

.list-image-container.active .list-image-header  {
    opacity: 1;
    cursor: pointer;
}

.list-image-container .active-selection-overlay {

    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.05);
    z-index: 9;
    position: absolute;
    top: 0%;
    left: 0%;
    opacity: 0;
    transition: opacity .2s;
    display: flex;
    align-items: center;
    color: white;
    text-align: center;
    cursor: pointer;
}


.list-image-container .active-selection-overlay .search-icon {
    display: block;
    color: #92CCFF;
    font-size: 400%;
    opacity: .6;
    transition: color .2s, opacity .2s;
    margin: auto auto;
}

.list-image-container .active-selection-overlay .icon:hover {
    opacity: 1;
    color: #92CCFF;
}

@media (hover: hover) and (pointer: fine) {
    .active-selection-overlay:hover {
        opacity: 1;
    }
}

.list-image-container.active .active-selection-overlay {
    opacity: 1;
}

.two-pages, .three-pages {
    position: relative;
    z-index: 1;
}

.two-pages::before, .three-pages::before, .three-pages::after {
    content: "";
    min-height: 100%;
    position: absolute;
    min-width: 100%;
    z-index: -1;
    transition: transform .15s ease-out, color .25s;
    background-color: #f4f4f4;
    transform-origin: bottom center;
    transform: translate(0, 8px) scale(.96);
    border-radius: 4px;
    border: 1.5px solid #dadce4;
    top: 0;
    left: 0;
}

.three-pages::after {
    background-color: #f4f4f4;
    transform: translate(0, 16px) scale(.92);
    z-index: -2;
}

.two-pages:hover::before, .three-pages:hover::before {
    /*transform: translate(12px, 12px); */

}

.three-pages:hover::after {
    /*transform: translate(24px, 24px);
    background-color: #ededed;*/
}

.list-container {
    max-width: 100%;
}

.list-container .fax-number-sub-label {

    clear: both;
    display: block;
    font-size: 67%;
    opacity: .6;
    font-weight: 500;
    line-height: .2;
    transition: .2s opacity;
}

.list-container:hover .fax-number-sub-label {
    opacity: 1;
}

.fax-container {
    margin: 0;
    flex-grow: 1;
    flex-basis: 250px;
    max-width: 350px;
    align-content: flex-start;
}

.fax-container.deleted {
    opacity: 50%;
}

.fax-container .list-container td p.lead {
    font-family: Eina01;
    font-size: .95em !important;
    line-height: 1.5;
}

.list-image-footer {
    width: 35%;
    color: #000;
    background-color: rgba(228, 230, 245, .9);
    text-align: right;
    position: absolute;
    bottom: -.5px;
    right: -.5px;
    opacity: 1;
    padding: 4px 30px 4px 0;
    font-family:Eina01, sans-serif;
    font-size: .8em;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 3px;
}

.list-image-footer.full-width {
    padding: 4px 30px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 0;
    width: calc(100% + 1px);
}

.list-image-footer .unread-fax-icon {
    float: left;
    color: #60B4FF;
    cursor: pointer;
}

.list-image-footer.pages {
    text-align: right;
    float: right;
    width: 35%;
}

.list-image-footer .subject {
    text-align: left;
    float: left;
    width: 65%;
    font-weight: 600;
}

.list-image-footer .deleted {
    text-align: left;
    float: left;
    width: 65%;
    font-weight: 600;
    color: #a94442;
    opacity: .75;
}

.list-image-header {
    width: calc(100% + 3px);
    color: #FFF;
    background: #C4C8D5; /*linear-gradient(to right, rgba(233,100,67,.70), rgba(144,78,149,.70) ); */
    text-align: left;
    position: absolute;
    top: -1.5px;
    left: -1.5px;
    opacity: 1;
    padding: 5px 30px 5px 35px;
    font-family: Eina01;
    font-size: .85em;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    transition: opacity .2s;
    z-index: 10;
}

.list-image-header.green {
    /* background: #A5CC00; /* linear-gradient(to right, rgba(17,153,142,.65), rgba(56,239,125,.65) ); */

    /* background: linear-gradient(90deg, #a5cc00, #aed800, #a5cc00);	
	background-size: 200% auto;
	background-position: 200% center;
     animation: shine 3.8s linear infinite; */

    background: #74cea3;
}

.list-image-header.blue {

    background: #92CCFF;
    /* background: linear-gradient(to right, rgba(107, 134, 217, .9), rgba(150, 183, 248, .9));*/
}

.list-image-header.purple {
    /*background: linear-gradient(to right, rgba(65,41,90,.55), rgba(47,7,67,.55));	*/
    background: #5A96FF;
}

.list-image-header .quick-menu-open-container {
    position: absolute;
    background: #979DB1;
    height: 100%;
    width: 28px;
    right: 0;
    top: 0;
    border-top-right-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
}

.list-image-header.blue .quick-menu-open-container {
    background: #60B4FF;
}

.list-image-header.green .quick-menu-open-container {
    background: #4cc089;
}

.list-image-header.purple .quick-menu-open-container {
    background: #456DDE;
}

.list-image-header .indiv-select {

}

.table-faxes .unread-fax-icon {
    margin-left: 9px;
    opacity: .8;
    color: #60B4FF;
}

.table-faxes span.in-progress, .report-table span.in-progress {

    background: linear-gradient(to right, rgba(17,153,142,.95) 20%, rgba(56,239,125,.85) 40%, rgba(56,239,125,.85) 60%, rgba(17,153,142,.95) 80%  );
    background-size: 200% auto;
    background-position: 200% center;
    color: rgba(17,153,142,.95);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 1.3s linear infinite;
}

.table-faxes td .deleted {
    text-align: left;
    float: left;
    clear: left;
    font-size: 75%;
    font-weight: 600;
    color: #a94442;
    opacity: .75;
}

.table-faxes .sub-label {
    display: block;
    clear: both;
    width: max-content;
    font-size: 73%;
    opacity: .75;
    font-weight: 500;
    line-height: .9;
    transition: .2s opacity;
}

.table-faxes tr:hover .sub-label {
    opacity: 1;
}

.table-faxes td.less-padding, .table-faxes td:has(.sub-label) {
    padding: 0 9px 5px 9px !important;
}

@keyframes shine {
    to {
        background-position: 0 center;
    }
}

#date-range {
    margin-left: 7px;
    opacity: .4 !important;
    cursor: pointer;
    transition: opacity .15s ease-out, color .15s ease-out;
    color: black;
    margin-top: 3px;
}

#date-range:hover {
    opacity: .85 !important;
    color: #3055cf;
}

.row {
    transition: opacity .3s ease-in-out;
    opacity: 1;
}

.row.invisible {
    opacity: 1;
    visibility: visible;
}

.change-page, .change-image-page {
    cursor: pointer;
    opacity: .8;
    transition: opacity .1s ease-in-out, color .1s ease-in-out;
}

.change-page.disabled, .change-image-page.disabled {
    cursor:default;
    opacity: .3;
}

body:not(.can-touch) .change-page:not(.disabled):hover, body:not(.can-touch) .change-image-page:not(.disabled):hover {
    opacity: 1;
    color: #398FDD;
}

.back-to-admin {
    opacity: .5;
    transition: opacity .2s;
    cursor: pointer;
    color:  #C70039 ;
}

.back-to-admin:hover {
    opacity: 1;
}

.pagination-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.dropdown-menu {
    border: none !important;
}

.dropdown-menu.scrollable-menu {
    overflow-y: auto;
}

.pagination-container .dropdown-menu {
    font-size: 1em;
    font-family: Eina01;
    max-height: 400px;
    overflow-y: auto;
}

.pagination-container .change-page {
    color: #5A96FF;
}

.pagination-container .change-page.decrease, .pagination-container .change-image-page.prev {
    margin-right: 5px;
}

.pagination-container .change-page.increase, .pagination-container .change-image-page.next {
    margin-left: 5px;
}

.pagination-dropdown-container {
    display: flex;
    align-items: center;
}

.pagination-title {
    font-size: 1.3rem;
    font-family: Eina01;
    display: flex;
    align-items: baseline;
    color: #333;
}

.pagination-dropdown-toggle, .pagination-dropdown-toggle:hover, .pagination-dropdown-toggle:focus, .pagination-dropdown-toggle.selected {
    padding: 0;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid rgba(255, 144, 0, .6) !important;
    /*font-size: .95em;*/
    font-family: Eina01;
    font-weight: 400;
    box-shadow: none;
    background: none !important;
    transition: border .25s;
    margin-right: 3px;
    cursor: pointer;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-menu a.active {
    background-color: #60B4FF;
    color: white;
    cursor: default;
}

.pagination-dropdown-toggle:hover, .pagination-dropdown-toggle:focus {
    border-bottom: 2px solid rgba(255, 144, 0, 1) !important;
}


.submenu2-bar .bootstrap-select {

    height: 100%;
}

.submenu2-bar .bootstrap-select .btn {
    height: 100%;
    border: none !important;
    outline: none !important;
    border-radius: 0;
    box-shadow: none !important;
    padding: 0 !important;
    padding-right: 6px !important ;
}

.bootstrap-select .btn {
    font-family: Eina01;
    font-size: 1.3rem;
    font-weight: 400;
    background: white !important;
    padding: 9px !important;
}

.bootstrap-select.no-border {
    background-color: #F7F6F9 !important;
}

.bootstrap-select.no-border .btn {
    padding: 3px 6px;
    background-color: #F7F6F9 !important;
}

.bootstrap-select .bs-caret {
    display: none;
}

/*General elements*/

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: black;
}

.bootstrap-select .filter-option:after {

    content: '\EA42'; /*This will draw the caret icon*/
    font-family: "toolkit-entypo";
    display: block;
    position: absolute;
    right: 4px;
}

.bootstrap-select.no-border .filter-option:after {
    right: 0;
    background-color: #F7F6F9;
}

.bootstrap-select .filter-option {
    margin-right: 4px;
    display: flex;
    align-items: center;
}

.bootstrap-select.underline .filter-option-inner-inner {
    border-bottom: 2px solid rgba(255, 144, 0, .6) !important;
}

.bootstrap-select.underline:hover .filter-option-inner-inner {
    border-bottom: 2px solid rgba(255, 144, 0, 1) !important;
}

/* override top level css */
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    /*color: inherit;*/
    color: #333;
}

.bootstrap-select .dropdown-menu li {

    font-family: Eina01;
    font-size: .95em;
    letter-spacing: 0;
}

.dropdown-menu > li > a {
    padding: 7px 15px;
}

.dropdown-menu.open {
    padding: 0;
}

.dropdown-menu a.active, .dropdown-menu a.active:hover, .dropdown-menu a.active:focus {
    text-decoration: none;
    background-color: #60B4FF !important;
    cursor: default;
    color: white;
}

/* slider checkbox */

.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F2F1F9;
    -webkit-transition: .2s;
    transition: .2s;
}

.slider.equal-choice {
    background-color: #2196F3 !important;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.submenu2-item .slider {
    background-color: #e5e5e5;
}

input:checked + .slider {
    background-color: #92ccff;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 22px;
}

.slider.round:before {
    border-radius: 50%;
    filter: drop-shadow(2px 1px 1px rgba(0,0,0,.05));
}


@media (min-width: 891px) {
    .preview-image-container:first-of-type {
        padding-top: 10px;
    }
}

@media (max-width: 890px) {
    .image-preview-footer {
        background: rgba(0,0,0,.2);
        font-size: 12px;
        padding: 1px 15px;
    }
    .cellRow {
        margin-bottom: 0 !important;
    }

    .fax-results-container {
        padding-right: 0 !important;
    }
    .fax-container {
        max-width: 100%;
    }
    .preview-image-container:first-of-type {
        padding-top: 5px;
    }
    .featured-list-icon-text {
        font-size: 15px !important;
    }
}

/*safari adjustment */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {


}}

/*phones*/
@media (max-width: 450px) {

    .status-bar .content .section-title .main-title {
        font-size: 1.00em;
    }

    .status-bar .content .section-title .subtitle {
        font-size: .9em;
        max-width: 250px;
        word-break:break-all;
    }

    .responsive-table tr td, .responsive-table tr th {
        transform-origin: top left;
        transform: scale(1);
        font-size: 75% !important;
    }

    .responsive-table:not(.no-min-width) {
        min-width: 550px !important;
    }

    .responsive-table.no-min-width tr td, .responsive-table.no-min-width tr th {
        font-size: 90% !important;
    }

    .responsive-table:not(.no-min-width).table-faxes {
        min-width: 700px !important;
    }
}


/* fax display */

.fax-results-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:flex-start;
    padding-right: 20px;
    gap: 40px 65px;
}

:not(.full-width) > .fax-results-container {
    padding-top: 5px;
    padding-bottom: 40px;
}

.full-width > .fax-results-container {
    height:100%;
}