body {
    font-family: "Raleway";
}
ul li {
    list-style: none;
}
.wrapper {
    position: inherit;
}
.skin-custom .main-header .logo {
    background-color: #fff;
    height: 74px;
    line-height: 74px;
}
.skin-custom .main-header .navbar {
    background-color: #fff;
}
.skin-custom .main-header .logo-lg {
    color: #283860;
}
.skin-blue .main-header .navbar .sidebar-toggle {
    color: #448ad2;
    font-size: 24px;
    padding: 5px;
}
.logo-lg {
    text-align: left;
}
.logo-lg img {
    margin-right: 20px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}
.sidebar-logo {
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.sidebar-ikhare-logo {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 230px;
}
.user-panel {
    background-color: #1c2743;
    text-align: center;
    padding: 30px 0px;
}
.user-panel .user-image img.img-circle {
    width: 90px;
    height: 90px;
    object-fit: cover;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.3);
}
.user-panel .user-name {
    margin-top: 20px;
}
.user-panel .user-name p {
    margin: 0;
    color: #fff;
}
.sidebar-menu {
    margin: 10px 0px;
}
.skin-custom .main-sidebar {
    background-color: #283860;
    color: #fff;
}
.skin-custom .sidebar-menu li.active a {
    background-color: #f04860;
}
.skin-custom {
    color: #fff;
}
.sidebar-social-link {
    background-color: #1c2743;
    padding: 24px 23px 23px;
}
.one-social-link {
    margin: 7px 7px 8px 8px;
    border: solid 1px #495269;
    font-size: 24px;
    height: 67px;
    width: 67px;
    text-align: center;
    line-height: 67px;
}
#main-side-menu {
    min-height: 1000px;
}
.main-footer .footer-link a {
    padding: 0px 10px;
    font-size: 12px;
    color: #448ad2;
    font-weight: 500;
}
.btn-custom,
.btn.btn-custom,
a.btn.btn-custom,
button.btn.btn-custom {
    border: solid 1px #448ad2;
    color: #448ad2;
    background-color: transparent;
    width: 140px;
    vertical-align: middle;
    border-radius: 0px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    min-height: 37px;
    padding: 0 20px;
    line-height: 1.2;
    font-weight: 600;
}
.btn-custom.colored,
.btn.btn-custom.colored,
button.btn.btn-custom.colored,
a.btn.btn-custom.colored {
    color: #fff;
    background-color: #448ad2;
    background-image: none;
    border-color: #448ad2;
}
.btn-custom.active,
.btn-custom:hover,
.btn.btn-custom.active,
.btn.btn-custom:hover,
button.btn.btn-custom:hover,
button.btn.btn-custom.active,
a.btn.btn-custom:hover,
a.btn.btn-custom.active {
    color: #fff;
    background-color: #448ad2;
    border-color: #448ad2;
}
.btn.btn-custom + .btn.btn-custom,
a.btn.btn-custom + a.btn.btn-custom,
button.btn.btn-custom + button.btn.btn-custom,
.btn-custom + .btn-custom {
    margin-left: 10px;
}
.bg-custom-yellow {
    background-color: #e8b020;
    color: #fff;
    border: none;
}
/* My Appointments — SET AVAILABILITY yellow button (colors only; weight matches NEW APPOINTMENT) */
#portal-root
    .myappointments-content
    .tab-right-header
    .btn.btn-custom.bg-custom-yellow,
.myappointments-content .tab-right-header .btn.btn-custom.bg-custom-yellow,
a.btn.btn-custom.bg-custom-yellow {
    background-color: #e8b020;
    background-image: none;
    border: none;
    color: #fff;
}
#portal-root
    .myappointments-content
    .tab-right-header
    .btn.btn-custom.bg-custom-yellow:hover,
#portal-root
    .myappointments-content
    .tab-right-header
    .btn.btn-custom.bg-custom-yellow:focus,
.myappointments-content
    .tab-right-header
    .btn.btn-custom.bg-custom-yellow:hover,
.myappointments-content
    .tab-right-header
    .btn.btn-custom.bg-custom-yellow:focus,
a.btn.btn-custom.bg-custom-yellow:hover,
a.btn.btn-custom.bg-custom-yellow:focus {
    background-color: #448ad2;
    border: none;
    color: #fff;
}
.myappointments-content .tab-right-header {
    float: right;
    padding: 6px 10px 0 0;
}
.myappointments-content .tab-right-header .btn.btn-custom {
    margin-top: 4px;
}
.header-right-icon {
    background-color: #283860;
    color: #fff;
    height: 74px;
    width: 73px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}
.content-header {
    padding-left: 30px;
}

.login-page,
.register-page {
    background: #283860;
    color: #fff;
    min-height: 100vh;
}
.login-page .login-logo,
.login-page .register-logo,
.register-page .login-logo,
.register-page .register-logo {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
}
.login-box,
.register-box {
    width: 400px;
    margin: 5% auto 80px;
}
.login-box-body,
.register-box-body {
    background: #fff;
    color: #666;
    border-radius: 4px;
}
.login-box-body .help-block,
.register-box-body .help-block {
    color: #dd4b39;
    margin-bottom: 0;
}
.login-box-body a,
.register-box-body a {
    color: #448ad2;
}
.login-header {
    height: 70px;
    background-color: #fff;
    line-height: 70px;
    padding: 0px 20px;
}
.login-header-nurse-logo {
    float: left;
}
.login-header-clinic-logo {
    float: right;
    font-size: 24px;
    color: #283860;
}
.login-header-clinic-logo img {
    margin-right: 10px;
    vertical-align: middle;
}
.login-footer {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    color: #283860;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}
.login-footer a {
    color: #448ad2;
}
.mydesktop-content {
    color: #333;
}
.desktop-join {
    border: 1px solid #c1c1c1;
    height: 70px;
    line-height: 50px;
    padding: 10px;
}
.desktop-join-text {
    float: left;
}
.desktop-join-button {
    float: right;
}

.custom-list {
    background-color: #fff;
    margin: 10px 0px;
    padding: 10px;
}
.custom-header {
    height: 50px;
    line-height: 50px;
}
.custom-header .header-icon {
    float: left;
}
.custom-header .header-title {
    float: left;
    font-size: 22px;
    margin-left: 10px;
}
.custom-header .custom-header-title {
    float: left;
    font-size: 22px;
    margin-left: 10px;
}
.custom-header .header-more-button {
    float: right;
}

.custom-content {
    position: relative;
    width: 100%;
    height: 100px;
    padding: 10px 20px;
}
.custom-bg {
    border-bottom: 1px solid #ddd;
}
.custom-content .user-photo {
    float: left;
    width: 80px;
}
.custom-content .user-photo img {
    height: auto;
    border-radius: 50%;
    border: 2px solid white;
}
.custom-content .user-info {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    margin-left: 100px;
}
.custom-content .no-found {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-content .user-name {
    font-weight: bold;
    font-size: 16px;
}
.custom-content .user-desc {
    font-size: 14px;
}
.btn-custom-detail {
    background-color: #448ad2;
    color: #fff;
    border: 1px solid #448ad2;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    cursor: pointer;
}
.btn-custom-detail.on {
    background-color: #448ad2;
    color: #fff;
}
.btn-custom-detail.off {
    background-color: #fff;
    color: #448ad2;
}
.custom-icon-color {
    color: #448ad2;
}
.custom-content .detail-info {
    position: absolute;
    right: 20px;
    top: 10px;
    text-align: right;
}
.custom-content .detail-datetime {
    position: relative;
    right: auto;
    bottom: auto;
    white-space: nowrap;
    margin-top: 8px;
}
.detail-datetime i {
    margin: 0px 6px;
}
.btn-custom-search {
    background-color: #fff;
    color: #448ad2;
    width: 40px;
    height: 36px;
    text-align: center;
    font-size: 16px;
    line-height: 33px;
    border: 1px solid #448ad2;
}
.btn-custom-search.active,
.btn-custom-search:hover {
    background-color: #448ad2;
    color: #fff;
}
.task-widget {
    margin: 10px 0px;
    color: #fff;
    border: 1px solid #ddd;
}
.task-widget .due-date {
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    background-color: #208279;
}
.task-widget-subtitle {
    padding: 10px 20px 0px;
}
.task-widget-text {
    padding: 10px 20px;
    height: 80px;
    overflow: hidden;
}
.task-widget-button .btn {
    text-align: center;
    background-color: #448ad2;
    width: 100%;
}
.task-content {
    padding: 10px;
    background-color: #fff;
}
.desktop-task-search {
    margin: 0 0 10px;
    padding: 0 10px;
}
.desktop-task-search .search-text {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #448ad2;
    border-radius: 0;
}
.desktop-task-search .search-text:focus {
    outline: none;
    border-color: #366ea8;
}
.btn-custom-div {
    float: right;
    margin-left: 10px;
    margin-top: 1px;
    text-align: center;
}

.appointment-calendar {
    background-color: #448ad2;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #fff !important;
    padding: 0 30px;
}
.calendar-title {
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.reminders {
    background-color: #fff;
    position: relative;
    height: 370px;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}
.reminders-title {
    font-weight: bold;
    line-height: 50px;
}
.reminders-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.custom-content.custom-reminder {
    padding: 10px 6px 10px 4px;
}
.custom-content.custom-reminder .left-icon {
    width: 26px;
}
.custom-content.custom-reminder .right-icon {
    width: 36px;
}
.custom-content.custom-reminder .center-content {
    width: calc(100% - 72px);
}
.custom-content.custom-reminder .reminder-datetime {
    margin: 0;
    white-space: nowrap;
    font-size: 13px;
    letter-spacing: -0.02em;
}
.custom-content.custom-reminder .reminder-datetime i {
    margin: 0 4px;
}
.appointment-calendar .__vev_calendar-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.appointment-calendar .__vev_calendar-wrapper * {
    box-sizing: border-box;
}
.appointment-calendar .cal-wrapper {
    width: 100% !important;
    padding: 0 !important;
}
.appointment-calendar .cal-wrapper .cal-header {
    position: relative;
    width: 100%;
    background-color: #448ad2 !important;
    overflow: hidden;
    padding-bottom: 10px;
}
.appointment-calendar .cal-wrapper .cal-header > div {
    float: left;
    line-height: 20px;
    padding: 15px;
}
.appointment-calendar .cal-wrapper .cal-header .title {
    width: 60%;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
}
.appointment-calendar .cal-wrapper .cal-header .l {
    text-align: left;
    width: 20%;
    cursor: pointer;
    user-select: none;
}
.appointment-calendar .cal-wrapper .cal-header .r {
    text-align: right;
    width: 20%;
    cursor: pointer;
    user-select: none;
}
.appointment-calendar .cal-header .arrow-left.icon,
.appointment-calendar .cal-header .arrow-right.icon {
    color: #fff;
}
.appointment-calendar .arrow-left.icon {
    color: #fff;
    position: relative;
    margin-top: 10px;
}
.appointment-calendar .arrow-left.icon:before {
    content: "";
    position: absolute;
    left: 1px;
    top: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(-135deg);
}
.appointment-calendar .arrow-right.icon {
    color: #fff;
    position: relative;
    margin-top: 10px;
}
.appointment-calendar .arrow-right.icon:before {
    content: "";
    position: absolute;
    right: 1px;
    top: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
}
.appointment-calendar .cal-body .weeks {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 1rem;
    background-color: #366ea8;
}
.appointment-calendar .cal-body .weeks .item {
    line-height: 50px;
    float: left;
    width: 14.285%;
    color: #fff;
}
.appointment-calendar .cal-body .dates {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 1rem;
    background-color: #448ad2;
}
.appointment-calendar .cal-body .dates .item {
    position: relative;
    float: left;
    display: block;
    width: 14.285%;
    cursor: default;
}
.appointment-calendar .cal-body .dates .item .date-num {
    font-size: 1.5rem !important;
    line-height: 50px;
    margin: 0;
    position: relative;
    z-index: 3;
    color: #fff;
}
.appointment-calendar .cal-body .dates .item.event .date-num {
    color: #33d778 !important;
}
.appointment-calendar .cal-body .dates .item .is-event {
    border: 1px solid #33d778;
    background-color: transparent !important;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin-left: -18px;
    margin-top: -19px;
}
.appointment-calendar .cal-body .dates .item .is-today {
    background-color: #33d778 !important;
    border-radius: 50%;
    opacity: 0.8;
    width: 12px;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-left: -6px;
    margin-top: 8px;
}
.appointment-calendar .events-wrapper {
    display: none;
}
.appointment-calendar .cal-body .dates::after,
.appointment-calendar .cal-body .weeks::after,
.appointment-calendar .cal-wrapper .cal-header::after {
    content: "";
    display: table;
    clear: both;
}
.content-wrapper {
    background-color: #eee !important;
}
.skin-custom .content-header.message {
    background-color: #448ad2;
}
.skin-custom .content-header.message h1 {
    color: #fff;
    padding: 28px 17px;
}
.skin-custom .content-header.appointment {
    background-color: #fb8565;
}
.skin-custom .content-header.appointment h1 {
    color: #fff;
    padding: 28px 17px;
}
.skin-custom .content-header.reports {
    background-color: #ba33d7;
}
.skin-custom .content-header.reports h1 {
    color: #fff;
    padding: 28px 17px;
}
.skin-custom .content-header.events {
    background-color: #448ad2;
}
.skin-custom .content-header.events h1 {
    color: #fff;
    padding: 28px 17px;
}
.skin-custom .content-header.alarms {
    background-color: #e74c3c;
}
.skin-custom .content-header.alarms h1 {
    color: #fff;
    padding: 28px 17px;
}
.tab-header .one-tab-header {
    float: left;
    color: #fff;
    background-color: #448ad2;
    height: 45px;
    line-height: 45px;
    width: 120px;
    text-align: center;
    cursor: pointer;
}
.tab-header .one-tab-header.active {
    color: #448ad2;
    background-color: #fff;
}
.reports-tab-header {
    overflow: hidden;
}
.reports-tab-header::after {
    content: "";
    display: table;
    clear: both;
}
.tab-header ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.tab-header ul li {
    float: left;
    color: #fff;
    background-color: #448ad2;
    height: 45px;
    line-height: 45px;
    min-width: 120px;
    text-align: center;
    padding: 0 20px;
    cursor: pointer;
}
.tab-header ul li.active {
    color: #448ad2;
    background-color: #fff;
}
.tab-header ul li a {
    color: #fff;
    font-weight: 500;
    display: block;
}
.tab-header ul li.active a {
    color: #448ad2;
}
.myappointments-content {
    width: 100%;
}
.myappointments-content .tab-header {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.myappointments-content .tab-header::after {
    content: "";
    display: table;
    clear: both;
}
.myappointments-content.row {
    margin-left: 0;
    margin-right: 0;
}
.myappointments-content .tab-content {
    padding: 0 20px 20px;
}
.myappointments-content .tab-content > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.myappointments-content .custom-header {
    height: 50px !important;
    line-height: 50px !important;
    margin-bottom: 0;
}
.myappointments-content .custom-header .header-icon {
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
}
.myappointments-content .custom-header .header-icon img {
    vertical-align: middle;
    display: inline-block;
}
.myappointments-content .custom-header .custom-header-title {
    line-height: 50px;
}
.myappointments-content .data-filter {
    padding: 20px 0 !important;
    line-height: 35px;
    overflow: hidden;
}
.myappointments-content .data-filter::after {
    content: "";
    display: table;
    clear: both;
}
.myappointments-content .data-filter ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    float: left;
}
.myappointments-content .data-filter ul li {
    float: left;
    list-style: none;
    height: 35px;
    line-height: 35px;
}
.myappointments-content .data-filter ul li .glyphicon.btn-custom-detail {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}
.myappointments-content .data-filter .li-today {
    width: 70px;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
    padding: 0 10px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
}
.myappointments-content .data-filter .btn-custom-detail {
    display: inline-block;
    box-sizing: border-box;
}
.myappointments-content .data-filter .btn-custom-detail.off:hover {
    background-color: #448ad2;
    color: #fff;
}
.myappointments-content .data-filter .data-filter-date {
    float: right;
    margin-right: 30px;
    line-height: 35px;
    font-size: 16px;
}
.myappointments-content .data-filter .data-filter-date .glyphicon {
    margin-right: 8px;
}
.myappointments-content .data-filter--month ul {
    float: none;
    display: inline-block;
}
.myappointments-content .data-filter--month {
    text-align: left;
}
.myappointments-content .data-filter--month ul li.li-month {
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 35px;
    line-height: normal;
    margin: 0 5px;
    padding: 6px 14px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    cursor: default;
    box-sizing: border-box;
}
.myappointments-content .data-filter--month .li-month:hover {
    background-color: #fff;
    color: #448ad2;
}
.myappointments-content .tab-header ul li a {
    padding: 0;
    line-height: 45px;
}
.myappointments-content .schedule-table .comp-full-calendar {
    max-width: 1400px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #fff;
}
.myappointments-content .schedule-table--month .full-calendar-header {
    display: none;
}
.myappointments-content .schedule-table--month .full-calendar-body {
    margin-top: 0;
}
.myappointments-content .full-calendar-body .weeks {
    display: flex;
    background-color: #28a297;
    color: #fff;
    line-height: 50px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
.myappointments-content .full-calendar-body .week {
    flex: 1;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    font-weight: 300 !important;
}
.myappointments-content .pending-color {
    background-color: #448ad2 !important;
    color: #fff !important;
}
.myappointments-content .approve-color {
    background-color: #33d778 !important;
    color: #fff !important;
}
.myappointments-content .cancel-color {
    background-color: #f04860 !important;
    color: #fff !important;
}
.myappointments-content
    .full-calendar-body
    .dates
    .dates-events
    .events-week
    .events-day {
    min-height: 100px !important;
}
.myappointments-content .comp-full-calendar ul,
.myappointments-content .comp-full-calendar p {
    margin: 0;
    padding: 0;
}
.myappointments-content .full-calendar-header {
    display: flex;
    align-items: center;
}
.myappointments-content .full-calendar-header .header-left,
.myappointments-content .full-calendar-header .header-right {
    flex: 1;
}
.myappointments-content .full-calendar-header .header-left {
    flex: 0 !important;
}
.myappointments-content .full-calendar-header .header-center {
    flex: 3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}
.myappointments-content .full-calendar-header .header-center span {
    border: 1px solid #448ad2;
    padding: 0 10px 3px;
    color: #448ad2;
    font-size: 26px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    line-height: 1.4;
    vertical-align: middle;
}
.myappointments-content .full-calendar-header .header-center .prev-month {
    margin-right: 10px;
}
.myappointments-content .full-calendar-header .header-center .next-month {
    margin-left: 10px;
}
.myappointments-content .full-calendar-header .header-center span.title {
    font-weight: 300;
    font-size: 18px;
    padding: 6px 10px;
    margin: 0 10px;
    cursor: default;
}
.myappointments-content .full-calendar-header .header-center span:hover {
    background-color: #448ad2;
    color: #fff;
}
.myappointments-content .full-calendar-header .header-center span.title:hover {
    background-color: transparent;
    color: #448ad2;
}
.myappointments-content .full-calendar-body {
    margin-top: 20px;
}
.myappointments-content .full-calendar-body .dates {
    position: relative;
}
.myappointments-content .full-calendar-body .dates .week-row {
    border-left: 1px solid #e0e0e0;
    display: flex;
}
.myappointments-content .full-calendar-body .dates .day-cell {
    flex: 1;
    min-height: 100px;
    padding: 4px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.myappointments-content .full-calendar-body .dates .day-cell .day-number {
    text-align: right;
}
.myappointments-content .full-calendar-body .dates .day-cell.today {
    background-color: #fcf8e3;
}
.myappointments-content
    .full-calendar-body
    .dates
    .day-cell.not-cur-month
    .day-number {
    color: rgba(0, 0, 0, 0.24);
}
.myappointments-content .full-calendar-body .dates-events {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
.myappointments-content .full-calendar-body .dates-events .events-week {
    display: flex;
}
.myappointments-content .full-calendar-body .dates-events .events-day {
    cursor: pointer;
    flex: 1;
    min-height: 109px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.myappointments-content
    .full-calendar-body
    .dates-events
    .events-day
    .day-number {
    text-align: right;
    padding: 4px 5px 4px 4px;
    opacity: 0;
}
.myappointments-content
    .full-calendar-body
    .dates-events
    .events-day.not-cur-month
    .day-number {
    color: rgba(0, 0, 0, 0.24);
}
.myappointments-content .full-calendar-body .event-item {
    cursor: pointer;
    font-size: 12px;
    background-color: #c7e6fd;
    margin-bottom: 2px;
    color: rgba(0, 0, 0, 0.87);
    padding: 0 0 0 4px;
    height: 18px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.myappointments-content .full-calendar-body .event-item.pending-color,
.myappointments-content .full-calendar-body .event-item.approve-color,
.myappointments-content .full-calendar-body .event-item.cancel-color {
    color: #fff !important;
}
.myappointments-content .full-calendar-body .event-item.is-start {
    margin-left: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.myappointments-content .full-calendar-body .event-item.is-end {
    margin-right: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.myappointments-content .full-calendar-body .event-item.is-opacity {
    opacity: 0;
}
.myappointments-content .full-calendar-body .more-link {
    cursor: pointer;
    padding-left: 8px;
    padding-right: 2px;
    color: rgba(0, 0, 0, 0.38);
    font-size: 14px;
}
.skin-custom .content-header h1 {
    background-image: none !important;
    background: none !important;
}
.mymessages-content .tab-header {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.mymessages-content .tab-header::after {
    content: "";
    display: table;
    clear: both;
}
.mymessages-content .tab-header .one-tab-header {
    cursor: pointer;
}
.tab-right-header {
    float: right;
    padding: 6px 10px 0 0;
}
.mymessages-content .tab-right-header .btn-custom {
    margin-top: 4px;
}
.tab-content {
    background-color: #fff;
    color: #333;
    margin: 0px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.mymessages-content {
    width: 100%;
}
.mymessages-content .tab-content {
    padding: 12px 20px 20px;
    overflow: visible;
}
.mymessages-content .tab-content .panel-body {
    padding: 0;
    overflow: visible;
}
.container-btn-filter {
    text-align: right;
}
.mymessages-content .data-filter {
    overflow: visible;
}
.mymessages-content .data-filter::after {
    content: "";
    display: table;
    clear: both;
}
.mymessages-content .data-filter .data-range-picker {
    float: left;
}
.mymessages-content .data-filter .container-btn-filter {
    float: right;
    margin-left: 10px;
    margin-top: 0;
    text-align: right;
}
.mymessages-content .data-filter .container-btn-filter .btn-custom {
    min-width: 100px;
}
.new-message {
    background-color: #fff;
}
.new-message-container {
    padding: 20px 16.7%;
}
.new-message-container .patient-select-container {
    background-color: #28a297;
    color: #fff;
    padding: 20px 8.3%;
}
.new-message-container .patient-select-container .col-sm-6 {
    padding-left: 0;
}
.new-message-container .patient-select-container .control-label {
    margin-right: 10px;
}
.new-message-container .patient-select-container .search-list {
    background-color: #fff;
    color: #333;
    height: 115px;
    padding: 10px 20px;
    overflow-y: auto;
    margin: 0;
}
.new-message-container .patient-select-container .search-list li {
    list-style: none;
    line-height: 1.6;
}
.new-message-container .new-message-content {
    background-color: #eee;
    color: #333;
    padding: 20px 8.3%;
    margin-bottom: 20px;
}
.new-message .container-btn-filter {
    padding-right: 16.7%;
    margin-bottom: 20px;
}
.modal-mask {
    position: fixed;
    z-index: 10060;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease;
    overflow-y: auto;
}
.modal-mask.graph_history {
    overflow: visible;
}
/* Yes/No and info popups must sit above history/list modals */
.modal-mask.modal-confirm {
    z-index: 10090 !important;
}
.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.modal-container {
    width: 500px;
    max-width: calc(100vw - 40px);
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all 0.3s ease;
    color: #333;
}
/* Info / default-target modals (e.g. SMBG Blood Glucose Targets) */
.detail-dialog-title {
    line-height: 40px;
    background-color: #283860;
    color: #fff;
    padding: 0 20px;
    text-transform: uppercase;
}
.detail-dialog-title .close {
    color: #fff;
    opacity: 1;
    font-size: 0;
    line-height: 40px;
    float: right;
    margin: 15px -7px 0 0;
    width: 9px;
    height: 9px;
    background: url("/img/icon/icon_close.png") no-repeat center;
    cursor: pointer;
}
.crib-score-container {
    background-color: #fff;
    padding: 20px;
}
.crib-score-container .control-label {
    color: #333;
}
.crib-score-container .custom-table {
    margin-bottom: 20px;
}
.modal-container.modal-history,
.modal-mask:not(.graph_history) .modal-container.row {
    max-height: calc(100vh - 40px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.modal-container.modal-history {
    width: 600px;
    max-width: calc(100vw - 40px);
}
.modal-mask:not(.graph_history) .modal-container .crib-score-container {
    flex: 1 1 auto;
    min-height: 0;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.modal-mask:not(.addvisit):not(.set-availability-modal):not(.graph_history)
    .modal-container:not(.detail-dialog) {
    max-height: calc(100vh - 40px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.modal-mask:not(.addvisit):not(.set-availability-modal):not(.graph_history)
    .modal-container:not(.detail-dialog) .dialog-content,
.modal-mask:not(.addvisit):not(.set-availability-modal):not(.graph_history)
    .modal-container:not(.detail-dialog) > .row.dialog-content {
    flex: 1 1 auto;
    min-height: 0;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.modal-mask.graph_history .modal-container {
    width: 600px !important;
    max-width: calc(100vw - 50px) !important;
    max-height: none;
    overflow: visible;
    display: block;
}
.modal-mask.graph_history .dialog-content {
    overflow: visible;
    max-height: none;
}
.modal-mask.addvisit {
    overflow-y: auto;
}
.modal-mask.addvisit .modal-wrapper {
    height: auto;
    max-height: none;
    overflow: visible;
}
.modal-mask.addvisit .modal-container {
    max-height: calc(100vh - 50px);
    height: auto !important;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.modal-mask.addvisit .dialog-content {
    flex: 1 1 auto;
    min-height: 0;
    height: auto !important;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.modal-container.detail-dialog {
    width: 400px;
    padding: 5px;
}
/* New Appointment form */
.detail-dialog .dialog-content.new-appointment-form {
    overflow: visible;
    font-size: 14px;
    color: #555;
}
.detail-dialog .dialog-content.new-appointment-form > div {
    height: auto !important;
    min-height: 40px;
    overflow: visible !important;
    clear: both;
}
.detail-dialog .dialog-content.new-appointment-form .dialog-one-row {
    overflow: visible !important;
}
.detail-dialog .dialog-content.new-appointment-form .dialog-one-row .row-label {
    font-size: 14px;
}
.detail-dialog .dialog-content.new-appointment-form .dialog-one-row--reason {
    min-height: 100px;
}
.detail-dialog
    .dialog-content.new-appointment-form
    .dialog-one-row--reason
    textarea.form-control {
    height: 100px !important;
    font-size: 14px;
}
.detail-dialog .dialog-content.new-appointment-form .form-control {
    font-size: 14px;
}
/* Date 50% left, time 50% right — separate boxes */
.detail-dialog .dialog-content.new-appointment-form .appt-datetime-row {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}
.detail-dialog .dialog-content.new-appointment-form .appt-date-wrap,
.detail-dialog .dialog-content.new-appointment-form .appt-time-wrap {
    flex: 1 1 50%;
    min-width: 0;
    box-sizing: border-box;
}
.detail-dialog
    .dialog-content.new-appointment-form
    .appt-time-wrap
    .time-picker-container {
    position: relative;
    width: 100%;
}
/* Clock picker in dialogs — time header, then AM/PM, then circle */
.time-picker-container
    .outside-click-container
    .picker-container
    #picker_pointer_container,
.time-picker-container
    .outside-click-container
    .picker-container
    #picker-pointer-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.time-picker-container .outside-click-container .time-picker-modal-header {
    height: auto;
    min-height: 40px;
    line-height: 1.2;
    padding-bottom: 4px;
    margin-bottom: 0;
}
.time-picker-container .outside-click-container .time-picker-interval-row {
    text-align: center;
    padding: 2px 0 10px;
    font-size: 14px;
    line-height: 1.2;
}
.time-picker-container .time-picker-preview.active {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
    box-shadow: none;
}
.time-picker-container .time-picker-preview.active .preview-container {
    color: #fff;
}
.detail-dialog
    .dialog-content.new-appointment-form
    .appt-time-wrap
    .time-picker-preview {
    width: 100%;
    height: 36px;
    min-height: 36px;
    padding: 6px 28px 6px 12px;
    font-size: 14px;
    line-height: 24px;
    color: #555;
    border: 1px solid #ccd0d2;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: #fff url("/img/icon/icon_time.png") no-repeat right 5px center;
    cursor: pointer;
    box-sizing: border-box;
}
.detail-dialog
    .dialog-content.new-appointment-form
    .appt-time-wrap
    .preview-container {
    position: static;
    top: auto;
    left: auto;
    height: auto;
    transform: none;
    font-size: 14px;
    line-height: 24px;
    color: #555;
}
.detail-dialog
    .dialog-content.new-appointment-form
    .appt-time-wrap
    .time-picker-preview.active {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
    box-shadow: none;
}
.detail-dialog
    .dialog-content.new-appointment-form
    .appt-time-wrap
    .time-picker-preview.active
    .preview-container {
    color: #fff;
}
.detail-dialog
    .dialog-content.new-appointment-form
    .appt-time-wrap
    .outside-click-container {
    width: 0;
    height: 0;
    overflow: visible;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10077;
}
.detail-dialog
    .dialog-content.new-appointment-form
    .appt-time-wrap
    .time-picker-modal-container {
    width: 250px;
    padding: 25px;
    transform: translateY(4px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.detail-dialog
    .dialog-content.new-appointment-form
    .appt-time-wrap
    .time-picker-modal-header {
    height: auto;
    min-height: 40px;
    line-height: 1.2;
    font-size: 2.5em;
    padding-bottom: 6px;
    margin-bottom: 4px;
}
.detail-dialog
    .dialog-content.new-appointment-form
    .appt-time-wrap
    .picker-container {
    width: 200px;
    height: 200px;
}
.detail-dialog
    .dialog-content.new-appointment-form
    .appt-time-wrap
    .picker-point.point-outter {
    transform-origin: center 90px;
}
.detail-dialog .dialog-content.new-appointment-form .container-btn-filter {
    text-align: right;
    clear: both;
}
/* Page scroll lock while modal open */
html.noscroll,
body.noscroll {
    overflow: hidden !important;
    overscroll-behavior: none;
}
body.noscroll .content-wrapper,
body.noscroll .wrapper {
    overflow: hidden !important;
}
/* Confirm Schedule modal — existing appointment click */
.modal-mask.addvisit.confirm-schedule-modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 25px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    overscroll-behavior: none;
}
.modal-mask.addvisit.confirm-schedule-modal .modal-wrapper {
    display: block !important;
    width: 480px;
    max-width: calc(100vw - 50px);
    height: auto;
    max-height: calc(100vh - 50px);
    overflow: hidden;
    vertical-align: top;
    flex-shrink: 0;
}
.modal-mask.addvisit.confirm-schedule-modal .modal-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    height: auto;
    max-height: calc(100vh - 50px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.modal-mask.addvisit.confirm-schedule-modal
    .modal-container
    .detail-dialog-title {
    flex: 0 0 auto;
}
.modal-mask.addvisit.confirm-schedule-modal
    .dialog-content.confirm-schedule-form {
    flex: 1 1 auto;
    min-height: 0;
    max-height: calc(100vh - 130px);
    overflow-x: hidden;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    color: #555;
    padding: 9px 0;
}
.modal-mask.addvisit .dialog-content.confirm-schedule-form .form-group {
    overflow: visible;
}
.modal-mask.addvisit .dialog-content.confirm-schedule-form label {
    font-size: 14px;
    font-weight: normal;
}
.modal-mask.addvisit .dialog-content.confirm-schedule-form .form-control {
    font-size: 14px;
}
.modal-mask.addvisit
    .dialog-content.confirm-schedule-form
    .confirm-schedule-notes {
    min-height: 80px;
    resize: vertical;
}
.modal-mask.addvisit
    .dialog-content.confirm-schedule-form
    .confirm-schedule-time-row {
    display: flex;
    flex-wrap: wrap;
}
.modal-mask.addvisit .dialog-content.confirm-schedule-form .appt-date-wrap,
.modal-mask.addvisit .dialog-content.confirm-schedule-form .appt-time-wrap {
    box-sizing: border-box;
}
.modal-mask.addvisit
    .dialog-content.confirm-schedule-form
    .appt-time-wrap
    .time-picker-container {
    width: 100%;
}
.modal-mask.addvisit
    .dialog-content.confirm-schedule-form
    .appt-time-wrap
    .time-picker-preview {
    height: 36px;
    min-height: 36px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #ccd0d2;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    color: #555;
}
.modal-mask.addvisit
    .dialog-content.confirm-schedule-form
    .appt-time-wrap
    .preview-container {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: normal;
}
.modal-mask.addvisit
    .dialog-content.confirm-schedule-form
    .appt-time-wrap
    .time-picker-preview.active {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.modal-mask.addvisit
    .dialog-content.confirm-schedule-form
    .appt-time-wrap
    .time-picker-preview.active
    .preview-container {
    color: #fff;
}
.modal-mask.addvisit
    .dialog-content.confirm-schedule-form
    .appt-time-wrap
    .outside-click-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 10075;
    margin-top: 4px;
}
.modal-mask.addvisit
    .dialog-content.confirm-schedule-form
    .appt-time-wrap
    .time-picker-modal-container {
    margin: 0 auto;
}
.modal-mask.addvisit
    .dialog-content.confirm-schedule-form
    .confirm-schedule-actions {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* Datepicker calendar popup + unified portal date picker UI */
.dp--menu-wrapper {
    z-index: 10080 !important;
}
.dp--menu-wrapper,
.dp--menu-wrapper .dp--menu,
.dp--menu-wrapper .dp--theme-light {
    --dp-font-size: 14px;
    --dp-preview-font-size: 14px;
    font-size: 14px;
}
.portal-date-picker-wrap .dp--main,
.portal-date-picker-wrap .dp--theme-light {
    width: 100%;
    --dp-font-size: 14px;
    --dp-input-padding: 6px 28px 6px 12px;
    --dp-preview-font-size: 14px;
    --dp-border-radius: 0;
}
.portal-date-picker-wrap .dp--flex-display-with-input {
    display: block;
    width: 100%;
}
.portal-date-picker-wrap .dp--input-wrap {
    width: 100%;
}
.portal-date-picker-wrap .dp--input-wrap .dp--input-icon,
.portal-date-picker-wrap .dp--input-icon,
.portal-date-picker-wrap .dp--input-wrap .dp--input-icons,
.portal-date-picker-wrap .dp--input-icons,
.portal-date-picker-wrap .dp--clear-btn,
.portal-date-picker-wrap .dp--input-wrap button {
    display: none !important;
}
.portal-date-picker-wrap .dp--input-icon-pad,
.portal-date-picker-wrap .dp--input.dp--input-icon-pad {
    padding-left: 12px !important;
    padding-right: 28px !important;
}
.portal-date-picker-wrap .dp--input {
    width: 100%;
    height: 36px;
    min-height: 36px;
    padding: 6px 28px 6px 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    border: 1px solid #c3c3c3;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    background-image: url("/img/icon/icon_calendar.png");
    background-repeat: no-repeat;
    background-position: right 5px center;
    cursor: pointer;
}
.portal-date-picker-wrap .dp--input:focus {
    border-color: #448ad2;
    outline: none;
}
/* Filter bar date range layout */
.data-range-picker .portal-date-picker-wrap {
    float: left;
    width: 150px;
    margin-left: 10px;
}
.data-range-picker .portal-date-picker-wrap:first-child {
    margin-left: 0;
}
.data-range-picker.custom-width .portal-date-picker-wrap {
    width: 130px;
}
/* Dialog / modal date fields */
.detail-dialog .portal-date-picker-wrap .dp--main,
.appt-date-wrap .portal-date-picker-wrap .dp--main {
    --dp-border-radius: 4px;
}
.detail-dialog .portal-date-picker-wrap .dp--input,
.appt-date-wrap .portal-date-picker-wrap .dp--input {
    border-radius: 4px;
    border-color: #ccd0d2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* Set Availability modal — legacy layout; date/time controls match New Appointment */
.modal-mask.set-availability-modal {
    overflow: visible;
}
.modal-mask.set-availability-modal .modal-wrapper {
    overflow: visible;
    vertical-align: middle;
}
.set-availability-dialog.modal-container.detail-dialog {
    width: 460px !important;
    max-width: calc(100vw - 40px);
    overflow: visible;
}
.set-availability-dialog .dialog-content {
    overflow: visible;
    font-size: 14px;
    color: #555;
    padding: 10px;
}
.set-availability-dialog .dialog-content > div {
    height: auto !important;
    min-height: 40px;
    overflow: visible !important;
    clear: both;
}
.set-availability-dialog .dialog-content .inline-label {
    font-size: 14px;
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 0;
}
.set-availability-dialog .dialog-content .appt-date-wrap,
.set-availability-dialog .dialog-content .appt-time-wrap {
    box-sizing: border-box;
    overflow: visible;
}
.set-availability-dialog
    .dialog-content
    .appt-date-wrap
    .portal-date-picker-wrap,
.set-availability-dialog
    .dialog-content
    .appt-time-wrap
    .time-picker-container {
    width: 100%;
}
.set-availability-dialog
    .dialog-content
    .appt-time-wrap
    .time-picker-container {
    position: relative;
    overflow: visible;
}
.set-availability-dialog .dialog-content .appt-time-wrap .time-picker-preview {
    width: 100%;
    height: 36px;
    min-height: 36px;
    padding: 6px 28px 6px 12px;
    font-size: 14px;
    line-height: 24px;
    color: #555;
    border: 1px solid #ccd0d2;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: #fff url("/img/icon/icon_time.png") no-repeat right 5px center;
    cursor: pointer;
    box-sizing: border-box;
}
.set-availability-dialog .dialog-content .appt-time-wrap .preview-container {
    position: static;
    top: auto;
    left: auto;
    height: auto;
    transform: none;
    font-size: 14px;
    line-height: 24px;
    color: #555;
}
.set-availability-dialog
    .dialog-content
    .appt-time-wrap
    .time-picker-preview.active {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
    box-shadow: none;
}
.set-availability-dialog
    .dialog-content
    .appt-time-wrap
    .time-picker-preview.active
    .preview-container {
    color: #fff;
}
/* Clock dropdown — open upward so neither time field is clipped */
.set-availability-dialog
    .dialog-content
    .appt-time-wrap
    .outside-click-container {
    width: 0;
    height: 0;
    overflow: visible;
    position: absolute;
    top: auto;
    bottom: 100%;
    left: 0;
    z-index: 10077;
}
.set-availability-dialog
    .dialog-content
    .appt-time-wrap
    .time-picker-modal-container {
    width: 250px;
    padding: 25px;
    transform: translateY(-4px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    background: #fff;
}
.set-availability-dialog
    .dialog-content
    .appt-time-wrap
    .time-picker-modal-header {
    height: auto;
    min-height: 40px;
    line-height: 1.2;
    font-size: 2.5em;
    padding-bottom: 6px;
    margin-bottom: 4px;
}
.set-availability-dialog .dialog-content .appt-time-wrap .picker-container {
    width: 200px;
    height: 200px;
}
.set-availability-dialog
    .dialog-content
    .appt-time-wrap
    .picker-point.point-outter {
    transform-origin: center 90px;
}
.set-availability-dialog .dialog-content .week-day div {
    border: 1px solid #3c8dbc;
    width: 40px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin: 5px 2px;
    cursor: pointer;
    font-size: 14px;
}
.set-availability-dialog .dialog-content .week-day div.active {
    background-color: #3c8dbc;
    color: #fff;
}
.set-availability-dialog .dialog-content .week-day div:first-child {
    margin-left: 0;
}
.set-availability-dialog .dialog-content .time-range {
    line-height: 36px;
    margin: 5px 0;
}
.set-availability-dialog .dialog-content .container-btn-filter .btn-custom {
    width: 100px;
}
/* Portal multiselect — unified UI (My Messages reference) */
.portal-multiselect-wrap,
.content-wrapper .multiselect,
.modal-mask .multiselect {
    position: relative;
    width: 100%;
}
.portal-multiselect-wrap .multiselect,
.content-wrapper .multiselect,
.modal-mask .multiselect {
    height: 36px !important;
    min-height: 36px !important;
    overflow: visible !important;
    z-index: 1;
    font-size: 14px;
}
.portal-multiselect-wrap .multiselect--active,
.content-wrapper .multiselect--active,
.modal-mask .multiselect--active {
    z-index: 10075;
}
.portal-multiselect-wrap .multiselect__tags,
.content-wrapper .multiselect__tags,
.modal-mask .multiselect__tags {
    min-height: 36px;
    padding: 6px 40px 0 8px;
    overflow: visible;
    border-radius: 0;
    border-color: #c3c3c3;
    font-size: 14px;
}
.portal-multiselect-wrap .multiselect__single,
.portal-multiselect-wrap .multiselect__placeholder,
.content-wrapper .multiselect__single,
.content-wrapper .multiselect__placeholder,
.modal-mask .multiselect__single,
.modal-mask .multiselect__placeholder {
    margin-bottom: 0;
    padding-top: 0;
    line-height: 24px;
    font-size: 14px;
    color: #555;
}
.portal-multiselect-wrap .multiselect__placeholder,
.content-wrapper .multiselect__placeholder,
.modal-mask .multiselect__placeholder {
    color: #adadad;
}
.portal-multiselect-wrap .multiselect__select,
.content-wrapper .multiselect__select,
.modal-mask .multiselect__select {
    height: 34px;
    top: 1px;
    width: 34px;
}
.portal-multiselect-wrap .multiselect__select:before,
.content-wrapper .multiselect__select:before,
.modal-mask .multiselect__select:before {
    background: url("/img/icon/icon_down.png") no-repeat center;
    border: 0 !important;
    border-color: transparent !important;
    position: relative;
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 15px;
    height: 9px;
    display: block;
    content: "";
}
.portal-multiselect-wrap .multiselect--active .multiselect__select,
.content-wrapper .multiselect--active .multiselect__select,
.modal-mask .multiselect--active .multiselect__select {
    transform: rotate(180deg);
}
.portal-multiselect-wrap .multiselect__content-wrapper,
.content-wrapper .multiselect__content-wrapper,
.modal-mask .multiselect__content-wrapper,
.new-message .multiselect__content-wrapper {
    z-index: 10076 !important;
    overflow: auto !important;
    max-height: 240px !important;
}
.portal-multiselect-wrap .multiselect__content-wrapper,
.content-wrapper .multiselect__content-wrapper,
.modal-mask .multiselect__content-wrapper {
    position: absolute !important;
    display: block !important;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #c3c3c3;
    border-top: none;
}
.portal-multiselect-wrap .multiselect__content,
.content-wrapper .multiselect__content,
.modal-mask .multiselect__content,
.new-message .multiselect__content {
    position: static !important;
    display: block !important;
    max-height: none !important;
    overflow: visible !important;
    width: 100% !important;
}
.portal-multiselect-wrap .multiselect__element,
.content-wrapper .multiselect__element,
.modal-mask .multiselect__element,
.new-message .multiselect__element {
    display: block !important;
}
.portal-multiselect-wrap .multiselect__content li,
.content-wrapper .multiselect__content li,
.modal-mask .multiselect__content li,
.new-message .multiselect__content li {
    float: none !important;
}
.portal-multiselect-wrap .multiselect__option,
.content-wrapper .multiselect__option,
.modal-mask .multiselect__option {
    display: block;
    padding: 8px 12px;
    min-height: 32px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    white-space: normal;
}
.alarms-details-sort-by .multiselect__tags {
    padding-bottom: 6px;
    height: auto;
}
.alarms-details-sort-by .multiselect__single,
.alarms-details-sort-by .multiselect__placeholder {
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
}
.alarms-details-sort-by {
    float: right !important;
    width: 180px;
    overflow: visible;
}
.modal-container .modal-popup {
    text-align: center;
    color: #fff;
}
/* Information popup: no blue title bar — close sits on colored modal body (old portal) */
.modal-container .modal-popup .detail-dialog-title {
    background-color: transparent;
    line-height: 1;
    padding: 12px 15px 0;
    text-align: right;
    text-transform: none;
}
.modal-container .modal-popup .detail-dialog-title .close {
    display: inline-block;
    background: url("/img/icon/icon_close.png") no-repeat center;
    font-size: 0;
    width: 9px;
    height: 9px;
    margin: 0;
    color: transparent;
    opacity: 1;
    line-height: 1;
    float: none;
    cursor: pointer;
}
.modal-container .modal-popup .dialog-content {
    padding-top: 20px;
}
.modal-container .modal-popup .dialog-content .modal-body-image {
    padding-bottom: 10px;
}
.modal-container .modal-popup .dialog-content .modal-body-image img {
    display: inline-block;
    max-width: 80px;
    height: auto;
}
.modal-container .modal-popup .dialog-content .modal-body-title {
    font-size: 1.6em;
}
.modal-container .modal-popup .dialog-content .modal-body-title p {
    margin: 0 0 8px;
}
.modal-container .modal-popup .dialog-content .modal-body-text {
    padding: 0 10px;
}
.modal-container .modal-popup .dialog-content .modal-body-text p {
    margin: 0;
    white-space: pre-line;
    line-height: 1.5;
}
.modal-container .modal-popup.modal-info {
    background-color: #28a297;
}
.modal-container .modal-popup.modal-info .modal-body-image img {
    content: url("../img/icon/icon_info.png");
}
.modal-container .modal-popup.modal-warning {
    background-color: #fb8565;
}
.modal-container .modal-popup.modal-warning .modal-body-image img {
    content: url("../img/icon/icon_warning.png");
}
.modal-container .modal-popup.modal-error {
    background-color: #f04860;
}
.modal-container .modal-popup.modal-error .modal-body-image img {
    content: url("../img/icon/icon_error.png");
}
.modal-container .modal-popup .dialog-btn-filter {
    padding: 20px 0;
}
.modal-container .modal-popup .dialog-btn-filter .btn-custom.btn-dialog {
    min-width: 100px;
    width: auto !important;
    border: 1px solid #fff;
    border-color: #fff;
    color: #fff;
    background: transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.mypatients-content {
    background-color: white;
    color: #333;
}
.patient-filter {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 20px 20px 0px;
}
.patient-filter label {
    line-height: 40px;
}
.patient-filter .view-selector {
    float: left;
    margin-right: 20px;
}
.patient-filter .view-selector .btn-custom-search + .btn-custom-search {
    margin-left: -4px;
}
.patient-advance-search {
    width: 150px;
    float: left;
    margin-right: 20px;
}
.patient-table-content {
    padding: 20px;
}
.patient-details-btn {
    width: 100% !important;
}
.patient-load-more {
    text-align: center;
    padding: 10px;
}
.patient-load-more .btn.disabled {
    pointer-events: none;
    opacity: 0.6;
}

/* Patient case notes — scoped for #portal-root (matches old blade layout) */
#portal-root .patient-case-notes-page {
    width: 100%;
}
#portal-root .patient-case-notes-page .patient-all-detail {
    padding: 10px;
    background-color: #fff;
    margin: 0 0 15px;
    height: auto;
}
#portal-root .patient-case-notes-page .patient-all-detail .patient-main-info {
    background-color: #28a297;
    color: #fff;
    padding: 20px;
    line-height: 2em;
}
#portal-root .patient-case-notes-page .patient-all-detail .patient-main-info p {
    margin-bottom: 0;
}
#portal-root .patient-case-notes-page .tab-header::after {
    content: "";
    display: table;
    clear: both;
}
#portal-root .patient-case-notes-page .tab-content {
    padding: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#portal-root .patient-case-notes-page .tab-content > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
#portal-root .patient-case-notes-page .custom-header {
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}
#portal-root .patient-case-notes-page .custom-header .header-icon {
    float: left;
    height: 50px;
    line-height: 50px;
}
#portal-root .patient-case-notes-page .custom-header .header-icon img {
    vertical-align: middle;
    display: inline-block;
    max-height: 32px;
    width: auto;
}
#portal-root .patient-case-notes-page .custom-header .header-title {
    float: left;
    line-height: 50px;
    font-size: 22px;
    margin-left: 10px;
    color: #333;
}
#portal-root .patient-case-notes-page .custom-tab-header {
    min-height: 55px;
    clear: both;
    width: 100%;
    position: relative;
}
#portal-root .patient-case-notes-page .custom-tab-header > div {
    float: left;
}
#portal-root .patient-case-notes-page .custom-tab-header .custom-navbar {
    width: 100%;
    overflow-x: hidden;
    position: absolute;
    margin: 0;
}
#portal-root .patient-case-notes-page .custom-tab-header .custom-navbar ul {
    max-width: 2100px;
    padding-left: 0;
    list-style: none;
    border-bottom: 3px solid #283860;
}
#portal-root
    .patient-case-notes-page
    .custom-tab-header
    .custom-navbar
    ul.custom-move-bar {
    display: flex;
    flex-wrap: nowrap;
    width: max-content !important;
    max-width: none !important;
    margin: 0;
}
#portal-root
    .patient-case-notes-page
    .custom-tab-header
    .custom-navbar
    ul.custom-move-bar
    > li {
    float: none;
    flex: 0 0 auto;
}
#portal-root .patient-case-notes-page .custom-tab-header .custom-navbar ul li {
    float: left;
    padding: 0 10px;
    border-bottom: 0;
    position: relative;
}
#portal-root
    .patient-case-notes-page
    .custom-tab-header
    .custom-navbar
    ul
    li.active:before,
#portal-root
    .patient-case-notes-page
    .custom-tab-header
    .custom-navbar
    ul
    li:hover:before,
#portal-root
    .patient-case-notes-page
    .custom-tab-header
    .custom-navbar
    ul
    li:focus:before {
    content: "";
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    background-color: #f04860;
}
#portal-root
    .patient-case-notes-page
    .custom-tab-header
    .custom-navbar
    ul
    li
    a {
    color: #448ad2;
    font-weight: bold;
    white-space: nowrap;
}
#portal-root
    .patient-case-notes-page
    .custom-tab-header
    .custom-navbar
    ul
    li:first-child,
#portal-root
    .patient-case-notes-page
    .custom-tab-header
    .custom-navbar
    ul
    li:last-child {
    padding: 0 10px;
}
#portal-root .patient-case-notes-page .custom-tab-header .custom-move-arrow {
    font-size: 0;
    width: 20px;
    cursor: pointer;
    user-select: none;
    position: absolute;
    height: 100%;
    top: 0;
    left: -20px;
    z-index: 2;
    background: url(/img/icon/icon_custom-left.png) no-repeat center;
}
#portal-root
    .patient-case-notes-page
    .custom-tab-header
    .custom-move-arrow.right {
    left: 100%;
    background-image: url(/img/icon/icon_custom-right.png);
}
#portal-root .patient-case-notes-page .one-section {
    border-bottom: 1px solid #ddd;
    padding-bottom: 35px;
    padding-top: 33px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#portal-root .patient-case-notes-page .one-section .section-header {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
#portal-root
    .patient-case-notes-page
    .one-section
    .section-header
    .header-title {
    float: left;
    text-transform: uppercase;
}
#portal-root .patient-case-notes-page label.sub-heading {
    display: block;
    padding-bottom: 5px;
    text-transform: uppercase;
}
#portal-root .patient-case-notes-page .form-group.with-icon-right {
    position: relative;
    padding-right: 55px;
}
#portal-root .patient-case-notes-page .form-group.with-icon-right span {
    position: absolute;
    left: calc(100% - 50px);
    line-height: 36px;
    bottom: 0;
}
#portal-root .patient-case-notes-page .foot-action {
    padding-top: 30px;
    margin-bottom: 10px;
}
#portal-root .patient-case-notes-page .foot-action button,
#portal-root .patient-case-notes-page .foot-action .btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 34px;
    min-height: 40px;
    line-height: 1.2;
    margin-left: 6px;
}
#portal-root .patient-case-notes-page .custom-gauge-container {
    border: 1px solid #ddd;
}
#portal-root .patient-case-notes-page .custom-gauge-container .gauge-title {
    background-color: #eee;
    padding: 5px 10px;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-svg {
    padding: 20px 0;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content {
    padding: 20px 0;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content
    .input-gauge-date {
    width: 130px;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content
    .input-gauge-value {
    width: 60px;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content
    .label-gauge-unit {
    margin-top: 32px;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content
    .gauge-status-container {
    height: 100px;
    padding: 10px 0;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content
    .gauge-status-container
    .gauge-status {
    height: 24px;
    line-height: 24px;
    width: 180px;
    padding-left: 10px;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content
    .gauge-status-container
    .gauge-status
    .status-indicator {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    float: left;
    margin-top: 7px;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content
    .gauge-status-container
    .gauge-status
    .status-text {
    margin-left: 20px;
    color: #333;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content
    .gauge-status-container
    .gauge-status.green-status
    .status-indicator {
    background-color: #33d778;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content
    .gauge-status-container
    .gauge-status.green-status.active {
    background-color: #33d778;
    color: #fff;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content
    .gauge-status-container
    .gauge-status.red-status
    .status-indicator {
    background-color: #f04860;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content
    .gauge-status-container
    .gauge-status.red-status.active {
    background-color: #f04860;
    color: #fff;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content
    .gauge-status-container
    .gauge-status.orange-status
    .status-indicator {
    background-color: #fb8565;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content
    .gauge-status-container
    .gauge-status.orange-status.active {
    background-color: #fb8565;
    color: #fff;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content
    .gauge-status-container
    .gauge-status.blue-status
    .status-indicator {
    background-color: #448ad2;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content
    .gauge-status-container
    .gauge-status.blue-status.active {
    background-color: #448ad2;
    color: #fff;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content
    .gauge-status-container
    .gauge-status.yellow-status
    .status-indicator {
    background-color: #e8b020;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content
    .gauge-status-container
    .gauge-status.yellow-status.active {
    background-color: #e8b020;
    color: #fff;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content
    .gauge-status-container
    .gauge-status.active
    .status-indicator {
    background-color: #fff;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content
    .gauge-status-container
    .gauge-status.active
    .status-text {
    color: #fff;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content
    .status-description {
    background-color: #eee;
    padding: 15px;
    margin-right: 15px;
    line-height: 1.6em;
}
#portal-root
    .patient-case-notes-page
    .custom-gauge-container
    .custom-gauge-content
    .status-description
    p {
    margin-bottom: 0;
}
#portal-root .patient-case-notes-page .modal-mask.graph_history {
    padding: 25px;
}
#portal-root .modal-mask.graph_history .modal-container {
    width: 600px !important;
    max-width: calc(100vw - 50px) !important;
}
#portal-root .patient-case-notes-page .modal-mask.graph_history .form-inline {
    margin-top: 20px;
}
#portal-root
    .patient-case-notes-page
    .modal-mask.graph_history
    .form-inline
    .form-group {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 0;
    vertical-align: top;
}
#portal-root
    .patient-case-notes-page
    .modal-mask.graph_history
    .form-inline
    .form-group
    label {
    display: inline-block;
    font-weight: normal;
    margin-right: 6px;
    margin-bottom: 0;
    vertical-align: middle;
}
#portal-root
    .patient-case-notes-page
    .modal-mask.graph_history
    .form-group.date-field
    .vdp-datepicker {
    width: 131px;
}
#portal-root .highcharts-legend-item text,
#portal-root .highcharts-legend-item span {
    font-weight: bold !important;
    font-size: 13px !important;
    font-family: "Raleway", Arial, sans-serif !important;
}
#portal-root .highcharts-tooltip text,
#portal-root .highcharts-label text {
    font-size: 13px !important;
    fill: #000000 !important;
    font-family: "Raleway", Arial, sans-serif !important;
}
#portal-root .highcharts-header {
    font-weight: normal !important;
    font-size: 12px !important;
    fill: #000000 !important;
}
#portal-root .highcharts-strong {
    font-weight: bold !important;
    font-size: 16px !important;
    fill: #000000 !important;
}
#portal-root .highcharts-unit {
    font-weight: bold !important;
    font-size: 12px !important;
    fill: #000000 !important;
}
#portal-root .patient-case-notes-page .overview-content {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 0;
}
#portal-root .patient-case-notes-page .custom-ul-table-border .header-info {
    line-height: 50px;
}
#portal-root
    .patient-case-notes-page
    .custom-ul-table-border
    .header-info
    .header-number {
    color: #28a297;
    font-size: 1.3em;
    font-weight: bold;
}
#portal-root
    .patient-case-notes-page
    .custom-ul-table-border
    .header-info
    .header-label {
    padding: 0 100px 0 10px;
}
.patient-widget {
    margin: 10px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
}
.patient-main {
    padding: 20px;
    background-color: #28a297;
    text-align: center;
}
.patient-main .user-photo img {
    height: auto;
    border-radius: 50%;
}
.patient-main .user-info {
    color: #fff;
    margin-top: 10px;
}
.patient-detail {
    margin-top: 10px;
    padding: 10px;
    height: 120px;
    background-size: auto 100%;
}
.patient-info.diabetic-type {
    float: right;
    border: 1px solid #28a297;
    border-radius: 15px;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
}

.schedule-table ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
.schedule-table ol,
.schedule-table ul {
    list-style: none !important;
}
.task-list p {
    font-size: 16px !important;
    line-height: 50px !important;
    padding: 0px !important;
}
.time-ground ul li .time-list {
    font-size: 16px !important;
}

.appointment-bottom-bar {
    margin: 20px;
    text-align: center;
}
.alarms-content {
    color: #333;
    width: 100%;
}
.alarms-content.row {
    margin-left: 0;
    margin-right: 0;
}
.alarms-content .tab-header {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.alarms-content .tab-header::after {
    content: "";
    display: table;
    clear: both;
}
.alarms-content .tab-content {
    padding: 0 20px 20px;
}
.alarms-content .tab-content > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.alarms-content .custom-header {
    height: 50px !important;
    line-height: 50px !important;
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}
.alarms-content .custom-header .header-icon {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-right: 0;
}
.alarms-content .custom-header .header-icon img {
    vertical-align: middle;
    display: inline-block;
    max-height: 32px;
    width: auto;
}
.alarms-content .custom-header .header-title {
    float: left;
    line-height: 50px;
    font-size: 22px;
    font-weight: normal;
    margin-left: 10px;
    color: #333;
}
.alarms-details-content {
    padding: 20px;
}
.alarms-details-filter {
    line-height: 36px;
    margin: 20px 0;
    overflow: hidden;
}
.alarms-details-filter::after {
    content: "";
    display: table;
    clear: both;
}
.alarms-details-filter .form-control {
    float: left;
    width: 180px;
    margin-left: 10px;
}
.alarms-details-filter .form-control:first-child {
    margin-left: 0;
}
.alarms-details-filter .data-range-picker {
    float: left;
    margin-left: 10px;
}
.alarms-details-filter .btn.btn-custom {
    float: left;
    margin-left: 10px;
}
.alarms-details-refresh {
    float: left;
    margin-left: 10px;
    cursor: pointer;
    line-height: 36px;
    color: #999;
}
.alarms-details-sort {
    overflow: visible;
    margin-bottom: 10px;
    clear: both;
}
.alarms-details-sort::after {
    content: "";
    display: table;
    clear: both;
}
.alarms-details-table-wrap {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    margin-bottom: 15px;
    -webkit-overflow-scrolling: touch;
}
.alarms-details-table-wrap .panel {
    margin-bottom: 0;
}
.alarms-details-table-wrap .panel-body {
    overflow-x: visible;
    padding: 0;
}
.alarms-details-table-wrap .custom-table.middle {
    min-width: 1320px;
    width: max-content;
    max-width: none;
    margin-bottom: 0;
}
.alarms-details-table-wrap .custom-table.middle th,
.alarms-details-table-wrap .custom-table.middle td {
    white-space: nowrap;
}
.alarms-details-table-wrap .custom-table.middle th.text-center,
.alarms-details-table-wrap .custom-table.middle td.text-center {
    min-width: 56px;
}
.alarms-details-table-wrap .custom-table.middle th:first-child,
.alarms-details-table-wrap .custom-table.middle td:first-child {
    min-width: 90px;
}
.alarms-details-table-wrap .custom-table.middle th:nth-child(2),
.alarms-details-table-wrap .custom-table.middle td:nth-child(2),
.alarms-details-table-wrap .custom-table.middle th:nth-child(3),
.alarms-details-table-wrap .custom-table.middle td:nth-child(3) {
    min-width: 110px;
}
.alarms-details-table-wrap .custom-table.middle th:nth-child(4),
.alarms-details-table-wrap .custom-table.middle td:nth-child(4) {
    min-width: 95px;
}
.alarms-risk-line {
    width: 30px;
    border-width: 3px;
    border-color: #999;
    margin: 8px auto;
}
.alarm-filter {
    padding: 20px 5% 5px;
    background-color: #fff;
    margin: 10px 0px;
}
.circle-status {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #33d778;
}
.circle-status.error-status {
    background-color: #f04860;
}
.one-attention {
    height: 70px;
}
.attention-label {
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid #cfcfcf;
    padding: 25px;
}
.attention-description {
    height: 70px;
    border: 1px solid #cfcfcf;
    margin-left: 69px;
    position: relative;
    padding: 0px 10px;
}
.attention-description p {
    position: absolute;
    transform: translate(0%, -50%);
    top: 35px;
}
.events-content {
    color: #333;
}
.events-details-content {
    padding: 20px;
}
.events-details-filter {
    line-height: 36px;
    margin: 20px 0;
    overflow: hidden;
}
.events-details-filter::after {
    content: "";
    display: table;
    clear: both;
}
.events-details-filter .form-control {
    float: left;
    width: 180px;
    margin-left: 10px;
}
.events-details-filter .form-control:first-child {
    margin-left: 0;
}
.events-details-filter .data-range-picker {
    float: left;
    margin-left: 10px;
}
.events-details-filter .btn.btn-custom {
    float: left;
    margin-left: 10px;
}
.events-details-refresh {
    float: left;
    margin-left: 10px;
    cursor: pointer;
    line-height: 36px;
    color: #999;
}
.events-details-sort {
    overflow: visible;
    margin-bottom: 10px;
    clear: both;
}
.events-details-sort::after {
    content: "";
    display: table;
    clear: both;
}
.events-details-sort-by {
    float: right;
}
.events-details-sort-by .multiselect__tags {
    min-height: 36px;
    font-size: 14px;
}
.events-details-sort-by .multiselect__single,
.events-details-sort-by .multiselect__placeholder {
    font-size: 14px;
    line-height: 24px;
}
.events-details-table-wrap {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    margin-bottom: 15px;
    clear: both;
    -webkit-overflow-scrolling: touch;
}
.events-details-table-wrap .panel {
    margin-bottom: 0;
}
.events-details-table-wrap .panel-body {
    padding: 0;
    overflow-x: visible;
}
.events-details-table-wrap .custom-table.middle {
    min-width: 1200px;
    width: max-content;
    max-width: none;
    margin-bottom: 0;
}
.events-details-table-wrap .custom-table.middle th,
.events-details-table-wrap .custom-table.middle td {
    vertical-align: middle;
    white-space: nowrap;
}
.events-details-table-wrap .custom-table.middle th:nth-child(6),
.events-details-table-wrap .custom-table.middle td:nth-child(6) {
    white-space: normal;
    min-width: 220px;
    max-width: 360px;
}
.events-details-table-wrap .custom-table.middle th.text-center,
.events-details-table-wrap .custom-table.middle td.text-center {
    text-align: center;
    min-width: 56px;
}
.events-details-table-wrap .custom-table.middle th:first-child,
.events-details-table-wrap .custom-table.middle td:first-child {
    min-width: 90px;
}
.events-details-table-wrap .custom-table.middle th:nth-child(2),
.events-details-table-wrap .custom-table.middle td:nth-child(2),
.events-details-table-wrap .custom-table.middle th:nth-child(3),
.events-details-table-wrap .custom-table.middle td:nth-child(3) {
    min-width: 110px;
}
.events-details-table-wrap .custom-table.middle th:nth-child(4),
.events-details-table-wrap .custom-table.middle td:nth-child(4) {
    min-width: 110px;
}
.events-details-table-wrap .custom-table.middle th:nth-child(5),
.events-details-table-wrap .custom-table.middle td:nth-child(5) {
    min-width: 90px;
}
.events-details-table-wrap .custom-table.middle th:nth-child(7),
.events-details-table-wrap .custom-table.middle td:nth-child(7) {
    min-width: 100px;
}
.events-details-table-wrap .custom-table.middle th:nth-child(8),
.events-details-table-wrap .custom-table.middle td:nth-child(8) {
    min-width: 110px;
}
.events-status-line {
    width: 30px;
    border-width: 3px;
    border-color: #999;
    margin: 0 auto;
}
.event-filter {
    padding: 20px 5%;
    background-color: #fff;
    margin: 10px 0px;
}
.one-report {
    margin: 10px;
    background-color: #28a297;
    color: #fff;
    text-align: center;
}
.report-tab-width {
    width: 180px;
}
.report-menu-img {
    padding: 20px 0px;
}
.report-sub-title {
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    height: 60px;
    font-size: 16px;
}
.report-sub-title-text {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0px 20px;
}
.report-add-bar {
    text-align: left;
    padding-left: 20px;
    font-size: 40px;
}
.reports-content .tab-content {
    padding: 20px;
}
.lab-content {
    color: #333;
    width: 100%;
}
.lab-content.row {
    margin-left: 0;
    margin-right: 0;
}
.skin-custom .content-header.lab {
    background-color: #33d778;
}
.skin-custom .content-header.lab h1 {
    color: #fff;
    padding: 28px 17px;
}
.lab-admin-content,
.lab-add-content {
    padding: 10px 20px;
}
.lab-admin-content .custom-header,
.lab-add-content .custom-header {
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
    overflow: hidden;
}
.lab-admin-content .custom-header .header-icon,
.lab-add-content .custom-header .header-icon {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
}
.lab-admin-content .custom-header .header-icon img,
.lab-add-content .custom-header .header-icon img {
    vertical-align: middle;
    display: inline-block;
}
.lab-admin-content .custom-header .header-title,
.lab-add-content .custom-header .header-title {
    float: left;
    line-height: 50px;
    font-size: 22px;
    margin-left: 0;
}
.lab-admin-content .tab-right-header {
    float: right;
    padding: 6px 10px 0 0;
}
.lab-admin-filter {
    margin: 20px 0;
    line-height: 36px;
    overflow: hidden;
}
.lab-admin-filter::after {
    content: "";
    display: table;
    clear: both;
}
.lab-admin-filter .form-control {
    float: left;
    margin-right: 10px;
}
.lab-admin-filter .btn.btn-custom {
    float: left;
    margin-right: 10px;
}
.lab-admin-refresh {
    float: left;
    line-height: 36px;
    cursor: pointer;
    margin-left: 0;
}
.lab-admin-table-wrap {
    overflow-x: auto;
    width: 100%;
    clear: both;
}
.lab-admin-table-wrap .panel {
    margin-bottom: 0;
}
.lab-admin-table-wrap .panel-body {
    padding: 0;
    overflow-x: auto;
}
.lab-admin-actions {
    width: 100px;
}
.lab-add-actions {
    margin: 20px 0;
}
.profile-content {
    color: #333;
    width: 100%;
}
.profile-content.row {
    margin-left: 0;
    margin-right: 0;
}
.skin-custom .content-header.profile {
    background-color: #283860;
}
.skin-custom .content-header.profile h1 {
    color: #fff;
    padding: 28px 17px;
}
.profile-page-content {
    padding: 20px;
}
.profile-page-content .photo-upload {
    overflow: hidden;
    margin-bottom: 10px;
}
.profile-page-content .photo-upload .user-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.vicp-img-container .profile-cropper {
    width: 240px;
    height: 180px;
    background: #e5e5e0;
}
.vicp-img-container .profile-cropper .vue-advanced-cropper__background,
.vicp-img-container .profile-cropper .vue-advanced-cropper__foreground {
    background: #e5e5e0;
}
.profile-board {
    float: left;
    width: 200px;
    height: 200px;
    margin: 5px;
    text-align: left;
    background-color: #28a297;
    color: #fff;
}
.profile-board-content {
    padding: 30px 15px 0;
}
.profile-board-content p {
    margin-bottom: 10px;
}
.profile-board .close {
    background: url(/img/icon/icon_close.png) no-repeat center;
    font-size: 0;
    margin-top: 10px;
    width: 9px;
    height: 9px;
    opacity: 1;
    float: right;
    cursor: pointer;
}

[v-cloak] {
    display: none !important;
}

/* Portal typography — Raleway loads from htmlheader on every patient page */
body.skin-custom,
body.skin-custom .content-wrapper,
#portal-root {
    font-family: "Raleway", sans-serif;
}

/* Portal module footers — Save + action select side by side (all patient pages) */
#portal-root .foot-action,
footer .foot-action,
.foot-action.pull-right,
.form-group.foot-action {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    width: 100%;
}
#portal-root .foot-action > .multiselect,
#portal-root .foot-action .multiselect,
#portal-root .foot-action .foot-action-select,
footer .foot-action .multiselect,
.foot-action .multiselect {
    display: inline-flex !important;
    float: none !important;
    width: 180px !important;
    min-width: 180px;
    max-width: 180px;
    flex: 0 0 180px;
    vertical-align: middle;
    text-align: left;
    margin: 0 !important;
}
#portal-root .foot-action > button,
#portal-root .foot-action > .btn,
#portal-root .foot-action .btn,
footer .foot-action .btn,
.foot-action .btn,
.foot-action button {
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    flex: 0 0 auto;
    margin: 0 !important;
    min-height: 40px;
    padding: 0 34px;
    line-height: 1.2 !important;
    box-sizing: border-box;
}

/* Modal / dialog / filter row buttons — centered label text (layout only) */
#portal-root .container-btn-filter .btn-custom,
#portal-root .container-btn-filter .btn.btn-custom,
#portal-root .dialog-btn-filter .btn-custom,
#portal-root .dialog-btn-filter .btn.btn-custom,
.modal-container .dialog-btn-filter .btn-custom,
.modal-container .dialog-btn-filter .btn.btn-custom,
.question-dialog .dialog-btn-filter .btn.btn-custom,
.tab-right-header .btn-custom,
.section-header .btn-custom,
.height35,
.btn.btn-custom.height35,
button.btn.btn-custom.height35,
a.btn.btn-custom.height35 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1.2 !important;
    box-sizing: border-box;
}
/* Preserve blue fill on primary action buttons */
#portal-root .btn.btn-custom.colored,
#portal-root button.btn.btn-custom.colored,
#portal-root a.btn.btn-custom.colored,
#portal-root .container-btn-filter .btn.btn-custom.colored,
#portal-root .dialog-btn-filter .btn.btn-custom.colored,
.tab-right-header .btn-custom.colored,
.section-header .btn-custom.colored,
.foot-action .btn.btn-custom.colored,
.foot-action button.btn.btn-custom.colored {
    color: #fff !important;
    background-color: #448ad2 !important;
    background-image: none !important;
    border-color: #448ad2 !important;
}
.height35,
.btn.btn-custom.height35,
button.btn.btn-custom.height35,
a.btn.btn-custom.height35 {
    height: 37px !important;
    min-height: 37px !important;
}
#portal-root .form-inline.custom .form-group {
    display: inline-block;
    margin-right: 16px;
    vertical-align: top;
}
#portal-root .form-inline.custom .form-group label {
    display: block;
}
#portal-root .form-group.float-left {
    float: left;
    margin-right: 10px;
}
#portal-root .form-group.float-left .multiselect {
    min-width: 180px;
}
