﻿/* ---------- Loader ---------- */
.loader-inside {
    border: 8px solid #f3f3f3 !important;
    border-radius: 50%;
    border-top: 8px solid #3498db !important;
    width: 3em;
    height: 3em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; /* this comes last */
    text-align: center;
    left: 50%;
    margin: auto;
}

.loader-inside-grey {
    border: 8px solid #ffffff !important;
    border-radius: 50%;
    border-top: 8px solid #828587 !important;
    width: 3em;
    height: 3em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; /* this comes last */
    text-align: center;
    left: 50%;
    margin: auto;
}

/* ---------- Loader ---------- */
.loader-pdf {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 3em;
    height: 3em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; /* this comes last */
    position: absolute;
    left: 50%;
    right: 0;
    top: 20%;
    text-align: center;
}
/* ---------- Loader ---------- */
.loader-inside-small {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 2em;
    height: 2em;
    margin: auto;
    -webkit-animation: spin 2s linear infinite alternate;
    -moz-animation: spin 2s linear infinite alternate;
    -ms-animation: spin 2s linear infinite alternate;
    -o-animation: spin 2s linear infinite alternate;
    animation: spin 2s linear infinite alternate; /* this comes last */
}

.loader-inside-super-small {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 1em;
    height: 1em;
    margin: auto;
    -webkit-animation: spin 2s linear infinite alternate;
    -moz-animation: spin 2s linear infinite alternate;
    -ms-animation: spin 2s linear infinite alternate;
    -o-animation: spin 2s linear infinite alternate;
    animation: spin 2s linear infinite alternate; /* this comes last */
}

.dropdown-menu.show1 {
    left: -30px;
}
.select-filter {
    background-color: lightgray;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.dropdown-menu {
    z-index: 1030 !important;
}

.dropdown-item .check-mark {
    color: red;
}


svg:not(:root).svg-inline--fa {
    overflow: visible
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

    .svg-inline--fa.fa-lg {
        vertical-align: -.225em
    }

    .svg-inline--fa.fa-w-1 {
        width: .0625em
    }

    .svg-inline--fa.fa-w-2 {
        width: .125em
    }

    .svg-inline--fa.fa-w-3 {
        width: .1875em
    }

    .svg-inline--fa.fa-w-4 {
        width: .25em
    }

    .svg-inline--fa.fa-w-5 {
        width: .3125em
    }

    .svg-inline--fa.fa-w-6 {
        width: .375em
    }

    .svg-inline--fa.fa-w-7 {
        width: .4375em
    }

    .svg-inline--fa.fa-w-8 {
        width: .5em
    }

    .svg-inline--fa.fa-w-9 {
        width: .5625em
    }

    .svg-inline--fa.fa-w-10 {
        width: .625em
    }

    .svg-inline--fa.fa-w-11 {
        width: .6875em
    }

    .svg-inline--fa.fa-w-12 {
        width: .75em
    }

    .svg-inline--fa.fa-w-13 {
        width: .8125em
    }

    .svg-inline--fa.fa-w-14 {
        width: .875em
    }

    .svg-inline--fa.fa-w-15 {
        width: .9375em
    }

    .svg-inline--fa.fa-w-16 {
        width: 1em
    }

    .svg-inline--fa.fa-w-17 {
        width: 1.0625em
    }

    .svg-inline--fa.fa-w-18 {
        width: 1.125em
    }

    .svg-inline--fa.fa-w-19 {
        width: 1.1875em
    }

    .svg-inline--fa.fa-w-20 {
        width: 1.25em
    }

    .svg-inline--fa.fa-pull-left {
        margin-right: .3em;
        width: auto
    }

    .svg-inline--fa.fa-pull-right {
        margin-left: .3em;
        width: auto
    }

    .svg-inline--fa.fa-border {
        height: 1.5em
    }

    .svg-inline--fa.fa-li {
        width: 2em
    }

    .svg-inline--fa.fa-fw {
        width: 1.25em
    }

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -.125em;
    width: 1em
}

    .fa-layers svg.svg-inline--fa {
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

.fa-layers-counter, .fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center
}

.fa-layers-text {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: .25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.fa-layers-bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.fa-layers-bottom-left {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.fa-layers-top-right {
    right: 0;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.fa-layers-top-left {
    left: 0;
    right: auto;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

.sync-icon {
    background: url("../icons/refill-dc-icon.png") center no-repeat;
}
#bannerResidentName {
    display: none;
    position: fixed;
    z-index: 1030;
    top: 100px;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1,-1);
    transform: scale(1,-1)
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1,-1);
    transform: scale(-1,-1)
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1.25em
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2.5em
}

.fa-inverse {
    color: #fff
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.btn-xs, .btn-group-sm > .btn {
    padding: 0.15rem 0.25rem;
    font-size: 0.575rem;
    line-height: 1.5;
    border-radius: 0.1rem;
}

#assign-bin-modal .btn-light {
    background-color: #eee;
}
a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.75;
}
select.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.75;
}
.light-bin-bg {
    background: #fff6f2;
}

.table-title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px auto;
}

.is-invalid .dropdown button {
    border-color: #e63757;
    padding-right: calc(1.5em + 0.625rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.col-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
}
.spinner-border-xs {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

.zero-refill-grid-dropdown .btn-sm, .btn-group-sm > .btn, .falcon-data-table .paging_full_numbers .btn-group-sm > .page-link, .falcon-data-table .paging_first_last_numbers .btn-group-sm > .page-link, .falcon-data-table .paging_full .btn-group-sm > .page-link, .falcon-data-table .paging_numbers .btn-group-sm > .page-link, .falcon-data-table .paging_simple_numbers .btn-group-sm > .page-link {
    padding: 0.1em 0.2rem 0.3rem;
    font-size: 0.75rem;
    line-height: 1.6;
}
.admin-time-grid-dropdown .btn-sm, .btn-group-sm > .btn, .falcon-data-table .paging_full_numbers .btn-group-sm > .page-link, .falcon-data-table .paging_first_last_numbers .btn-group-sm > .page-link, .falcon-data-table .paging_full .btn-group-sm > .page-link, .falcon-data-table .paging_numbers .btn-group-sm > .page-link, .falcon-data-table .paging_simple_numbers .btn-group-sm > .page-link {
    padding: 0.1em 0.2rem 0.3rem;
    font-size: 0.83333rem;
    line-height: 1.6;
}
.admin-time-grid-dropdown .bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    height: 28px !important
}
.setting-grid-dropdown .btn-sm, .btn-group-sm > .btn, .falcon-data-table .paging_full_numbers .btn-group-sm > .page-link, .falcon-data-table .paging_first_last_numbers .btn-group-sm > .page-link, .falcon-data-table .paging_full .btn-group-sm > .page-link, .falcon-data-table .paging_numbers .btn-group-sm > .page-link, .falcon-data-table .paging_simple_numbers .btn-group-sm > .page-link {
    padding: 0.2em 0.5rem 0.1rem 1rem;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: black;
}
.setting-grid-dropdown.bootstrap-select[class*=col-] .dropdown-toggle {
    height: 36px !important;
}
.setting-grid-dropdown .bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}
.setting-grid-dropdown-sm.bootstrap-select[class*=col-] .dropdown-toggle {
    height: 24px !important;
    border: 1px solid #d8e2ef;
    border-radius: 0.25rem;
}
.zero-refill-report-dropdown.bootstrap-select[class*=col-] .dropdown-toggle {
    height: 36px !important;
}
.zero-refill-report-dropdown-sm.bootstrap-select[class*=col-] .dropdown-toggle {
    height: 27px !important;
}
.admin-time-report-dropdown-sm.bootstrap-select[class*=col-] .dropdown-toggle {
    height: 28px !important;
    vertical-align: super;
}
.issue-number {
    line-height: 26px;
}
.hide-long-text {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 40px;
}
.hide-long-text-2line {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.close-filter-icon {
    position: absolute;
    z-index: 1;
    left: -18px;
}

.close:not(:disabled):not(.disabled):hover, 
.close:not(:disabled):not(.disabled):focus {
    outline: none;
}


.order-icon-when-filter-active {
    position: absolute;
    z-index: 1;
    left: -18px;
    top: 21px;
}
[v-cloak] {
    display: none;
}

.encounters-date-filter .mdrp__activator .activator-wrapper .text-field {
    width: 150px !important;
    font-size: 12px;
}
.encounters-date-filter .mdrp__activator .activator-wrapper {
    width: 150px !important;
}
    .encounters-date-filter .mdrp__activator .activator-wrapper .bar {
        width: 250px !important;
    }
.the-box-filters .mdrp__activator .activator-wrapper .bar {
    width: auto !important;
}

.filter-form-field .dropdown .btn.dropdown-toggle {
    width: 350px;
}
.section-issue .filter-form-field .dropdown .btn.dropdown-toggle {
    width: -webkit-fill-available;
}
.filter-form-field .dropdown .dropdown-menu {
    min-width: 350px;
    /*max-height: 289px;*/
}
.filter-form-field input.search-input {
    width: 200px;
}

.filter-select-field .dropdown .btn.dropdown-toggle {
    width: 230px;
}
.filter-select-field .dropdown .dropdown-menu {
    min-width: 230px;
    /*max-height: 289px !important;*/
}
.filter-select-field.prescribers .dropdown .dropdown-menu {
    min-width: 230px !important;
    min-width: 230px !important;
}
.filter-select-field.prescribers .dropdown .dropdown-menu .inner.show {
    max-height: none !important;
    max-width: 230px !important;
}

.zero-refill-report-dropdown {
    margin-left: 10px !important;
}

.is-invalid span input {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}



.is-invalid .invalid-feedback {
    display: block;
}

.color-red {
    color: red;
}

.color-green {
    color: #88D33B;
}
.reportRow {
    line-height: 28px;
}
.reportRow div.hover:hover {
    font-weight: bold;
    cursor: auto;
}
.card-body-widget row {
}
.card-body-widget .col-auto.icon-box {
    width: 20%;
}
.card-body-widget .col-auto.icon-box .icon {
    width: 50px;
    height: 50px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
}
.card-body-widget .col-auto.text {
    padding-right: 10px;
    padding-left: 10px;
}
.card-body-widget .col-auto.text h5 {
    font-size: 1.1rem;
    /*font-weight: bold;*/
}
    .card-body-widget .col-auto.text .widget-value {
        font-size: 2.4rem;
        min-height: 60px;
        /*font-weight: bold;*/
    }

.add-widget .icon-thumbnail {
    height: 21px;
    width: 21px;
    background-size: contain;
    background-repeat: no-repeat;
}
.add-widget .hidden-widget-item:hover {
    cursor: pointer;
}
.dropdown-item.no-item:hover {
    background-color: transparent !important;
    color: #5e6e82 !important;
    cursor: default;
}

.modal-header-actions {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    min-width: 200px;
}

.v-select.createEncounterSubject {
    background-color: #f9fafd;
    width: 100%;
    font-size: 1rem;
    border: 0.3em solid #f9fafd;
    border-radius: 0.25rem;
    color: #495057;
    padding: 0;
    cursor: pointer;
}
    .v-select .vs__dropdown-toggle {
        padding: 3px;
        border: none;
        background-color: transparent;
    }
    .v-select .vs__dropdown-menu {
        max-height: 326px;
        overflow: hidden;
        min-height: 40px;
        min-width: 339px;
        position: absolute;
        will-change: transform;
        top: 0px;
        left: 0px;
        transform: translate3d(0px, 36px, 0px);
        cursor: pointer;
    }
    .v-select .vs__selected-options {
        display: flex;
        align-items: center;
    }
    .vs__actions {
        padding: 0 6px;
    }
    .v-select .vs__selected {
        margin: 0;
        font-weight: normal;
    }
    .v-select .vs__search {
        margin: 0;
        padding: 0;
        font-size: inherit;
        line-height: normal;
        color: #999 !important;
        cursor: pointer;
    }
    .vs__search, .vs__search:focus {
        margin: 0 !important;
        padding: 0 !important;
        line-height: initial !important;
    }
    .v-select .vs__open-indicator {
        color: #495057;
    }
    .v-select .vs__dropdown-menu {
        border-radius: 0.25rem;
        max-height: 400px;
        overflow-y: auto;
    }
    .v-select .vs__clear {
        margin-top: -5px;
        padding: 0;
    }
    .v-select .vs__open-indicator {
        padding: 0;
    }
    

class*=__container] {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 0.9375rem;
}

.checkbox {
    position: relative;
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

    .checkbox__input:checked + .checkbox__label:after {
        opacity: 1;
    }

.checkbox__label {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

    .checkbox__label:before {
        content: "";
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0.875rem;
        flex: 0 0 0.875rem;
        width: 0.875rem;
        height: 0.875rem;
        border: 1px solid #a7a9ac;
        border-radius: 0.25rem;
    }

.no-webp .checkbox__label::after {
    background: url("../img/check.png") center no-repeat;
}

.checkbox__label::after {
    content: "";
    position: absolute;
    top: 0.0625rem;
    left: 0.0625rem;
    width: 0.75rem;
    height: 0.75rem;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    opacity: 0;
}

.checkbox__text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

[class*=-ibg] {
    position: relative;
}

    [class*=-ibg] img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
    }

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain;
}

/*
.icon-menu {
	display: none;
	@media (max-width: $mobile) {
		display: block;
		position: relative;
		width: rem(30);
		height: rem(18);
		z-index: 5;
		@media (any-hover: none) {
			cursor: default;
		}
		span,
		&::before,
		&::after {
			content: "";
			transition: all 0.3s ease 0s;
			right: 0;
			position: absolute;
			width: 100%;
			height: rem(2);
			background-color: #000;
		}
		&::before {
			top: 0;
		}
		&::after {
			bottom: 0;
		}
		span {
			top: calc(50% - rem(1));
		}
		.menu-open & {
			span {
				width: 0;
			}
			&::before,
			&::after {
			}
			&::before {
				top: calc(50% - rem(1));
				transform: rotate(-45deg);
			}
			&::after {
				bottom: calc(50% - rem(1));
				transform: rotate(45deg);
			}
		}
	}
}
*/

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 0.875rem;
    padding: 0.125rem;
    min-width: 9.375rem;
    line-height: 1.7142857143;
    border-radius: 4px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.button--archive {
    background-color: #5e6e82;
    color: #fff;
}

.icon--archive {
    font-size: 18px;
    cursor: pointer;
    border: none;
    background: transparent;
    color: inherit;
}

.tasks-icon {
    cursor: pointer;
    border: none;
    height: 15px;
    width: 15px;
}
.icon--add-step {
    background: url("../icons/plus-circle-blue.png") center no-repeat;
}
.icon--add-step-orange {
    background: url("../icons/plus-circle.png") center no-repeat;
}
.icon--add-task {
    background: url("../icons/add-task.svg") center no-repeat;
}
.icon--resolve {
    background: url("../icons/tick-circle.png") center no-repeat;
}
.icon--cancel {
    background: url("../icons/x-circle.png") center no-repeat;
}
.icon--print {
    background: url("../icons/print.png") center no-repeat;
    height: 36px;
    width: 24px;
}
.icon--xls {
    background: url("../icons/xls.png") center no-repeat;
    height: 36px;
    width: 24px;
    margin-left: 10px;
}
.icon--pdf {
    background: url("../icons/pdf.png") center no-repeat;
}
.icon--list {
    background: url("../icons/list.svg") center no-repeat;
}

.popup {
    padding: 1.25rem 1.25rem 6.8125rem 1.25rem;
}

.popup__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
    margin-bottom: 0.625rem;
    font-family: Lato;
    text-transform: capitalize;
}

.popup__title {
    font-size: 1.375rem;
}

.popup__close {
    width: 1rem;
    height: 1rem;
}

    .popup__close img {
        max-width: 100%;
    }

.popup__content {
    padding: 1.5625rem 1.375rem 0rem 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup__text {
    background-color: #fff;
    padding: 0.875rem 1.25rem 1.25rem 0.625rem;
    color: #333333;
    line-height: 1.2;
}

    .popup__text p:not(:last-child) {
        margin-bottom: 0.625rem;
    }

.schedule {
    padding-top: 0.8125rem;
}

.schedule-line {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.3125rem 15.2959183673% 11.8197278912% 11.8197278912% 11.8197278912% 11.8197278912% 11.1394557823% 1fr;
    grid-template-columns: 1.3125rem 15.2959183673% 11.8197278912% 11.8197278912% 11.8197278912% 11.8197278912% 11.1394557823% 1fr;
    -webkit-column-gap: 1.1875rem;
    -moz-column-gap: 1.1875rem;
    column-gap: 1.1875rem;
    padding: 0.75rem 0.625rem;
}

.schedule__header {
    margin-bottom: 0.5625rem;
}

.schedule__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
}

    .schedule__item button {
        width: 0.625rem;
        height: 0.625rem;
    }

    .schedule__item img {
        max-width: 100%;
    }

.schedule__row {
    background-color: #FFF6F2;
}

.steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.steps__rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.3125rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

    .steps__rows:not(:last-child) {
        margin-bottom: 0.4375rem;
    }

.steps__row {
    background-color: #fff;
    padding: 0.75rem 0.625rem;
    display: -ms-grid;
    display: grid;
    gap: 0.3125rem;
    -ms-grid-columns: 1.3125rem 1fr 24.2346938776% 15.9013605442%;
    grid-template-columns: 1.3125rem 1fr 24.2346938776% 15.9013605442%;
}

.steps__more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0.9375rem;
    text-decoration: underline;
    color: #FD5000;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

    .steps__more:not(:last-child) {
        margin-bottom: 2.375rem;
    }

.steps__button {
    color: #fff;
    background-color: #FD5000;
    text-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
}

.box {
    font-family: "Lato";
}

.box__title {
    font-family: Lato;
    text-transform: capitalize;
    font-size: 1.375rem;
}

.box__header {
    padding: 0rem 0.625rem 0.625rem 0.625rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3.6875rem 18% 15% 7% 6% 12% 2rem 2rem auto;
    grid-template-columns: 3.6875rem 18% 15% 7% 6% 12% 2rem 2rem auto;
}

    .box__header:not(:last-child) {
        margin-bottom: 0.8125rem;
    }

.box__content {
    background-color: #fff;
    padding: 1.1875rem 2.4375rem 1.8125rem 0.625rem;
    border-radius: 0.625rem;
    color: #666666;
}

.box__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3.6875rem 18% 15% 7% 6% 12% 2rem 2rem auto;
    grid-template-columns: 3.6875rem 18% 15% 7% 6% 12% 2rem 2rem auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box__image {
    width: 2.4375rem;
    height: 2.4375rem;
    border-radius: 0.1875rem;
    overflow: hidden;
}

    .box__image img {
        max-width: 100%;
    }

.box__drugdose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.3125rem;
}

.box__doctor {
    font-size: 0.625rem;
    color: #aeb4bc;
}

.box__directions {
    line-height: normal;
}

.box__checboxes {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.75rem;
}

.box__comments {
    padding: 0.5rem;
    background-color: #f0f0f0;
    color: #999999;
    border-radius: 0.125rem;
    min-height: 1.75rem;
}

#userAccountGroup .bootstrap-select select {
    left: 0 !important;
}

.pending__title {
    font-family: Lato;
    text-transform: capitalize;
    font-size: 1.25rem;
}

    .pending__title:not(:last-child) {
        margin-bottom: 0.8125rem;
    }

.pending__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.pending__icon {
    padding: 0.5rem 0.9375rem 0.3125rem 0.625rem;
    position: relative;
    cursor: pointer;
}

    .pending__icon._hide {
        position: absolute;
        width: 100%;
        background-color: #fff;
        height: 100%;
        border-radius: 0.25rem;
        left: -0.125rem;
    }

.pending__subtitle {
    font-family: Roboto;
    min-width: 16.6875rem;
    text-align: center;
    padding: 0.3125rem 0.9375rem 0rem;
    background-color: transparent;
    min-height: 27px;
    font-weight: 500;
    -webkit-transition: border-bottom 0.3s ease 0s;
    -o-transition: border-bottom 0.3s ease 0s;
    transition: border-bottom 0.3s ease 0s;
    border-bottom: 3px solid transparent;
    color: #5e6e82;
    font-size: 15px;
    opacity: 0.7;
}

    .pending__subtitle._tab-active {
        color: #fd5000;
        border-bottom: 3px solid #fd5000;
    }

.pending__content {
    font-family: "Lato";
}

.pending-tab--line {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: 1.25rem 10.5442176871% 5.9523809524% 10.2040816327% 7.7380952381% 10.2040816327% 6.8027210884% 10.2040816327% 6.25rem 2.5rem;
    grid-template-columns: 1.25rem 10.5442176871% 5.9523809524% 10.2040816327% 7.7380952381% 10.2040816327% 6.8027210884% 10.2040816327% 6.25rem 2.5rem;
}

.pending-tab__header {
    padding: 1rem 0.625rem 0.625rem;
}

.pending-tab__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.1875rem;
}

.pending-tab__content {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 0.8125rem 0.625rem 1.75rem;
}

.pending-tab__row:not(:last-child) {
    margin-bottom: 2.1875rem;
}

.pending-tab__item--status {
    text-align: center;
    color: #fff;
    border-radius: 0.25rem;
    font-family: "ArialMT";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem;
}

.pending-tab__item--status-overdue {
    background-color: #fc4e4e;
}

.pending-tab__item--status-expiring {
    background-color: #ffd600;
}

.popup__archive {
    margin-top: 1.25rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.progress {
    background-color: #dadada;
}
.my-custom-progress {
    width: 100%;
    height: 36px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
    .my-custom-progress .progress-bar {
        font-weight: bold;
        font-size: 1rem;
        color: white;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        /*background-color: #28a745;*/
        text-align: start;
        /*transition: width 0.6s ease-in-out;*/
    }
    .my-custom-progress .progress-bar-striped {
        background-size: 20px 20px;
    }
.innerProgressText {
    padding: 30px;
}

.medication-preview {
    min-height: 30px;
    min-width: 40px;
    max-height: 30px;
    max-width: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#selectFacility {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 20px;
}
    #selectFacility p {
        width: 150px;
        margin: 0 auto;
    }

.popup-cancel-button:focus,
.popup-agree-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 123, 229, 0.5);
}
.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 123, 229, 0.5);
}

.statusLabel {
    padding: 4px 6px;
    width: fit-content;
    line-height: 1.15;
    border-radius: 5px;
    color: #fff;
}
.btnPrint {
    background-color: #2d7be5;
    color: #fff;
}
    .btnPrint:hover {
        background-color: #226ACE;
        color: #fff;
    }
.btnResolved {
    background-color: #89d13a;
    color: #fff;
}
    .btnResolved:hover {
        background-color: #8AC54A;
        color: #fff;
    }
.btnCancelled {
    background-color: #f41900;
    color: #fff;
}
    .btnCancelled:hover {
        background-color: #DE1904;
        color: #fff;
    }
.btnCancel {
    background-color: #8896a6;
    color: #fff;
}
    .btnCancel:hover {
        background-color: #99a7ba;
        color: #fff;
    }
.btnReopen {
    background-color: #5e6e82;
    color: #fff;
}
    .btnReopen:hover {
        background-color: #7a8b9c;
        color: #fff;
    }

#roles .fa.fa-trash:hover,
#roles .fa.fa-eye:hover,
#users .fa.fa-trash:hover,
#users .fa.fa-eye:hover {
    color: #fd8b07 !important;
}

@media (min-width: 75em) {
    .popup__schedule:not(:last-child) {
        margin-bottom: 2.625rem;
    }

    .popup__text:not(:last-child) {
        margin-bottom: 2.625rem;
    }

    .popup__steps:not(:last-child) {
        margin-bottom: 2.375rem;
    }

    .popup__box:not(:last-child) {
        margin-bottom: 2.125rem;
    }

    .box__title:not(:last-child) {
        margin-bottom: 1.3125rem;
    }

    .box__header {
        -webkit-column-gap: 6px;
        -moz-column-gap: 6px;
        column-gap: 6px;
    }

    .box__row {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

        .box__row:not(:last-child) {
            margin-bottom: 1.3125rem;
        }

    .pending-tab--line {
        gap: 1.25rem;
    }
}

@media (max-width: 20em) {
    .popup__schedule:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .popup__text:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .popup__steps:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .popup__box:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .box__title:not(:last-child) {
        margin-bottom: 0.9375rem;
    }

    .box__header {
        -webkit-column-gap: 0.625rem;
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }

    .box__row {
        -webkit-column-gap: 0.625rem;
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }

        .box__row:not(:last-child) {
            margin-bottom: 0.625rem;
        }

    .pending-tab--line {
        gap: 0.625rem;
    }
}

@media (max-width: 61.99875em) {
    .popup {
        padding: 1.25rem 0.9375rem 6.8125rem 0.9375rem;
    }

    .popup__content {
        padding: 1.5625rem 0rem 0rem 0rem;
    }

    .pending__subtitle {
        min-width: 11.25rem;
    }
}

@media (max-width: 47.99875em) {
    .popup__text {
        padding: 0.875rem 0.625rem 1.25rem 0.625rem;
    }

    .schedule-line {
        overflow: auto;
        -ms-grid-columns: 1.3125rem 6.25rem 4.375rem 3.75rem 5rem 3.75rem 3.75rem;
        grid-template-columns: 1.3125rem 6.25rem 4.375rem 3.75rem 5rem 3.75rem 3.75rem;
    }

    .steps__row {
        -ms-grid-columns: 0.625rem 1fr 12.7551020408% 19.9829931973%;
        grid-template-columns: 0.625rem 1fr 12.7551020408% 19.9829931973%;
        overflow: auto;
    }

    .box__header {
        overflow: auto;
        -ms-grid-columns: 2.4375rem 9.375rem 2.1875rem 0.9375rem 6.25rem 0.875rem 1.5625rem 9.375rem;
        grid-template-columns: 2.4375rem 9.375rem 2.1875rem 0.9375rem 6.25rem 0.875rem 1.5625rem 9.375rem;
    }

    .box__content {
        padding: 0.9375rem 0.9375rem 1.25rem 0.625rem;
    }

    .box__row {
        overflow: auto;
        -ms-grid-columns: 2.4375rem 9.375rem 2.1875rem 0.9375rem 6.25rem 0.875rem 1.5625rem 9.375rem;
        grid-template-columns: 2.4375rem 9.375rem 2.1875rem 0.9375rem 6.25rem 0.875rem 1.5625rem 9.375rem;
    }

    .box__checboxes {
        gap: 0.625rem;
    }

    .pending__subtitle {
        min-width: 6.25rem;
    }

    .pending-tab--line {
        overflow: auto;
        -ms-grid-columns: 1.25rem 7.5rem 3.125rem 5rem 3.75rem 5.625rem 3.75rem 5.625rem 4.375rem 2.5rem;
        grid-template-columns: 1.25rem 7.5rem 3.125rem 5rem 3.75rem 5.625rem 3.75rem 5.625rem 4.375rem 2.5rem;
    }
}

@media (max-width: 29.99875em) {
    .pending__subtitle {
        min-width: 0;
        padding: 0.625rem;
    }
}

@media (min-width: 20em) and (max-width: 75em) {
    @supports (margin-bottom: clamp( 1.25rem , 0.75rem  +  2.5vw , 2.625rem )) {
        .popup__schedule:not(:last-child) {
            margin-bottom: clamp( 1.25rem, 0.75rem + 2.5vw, 2.625rem );
        }
    }

    @supports not (margin-bottom: clamp( 1.25rem , 0.75rem  +  2.5vw , 2.625rem )) {
        .popup__schedule:not(:last-child) {
            margin-bottom: calc(1.25rem + 1.375 * (100vw - 20rem) / 55);
        }
    }

    @supports (margin-bottom: clamp( 1.25rem , 0.75rem  +  2.5vw , 2.625rem )) {
        .popup__text:not(:last-child) {
            margin-bottom: clamp( 1.25rem, 0.75rem + 2.5vw, 2.625rem );
        }
    }

    @supports not (margin-bottom: clamp( 1.25rem , 0.75rem  +  2.5vw , 2.625rem )) {
        .popup__text:not(:last-child) {
            margin-bottom: calc(1.25rem + 1.375 * (100vw - 20rem) / 55);
        }
    }

    @supports (margin-bottom: clamp( 1.25rem , 0.8409090909rem  +  2.0454545455vw , 2.375rem )) {
        .popup__steps:not(:last-child) {
            margin-bottom: clamp( 1.25rem, 0.8409090909rem + 2.0454545455vw, 2.375rem );
        }
    }

    @supports not (margin-bottom: clamp( 1.25rem , 0.8409090909rem  +  2.0454545455vw , 2.375rem )) {
        .popup__steps:not(:last-child) {
            margin-bottom: calc(1.25rem + 1.125 * (100vw - 20rem) / 55);
        }
    }

    @supports (margin-bottom: clamp( 1.25rem , 0.9318181818rem  +  1.5909090909vw , 2.125rem )) {
        .popup__box:not(:last-child) {
            margin-bottom: clamp( 1.25rem, 0.9318181818rem + 1.5909090909vw, 2.125rem );
        }
    }

    @supports not (margin-bottom: clamp( 1.25rem , 0.9318181818rem  +  1.5909090909vw , 2.125rem )) {
        .popup__box:not(:last-child) {
            margin-bottom: calc(1.25rem + 0.875 * (100vw - 20rem) / 55);
        }
    }

    @supports (margin-bottom: clamp( 0.9375rem , 0.8011363636rem  +  0.6818181818vw , 1.3125rem )) {
        .box__title:not(:last-child) {
            margin-bottom: clamp( 0.9375rem, 0.8011363636rem + 0.6818181818vw, 1.3125rem );
        }
    }

    @supports not (margin-bottom: clamp( 0.9375rem , 0.8011363636rem  +  0.6818181818vw , 1.3125rem )) {
        .box__title:not(:last-child) {
            margin-bottom: calc(0.9375rem + 0.375 * (100vw - 20rem) / 55);
        }
    }

    @supports ((-moz-column-gap: clamp( 0.625rem , 0.3977272727rem  +  1.1363636364vw , 1.25rem )) or (column-gap: clamp( 0.625rem , 0.3977272727rem  +  1.1363636364vw , 1.25rem ))) {
        .box__header {
            -webkit-column-gap: clamp( 0.625rem, 0.3977272727rem + 1.1363636364vw, 1.25rem );
            -moz-column-gap: clamp( 0.625rem, 0.3977272727rem + 1.1363636364vw, 1.25rem );
            column-gap: clamp( 0.625rem, 0.3977272727rem + 1.1363636364vw, 1.25rem );
        }
    }

    @supports not ((-moz-column-gap: clamp( 0.625rem , 0.3977272727rem  +  1.1363636364vw , 1.25rem )) or (column-gap: clamp( 0.625rem , 0.3977272727rem  +  1.1363636364vw , 1.25rem ))) {
        .box__header {
            -webkit-column-gap: calc(0.625rem + 0.625 * (100vw - 20rem) / 55);
            -moz-column-gap: calc(0.625rem + 0.625 * (100vw - 20rem) / 55);
            column-gap: calc(0.625rem + 0.625 * (100vw - 20rem) / 55);
        }
    }

    @supports ((-moz-column-gap: clamp( 0.625rem , 0.3977272727rem  +  1.1363636364vw , 1.25rem )) or (column-gap: clamp( 0.625rem , 0.3977272727rem  +  1.1363636364vw , 1.25rem ))) {
        .box__row {
            -webkit-column-gap: clamp( 0.625rem, 0.3977272727rem + 1.1363636364vw, 1.25rem );
            -moz-column-gap: clamp( 0.625rem, 0.3977272727rem + 1.1363636364vw, 1.25rem );
            column-gap: clamp( 0.625rem, 0.3977272727rem + 1.1363636364vw, 1.25rem );
        }
    }

    @supports not ((-moz-column-gap: clamp( 0.625rem , 0.3977272727rem  +  1.1363636364vw , 1.25rem )) or (column-gap: clamp( 0.625rem , 0.3977272727rem  +  1.1363636364vw , 1.25rem ))) {
        .box__row {
            -webkit-column-gap: calc(0.625rem + 0.625 * (100vw - 20rem) / 55);
            -moz-column-gap: calc(0.625rem + 0.625 * (100vw - 20rem) / 55);
            column-gap: calc(0.625rem + 0.625 * (100vw - 20rem) / 55);
        }
    }

    @supports (margin-bottom: clamp( 0.625rem , 0.375rem  +  1.25vw , 1.3125rem )) {
        .box__row:not(:last-child) {
            margin-bottom: clamp( 0.625rem, 0.375rem + 1.25vw, 1.3125rem );
        }
    }

    @supports not (margin-bottom: clamp( 0.625rem , 0.375rem  +  1.25vw , 1.3125rem )) {
        .box__row:not(:last-child) {
            margin-bottom: calc(0.625rem + 0.6875 * (100vw - 20rem) / 55);
        }
    }

    @supports (gap: clamp( 0.625rem , 0.3977272727rem  +  1.1363636364vw , 1.25rem )) {
        .pending-tab--line {
            gap: clamp( 0.625rem, 0.3977272727rem + 1.1363636364vw, 1.25rem );
        }
    }

    @supports not (gap: clamp( 0.625rem , 0.3977272727rem  +  1.1363636364vw , 1.25rem )) {
        .pending-tab--line {
            gap: calc(0.625rem + 0.625 * (100vw - 20rem) / 55);
        }
    }
}

@media (any-hover: hover) {
    .button--archive:hover {
        background-color: #4a5664;
    }

    .steps__more:hover {
        color: #e44800;
    }

    .steps__button:hover {
        background-color: #e44800;
    }
}

.webp .checkbox__label::after {
    background: url(../css/images/check.webp) center no-repeat;
}

.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 50%;
    transition: .3s ease;
    background-color: rgba(0, 0, 0, 0.07);
}

.wishlist-btn {
    border: 1px solid #5e6e82;
    padding: 5px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer
}
    .wishlist-btn:hover {
        background-color: #f7f9fc;
    }

.wish-list-text {
    color: #5e6e82
}

.today-scanned {
    font-weight: 600;
    background: #fff6f2;
}

.circle {
    display: inline-block;
    background-color: #5e6e82;
    margin: 10px;
    border-radius: 50%;
}

    .circle:hover {
        background-color: #728296;
    }
.circle-inner {
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    height: 3em;
    width: 3em;
    font-size: 18px;
}

/*.input-with-icon {
    position: relative;
}
.input-clear-icon {
    position: absolute;
    top: 48%;
    right: -170px;
    transform: translateY(-50%);
    cursor: pointer;
}
    .input-clear-icon::after {
        content: "X";
        color: gray;
        font-size: 14px;
    }
*/
    input.theBoxDates::placeholder {
    font-size: 13px;
}
input#dateInput::placeholder {
    font-size: 12px;
}

/*.ghost {
    opacity: 0.5;
    background: #c8ebfb;
}*/

.card-body-widget {
    min-height: 120px;
}

.card-header-widget {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.text-align-center {
    text-align: center;
}
.align-self-center {
    align-self: center;
}

#tab-refillsReport .initials {
    width: 30px;
    height: 30px;
    border: 2px solid #FFB823;
    border-radius: 15px;
    background-color: #fff9e3;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    line-height: 24px;
}
#tab-refillsReport .initials p {
    font-size: 16px;
}

.toast {
    position: fixed;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    background-color: #333;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.3s ease, bottom 0.3s ease;
}

    .toast.visible {
        opacity: 1;
        bottom: 80px;
    }

    .toast.success {
        background-color: #4caf50;
    }

    .toast.error {
        background-color: #f44336;
    }

.age-red {
    background-color: #ffd6d6;
}

.age-yellow {
    background-color: #fff5cc;
}

.age-green {
    background-color: #e9f7ec;
}


@media (max-width: 1399.98px) {
    .navbar-vertical.navbar-expand-xl + .content {
        padding-top: 112px;
    }

    .filter-select-field .dropdown .btn.dropdown-toggle {
        width: 175px;
    }

    .custom-control {
        margin-right: 10px;
        padding-left: 22px;
    }

    .custom-control-label {
        font-size: 12px;
        letter-spacing: 0;
    }

    .m-pl-0 {
        padding-left: 0;
    }

    .m-pr-2 {
        padding-right: 2px;
    }

    .m-fz-15 {
        font-size: 15px;
    }

    #zerorefills-refresh {
        padding-left: 8px;
        padding-right: 8px;
    }

    .navbar-vertical {
        top: 100px;
    }

    .card-body-widget .col-auto.icon-box .icon {
        width: 25px;
        height: 30px;
    }

    .card-body-widget .col-auto.text {
        width: 100%;
    }
}

:root {
    --mar-col-med: 280px;
    --mar-col-act: 70px;
    --mar-col-sig: 340px;
    --mar-col-md: 150px;
    --mar-col-type: 137px;
    --mar-col-time: 137px;
    --mar-col-tabs: 137px;
    --mar-col-form: 137px;

    --mar-time-cell: 37px;
    --mar-time-gap: 3px;
    /*--mar-col-time: calc(24 * var(--mar-time-cell) + 23 * var(--mar-time-gap));*/
}

.mar-grid {
    display: grid;
    grid-template-columns: 
        var(--mar-col-med) 
    var(--mar-col-act) 
    var(--mar-col-sig) 
    var(--mar-col-md) 
    var(--mar-col-type) 
    var(--mar-col-time) 
    var(--mar-col-tabs) 
    var(--mar-col-form);
    /*column-gap: 24px;*/
    align-items: center;
}

.mar-row {
    padding: 3px 22px;
    border-bottom: 1px solid var(--border);
}

.mar-head {
    padding: 18px 22px;
    font-weight: 600;
    background: var(--row);
}

.mar-time {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: var(--mar-time-cell);
    gap: var(--mar-time-gap);
    white-space: nowrap;
    font-size: 14px;
}

.mar-with-box {
    display: grid;
    grid-template-columns: 100px 1fr;
    font-size: 14px;
}

.mar-box-col {
    background: var(--box);
    color: var(--muted);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.mar-box-section {
    background-color: #FEF6F1;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}