:root {
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --fc-today-bg-color: #E0E0E0;
}

body {
    background-image: url("../img/background.png");
    background-repeat: no-repeat;
}

a {
    text-decoration: none;
}

main {
    transition: .2s !important;
    flex: 1;
    display: flex;
    /*justify-content: center;*/
    flex-direction: column;
}

textarea {
    resize: none;
}

.bg-light-gray {
    background: #F2F2F2;
}

.bg-orange {
    background-color: #F2994A;
}

.emi-button {
    border: 0;
    background: transparent;
}

.emi-button, .emi-link {
    transition: .3s !important;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0;
}

.emi-button:disabled, .emi-link:disabled {
    opacity: .6;
}

.emi-button:hover, .emi-link:hover {
    opacity: .7;
}

p {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.bg-gray {
    background: #A0A0A0;
    opacity: 0.8;
}

.navbar {
    background: #212121;
    padding: 0;
}

.nav-item {
    margin: 12px 0;
}

.nav-link.active:before {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 17px solid #BD2134;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}

.nav-link {
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #F2F2F2;
    position: relative;
    text-transform: capitalize;
}

.nav-link:hover {
    color: #548096;
}

.dropdown-menu, .dropdown-item:focus, .dropdown-item:hover {
    background-color: #212121;
    color: #F2F2F2;
}

.dropdown-item {
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: rgba(255,255,255,.55);
    position: relative;
}

.dropdown-item:hover:after {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    display: block;
    border-right: 10px solid #BD2134;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 50%;
    right: 0;
    margin-top: -10px;
}

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

.footer {
    background: #212121;
}

.footer p {
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #F2F2F2;
    margin: 0;
    padding: 6px 0;
}

.footer a {
    color: #56CCF2;
}

.emi-input {
    background: #FFFFFF;

    border: 1px solid #548096;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 7px 12px;
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #A0A0A0;
}

.form-login {
    position: absolute;
    top: 29%;
    left: 42%;
    width: 350px;
}

.form-login__reset {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #F2F2F2;
    text-transform: uppercase;
    text-decoration: overline;
}

.form-login__reset:hover {
    color: #F2F2F2;
    text-decoration: underline overline;
}

.form-login__title {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #F2F2F2;
    text-shadow: 4px 4px 4px rgba(66, 68, 90, 1);
}

.form-login .btn {
    border-radius: 50%;
    color: #F2F2F2;
    border: 0;
    background: #0682BD url("../img/vector-right.svg") no-repeat right 12px center;
    padding: 18px;
}

.section-login {
    display: flex;
    align-items: center;
}

.section-login h1 {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 900;
    font-size: 41px;
    line-height: 48px;
    margin-bottom: 25px;
    color: #000000;
}

.section-login hr {
    background-color: #212121;
    opacity: 1;
}

.app-info_text {
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
}

.download-apps_text {
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}

.iphone-image {
    max-width: 100%;
}

.emi-link__span {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}

.emi-link__span_md {
    font-size: 14px;
    line-height: 16px;
}

.emi-link__span_lg {
    font-size: 16px;
    line-height: 19px;
}

.emi-link__span_xl {
    font-size: 20px;
    line-height: 23px;
}

.emi-link__span_xxl {
    font-size: 21px;
    line-height: 25px;
}

.emi-link__span_blue-gray {
    color: #548096;
}

.emi-link__span_gray-light {
    color: #828282;
}

.emi-link__span_dark {
    color: #212121;
}

.emi-link__span_gray2 {
    color: #4f4f4f;
}

.page-title {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 33px;
    color: #212121;
}

.page-info {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #212121;
}

.emi-card {
    background: #FFFFFF;
    border: 1px solid #A0A0A0;
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.emi-card-header {
    margin: 30px 30px 0;
    padding: 0;
    border-bottom: 1px solid #212121;
    background-color: white;
}

.emi-card-title {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #212121;
}

.emi-card-title_big {
    font-size: 30px;
    line-height: 35px;
}

.emi-card-title__info {
    font-weight: 400;
}

.emi-card-body {
    margin: 0 30px 30px;
    padding: 0;
}

.card-info {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #212121;
}

.color-red {
    color: #BD2134!important;
}

.color-blue {
    color: #0682BD!important;
}

.color-light-gray {
    color: #F2F2F2!important;
}

.divider {
    background-color: #212121;
    opacity: 1;
    margin: 30px 0;
}

.emi-label {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
}

.emi-label_small {
    font-size: 12px;
    line-height: 14px;
}

.emi-form-control {
    outline: none;
    background: #FDFDFD;
    border: 1px solid #A0A0A0;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding: 4px;
    color: #212121;
    width: 100%;
    /*text-align: center;*/
}

.emi-form-control:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.emi-form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.emi-form-control__large {
    font-weight: 900;
    font-size: 25px;
    line-height: 29px;
    padding: 10px;
    text-align: left;
}

/*select.emi-form-control {*/
/*    text-transform: uppercase;*/
/*}*/

.dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.bg-yellow {
    background: #F2C94C!important;
}

.bg-green {
    background: #6FCF97!important;
}

.bg-red {
    background: #EB5757!important;
}

.bg-blue-gray {
    background: #548096!important;
}
.bg-red-deep {
    background: #BD2134!important;
}

.patient-list {
    padding-left: 0;
    min-width: 256px;
    list-style-type: none;
    margin-bottom: 0;
    max-height: 300px;
    overflow-y: auto;
}


.patient-list::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.patient-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.patient-list::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.patient-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.patient-list a {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #A0A0A0;
    transition: .1s;
}

.patient-list a:hover {
    font-weight: 700;
    color: #212121 !important;
}

.patient-info__circle {
    border-radius: 50%;
    width: 115px;
    height: 115px;
}
.patient-info__circle_big {
    border-radius: 50%;
    height: 141px;
    width: 141px;
}

.patient-info__vial-count {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    letter-spacing: 0.0357143em;
    color: #F2F2F2;
}
.patient-info__vial-info {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.0357143em;
    color: #F2F2F2;
}

.patient-info__text {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.0357143em;
    color: #212121;
    text-transform: uppercase;
}
.patient-info__date-day {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 75px;
    line-height: 88px;
    letter-spacing: 0.0357143em;
    color: #333333;
}

.patient-info__date-month {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.0357143em;
    color: #333333;
    text-transform: uppercase;
}

.patient-info__dosage-title {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #212121;
    text-transform: uppercase;
}
.patient-info__dosage-dose {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #212121;
}

.emi-border__right {
    border-right: 1px solid #212121;
}

.emi-border__left {
    border-left: 1px solid #212121;
}

.select-planned-dose__header {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    color: #212121;
    text-align: center;
    margin: 60px 0 30px;
}

.circle-with-text {
    /*background: linear-gradient(orange, red);*/
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    font-size: 15px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 300px;
    width: 300px;
    color: #548096;
    border: 2px solid #548096;
}

.circle-with-text__header {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
}

.circle-with-text hr {
    width: 100%;
    opacity: 1;
    background-color: #548096;
    margin: 25px 0;
}

.circle-with-text__info {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
}

.circle-with-text__img {
    position: absolute;
    right: 16%;
    bottom: 1%;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-radius: 0 !important;
    border: 1px solid #A0A0A0 !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px !important;
    padding: 4px;
    color: #212121 !important;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 0;
}

.select2-results__option--selectable {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px !important;
    padding: 4px;
    color: #212121 !important;
    /*text-align: center;*/
}

.select2-container--default .select2-results__group {
    background: #f2f2f2;
}

.span-vial-30 {
    color: #0084AD;
}

.background-vial-30 {
    background-color: #0084AD;
}

.span-vial-60 {
    color: #BF2B89;
}

.background-vial-60 {
    background-color: #BF2B89;
}

.span-vial-105 {
    color: #6DBF9F;
}

.background-vial-105 {
    background-color: #6DBF9F;
}

.span-vial-150 {
    color: #BE6A3E;
}

.background-vial-150 {
    background-color: #BE6A3E;
}

.calendar-legend__title {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #828282;
}

.calendar-legend__circle {
    padding: 10px;
    border-radius: 50%
}

.calendar-legend__circle_green {
    background-color: #1FF0C3;
}
.calendar-legend__circle_blue {
    background-color: #0682BD;
}
.calendar-legend__circle_orange {
    background-color: #F16D5C;
}
.calendar-legend__circle_red {
    background-color: #BD2134;
}
.calendar-legend__circle_purple {
    background-color: #9B51E0;
}

.calendar-legend__box {
    padding: 10px;
    background: #E0E0E0;
}

.calendar-legend__text {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.0357143em;
    color: #000000;
    margin: 0;
}

.calendar__information {
    font-size: 24px;
    line-height: 28px;
    color: #828282;
    margin: 0 45px;
    text-align: center;
}

.fc-prev-button,
.fc-next-button {
    color: #A0A0A0;
    background-color: transparent;
    border: 0;
    font-size: 38px;
}

.fc-daygrid-event {
    width: 20px;
}

.fc-daygrid-dot-event:hover {
    background: transparent;
}

.fc-daygrid-event-dot {
    margin: 0 0 0 4px;
}

.patient-info__archive-block {
    margin-bottom: 25px;
}

.patient-info__archive-title {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #828282;
    margin-bottom: 0;
}

.patient-info__archive-text {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #212121;
    margin-bottom: 0;
}

.epic-card__year {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    color: #212121;
    margin-bottom: 0;
}
.epic-card__month {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #212121;
}

.epic-card__body {
    overflow-y: auto;
    height: 150px;
    display: flex;
    align-items: center;
}

.epic-card__body::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.epic-card__body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.epic-card__body::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.epic-card__body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.epic-card__body ul {
    margin: auto 0;
}

.epic-card__body li {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #212121;
}

.disease-title {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #828282;
    margin-bottom: 0;
}

.disease-item {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #212121;
    text-transform: uppercase;
    margin-bottom: 0;
}


@media (min-width: 576px) {
    .form-login {
        top: 29%;
        left: 42%;
        width: 440px;
    }
}

@media (min-width: 768px) {
    .form-login {
        top: 23%;
        left: 47%;
        width: 340px;
    }
}

@media (min-width: 992px) {
    .form-login {
        top: 30%;
        left: 47%;
        width: 380px;
    }
}

@media (min-width: 1200px) {
    .border-right-xl {
        border-right: 1px solid #212121;
    }
    .form-login {
        top: 30%;
        left: 40%;
        width: 400px;
    }
}

@media (min-width: 1400px) {
    .form-login {
        top: 30%;
        left: 35%;
        width: 440px;
    }
}
