@supports (font: -apple-system-body) {
    :root {
        font: -apple-system-body;
    }
}

:root {
    /*font-size: small;*/
    --blue: #278FCF;
    --primary: #2171A2;
}

body {
    padding-top: 5rem;
    background-color: #EBEBEB;
    font-size: 0.9rem;
}

html,
body {
    height: 100%;
}

h5 {
    font-size: 1.125rem;
}

@media (min-width: 992px){
    .col-xl-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}



body.signin-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.form-signin {
    width: 90%;
    max-width: 360px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .checkbox label, .form-signin a {
    font-size: 1rem;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin .email {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin .password {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


p {
    font-size: 1rem;
}

.logo{
    background-image: url('../assets/brand/logo.png');
    width: 133px;
    height: 26px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}

.logo.bg{
    width: 200px;
    height: 39px;
}

.navbar-brand {
  line-height: 0px;
  padding-right: 1em;
}

.navbar{
    min-height: 3.68rem;
}

.container-fluid{
    padding-bottom: 15px;
}

.navbar-light{
    background-color: #fff;
    border-bottom: 3px solid #278FCF;
}

.navbar-collapse.collapsing {
    margin-top: 1em;
    margin-bottom: 1em;
}

.navpanel {
    background-color: #13254B;
}

.header-description .badge-pill {
    padding-right: 4px;
    padding-left: 4px;
    border-radius: 0.25rem;
}
.header-description .badge {
    display: inline-block;
    padding: .24em .4em .2em .4em;
    font-size: 100%;
    margin-left: 0.4em;
}

.badge-primary {
    background-color: #278FCF;
}

.navpanel > .panel-item{
    color: #fff;
    padding: 8px 4px;
    font-size: 0.8em;
    flex-grow: 1;
    cursor: pointer;
    outline: 0px;
}

.navbar-toggler:focus{
    outline: none;
}

.navpanel > .panel-item:hover{
    background-color: #133553;
}

.navpanel > .panel-item .badge{
    position: absolute;
    top: 0px;
    left: 14px;
    font-size: 0.7rem;
    font-style: normal;
}

.navpanel .panel-item .fa, .navpanel .panel-item .fas{
    line-height: 2.35rem;
}

.widget.widget-nav .bi .badge{
    position: absolute;
    top: 8px;
    left: 38px;
    font-size: 1rem;
    font-style: normal;
}

.favorites-placeholder .messages-user .bi .badge{
    position: absolute;
    top: 6px;
    left: calc(50% + 6px);
    font-size: 1rem;
    font-style: normal;
}

.navpanel > .panel-item .bi{
    position: relative;
}

.widget.widget-nav .bi{
    position: relative;
}

.widget.widget-inverse{
    background-color: #f8f8f8;
    border: 1px solid rgba(0,0,0,.065);
}

.navpanel > .panel-item > a{
    color: #fff;
}

.navpanel > .panel-item > a:hover{
    text-decoration: none;
}

.navpanel.panel-light > .panel-item a{
    color: #212529;
}

.navpanel.panel-light > .panel-item.active a{
    color: #fff;
}

.navpanel > .panel-item i{
    font-size: 1.5rem;
    color: #fff;
}

.navpanel > .panel-item.active {
    background-color: #2171A2;
}

.navpanel.panel-light{
    background-color: #fff;
}

.list-group-item.active {
    background-color: #278FCF;
    border-color: #278FCF;
}

.tooltip {
    font-size: 1rem;
}

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

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    background-color: rgba(0,0,0,0.75);
}

.popover{
    width: 320px;
    max-width: 320px;
    box-shadow: 0 5px 15px 0 rgba(27,27,78,0.10);
    z-index: 1001;
}

.popover-team-members{
    width: 420px;
    max-width: 420px;
    box-shadow: 0 5px 15px 0 rgba(27,27,78,0.10);
    z-index: 1001;
}

.message-center .popover{
    background-color: rgba(0,0,0,0.70);
    border-color: #4F4B52;
    color: #fff;
    box-shadow: 0 5px 15px 0 rgba(27,27,78,0.25);
}

.message-center .popover a{
    color: #fff;
}

.message-center .bs-popover-auto[x-placement^=top]>.arrow::after, .message-center .bs-popover-top>.arrow::after {
    border-top-color: rgba(0,0,0,0.70) !important;
}

.message-center .bs-popover-auto[x-placement^=bottom]>.arrow::after, .message-center .bs-popover-bottom>.arrow::after {
    border-bottom-color: rgba(0,0,0,0.70) !important;
}

.message-center .bs-popover-auto[x-placement^=left]>.arrow::after, .message-center .bs-popover-left>.arrow::after {
    border-left-color: rgba(0,0,0,0.70) !important;
}

.message-center .bs-popover-auto[x-placement^=right]>.arrow::after, .message-center .bs-popover-right>.arrow::after {
    border-right-color: rgba(0,0,0,0.70) !important;
}

.message-center .popover .popover-body{
    color: #fff;
}

.message-center .inner-menu .list-group-item a:hover{
    color: #fff;
    background-color: #333;
}

.message-center .inner-nav .list-group-item.active a:hover, .inner-menu .list-group-item.active a:hover{
    background-color: #278FCF;
}

.font-16{
    font-size: 16px;
}

.font-18{
    font-size: 18px;
}

.font-24{
    font-size: 24px;
}

.font-32{
    font-size: 32px;
}

.font-48{
    font-size: 48px;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: rgba(0,0,0,0.75);
}

 .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: rgba(0,0,0,0.75);
}

.bs-stepper .list-group-item input{
    border: none;
    background: transparent;
    font-size: 1.1rem;
}

.bs-stepper .list-group-item textarea{
  border: none;
  background: transparent;
  font-size: 1.1rem;
}

.bs-stepper .list-group-item.active .btn-link, .bs-stepper .list-group-item.active input{
    color: #fff !important;
}

.bs-stepper .list-group-item.active .btn-link, .bs-stepper .list-group-item.active textarea{
  color: #fff !important;
}

input + .input-group-append{
    border-right: none;
}

.form-signin .email{
    z-index: 2;
}

.form-signin .password{
    z-index: 1;
}

.input-group-append .btn-outline-secondary {
    border-left: none;
}

.btn-outline-secondary {
    background-color: #fff;
    border: 1px solid #ced4da;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: inherit;
    background-color: #fff;
    border-color: #ced4da;
}

.btn-outline-secondary:hover {
    color: unset;
    background-color: #fff;
    border-color: #ced4da;
}

.tooltip-red + .bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip-red + .bs-tooltip-top .arrow::before {
    border-top-color: #dc3545;
}

.tooltip-red + .bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip-red + .bs-tooltip-right .arrow::before {
    border-right-color: #dc3545;
}

.tooltip-red + .tooltip-inner {
    background-color: #dc3545;
}

.z-1{
    z-index: 1;
}

.z-10{
    z-index: 10;
}

.z-20{
    z-index: 20;
}

.z-30{
    z-index: 30;
}

@supports (-webkit-backdrop-filter: blur(20px)) {
    .tooltip-inner {
        -webkit-backdrop-filter: blur(20px);
    }

    .bs-tooltip-auto .arrow {
        -webkit-backdrop-filter: blur(20px);
    }

    .navpanel.panel-light{
        background-color: rgba(255,255,255,0.7);
        -webkit-backdrop-filter: blur(20px);
    }

    .navbar-light{
        background-color: rgba(255,255,255,0.7);
        -webkit-backdrop-filter: blur(20px);
        border-bottom: 3px solid #278FCF;
    }

    .navpanel {
        background-color: rgba(19,37,75,0.85);
        -webkit-backdrop-filter: blur(20px);
    }

    .message-center-contacts, .message-call-window, .message-call-settings, .message-call-notification > div{
        -webkit-backdrop-filter: blur(10px);
    }

    .message-center-mobile .favorites-placeholder, .reply-placeholder {
        -webkit-backdrop-filter: blur(10px);
    }

    .message-center .popover{
        -webkit-backdrop-filter: blur(10px);
    }
}

@supports (backdrop-filter: blur(20px)) {
    .tooltip-inner {
        backdrop-filter: blur(20px);
    }

    .bs-tooltip-auto .arrow {
        backdrop-filter: blur(20px);
    }

    .navpanel.panel-light{
        background-color: rgba(255,255,255,0.7);
        backdrop-filter: blur(20px);
    }

    .navbar-light{
        background-color: rgba(255,255,255,0.7);
        backdrop-filter: blur(20px);
        border-bottom: 3px solid #278FCF;
    }

    .navpanel {
        background-color: rgba(19,37,75,0.85);
        backdrop-filter: blur(20px);
    }

    .message-center-contacts, .message-call-window, .message-call-settings, .message-call-notification > div{
        backdrop-filter: blur(10px);
    }

    .message-center-mobile .favorites-placeholder, .reply-placeholder {
        backdrop-filter: blur(10px);
    }

    .message-center .popover{
        backdrop-filter: blur(10px);
    }
}

@keyframes shine {
    0%   {color: #dc3545;}
    25%  {color: #0062cc;}
    50%  {color: #5D9F11;}
    100% {color: #dc3545;}
  }

.linear-wipe {
  animation: shine 10s linear infinite;

}

.navpanel.panel-light > .panel-item i{
    color: #212529;
}

.navpanel.panel-light > .panel-item:hover{
    background-color: #e9ecef;
}

.navpanel.panel-light > .panel-item.active {
    background-color: #2171A2;
}

.navpanel.panel-light > .panel-item.active i {
    color: #fff;
}

.navbar-brand{
    padding-right: 1em;
}

.page-header {
    background-color: #fff;
    margin-top: -1.375rem;
    padding: 12px 15px 6px 15px;
    display: flex;
    flex-basis: auto;
    align-items: center;
}

.page-header > .default-action {
    padding-bottom: 8px;
}

.h1, h1 {
    font-size: 1.5rem;
    line-height: 1.5;
}

.h2, h2 {
    font-size: 1.25rem;
    font-weight: 800;
}

.h3, h3 {
    font-size: 1.1rem;
}

.btn{
    white-space: nowrap;
}
.btn-primary {
    color: #fff;
    background-color: #278FCF;
    border-color: #278FCF;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-primary:disabled {
    background-color: #8298A6;
    border-color: #8298A6;
}

.btn-primary:hover:disabled {
    background-color: #8298A6;
    border-color: #8298A6;
}

.btn:disabled {
    opacity: .5;
}

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

.btn-danger {
    text-transform: uppercase;
    font-weight: 600;
}


.btn-primary:hover {
    color: #fff;
    background-color: #2171A2;
    border-color: #2171A2;
}

.nav-link.dropdown-toggle {
    color: #278FCF !important;
    border: 1px solid #278FCF;
    text-transform: uppercase;
    border-radius: .25rem;
    padding: .375rem .75rem;
}

.btn-stroke {
    color: #278FCF;
    border: 1px solid #278FCF;
    text-transform: uppercase;
    border-radius: .25rem;
    padding: .375rem .75rem;
}

.btn.btn-stroke:hover {
    color: #278FCF;
    text-decoration: none;
}

.mas-scroll-button{
    position: absolute;
    bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.mas-scroll-button > .badge.widget{
    border-radius: 10rem;
}

.btn-link {
    color: #278FCF;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-link:hover {
    color: #2171A2;
    text-decoration: none;
}

.btn-link:focus {
    text-decoration: none;
}

.btn-link i, .btn-primary i{
    font-size: 1.3em;
}

.btn-link i::before, .btn-primary i::before{
    line-height: 1.1;
}

a {
    color: #2171A2;
}

a:hover {
    color: #2171A2;
}

.form-control {
    font-size: 0.9rem;
}

.dropdown-menu{
    box-shadow: rgba(27, 27, 78, 0.1) 0px 10px 15px 0px;
}

.dropdown.form-control > .dropdown-menu{
    box-shadow: rgba(27, 27, 78, 0.1) 0px 10px 15px 0px;
}

select.form-control, .form-control.dropdown {
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control.dropdown {
    cursor:default;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 0.6;
    font-style: italic;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 0.6;
    font-style: italic;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 0.6;
    font-style: italic;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 0.6;
    font-style: italic;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 0.6;
    font-style: italic;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #278FCF;
}

.messages-user i{
    font-size: 48px;
    color: #9B9B9B;
}

.messages-user i > img{
    border-radius: 24px;
    overflow: hidden;
}

.nav-profile {
    line-height: 30px;
}

.nav-profile > i{
    font-size: 24px;
    color: #9B9B9B;
}

.nav-profile > i::before{
    line-height: 20px;
}

.nav-profile > i > img{
    border-radius: 12px;
    display: inline-block;
    overflow: hidden;
}

.nav-profile-mobile > a{
    font-size: 2.1em;
    color: #9B9B9B;
    line-height: 10px;
}

.nav-profile-mobile > a > i{
    color: #9B9B9B;
}

.content-placeholder, .widget{
    background-color: #FFFFFF;
    border-radius: .25rem;
    box-shadow: 0 5px 15px 0 rgba(27,27,78,0.10);
}

.dashboard-widget-danger{
    background-color: #dc3545;
}

.widget-danger{
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

.widget-success{
    color: #084f19;
    background-color: #8ee2a1;
    border: 1px solid #6fd586;
}

.widget-emergency{
    color: #fff;
    background-color: #242021;
}

.widget{
    padding: 2px 8px 0px 8px;
    border-radius: .5rem;
    height: 100%;
    overflow: hidden;
}

.row.dashboard-row{
    margin-top:-5px;
}

.row.dashboard-row > .col{
    margin-top: 14px;
    padding-left: 7px;
    padding-right: 7px;
}

.widget .table, .table-slim.table{
    font-size: 1rem;
}

.widget .table td, .table-slim.table td{
    font-size: 1rem;
    color: #212529;
}

.widget .table .bi, .table-slim.table .bi{
    font-size: 1.25rem;
}

.widget .table tr:first-child > td, .table-slim.table tr:first-child > td{
    border-top: none;
}

.widget .table tr > td, .table-slim.table tr > td{
    vertical-align: middle;
    padding: 0.1rem;
}

.widget .table tr > th, .table-slim.table tr > th{
    border-top: none;
    vertical-align: middle;
    padding: 0.1rem;
}

.widget .table.table-spaced tr > td, .table-slim.table.table-spaced tr > td {
    padding: 0.25rem;
}

.widget .table.table-spaced tr > th, .table-slim.table.table-spaced tr > th {
    padding: 0.25rem;
}

.widget .bi-exclamation-octagon-fill{
    color: #000;
}

.widget.widget-emergency .bi-exclamation-octagon-fill{
    color: #fff;
}

.inner-content{
    padding: 1.5rem 3rem 3rem 1rem;
}


.truncate-contents{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-primary{
    color: #399BD5 !important;
}

.text-warning{
    color: #F5A623 !important;
}

.content-placeholder .table-bordered{
    margin: 0px;
}

.content-placeholder .table-responsive{
    z-index: 9;
}

.content-placeholder .table-bordered td, .content-placeholder .table-bordered th {
    border: none;
    border-left: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}

.content-placeholder .table-bordered th {
    background-color: #f8f8f8;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.content-placeholder .table-bordered td {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.content-placeholder .table-bordered tr:hover td {
    background-color: #D7EDFB;
    cursor: pointer;
}

.content-placeholder .table-bordered tr:first-child th{
    border-top: none;
}

.content-placeholder .table-bordered tr th:first-child, .content-placeholder .table-bordered tr td:first-child{
    border-left: none;
}

.search-row .col{
    padding-left: 15px;
    padding-right: 0px;
}

.search-row .col:last-child{
    padding-left: 15px;
    padding-right: 15px;
}

.table-toolbar{
    padding: 6px;
    background-color: #fff;
    box-shadow: 0 3px 3px 0 rgba(27,27,78,0.10);
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    z-index: 10;
    overflow-x: auto;
}

.tab-content{
    padding: 15px;
}

.nav-pills .nav-item{
    font-size: 1.25rem;
}

.nav-pills .nav-item.active{
    border-radius: 2em;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #2171A2;
}

.page-header .header-description{
    color:#656565;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #e9ecef;
}

.btn-toolbar .toolbar-more .dropdown-toggle::after {
    display: none;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 8px;
}

.fader-left{
    overflow: hidden;
    position: relative;
}

.fader-left:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: linear-gradient(to left,
                    rgba(255,255,255, 0),
                    rgba(255,255,255, 1) 90%);
    width: 15px;
    height: 100%;
}

.fader-right{
    overflow: hidden;
    position: relative;
}
.user-online-status {
    position: absolute;
    width: 30%;
    height: 30%;
    bottom: 0;
    right: 0;
    border-radius: 50%;
}
.user-online-status-mobile {
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 12%;
    right: -10%;
    border-radius: 50%;
}
.user-online-status-dashboard {
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 12%;
    right: 0;
    border-radius: 50%;
}
.user-unread-status-mobile {
    position: absolute;
    top: 19%;
    right: 21%;
}

.fader-right:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-image: linear-gradient(to right,
                    rgba(255,255,255, 0),
                    rgba(255,255,255, 1) 90%);
    width: 30%;
    height: 100%;
}

.background-f8 {
    background-color: #f8f8f8;
}

.background-de {
    background-color: #dddddd;
}


.background-ef {
    background-color: #efefef;
}

.rounded-4{
    border-radius: 4px;
}

.image-circle{
    border-radius: 50%;
    overflow:hidden
}

.text-grey{
    color: #9B9B9B;
}

.truncate-h4 h4{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.badge-width-3 .badge{
    min-width: calc(3ch + 0.8em);
}

.badge-width-2 .badge{
    min-width: calc(2ch + 0.8em);
}

.popup-console {
    overflow-y: auto !important;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    visibility: hidden;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.popup.show {
    visibility: visible;
}

.popup-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    transition: all 0.25s ease 0s;
}

.popup .container-fluid {
    opacity: 0;
    top: 100%;
    z-index: 1060;
    position: absolute;
    top:100%;
    bottom: 0;
    transition: all 0.25s ease 0s;
}

.popup.show .container-fluid{
    opacity: 1;
    top: 2rem;
    top: calc(constant(safe-area-inset-top) + 2rem);
    top: calc(env(safe-area-inset-top) + 2rem);
    transition: all 0.25s ease 0s;
}

.popup.show .popup-backdrop {
    opacity: .75;
}

.container-popup .content-placeholder{
    max-width: 800px;
    margin: 0 auto;
    height: 100%;
    border-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.container-popup .popup-content{
    overflow-y: auto;
    overflow-x: hidden;
}


.container-popup .content-placeholder .table-toolbar{
    border-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-primary .badge-success {
    background-color: #00e333;
}

.btn .badge{
    display: inline;
}

.inner-nav-panel{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 100;
}

.inner-nav-panel .list-group li > a {
    display: flex;
    align-items: unset;
}

.segmented-control{
    padding: 2px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 0.325rem;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    display: flex;
}

.segmented-control .btn{
    position: relative;
    margin-right: 0.5rem;
    margin-left: 0.2rem;
    padding-top: calc(0.5rem - 6px);
    padding-bottom: calc(0.5rem - 6px);
}

.segmented-control .btn:last-child{
    margin-right: 0;
}

.segmented-control .btn:first-child{
    margin-left: 0;
}

.segmented-control .btn::after{
    content: "";
    border-right: 1px solid rgba(0,0,0,0.2);
    position: absolute;
    right: -0.5rem;
    bottom: 0.5rem;
    top: 0.5rem;
    color: #000;
}

.segmented-control .btn:last-child::after{
    content: none;
}

.segmented-control .btn-link:hover{
    background-color: rgba(0,0,0,0.05);
    color: #278FCF;
}

.segmented-control .btn-link{
    color: #6c757d;
}


.bi.h3, .fa.h3, .fas.h3 {
    margin-bottom: 0;
}

.message-center button.close, message-call button.close {
    color: #fff;
    text-shadow: none;
}

.message-center-contacts {
    background-color: rgba(0,0,0,0.70);
    border-color: #4F4B52;
    color: #fff;
    margin-left: auto;
    margin-right: 0;
    border-radius: .5rem;
    box-shadow: 0 5px 15px 0 rgba(27,27,78,0.25);
    max-height: 100%;
    height: 480px;
    width: 320px;
    min-height: 200px;
    max-width: 100%;
}

.message-call-window {
    background-color: rgba(0,0,0,0.70);
    border-color: #4F4B52;
    color: #fff;
    margin-left: auto;
    margin-right: 0;
    border-radius: .5rem;
    box-shadow: 0 5px 15px 0 rgba(27,27,78,0.25);
    min-height: 360px;
    width: 320px;
    max-width: 100%;
}

.message-call.mobile .message-call-window .call-actions {
    margin-left: 0;
}

.message-call {
    z-index: 1100 !important;
}
.message-center, .message-call.mobile.maximized .message-call-window{
    border-radius: 0;
}

.message-call-notification{
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100% - 3rem);
    z-index: 10000 !important;
}

.message-call-notification.show{
    transition: top 0.25s ease;
    top: 1rem;
    top: calc(constant(safe-area-inset-top) + 1rem);
    top: calc(env(safe-area-inset-top) + 1rem);
}

.message-call-notification > div{
    background-color: rgba(0,0,0,0.70);
    border-color: #4F4B52;
    color: #fff;
    border-radius: .5rem;
    width: 480px;
    max-width: 100%;
    box-shadow: 0 5px 15px 0 rgba(27,27,78,0.25);
}

.message-center-contacts{
    margin-bottom: 1rem;
}

.message-call-window {
    min-height: 280px;
    width: 320px;
}

.message-call-content {
    background-color: #000;
    overflow: hidden;
}

.message-call-content > video, .message-call-self-video > video {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    z-index: 0;
}

.message-call-window .call-actions{
    margin-left: 3rem;
}

.maximized .message-call-window {
    min-height: 100%;
    width: 100%;
}

.message-center, .message-call{
    left: unset;
    max-width: calc(100% - 3rem);
    max-height: calc(100% - 3rem);
}

.message-call.mobile.maximized{
    left: unset;
    max-width: 100%;
    width: 100%;
    margin: 0px !important
}

.message-call.maximized {
    top: 0px;
    left: 0px;
}

.message-call-settings{
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.message-call-settings > div{
    margin: auto;
    width: 80%;
    max-width: 480px;
}


.message-call .form-control {
    color: #fff;
    background-color: #1C1B1D;
    border: 1px solid #333;
}

.message-call .form-control:focus {
    color: #fff;
    background-color: #1C1B1D;
    border: 1px solid #333;
}

.message-center-toggler{
    text-align: right;
}

.message-center-toggler .btn{
    box-shadow: 0 5px 15px 0 rgba(27,27,78,0.25);
}

.message-center .segmented-control {
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.15);
    display: flex;
}

.message-center .segmented-control .btn::after {
    border-right: 1px solid rgba(255,255,255,0.25);
}

.message-center .segmented-control .btn-link {
    color: #9DA3A9;
}

.message-center .segmented-control .btn-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: #ddd;
}

.message-center .segmented-control .btn-primary {
    background-color: #9DA3A9;
    border-color: #9DA3A9;
    color: #454248;
}

.message-center hr {
    border-color: rgba(255,255,255,0.15);
}

.message-call-window .messages-user i{
    font-size: 96px;
}

.message-call-window .messages-user{
    font-size: 1.25rem;
}

.message-call-self-video{
    position: absolute;
    margin: 1rem;
    right: 0px;
    bottom: 0px;
    max-width: calc(100% - 2rem);
    background-color: #000;
    width: 80px;
    height: 45px;
    visibility: hidden;
    z-index: 1;
}

.message-call-self-video video{
    box-shadow: 5px 0px 15px 0 rgba(27,27,78,0.4);
}

.message-scroller{
    overflow-y: auto;
    max-height: 360px;
}

.widget-table-scrollbar::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #e6e6e6;
    opacity: 0.1;
  }

.widget-table-scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #e0e0e0;
    opacity: 0.1;
  }

.widget-table-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #c4c4c4;
    opacity: 0.1;
  }

.message-center div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    background-color: #4F4B52;
  }

.message-center div::-webkit-scrollbar {
    width: 12px;
    background-color: #4F4B52;
  }

.message-center div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7);
    background-color: #6c757d;
  }

.message-center-mobile .message-scroller{
    max-height: unset;
}

.message-call-user-name{
    position: absolute;
    padding: 0.25rem;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}

.message-call.maximized .message-call-self-video{
    width: 320px;
    height: 180px;
    visibility: visible;
}

.message-center-mobile{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 4rem;
    padding-top: calc(constant(safe-area-inset-top) + 4rem);
    padding-top: calc(env(safe-area-inset-top) + 4rem);
    background-color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 4.25rem;
    padding-bottom: calc(constant(safe-area-inset-bottom) + 4.25rem);
    padding-bottom: calc(env(safe-area-inset-bottom) + 4.25rem);
}

.message-center-mobile .favorites{
    position: sticky;
    top: 0px;
}

.favorites-placeholder .messages-user i {
    font-size: 40px;
}

.messages-user{

}

.messages-user.active{
    background-color: rgba(39, 143, 207, 0.1);
}

.favorites-placeholder {
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    position: sticky;
    top: 0px;
    z-index: 10;
    background-color: rgba(255,255,255,0.7);
}

.reply-placeholder{
    position: sticky;
    bottom: 0px;
    z-index: 10;
    background-color: rgba(255,255,255,0.7);
}

.imessage {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}



.imessage.dark p.from-me::after {
    background-color: #4c4c4c;
}

.imessage.dark p.from-them::after {
    background-color: #4c4c4c;
}

.imessage.dark p.from-them{
    background-color: #9DA3A9;
}

.imessage.dark p.from-them:before {
    border-left: 1rem solid #9DA3A9;
}

.imessage p {
  border-radius: 1.15rem;
  line-height: 1.25;
  max-width: 75%;
  padding: 0.5rem .875rem;
  position: relative;
  word-wrap: break-word;
}

.imessage p::before,
.imessage p::after {
  bottom: -0.1rem;
  content: "";
  height: 1rem;
  position: absolute;
}

p.from-me {
  align-self: flex-end;
  background-color: #278FCF;
  color: #fff;
}

p.from-me::before {
  border-bottom-left-radius: 0.8rem 0.7rem;
  border-right: 1rem solid #278FCF;
  right: -0.35rem;
  transform: translate(0, -0.1rem);
}

p.from-me.important-message::before{
    border-right: 1rem solid  #dc3545!important;
}

p.from-them.important-message::before {
    border-left: 1rem solid #dc3545!important;
}

p.from-me::after {
  background-color: #fff;
  border-bottom-left-radius: 0.5rem;
  right: -40px;
  transform:translate(-30px, -2px);
  width: 10px;
}

p[class^="from-"] {
  margin: 0.5rem 0;
  width: fit-content;
}

p.from-me ~ p.from-me {
  margin: 0.25rem 0 0;
}

p.from-me ~ p.from-me:not(:last-child) {
  margin: 0.25rem 0 0;
}

p.from-me ~ p.from-me:last-child {
  margin-bottom: 0.5rem;
}

p.from-them {
  align-items: flex-start;
  background-color: #e5e5ea;
  color: #000;
}

p.from-them:before {
  border-bottom-right-radius: 0.8rem 0.7rem;
  border-left: 1rem solid #e5e5ea;
  left: -0.35rem;
  transform: translate(0, -0.1rem);
}

p.from-them::after {
  background-color: #fff;
  border-bottom-right-radius: 0.5rem;
  left: 20px;
  transform: translate(-30px, -2px);
  width: 10px;
}

p.important-message-mobile{
    color: #fff;
    background-color: #dc3545;
}

p.important-message-mobile::before{
    border-left: 1rem solid  #dc3545;
}

p.important-message{
    background-color: #dc3545!important;
}

p.important-message::before{
    border-right: 1rem solid  #dc3545;
}

p[class^="from-"].emoji {
  background: none;
  font-size: 2.5rem;
}

p[class^="from-"].emoji::before {
  content: none;
}

.no-tail::before {
  display: none;
}

.btn-round.btn-lg{
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    padding: 0;
}

.btn-round.btn-sm{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 0;
}

.btn-round.btn-xs{
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    padding: 0;
}


.btn-round.btn-lg i{
    font-size: 2rem;
    position: relative;
}

.btn-round.btn-sm i{
    font-size: 20px;
    position: relative;
}

.btn-round.btn-xs i{
    font-size: 1rem;
    position: relative;
}

.btn-round > .bi > .badge {
    position: absolute;
    top: 0px;
    left: 14px;
    font-size: 0.7rem;
    font-style: normal;
}

.navbar .navbar-noconnection{
    display: none;
    color: #fff;
    font-size: 1rem;
}

.navbar.noconnection {
    background-color: #dc3545 !important;
}

.navbar.noconnection .navbar-brand{
    display: none;
}

.navbar.noconnection .nav-profile-mobile > a > i {
    color:#fff !important;
}

.navbar.noconnection.navbar-light {
    border-bottom: 3px solid #912323e8 !important;
}

.navbar.noconnection .navbar-brand{
    display: none;
}

.navbar.noconnection .navbar-noconnection{
    display: inline-block;
}

.navbar .navbar-connectionresumed{
    display: none;
    color: #fff;
    font-size: 1rem;
}

.navbar.connectionresumed {
    background-color: #28a745 !important;
}

.navbar.connectionresumed .navbar-brand{
    display: none;
}

.navbar.connectionresumed .nav-profile-mobile > a > i {
    color:#fff !important;
}

.navbar.connectionresumed.navbar-light {
    border-bottom: 3px solid #36CF59 !important;
}

.navbar.connectionresumed .navbar-brand{
    display: none;
}

.navbar.connectionresumed .navbar-connectionresumed{
    display: inline-block;
}

.navbar.incall .navbar-call{
    display: inline-block;
}

.navbar .navbar-call{
    display: none;
    color: #fff;
    font-size: 1rem;
}

.navbar .navbar-call .bi{
    opacity: 0.5;
}

.navbar.incall {
    background-color: #28a745 !important;
}
.navbar.incall .nav-profile-mobile > a > i {
    color:#fff !important;
}

.navbar.incall.navbar-light {
    border-bottom: 3px solid #36CF59 !important;
}

.message-call.mobile:not(.maximized):not(.incall) .message-call-window{
    display: none !important;
}


.nav.nav-tabs > .nav-item{
    font-size: 1.125rem;
}


.list-group-section.list-group-item > .list-group > .list-group-item{
    padding: 0.25rem 0 !important;
}

.inner-menu .list-group-item {
    background: none;
    border: none;
    border-radius: 0px;
    padding: .25rem 1.25rem .25rem 1.25rem;
}


.inner-menu .list-group-item:last-child {
    padding: .25rem 1.25rem 1.25rem 1.25rem;
}

.inner-menu .list-group-item:first-child {
    padding: 1.25rem 1.25rem 0.25rem 1.25rem;
}

.inner-menu .list-group-item a{
    padding: 0.5rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inner-menu .list-group-item a:hover{
    text-decoration: none;
    background-color: #e9ecef;
}

.inner-menu .list-group-item.active a{
    background-color: #278FCF;
    color:#fff;
    border-radius: .2rem;
}

@media (max-width: 1199.9px) {

    .inner-nav-panel.facets{
        border-right: none !important;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
        background-color: #fff;
    }
    .inner-nav-panel.facets .list-group {
        flex-direction: row;
        align-items: flex-start;
    }

    .inner-nav-panel.facets .list-group-item {
        padding: .25rem;
    }

    .inner-nav-panel.facets .list-group-item:first-child {
        padding: 0.25rem 1.25rem 0.25rem 1.25rem;
    }

    .inner-nav-panel.facets .list-group-item:last-child {
        padding: 0.25rem 1.25rem 0.25rem 1.25rem;
    }

    .inner-nav-panel.facets .list-group .list-group{
        flex-direction: column;
        align-items: flex-start;
    }

    .inner-nav-panel.facets .dropdown-menu{
        overflow-x: auto;
        width: 100%;
    }

}


@media (min-width: 768px) {

    .navpanel {
        position: fixed;
        top: 3.68rem;
        left: 0;
        bottom: 0;
        padding-left: calc(constant(safe-area-inset-left));
        padding-left: calc(env(safe-area-inset-left));
        z-index: 1029;
        width: 4.25rem;
        width: calc(constant(safe-area-inset-left) + 4.25rem);
        width: calc(env(safe-area-inset-left) + 4.25rem);
        background-color: #13254B;
        text-align: center;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .messages-user{
        border-right: 3px solid transparent;
        border-left: 3px solid transparent;
        border-bottom: none;
        border-top: none;
    }

    .messages-user.active{
        border-right: 3px solid #278FCF;
        border-left: 3px solid transparent;
    }

    .w-md-75{
        width: 75%!important;
    }

    .navpanel.panel-light{
        box-shadow: 5px 0px 15px 0 rgba(27,27,78,0.10);
    }

    .message-call-notification{
        left: auto;
        transform: translateY(0);
        right: 1.5rem;
        right: calc(constant(safe-area-inset-right) + 1.5rem);
        right: calc(env(safe-area-inset-right) + 1.5rem);
    }

    .message-center-mobile .favorites-placeholder {
        border-right: 1px solid #dee2e6;
        border-bottom: none;
        width: 130px;
        min-width: 130px;
    }

    .container-fluid, .message-center-mobile {
        padding-left: 83px;
        padding-left: calc(constant(safe-area-inset-left) + 4.25rem + 1rem);
        padding-left: calc(env(safe-area-inset-left) + 4.25rem + 1rem);

        padding-right: 15px;
        padding-right: calc(constant(safe-area-inset-left) + 15px);
        padding-right: calc(env(safe-area-inset-left) + 15px);
    }

    .message-center-mobile{
        padding-bottom: 0;
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
    }

    .container-fluid.container-dashboard {
        padding-left: 98px;
        padding-left: calc(constant(safe-area-inset-left) + 4.25rem + 2rem);
        padding-left: calc(env(safe-area-inset-left) + 4.25rem + 2rem);

        padding-right: 30px;
        padding-right: calc(constant(safe-area-inset-right) + 30px);
        padding-right: calc(env(safe-area-inset-right) + 30px);
    }

    .container-fluid.container-popup {
        padding-left: 30px;
        padding-left: calc(constant(safe-area-inset-left) + 30px);
        padding-left: calc(env(safe-area-inset-left) + 30px);

        padding-right: 30px;
        padding-right: calc(constant(safe-area-inset-right) + 30px);
        padding-right: calc(env(safe-area-inset-right) + 30px);
    }

    .container-fluid.container-dashboard-modal {
        padding-left: 30px;
        padding-left: calc(constant(safe-area-inset-left) + 30px);
        padding-left: calc(env(safe-area-inset-left) + 30px);

        padding-right: 30px;
        padding-right: calc(constant(safe-area-inset-right) + 30px);
        padding-right: calc(env(safe-area-inset-right) + 30px);
    }

    .container-fluid.dedicated-container {
        padding-left: 15px;
        padding-left: calc(constant(safe-area-inset-left) + 15px);
        padding-left: calc(env(safe-area-inset-left) + 15px);
    }

    .page-header {
        margin-left: 4.25rem;
        margin-left: calc(constant(safe-area-inset-left) + 4.25rem);
        margin-left: calc(env(safe-area-inset-left) + 4.25rem);

        padding-right: 15px;
        padding-right: calc(constant(safe-area-inset-right) + 15px);
        padding-right: calc(env(safe-area-inset-right) + 15px);
    }

    .page-header.dedicated-page-header{
        margin-left: 0;
    }

    .navbar {
        padding-left: 16px;
        padding-left: calc(constant(safe-area-inset-left) + 16px);
        padding-left: calc(env(safe-area-inset-left) + 16px);

        padding-right: 16px;
        padding-right: calc(constant(safe-area-inset-right) + 16px);
        padding-right: calc(env(safe-area-inset-right) + 16px);
    }

    .btn-toolbar .toolbar-more .dropdown-toggle{
        display: none;
    }

    .btn-toolbar .toolbar-more .dropdown-menu{
        position: inherit;
        top: inherit;
        left: inherit;
        z-index: inherit;
        display: inherit;
        float: none;
        min-width: inherit;
        padding: 0;
        margin: 0;
        font-size: inherit;
        color: inherit;
        text-align: inherit;
        list-style: inherit;
        background-color: inherit;
        background-clip: inherit;
        border: inherit;
        border-radius: inherit;
        box-shadow: none;
    }


}

@media (min-width: 576px) {

    @supports (position: sticky) {
        .inner-nav-panel .dropdown{
            position: sticky !important;
            top: 4rem;
        }
    }

    .col-sm-8.col-md-9.col-lg-9.col-xl-10.col-xxl-11 > .nav.nav-tabs{
        margin-left:-30px;
    }

    .inner-nav-panel .toolbar-more .dropdown-toggle{
        display: none;
    }

    .inner-nav-panel .toolbar-more .dropdown-menu{
        position: inherit;
        top: inherit;
        left: inherit;
        z-index: inherit;
        display: inherit;
        float: none;
        min-width: inherit;
        padding: 0;
        margin: 0;
        font-size: inherit;
        color: inherit;
        text-align: inherit;
        list-style: inherit;
        background-color: inherit;
        background-clip: inherit;
        border: inherit;
        border-radius: inherit;
        box-shadow: none;
    }

    .inner-nav-panel{
        border-right: 1px solid rgba(0,0,0,.125);
        background-color: #f8f8f8;
    }

    .inner-nav .list-group-item {
        background: none;
        border: none;
        border-radius: 0px;
        padding: .25rem 1.25rem .25rem 1.25rem;
    }


    .inner-nav .list-group-item:last-child {
        padding: .25rem 1.25rem 1.25rem 1.25rem;
    }

    .inner-nav .list-group-item:first-child {
        padding: 1.25rem 1.25rem 0.25rem 1.25rem;
    }

    .inner-nav .list-group-item a{
        padding: 0.5rem;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .inner-nav .list-group-item a:hover{
        text-decoration: none;
        background-color: #e9ecef;
    }

    .inner-nav .list-group-item.active a{
        background-color: #278FCF;
        color:#fff;
        border-radius: .2rem;
    }

    .inner-nav-panel{
        height:100%;
    }
}

.table-ecg tr > td:first-child{
    border-right: 1px solid rgba(140, 140, 140, 0.6);
}

.table-ecg tr:last-child > td:first-child{
    border-right: none;
}

.table-ecg tr:last-child > td{
    border-top: 1px solid rgba(140, 140, 140, 0.6);
}

.table-ecg tr{
    height:32px;
}

.table-ecg tr:last-child{
    opacity: 0.7;
}

@media (max-width: 575.9px) {

    .table-true-resposive td,.table-true-resposive td{
        display: block;
        min-width: 100%;
    }

    .table-ecg tr > td:last-child{
        border-top: none;
    }

    .table-ecg tr > td{
        border-right: none !important;
    }

    .table-ecg tr:last-child > td:first-child{
        height: 1px;
        border-top: 1px solid rgba(140, 140, 140, 1);
        padding: 0;
    }

    .hide-on-mobile{
        display: none;
    }

    .reply-placeholder.active{
        position: fixed;
        left:0px;
        right:0px;
    }

    .navpanel.keyboarded {
        visibility: hidden;
    }

    .favorites-placeholder.keyboarded {
        display: none;
    }

    .inner-nav-panel .toolbar-more .dropdown-toggle{
        display: block;
        width: 100%;
    }

    .inner-nav-panel .toolbar-more {
        padding: 1rem;
    }

    .inner-nav-panel .toolbar-more .dropdown-menu {
        top: unset;
        left: 1rem;
        right: 1rem;
    }

    .inner-nav-panel{
        position: relative;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0;
    }

    .inner-nav-panel .toolbar-more .dropdown-menu .list-group {
        border-radius: 0;
    }
    .inner-nav-panel .toolbar-more .dropdown-menu .list-group-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .inner-nav-panel .toolbar-more .dropdown-menu .list-group-item:hover {
        background-color: #e9ecef;
    }

    .inner-nav-panel .toolbar-more .dropdown-menu .list-group-item.active{
        background-color: #278FCF;
    }

    .inner-nav-panel .toolbar-more .dropdown-menu .active a{
        color: #fff;
    }

    .inner-nav-panel .toolbar-more .dropdown-menu a{
        color: #212529;
    }

    .inner-nav-panel .toolbar-more .dropdown-menu a:hover{
        text-decoration: none;
    }

    .inner-content{
        padding: 0rem 1.75rem 1.5rem 1.75rem;
    }

    .inner-nav-panel.facets .list-group {
        flex-direction: column;
    }

    .inner-nav-panel.facets .dropdown-menu {
        overflow-x: unset;
        width: unset;
    }

    .widget-inverse .widget{
        border-top: 1px solid rgba(0,0,0,.125);
        border-radius: 0;
        background-color: unset !important;
        box-shadow: unset;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

@media (min-width: 1200px) {
    .inner-nav-panel.facets .list-group {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }

    .col-sm-12.col-md-12.col-lg-12.col-xl-10.col-xxl-11 > div {
        margin-left:-30px;
    }
}

@media (max-width: 767.9px) {

    .navbar.incall {
        background-color: #28a745 !important;
    }

    .navbar.incall .navbar-brand{
        display: none;
    }

    .navbar.incall .navbar-call{
        display: inline-block;
    }

    .navbar.incall .nav-profile-mobile > a > i{
        color:#fff !important;
    }

    .navbar.incall.navbar-light {
        border-bottom: 3px solid #36CF59 !important;
    }

    .message-call.mobile:not(.maximized) .message-call-window{
        display: none !important;
    }

    .btn-toolbar .toolbar-more .dropdown-toggle{
        display: inline-block;
    }

    .btn-toolbar .toolbar-more .dropdown-menu button{
        width: 100%;
        text-align: left;
        padding: .25rem 1.5rem;
        clear: both;
    }

    .btn-toolbar .toolbar-more .dropdown-menu button:hover {
        background-color: #e9ecef;
    }

    .navpanel {
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1029;
        height: 4.25rem;
        height: calc(constant(safe-area-inset-bottom) + 4.25rem);
        height: calc(env(safe-area-inset-bottom) + 4.25rem);
        display: flex;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .messages-user{
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: none;
        border-right: none;
    }

    .messages-user.active{
        border-bottom: 3px solid #278FCF;
        border-top: 3px solid transparent;
        background-color: rgba(39, 143, 207, 0.1);
    }

    .navpanel.panel-light{
        box-shadow: 0px -5px 15px 0 rgba(27,27,78,0.10);
    }

    .navpanel > .panel-item{
        height: 4.25rem;
    }

    .message-center, .message-call {
        padding-bottom: calc(constant(safe-area-inset-bottom) + 4.25rem);
        padding-bottom: calc(env(safe-area-inset-bottom) + 4.25rem);
    }

    .message-call.mobile.maximized {
        padding-bottom: 0;
        padding-bottom: 0;
    }

     .modal-open .message-call.mobile{
        padding-bottom: 0;
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
    }

    .message-call.mobile.maximized .message-call-window{
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
    }

    .container-fluid {
        padding-bottom: 15px;
        padding-bottom: calc(constant(safe-area-inset-bottom) + 4.25rem + 1rem);
        padding-bottom: calc(env(safe-area-inset-bottom) + 4.25rem + 1rem);
    }

    .container-fluid.container-dashboard, .container-fluid.container-dashboard-modal{
        padding-left: 30px;
        padding-right: 30px;
    }

    .container-fluid.dedicated-container {
        padding-bottom: 15px;
        padding-bottom: calc(constant(safe-area-inset-bottom) + 15px);
        padding-bottom: calc(env(safe-area-inset-bottom) + 15px);
    }

    h1 {
        font-size: 1.25rem;
    }

    body {
        font-size: 0.8rem;
    }

    .btn {
        font-size: 0.9rem;
    }

}

@media (max-height: 567.9px){
    .page-header  .header-description{
        display: none;
    }

    .popup.show .container-fluid {
        top: 1rem;
        top: calc(constant(safe-area-inset-top) + 1rem);
        top: calc(env(safe-area-inset-top) + 1rem);
    }
}

@media (max-width: 575.9px){
    .page-header  .header-description{
        display: none;
    }

    .navbar-collapse.collapse.show{
        margin-top: 1em;
        margin-bottom: 1em;
    }
}

/* Prime ng grid  overwrites */

div.p-dropdown-items-wrapper {
    max-height: 650px!important;
}

div.p-column-filter-overlay, div.p-column-filter-overlay-menu {
    z-index: 1100!important;
}

.p-datatable table {
    table-layout: auto !important;
}

.p-datatable .p-datatable-tbody>tr>td {
    /*min-width:200px;*/
}

.p-column-filter{
    min-width: 120px;
}

.p-sortable-column{
    white-space: nowrap;
}

.p-datatable .p-datatable-thead>tr>th {
    background-color: #f8f8f8;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    border: none;
}

.p-datatable .p-datatable-tbody>tr>td {
    text-align: left;
    border: solid #dee2e6;
    border-width: 1px 0 0;
    padding: 0.7rem 0.3rem 0.7rem 1rem;
    height:55px;
}

.p-datatable .p-datatable-thead>tr:last-child>th {
    border-bottom: none;
}

.p-datatable .p-datatable-thead>tr:nth-child(2) th {
    padding-top: 0;
}

.p-datatable-wrapper {
    min-height: 250px;
    overflow-x: auto;
}

.p-datatable .p-datatable-tbody>tr>td>img {
    margin-right: 0.6em;
}

.p-column-filter-overlay {
    z-index: 20;
}

.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
    background: #278FCF;
}

.p-paginator {
    color: inherit;
}

.p-paginator .p-paginator-current{
    border: none;
    color: inherit;
}

.customer-badge {
    padding: 6px;
    border-radius: 4px;
}

.customer-badge.status-gray{background-color:#b9b9b9;color:#272727;}
.customer-badge.status-blue{background-color:#399BD5;color:#f0f0f0;}
.customer-badge.status-green{background-color:#cfffd5;color:#127923;}
.customer-badge.status-red{background-color:#ffcfd5;color:#791212;}
.customer-badge.status-yellow{background-color: #fdf46e;color:#6b6b6b;}
.customer-badge.status-orange{background-color:#F5A623;color:#6b6b6b;}
.customer-badge.status-purple{background-color:#e0a2e2;color:#272727;}
.customer-badge.status-aqua{background-color:#a2d3e2;color:#4b4b4b;}
.customer-badge.status-darkgray{background-color:#707070;color:#c5c2c2;}

.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: #278FCF;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    background: #278FCF;
}

.p-paginator .p-dropdown {
    border: 1px solid #dee2e6;
}

.p-dropdown .p-dropdown-clear-icon {
  position: unset;
  align-items: center;
  margin-top: unset;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}

.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover{
    background: #278FCF;
}

.p-paginator .p-paginator-first, .p-paginator .p-paginator-last, .p-paginator .p-paginator-next, .p-paginator .p-paginator-prev {
    color: #278FCF;
}

.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: #278FCF;
    border-color: #278FCF;
}

.p-datatable .p-datatable-thead .p-inputtext{
   padding: .2rem .4rem;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #e9ecef;
}

.p-datatable .p-sortable-column.p-highlight {
    background: #f8f8f8;
    color: #278FCF;
}

.p-datatable .p-sortable-column.p-highlight:hover,  .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon{
    color: #2171A2;
}

.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #278FCF;
}

.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon:hover {
    color: #2171A2;
}

.p-datatable .p-paginator-bottom, .p-datatable .p-paginator-top {
    border-width: 1px 0 0;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media (max-width: 767.9px) {
    .p-paginator .p-paginator-current{
        width: 100%;
    }
}


.actions-list .p-datatable .p-datatable-thead>tr>th:last-child {
    min-width:auto;
    padding: 0.7rem 0.1rem 0.7rem 0.1rem;
    position: -webkit-sticky;
    position: sticky;
    right: 0px;
    background: linear-gradient(0.25turn, rgba(248,248,248,0), #f8f8f8);
}

.p-datatable .p-datatable-thead>tr{
    background: #f8f8f8;
}

.actions-list .p-datatable .p-datatable-tbody>tr>td.more-actions .dropdown .btn{
    padding-left:12px;
    padding-right:12px;
}

.actions-list .p-datatable .p-datatable-tbody>tr>td.more-actions {
    min-width:auto;
    padding: 0.7rem 0.1rem 0.7rem 0.1rem;
    position: -webkit-sticky;
    position: sticky;
    right: 0px;
}

.actions-list .p-datatable .p-datatable-tbody>tr>td.more-actions {
    border-left: 1px solid #dee2e6;
    background:#fff;
    width: 48px;
}

td.row-group span:last-child{
    line-height:40px;
}


.p-datatable table {
    border-collapse: separate !important;
    border-spacing: 0;
}

.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr:not(.p-highlight):hover {
    background: #D7EDFB;
}

.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr:not(.p-highlight):hover td{
    background: #D7EDFB;
}

@keyframes pulse {
  from {
    opacity: 0.33;
  }

  to {
    opacity: 1;
  }
}

.pulse-block {
  animation-duration: 0.7s;
  animation-name: pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}



.toast-simple .toast-header{
    height: 0px;
    position: relative;
    padding: 0px;
}

.toast-simple .toast-header > *{
    display: none;
}

.toast-simple .toast-body{
    padding-right: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.toast-simple .toast-header button{
    position: absolute;
    right: 0.325rem;
    top: 0.125rem;
    display: block;
}

.toast-danger{
    color: #721c24;
    background-color: #ff9da6;
    border: 1px solid #ff9da6;
}

.toast-danger .toast-header{
    color: #721c24;
    background-color: transparent;
    border: none;
}

.toast-danger .toast-header button{
    color: #721c24;
}

.toast-danger .toast-header .bi{
    color: #dc3545;
}

.toast-warning{
    color: #856404;
    background-color: #fcda60;
    border-color: #fcda60;
}

.toast-warning .toast-header{
    color: #856404;
    background-color: transparent;
    border: none;
}

.toast-warning .toast-header button{
    color: #856404;
}

.toast-warning .toast-header .bi{
    color: #b47601;
}

.toast-info{
    color: #114463;
    background-color: #92d5fe;
    border-color: #92d5fe;
}

.toast-info .toast-header{
    color: #114463;
    background-color: transparent;
    border: none;
}

.toast-info .toast-header button{
    color: #114463;
}

.toast-info .toast-header .bi{
    color: #114463;
}

.toast-success{
    color: #105230;
    background-color: #4cdb92;
    border-color: #4cdb92;
}

.toast-success .toast-header{
    color: #105230;
    background-color: transparent;
    border: none;
}

.toast-success .toast-header button{
    color: #105230;
}

.toast-success .toast-header .bi{
    color: #105230;
}

.toast .toast-body a{
    color: unset;
    text-decoration: underline;
}

.alerts-overlay {
    position: fixed;
    width: unset;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    z-index: 2000;
    cursor: unset;

}

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


@media (min-width: 768px){
    .alerts-overlay {
        right: 0px;
        padding-left: 83px;
        padding-left: calc(constant(safe-area-inset-left) + 4.25rem + 1rem);
        padding-left: calc(env(safe-area-inset-left) + 4.25rem + 1rem);
        padding-right: 15px;
        padding-right: calc(constant(safe-area-inset-left) + 15px);
        padding-right: calc(env(safe-area-inset-left) + 15px);
    }
}

@media (max-width: 767.9px){
    .alerts-overlay {
        width: 100%;

    }

    .toast {
        margin: 0 auto;
    }
}

.d-flex .sign-canvas {
  background-color:#DFEEFF;
  margin-right: 10px;
  width: 100%;
}

.spirometer-color{
  color: #7fcffd;
}

.spirometer-fev1-color{
  color: #7fcffd;
}

.spirometer-pef-color{
  color: #5c7de9;
}

.weight-color{
  color: #005f57;
}

.glucose-color{
  color:#912323e8;
}

.pressure-color{
  color: #876792;
}

.ng-touched.ng-invalid{
    border-color: red;
}

select.ng-invalid:focus {
  background-color:transparent !important;
}

div.form-group ng-select.required ~ span:before, select:required ~ span:before, input[type="text"]:required ~ span:before, input[type="tel"]:required ~ span:before, p input[type="date"]:required ~ span:before, p input[type="email"]:required ~ span:before, p .d-radio input:first-child ~ label:before, p select:required ~ span:before, textarea:required ~ span:before{
  content:'*';
  position:absolute;
  top:0px;
  left: -4px;
  width:12px;
  height:12px;
  display:block;
  color:rgba(232, 28, 28, 1) !important;
  font-size:16px;
  font-weight:bold;
}

ng-select.required.ng-invalid.ng-touched .ng-select-container{
    border-color: red;
}

.list-group-item i {
  min-width: 1.5rem;
  display: inline-block;
}

.uncolored-link {
  color: unset;
  text-decoration: underline;
}

.uncolored-link:hover {
  color: unset;
}

.navpanel-item-d-none {
  display: none !important;
}

/* Fullcalendar adjustments */

.content-placeholder .table-bordered td.fc-daygrid-day, .table-bordered td.fc-timegrid-slot  {
    padding-top: 0;
    padding-bottom: 0;
}
.content-placeholder .fc .table-bordered tr:hover td {
    background: none;
    cursor: pointer;
}
.content-placeholder .fc .table-bordered tr:hover td .fc-day-today{
    background: rgba(255,220,40,.15);
    cursor: pointer;
}
.fc-timegrid-divider {
    background: none;
}
.fc-bg-event div.fc-event-title {
    color: black;
}
.fc-daygrid-event {
    white-space: break-spaces !important;
}
.fc-daygrid-event{
    display: block!important;
    line-height: 120%;
}
.fc-daygrid-dot-event{
    padding-left: 15px!important;
}
.fc-daygrid-event-dot{
    display: inline-flex;
    position: absolute;
    left: 0px;
    top: 6px;
}
.fc-event-time,.fc-event-title{
    display: inline;
}

/* Fullcalendar adjustments end */

a:hover {
    text-decoration: none;
}

a.switch-button-selected {
    color: #fff;
}

.modal.modal-ecg > .modal-dialog{
    width:calc(1152px + 2rem);
    max-width:calc(100% - 1rem);
}

.ecg-ticks{
    width: 1150px;
    margin-top: -14px
}

.ecg-ticks > div{
    width: 10%;
}

.ecg-chart-container{
    height: 160px; 
    width: 1150px;
}


@media print {
    .modal.modal-ecg > .modal-dialog{
        width: 1280px;
        max-width: 1280px;
        min-width: 1280px;
    }

    .modal.modal-ecg > .modal-dialog .modal-footer{
        display: none;
    }

    .modal.modal-ecg > .modal-dialog .modal-content{
        border: none !important;
    }

    body.modal-open main, body.modal-open .page-header, body.modal-open .navpanel, body.modal-open .modal-backdrop, body.modal-open .fixed-bottom{
        display: none !important;
    }

    body.modal-open, .modal.modal-ecg > .modal-dialog {
        background-color: #fff !important;
        color: #000 !important;
    }

    body.modal-open, .modal.modal-ecg > .modal-dialog .text-grey{
        color: #333 !important;
    }

    body.modal-open {
        width: 1280px !important;
    }
}

.profile-icon {
    color: #9B9B9B;
    font-size: 1.5rem;
}

a.staff-link {
  color: #2171A2 !important;
}

a.staff-link:hover {
  color: #2171A2 !important;
  cursor: pointer !important;
}

a.popover-chat-button {
  font-size: 1.5rem;
  cursor: pointer !important;
}

.rr-controller__btns .switch label:before {
  background: #9B9B9B !important;
}

.rr-progress__handler, .rr-controller__btns button.active, .rr-controller__btns .switch input[type='checkbox']:checked+label:before {
  background: #278FCF !important;
}

.ecg-chart-tooltip {
  text-align:left;
  line-height:1rem;
}

.fc-timegrid-event-harness {
  min-height: 20px;
}


.card-view {
    position: relative;
    padding-bottom: 16px;
 }
 
 .card-view .card-view-card {
    position: absolute;
    bottom: 16px;
    height: 30px;
    overflow: hidden;
    left: 0;
    right: 0;
    filter: brightness(108%);
    transform: translateY(0) scale(0.975);  
    z-index: 2;
    transition: 0.25s;
  } 

  .card-view .card-view-card > *{
    opacity: 0;
  }
 
  .card-view .card-view-card:last-child {
    position: absolute;
    bottom: 0px;
    height: 30px;
    overflow: hidden;
    left: 0;
    right: 0;
    filter: brightness(114%);
    transform: translateY(0) scale(0.95);  
    z-index: 1;  
    transition: 0.25s;
  }  

  .card-view .card-view-card:last-child > * {
    opacity: 0;
  }

  .card-view .card-view-card:first-child {
    position: relative;
    overflow: unset;
    height: auto;
    bottom: unset;
    filter: none; 
    transform: none;  
    z-index: 3;  
    transition: 0.25s;
  }  

  .card-view .card-view-card:first-child > * {
    opacity: unset;
  }

  .card-view .card-view-card:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 8px;
    right: 0;
    filter: brightness(108%);
    transform: translateY(0) scale(0.975);  
    z-index: 2;
    transition: 0.25s;
  }

  .card-view.expanded .card-view-card {
    position: relative;
    height: auto;
    overflow: unset;
    bottom: 0;
    transform: none; 
    filter: none; 
  }

  .card-view.expanded .card-view-card > * {
    opacity: unset;
  }

  .card-view.expanded{
    padding-bottom: 0px;
  }