.iflex {
    display: flex;
    display: -webkit-flex;
}

.iflex-align-items-center {
    align-items: center;
}

.iflex-justify-content-space-between {
    justify-content: space-between;
}

.iflex-justify-content-center {
    justify-content: center;
}

.iflex-flex-grow-1 {
    flex-grow: 1;
}

.iflex-flex-wrap {
    flex-wrap: wrap;
}

.iflex-direction-row-reverse {
    flex-direction: row-reverse;
}

.iflex-direction-vertical {
    flex-direction: column;
}

.msg {
    width: 100%;
    border: 0px solid transparent;
    font-size: 1rem;
    text-align: left;
    border-radius: 2px;
    padding: 12.5px;
    background-color: rgba(27, 161, 96, .2);
    color: #19a15f;
    display: none;
    margin-top: 35px;
}

.msg.err {
    border-color: #dc4c3f;
    background-color: rgba(221, 81, 69, .2);
    color: #dc4c3f;
}

.cover-loader,
.noscript-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    z-index: 9999999999999999999;
}

.noscript-warning {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #c22625;
    color: #fff;
    text-align: center;
    z-index: 99999999999999999999;
    padding: 27px 30px;
}

.cover-loader.hidden {
    display: none;
}

.process-remover,
.process-remover-st {
    display: inline-block !important;
    width: 25px;
    height: 25px;
    background-color: #c22625;
    line-height: 25px !important;
    border-radius: 50%;
    margin-top: 10px;
    cursor: pointer;
    color: #fff !important;
    text-align: center !important;
}

.all-order-listings>tr:nth-child(2n + 1) {
    background: #f7f7f7;
}

.cal-disabled,
.btn-disabled-two {
    opacity: 0.7;
    user-select: none;
    pointer-events: none;
    touch-action: none;
}

tr.doctor-list-item.new-dli {
    background: #f0f8ff;
}

.kt-header__topbar-icon--success {
    position: relative;
}

span.app-assign-btn {
    border: 1px solid #000;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}

.alert-item {
    display: inline-block;
    padding: 0 8px;
    height: 20px;
    line-height: 20px;
    background-color: #c22625;
    color: #fff;
    text-align: center;
    font-size: 11px;
    border-radius: 3px;
    margin-top: -30px;
    margin-left: -15px;
    display: none;
}

.cur {
    cursor: pointer;
}

.simple-title {
    font-size: 1.2rem;
    font-weight: 500;
    color: #48465b;
}

.tb-fw-500 td,
.tb-fw-500 th {
    font-weight: 500;
}

.tb-cl-ttl {
    color: #48465b;
}

.bdr-outline {
    border: 1px solid #eee;
}

.und:hover {
    text-decoration: underline;
}

.switch-btn {
    width: 60px;
    background-color: #7c7c7c;
    border-radius: 60px;
    position: relative;
    padding: 4px;
    line-height: 0px;
}

.switch-btn>span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    display: inline-block;
    position: relative;
    left: 0;
}

.switch-btn.facility-service-switch-btn {
    background-color: rgba(255, 0, 0, .4);
}

.switch-btn.facility-service-switch-btn>span {
    background-color: #c22625;
}

.switch-btn.on {
    background-color: #127cc1;
}

.switch-btn.facility-service-switch-btn.on {
    background-color: rgba(69, 160, 73, .4);
}

.switch-btn.facility-service-switch-btn.on>span {
    background-color: #45a049;
}

.switch-btn.on>span {
    left: 27px;
}

.trans {
    transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
}

.kt-login-header {
    display: flex;
    display: -webkit-flex;
}

.kt-login-header>div {
    padding: 10px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.kt-login-header>div:hover {
    color: #3a5aff;
}

.kt-login-header>div.active {
    border-color: #3a5aff;
}

.kt-ulogin-item:not(.active) {
    display: none;
}

button.ser-hidden.hidden-btn {
    display: none !important;
}

.raw-input-item {
    display: block;
    border-width: 0;
    background: transparent;
}

.cur {
    cursor: pointer;
}

.custom-special-searcher {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 15px 0;
}

.custom-special-searcher>div {
    width: 100%;
}

.custom-special-searcher>div:first-child {
    position: inherit;
}

.custom-special-searcher>div:first-child>input {
    width: 100%;
    border: 1px solid #dbdbdb;
    padding: 10px 15px;
    border-radius: 4px;
}

.custom-special-searcher>div:nth-child(2) {
    position: absolute;
    top: 100%;
    height: 200px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    display: none;
}

.custom-special-searcher>div:nth-child(2)>div:first-child {
    height: 30px;
    border-bottom: 1px solid #dbdbdb;
    line-height: 30px;
    padding: 0 10px;
}

.custom-special-searcher>div:nth-child(2)>div:nth-child(2) {
    height: 170px;
    padding: 10px;
    overflow-y: scroll;
}

.custom-special-searcher>div:nth-child(2)>div:nth-child(2)>div {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.custom-special-searcher>div:nth-child(2)>div:nth-child(2)>div:nth-last-of-type(1) {
    border-bottom-width: 0;
}

.custom-special-searcher>div:nth-child(2)>div:nth-child(2)>div:hover {
    background: #f7f7f7;
}

.custom-special-searcher>div:nth-child(2)>div:nth-child(2)>div>div:first-child {
    margin-right: 10px;
}

.custom-special-searcher>div:nth-child(2)>div:nth-child(2)>div>div:first-child i {
    font-size: .85rem;
}

.promo-codes-item {
    position: relative;
}

.promo-codes-item>.promo-box {
    position: absolute;
    padding: 15px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
    width: 250px;
    background: #fff;
    z-index: 2;
    border-radius: 5px;
    margin: 10px 0;
    display: none;
}

.promo-codes-item>.promo-box>div {
    padding: 6px 0;
}

.promo-codes-item:hover .promo-box {
    display: block;
}

.pwarn {
    display: none;
}

.input-search-box {
    position: relative;
    display: none;
}

.input-search-box>div {
    position: absolute;
    width: 100%;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    padding: 10px;
    z-index: 2;
    max-height: 200px;
    overflow-y: auto;
}

.input-search-box>div>div:first-child {
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
}

.input-search-box>div>div:nth-child(2) {
    min-height: 200px;
    overflow-y: auto;
}

.input-search-box-results-item {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin: 10px 0;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 10px;
}

.input-search-box-results-item>div:first-child {
    margin-right: 20px;
    flex-grow: 1;
}

.input-search-box-results-item>div:nth-child(2) {
    font-weight: 600;
}

form[data_active-step] table tbody tr:nth-child(2n+1) {
    background-color: #f7f7f7;
}

.t-a-c {
    text-align: center !important;
}

.t-a-r {
    text-align: right !important;
}

.t-a-l {
    text-align: left !important;
}

/* SMS */
.sms-receipients-box {
    width: 100%;
    margin: 15px 0;
}

.sms-receipient-item {
    display: inline-block;
    padding: 2.5px 10px;
    font-size: .90rem;
    border: 1px solid #dbdbdb;
    border-radius: 60px;
    background-color: #f7f7f7;
    margin: 5px;
    margin-left: 0px;
}

.sms-receipient-remover {
    display: inline-block;
    margin-left: 5px;
}

.sms-receipient-remover i {
    font-size: .90rem;
}

/* /SMS */
/*  General input list container */
.general-input-list-container {
    width: 100%;
    position: absolute;
    top: 100%;
    z-index: 1;
    background: #fff;
    display: none;
}

.general-input-list-container>div:first-child {
    width: 100%;
    position: relative;
    border: 1px solid #dbdbdb;
    overflow: hidden;
}

.general-input-list-container>div:first-child>div:first-child {
    text-align: right;
    padding: 10px;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.14);
}

.general-input-list-container>div:first-child>div:nth-child(2) {
    max-height: 150px;
    overflow: auto;
}

.general-input-list-container>div:first-child>div:nth-child(2)>div.srch-item {
    padding: 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    border-top: 1px solid #f7f7f7;
}

.general-input-list-container>div:first-child>div:nth-child(2)>div.srch-item>div:first-child {
    flex-grow: 1;
    margin-right: 15px;
}

.general-input-list-container>div:first-child>div:nth-child(2)>div.srch-item>div:nth-child(2) {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    font-size: .90rem;
    padding: 2.5px 5px;
    font-weight: 500;
}

.general-input-list-container>div:first-child>div:nth-child(2)>div.srch-item>div:nth-child(2) i {
    font-size: .90rem;
    margin-right: 5px;
}

/*  /General input list container */
.validation-container {
    max-width: 300px;
}

.validation-container>div:nth-child(1) input {
    width: 100%;
    border: 1px solid #dbdbdb;
    padding: 10px;
    border-radius: 4px;
}

.validation-container>div:nth-child(2) {
    padding-left: 10px;
}

.validation-container>div:nth-child(2) button {
    border-width: 0;
    background-color: #127cc1;
    color: #fff;
    padding: 9px;
    border-radius: 3px;
    font-weight: bold;
}

.message-widget-items {
    margin: 10px 0;
}

.message-widget-item {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
}

.srch-item:hover {
    background-color: #f7f7f7;
}

.drug-prescription-container,
.symptoms-prescription-container {
    width: 100%;
}

.drug-prescription-container>div,
.symptoms-prescription-container>div
{
    border: 1px solid #dbdbdb;
    padding: 15px;
    border-radius: 5px;
}

.drug-prescription-container>div>div,
.symptoms-prescription-container>div>div
{
    margin-bottom: 10px;
}

.drug-prescription-container>div:first-child,
.symptoms-prescription-container>div:first-child
{
    width: 37%;
    margin-right: 20px;
}

.drug-prescription-container>div:nth-child(2),
.symptoms-prescription-container>div:nth-child(2)
{
    width: 50%;
    max-width: 52vw;
    overflow-x: auto;
    flex-grow: 1;
}

.soap-processing-items h3 {
    font-size: 1.2rem;
}

.drug-search-container,
.symptoms-search-container,
.drug-populate-container {
    max-height: 250px;
    overflow-y: auto;
}

.alice-blue {
    background: aliceblue;
}

.populate-drug-container {
    width: 100%;
    overflow-x: auto;
    min-height: 300px;
}

.populate-drug-container>table {
    min-width: 800px;
}

.chosen-drug-container-item {
    line-height: 40px;
}

/* Custom special modal */
.custom-special-modal {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.custom-special-modal>div,
.custom-special-modal>div>div>div:first-child,
.custom-special-modal>div>div>div:nth-child(2)>div.custom-modal-search-item {
    display: flex;
    display: -webkit-flex;
}

.custom-special-modal>div {
    justify-content: center;
    overflow-y: auto;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

.custom-special-modal>div>div {
    width: 80%;
    max-width: 600px;
    min-width: 320px;
    background-color: #fff;
    margin: 50px 0;
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    border-radius: 4px;
    overflow: hidden;
}

.custom-special-modal>div>div>div {
    padding: 15px;
}

.custom-special-modal>div>div>div:first-child {
    border-bottom: 1px solid #dbdbdb;
    background-color: #f7f7f7;
}

.custom-special-modal>div>div>div:first-child,
.custom-special-modal>div>div>div:nth-child(2)>div.custom-modal-search-item>div:first-child {
    align-items: center;
}

.custom-special-modal>div>div>div:first-child>div:first-child,
.custom-special-modal>div>div>div:nth-child(2)>div.custom-modal-search-item>div:first-child {
    flex-grow: 1;
}

.custom-special-modal>div>div>div:first-child>div:first-child,
.custom-special-modal>div>div>div:nth-child(2)>div.custom-modal-search-item>div:first-child {
    margin-right: 20px;
}

.custom-special-modal>div>div>div:first-child>div:first-child>input {
    width: 100%;
    border-width: 0;
    font-size: 1.2rem;
    background-color: transparent;
    padding: 10px;
}

.custom-special-modal>div>div>div:nth-child(2) {
    max-height: 400px;
    overflow-y: auto;
}

.custom-special-modal>div>div>div:nth-child(2)>div.custom-modal-search-item {
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
}

.custom-special-modal>div>div>div:nth-child(2)>div.custom-modal-search-item>div {
    padding: 10px;
}

.custom-special-modal>div>div>div:nth-child(2)>div.custom-modal-search-item:hover {
    color: #000 !important;
    font-size: 1.85rem;
}

.table.table-light tr {
    border-radius: 5px;
    color: #000;
    font-weight: 500;
}

.btn.btn-outline-success {
    background: #1dc9b7 !important;
    color: #fff !important;
}

.kt-menu__link-text {
    color: #000 !important;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dbdbdb;
}

table#kt_table_1 tbody tr:nth-child(2n+1) {
    background: #f7f7f7;
}

tr.odd.rx-no-data-container {
    text-align: center;
}

tr.rx-no-data-container td {
    padding-top: 10px !important;
}

.btn {
    align-items: center;
    font-weight: 600 !important;
    font-size: 1rem;
    white-space: nowrap;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link>.kt-menu__link-icon {
    color: #000 !important;
    font-size: 1.85rem;
}

.kt-menu__link-text {
    color: #000 !important;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dbdbdb;
}

.modal-body label {
    display: inline-block !important;
    margin-bottom: 5px !important;
    margin-top: 10px !important;
    color: #000 !important;
    font-weight: 500 !important;
}

.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title small,
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__link .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__link-text,
#kt_table_1_wrapper>.row:first-child *:not(.nav-link),
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td,
div.dataTables_wrapper div.dataTables_info,
.kt-widget24 .kt-widget24__details .kt-widget24__info .kt-widget24__desc,
.page-link {
    font-weight: 500 !important;
    color: #000 !important;
}

.nav-link:not(.n-amg):active,
.nav-link.active:not(.n-amg),
.nav-link.active:not(.n-amg):hover {
    background-color: #046896 !important;
    color: #ffffff !important;
}

.kt-badge.kt-badge--inline {
    border-radius: 2px !important;
    padding-top: 0.8rem !important;
}

button {
    cursor: pointer;
    font-weight: 600;
}

input[type=file] {
    border-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.appointment-pharmacy-item td,
.appointment-pharmacy-item th {
    font-size: 1.0rem;
    font-weight: 500;
    vertical-align: middle;
}

.bootstrap-switch-handle-on.bootstrap-switch-success {
    color: #fff !important;
}

.page-link:hover {
    color: #fff !important;
}

.order-processing-input select,
.order-processing-input input {
    min-width: 120px !important;
}

.stick-list-header {
    position: sticky;
    top: 80px;
    background: #fff;
    z-index: 10;
}

.chosen-drug-container-item input,
.chosen-drug-container-item select {
    min-width: 120px;
    font-weight: 500;
}

.chosen-drug-container-item td:first-child {
    font-weight: 500;
}

.appointment-drug-container td {
    font-weight: 500;
}

.confirm-patient-refill-btn:hover {
    background: #fff !important;
}

.simple-dash-title {
    font-size: 1rem;
    color: #828282;
}

button {
    cursor: pointer;
    font-weight: 600;
}

.disabled-button {
    pointer-events: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
}

.fixed-bar {
    position: fixed;
    z-index: 2;
    background-color: #fff;
    width: calc(100% - 100px);
    padding: 0px 50px;
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    height: 60px;
    line-height: 60px;
    text-align: right;
}

.fixed-bar+.fixed-bar-sib {
    margin-bottom: 70px;
}

.selected-item-el {
    border: 1px solid #dbdbdb;
    padding: 5px;
    display: inline-block;
}

.selected-item-el-container {
    width: 100%;
    margin: 10px 0;
}

.selected-item-el-container .selected-item-el {
    margin: 5px;
    margin-left: 0;
    border-radius: 60px;
    padding-left: 10px;
}

.selected-item-el-container .selected-item-el .selected-item-el-remover {
    display: inline-block;
    background-color: #7c7c7c;
    color: #fff;
    height: 15px;
    width: 15px;
    line-height: 15px;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}

.tal {
    text-align: left;
}

.tar {
    text-align: left;
}

.tac {
    text-align: left;
}

.adder-item {
    font-weight: 600;
    cursor: pointer;
}

.adder-item:hover {
    color: #18a899;
}

.selected-item-el-container-wrapper {
    margin: 20px 0;
}

.row-heading-item {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.row-heading-item>div {
    line-height: 30px;
}

.row-heading-item>div:first-child h3 {
    line-height: 50px;
}

.row-heading-item>div:nth-child(2) {
    text-align: right;
}

.pager-toggler-container>.pager-toggler-container-item {
    display: none;
}

.pager-toggler-container>.pager-toggler-container-item.active {
    display: block;
}

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

.disabled-header {
    padding-left: 0 !important;
    padding-top: 10px !important;
}

.disabled-header #kt_header {
    display: none !important;
}

.excel-format-text b span {
    font-weight: 400 !important;
}

.required,
.ritem-btn {
    color: #c22625 !important;
}

.form-control-inline {
    max-width: 150px;
    display: inline-block;
}

.no-input-appearance {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    border-width: 0 !important;
    background-color: transparent !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

a.kt-wizard-v2__nav-item.facility {
    background-color: #f0f8ff;
    display: block;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.modal-content .kt-portlet {
    box-shadow: 0 0 0 0 transparent !important;
}

.kt-invoice-2 .kt-invoice__footer {
    background-color: transparent !important;
}

.rx-emp-inp-lg,
.rx-emp-inp-lg:focus {
    background-color: #eee;
    margin-bottom: 10px;
    border-radius: 5px !important;
}

#rxc_login_btn,
#rxc_login_btn:hover {
    width: 100%;
    display: block;
}

#rxc_login_btn:hover {
    box-shadow: 0 7px 7px 2px rgb(0, 0, 0, 0.50) !important;
}

h4.kt-login__title.mlg a {
    display: block;
    border: 1px solid #dbdbdb;
    border-bottom-width: 0;
    margin: 0;
    padding: 10px 20px;
    color: #262626;
    text-align: left;
}

h4.kt-login__title.mlg b:nth-last-of-type(1) a {
    border-bottom: 1px solid #dbdbdb !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

h4.kt-login__title.mlg b:nth-of-type(1) a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 5px;
}

h4.kt-login__title.mlg b:nth-child(2n+1) a {
    background: #fafafa;
}

h4.kt-login__title.mlg b a:hover {
    background-color: #f0f8ff !important;
}

h4.kt-login__title.md-lg-style b {
    display: block;
    background-color: #046895;
    margin: 10px 0;
    border-radius: 2px;
    font-weight: 500;
    border: 1px solid #046895;
}

h4.kt-login__title.md-lg-style b.md-lg-health-facility:hover,
h4.kt-login__title.md-lg-style b.md-lg-health-facility.active {
    background-color: #196a08;
    border-color: #196a08;
}

#rxc_login_btn.md-lg-health-facility-btn {
    background-color: #196a08;
}

h4.kt-login__title.md-lg-style b.md-lg-health-medic:hover,
h4.kt-login__title.md-lg-style b.md-lg-health-medic.active {
    background-color: #046895;
    border-color: #046895;
}

#rxc_login_btn.md-lg-health-medic-btn {
    background-color: #046895;
}

h4.kt-login__title.md-lg-style b.md-lg-health-courier-service:hover,
h4.kt-login__title.md-lg-style b.md-lg-health-courier-service.active {
    background-color: #f52d12;
    border-color: #f52d12;
}

#rxc_login_btn.md-lg-health-courier-service-btn {
    background-color: #f52d12;
}

h4.kt-login__title.md-lg-style b.md-lg-health-ambulance-service:hover,
h4.kt-login__title.md-lg-style b.md-lg-health-ambulance-service.active {
    background-color: #ff4a4a;
    border-color: #ff4a4a;
}

#rxc_login_btn.md-lg-health-ambulance-service-btn {
    background-color: #ff4a4a;
}

h4.kt-login__title.md-lg-style b.md-lg-health-ambulance-dispatcher:hover,
h4.kt-login__title.md-lg-style b.md-lg-health-ambulance-dispatcher.active {
    background-color: #f09a62;
    border-color: #f09a62;
}

#rxc_login_btn.md-lg-health-ambulance-dispatcher-btn {
    background-color: #f09a62;
}

h4.kt-login__title.md-lg-style.md-lg-style-active b:not(.active) {
    border: 1px solid #dbdbdb;
    background-color: #eee;
}

h4.kt-login__title.md-lg-style.md-lg-style-active b:not(.active) a {
    color: #333;
}

h4.kt-login__title.md-lg-style b a {
    color: #fff;
    padding: 10px;
    display: block;
}

/* login account options */
.login-overflow-hidden {
    overflow: hidden !important;
}

.login-account-options-conatainer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
}

.c-logged-in {
    color: #00cf30 !important;
}

.load-more-accounts-btn {
    display: inline-block;
    vertical-align: inherit;
    font-size: .95rem;
    border: 1px solid #dbdbdb;
    background: #fff;
    padding: 5px 20px;
    border-radius: 60px;
    font-weight: 700;
}

.accounts-container {
    width: 90%;
    max-width: 500px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: none;
}

.accounts-container.active {
    display: block !important;
}

.accounts-container>div {
    width: 100%;
}

.accounts-container>div:first-child {
    text-align: center;
    margin-bottom: 20px;
}

.accounts-container>div:nth-child(2) {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 15px 5px rgb(0 0 0 / 14%), 0 10px 15px 10px rgb(0 0 0 / 1%);
}

.account-item {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 15px 25px;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.account-item:hover {
    background-color: #f7f7f7;
}

.account-item:hover .la-arrow-right {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

.account-item:nth-last-of-type(1) {
    border-bottom-width: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.account-item>div:first-child {
    width: calc(100% - 60px);
    padding-right: 20px;
}

.account-item.account-item-full>div:first-child {
    width: 100%;
    text-align: center;
    padding-right: 0;
}

.account-item.account-item-full>div:first-child h3 {
    font-weight: 900;
    margin-bottom: 0;
    font-size: 1.4rem;
}

.account-item>div:first-child>div:first-child {
    font-size: 1.15rem;
    color: #212121;
    font-weight: 600;
    margin-bottom: 2.5px;
}

.account-item>div:first-child>div:nth-child(2) {
    font-size: .88rem;
    color: #909090;
    font-weight: 500;
}

.account-item>div:nth-child(2) {
    width: 60px;
    min-width: 60px;
    text-align: right;
}

.account-item>div:nth-child(2) i {
    font-size: 1.65rem;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.view-account-options-arrow-btn {
    font-size: 1.60rem;
    margin-right: 50px;
}

.signout-container {
    text-align: center;
}

.signout-container>a {
    color: #046896;
    font-weight: 600;
    font-size: 1.14rem;
    padding: 8px 45px;
    display: inline-block;
    margin-top: 25px;
    border: 1px solid #046896;
    border-radius: 60px;
}

.signout-container>a:hover {
    text-decoration: underline;
}

.admin-account-box {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.admin-account-box>div:first-child {
    width: 50px;
    min-width: 50px;
}

.admin-account-box>div:first-child img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
}

.admin-account-box>div:nth-child(2) {
    width: calc(100% - 50px);
    padding-left: 10px;
    text-align: left;
}

.admin-account-box>div:nth-child(2)>div:first-child a {
    font-size: 1.10rem;
    font-weight: 500;
}

.admin-account-box>div:nth-child(2)>div:nth-child(2) a {
    color: #808080;
    font-weight: 500;
}

.bold-heading {
    font-weight: 700;
}

.general-search-container,
.general-search-container>div {
    width: 100%;
    position: relative;
}

.general-search-container>div:nth-child(2) {
    position: absolute;
    top: 100%;
    max-height: 250px;
    overflow-y: auto !important;
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
}

.general-search-container>div:nth-child(2).active {
    display: block;
}

.general-search-container-results-item {
    position: relative;
    padding: 10px 13px;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
}

.general-search-container-results-item:hover {
    background-color: #f7f7f7;
}

.general-search-container-results-item-image {
    width: 50px;
    min-width: 50px;
}

.general-search-container-results-item-image img {
    width: 40px;
    height: 38px;
    border-radius: 8px;
}

.general-search-container-results-item-content {
    width: calc(100% - 80px);
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 500;
    font-size: 1.05rem;
}

.general-search-container-results-item-content small {
    color: #808080;
    display: inline-block;
    line-height: normal;
}

.general-search-container-results-item-icon {
    text-align: right;
}

.general-search-container-results-item-icon i.la {
    font-size: 1.55rem;
}

.general-search-container-results-item-no-cursor {
    cursor: auto !important;
}

.general-search-no-result-indicator,
.general-search-searching-indicator {
    font-weight: 500;
    padding: 0 15px;
}

/* /login account options */

.login-error-page-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-error-page-container-content {
    text-align: center;
}

.login-error-page-container-content h3 {
    font-weight: 600;
    margin-bottom: 15px;
}

.login-error-page-container-content p {
    font-weight: 500;
    font-family: 1.1rem;
    margin-bottom: 25px;
}

.login-error-page-container-content .try-again-btn {
    display: inline-block;
    padding: 12px 40px;
    border: 1px solid #000;
    font-weight: 600;
    font-family: 1.1rem;
    border-radius: 3px;
    cursor: pointer;
}

.login-error-page-container-content .try-again-btn:hover {
    background-color: #eee;
}

.kt-p-header-link {
    line-height: 59px;
    color: #0070ff !important;
    font-size: 1.20rem;
    text-decoration: underline !important;
}

.kt-dashboard-card-item {
    width: 100%;
    padding: 50px 50px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.kt-dashboard-card-item .kt-dashboard-card-item-icon {
    font-size: 2.5rem;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #333;
    border-radius: 50%;
}

.kt-dashboard-card-item .kt-dashboard-card-item-title-container {
    margin-top: 15px;
}

.kt-dashboard-card-item .kt-dashboard-card-item-title {
    font-size: 1.3rem;
}

.kt-label-full {
    min-width: 100%;
    justify-content: center;
}

.f-w-700 {
    font-weight: 700;
}

.client-search-input-container {
    width: 700px;
    margin: auto;
}

.client-search-input-container-searcher {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #808080;
    border-radius: 5px;
}

.client-search-input-container-searcher > div {
    padding: 15px;
}

.client-search-input-container-searcher > div:first-child {
    width: calc(100% - 170px);
}

.client-search-input-container-searcher > div:nth-child(2) {
    width: 150px;
    border-left: 1px solid #808080;
}

.client-search-input-container-searcher > div:first-child input,
.client-search-input-container-searcher > div:nth-child(2) select{
    width: 100%;
    border-width: 0;
    font-size: 1.1rem;
}

.client-search-input-container-results {
    width: 100%;
    position: relative;
    display: none;
    border-radius: 5px;
}

.client-search-input-container-results.active {
    display: block;
}

.client-search-input-container-results > div {
    position: absolute;
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 8px 10px 5px rgba(0,0,0,0.15);
    padding-top: 8px;
    padding-bottom: 8px;
}

.client-search-result-item {
    padding: 8px 15px;
}

.clickable-client-search-result-item,
.add-care-btn {
    cursor: pointer;
}

.client-search-result-item > div:first-child {
    font-size: 1.1rem;
    font-weight: 500;
}

.client-search-result-item > div:nth-child(2) {
    font-size: 14px;
    color: #808080;
    font-weight: 500;
}

.clickable-client-search-result-item:hover {
    background-color: #f7f7f7;
}

.simple-arrow-btn {
    vertical-align: sub;
    display: inline-block;
    font-size: 2.0rem;
    margin-right: 10px;
    cursor: pointer;
}

.prescription-diagnosis-input {
    overflow-x: auto;
}

.selected-diagnostic-item,
.selected-symptom-item
{
    display: inline-block;
    padding: 4px 8px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    background-color: #f7f7f7;
    margin-right: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
}

.selected-diagnostic-item i,
.selected-symptom-item i 
{
    cursor: pointer;
}

.nhia-mandatory-input {
    color: #ff0000;
}

.search-diagnosis-input-container td {
    font-weight: 500;
    font-size: 1.05rem;
    line-height: 30px;
}

.ritem-btn {
    background-color: #ff0000;
    display: inline-block;
    color: #fff !important;
    font-size: .90rem;
    padding: 5px 15px;
    border-radius: 5px;
    line-height: 15px;
    transform: translateY(-2px);
}

table td .ritem-btn {
    line-height: 25px !important;
}