/* Minification failed. Returning unminified contents.
(469,36): run-time error CSS1046: Expect comma, found '0'
(469,40): run-time error CSS1046: Expect comma, found '/'
(531,36): run-time error CSS1046: Expect comma, found '0'
(531,40): run-time error CSS1046: Expect comma, found '/'
(627,35): run-time error CSS1046: Expect comma, found '0'
(627,39): run-time error CSS1046: Expect comma, found '/'
(802,35): run-time error CSS1046: Expect comma, found '0'
(802,39): run-time error CSS1046: Expect comma, found '/'
(899,35): run-time error CSS1046: Expect comma, found '0'
(899,39): run-time error CSS1046: Expect comma, found '/'
(1565,33): run-time error CSS1046: Expect comma, found '0'
(1565,37): run-time error CSS1046: Expect comma, found '/'
(1590,33): run-time error CSS1046: Expect comma, found '0'
(1590,37): run-time error CSS1046: Expect comma, found '/'
(1610,33): run-time error CSS1046: Expect comma, found '0'
(1610,37): run-time error CSS1046: Expect comma, found '/'
(1680,33): run-time error CSS1046: Expect comma, found '0'
(1680,37): run-time error CSS1046: Expect comma, found '/'
(1725,33): run-time error CSS1046: Expect comma, found '0'
(1725,37): run-time error CSS1046: Expect comma, found '/'
(2027,47): run-time error CSS1046: Expect comma, found '0'
(2027,51): run-time error CSS1046: Expect comma, found '/'
(2028,39): run-time error CSS1046: Expect comma, found '0'
(2028,43): run-time error CSS1046: Expect comma, found '/'
 */
html,
body {
    background: #FFFFFF;
    font-family: 'Roboto', 'Work Sans';
    font-style: normal;
    line-height: 1.4;
    font-size: 16px;
}

body {
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
}

/* Note: Fix for font-weight not applying on Mac */
body * {
    -webkit-font-smoothing: antialiased;
}

* {
    scrollbar-width: unset;
    scrollbar-color: unset;
}

.ant-table-wrapper .ant-table {
    scrollbar-width: unset;
    scrollbar-color: unset;
}

::-webkit-scrollbar {
    width: 0.469rem;
}

::-webkit-scrollbar-track {
    width: 0.469rem;
    background: transparent;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background: #b8b8b8;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

::-webkit-scrollbar-thumb:active {
    background: #787878
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
}

h1 {
    font-size: 1.875rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1rem;
}

#app-container {
    display: flex;
    height: calc(100vh - 3.75rem);
    padding: 0 1rem 0 0;
    color: #434343;
    background: #FFFFFF;
}

#app-container.app-anonymous {
    height: 100vh;
}

#main {
    width: 100%;
    height: 100%;
    padding: 1rem 0.625rem 3.125rem 1rem;
}

#main.show-location-selector,
#main-spinner.show-location-selector {
    display: none !important;
}

#main-spinner {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 1.25rem;
    text-align: center;
    min-height: 50vh;
    font-size: 2.75rem;
}

#main #app-page-header {
    padding-top: 0;
    padding-left: 0;
}

#app-page-header-content {
    display: none;
}

#block-ui-spinner {
    display: none;
    position: absolute;
    top: 35%;
    left: 50%;
    z-index: 6969;
    font-size: 2.75rem;
}

#block-ui-backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6968;
    opacity: 0.5;
    background-color: #00000042;
}

#mobile-back {
    display: none;
    margin-top: -0.75rem;
    margin-bottom: 0.625rem;
    font-size: 1rem;
}

#mobile-back a {
    color: #4E4E4F;
    padding: 4px 16px 4px 8px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}

.main-header,
.main-header-no-navbar {
    min-height: 3.75rem;
}

.main-content {
    /* 100vh - app-navbar - app-container:padding- bottom-padding */
    height: calc(100vh - 3.75rem - 2.5rem - 2.5rem);
    background: #fff;
    overflow-y: auto;
}

opera-navbar:not([style*="display: none"])+.main-content,
.opera-navbar:not([style*="display: none"])+.main-content {
    /* 100vh - app-navbar - app-container:padding - app-navbar - bottom-padding */
    height: calc(100vh - 3.75rem - 2.5rem - 6.7rem - 2.5rem);
}

.main-header+.main-content {
    /* 100vh - app-navbar - app-container:padding - app-navbar - main-header - bottom-padding */
    height: calc(100vh - 3.75rem - 2.5rem - 6.7rem - 6.25rem - 2.5rem);
}

.main-header-no-navbar+.main-content {
    /* 100vh - app-navbar - app-container:padding - app-navbar - main-header - bottom-padding */
    height: calc(100vh - 3.75rem - 2.5rem - 3.75rem - 2.5rem);
}

#app-page-header+opera-navbar:not([style*="display: none"])+.main-content,
#app-page-header+.opera-navbar:not([style*="display: none"])+.main-content {
    /* 100vh - app-navbar - app-container:padding - app-navbar - bottom-padding */
    height: calc(100vh - 3.75rem - 2.5rem - 6.7rem - 6.5rem);
}

.main-content-padding {
    padding: 1.5rem;
}

[notifications-count]:before {
    display: flex;
    flex-direction: column;
    min-width: 1rem;
    min-height: 1rem;
    padding: 0 0.15rem;
    font-size: .75rem;
    background-color: #1a4a93;
    font-weight: 700;
    text-align: center;
    color: white;
    border-radius: 100%;
    content: attr(notifications-count);
}

.items-list-header {
    height: 2.75rem;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
}

.items-list-header>div {
    background-color: #fafafa;
    padding: 7px 0px;
    border-right: 1px solid #ccc;
}

.items-list-header:not(.notSortable)>div,
.items-list-header.sortable>div {
    cursor: pointer;
}

.items-list-header>div:last-child {
    border-right: none;
}

.items-list-header.row {
    margin-left: 0;
    margin-right: 0;
}

.sort-icon {
    float: right;
    margin-right: 0.625rem;
    margin-top: 2.5px;
}

.left-align {
    text-align: left;
}

.items-list {
    width: 100%;
    height: calc(100% - 3.75rem);
    padding-right: 0.3rem;
    overflow-y: auto;
}

.modal-content .items-list {
    height: 60vh;
    margin-bottom: 1.25rem;
}

.items-list>.list-item {
    border: none;
    padding: 0.625rem 0;
    border-bottom: 1px solid rgb(223, 220, 218);
    word-wrap: break-word;
}

.items-list>.empty-list-item {
    border: none;
    padding: 0.625rem 0;
    word-wrap: break-word;
    text-align: center;
    color: #87878A;
}

.items-list>.list-item:first-child {
    padding-top: 1.25rem;
}

.items-list>.list-item>.row,
.items-list>.row {
    margin-left: 0;
    margin-right: 0;
}

.btn-toolbar.pager .btn i {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 0;
}

.main-content .btn-toolbar.pager {
    position: absolute;
    bottom: 3.75rem;
    right: 2.5rem;
}

.list-actions {
    text-align: center;
}

.pager {
    margin: 0;
}

/* #region site-search */
.site-search-container {
    display: none;
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: -2.5rem;
    border-left: none;
}

.site-search .site-search-container {
    display: inline-block;
}

#site-search-form {
    position: absolute;
    width: 2.75rem;
    opacity: 0;
    top: 0;
    right: 0;
    z-index: 10;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.active #site-search-form {
    opacity: 1;
    visibility: visible;
    width: 21.875rem;
}

#site-search-results {
    display: none;
    position: absolute;
    width: 2.75rem;
    top: 1.5rem;
    right: 0;
    margin-top: 0.5rem;
    z-index: 69;
    background: #ffffff;
    border: 1px solid #ccc;
    border-top: 1px solid transparent;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.active #site-search-results {
    visibility: visible;
    opacity: 1;
    width: 21.875rem;
}

.search-result-header-text {
    font-size: 1rem;
}

#searchResultHeaderwrapper {
    max-height: 15.625rem;
}

/* #endregion site-search */



/* #region old-views-support */

#divMassEmailOrSmsUI #txtNewName {
    margin-right: 5px;
}

.btn {
    border: 1px solid #FFFFFF;
    border-radius: 3px;
}

.itemsDD .btn {
    border-radius: 6px;
}

.localSearchForm {
    margin-top: 0;
}

.localTextSearch input {
    height: 2.75rem;
    vertical-align: bottom;
}

h2.page-title {
    display: inline-block;
    margin-bottom: 1.25rem;
}

.panel-back-to-management {
    padding-top: 0;
    padding-left: 0;
}

/* #endregion old-views-support */

/* #region validation */

.invalid {
    /* border: 1px solid #E93C00 !important; */
    border-color: #E93C00 !important;
}

.invalid~.combodate>.form-control {
    border-color: #E93C00 !important;
}

.invalid-message {
    color: #E93C00 !important;
}

/* #endregion validation */

/* #region popup */

[data-toggle="popover"] {
    cursor: pointer;
}

.popover .popover-title {
    display: none;
}

.modal-backdrop {
    background-color: #00000042;
}

.popup {
    display: flex;
    justify-content: space-around;
    border-radius: 8px;
    box-shadow: none;
}

.popup .modal-dialog {
    width: 90%;
    max-width: 675px;
    height: fit-content;
}

.popup .modal-content {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 6px 20px rgb(0 0 0 / 30%);
    border: none;
}

.popup .modal-header {
    display: flex;
    padding: 0.625rem 1.25rem;
    font-size: 1.125rem;
    color: #333333;
    border-bottom: 1px solid #ccc;
    background-color: white;
}

.popup .modal-header .close {
    position: absolute;
    margin-top: 0.3rem;
    right: 1.5rem;
    top: 0.625rem;
    font-size: 1.875rem;
    opacity: 0.6;
    color: #333333;
}

.popup .modal-header .modal-title {
    font-size: 1.125rem;
}

.popup .modal-body {
    display: flex;
    padding: 1.25rem;
    padding-right: 2.625rem;
    padding-bottom: 0;
    font-size: 1rem;
}

.popup .modal-body .close {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    font-size: 1.875rem;
    opacity: 0.6;
    color: #333333;
}

.popup .modal-header .close:hover,
.popup .modal-header .close:focus,
.popup .modal-body .close:hover,
.popup .modal-body .close:focus {
    opacity: 0.7;
}

.popup .modal-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    border: none;
}

/* #endregion popup */

.modal-content {
    border: none;
    box-shadow: 0px 6px 20px rgb(0 0 0 / 30%);
}

.modal-header,
.modal-content .panel-default,
.modal-content .panel-default .panel-heading {
    box-shadow: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: none;
}

.modal-title,
.modal-content .panel-default h4 {
    text-transform: capitalize;
    line-height: 2.4;
}

.send-icon {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('/src/app/icons/send-message.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.send-icon-mobile {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('/src/app/icons/send-btn-mobile.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.multiselect-container.dropdown-menu {
    right: 0;
    left: auto;
}

.pendo-resource-center-badge-notification-bubble {
    height: 0.5em !important;
    padding: 0 !important;
    top: 0 !important;
    left: 1em !important;
}

.pendo-notification-bubble-unread-count {
    color: transparent !important;
}

._pendo-resource-center-badge-container {
    width: 1.5em !important;
    height: 1.5em !important;
    inset: 1.25em 1.5em auto auto !important;
}

._pendo-resource-center-badge-image {
    width: 100% !important;
    height: 100% !important;
}

#pendo-resource-center-container {
    inset: 3em 1em auto auto !important;
}

#notifications-dont-ask-again {
    margin-right: 4px;
}

label[for=notifications-dont-ask-again] {
    font-weight: normal;
}

.badge-env {
    position: absolute;
    font-size: 1.15rem;
    left: 9.375rem;
    top: 0.625rem;
    background-color: #7FBC03;
    padding: 0.3rem 0.469rem 0.35rem;
}

#account-footer .badge-env {
    left: unset;
    top: unset;
}

#legal-business-information-popup {
    display: flex;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #FE6666;
    color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 20%);
    padding: 1.25rem;
    z-index: 99999;
    justify-content: center;
}

#legal-business-information-popup a {
    color: white;
    text-decoration: underline;
}

#legal-business-information-popup .hide-legal-business-information-popup {
    position: absolute;
    right: 0.625rem;
    top: 0.3rem;
    font-size: 1rem;
    color: white;
}

#legal-business-information-popup .hide-legal-business-information-popup:hover,
#legal-business-information-popup .hide-legal-business-information-popup:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

#legal-business-information-popup .invalid-message {
    display: none;
}

.app-anonymous-navbar {
    display: flex;
    justify-content: space-between;
    height: 3.75rem;
    padding: 1.25rem;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    margin-bottom: 3.125rem;
}

#app-footer {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 2.5rem;
}

#app-footer .company-name {
    font-weight: bold;
    margin-bottom: 0.625rem;
}

.profile-section-header {
    position: absolute;
    right: 0;
    z-index: 99;
}

#marketing-page {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 2.5rem;
}

.marketing-page-main-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
    max-width: 62.5rem;
}

.marketing-page-main-content div {
    display: flex;
    flex-direction: column;
}

.marketing-page-main-content img {
    width: 40%;
}

/* #region app-navbar */

#app-navbar {
    display: flex;
    justify-content: space-between;
    height: 3.75rem;
    padding: 0.625rem 0;
    box-shadow: inset 0px -2px 0px #F5F5F5;
}

#app-navbar-logo {
    display: flex;
    align-items: center;
    width: 12.5rem;
    color: #87878A;
    text-decoration: none;
    padding-left: 1.25rem;
}

#app-navbar-logo img {
    /*height: 80%;*/
    max-height: 2.75rem;
}

#app-navbar-actions {
    display: flex;
    color: #87878A;
    margin: 0 3.5rem 0 2.5rem;
}

#app-navbar-actions .app-navbar-item {
    display: flex;
    align-items: baseline;
    height: 2.75rem;
    border-radius: 6px;
    font-size: 1.5rem;
}

#app-navbar-actions .app-navbar-icon {
    width: 2.5rem;
    font-size: 1.25rem;
}

#app-navbar-actions .app-navbar-item:not(.disable-item):hover {
    background-color: #eee;
    cursor: pointer;
}

#app-navbar-actions .app-navbar-action {
    display: flex;
    align-items: center;
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.5rem;
    color: #87878A;
    cursor: pointer;
}

#app-navbar-actions .app-navbar-action:hover {
    color: #434343;
}

#app-navbar-actions .app-navbar-item .label-skeleton {
    display: flex;
    width: 6.25rem;
    height: .75rem;
}

#app-navbar-actions .app-navbar-item .label-skeleton::after {
    display: flex;
    width: 6.25rem;
    height: .75rem;
    transform: translateX(-25%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shimmer 1s infinite;
    content: '';
}

.action-center-notifications {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    cursor: pointer;
}

.action-center-notifications-count {
    margin-top: -1rem;
    margin-left: -1.5rem;
}

.action-center-container {
    box-shadow: 0px 4px 8px rgb(0 0 0 / 30%);
    border-radius: 5px;
    width: 28.125rem;
    position: fixed;
    top: 6.5rem;
    right: 1.25rem;
    z-index: 10;
}

.action-center-container-header {
    display: flex;
    justify-content: space-between;
    padding: 0.469rem 1.5rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #B2BC5F;
    color: #fff;
}

.action-center-container-footer {
    padding: 0.469rem 1.5rem;
    border-top: 1px solid #ccc;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: white;
}

.action-center-container-content {
    width: 100%;
    height: calc(100vh - 6.5rem - 9.375rem);
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
}


#app-navbar-actions .app-navbar-item .app-navbar-dropdown-icon {
    margin-left: 0.625rem;
}

#app-navbar .dropdown-menu {
    right: 0;
    left: unset;
}

#app-navbar .dropdown-menu .app-navbar-dropdown-item {
    color: #4E4E4F;
    text-decoration: none;
}

#app-navbar .dropdown-menu .app-navbar-dropdown-item:hover {
    color: #7FBC03;
}

#app-navbar .dropdown-menu .app-navbar-dropdown-item .app-navbar-dropdown-item-icon {
    width: 2.5rem;
    font-size: 1rem;
}

#app-navbar-user #user-dropdown,
#app-navbar-companies #companies-dropdown {
    display: flex;
    align-items: baseline;
    padding: 0.625rem;
}

#companies-dropdown~.dropdown-menu {
    max-height: 31.875rem;
    overflow-y: auto;
}

#app-navbar-user .dropdown-menu .app-navbar-dropdown-item,
#app-navbar-companies .dropdown-menu .app-navbar-dropdown-item {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    color: #87878A;
    border-bottom: 1px solid #0000000d;
    white-space: nowrap;
}

/* #endregion app-navbar */

/* #region app-navbar-mobile */

#app-navbar-mobile {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.375rem;
    padding: 1.25rem;
    align-items: center;
    justify-content: space-between;
    border: none;
    background: #ffffff;
    z-index: 69;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 7%);
}

#app-navbar-mobile img {
    vertical-align: unset;
}

#app-navbar-mobile #app-navbar-mobile-sm-logo {
    display: flex;
    width: 3.125rem;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 6px;
    background: white;
}

#app-navbar-mobile #app-navbar-mobile-header {
    display: flex;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
}

#app-navbar-mobile div#app-navbar-mobile-actions {
    display: flex;
    width: 3.125rem;
    font-size: 1.125rem;
}

#app-navbar-mobile #app-navbar-mobile-actions i {
    display: flex;
    justify-content: space-around;
    width: 1.875rem;
}

/* #endregion app-navbar-mobile */

/* #region navbar */

opera-mobile-navbar,
opera-sidebar {
    float: left;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.75rem 1.25rem;
    width: 12.5rem;
    min-width: 12.5rem;
    background: #FFFFFF;
    box-shadow: inset -2px 0px 0px #F5F5F5;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

opera-sidebar {
    display: flex;
    justify-content: space-between;
    height: calc(100vh - 3.75rem);
    overflow: hidden;
    padding: 1.5rem 0;
    width: 19.5rem;
    min-width: 19.5rem;
}

opera-sidebar .sidebar-label,
opera-sidebar .sidebar-footer-label {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    white-space: nowrap;
}

opera-sidebar.collapsed,
opera-sidebar.collapsed-in {
    width: 6.5rem;
    min-width: 6.5rem;
}

opera-sidebar.collapsed.collapsed-in {
    width: 19.5rem;
    min-width: 19.5rem;
}

opera-sidebar.collapsed-in .sidebar-label,
opera-sidebar.collapsed-in .sidebar-footer-label {
    opacity: 0;
}

opera-sidebar.collapsed.collapsed-in .sidebar-label,
opera-sidebar.collapsed.collapsed-in .sidebar-footer-label {
    opacity: 1;
}

opera-sidebar.collapsed:not(.collapsed-in) .sidebar-label,
opera-sidebar.collapsed:not(.collapsed-in) .sidebar-footer-label {
    display: none;
}

opera-mobile-navbar {
    height: calc(100vh - 4.375rem);
}

opera-mobile-navbar .actions-list,
opera-sidebar .actions-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

opera-sidebar .actions-list {
    row-gap: 1rem;
}

opera-mobile-navbar .sidebar-notifications,
opera-sidebar .sidebar-notifications {
    margin-left: 0.625rem;
}

opera-mobile-navbar a,
opera-sidebar a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 1.75rem;
    padding: 0 !important;
    font-size: 1.5rem;
    color: #87878A;
    gap: 1.25rem;
}

opera-sidebar a {
    height: 2.75rem;
    padding: 0.5rem 1rem !important;
    gap: 0.625rem;
    margin: 0;
}

opera-mobile-navbar .sidebar-icon-wrapper,
opera-sidebar .sidebar-icon-wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 2.5rem;
    height: 3.125rem;
}

/* #region opera-navbar  */

opera-navbar,
.opera-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.2rem;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 1.6rem;
}

opera-navbar .actions-list,
.opera-navbar .actions-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    max-height: 2.813rem;
}

opera-navbar a,
.opera-navbar a {
    display: flex;
    text-decoration: none !important;
    color: #87878A;
}

opera-navbar a .navbar-label,
.opera-navbar a .navbar-label {
    margin: 0.625rem 1rem;
    padding-bottom: 1rem;
    margin-bottom: -0.4rem;
    text-transform: capitalize;
    border-bottom: 2.5px solid transparent;
}

opera-navbar a:hover,
opera-navbar a:focus,
opera-navbar a:active,
.opera-navbar a:hover,
.opera-navbar a:focus,
.opera-navbar a:active {
    color: #434343;
}

opera-navbar a:first-child .navbar-label,
.opera-navbar a:first-child .navbar-label {
    margin-left: 0;
}

opera-navbar a.active-action .navbar-label,
.opera-navbar a.active-action .navbar-label {
    color: #434343;
    text-shadow: 0 0 0.25px currentcolor;
    border-bottom: 2.5px solid #434343;
}

opera-navbar .navbar-notifications,
.opera-navbar .navbar-notifications {
    display: flex;
    align-items: center;
    width: 0;
}

opera-navbar .navbar-notifications>div,
.opera-navbar .navbar-notifications>div {
    margin-top: -2rem;
    margin-left: -1rem;
}

#navbar-page-actions {
    display: none;
}

.navbar-page-actions {
    display: flex;
    padding-bottom: 0.625rem;
}

.navbar-page-actions .navbar-action {
    display: flex;
    align-items: center;
    margin-left: 0.625rem;
}

/* #endregion opera-navbar  */

opera-mobile-navbar a .sidebar-icon,
opera-sidebar a .sidebar-icon {
    display: flex;
    width: 1.75rem;
    height: 1.75rem;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 1.625rem;
    align-items: center;
    justify-content: center;
}

opera-mobile-navbar a .sidebar-icon.active-icon,
opera-sidebar a .sidebar-icon.active-icon {
    display: none;
}

opera-mobile-navbar a svg,
opera-sidebar a svg {
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
}

opera-mobile-navbar a:hover,
opera-mobile-navbar a:focus,
opera-sidebar a:hover,
opera-sidebar a:focus {
    color: #434343;
    text-decoration: none;
}

opera-mobile-navbar a:hover svg,
opera-mobile-navbar a:focus svg,
opera-sidebar a:hover svg,
opera-sidebar a:focus svg {
    filter: invert(40%) sepia(0%) saturate(725%) hue-rotate(120deg) brightness(69%) contrast(90%);
}

opera-mobile-navbar a.active-action,
opera-sidebar a.active-action {
    color: #434343;
}

opera-mobile-navbar a.active-action .sidebar-icon.default-icon,
opera-sidebar a.active-action .sidebar-icon.default-icon {
    display: none;
}

opera-mobile-navbar a.active-action .sidebar-icon.active-icon,
opera-mobile-navbar a:hover .sidebar-icon.active-icon,
opera-sidebar a.active-action .sidebar-icon.active-icon,
opera-sidebar a.active-action svg use symbol path {
    display: flex;
    color: #7FBC03;
}

opera-mobile-navbar a.active-action [notifications-count]:before,
opera-mobile-navbar a:hover [notifications-count]:before,
opera-mobile-navbar a:focus [notifications-count]:before,
opera-sidebar a.active-action [notifications-count]:before,
opera-sidebar a:hover [notifications-count]:before,
opera-sidebar a:focus [notifications-count]:before {
    background-color: #1a4a93;
    font-weight: 700;
}


.sidebar-icon.action-required-default-icon {
    background-image: url('/src/app/icons/sidebar/action-required-default.svg');
    width: 1.875rem;
    height: 1.875rem;
}

.sidebar-icon.action-required-active-icon {
    background-image: url('/src/app/icons/sidebar/action-required-active.svg');
}

.sidebar-icon.appointments-default-icon {
    background-image: url('/src/app/icons/sidebar/appointments-default.svg');
}

.sidebar-icon.appointments-active-icon {
    background-image: url('/src/app/icons/sidebar/appointments-active.svg');
    width: 1.5rem;
    height: 1.5rem;
}

.sidebar-icon.patient-chat-default-icon {
    background-image: url('/src/app/icons/sidebar/patient-chat-default.svg');
    width: 1.875rem;
    height: 1.875rem;
}

.sidebar-icon.patient-chat-active-icon {
    background-image: url('/src/app/icons/sidebar/patient-chat-active.svg');
}

.sidebar-icon.sms-mail-default-icon {
    background-image: url('/src/app/icons/sidebar/sms-mail-default.svg');
    width: 2.188rem;
    height: 2.188rem;
}

.sidebar-icon.sms-mail-active-icon {
    background-image: url('/src/app/icons/sidebar/sms-mail-active.svg');
    width: 2.188rem;
    height: 2.188rem;
}

.sidebar-icon.patients-default-icon {
    background-image: url('/src/app/icons/sidebar/patients-default.svg');
}

.sidebar-icon.patients-active-icon {
    background-image: url('/src/app/icons/sidebar/patients-active.svg');
    width: 2.5rem;
    height: 2.7rem;
}

.sidebar-icon.claims-default-icon {
    background-image: url('/src/app/icons/sidebar/claims-default.svg');
}

.sidebar-icon.claims-active-icon {
    background-image: url('/src/app/icons/sidebar/claims-active.svg');
}

.sidebar-icon.eligibility-default-icon {
    background-image: url('/src/app/icons/sidebar/eligibility-default.svg');
}

.sidebar-icon.eligibility-active-icon {
    background-image: url('/src/app/icons/sidebar/eligibility-active.svg');
}

.sidebar-icon.payments-default-icon {
    background-image: url('/src/app/icons/sidebar/payments-default.svg');
}

.sidebar-icon.payments-active-icon {
    background-image: url('/src/app/icons/sidebar/payments-active.svg');
}

.sidebar-icon.fal.fa-file-search {
    font-size: 2.3rem;
    padding-left: 0.3rem;
}

.action-skeleton::after {
    width: 55%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-25%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shimmer 1s infinite;
    content: '';
}

.icon-skeleton {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 1.75rem;
    height: 1.75rem;
    background-color: #ccc;
    border-radius: 50%;
}

.label-skeleton {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 70%;
    height: 0.625rem;
    margin-left: 0.625rem;
    overflow: hidden;
    background-color: #ccc;
    border-radius: 3px;
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

opera-sidebar #sidebar-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 1rem;
}

opera-sidebar #sidebar-footer .sidebar-footer-action {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: #87878A;
    cursor: pointer;
    gap: 0.625rem;
    height: 2.75rem;
    padding: 0.5rem 1rem;
}

opera-sidebar #sidebar-footer .sidebar-collapse-action {
    color: #BFBFBF;
}

opera-sidebar #sidebar-footer .sidebar-footer-action svg {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
}

opera-sidebar #sidebar-footer .sidebar-footer-action:hover {
    color: #434343;
}

opera-sidebar #sidebar-footer .sidebar-footer-action:hover svg {
    filter: invert(45%) sepia(0%) saturate(737%) hue-rotate(143deg) brightness(80%) contrast(80%);
}

opera-sidebar #sidebar-footer .sidebar-footer-icon {
    font-size: 2.5rem;
}

#mobile-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 12.5rem - env(safe-area-inset-top, 3.125rem) - env(safe-area-inset-bottom, 7.5rem));
    top: 1.25rem;
    gap: 0.625rem;
    z-index: 699;
}

#mobile-sidebar>.sidenav-content {
    display: flex;
    flex-direction: column;
}

#mobile-sidebar>.sidenav-content>.sidenav-header {
    margin: 0.625rem 0;
    height: 4.375rem;
}

/* #endregion sidebar */

/* #region sidenav */

.sidenav {
    width: 0;
    position: fixed;
    z-index: 3;
    left: 0;
    background-color: #FFFFFF;
    overflow: hidden;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
    border-radius: 0px 8px 8px 0px;
}

.inner-sidenav {
    display: none;
}

#companies-sidenav .sidenav-container {
    max-height: 25vh;
    overflow-y: auto;
    overflow-x: hidden;
}

#settings-sidenav {
    height: 15.625rem;
}

.sidenav-container {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    max-height: calc(100vh - 25.625rem - env(safe-area-inset-top, 3.125rem) - env(safe-area-inset-bottom, 7.5rem));
    overflow-y: auto;
    overflow-x: hidden;
}

.sidenav-header {
    display: flex;
    align-items: center;
    padding: 0.625rem;
    font-weight: bold;
    white-space: nowrap;
}

.sidenav-header .sidenav-close {
    width: 0;
    padding-right: 1.875rem;
    padding-left: 0.625rem;
    font-size: 1.5rem;
    cursor: pointer;
}

.sidenav-header a {
    width: 60%;
}

.sidenav-header img {
    width: 100%;
}

.sidenav-icon {
    width: 0;
    margin-right: 1.875rem;
}

.sidenav-links {
    display: flex;
    flex-direction: column;
}

.sidenav .sidenav-action {
    display: flex;
    align-items: center;
    height: 2.125rem;
    padding: 8px 10px;
    margin: 0 0.625rem;
    color: #4E4E4F;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #0000000d;
}

.sidenav a:hover,
.sidenav .sidenav-action:hover {
    color: #7FBC03;
}

.sidenav .sidenav-action i,
.sidenav a i {
    display: flex;
    align-items: center;
    width: 0;
    margin-right: 1.875rem;
    color: #7FBC03;
    font-size: 1rem;
}

.sidenav-links a {
    display: block;
    padding: 0.3rem 0.625rem;
    margin: 0 0.625rem;
    border-bottom: none;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    color: #818181;
}

.sidenav-links a.active-link {
    color: #4E4E4F;
}

.sidenav-links a:hover {
    color: #4E4E4F;
}

.sidenav-footer {
    display: flex;
    flex-direction: column;
}

.sidenav-footer .sidenav-action {
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 18px;
    height: 2.125rem;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: bold;
    color: #818181;
    white-space: nowrap;
}

.sidenav-footer .sidenav-logout {
    margin-top: 1.5rem;
}

/* #endregion sidenav */
.btn {
    font-size: 1rem;
    border-radius: 6px;
}

.btn .fas+span,
.btn .far+span,
.btn .fal+span {
    margin-left: 0.625rem;
}

.btn-primary {
    height: 2.5rem;
    font-size: 1rem;
    line-height: 1.8;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border: 1px solid #7FBC03;
}

.btn-success {
    border: 1px solid #7FBC03;
    border-radius: 6px;
    line-height: 1.6;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}

.btn-default {
    height: 2.5rem;
    color: #333333;
    font-size: 1rem;
    line-height: 1.6;
    text-transform: capitalize;
    border: 1px solid #ccc;
}

.pager .btn-default,
.pager .dropdown-menu {
    border-radius: 6px;
}

.btn-create {
    height: 2.5rem;
    color: white;
    font-size: 1rem;
    line-height: 1.8;
    text-transform: capitalize;
    border: 1px solid #5f5148;
    background-color: #5f5148;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}

.btn-create:hover,
.btn-create:focus,
.btn-create:active {
    color: #5f5148;
    background-color: #ffffff;
}

.btn-group .btn-default.btn.multiselect {
    height: 2.5rem;
}

.agencyBtn {
    height: 2.5rem;
    border: 1px solid #5f5148;
    border-radius: 6px;
    font-size: 1rem;
    line-height: 1.8;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}

.agencyBtn:hover,
#main .agencyBtn:focus,
.agencyBtn:active {
    border: 1px solid #5f5148 !important;
    border-radius: 6px !important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn-primary:focus,
.btn-primary:active,
.btn-default:focus,
.btn-default:active {
    outline: none !important;
}

.btn-primary:focus,
.btn-primary:active {
    outline: none !important;
    border-color: unset;
}

.items-list .btn-toolbar {
    text-align: center;
}

.items-list .btn-toolbar .btn-group {
    float: none;
}

.items-list .btn {
    min-width: 1.875rem;
    min-height: 1.875rem;
    border-color: transparent;
    border-radius: 6px !important;
}

.items-list .btn i {
    font-size: 1.125rem;
}

.list-actions .btn.btn-default {
    font-size: 0.875rem;
    border: none;
    width: 2.375rem;
    height: 2.375rem;
    padding: 0.6rem;
}

/* #region confirm-popup */

.btn-confirm {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-width: 6.25rem;
    height: 2.188rem;
    color: #fff;
    background-color: #7FBC03;
    border-color: #7FBC03;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}

.btn-confirm:hover,
.btn-confirm:focus,
.btn-confirm:active {
    color: #fff;
    background-color: #659602;
    border-color: #659602;
}

.btn-cancel {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-width: 6.25rem;
    height: 2.188rem;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}


/* #endregion confirm-popup */

/* #region alert-popup */

.btn-alert {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 6.25rem;
    height: 2.188rem;
    font-size: 1.25rem;
    color: #fff;
    background-color: #7FBC03;
    border-color: #7FBC03;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}

.btn-alert:hover,
.btn-alert:focus,
.btn-alert:active {
    color: #fff;
    border-color: #7FBC03;
    background-color: #7FBC03;
}

/* #endregion alert-popup */


.app-settings-btn {
    color: #4e4e4f;
    font-size: 1.25rem;
    margin-left: 0.3rem;
}

.app-settings-btn:hover {
    color: #7FBC03;
}

.btn-back {
    margin-bottom: 0.625rem;
    color: #434343;
}
/* #region opera-radio */

opera-radio {
    display: flex;
    font-weight: bold;
    font-size: 0.875rem;
}

.radio-container {
    display: flex;
    position: relative;
    padding-left: 1.875rem;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-container input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.radio-container .radio-checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0.625rem;
    border-radius: 50%;
    border: 2px solid #dadada;
}

.radio-container.disabled-radio {
    cursor: not-allowed;
    color: #87878a50;
}

.radio-container.disabled-radio .radio-checkmark {
    border-color: #dadada75;
}

.radio-container:hover:enabled input~.radio-checkmark:after {
    display: flex;
}

.radio-container .radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-container input:checked~.radio-checkmark:after {
    display: flex;
}

.radio-container .radio-checkmark:after {
    top: 0.19rem;
    left: 0.19rem;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background: #7FBC03;
}

/* #endregion opera-radio */

/* #region opera-checkbox */

opera-checkbox {
    display: flex;
    font-weight: bold;
    font-size: 0.875rem;
}

.checkbox-container {
    display: flex;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.checkbox-container .checkbox-checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0.625rem;
    border: 2px solid #dadada;
}

.checkbox-container.disabled-checkbox {
    cursor: not-allowed;
    color: #87878a50;
}

.checkbox-container.disabled-checkbox .checkbox-checkmark {
    border-color: #dadada75;
}

.checkbox-container:hover:enabled input~.checkbox-checkmark:after {
    display: flex;
}

.checkbox-container .checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked~.checkbox-checkmark {
    background-color: #7FBC03;
}

.checkbox-container input:checked~.checkbox-checkmark:after {
    display: flex;
}

.checkbox-container .checkbox-checkmark:after {
    top: 2px;
    right: 5px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* #endregion opera-checkbox */

/* #region opera-toggle */

input[type=checkbox].toggle {
    position: absolute;
    height: 0;
    width: 0;
    visibility: hidden;
}

label.toggle-label {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 45px;
    height: 24px;
    background: white;
    border: solid 1px black;
    margin-bottom: 0;
    border-radius: 100px;
    position: relative;
}

.toggle-container label.toggle-label.white-switch {
    border: solid 1px white;
}

label.toggle-label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    background: black;
    border-radius: 90px;
    transition: 0.3s;
}

input.toggle:checked+label.toggle-label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
    background: #7FBC03;
}

label.toggle-label.toggle-sm {
    width: 28px;
    height: 16px;
}

label.toggle-label.toggle-sm:after {
    width: 11px;
    height: 11px;
}

label.toggle-label.toggle-md {
    width: 45px;
    height: 24px;
}

label.toggle-label.toggle-md:after {
    width: 18px;
    height: 18px;
}

label.toggle-label.toggle-lg {
    width: 45px;
    height: 24px;
}

label.toggle-label.toggle-lg:after {
    width: 18px;
    height: 18px;
}

/* #endregion  opera-toggle */

.dropdown-menu {
    border-radius: 6px;
}

.page-search-sm {
    width: 12.5rem;
}

.page-search,
.page-search-m {
    width: 15.625rem;
}

.page-search-l {
    width: 21.875rem;
}

textarea::-webkit-scrollbar {
    width: 0.469rem;
}

/* Track */
textarea::-webkit-scrollbar-track {
    width: 0.469rem;
    background: transparent;
    border-radius: 8px;
}

/* Handle */
textarea::-webkit-scrollbar-thumb {
    border-radius: 8px;
}

/* Handle on hover */
textarea::-webkit-scrollbar-thumb:hover {}

.form-control {
    height: 2.5rem;
    border-radius: 6px;
    font-size: 0.875rem;
    padding: 6px 12px;
    line-height: 1.42;
    border: 1px solid #ccc;
    background-color: #fff;
}

.form-control:focus {
    outline: 0;
    border-color: #7FBC0399;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #7FBC0399;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #7FBC0399;
}

.control-label,
.form-horizontal .control-label {
    font-weight: normal;
}

select.placeholder-select {
    color: #87878A;
}

select.placeholder-select.is-selected {
    color: #333;
}

select.placeholder-select option:not(:disabled) {
    color: #333;
}

.input-btn-container {
    display: inline-block;
    position: relative;
}

.input-btn-icon {
    position: absolute;
    width: 2.75rem;
    height: 2.75rem;
    top: 0;
    right: 0;
    font-size: 1rem;
    color: #87878A;
    cursor: pointer;
    z-index: 2;
}

.input-btn-icon:hover {
    color: #434343;
}

.input-btn-icon::before {
    position: absolute;
    right: 0.781rem;
    top: 0.781rem;
}

.number-form-control {
    width: 3.75rem;
}

.number-form-control-inline {
    width: 3.75rem;
    display: inline-block;
}

.combodate {
    display: flex;
}
.mobile-back {
    display: none;
}

.mobile-back-icon {
    margin-right: 0.3rem;
}

@media only screen and (max-width: 1200px) {
    #app-container {
        flex-direction: column;
        height: calc(100vh - 3.75rem);
        padding: 0;
    }

    #app-navbar {
        display: none;
    }

    .btn-back {
        display: none;
    }

    opera-navbar,
    .opera-navbar {
        display: block;
        width: 100%;
        height: auto;
        border-bottom: none;
        margin-bottom: 0;
    }

    opera-navbar .actions-list {
        display: none;
    }

    .opera-navbar {
        margin-bottom: 1.5rem;
    }

    .opera-navbar .actions-list {
        max-height: unset;
    }

    .opera-navbar a:first-child .navbar-label {
        margin-left: 1.5rem;
    }

    .opera-navbar a.active-action .navbar-label {
        padding-bottom: 0.3rem;
    }

    .navbar-page-actions .navbar-action {
        margin-left: 0;
        margin-bottom: 0.625rem;
        text-align: center;
    }

    .navbar-page-actions {
        display: block;
    }

    .page-search,
    .page-search-m {
        width: 100%;
    }

    #app-navbar-mobile {
        display: flex;
        position: fixed;
    }

    #app-page-header {
        display: none;
    }

    #mobile-back {
        display: flex;
    }

    #main-spinner {
        width: auto;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    opera-mobile-navbar,
    #main {
        display: none;
        width: 100%;
        max-width: unset;
        height: auto;
        padding: 0.625rem;
        padding-top: 1.5rem;
        box-shadow: none;
    }

    opera-mobile-navbar {
        width: calc(100% - .25rem);
    }

    #settings-sidenav {
        left: 0;
    }

    #main-bodyMenu {
        height: 0;
        padding: 0;
        border-bottom: none;
    }

    #main-bodyMenu .container-fluid,
    #operaSections .container-fluid {
        padding: 1.25rem;
    }

    opera-mobile-navbar .actions-list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    opera-mobile-navbar .sidebar-label,
    opera-mobile-navbar .label-skeleton {
        display: flex;
        text-align: center;
        margin-left: 0;
        font-size: 0.813rem;
    }

    opera-mobile-navbar .sidebar-notifications {
        position: absolute;
        margin-top: 0.3rem;
        margin-left: 1.875rem;
    }

    opera-mobile-navbar a,
    opera-mobile-navbar .action-skeleton {
        flex-direction: column;
        color: #434343;
    }

    opera-mobile-navbar a {
        color: #434343;
        flex-direction: column
    }

    opera-mobile-navbar a .sidebar-icon.default-icon {
        display: none;
    }

    opera-mobile-navbar a .sidebar-icon.active-icon {
        display: flex;
        color: #7FBC03;
    }

    opera-mobile-navbar [notifications-count]:before {
        background-color: #1a4a93;
    }

    opera-mobile-navbar .sidebar-icon-wrapper {
        width: 12.5rem;
    }

    #app-container :target {
        display: block !important;
    }

    #app-container :target+#main-spinner {
        display: none !important;
    }

    h2,
    .page-title,
    h2.page-title {
        display: none;
    }

    body {
        margin-bottom: 0 !important;
    }

    .main-header+.main-content {
        height: auto !important;
        margin-top: 1.5rem;
    }

    .main-content-padding {
        padding: 0;
    }

    .list-wrapper {
        box-shadow: none;
    }

    .items-list {
        height: auto;
        padding-right: 0;
        margin-right: 0;
        overflow-y: unset;
        text-align: center;
    }

    .input-btn-container {
        width: 100%;
    }

    .pull-right {
        float: none !important;
        text-align: center;
    }

    .navbar-left {
        float: none !important;
    }

    .localTextSearchInput,
    .btn.btn-default,
    .btn.btn-primary,
    .btn.btn-success,
    .btn.agencyBtn,
    select.pagerBottomSelects {
        margin-bottom: 0.3rem;
    }

    .items-list-header {
        display: none;
    }

    #main-bodyMenu #logo-link,
    .operaSections .sections a {
        display: none;
    }

    body #actionCenterMenuItemsArea {
        position: absolute;
        display: block;
        width: 1.25rem !important;
        height: 1.25rem !important;
        top: 2.5rem !important;
        right: 3.75rem !important;
        z-index: 1;
        color: #434343 !important;
    }

    #actionCenterMenuItemsArea:focus span {
        text-decoration: none !important;
    }

    .action-center-container {
        position: fixed;
        width: 21.875rem;
        top: 5rem !important;
    }

    .action-center-container-content {
        height: 75vh !important;
    }

    body #site-search-form {
        top: -1rem !important;
        right: -3.75rem !important;
    }

    body .active #site-search-form {
        width: 94vw !important;
        top: -1rem !important;
        right: -3.75rem !important;
    }

    body div#searchResultsHeader {
        width: 94vw !important;
        top: 1.875rem !important;
        right: -3.75rem !important;
    }

    .operaSections .sections {
        padding: 0;
    }

    .site-search {
        font-size: 2.24rem;
    }

    body .site-search-container {
        position: absolute !important;
        width: 1.25rem !important;
        height: 1.25rem !important;
        top: 2.5rem !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }

    #site-search-results {
        width: 94vw !important;
        right: -3.75rem !important;
    }

    .siteSearchBtn {
        background: url(/Content/Images/searchIcon.png) no-repeat center center;
    }

    .siteSearchBtn,
    .siteSearchBtnForm {
        width: 1.25rem !important;
        height: 1.25rem !important;
        display: block;
        opacity: 0.6;
        position: relative;
        z-index: 10;
        border: none;
        text-indent: -9999px;
        position: absolute;
        top: unset;
        bottom: 0;
        right: 0;
    }

    body .headerMenuRespoinsive {
        width: 100%;
        text-align: center;
    }

    .main-content .btn-toolbar.pager {
        position: relative;
        margin: 0.625rem 0;
        float: none !important;
        bottom: auto;
        right: auto;
    }

    /* Views */

    #divPatientsList {
        width: 100%;
        text-align: center;
    }

    #filledFormsForMyCompany,
    #publishedFormsForMyCompany,
    #sent-forms,
    #sentReviewsContainer {
        padding: 0;
    }

    #main .messagesSection {
        width: 100%;
    }

    #main #appointments {
        width: 100%;
        text-align: center;
    }

    #main #messageAppHolder {
        margin-top: 1.25rem;
    }

    #ein-popup {
        width: 90%;
        left: 5%;
        bottom: 2.813rem;
    }

    .app-anonymous #main {
        padding: 0;
    }

    #app-container.app-anonymous {
        height: 99vh;
        margin-top: 0;
    }

    .app-anonymous-navbar {
        justify-content: center;
        margin-bottom: 2.5rem;
    }

    .profile-section-header {
        position: relative;
        text-align: center;
        padding: 0.625rem;
    }

    .editBtn {
        margin: 0 0 0 5px;
        margin-bottom: 0.3rem;
    }
}

