/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  outline: none;
}

@font-face {
  font-family: 'Monserrat';
  src: local('Monserrat'), url(3cd786652b8a2e9d41f210cb1a527ff6.ttf) format('truetype');
}
:root {
  --purple-color: #4029B1;
  --pink-color: #FB2F54;
  --ligt-pink-color: #FFD2DA;
  --light-gray-color: #E5E5E5;
  --gray-color: #ABAAAE;
  --yellow-color: #FFAA2B;
  --light-yellow-color: #FFEBB8;
  --blue-color: #00CEF4;
  --light-blue-color: #C2FAFF;
}
body * {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html * {
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'pt-sans-regular', 'Monserrat', sans-serif;
}

.scrollbar__track.vertical {
  background-color: #F6F6F6;
  overflow: visible;
}

.scrollbar__track > .scrollbar__thumb {
  background: #DADADA;
  position: relative;
  z-index: 2;
  overflow: visible !important;
}

.dash-loader span::after {
  border: 3px solid var(--purple-color);
}

.button.blue-button {
  background-color: var(--purple-color);
}

.button.red-button {
  background-color: var(--pink-color);
}

.button.blue-outline-button {
  border: 1px solid var(--purple-color);
  color: var(--purple-color);
}

.button.blue-outline-button:hover {
  box-shadow: 0 0 10px 0 var(--purple-color);
}

.modal__header__close-button {
  color: #9791A6;
  top: 20px;
  right: 20px;
}

.modal__wrap {
  border-radius: 16px;
}

.textarea:focus {
  border: 1px solid  var(--gray-color);
  box-shadow: none;
}

.dropdown {
  border-radius: 0;
}

.dropdown__title {
  border: none;
  border-bottom: 0.5px solid #ABAAAE;
}

.dropdown__title:before {
  border: none;
  background-image: url(efe0e443d9b9c19b1374eaa719f73142.svg);
  width: 12px;
  height: 6px;
  background-size: 12px 6px;
  background-repeat: no-repeat;
}

.dropdown.open > .dropdown__title:before {
  border: none;
}

.dropdown__item {
  border: none;
  padding: 20px;
  height: auto;
}

.dropdown__title {
  height: 32px;
}

.dropdown__item:hover {
  background-color: rgba(218, 218, 218, 0.15);
}

.dropdown__item:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.dropdown__content-wrap {
  top: 52px;
  box-shadow: 0px 4px 32px -4px #0A062C26;
  border: none;
  border-radius: 8px;
}

.combo-box__content-wrap {
  top: 52px;
  box-shadow: 0px 4px 32px -4px #0A062C26;
  border: none;
  border-radius: 8px;
  background-color: #fff;
  z-index: 2;
}

.combo-box__scrollbar {
  border: none;
  border-radius: 8px;
}

.combo-box__item {
  border: none;
  height: auto;
}

.combo-box__item:hover {
  background-color: rgba(218, 218, 218, 0.15);
}

.combo-box__item:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.combo-box__selected-item {
  height: auto;
  border: none;
  border-bottom: 0.5px solid #ABAAAE;
  border-radius: 0;
}

.combo-box-selected-item__deselect-button {
  background-color: #fff;
  color: #ABAAAE;
  border-left: none;
}

.dropdown__scrollbar {
  border: none;
  padding: 10px;
}

.input {
  border: none;
  border-bottom: 0.5px solid #ABAAAE;
  border-radius: 0;
  height: 32px;
}

.input:focus {
  border: none;
  border-bottom: 0.5px solid #ABAAAE;
  box-shadow: none;
}

.white-button {
  border: 1px solid #ABAAAE;
  background-color: #fff;
  color: #000;
}
.go-back-button.router-link {
  text-decoration: none;
  color: var(--purple-color);
  font-size: 16px;
  font-weight: 600;
  background-image: url(f37731d289cf396183da3022d20c3cc0.svg);
  background-repeat: no-repeat;
  background-size: 14px 9px;
  background-position: left center;
  padding-left: 20px;
  padding-top: 1px;
}

.status {
  border-radius: 6px;
  width: fit-content;
  padding: 8px 12px;
}

.status .text {
  font-size: 12px;
  font-weight: 500;
}

.status.blue {
  background-color: var(--light-blue-color);
}

.status.blue > .text {
  color: var(--blue-color);
}

.status.grey {
  background-color: var(--light-gray-color);
}

.status.grey > .text {
  color: var(--gray-color);
}

.status.red {
  background-color: var(--ligt-pink-color);
}

.status.red > .text {
  color: var(--pink-color);
}

.status.orange {
  background-color: var(--light-yellow-color);
}

.status.orange > .text {
  color: var(--yellow-color);
}
.prescription-main-info .column {
  margin-right: 44px;
}

.prescription-main-info .wrap-with-label__label {
  font-size: 14px;
}

.prescription-main-info .text-with-label__text {
  font-size: 16px;
}
.doctor-info-tab__header {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}

.doctor-info-tab__column {
  margin-right: 60px;
}

.doctor-info-tab {
  font-size: 16px;
}

.doctor-info-tab__text {
  font-size: 16px;
  margin-bottom: 4px;
}

.text.doctor-info-tab__sub-text {
  color: var(--gray-color);
}
.medication-info-tab-item {
  padding-bottom: 54px;
}

.medication-info-tab-item > .column {
  width: 20%;
  margin-right: 20px;
}

.medication-info-tab-item .wrap-with-label__label {
  font-size: 14px;
}

.medication-info-tab-item .text-with-label__text {
  font-size: 16px;
}

.medication-list-block__header {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}
.medication-info-tab__header {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}
.medication-release-position__medication-block {
  border-radius: 6px;
  width: fit-content;
  padding: 8px 12px;
  background-color: var(--light-gray-color);
  margin: 25px 0;
}

.medication-release-position__medication-block .text {
  font-size: 12px;
  font-weight: 500;
  color: var(--gray-color);
}

.medication-release-position__text.text {
  color: #ABAAAE;
  margin-top: 2px;
}

.medication-info-tab-item__last-column.column {
  width: 50% !important;
}
.medication-info-tab-item {
  padding-bottom: 54px;
}

.medication-info-tab-item > .column {
  width: 20%;
  margin-right: 20px;
}

.medication-info-tab-item .wrap-with-label__label {
  font-size: 14px;
}

.medication-info-tab-item .text-with-label__text {
  font-size: 16px;
}

.medicine-releases-block__header {
  font-size: 20px;
  font-weight: 600;
}

.medication-releases-block__empty-text {
  margin-top: 10px;
}
.patient-info-tab__header {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}

.patient-info-tab__column {
  margin-right: 70px;
}

.patient-info-tab__column .text-with-label__text {
  font-size: 16px;
}

.patient-info-tab__column .wrap-with-label__label {
  font-size: 14px;
}
.prescription-info-tabs {
  padding: 40px 0;
}

.prescription-info-tab__button {
  margin-right: 20px;
  height: 33px;
}

.button.prescription-info-tab__button.active {
  background-color: var(--purple-color);
  color: #fff;
}
.prescription-info-page-header {
  justify-content: space-between;
  align-items: center;
}

.prescription-info-page-header__text {
  font-size: 32px;
  font-weight: 600;
}

.prescription-info-page-header__buttons-wrap {
  display: flex;
  flex-wrap: wrap;
}

.prescription-info-page-header__button {
  width: 143px;
  height: 40px;
  margin-left: 22px;
}
.prescription-info-page {
  flex-wrap: wrap;
  background-color: #fff;
}

.prescription-info-page__content {
  max-width: 1069px;
  margin: 0 auto;
  padding-bottom: 35px;
}

.prescription-info-page__status-row {
  padding-top: 16px;
  padding-bottom: 35px;
}

.prescription-info-page__back-button-row {
  margin-bottom: 22px;
}
.header-logo {
  display: flex;
  align-items: center;
}

.header-logo__image {
  height: 36px;
  width: 77px;
}

.header-logo__text {
  font-size: 12px;
  width: 78px;
  margin-left: 9px;
  line-height: 14px;
}

.header {
  width: 100%;
  display: flex;
  background-color: inherit;
}

.header__row {
  justify-content: space-between;
  width: 100%;
  padding: 25px 44px;
}

.header-user-info {
  position: relative;
}

.header-user-info__button {
  position: relative;
  font-weight: 600;
  padding-right: 22px;
  z-index: 3;
}

.header-user-info__button::after {
  content: '';
  position: absolute;
  background-image: url(efe0e443d9b9c19b1374eaa719f73142.svg);
  width: 11px;
  height: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  top: calc(50% - 3px);
  right: 0;
}

.header-user-info-menu {
  padding: 20px;
  box-shadow: 0px 12px 32px -4px #0a062c12;
  border-radius: 8px;
  position: absolute;
  background-color: #fff;
  top: 38px;
  right: -21px;
  transition-property: opacity, visibility;
  transition-duration: .4s, 0s;
}

.header-user-info-menu.hidden {
  visibility: hidden;
  opacity: 0;
}

.header-user-info-menu::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 18px;
  background: #fff;
  top: -18px;
  right: 9px;
}

.pseudo-circle-left {
  z-index: 2;
  width: 36px;
  height: 36px;
  background-color: inherit;
  position: absolute;
  border-radius: 100%;
  top: 27px;
  right: 50px;
}

.pseudo-circle-right {
  z-index: 2;
  width: 36px;
  height: 36px;
  background-color: inherit;
  position: absolute;
  border-radius: 100%;
  top: 27px;
  right: 12px;
}

.header-user-info-menu__button {
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 16px;
}

.header-user-info-menu__button:last-of-type {
  margin-bottom: 0;
}

.header-user-info-menu__button.red {
  color: var(--pink-color);
}

.header-user-info-menu__text.text {
  font-size: 12px;
  color: #ABAAAE;
  margin-bottom: 14px;
}
.prescription-search {
  justify-content: center;
  position: relative;
  width: fit-content;
}

.input.prescription-search__input {
  position: relative;
  width: 470px;
  height: 60px;
  border-radius: 20px;
  padding-left: 52px;
  padding-right: 60px;
  outline: none;
  border: 1px solid #DADADA;
  background-image: url(87becdd8c4cef783af50f3372758c9b4.svg);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 20px center;
}

.input.prescription-search__input:focus {
  border: 1px solid var(--gray-color);
  box-shadow: none;
}

.button.prescription-search__button {
  background-color: var(--purple-color);
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background-image: url(3652bf1abbbb1c32979d84707ecdce7a.svg);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 8px;
}

.prescription-list-table-header {
  padding: 16px 0;
  font-weight: 500;
  border-bottom: 1px solid #dadada;
}

.prescription-list-table-header .text {
  color: var(--gray-color);
}

.prescription-list-table-item {
  padding: 25px 0;
  cursor: pointer;
  align-items: center;
  width: calc(100% - 21px);
  border-bottom: 1px solid #DADADA;
}

.prescription-list-table-item:last-child {
  border: none;
}

.prescription-list-table-item__text {
  font-size: 16px;
}

.prescription-list-table-item .column {
  width: 25%;
  padding-left: 12px;
}

.prescription-list-table-item .column:last-of-type {
  padding-right: 21px;
}

.prescription-list-table-item:hover {
  background-color: rgba(218, 218, 218, 0.15);
}

.prescription-list-table-item__grey-text.text {
  margin-top: 5px;
  color: #b0bec5;
}

.prescription-loader-stub {
  width: 100%;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prescription-not-found-stub {
  width: 100%;
  height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.prescription-not-found-stub .image {
  width: 71px;
  height: 38px;
  margin-bottom: 32px;
}

.prescription-not-found-stub .text {
  font-weight: 500;
  font-size: 18px;
}

.prescription-list-table {
  margin-top: 38px;
  width: 100%;
  flex-wrap: wrap;
}

.prescription-list-table > .row {
  width: calc(100% - 21px);
}

.prescription-list-table > .row > .column {
  width: 25%;
  padding-left: 12px;
}

.prescription-list-table__scrollbar {
  min-height: 264px;
}

.prescription-list-page {
  background-color: var(--light-gray-color);
  height: 100%;
}

.prescription-list-page__content {
  display: flex;
  width: 918px;
  height: 600px;
  background-color: #fff;
  margin: auto;
  border-radius: 16px;
  box-shadow: 0px 4px 32px -4px #0A062C12;
  align-items: center;
  padding: 36px 44px;
}

.prescription-list-page__header {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}
.content-area__wrap {
  justify-content: center;
  height: 100%;
}

.content-area {
  min-height: 100%;
}

.dropdown-list {
  position: absolute;
  top: -132px;
  box-shadow: 0px 4px 32px -4px #0a062c26;
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
}

.button-with-dropdown {
  position: relative;
}

.button-with-dropdown__text {
  position: relative;
  font-size: 16px;
}

.button-with-dropdown__text::after {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 5px;
  background-image: url(efe0e443d9b9c19b1374eaa719f73142.svg);
  background-repeat: no-repeat;
  background-size: 11px 5px;
  right: -16px;
  top: 6px;
}
.medication-release-page-buttons {
  padding-top: 42px;
}

.medication-release-page-buttons .button {
  margin: 10px;
  width: 238px;
  height: 50px;
}

.create-product-form {
  flex-wrap: wrap;
}

.create-product-form__row {
  padding-top: 25px;
  width: 100%;
  justify-content: space-between;
}

.create-product-form__last-row {
  padding-top: 25px;
}

.create-product-form__column {
  margin-right: 25px;
  width: 100%;
}

.create-product-form__long-input {
  width: 100%;
}

.create-product-form__long-input.medication-form {
  width: 415px;;
}

.create-product-form__medium-input {
  width: 125px;
}

.create-product-form__medium-input .input {
  width: 125px !important;
}

.create-product-form__long-input .input {
  width: 100% !important;
  margin-right: 25px;
}
.dropdown-item__header {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}

.dropdown-item__text {
  font-size: 12px;
  margin-bottom: 2px;
}

.text.dropdown-item__sub-text {
  font-weight: 400;
  color: #abaaae;
  font-size: 12px;
}

.dropdown__title .dropdown-item__text,
.dropdown__title .text.dropdown-item__sub-text {
  display: none;
}

.dropdown__title .dropdown-item__header {
  font-size: 16px;
  font-weight: 400;
}

.selected-product-block {
  width: 428px;
  background-color: #F6F6F6;
  border-radius: 9px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 16px 0;
}

.selected-product-block__header {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}

.selected-product-block__text {
  font-size: 12px;
  margin-bottom: 2px;
}

.selected-product-block__sub-text {
  font-weight: 400;
  color: #abaaae;
  font-size: 12px;
}
.product-item {
  flex-wrap: wrap;
  background-color: #F6F6F6;
  padding: 20px;
  padding-top: 30px;
  border-radius: 9px;
  margin-top: 15px;
  position: relative;
}

.product-item__remove-button.button {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 10px;
  right: 10px;
  color: #ABAAAE;
}
.medication-list-form-item {
  width: 100%;
  margin-top: 21px;
  margin-bottom: 21px;
}

.medication-list-form-item__header {
  width: 100%;
  padding-bottom: 24px;
  align-items: center;
}

.medication-list-form-item__header-title {
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px;
  flex-shrink: 0;
  max-width: 50%;
}

.medication-list-form-item__form {
  justify-content: space-between;
  width: 100%;
}

.medication-list-form-item .dropdown {
  width: 375px;
}

.medication-list-form-item .dropdown .dropdown__content-wrap  {
  max-height: 240px;
}

.medication-list-form-item .input {
  width: 120px;
  min-height: 40px;
  background-color: #F6F6F6;
}

.medication-list-form-item__combobox  {
  width: 428px;
}

.medication-list-form-item__combobox .input {
  width: 428px;
  min-height: 40px;
  background-color: #F6F6F6;
}

.medication-list-form-item__combobox .combo-box-selected-item__deselect-button {
  background-color: #F6F6F6;
  border-left: none;
}



.medication-list-form-item__combobox .combo-box__content-wrap {
  top: 38px;
  max-height: 500px;
}

.medication-list-form-item__combobox .combo-box__selected-item {
  min-height: 40px;
  background-color: #F6F6F6;
}

.medication-list-form-item__button.button {
  color: #ABAAAE;
  font-size: 12px;
  margin-top: 12px;
  text-decoration: underline;
}

.medication-list-form-item__add-button.button {
  font-size: 12px;
  color: #4029B1;
  font-weight: 600;
  margin-top: 13px;
}
.medication-list-form {
  width: 100%;
  height: 100%;
  flex-grow: 1;
}
.medication-list {
  display: flex;
  width: 100%;
  min-height: 661px;
  height: fit-content;
  background-color: #fff;
  margin: auto;
  border-radius: 16px;
  box-shadow: 0px 4px 32px -4px #0a062c12;
  align-items: center;
  padding: 37px 90px;
  margin-top: 25px;
  margin-bottom: 90px;
}

.medication-list__header {
  font-size: 32px;
  font-weight: 600;
}

.medication-list__image {
  margin-bottom: 26px;
}

.medication-list__created {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.medication-list__created .medication-list__header {
  margin-bottom: 74px;
}

.medication-list__button {
  width: 254px;
  height: 50px;
  margin-bottom: 25px;
}


.medication-release-error {
  padding-top: 82px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.medication-release-error .text {
  text-align: center;
}

.medication-release-error__header {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 32px;
}

.medication-release-error__text {
  font-size: 18px;
}

.medication-release-error__error-container {
  width: 449px;
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 20px;
  margin-top: 32px;
}

.medication-release-error__error-container .text {
  color: #FB2F54;
  font-size: 16px;
}
.medication-release-page__content {
  max-width: 879px;
  margin: 0 auto;
}

.medication-release-page__content .go-back-button {
  margin-left: 56px;
}
.welcome-page-block {
  width: 900px;
  height: 600px;
  border-radius: 16px;
  box-shadow: 0px 4px 32px -4px #0A062C12;
  margin: 20px;
  display: flex;
  background-color: #fff;
}

.welcome-page-block__left-block {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  width: 50%;
  background-color: #2A236E;
  height: 100%;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}

.welcome-page-block__left-block > div {
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center center;
}

.welcome-page-block__left-block > div:first-child {
  background-color: #5644A4;
  border-top-left-radius: 16px;
  background-image: url(8ec61cdb4af51d16870114887870007c.svg);
}

.welcome-page-block__left-block > div:nth-child(9) {
  background-color: #5644A4;
}

.welcome-page-block__left-block > div:nth-child(10) {
  background-color: #5644A4;
}

.welcome-page-block__left-block > div:nth-child(2) {
  background-color: #382E92;
}


.welcome-page-block__left-block > div:nth-child(3) {
  background-image: url(923f4273ed910dafb037dcec539f3fb3.svg);
}

.welcome-page-block__left-block > div:nth-child(4) {
  background-color: #382E92;
  background-image: url(2295075087fa94320be88e31f0028578.svg);
}

.welcome-page-block__left-block > div:nth-child(5) {
  background-image: url(ce63eaab10569597bc347053d70c6363.svg);
}

.welcome-page-block__left-block > div:nth-child(6) {
  background-color: #382E92;
}

.welcome-page-block__left-block > div:nth-child(8) {
  background-color: #382E92;
  background-image: url(abcf4197bbd158e7a121a4d91e0e9e20.svg);
}

.welcome-page-block__left-block > div:nth-child(9) {
  background-image: url(43152dbd5ed3ffabe7ffb42da9bef1ac.svg);
}

.welcome-page-block__left-block > div:nth-child(10) {
  border-bottom-left-radius: 16px;
  background-image: url(75e9e108bb4a59faf3c9b3028b1e50f6.svg);
}

.welcome-page-block__left-block > div:last-child {
  background-image: url(dbdc9081838fb13989d41d6c50e86dbe.svg);
}

.welcome-page-block__right-block {
  width: 50%;
  padding: 50px;
}
.pharmacy-item-component__header {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}

.pharmacy-item-component__text {
  font-size: 12px;
}
.pharmacy-select-page {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pharmacy-select-page__combobox {
  margin-top: 47px;
}


.pharmacy-select-page__header {
  font-size: 32px;
  font-weight: 600;
  margin-top: 72px;
}

.pharmacy-select-page__dropdown {
  margin-top: 47px;
}

.button-with-loader.pharmacy-select-page__button-with-loader {
  margin-top: 60px;
  width: 100%;
  align-items: center;
}

.pharmacy-select-page__button-with-loader .button {
  height: 59px;
  width: 230px;
  border-radius: 60px;
}

.pharmacy-select-page__combobox {
  margin-top: 60px;
  position: relative;
}

.pharmacy-select-page__combobox:not(.selected)::after {
  content: "";
  display: block;
  position: absolute;
  border: none;
  background-image: url(efe0e443d9b9c19b1374eaa719f73142.svg);
  width: 12px;
  height: 6px;
  background-size: 12px 6px;
  background-repeat: no-repeat;
  right: 5px;
  top: 12px;
}

.combo-box-selected-item {
  position: relative;
  padding-right: 50px !important;
}

.combo-box-selected-item.disabled {
  opacity: 0.5;
}

.combo-box-selected-item__value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.combo-box-selected-item__deselect-button {
  width: 40px;
  height: 100%;
  line-height: 100%;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  background: #e7e7e7;
  border-left: 1px solid #d3d3d3;
  border-radius: inherit;
  border-bottom-left-radius: unset;
  border-top-left-radius: unset;
}

.combo-box-selected-item__deselect-button:disabled {
  opacity: unset;
}

.modal.discard-prescription-modal .modal__content {
  width: 581px;
}

.modal.discard-prescription-modal .modal__content.with-header {
  padding-top:  3px;
  padding-bottom: 52px;
}


.discard-prescription-modal__header {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  width: 392px;
  line-height: 42px;
}


.textarea.discard-prescription-modal__textarea {
  width: 450px;
  height: 103px;
  margin-top: 32px;
  padding: 16px;
}

.discard-prescription-modal__buttons-wrap {
  padding-top: 48px;
}

.discard-prescription-modal__buttons-wrap > .button {
  width: 172px;
  height: 59px;
  margin: 0 20px;
  border-radius: 60px;
}

.prescription-discarded-modal__header {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 45px;
}

.button.prescription-discarded-modal__button {
  width: 254px;
  margin-bottom: 20px;
  height: 50px;
}
.certificate-dropdown-item {
  height: fit-content;
  min-height: 40px;
  padding: 10px !important;
}

.certificate-dropdown-item.dropdown__title {
  height: fit-content;
}

.certificate-dropdown-item__name {
  line-height: 21px;
}

.certificate-dropdown-item__issuer,
.certificate-dropdown-item__subject,
.certificate-dropdown-item__invalid {
  font-size: 12px;
  line-height: 18px;
}

.certificate-dropdown-item__invalid {
  color: #d22c75;
}

.certificate-selector {
  width: 100%;
}

.certificate-selector__dropdown {
  width: calc(100% - 16px - 10px); /* 100% - ширина лоадера - отступ от лоадера */
}

.certificate-selector__dropdown  .dropdown__content-wrap {
  top: unset;
}

.certificate-selector__loader {
  width: 16px;
  height: 16px;
  margin-bottom: 13px;
}
.certificate-selector__loader > span {
  clip: rect(8px, 16px, 16px, 0);
}

.certificate-selector__error {
  margin-top: 10px;
  font-size: 12px;
  color: #d22c75;
}

.signature-requirement {
  align-items: center;
}

.signature-requirement__number {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: var(--purple-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  color: white;
  text-align: center;
  flex-shrink: 0;
}

.signature-requirement__text {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 22px;
  color: #0A062C;
}
.signature-requirements-info {
  align-items: flex-start;
}

.signature-requirements-info__title {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #0a062c;
}

.signature-requirements-info__requirement {
  margin-top: 30px;
}

.signature-modal .modal__content {
  width: 857px;
  padding: 0px 70px 34px;
}

.signature-modal__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #0A062C;
  margin-bottom: 8px;
}

.signature-modal__signature-requirements {
  margin-bottom: 10px;
}

.signature-modal__certificate-selector {
  margin-top: 25px;
}

.signature-modal__action-button .button {
  width: 276px;
  height: 59px;
  border-radius: 60px;
  margin: 40px 0;
}

.main-frame {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main-frame__scrollbar {
  min-height: calc(100% - 57px);
}

.esia-auth-button {
  width: 352px;
  height: 48px;
  margin: 37px 0 29px;
  display: flex;
  padding: unset;
}

.login-page {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-page__header {
  font-size: 32px;
  font-weight: 600;
  margin-top: 57px;
}

.login-page .input {
  width: 343px;
  margin-top: 46px;
}

.button-with-loader.login-page__button-with-loader {
  width: 100%;
  align-items: center;
}

.login-page__button-with-loader .button {
  width: 230px;
  height: 59px;
  border-radius: 60px;
  margin-top: 60px;
}

.login__input-wrap {
  width: 416px;
  display: flex;
  flex-direction: column;
}

.login__password-label-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login__agreement-links-wrap {
  margin-top: 10px;
  align-items: center;
}

.login__agreement-links-wrap .text,
.login__agreement-links-wrap .external-link {
  flex-shrink: 0;
  font-size: 14px;
  white-space: pre;
  color: #ffffff;
  line-height: 21px;
}

.login__skip-link {
  margin-top: 29px;
}

.login-page {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.login-page__wrap {
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-page__name.text {
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 24px;
  font-weight: bold;
}

.login-page__title.text {
  color: #ffffff;
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 29px;
}

.login-page__content-wrap {
  position: relative;
  width: 416px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-page__auth-error.text {
  margin: 30px 0;
  font-size: 16px;
  color: var(--pink-color);
  display: flex;
  align-self: center;
  justify-content: center;
}

.layout {
  width: 100%;
  height: 100%;
  display: flex;
}

