@charset "UTF-8";
@media (max-width: 1599px) {
  html {
    font-size: 1vw;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 1.4vw;
  }
}
@media (max-width: 991.98px) {
  html {
    font-size: 1.61vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.08vw;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 4.44vw;
  }
}

.low_text {
  font-size: 1.5rem;
  font-family: Inter, sans-serif;
  color: #CDCDCD;
}

.a-btn {
  justify-content: center;
  border: none;
  border-radius: 0.25rem;
  transition: background-color 0.3s;
  font-weight: bold;
  font-family: Inter, sans-serif;
}

.a-btn:hover {
  cursor: pointer;
}

.all-container {
  height: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}

.maincontent {
  overflow: hidden;
  min-height: 600px;
  flex: 0 0 80%;
  max-width: 80%;
  padding: 0 2.5rem 0 2.5rem;
  margin: 0 auto;
}

.container_crumbs {
  display: block;
  margin: 1.875rem 0 1.875rem 0;
}

.bread-crumbs-and-btn-home {
  display: flex;
  flex-direction: row;
  gap: 1.875rem;
  flex: 1;
}
.bread-crumbs-and-btn-home .home {
  border-radius: 0.25rem;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0.625rem;
}
.bread-crumbs-and-btn-home .home:hover {
  background-color: #404040;
}
.bread-crumbs-and-btn-home .icon-home {
  display: block;
  background-position: center;
  background-size: cover;
  width: 2rem;
  height: 1.875rem;
}
.bread-crumbs-and-btn-home .home {
  background: #7B7B7B;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.bread-crumbs-and-btn-home .home .icon-home {
  background-image: url("../img/home.svg");
}
.bread-crumbs-and-btn-home .bread-crumbs {
  width: 100%;
  height: 3.125rem;
  border: 1px solid #CDCDCD;
  border-radius: 0.25rem;
  box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.bread-crumbs-and-btn-home .bread-crumbs .crumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.bread-crumbs-and-btn-home .bread-crumbs .crumb .crumb-text {
  line-height: 3.125rem;
  padding: 0 1.25rem 0 1.25rem;
  display: flex;
  font-weight: 400;
  font-size: 1.25rem;
  text-align: center;
  color: #7B7B7B;
}
.bread-crumbs-and-btn-home .bread-crumbs .crumb .arrow-for-crumbs {
  background-image: url("../img/arrow.svg");
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.9375rem;
  height: 0.9375rem;
}
.bread-crumbs-and-btn-home .bread-crumbs .crumb .bread-crumbs-submenu {
  display: none;
}
.bread-crumbs-and-btn-home .bread-crumbs .crumb:hover .bread-crumbs-submenu {
  display: flex;
  position: absolute;
  flex-direction: column;
  top: 99%;
  list-style-type: none;
  z-index: 3;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 0;
  border-radius: 0.25rem;
}
.bread-crumbs-and-btn-home .bread-crumbs .crumb:hover .bread-crumbs-submenu li {
  border-bottom: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  border-left: 1px solid #CDCDCD;
  list-style-type: none;
  background-color: #fafafa;
}
.bread-crumbs-and-btn-home .bread-crumbs .crumb:last-child .arrow-for-crumbs {
  display: none;
}

@media (max-width: 1200px) {
  .bread-crumbs-and-btn-home {
    gap: 1.25rem;
  }
  .maincontent {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1.875rem 0 1.875rem;
  }
}
@media (max-width: 768px) {
  .maincontent {
    padding: 0 1.25rem 0 1.25rem;
  }
  .bread-crumbs-and-btn-home .home {
    border-radius: 0.125rem;
    width: 1.875rem;
    height: 1.875rem;
    padding: 0.3125rem;
  }
  .bread-crumbs-and-btn-home .home {
    padding-left: 0.2925rem;
    padding-right: 0.2925rem;
  }
  .bread-crumbs-and-btn-home .bread-crumbs {
    height: 1.875rem;
    border: 1px solid #CDCDCD;
    border-radius: 0.125rem;
    box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.05);
  }
  .bread-crumbs-and-btn-home .bread-crumbs .crumb .crumb-text {
    line-height: 1.875rem;
    padding: 0 1.25rem 0 1.25rem;
    font-size: 0.75rem;
  }
  .bread-crumbs-and-btn-home .bread-crumbs .crumb .arrow-for-crumbs {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}
@media (max-width: 576px) {
  .maincontent {
    padding: 0 0.9375rem 0 0.9375rem;
  }
  .bread-crumbs-and-btn-home {
    gap: 0.625rem;
  }
  .bread-crumbs-and-btn-home .home {
    padding-left: 0.2925rem;
    padding-right: 0.2925rem;
  }
  .bread-crumbs-and-btn-home .bread-crumbs .crumb .crumb-text {
    line-height: inherit;
    padding: 0 0.625rem 0 0.625rem;
    font-size: 0.625rem;
  }
  .bread-crumbs-and-btn-home .bread-crumbs .crumb .arrow-for-crumbs {
    width: 0.353125rem;
    height: 0.353125rem;
  }
  .bread-crumbs-and-btn-home .bread-crumbs .crumb:hover .bread-crumbs-submenu {
    right: -10%;
  }
}
.green-line {
  position: fixed;
  top: 0;
  z-index: 1000;
  margin-right: -15px;
  margin-left: -15px;
}

.green-line-block {
  width: 100%;
  background: #54BE6D;
  height: 0.625rem;
  cursor: pointer;
}

.get-plan-block {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  justify-content: center;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.5s linear;
}
.get-plan-block .table-plan {
  width: 100%;
}

.get-plan-block.visible {
  visibility: visible;
  padding: 1.25rem;
  opacity: 1;
  height: 100%;
}

.green-line:hover .green-line-block {
  background: #38BC57;
}

@media (max-width: 576px) {
  .get-plan-block.visible {
    padding: 0.625rem;
  }
  a.to-plan-btn {
    font-size: 0.625rem;
  }
  .table-plan {
    display: flex;
  }
  .table-plan th, .table-plan td {
    font-size: 0.625rem;
  }
}
.search-options-block {
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.arrow-for-block-head {
  background-image: url("../img/arrow.svg");
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.9375rem;
  height: 0.9375rem;
  transform: rotate(90deg);
}

.search_options.visible .search-options-block {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.search_options.visible .arrow-for-block-head {
  transform: rotate(-90deg);
}

.file-attachments .add-file {
  display: flex;
  align-items: center;
}
.file-attachments .add-file .upload-file .choose-file {
  border-radius: 0.25rem;
  color: #000;
  background-color: #F4F4F4;
  padding: 0.3125rem 0.5rem;
  font-weight: normal;
}
.file-attachments .add-file .upload-file .choose-file:hover {
  background-color: #D9D9D9;
}

.search-results-head {
  text-align: center;
  padding: 0.625rem;
}

@media (min-width: 1600px) {
  .main-container-profile {
    height: 100%;
    width: 100%;
    margin-right: 10rem;
  }
  .main-container-profile .profile-card {
    margin: 4.4375rem auto 0;
    width: 50rem;
    height: auto;
  }
  .main-container-profile .profile-card .header-user {
    width: auto;
    line-height: normal;
    margin: 0;
    font-family: Inter, sans-serif;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
  }
  .main-container-profile .profile-card .users-card {
    margin-top: 4.4375rem;
    background-color: #F4F4F4;
    border: solid #D9D9D9 1px;
    border-radius: 0.25rem;
  }
  .main-container-profile .profile-card .users-card .users-fio {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .main-container-profile .profile-card .users-card .users-fio .users-circle {
    width: 12.5rem;
    height: 12.5rem;
    background: #D9D9D9;
    border-radius: 50%;
    margin-top: 2.5rem;
  }
  .main-container-profile .profile-card .users-card .users-fio .users-circle .circle-svg {
    margin: 2.5rem 2.856875rem;
    width: 6.78625rem;
    height: 7.5rem;
  }
  .main-container-profile .profile-card .users-card .users-fio .fio {
    font-family: Inter, sans-serif;
    font-weight: bold;
    font-size: 3rem;
    text-align: justify;
    white-space: pre;
    margin: 1.498125rem auto 0;
    width: auto;
  }
  .main-container-profile .profile-card .users-card .users-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1.751875rem 2.5rem 1.875rem;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles {
    display: flex;
    flex-direction: column;
    width: 22.7275rem;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .card-text {
    font-size: 1.5rem;
    font-weight: normal;
    color: #7B7B7B;
    line-height: initial;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .balance {
    display: flex;
    flex-direction: column;
    margin-top: 1.125rem;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .balance .card-text {
    font-size: 1.5rem;
    font-weight: normal;
    color: #7B7B7B;
    line-height: initial;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .account {
    margin-top: 1.125rem;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .account .card-text {
    font-size: 1.25rem;
    font-weight: normal;
    color: #CDCDCD;
    line-height: initial;
  }
  .main-container-profile .profile-card .users-card .users-info .but-field-mobile {
    display: none;
  }
  .main-container-profile .profile-card .users-card .users-info .actions {
    display: flex;
    flex-direction: column;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn {
    width: 13.75rem;
    height: 2.5rem;
    font-size: 1.25rem;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-grey {
    background-color: #D9D9D9;
    color: #7B7B7B;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-grey:hover {
    background-color: #bbb;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-grey:active {
    border: 1px solid #7B7B7B;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-green {
    margin-top: 0.625rem;
    background-color: #54BE6D;
    color: #B7FEC8;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-green:hover {
    background-color: green;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-green:active {
    border: 1px solid #B7FEC8;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .exit {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .exit .a-btn-red {
    background-color: #D46060;
    color: #FFE2E2;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .exit .a-btn-red:hover {
    background-color: #8B0000;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .exit .a-btn-red:active {
    border: 1px solid #fff;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .main-container-profile {
    height: 100%;
    width: 100%;
    margin-right: 10rem;
  }
  .main-container-profile .profile-card {
    margin: 4.4375rem auto 0;
    width: 50rem;
    height: auto;
  }
  .main-container-profile .profile-card .header-user {
    width: auto;
    line-height: normal;
    margin: 0;
    font-family: Inter, sans-serif;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
  }
  .main-container-profile .profile-card .users-card {
    margin-top: 4.4375rem;
    background-color: #F4F4F4;
    border: solid #D9D9D9 1px;
    border-radius: 0.25rem;
  }
  .main-container-profile .profile-card .users-card .users-fio {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .main-container-profile .profile-card .users-card .users-fio .users-circle {
    width: 12.5rem;
    height: 12.5rem;
    background: #D9D9D9;
    border-radius: 50%;
    margin-top: 2.5rem;
  }
  .main-container-profile .profile-card .users-card .users-fio .users-circle .circle-svg {
    margin: 2.5rem 2.856875rem;
    width: 6.78625rem;
    height: 7.5rem;
  }
  .main-container-profile .profile-card .users-card .users-fio .fio {
    font-family: Inter, sans-serif;
    font-weight: bold;
    font-size: 3rem;
    text-align: justify;
    white-space: pre;
    margin: 1.498125rem auto 0;
    width: auto;
  }
  .main-container-profile .profile-card .users-card .users-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1.751875rem 2.5rem 1.875rem;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles {
    display: flex;
    flex-direction: column;
    width: 22.7275rem;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .card-text {
    font-size: 1.5rem;
    font-weight: normal;
    color: #7B7B7B;
    line-height: initial;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .balance {
    display: flex;
    flex-direction: column;
    margin-top: 1.125rem;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .balance .card-text {
    font-size: 1.5rem;
    font-weight: normal;
    color: #7B7B7B;
    line-height: initial;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .account {
    margin-top: 1.125rem;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .account .card-text {
    font-size: 1.25rem;
    font-weight: normal;
    color: #CDCDCD;
    line-height: initial;
  }
  .main-container-profile .profile-card .users-card .users-info .but-field-mobile {
    display: none;
  }
  .main-container-profile .profile-card .users-card .users-info .actions {
    display: flex;
    flex-direction: column;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn {
    width: 13.75rem;
    height: 2.5rem;
    font-size: 1.25rem;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-grey {
    background-color: #D9D9D9;
    color: #7B7B7B;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-grey:hover {
    background-color: #bbb;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-grey:active {
    border: 1px solid #7B7B7B;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-green {
    margin-top: 0.625rem;
    background-color: #54BE6D;
    color: #B7FEC8;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-green:hover {
    background-color: green;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-green:active {
    border: 1px solid #B7FEC8;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .exit {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .exit .a-btn-red {
    background-color: #D46060;
    color: #FFE2E2;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .exit .a-btn-red:hover {
    background-color: #8B0000;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .exit .a-btn-red:active {
    border: 1px solid #fff;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-container-profile {
    margin: 0.375rem auto 0;
    height: 100%;
    width: 100%;
  }
  .main-container-profile .profile-card {
    width: auto;
    height: auto;
    margin: 0 0.3125rem;
  }
  .main-container-profile .profile-card .header-user {
    width: auto;
    height: 2.8125rem;
    line-height: normal;
    margin: 0;
    font-family: Inter, sans-serif;
    font-weight: bold;
    font-size: 1.75rem;
    text-align: center;
    vertical-align: center;
  }
  .main-container-profile .profile-card .users-card {
    margin-top: 1.25rem;
    background-color: #F4F4F4;
    border: solid #D9D9D9 1px;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 1.5rem;
  }
  .main-container-profile .profile-card .users-card .users-fio {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1.71875rem 6.25rem 1.71875rem 1.25rem;
  }
  .main-container-profile .profile-card .users-card .users-fio .users-circle {
    display: flex;
    justify-content: center;
    width: 6.25rem;
    height: 6.25rem;
    background: #D9D9D9;
    border-radius: 50%;
    margin: 0 3.125rem 0.3125rem;
  }
  .main-container-profile .profile-card .users-card .users-fio .users-circle .circle-svg {
    margin: 1.5rem 1.1425rem;
    width: 3.026875rem;
    height: 3.3125rem;
  }
  .main-container-profile .profile-card .users-card .users-fio .fio {
    font-family: Inter, sans-serif;
    font-weight: normal;
    font-size: 1.625rem;
    text-align: center;
    margin: 0.625rem auto;
    width: auto;
  }
  .main-container-profile .profile-card .users-card .users-info {
    display: flex;
    margin: 1.25rem 1.25rem 0 0;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles {
    width: 24.375rem;
    display: flex;
    flex-direction: column;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .card-text {
    font-size: 1.25rem;
    font-weight: normal;
    color: #7B7B7B;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .balance {
    display: flex;
    flex-direction: column;
    margin-top: 0.625rem;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .balance .card-text {
    font-size: 1.25rem;
    font-weight: normal;
    color: #7B7B7B;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .account {
    margin-top: 0.625rem;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .account .card-text {
    font-size: 1.125rem;
    font-weight: normal;
    color: #CDCDCD;
  }
  .main-container-profile .profile-card .users-card .users-info .but-field-mobile {
    display: none;
  }
  .main-container-profile .profile-card .users-card .users-info .actions {
    display: flex;
    flex-direction: column;
    width: 10.3125rem;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn {
    height: 2.5rem;
    font-size: 1rem;
    width: 11.875rem;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-grey {
    background-color: #D9D9D9;
    color: #7B7B7B;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-grey:hover {
    background-color: #bbb;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-grey:active {
    border: 1px solid #7B7B7B;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-green {
    margin-top: 0.625rem;
    background-color: #54BE6D;
    color: #B7FEC8;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-green:hover {
    background-color: green;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-green:active {
    border: 1px solid #B7FEC8;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .exit {
    display: flex;
    align-items: center;
    margin-top: 1.875rem;
    width: 11.875rem;
    height: 2.5rem;
    font-size: 1rem;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .exit .a-btn-red {
    background-color: #D46060;
    color: #FFE2E2;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .exit .a-btn-red:hover {
    background-color: #8B0000;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .exit .a-btn-red:active {
    border: 1px solid #fff;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  .main-container-profile {
    margin: 0.375rem auto 0;
    height: 100%;
    width: 100%;
  }
  .main-container-profile .profile-card {
    width: auto;
    height: auto;
    margin: 0 0.3125rem;
  }
  .main-container-profile .profile-card .header-user {
    width: auto;
    height: 2.5rem;
    line-height: normal;
    margin: 0;
    font-family: Inter, sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    vertical-align: center;
  }
  .main-container-profile .profile-card .users-card {
    margin-top: 1.25rem;
    background-color: #F4F4F4;
    border: solid #D9D9D9 1px;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 1.25rem;
  }
  .main-container-profile .profile-card .users-card .users-fio {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1.71875rem 2.5rem 1.71875rem 1.25rem;
  }
  .main-container-profile .profile-card .users-card .users-fio .users-circle {
    width: 5rem;
    height: 5rem;
    background: #D9D9D9;
    border-radius: 50%;
    margin: 0 3.125rem 0.3125rem;
  }
  .main-container-profile .profile-card .users-card .users-fio .users-circle .circle-svg {
    margin: 1rem 1.1425rem;
    width: 2.714375rem;
    height: 3rem;
  }
  .main-container-profile .profile-card .users-card .users-fio .fio {
    font-family: Inter, sans-serif;
    font-weight: normal;
    font-size: 1.25rem;
    text-align: center;
    margin: 0 auto;
    width: auto;
  }
  .main-container-profile .profile-card .users-card .users-info {
    display: flex;
    margin: 1.25rem 1.25rem 0 0;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles {
    width: 18.9375rem;
    display: flex;
    flex-direction: column;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .card-text {
    font-size: 1rem;
    font-weight: normal;
    color: #7B7B7B;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .balance {
    display: flex;
    flex-direction: column;
    margin-top: 0.625rem;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .balance .card-text {
    font-size: 1rem;
    font-weight: normal;
    color: #7B7B7B;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .account {
    margin-top: 0.625rem;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .account .card-text {
    font-size: 0.875rem;
    font-weight: normal;
    color: #CDCDCD;
  }
  .main-container-profile .profile-card .users-card .users-info .but-field-mobile {
    display: none;
  }
  .main-container-profile .profile-card .users-card .users-info .actions {
    display: flex;
    flex-direction: column;
    width: 10.3125rem;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn {
    height: 1.875rem;
    font-size: 0.875rem;
    width: 10.3125rem;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-grey {
    background-color: #D9D9D9;
    color: #7B7B7B;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-grey:hover {
    background-color: #bbb;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-grey:active {
    border: 1px solid #7B7B7B;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-green {
    margin-top: 0.625rem;
    background-color: #54BE6D;
    color: #B7FEC8;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-green:hover {
    background-color: green;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .a-btn-green:active {
    border: 1px solid #B7FEC8;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .exit {
    display: flex;
    align-items: center;
    margin-top: 1.875rem;
    width: 10.3125rem;
    height: 1.875rem;
    font-size: 0.875rem;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .exit .a-btn-red {
    background-color: #D46060;
    color: #FFE2E2;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .exit .a-btn-red:hover {
    background-color: #8B0000;
  }
  .main-container-profile .profile-card .users-card .users-info .actions .exit .a-btn-red:active {
    border: 1px solid #fff;
  }
}
@media (max-width: 576px) {
  .main-container-profile {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  .main-container-profile .profile-card {
    margin-top: 1.25rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    width: 21.25rem;
    height: auto;
  }
  .main-container-profile .profile-card .header-user {
    width: auto;
    line-height: normal;
    margin: 0;
    font-family: Inter, sans-serif;
    font-weight: bold;
    font-size: 1.75rem;
    text-align: center;
  }
  .main-container-profile .profile-card .users-card {
    margin-top: 1.25rem;
    background-color: #F4F4F4;
    border: solid #D9D9D9 1px;
    border-radius: 0.25rem;
    padding: 1.25rem 0.625rem 0.625rem;
  }
  .main-container-profile .profile-card .users-card .users-fio {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main-container-profile .profile-card .users-card .users-fio .users-circle {
    display: flex;
    width: 5.625rem;
    height: 5.625rem;
    background: #D9D9D9;
    border-radius: 50%;
  }
  .main-container-profile .profile-card .users-card .users-fio .users-circle .circle-svg {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    width: 3.026875rem;
    height: 3.3125rem;
  }
  .main-container-profile .profile-card .users-card .users-fio .fio {
    font-family: Inter, sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    text-align: justify;
    white-space: pre;
    margin: 0.625rem auto 0;
    width: auto;
  }
  .main-container-profile .profile-card .users-card .users-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0.875rem;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles {
    display: flex;
    flex-direction: column;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .card-text {
    font-size: 1rem;
    font-weight: normal;
    color: #7B7B7B;
    line-height: initial;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .balance {
    display: flex;
    flex-direction: column;
    margin-top: 0.625rem;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .balance .card-text {
    font-size: 1rem;
    font-weight: normal;
    color: #7B7B7B;
    line-height: initial;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .account {
    margin-top: 0.625rem;
  }
  .main-container-profile .profile-card .users-card .users-info .regions_roles .account .card-text {
    font-size: 0.875rem;
    font-weight: normal;
    color: #CDCDCD;
    line-height: initial;
  }
  .main-container-profile .profile-card .users-card .users-info .but-field {
    display: none;
  }
  .main-container-profile .profile-card .users-card .users-info .but-field-mobile {
    display: flex;
    flex-direction: column;
  }
  .main-container-profile .profile-card .users-card .users-info .but-field-mobile .actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.625rem;
  }
  .main-container-profile .profile-card .users-card .users-info .but-field-mobile .actions .a-btn {
    width: 10.3125rem;
    height: 2rem;
    font-size: 1rem;
  }
  .main-container-profile .profile-card .users-card .users-info .but-field-mobile .actions .a-btn-grey {
    background-color: #D9D9D9;
    color: #7B7B7B;
  }
  .main-container-profile .profile-card .users-card .users-info .but-field-mobile .actions .a-btn-grey:hover {
    background-color: #bbb;
  }
  .main-container-profile .profile-card .users-card .users-info .but-field-mobile .actions .a-btn-grey:active {
    border: 1px solid #7B7B7B;
  }
  .main-container-profile .profile-card .users-card .users-info .but-field-mobile .actions .a-btn-green {
    margin: 0rem 0 0 0.625rem;
    background-color: #54BE6D;
    color: #B7FEC8;
  }
  .main-container-profile .profile-card .users-card .users-info .but-field-mobile .actions .a-btn-green:hover {
    background-color: green;
  }
  .main-container-profile .profile-card .users-card .users-info .but-field-mobile .actions .a-btn-green:active {
    border: 1px solid #B7FEC8;
  }
  .main-container-profile .profile-card .users-card .users-info .but-field-mobile .exit {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0.9375rem auto 0;
  }
  .main-container-profile .profile-card .users-card .users-info .but-field-mobile .exit .a-btn {
    width: 10.3125rem;
    height: 2rem;
    font-size: 1rem;
  }
  .main-container-profile .profile-card .users-card .users-info .but-field-mobile .exit .a-btn-red {
    font-size: 1rem;
    background-color: #D46060;
    color: #FFE2E2;
  }
  .main-container-profile .profile-card .users-card .users-info .but-field-mobile .exit .a-btn-red:hover {
    background-color: #8B0000;
  }
  .main-container-profile .profile-card .users-card .users-info .but-field-mobile .exit .a-btn-red:active {
    border: 1px solid #fff;
  }
}
@media (min-width: 1600px) {
  .main-container-change-password {
    height: 100%;
    width: 100%;
  }
  .main-container-change-password .change-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 6.875rem;
    margin-left: auto;
    margin-right: auto;
    width: 22.5rem;
    background: #F4F4F4;
    border: solid #D9D9D9 0.0625rem;
    border-radius: 0.25rem;
    padding: 1.25rem 2.5rem;
  }
  .main-container-change-password .form-field {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 1.25rem;
  }
  .main-container-change-password .form-field .form-field-label {
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 1.25rem;
    font-weight: normal;
    color: #7B7B7B;
    margin-bottom: 0.625rem;
  }
  .main-container-change-password .form-field .field {
    height: 2.5rem;
    padding: 0rem 0.625rem;
    background-color: white;
    border: solid #7B7B7B 0.0625rem;
    border-radius: 0.25rem;
    font-size: 1rem;
    font-family: Inter, sans-serif;
  }
  .main-container-change-password .form-field .field::-moz-placeholder {
    color: #CDCDCD;
    font-size: 1rem;
    font-family: Inter, sans-serif;
  }
  .main-container-change-password .form-field .field::placeholder {
    color: #CDCDCD;
    font-size: 1rem;
    font-family: Inter, sans-serif;
  }
  .main-container-change-password .a-btn-green {
    width: 100%;
    height: 2.5rem;
    margin-top: 2.5rem;
    background-color: #54BE6D;
    color: #B7FEC8;
    font-size: 1.25rem;
  }
  .main-container-change-password .a-btn-green:hover {
    background-color: green;
  }
  .main-container-change-password .a-btn-green:active {
    border: 1px solid #B7FEC8;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .main-container-change-password {
    height: 100%;
    width: 100%;
  }
  .main-container-change-password .change-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 6.875rem;
    margin-left: auto;
    margin-right: auto;
    width: 22.5rem;
    background: #F4F4F4;
    border: solid #D9D9D9 0.0625rem;
    border-radius: 0.25rem;
    padding: 1.25rem 2.5rem;
  }
  .main-container-change-password .form-field {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 1.25rem;
  }
  .main-container-change-password .form-field .form-field-label {
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 1.25rem;
    font-weight: normal;
    color: #7B7B7B;
    margin-bottom: 0.625rem;
  }
  .main-container-change-password .form-field .field {
    height: 2.5rem;
    padding: 0rem 0.625rem;
    background-color: white;
    border: solid #7B7B7B 0.0625rem;
    border-radius: 0.25rem;
    font-size: 1rem;
    font-family: Inter, sans-serif;
  }
  .main-container-change-password .form-field .field::-moz-placeholder {
    color: #CDCDCD;
    font-size: 1rem;
    font-family: Inter, sans-serif;
  }
  .main-container-change-password .form-field .field::placeholder {
    color: #CDCDCD;
    font-size: 1rem;
    font-family: Inter, sans-serif;
  }
  .main-container-change-password .a-btn-green {
    width: 100%;
    height: 2.5rem;
    margin-top: 2.5rem;
    background-color: #54BE6D;
    color: #B7FEC8;
    font-size: 1.25rem;
  }
  .main-container-change-password .a-btn-green:hover {
    background-color: green;
  }
  .main-container-change-password .a-btn-green:active {
    border: 1px solid #B7FEC8;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-container-change-password {
    height: 100%;
    width: 100%;
  }
  .main-container-change-password .change-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 6.875rem;
    margin-left: auto;
    margin-right: auto;
    width: 22.5rem;
    background: #F4F4F4;
    border: solid #D9D9D9 0.0625rem;
    border-radius: 0.25rem;
    padding: 1.25rem 2.5rem;
  }
  .main-container-change-password .form-field {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 1.25rem;
  }
  .main-container-change-password .form-field .form-field-label {
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 1.25rem;
    font-weight: normal;
    color: #7B7B7B;
    margin-bottom: 0.625rem;
  }
  .main-container-change-password .form-field .field {
    height: 2.5rem;
    padding: 0rem 0.625rem;
    background-color: white;
    border: solid #7B7B7B 0.0625rem;
    border-radius: 0.25rem;
    font-size: 1rem;
    font-family: Inter, sans-serif;
  }
  .main-container-change-password .form-field .field::-moz-placeholder {
    color: #CDCDCD;
    font-size: 1rem;
    font-family: Inter, sans-serif;
  }
  .main-container-change-password .form-field .field::placeholder {
    color: #CDCDCD;
    font-size: 1rem;
    font-family: Inter, sans-serif;
  }
  .main-container-change-password .a-btn-green {
    width: 100%;
    height: 2.5rem;
    margin-top: 2.5rem;
    background-color: #54BE6D;
    color: #B7FEC8;
    font-size: 1.25rem;
  }
  .main-container-change-password .a-btn-green:hover {
    background-color: green;
  }
  .main-container-change-password .a-btn-green:active {
    border: 1px solid #B7FEC8;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  .main-container-change-password {
    height: 100%;
    width: 100%;
    margin: 0;
  }
  .main-container-change-password .change-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 16.25rem;
    background: #F4F4F4;
    border: solid #D9D9D9 0.0625rem;
    border-radius: 0.25rem;
    padding: 1.25rem 1.875rem 1.875rem;
  }
  .main-container-change-password .form-field {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 0.625rem;
  }
  .main-container-change-password .form-field .form-field-label {
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    color: #7B7B7B;
    margin-bottom: 0.3125rem;
  }
  .main-container-change-password .form-field .field {
    height: 1.875rem;
    padding: 0rem 0.625rem;
    background-color: white;
    border: solid #7B7B7B 0.0625rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-family: Inter, sans-serif;
  }
  .main-container-change-password .form-field .field::-moz-placeholder {
    color: #CDCDCD;
    font-size: 0.75rem;
    font-family: Inter, sans-serif;
  }
  .main-container-change-password .form-field .field::placeholder {
    color: #CDCDCD;
    font-size: 0.75rem;
    font-family: Inter, sans-serif;
  }
  .main-container-change-password .a-btn-green {
    width: 100%;
    height: 1.875rem;
    margin-top: 1.25rem;
    background-color: #54BE6D;
    color: #B7FEC8;
    font-size: 0.875rem;
  }
  .main-container-change-password .a-btn-green:hover {
    background-color: green;
  }
  .main-container-change-password .a-btn-green:active {
    border: 1px solid #B7FEC8;
  }
}
@media (min-width: 361px) and (max-width: 576px) {
  .main-container-change-password {
    height: 100%;
    width: 100%;
    margin: 0;
  }
  .main-container-change-password .change-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 16.25rem;
    background: #F4F4F4;
    border: solid #D9D9D9 0.0625rem;
    border-radius: 0.25rem;
    padding: 1.25rem 1.875rem 1.875rem;
  }
  .main-container-change-password .form-field {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 0.625rem;
  }
  .main-container-change-password .form-field .form-field-label {
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    color: #7B7B7B;
    margin-bottom: 0.3125rem;
  }
  .main-container-change-password .form-field .field {
    height: 1.875rem;
    padding: 0rem 0.625rem;
    background-color: white;
    border: solid #7B7B7B 0.0625rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-family: Inter, sans-serif;
  }
  .main-container-change-password .form-field .field::-moz-placeholder {
    color: #CDCDCD;
    font-size: 0.75rem;
    font-family: Inter, sans-serif;
  }
  .main-container-change-password .form-field .field::placeholder {
    color: #CDCDCD;
    font-size: 0.75rem;
    font-family: Inter, sans-serif;
  }
  .main-container-change-password .a-btn-green {
    width: 100%;
    margin-top: 1.25rem;
    background-color: #54BE6D;
    color: #B7FEC8;
    font-size: 0.875rem;
  }
  .main-container-change-password .a-btn-green:hover {
    background-color: green;
  }
  .main-container-change-password .a-btn-green:active {
    border: 1px solid #B7FEC8;
  }
}
@media (max-width: 360px) {
  .main-container-change-password {
    height: 100%;
    width: 100%;
    margin: 0;
  }
  .main-container-change-password .change-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 16.25rem;
    background: #F4F4F4;
    border: solid #D9D9D9 0.0625rem;
    border-radius: 0.25rem;
    padding: 1.25rem 1.875rem 1.875rem;
  }
  .main-container-change-password .form-field {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 0.625rem;
  }
  .main-container-change-password .form-field .form-field-label {
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    color: #7B7B7B;
    margin-bottom: 0.3125rem;
  }
  .main-container-change-password .form-field .field {
    height: 1.875rem;
    padding: 0rem 0.625rem;
    background-color: white;
    border: solid #7B7B7B 0.0625rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-family: Inter, sans-serif;
  }
  .main-container-change-password .form-field .field::-moz-placeholder {
    color: #CDCDCD;
    font-size: 0.75rem;
    font-family: Inter, sans-serif;
  }
  .main-container-change-password .form-field .field::placeholder {
    color: #CDCDCD;
    font-size: 0.75rem;
    font-family: Inter, sans-serif;
  }
  .main-container-change-password .a-btn-green {
    width: 100%;
    margin-top: 1.25rem;
    background-color: #54BE6D;
    color: #B7FEC8;
    font-size: 0.875rem;
  }
  .main-container-change-password .a-btn-green:hover {
    background-color: green;
  }
  .main-container-change-password .a-btn-green:active {
    border: 1px solid #B7FEC8;
  }
}
a {
  display: block;
  cursor: pointer;
}

:root {
  --font-family: "Inter", sans-serif;
}

.cart, .store-btn {
  border-radius: 0.25rem;
  padding: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
}

.icon-cart, .icon-store {
  display: block;
  background-position: center;
  background-size: cover;
  width: 1.875rem;
  height: 1.875rem;
}

.store-btn {
  background-color: #7B7B7B;
}
.store-btn .icon-store {
  background-image: url("../img/store.svg");
}

.cart:hover {
  background-color: #38BC57;
}

.cart {
  background: #54BE6D;
  position: relative;
}
.cart .icon-cart {
  background-image: url("../img/basket.svg");
}
.cart .number-of-products-circle {
  border-radius: 100%;
  background: #4b985d;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  right: -0.5rem;
  top: -0.448125rem;
}
.cart .number-of-products-circle .number-of-products {
  color: #B7FEC8;
  font-weight: 500;
  text-align: center;
  line-height: 1.25rem;
}

@media (max-width: 992px) {
  .store-btn {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .cart {
    border-radius: 0.125rem;
    padding: 0.375rem;
    width: 1.875rem;
    height: 1.875rem;
  }
  .cart .number-of-products-circle {
    width: 0.75rem;
    height: 0.75rem;
    right: -0.3125rem;
    top: -0.25rem;
  }
  .cart .number-of-products-circle .number-of-products {
    color: #B7FEC8;
    font-weight: 500;
    text-align: center;
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
  .icon-cart {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.store {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: start;
  width: 100%;
}
.store .new-bid {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0;
  gap: 0.375rem;
}
.store .new-bid .currency-bid {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  color: #7B7B7B;
}
.store .new-bid .currency-bid .input-bid {
  border: 1px solid #CDCDCD;
  box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.05);
  background: #fafafa;
}
.store .new-bid .currency-bid .input-bid:focus-visible {
  border: 1px solid #7B7B7B;
  outline: none;
}
.store .new-bid .sign {
  font-size: 1rem;
  font-weight: bold;
}
.store .store-btn {
  display: none;
}
.store .home {
  display: block;
}
.store .products-search {
  width: 100%;
  height: 3.125rem;
  display: flex;
  flex-direction: row;
}
.store .products-search .search-bar {
  flex: 1;
  font-weight: 400;
  font-size: 1.5rem;
  color: #7b7b7b;
  border: 1px solid #CDCDCD;
  box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.05);
  background: #fafafa;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  padding: 0.625rem;
}
.store .products-search .search-bar:focus-visible {
  border: 1px solid #7B7B7B;
  outline: none;
}
.store .products-search .search-btn {
  width: 3.125rem;
  height: 3.125rem;
  border: none;
  background: #eaeaea;
  border-left: 1px solid #CDCDCD;
  border-radius: 0 0.25rem 0.25rem 0;
  border: 1px solid #CDCDCD;
  display: block;
  background-position: center;
  background-size: cover;
  background-image: url("../img/search.svg");
}
.store .products-search .search-btn:hover {
  cursor: pointer;
}
.store .products {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3.3rem;
  column-gap: 3.3rem;
  row-gap: 1.875rem;
  width: calc(100% + 0.05px);
}
.store .products .product {
  border: 1px solid #CDCDCD;
  border-radius: 0.25rem;
  width: 16.25rem;
  height: 22.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.05);
  background: #fff;
}
.store .products .product .image-and-date {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #CDCDCD;
  border-radius: 0.25rem 0.25rem 0 0;
  height: 11.25rem;
}
.store .products .product .image-and-date .event-date {
  border-radius: 0.25rem 0.25rem 0 0;
  height: 1.5625rem;
  background: #eaeaea;
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
  color: #7B7B7B;
}
.store .products .product .image-and-date .product-image {
  text-align: center;
  max-height: 100%;
  min-height: 9.6875rem;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.store .products .product .image-and-date .product-image .product-image-preview {
  height: 83%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.store .products .product .product-info {
  height: 11.25rem;
  display: flex;
  flex-direction: column;
}
.store .products .product .product-info .product-name-and-category {
  padding: 0.625rem 0.625rem 0.53125rem 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.store .products .product .product-info .product-name-and-category .product-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 1rem;
  color: black;
  line-height: normal;
}
.store .products .product .product-info .product-name-and-category .product-category {
  font-weight: 400;
  font-size: 1rem;
  color: #CDCDCD;
}
.store .product-btn {
  padding-bottom: 0.625rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.store .product-btn a {
  width: 15rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.5rem;
}
.store .product-btn a:hover {
  text-decoration: none;
}
.store .product-btn .btn-cart {
  background: #54BE6D;
  color: #B7FEC8;
}
.store .product-btn .btn-arrange {
  border: 1px solid #54BE6D;
  color: #54BE6D;
  background-color: #fff;
}
.store .product-btn .btn-arrange:hover {
  background-color: #d3ffde;
  color: #54BE6D;
}
.store .product-btn .btn-cart:hover {
  background-color: #38BC57;
  color: #B7FEC8;
}
.store .product-btn .btn-has-product {
  color: #eaeaea;
  background: #7B7B7B;
}
.store .product-btn .btn-has-product:hover {
  color: #eaeaea;
}
.store .product-btn .btn-out-of-stock {
  color: #fff0da;
  background: #ecb665;
}
.store .product-btn .btn-out-of-stock:hover {
  color: #fff0da;
}
.store .product-price {
  display: flex;
  flex-direction: row;
  padding: 0.625rem 0.625rem 0 0.625rem;
  justify-content: center;
}
.store .product-price .currency-price {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  color: #B7FEC8;
  background: #54BE6D;
  height: 1.875rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.store .product-price .currency-price:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.store .product-price .currency-price:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.store .product-price .currency-price:not(:last-child) {
  border-right: 1px solid #4b985d;
}

.store-autocomplete-suggestions .autocomplete-suggestion {
  height: 3.125rem;
  font-weight: 400;
  font-size: 1.25rem;
  color: #7B7B7B;
  padding: 0.625rem;
}
.store-autocomplete-suggestions .autocomplete-suggestion strong {
  color: #54BE6D;
}
.store-autocomplete-suggestions .autocomplete-suggestion strong:last-child {
  color: #CDCDCD;
}

@media (max-width: 1200px) {
  .store .products {
    -moz-column-gap: 0.85rem;
    column-gap: 0.85rem;
  }
}
@media (max-width: 991.98px) {
  .store {
    gap: 1.25rem;
    margin: 0;
    justify-content: space-around;
  }
  .store .products {
    row-gap: 1.25rem;
    -moz-column-gap: 0.8125rem;
    column-gap: 0.8125rem;
  }
  .store .products .product {
    width: 13.9375rem;
    height: 18.375rem;
  }
  .store .products .product .image-and-date {
    border-radius: 0.125rem 0.125rem 0 0;
    height: 9.1875rem;
  }
  .store .products .product .image-and-date .event-date {
    border-radius: 0.125rem 0.125rem 0 0;
    height: 1.3375rem;
    font-size: 0.8125rem;
  }
  .store .products .product .image-and-date .product-image {
    text-align: center;
    max-height: 100%;
    min-height: 2.875rem;
  }
  .store .products .product .product-info {
    height: 9.1875rem;
  }
  .store .products .product .product-info .product-name-and-category {
    padding: 0.625rem 0.5rem 0.395rem 0.5rem;
  }
  .store .products .product .product-info .product-name-and-category .product-name {
    font-size: 0.875rem;
  }
  .store .products .product .product-info .product-name-and-category .product-category {
    font-size: 0.875rem;
  }
  .store .product-btn {
    padding: 0 0.5rem 0.375rem 0.5rem;
  }
  .store .product-btn a {
    width: 100%;
    height: 1.875rem;
    border-radius: 0.125rem;
    font-size: 1rem;
    line-height: 1.875rem;
  }
  .store .product-price {
    padding: 0.4375rem 0rem 0 0rem;
    justify-content: center;
  }
  .store .product-price .currency-price {
    font-size: 0.8125rem;
    height: 1.4375rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    line-height: 1.4375rem;
  }
  .store .product-price .currency-price:first-child {
    border-bottom-left-radius: 0.125rem;
    border-top-left-radius: 0.125rem;
  }
  .store .product-price .currency-price:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }
}
@media (max-width: 768px) {
  .store {
    gap: 1.25rem;
    min-width: 45.5rem;
  }
  .store .products-search {
    height: 1.875rem;
  }
  .store .products-search .search-bar {
    height: 1.875rem;
    font-weight: 400;
    font-size: 0.875rem;
  }
  .store .products-search .search-btn {
    width: 1.875rem;
    height: 1.875rem;
  }
  .store .products {
    row-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .store .products .product {
    width: 10.4375rem;
    height: 13.75rem;
  }
  .store .products .product .image-and-date {
    border-radius: 0.125rem 0.125rem 0 0;
    height: 6.875rem;
  }
  .store .products .product .image-and-date .event-date {
    border-radius: 0.125rem 0.125rem 0 0;
    height: 1rem;
    font-size: 0.625rem;
  }
  .store .products .product .image-and-date .product-image {
    text-align: center;
    max-height: 100%;
    min-height: 2.875rem;
  }
  .store .products .product .product-info {
    height: 6.875rem;
  }
  .store .products .product .product-info .product-name-and-category {
    padding: 0.3125rem 0.375rem 0.395rem 0.375rem;
  }
  .store .products .product .product-info .product-name-and-category .product-name {
    font-size: 0.625rem;
  }
  .store .products .product .product-info .product-name-and-category .product-category {
    font-size: 0.625rem;
  }
  .store .product-price {
    padding: 0.4375rem 0rem 0 0rem;
    justify-content: center;
  }
  .store .product-price .currency-price {
    font-size: 0.6875rem;
    height: 1.125rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    line-height: 1.125rem;
  }
  .store .product-price .currency-price:first-child {
    border-bottom-left-radius: 0.125rem;
    border-top-left-radius: 0.125rem;
  }
  .store .product-price .currency-price:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }
  .store .product-btn {
    padding-bottom: 0.375rem;
  }
  .store .product-btn a {
    width: 9.6875rem;
    height: 1.5rem;
    border-radius: 0.125rem;
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
  .store-autocomplete-suggestions .autocomplete-suggestion {
    height: 1.875rem;
    font-size: 0.875rem;
    padding: 0.3125rem;
  }
}
@media (max-width: 576px) {
  .cart .number-of-products-circle .number-of-products {
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
  .store {
    gap: 0.625rem;
    min-width: 22.5rem;
    padding-right: 1.5rem;
  }
  .store .products-search .search-bar {
    font-size: 0.8125rem;
  }
  .store .products {
    row-gap: 0.625rem;
    -moz-column-gap: 0;
    column-gap: 0;
    justify-content: space-between;
  }
  .store .products .product {
    width: 10.3125rem;
    height: 13.75rem;
  }
}
.store-product-card .store-btn {
  display: block;
}
.store-product-card .home {
  display: none;
}
.store-product-card .product-card-and-medications {
  display: flex;
  flex-direction: column;
  border: 1px solid #CDCDCD;
  border-radius: 0.25rem;
  width: 68.75rem;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
}
.store-product-card .product-card-and-medications .product-card {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #CDCDCD;
}
.store-product-card .product-card-and-medications .product-card .product-image {
  border-right: 1px solid #CDCDCD;
  border-radius: 0.25rem 0 0 0.25rem;
  min-width: 16.25rem;
  padding: 3.4375rem 1.875rem;
}
.store-product-card .product-card-and-medications .product-card .product-image .product-image-preview {
  height: 20rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.store-product-card .product-card-and-medications .product-card .product-descriptions {
  padding: 1.25rem 1.875rem 1.875rem 1.25rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}
.store-product-card .product-card-and-medications .product-card .product-descriptions .product-info {
  min-height: 10.625rem;
}
.store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-info-and-medications {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-width: 100%;
}
.store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-title {
  font-weight: 500;
  font-size: 2rem;
  padding-bottom: 0.75rem;
  line-height: initial;
}
.store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-type, .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-event-address, .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .number-of-products {
  font-weight: 400;
  font-size: 1.25rem;
  color: #CDCDCD;
  line-height: initial;
}
.store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .number-of-products {
  padding-top: 0.625rem;
}
.store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-prices-and-date-event-and-link {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  padding-top: 1.375rem;
}
.store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-prices-and-date-event-and-link .product-prices-and-date-event {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
}
.store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-prices-and-date-event-and-link .product-price {
  justify-content: start;
  padding: 0;
}
.store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-prices-and-date-event-and-link .product-price .currency-price {
  font-size: 1.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-prices-and-date-event-and-link .product-event-date {
  background: #eaeaea;
  border-radius: 0.25rem;
  padding: 0 1.875rem;
  text-align: center;
  color: #7B7B7B;
  font-size: 1.25rem;
  line-height: 2.5rem;
}
.store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-prices-and-date-event-and-link .link {
  background-color: #eaeaea;
  padding: 0.625rem;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.25rem;
}
.store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-prices-and-date-event-and-link .link .image-link {
  background-image: url("../img/link.svg");
  display: block;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.store-product-card .product-card-and-medications .product-card .product-descriptions .product-description-and-title {
  padding-top: 1.25rem;
  font-size: 1rem;
  padding-bottom: 1.125rem;
  font-size: 1rem;
  text-align: justify;
}
.store-product-card .product-card-and-medications .product-card .product-descriptions .product-description-and-title p {
  margin: 0;
}
.store-product-card .product-card-and-medications .product-card .product-descriptions .product-description-and-title .product-description-title {
  font-weight: 500;
  font-size: 1.5rem;
}
.store-product-card .product-card-and-medications .product-card .hidden-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.store-product-card .product-card-and-medications .product-card .product-btn {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0;
}
.store-product-card .product-card-and-medications .product-card .product-btn a {
  height: 2.5rem;
  width: 100%;
}
.store-product-card .product-card-and-medications .medications {
  padding-left: 0.9375rem;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 0.625rem;
}
.store-product-card .product-card-and-medications .medications .medication {
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.25rem;
  padding: 0.1875rem 1.125rem;
  background: #F4F4F4;
  color: #7B7B7B;
}
.store-product-card .product-card-and-medications .medications.medications-more-4 {
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1.875rem;
}
.store-product-card #js-like-url {
  border-bottom: 1px dashed #1868a0;
  font-size: 1rem;
  color: #7B7B7B;
  width: -moz-max-content;
  width: max-content;
  line-height: inherit;
}
.store-product-card #js-like-url:hover {
  border-bottom: 1px dashed #ad0a05;
  color: #54BE6D;
}

@media (max-width: 991.98px) {
  .store-product-card .product-card-and-medications {
    width: 100%;
  }
  .store-product-card .product-btn a {
    border-radius: 0.125rem;
    font-size: 1.25rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 768px) {
  .store-product-card .product-card-and-medications {
    border-radius: 0.125rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-image {
    border-radius: 0.125rem 0 0 0.125rem;
    min-width: 11.25rem;
    padding: 2.8125rem 1.25rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-image .product-image-preview {
    height: 13.1875rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions {
    padding: 0.8275rem 1.25rem 1.25rem 1.25rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info {
    min-height: 7.5rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-title {
    font-size: 1.25rem;
    padding-bottom: 0.32125rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-type, .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-event-address, .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .number-of-products {
    font-size: 0.875rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .number-of-products {
    padding-top: 0.625rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-prices-and-date-event-and-link {
    display: flex;
    flex-direction: row;
    gap: 0.625rem;
    padding-top: 1.0625rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-prices-and-date-event-and-link .product-prices-and-date-event {
    gap: 0.625rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-prices-and-date-event-and-link .product-price {
    justify-content: start;
    padding: 0;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-prices-and-date-event-and-link .product-price .currency-price {
    font-size: 1rem;
    height: 1.875rem;
    line-height: 1.875rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-prices-and-date-event-and-link .product-event-date {
    border-radius: 0.125rem;
    padding: 0 1.875rem;
    font-size: 1rem;
    line-height: 1.875rem;
    height: 1.875rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-prices-and-date-event-and-link .link {
    padding: 0.46875rem;
    height: 1.875rem;
    width: 1.875rem;
    border-radius: 0.125rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-description-and-title {
    padding-top: 1.25rem;
    font-size: 0.625rem;
    padding-bottom: 1.4375rem;
    line-height: initial;
    text-align: justify;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-description-and-title p {
    margin: 0;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-description-and-title .product-description-title {
    font-weight: 500;
    font-size: 1rem;
    padding-bottom: 0.363125rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-btn a {
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 0.875rem;
  }
  .store-product-card #js-like-url {
    font-size: 0.625rem;
  }
  .store-product-card .product-card-and-medications .medications {
    padding-left: 0.625rem;
    gap: 0.3125rem;
  }
  .store-product-card .product-card-and-medications .medications .medication {
    border-radius: 0.125rem;
    padding: 0.125rem 0.625rem;
    font-size: 0.6875rem;
  }
  .store-product-card .product-card-and-medications .medications.medications-more-4 {
    padding: 1.25rem;
  }
}
@media (max-width: 576px) {
  .store-product-card .product-card-and-medications .product-card {
    flex-direction: column;
  }
  .store-product-card .product-card-and-medications .product-card .product-image {
    border-bottom: 1px solid #CDCDCD;
    border-right: none;
    border-radius: 0.0625rem 0;
    min-height: 18.75rem;
    padding: 1.25rem 5.1875rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-image .product-image-preview {
    height: 16.25rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions {
    padding: 0.625rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info {
    min-height: 8.25rem;
    min-width: 100%;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-title {
    font-size: 1.25rem;
    padding-bottom: 0.5625rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-type, .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-event-address, .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .number-of-products {
    font-size: 0.875rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .number-of-products {
    padding-top: 0.625rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-prices-and-date-event-and-link {
    position: relative;
    gap: 0.625rem;
    padding-top: 1.25rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-prices-and-date-event-and-link .product-prices-and-date-event {
    display: flex;
    flex-direction: row;
    gap: 0.625rem;
    width: 100%;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-prices-and-date-event-and-link .product-price {
    flex-grow: 1;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-prices-and-date-event-and-link .product-price .currency-price {
    flex-grow: 1;
    font-size: 1rem;
    height: 1.875rem;
    line-height: 1.875rem;
    padding: 0 0.9375rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-prices-and-date-event-and-link .product-event-date {
    padding: 0 1.875rem;
    font-size: 1rem;
    line-height: 1.875rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-info .product-prices-and-date-event-and-link .link {
    position: absolute;
    right: 0;
    bottom: 2.5rem;
    padding: 0.46875rem;
    height: 1.875rem;
    width: 1.875rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-description-and-title {
    padding-top: 1.25rem;
    font-size: 0.625rem;
    padding-bottom: 0.89375rem;
    text-align: justify;
    font-weight: 400;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-description-and-title p {
    margin: 0;
  }
  .store-product-card .product-card-and-medications .product-card .product-descriptions .product-description-and-title .product-description-title {
    font-size: 1rem;
  }
  .store-product-card .product-card-and-medications .product-card .product-btn {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 0;
  }
  .store-product-card .product-card-and-medications .product-card .product-btn a {
    height: 1.875rem;
    width: 100%;
  }
}
.store-cart {
  gap: 0;
}
.store-cart .balance-and-btn-clear {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.store-cart .balance-and-btn-clear .btn-clear:hover {
  background-color: #CDCDCD;
}
.store-cart .balance-and-btn-clear .btn-clear {
  font-size: 1.25rem;
  margin: 0;
  border-radius: 0.25rem;
  background: #eaeaea;
  color: #7B7B7B;
  width: 14.375rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  font-weight: 700;
}
.store-cart .balance-and-btn-clear .btn-clear:hover {
  text-decoration: none;
}
.store-cart .balance-and-btn-clear .balance {
  font-size: 1.5rem;
  line-height: initial;
  color: #7B7B7B;
}
.store-cart .cheque-and-btn-buy {
  margin-top: 2.1875rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}
.store-cart .cheque-and-btn-buy .cheque .cheque-info {
  font-weight: 400;
  font-size: 2.25rem;
  color: #7B7B7B;
}
.store-cart .cheque-and-btn-buy .cheque .cheque-info span {
  font-weight: 600;
}
.store-cart .cheque-and-btn-buy .cheque .cheque-sum {
  margin-top: 1.3125rem;
  height: 3.125rem;
  display: flex;
  flex-direction: row;
  gap: 0;
  border-radius: 0.25rem;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
}
.store-cart .cheque-and-btn-buy .cheque .cheque-sum .sum-by-currency {
  padding: 0.1875rem 1.875rem;
  height: 100%;
  font-weight: 700;
  font-size: 2rem;
  background-color: #54BE6D;
  color: #B7FEC8;
}
.store-cart .cheque-and-btn-buy .btn-buy-product {
  height: 3.125rem;
  width: 26.25rem;
  border: none;
  background-color: #54BE6D;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  color: #B7FEC8;
  border-radius: 0.25rem;
}
.store-cart .products {
  margin-top: 1.6875rem;
}
.store-cart .products .product-btn .btn-delete {
  margin: 0;
  font-weight: 700;
  color: #FFE2E2;
  background: #D46060;
  padding: 0;
}

@media (max-width: 768px) {
  .store-cart .balance-and-btn-clear {
    margin-top: 1.25rem;
  }
  .store-cart .balance-and-btn-clear .balance {
    font-size: 1.25rem;
  }
  .store-cart .balance-and-btn-clear .btn-clear {
    height: 1.875rem;
    width: 10.4375rem;
    font-size: 0.75rem;
    line-height: 1.875rem;
  }
  .store-cart .products {
    margin-top: 1.4375rem;
  }
  .store-cart .cheque-and-btn-buy {
    margin-top: 1.25rem;
  }
  .store-cart .cheque-and-btn-buy .cheque .cheque-info {
    font-size: 1.25rem;
  }
  .store-cart .cheque-and-btn-buy .cheque .cheque-sum {
    margin-top: 1rem;
    height: 1.875rem;
    border-radius: 0.125rem;
  }
  .store-cart .cheque-and-btn-buy .cheque .cheque-sum label {
    font-size: 1rem;
    padding: 0.1875rem 0.9375rem;
  }
  .store-cart .cheque-and-btn-buy .btn-buy-product {
    height: 1.875rem;
    width: 15.75rem;
    font-size: 0.875rem;
    border-radius: 0.125rem;
  }
}
@media (max-width: 576px) {
  .store-cart .balance-and-btn-clear {
    margin-top: 1.140625rem;
  }
  .store-cart .balance-and-btn-clear .balance {
    font-size: 0.875rem;
  }
  .store-cart .balance-and-btn-clear .btn-clear {
    width: 10.3125rem;
  }
  .store-cart .products {
    margin-top: 1.140625rem;
  }
  .store-cart .cheque-and-btn-buy {
    flex-direction: column;
    gap: 1.25rem;
  }
  .store-cart .cheque-and-btn-buy .cheque {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .store-cart .cheque-and-btn-buy .cheque .cheque-info {
    font-size: 1rem;
  }
  .store-cart .cheque-and-btn-buy .cheque .cheque-sum {
    margin-top: 0.4375rem;
  }
  .store-cart .cheque-and-btn-buy .product-buy-btn {
    width: 100%;
  }
  .store-cart .cheque-and-btn-buy .product-buy-btn .btn-buy-product {
    width: 100%;
    font-size: 0.875rem;
  }
}
#store-settings.store-settings .min-max {
  display: flex;
  flex-direction: row;
  gap: 0.9375rem;
  align-items: end;
}
#store-settings.store-settings .min-max .dash {
  background-image: url("../img/dash.svg");
  display: block;
  background-position: center;
  background-size: cover;
  width: 1.875rem;
  height: 0.1875rem;
  margin-bottom: 1.125rem;
}
#store-settings.store-settings .filter {
  width: 15.3125rem;
}
#store-settings.store-settings .filter label {
  margin: 0;
  font-weight: 400;
  font-size: 1.25rem;
  color: #7B7B7B;
}
#store-settings.store-settings #settingPointsForm {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
#store-settings.store-settings label {
  margin: 0;
  font-weight: 400;
  font-size: 1.25rem;
  color: #7B7B7B;
}
#store-settings.store-settings .group-filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25rem;
  height: -moz-max-content;
  height: max-content;
}
#store-settings.store-settings .group-filters .filter {
  display: flex;
  flex-direction: column;
}
#store-settings.store-settings #accrualPointsMPForm {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
#store-settings.store-settings .store-settings-header .search-and-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}
#store-settings.store-settings .store-settings-header .search-and-btn .search {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
}
#store-settings.store-settings .store-settings-header .search-and-btn .search .search-filter {
  width: 15.3125rem;
}
#store-settings.store-settings .store-settings-header .search-and-btn .search .search-filter label {
  margin: 0;
  font-weight: 400;
  font-size: 1.25rem;
  color: #7B7B7B;
}
#store-settings.store-settings .store-settings-header .search-and-btn .search .search-filter .selectize-control {
  border: none;
}
#store-settings.store-settings .store-settings-header .search-and-btn .search .search-filter .selectize-control .selectize-input {
  min-height: 2.5rem;
  border: 1px solid #CDCDCD;
  border-radius: 0.25rem;
  background: #F4F4F4;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  align-items: center;
}
#store-settings.store-settings .store-settings-header .search-and-btn .search .search-filter .selectize-control .selectize-input .item {
  margin: 0.125rem;
  color: #7B7B7B;
  background: #eaeaea;
  height: auto;
  min-height: 2.5rem;
  font-size: 1rem;
  padding: 0.3125rem 0;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  border: #7B7B7B;
  text-shadow: none;
  align-items: center;
}
#store-settings.store-settings .store-settings-header .search-and-btn .search .search-filter .selectize-control .selectize-input .item .remove {
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 1rem;
  border-left: 1px solid #7B7B7B;
}
#store-settings.store-settings .store-settings-header .search-and-btn .search-btn {
  border: none;
  border-radius: 0.25rem;
  padding: 0 3.4375rem;
  font-size: 1.25rem;
  height: 2.5rem;
  color: #B7FEC8;
  background: #54BE6D;
  cursor: pointer;
}
#store-settings.store-settings .store-settings-header .add-btn {
  border-radius: 0.25rem;
  text-align: center;
  font-size: 1.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #B7FEC8;
  background-color: #54BE6D;
  cursor: pointer;
  width: 16.25rem;
}
#store-settings.store-settings .store-settings-header .add-btn:hover {
  text-decoration: none;
  background-color: #38BC57;
  color: #fff;
}
#store-settings.store-settings .header-btn-left {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.store-settings {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 2.5rem;
  margin-left: calc(2.5rem - 15px);
  justify-content: start;
  width: 68.75rem;
}
.store-settings .table-with-border {
  background-color: #fafafa;
  overflow: auto;
  box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.05);
}
.store-settings .table-with-border table {
  margin: 0;
  border-radius: 0.25rem;
  border: 1px solid #CDCDCD;
}
.store-settings .table-with-border thead tr {
  background-color: #54BE6D;
  color: #fff;
}
.store-settings .count-entries {
  color: #7B7B7B;
}
.store-settings span.paler {
  color: #7B7B7B;
}
.store-settings .table-product a {
  width: 100%;
}
.store-settings .table-product a .product-image-preview {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 6.25rem;
}
.store-settings .save-btn input {
  border: none;
  border-radius: 0.25rem;
  padding: 0 3.4375rem;
  font-size: 1.25rem;
  height: 2.5rem;
  color: #B7FEC8;
  background: #54BE6D;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .store-settings {
    gap: 1.25rem;
    width: 100%;
    margin: 0;
    padding: 1.25rem calc(1.25rem - 15px);
  }
  .store-settings .table-product {
    font-size: 0.875rem;
  }
  .store-settings .table-product td {
    padding: 0.3125rem;
  }
  .store-settings .table-product td a {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .store-settings {
    gap: 1.25rem;
    min-width: 45.5rem;
  }
  .store-settings .table-product {
    font-size: 0.625rem;
  }
  .store-settings .table-product td {
    padding: 0.3125rem;
  }
  .store-settings .table-product td a {
    font-size: 0.625rem;
  }
  #store-settings.store-settings .store-settings-header .search-and-btn .search {
    gap: 1.25rem;
  }
  #store-settings.store-settings .store-settings-header .search-and-btn .search .search-filter {
    width: 9.375rem;
  }
  #store-settings.store-settings .store-settings-header .search-and-btn .search .search-filter label {
    font-size: 1rem;
  }
  #store-settings.store-settings .store-settings-header .search-and-btn .search .search-filter .selectize-control .selectize-input {
    min-height: 1.875rem;
    border-radius: 0.125rem;
  }
  #store-settings.store-settings .store-settings-header .search-and-btn .search .search-filter .selectize-control .selectize-input .item {
    font-size: 0.875rem;
    min-height: 1.875rem;
  }
  #store-settings.store-settings .store-settings-header .search-and-btn .search .search-filter .selectize-control .selectize-input .item .remove {
    font-size: 1rem;
  }
  #store-settings.store-settings .store-settings-header .search-and-btn .search-btn {
    border-radius: 0.125rem;
    padding: 0 2.1875rem;
    font-size: 1rem;
    height: 1.875rem;
  }
}
@media (max-width: 576px) {
  .store-settings {
    gap: 0.625rem;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0.625rem;
    min-width: 22.5rem;
  }
  .store-settings .table-with-border {
    font-size: 0.625rem;
  }
  .store-settings .table-with-border table {
    border-radius: 0.125rem;
    width: 21.25rem;
  }
  .store-settings .table-with-border table td {
    padding: 0.3125rem;
  }
  .store-settings .table-with-border table tbody {
    width: 21.25rem;
  }
  #store-settings.store-settings .store-settings-header .search-and-btn {
    align-items: last baseline;
  }
  #store-settings.store-settings .store-settings-header .search-and-btn .search {
    gap: 0.625rem;
  }
  #store-settings.store-settings .store-settings-header .search-and-btn .search .search-filter {
    width: 7.8125rem;
  }
  #store-settings.store-settings .store-settings-header .search-and-btn .search .search-filter label {
    font-size: 0.625rem;
  }
  #store-settings.store-settings .store-settings-header .search-and-btn .search .search-filter .selectize-control .selectize-input {
    min-height: 1.25rem;
  }
  #store-settings.store-settings .store-settings-header .search-and-btn .search .search-filter .selectize-control .selectize-input .item {
    font-size: 0.625rem;
    height: 1.25rem;
  }
  #store-settings.store-settings .store-settings-header .search-and-btn .search .search-filter .selectize-control .selectize-input .item .remove {
    padding: 0.3125rem 0.125rem;
    font-size: 0.625rem;
  }
  #store-settings.store-settings .store-settings-header .search-and-btn .search-btn {
    padding: 0 0.625rem;
    font-size: 0.875rem;
    height: 1.5625rem;
  }
  #store-settings.store-settings .store-settings-header .add-btn {
    border-radius: 0.125rem;
    font-size: 0.625rem;
    height: 1.25rem;
    line-height: 1.25rem;
    width: 9.375rem;
  }
  #store-settings.store-settings .count-entries {
    font-size: 0.625rem;
  }
}
@media (min-width: 1600px) {
  .main-container-orders-history {
    width: auto;
    height: auto;
    margin-top: 2.5rem;
    margin-right: 10rem;
    margin-left: 2.5rem;
  }
  .main-container-orders-history .store-list {
    width: auto;
    height: auto;
  }
  .main-container-orders-history .store-list .order {
    display: flex;
    flex-direction: row;
    height: 4.375rem;
    width: auto;
    background-color: #F4F4F4;
    border-radius: 0.25rem;
    border: #CDCDCD solid 0.0625rem;
    margin-top: 2.5rem;
    cursor: pointer;
  }
  .main-container-orders-history .store-list .order .order-label {
    display: flex;
    width: 58.4375rem;
    margin-left: 1.25rem;
    font-size: 2rem;
    font-family: Inter, sans-serif;
    color: #7B7B7B;
    align-items: center;
    font-weight: bold;
  }
  .main-container-orders-history .store-list .order .points {
    display: flex;
    width: auto;
    height: 1.875rem;
    font-size: 1.25rem;
    font-weight: bolder;
    font-family: Inter, sans-serif;
    background-color: #D9D9D9;
    color: #7B7B7B;
    align-items: center;
    margin: 1.25rem 1.3575rem 1.25rem auto;
    border-radius: 0.25rem;
    padding: 0.1875rem 0.5rem;
  }
  .main-container-orders-history .store-list .order .arrow {
    display: flex;
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 1.25rem;
    margin-bottom: auto;
    margin-top: auto;
  }
  .main-container-orders-history .store-list .order:hover {
    background-color: #C0C0C0;
  }
  .main-container-orders-history .store-list .selected {
    background-color: #54BE6D;
  }
  .main-container-orders-history .store-list .selected .order-label {
    color: #B7FEC8;
  }
  .main-container-orders-history .store-list .selected .points {
    background-color: #B7FEC8;
    color: #54BE6D;
  }
  .main-container-orders-history .store-list .selected .arrow {
    rotate: 180deg;
  }
  .main-container-orders-history .store-list .selected:hover {
    background-color: #32CD32;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .main-container-orders-history {
    width: auto;
    height: auto;
    margin-top: 2.5rem;
    margin-right: 10rem;
    margin-left: 2.5rem;
  }
  .main-container-orders-history .store-list {
    width: auto;
    height: auto;
  }
  .main-container-orders-history .store-list .order {
    display: flex;
    flex-direction: row;
    height: 4.375rem;
    width: auto;
    background-color: #F4F4F4;
    border-radius: 0.25rem;
    border: #CDCDCD solid 0.0625rem;
    margin-top: 2.5rem;
    cursor: pointer;
  }
  .main-container-orders-history .store-list .order .order-label {
    display: flex;
    width: 58.4375rem;
    margin-left: 1.25rem;
    font-size: 2rem;
    font-family: Inter, sans-serif;
    color: #7B7B7B;
    align-items: center;
    font-weight: bold;
  }
  .main-container-orders-history .store-list .order .points {
    display: flex;
    width: auto;
    height: 1.875rem;
    font-size: 1.25rem;
    font-weight: bolder;
    font-family: Inter, sans-serif;
    background-color: #D9D9D9;
    color: #7B7B7B;
    align-items: center;
    margin: 1.25rem 1.3575rem 1.25rem auto;
    border-radius: 0.25rem;
    padding: 0.1875rem 0.5rem;
  }
  .main-container-orders-history .store-list .order .arrow {
    display: flex;
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 1.25rem;
    margin-bottom: auto;
    margin-top: auto;
  }
  .main-container-orders-history .store-list .order:hover {
    background-color: #C0C0C0;
  }
  .main-container-orders-history .store-list .selected {
    background-color: #54BE6D;
  }
  .main-container-orders-history .store-list .selected .order-label {
    color: #B7FEC8;
  }
  .main-container-orders-history .store-list .selected .points {
    background-color: #B7FEC8;
    color: #54BE6D;
  }
  .main-container-orders-history .store-list .selected .arrow {
    rotate: 180deg;
  }
  .main-container-orders-history .store-list .selected:hover {
    background-color: #32CD32;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-container-orders-history {
    width: auto;
    height: auto;
    margin-top: 2.5rem;
    margin-right: 10rem;
    margin-left: 2.5rem;
  }
  .main-container-orders-history .store-list {
    width: auto;
    height: auto;
  }
  .main-container-orders-history .store-list .order {
    display: flex;
    flex-direction: row;
    height: 4.375rem;
    width: auto;
    background-color: #F4F4F4;
    border-radius: 0.25rem;
    border: #CDCDCD solid 0.0625rem;
    margin-top: 2.5rem;
    cursor: pointer;
  }
  .main-container-orders-history .store-list .order .order-label {
    display: flex;
    width: 58.4375rem;
    margin-left: 1.25rem;
    font-size: 2rem;
    font-family: Inter, sans-serif;
    color: #7B7B7B;
    align-items: center;
    font-weight: bold;
  }
  .main-container-orders-history .store-list .order .points {
    display: flex;
    width: auto;
    height: 1.875rem;
    font-size: 1.25rem;
    font-weight: bolder;
    font-family: Inter, sans-serif;
    background-color: #D9D9D9;
    color: #7B7B7B;
    align-items: center;
    margin: 1.25rem 1.3575rem 1.25rem auto;
    border-radius: 0.25rem;
    padding: 0.1875rem 0.5rem;
    white-space: nowrap;
  }
  .main-container-orders-history .store-list .order .arrow {
    display: flex;
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 1.25rem;
    margin-bottom: auto;
    margin-top: auto;
  }
  .main-container-orders-history .store-list .order:hover {
    background-color: #C0C0C0;
  }
  .main-container-orders-history .store-list .selected {
    background-color: #54BE6D;
  }
  .main-container-orders-history .store-list .selected .order-label {
    color: #B7FEC8;
  }
  .main-container-orders-history .store-list .selected .points {
    background-color: #B7FEC8;
    color: #54BE6D;
  }
  .main-container-orders-history .store-list .selected .arrow {
    rotate: 180deg;
  }
  .main-container-orders-history .store-list .selected:hover {
    background-color: #32CD32;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  .main-container-orders-history {
    width: auto;
    height: auto;
    margin-top: 1.25rem;
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  .main-container-orders-history .store-list {
    width: auto;
    height: auto;
  }
  .main-container-orders-history .store-list .order {
    display: flex;
    flex-direction: row;
    height: 2.8125rem;
    width: auto;
    background-color: #F4F4F4;
    border-radius: 0.25rem;
    border: #CDCDCD solid 0.0625rem;
    margin-top: 1.25rem;
    cursor: pointer;
  }
  .main-container-orders-history .store-list .order .order-label {
    display: flex;
    width: 38.75rem;
    margin-left: 0.75rem;
    font-size: 1.25rem;
    font-family: Inter, sans-serif;
    color: #7B7B7B;
    align-items: center;
    font-weight: normal;
  }
  .main-container-orders-history .store-list .order .points {
    display: flex;
    width: auto;
    height: 1.25rem;
    font-size: 0.875rem;
    font-weight: bolder;
    font-family: Inter, sans-serif;
    background-color: #D9D9D9;
    color: #7B7B7B;
    align-items: center;
    justify-content: center;
    margin: 0.78125rem 0.8125rem 0.78125rem auto;
    border-radius: 0.125rem;
    padding: 0.1875rem 0.3125rem;
    white-space: nowrap;
  }
  .main-container-orders-history .store-list .order .arrow {
    display: flex;
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0.913125rem;
    margin-bottom: auto;
    margin-top: auto;
  }
  .main-container-orders-history .store-list .order:hover {
    background-color: #C0C0C0;
  }
  .main-container-orders-history .store-list .selected {
    background-color: #54BE6D;
  }
  .main-container-orders-history .store-list .selected .order-label {
    color: #B7FEC8;
  }
  .main-container-orders-history .store-list .selected .points {
    background-color: #B7FEC8;
    color: #54BE6D;
  }
  .main-container-orders-history .store-list .selected .arrow {
    rotate: 180deg;
  }
  .main-container-orders-history .store-list .selected:hover {
    background-color: #32CD32;
  }
}
@media (min-width: 361px) and (max-width: 576px) {
  .main-container-orders-history {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    margin-top: 0.9375rem;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
  .main-container-orders-history .store-list {
    width: auto;
    height: auto;
  }
  .main-container-orders-history .store-list .order {
    display: flex;
    flex-direction: row;
    height: auto;
    width: auto;
    background-color: #F4F4F4;
    border-radius: 0.125rem;
    border: #CDCDCD solid 0.0625rem;
    margin-top: 0.9375rem;
    cursor: pointer;
  }
  .main-container-orders-history .store-list .order .order-label {
    display: flex;
    width: 17.7725rem;
    margin-left: 0.625rem;
    font-size: 1rem;
    font-family: Inter, sans-serif;
    color: #7B7B7B;
    align-items: center;
    font-weight: normal;
  }
  .main-container-orders-history .store-list .order .points {
    display: flex;
    width: auto;
    height: 1.25rem;
    font-size: 1rem;
    font-weight: bolder;
    font-family: Inter, sans-serif;
    background-color: #D9D9D9;
    color: #7B7B7B;
    align-items: center;
    justify-content: center;
    margin: 0.5625rem 0.8125rem 0.5625rem auto;
    border-radius: 0.125rem;
    padding: 0.125rem 0.25rem;
    white-space: nowrap;
  }
  .main-container-orders-history .store-list .order .arrow {
    display: flex;
    height: 0.8125rem;
    width: 0.8125rem;
    margin-right: 0.75rem;
    margin-bottom: auto;
    margin-top: auto;
  }
  .main-container-orders-history .store-list .order:hover {
    background-color: #C0C0C0;
  }
  .main-container-orders-history .store-list .selected {
    background-color: #54BE6D;
  }
  .main-container-orders-history .store-list .selected .order-label {
    color: #B7FEC8;
  }
  .main-container-orders-history .store-list .selected .points {
    background-color: #B7FEC8;
    color: #54BE6D;
  }
  .main-container-orders-history .store-list .selected .arrow {
    rotate: 180deg;
  }
  .main-container-orders-history .store-list .selected:hover {
    background-color: #32CD32;
  }
}
@media (max-width: 360px) {
  .main-container-orders-history {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    margin-top: 0.625rem;
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }
  .main-container-orders-history .store-list {
    width: auto;
    height: auto;
  }
  .main-container-orders-history .store-list .order {
    display: flex;
    flex-direction: row;
    height: 1.875rem;
    width: auto;
    background-color: #F4F4F4;
    border-radius: 0.125rem;
    border: #CDCDCD solid 0.0625rem;
    margin-top: 0.625rem;
    cursor: pointer;
  }
  .main-container-orders-history .store-list .order .order-label {
    display: flex;
    width: 16.5225rem;
    margin-left: 0.625rem;
    font-size: 0.875rem;
    font-family: Inter, sans-serif;
    color: #7B7B7B;
    align-items: center;
    font-weight: normal;
  }
  .main-container-orders-history .store-list .order .points {
    display: flex;
    width: auto;
    height: 0.9375rem;
    font-size: 0.625rem;
    font-weight: bolder;
    font-family: Inter, sans-serif;
    background-color: #D9D9D9;
    color: #7B7B7B;
    align-items: center;
    justify-content: center;
    margin: 0.46875rem 0.625rem 0.46875rem auto;
    border-radius: 0.125rem;
    padding: 0.125rem 0.25rem;
    white-space: nowrap;
  }
  .main-container-orders-history .store-list .order .arrow {
    display: flex;
    height: 0.4375rem;
    width: 0.4375rem;
    margin-right: 0.63125rem;
    margin-bottom: auto;
    margin-top: auto;
  }
  .main-container-orders-history .store-list .order:hover {
    background-color: #C0C0C0;
  }
  .main-container-orders-history .store-list .selected {
    background-color: #54BE6D;
  }
  .main-container-orders-history .store-list .selected .order-label {
    color: #B7FEC8;
  }
  .main-container-orders-history .store-list .selected .points {
    background-color: #B7FEC8;
    color: #54BE6D;
  }
  .main-container-orders-history .store-list .selected .arrow {
    rotate: 180deg;
  }
  .main-container-orders-history .store-list .selected:hover {
    background-color: #32CD32;
  }
}
@media (min-width: 1600px) {
  .product {
    display: flex;
    flex-direction: row;
    height: 4.375rem;
    width: auto;
    background-color: #F4F4F4;
    border: 0.0625rem solid #CDCDCD;
    border-width: 0 0.0625rem 0.0625rem 0.0625rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .product .product-field {
    height: auto;
    width: 58.4375rem;
    margin-left: 1.25rem;
  }
  .product .product-field .product-name {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
    width: 100%;
  }
  .product .product-field .product-name .name {
    display: flex;
    max-width: 55.9375rem;
    font-size: 1.5rem;
    font-family: Inter, sans-serif;
    color: #7B7B7B;
    text-decoration-line: underline;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product .product-field .product-name .name:hover {
    color: #CDCDCD;
  }
  .product .product-field .product-name .counter {
    display: flex;
    height: 1.875rem;
    width: 1.875rem;
    border-radius: 0.25rem;
    background-color: #D9D9D9;
    color: #7B7B7B;
    align-items: center;
    font-size: 1.25rem;
    text-align: center;
    justify-content: center;
    font-family: Inter, sans-serif;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0.625rem;
  }
  .product .price {
    height: 1.875rem;
    width: 4.6875rem;
    margin: 1.25rem 1.25rem 1.25rem auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: bolder;
    font-family: Inter, sans-serif;
    color: #B7FEC8;
    background-color: #54BE6D;
    border-radius: 0.25rem;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .product {
    display: flex;
    flex-direction: row;
    height: 4.375rem;
    width: auto;
    background-color: #F4F4F4;
    border: 0.0625rem solid #CDCDCD;
    border-width: 0 0.0625rem 0.0625rem 0.0625rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .product .product-field {
    height: auto;
    width: 58.4375rem;
    margin-left: 1.25rem;
  }
  .product .product-field .product-name {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
    width: 100%;
  }
  .product .product-field .product-name .name {
    display: flex;
    max-width: 55.9375rem;
    font-size: 1.5rem;
    font-family: Inter, sans-serif;
    color: #7B7B7B;
    text-decoration-line: underline;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product .product-field .product-name .name:hover {
    color: #CDCDCD;
  }
  .product .product-field .product-name .counter {
    display: flex;
    height: 1.875rem;
    width: 1.875rem;
    border-radius: 0.25rem;
    background-color: #D9D9D9;
    color: #7B7B7B;
    align-items: center;
    font-size: 1.25rem;
    text-align: center;
    justify-content: center;
    font-family: Inter, sans-serif;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0.625rem;
  }
  .product .price {
    height: 1.875rem;
    width: 4.6875rem;
    margin: 1.25rem 1.25rem 1.25rem auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: bolder;
    font-family: Inter, sans-serif;
    color: #B7FEC8;
    background-color: #54BE6D;
    border-radius: 0.25rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product {
    display: flex;
    flex-direction: row;
    height: 4.375rem;
    width: auto;
    background-color: #F4F4F4;
    border: 0.0625rem solid #CDCDCD;
    border-width: 0 0.0625rem 0.0625rem 0.0625rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .product .product-field {
    height: auto;
    width: 58.4375rem;
    margin-left: 1.25rem;
  }
  .product .product-field .product-name {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
    width: 100%;
  }
  .product .product-field .product-name .name {
    display: flex;
    max-width: 55.9375rem;
    font-size: 1.5rem;
    font-family: Inter, sans-serif;
    color: #7B7B7B;
    text-decoration-line: underline;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product .product-field .product-name .name:hover {
    color: #CDCDCD;
  }
  .product .product-field .product-name .counter {
    display: flex;
    height: 1.875rem;
    width: 1.875rem;
    border-radius: 0.25rem;
    background-color: #D9D9D9;
    color: #7B7B7B;
    align-items: center;
    font-size: 1.25rem;
    text-align: center;
    justify-content: center;
    font-family: Inter, sans-serif;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0.625rem;
  }
  .product .price {
    height: 1.875rem;
    width: 4.6875rem;
    margin: 1.25rem 1.25rem 1.25rem auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: bolder;
    font-family: Inter, sans-serif;
    color: #B7FEC8;
    background-color: #54BE6D;
    border-radius: 0.25rem;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  .product {
    display: flex;
    flex-direction: row;
    height: 2.8125rem;
    width: auto;
    background-color: #F4F4F4;
    border: 0.0625rem solid #CDCDCD;
    border-width: 0 0.0625rem 0.0625rem 0.0625rem;
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
  .product .product-field {
    height: auto;
    width: 40.69625rem;
    margin-left: 0.625rem;
  }
  .product .product-field .product-name {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
    width: 100%;
  }
  .product .product-field .product-name .name {
    display: flex;
    max-width: 34.5rem;
    font-size: 1rem;
    font-family: Inter, sans-serif;
    color: #7B7B7B;
    text-decoration-line: underline;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product .product-field .product-name .name:hover {
    color: #CDCDCD;
  }
  .product .product-field .product-name .counter {
    display: flex;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 0.125rem;
    background-color: #D9D9D9;
    color: #7B7B7B;
    align-items: center;
    font-size: 0.875rem;
    text-align: center;
    justify-content: center;
    font-family: Inter, sans-serif;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0.625rem;
  }
  .product .price {
    display: flex;
    height: 1.25rem;
    width: 3.125rem;
    margin: 0.78125rem 0.78125rem 0.78125rem auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    font-weight: bolder;
    font-family: Inter, sans-serif;
    color: #B7FEC8;
    background-color: #54BE6D;
    border-radius: 0.125rem;
  }
}
@media (min-width: 361px) and (max-width: 576px) {
  .product {
    display: flex;
    flex-direction: row;
    height: auto;
    width: auto;
    background-color: #F4F4F4;
    border: 0.0625rem solid #CDCDCD;
    border-width: 0 0.0625rem 0.0625rem 0.0625rem;
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
  .product .product-field {
    height: auto;
    width: 25rem;
    margin-left: 0.625rem;
  }
  .product .product-field .product-name {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
    width: 100%;
  }
  .product .product-field .product-name .name {
    display: flex;
    max-width: 24.375rem;
    font-size: 1rem;
    font-family: Inter, sans-serif;
    color: #7B7B7B;
    text-decoration-line: underline;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product .product-field .product-name .name:hover {
    color: #CDCDCD;
  }
  .product .product-field .product-name .counter {
    display: flex;
    height: 1.0625rem;
    width: 1.0625rem;
    border-radius: 0.125rem;
    background-color: #D9D9D9;
    color: #7B7B7B;
    align-items: center;
    font-size: 1rem;
    text-align: center;
    justify-content: center;
    font-family: Inter, sans-serif;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0.3125rem;
  }
  .product .price {
    display: flex;
    height: 1.25rem;
    width: 3.4375rem;
    margin: 0.46875rem 0.625rem 0.46875rem auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: bolder;
    font-family: Inter, sans-serif;
    color: #B7FEC8;
    background-color: #54BE6D;
    border-radius: 0.125rem;
  }
}
@media (max-width: 360px) {
  .product {
    display: flex;
    flex-direction: row;
    height: 1.875rem;
    width: auto;
    background-color: #F4F4F4;
    border: 0.0625rem solid #CDCDCD;
    border-width: 0 0.0625rem 0.0625rem 0.0625rem;
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
  .product .product-field {
    height: auto;
    width: 17.8125rem;
    margin-left: 0.625rem;
  }
  .product .product-field .product-name {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
    width: 100%;
  }
  .product .product-field .product-name .name {
    display: flex;
    max-width: 13.75rem;
    font-size: 0.625rem;
    font-family: Inter, sans-serif;
    color: #7B7B7B;
    text-decoration-line: underline;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product .product-field .product-name .name:hover {
    color: #CDCDCD;
  }
  .product .product-field .product-name .counter {
    display: flex;
    height: 0.9375rem;
    width: 0.9375rem;
    border-radius: 0.125rem;
    background-color: #D9D9D9;
    color: #7B7B7B;
    align-items: center;
    font-size: 0.625rem;
    text-align: center;
    justify-content: center;
    font-family: Inter, sans-serif;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0.3125rem;
  }
  .product .price {
    display: flex;
    height: 0.9375rem;
    width: 2.1875rem;
    margin: 0.46875rem 0.625rem 0.46875rem auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 0.625rem;
    font-weight: bolder;
    font-family: Inter, sans-serif;
    color: #B7FEC8;
    background-color: #54BE6D;
    border-radius: 0.125rem;
  }
}
.a-btn-green:hover {
  background-color: #38BC57;
}

.mistake_container {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
}
.mistake_container .mistake {
  width: 2.5rem;
  background-color: #D46060;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  color: #F6C4C4;
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: bold;
  font-size: 2rem;
}
.mistake_container .alert {
  display: flex;
  width: 100%;
  background-color: #F9E0E0;
  font-family: Inter, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  color: #D46060;
  border-radius: 0;
  align-items: center;
  margin: 0;
  padding: 0;
}
.mistake_container .alert-danger {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border: solid #D46060 0.0625rem;
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
}

.main-container-list-meeting .filters {
  width: calc(100% + 0.05px);
  display: flex;
  margin-top: 1.875rem;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 4.5rem;
  column-gap: 4.5rem;
  row-gap: 0.625rem;
}
.main-container-list-meeting .filters .filter-container {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 15.3125rem;
  padding-top: 0.625rem;
}
.main-container-list-meeting .filters .filter-container .filter-label {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  color: #7B7B7B;
}
.main-container-list-meeting .filters .find-button {
  display: flex;
  justify-content: center;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}
.main-container-list-meeting .filters .find-button .round-find {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 10.9375rem;
  background-color: #54BE6D;
  color: #B7FEC8;
  border-radius: 0.25rem;
  border: solid #54BE6D 0;
  font-family: Inter, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
}
.main-container-list-meeting .filters .find-button .round-find:hover {
  background-color: #38BC57;
}
.main-container-list-meeting .filters .dates-filter {
  display: flex;
  flex-direction: column;
  height: auto;
}
.main-container-list-meeting .filters .dates-filter .filter-label-date {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.625rem;
  font-family: Inter, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  color: #7B7B7B;
}
.main-container-list-meeting .filters .dates-filter .dates-item {
  display: flex;
  flex-direction: row;
  gap: 3.3rem;
}
.main-container-list-meeting .filters .dates-filter .dates-item .filter-container-date {
  display: flex;
  width: auto;
  flex-direction: row;
}
.main-container-list-meeting .filters .dates-filter .dates-item .filter-container-date .date-name {
  display: flex;
  align-items: center;
  width: 6.5625rem;
  height: 2.5rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  background-color: #F4F4F4;
  color: #7B7B7B;
  border: solid #CDCDCD 0.0625rem;
  border-right: 0;
  font-family: Inter, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  padding-left: 0.9375rem;
}
.main-container-list-meeting .filters .dates-filter .dates-item .filter-container-date .date {
  display: flex;
  width: 9.375rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #7B7B7B;
  background-color: #eaeaea;
  font-family: Inter, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.main-container-list-meeting .title {
  margin-top: 2.5rem;
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: bold;
  font-size: 2rem;
}
.main-container-list-meeting .add-meetings {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 1.25rem;
  height: 2.5rem;
}
.main-container-list-meeting .add-meetings .add-file {
  display: flex;
  width: auto;
  height: auto;
}
.main-container-list-meeting .add-meetings .add-file .upload-file {
  display: flex;
  width: auto;
  flex-direction: row;
}
.main-container-list-meeting .add-meetings .add-file .upload-file .choose-file {
  display: flex;
  width: 12.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  background-color: #eaeaea;
  color: #7B7B7B;
  font-family: Inter, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 0;
}
.main-container-list-meeting .add-meetings .add-file .upload-file .choose-file:hover {
  background-color: #CDCDCD;
}
.main-container-list-meeting .add-meetings .add-file .upload-file .upload-button {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  margin-top: 0;
  color: #B7FEC8;
  background-color: #54BE6D;
}
.main-container-list-meeting .add-meetings .add-file .upload-file .upload-button .icon-upload {
  height: 0.945625rem;
  width: 1.125rem;
}
.main-container-list-meeting .add-meetings .add-file .upload-file .upload-button:hover {
  background-color: #38BC57;
}
.main-container-list-meeting .add-meetings .add-file .input-file {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5rem;
  height: 1.875rem;
}
.main-container-list-meeting .add-meetings .add-file .input-file .input-file-text {
  display: flex;
  color: #CDCDCD;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Inter, sans-serif;
  font-weight: normal;
  font-size: 1rem;
}
.main-container-list-meeting .add-meetings .pull-right {
  display: flex;
  margin-top: 0;
  margin-right: 0;
}
.main-container-list-meeting .add-meetings .pull-right .add-meeting {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.5625rem;
  height: 2.5rem;
  font-family: Inter, sans-serif;
  background-color: #54BE6D;
  font-weight: bold;
  font-size: 1.25rem;
  color: #B7FEC8;
  margin-top: 0;
  text-decoration: none;
}
.main-container-list-meeting .add-meetings .pull-right .add-meeting:hover {
  background-color: #38BC57;
}
.main-container-list-meeting .list-meetings {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-container-list-meeting .list-meetings .card-meeting {
  display: flex;
  width: 33.125rem;
  height: 100%;
  margin-top: 2.5rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border: solid #D9D9D9 0.0625rem;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container {
  margin: 1.25rem;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .title-card {
  width: 30.625rem;
  height: auto;
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: bold;
  font-size: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  text-decoration: none;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .type-meeting, .region-meeting{
  margin-top: 0.125rem;
  font-family: Inter, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  color: #CDCDCD;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .info-date {
  display: flex;
  flex-direction: row;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .info-date .card-date {
  height: 2.5rem;
  width: 13.75rem;
  display: flex;
  text-align: center;
  align-items: center;
  background-color: #eaeaea;
  font-family: Inter, sans-serif;
  font-weight: normal;
  justify-content: center;
  font-size: 1.25rem;
  color: #7B7B7B;
  border-radius: 0.25rem;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .info-date .line {
  width: 1.875rem;
  height: 0.1125rem;
  margin: auto 0.625rem;
  background-color: #7B7B7B;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .list-preparats-specialties {
  display: flex;
  flex-direction: row;
  margin-top: 0.625rem;
  width: 30.625rem;
  flex-wrap: wrap;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .list-preparats-specialties .preparat-specialty-block {
  display: flex;
  height: 1.875rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  justify-content: center;
  align-items: center;
  margin-right: 0.625rem;
  background-color: #F4F4F4;
  color: #7B7B7B;
  font-family: Inter, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  border-radius: 0.25rem;
  margin-top: 0.625rem;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons {
  display: flex;
  flex-direction: row;
  margin-top: 1.25rem;
  height: 2.5rem;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .look {
  display: flex;
  margin-top: 0;
  width: auto;
  height: auto;
  align-items: center;
  justify-content: center;
  margin-right: 0.625rem;
  border-radius: 0.25rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  background-color: #eaeaea;
  color: #7B7B7B;
  font-family: Inter, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  border: solid #CDCDCD 0.0625rem;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .look:hover {
  background-color: #CDCDCD;
  text-decoration: none;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .edit {
  display: flex;
  background-color: #54BE6D;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0.625rem;
  border-radius: 0.25rem;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .edit:hover {
  background-color: #38BC57;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .delete {
  display: flex;
  background-color: #D46060;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  margin-right: 0.625rem;
  border-radius: 0.25rem;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .delete .rubbish {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F6C4C4;
  width: 1.3975rem;
  height: 1.5rem;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .delete:hover {
  background-color: #D84646;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .rollback {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  border-radius: 0.25rem;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 0.625rem;
  background-color: #54BE6D;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .rollback .arrow {
  width: 1.7525rem;
  height: 1.25rem;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .report {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  background-color: #7B7B7B;
  color: #eaeaea;
  font-family: Inter, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  margin-left: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .report:hover {
  background-color: #404040;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .abort_report {
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  background-color: #3FBBD8;
  font-family: Inter, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  margin-left: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
}
.main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .abort_report:hover {
  background-color: #34a2bc;
}
.main-container-list-meeting .list-meetings .danger {
  border: solid #D46161 0.0625rem;
}
.main-container-list-meeting .list-meetings .danger .card-container .title-card {
  color: #D46161;
}
.main-container-list-meeting .list-meetings .danger .card-container .info-date .card-date {
  color: #D46161;
  background-color: #F6C4C4;
}
.main-container-list-meeting .list-meetings .success {
  border: solid #54BE6D 0.0625rem;
}
.main-container-list-meeting .list-meetings .success .card-container .title-card {
  color: #54BE6D;
}
.main-container-list-meeting .list-meetings .success .card-container .info-date .card-date {
  color: #B7FEC8;
  background-color: #54BE6D;
}

@media (max-width: 1200px) {
  .main-container-list-meeting .filters {
    -moz-column-gap: 2.1rem;
    column-gap: 2.1rem;
  }
  .main-container-list-meeting .filters .dates-filter .dates-item {
    gap: 0.95rem;
  }
}
@media (max-width: 991px) {
  .mistake_container .mistake {
    font-size: 1.25rem;
  }
  .mistake_container .alert {
    font-size: 0.8125rem;
  }
  .main-container-list-meeting .filters {
    margin-top: 1.5625rem;
    -moz-column-gap: 1.7rem;
    column-gap: 1.7rem;
    row-gap: 0.375rem;
  }
  .main-container-list-meeting .filters .filter-container {
    width: 13.3rem;
    padding-top: 0.3125rem;
  }
  .main-container-list-meeting .filters .filter-container .filter-label {
    font-size: 1rem;
  }
  .main-container-list-meeting .filters .find-button .round-find {
    height: 1.875rem;
    width: 11.25rem;
    font-size: 1.125rem;
  }
  .main-container-list-meeting .filters .dates-filter .filter-label-date {
    margin-top: 0.375rem;
    font-size: 0.875rem;
  }
  .main-container-list-meeting .filters .dates-filter .dates-item {
    gap: 2rem;
  }
  .main-container-list-meeting .filters .dates-filter .dates-item .filter-container-date .date-name {
    width: 6.25rem;
    height: 1.6875rem;
    font-size: 0.875rem;
    padding-left: 1.5625rem;
  }
  .main-container-list-meeting .filters .dates-filter .dates-item .filter-container-date .date {
    width: 6.875rem;
    font-size: 0.875rem;
  }
  .main-container-list-meeting .title {
    margin-top: 1.875rem;
    font-size: 1.75rem;
  }
  .main-container-list-meeting .add-meetings {
    margin-top: 0.8125rem;
    height: 1.625rem;
  }
  .main-container-list-meeting .add-meetings .add-file .upload-file .choose-file {
    width: 9.375rem;
    height: 2.125rem;
    font-size: 1rem;
    margin-right: 0.8125rem;
  }
  .main-container-list-meeting .add-meetings .add-file .upload-file .upload-button {
    height: 2.125rem;
    width: 2.125rem;
  }
  .main-container-list-meeting .add-meetings .add-file .upload-file .upload-button .icon-upload {
    height: 0.75rem;
    width: 0.871875rem;
  }
  .main-container-list-meeting .add-meetings .add-file .input-file {
    width: 9.375rem;
    height: 1.375rem;
  }
  .main-container-list-meeting .add-meetings .add-file .input-file .input-file-text {
    font-size: 0.875rem;
  }
  .main-container-list-meeting .add-meetings .pull-right .add-meeting {
    width: 13.125rem;
    height: 2.125rem;
    font-size: 1rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting {
    width: 28rem;
    margin-top: 1.875rem;
    border-width: 0.03125rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container {
    margin: 0.8125rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .title-card {
    width: 26.25rem;
    font-size: 1.625rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .type-meeting {
    margin-top: 0.125rem;
    font-size: 1rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .info-date .card-date {
    height: 2.125rem;
    width: 11.875rem;
    font-size: 1rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .info-date .line {
    width: 1.1875rem;
    height: 0.08125rem;
    margin: auto 0.375rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .list-preparats-specialties {
    margin-top: 0.4375rem;
    width: 26.25rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .list-preparats-specialties .preparat-specialty-block {
    height: 1.4375rem;
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
    margin-right: 0.5rem;
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons {
    margin-top: 0.8125rem;
    height: 2.125rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .look {
    margin-right: 0.5rem;
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
    font-size: 1rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .look .look-svg {
    width: 1.288125rem;
    height: 0.954375rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .edit {
    width: 2.125rem;
    height: 2.125rem;
    margin-right: 0.5rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .edit .edit-icon {
    width: 1.120625rem;
    height: 1.120625rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .delete {
    width: 2.125rem;
    height: 2.125rem;
    margin-right: 0.5rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .delete .rubbish {
    width: 1.0525rem;
    height: 1.203125rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .rollback {
    height: 2.125rem;
    width: 2.125rem;
    margin-right: 0.5rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .rollback .arrow {
    width: 1.288125rem;
    height: 0.954375rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .report {
    font-size: 1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    width: 2.125rem;
    height: 2.125rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .report .send-report {
    width: 1.0525rem;
    height: 1.203125rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .abort_report {
    font-size: 1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    width: 2.125rem;
    height: 2.125rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .abort_report .report-abort {
    width: 1.288125rem;
    height: 0.954375rem;
  }
}
@media (max-width: 768px) {
  .mistake_container .mistake {
    font-size: 1.25rem;
  }
  .mistake_container .alert {
    font-size: 0.8125rem;
  }
  .mistake_container .alert-danger {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .main-container-list-meeting .filters {
    -moz-column-gap: 1.625rem;
    column-gap: 1.625rem;
  }
  .main-container-list-meeting .filters .filter-container {
    width: 10.125rem;
  }
  .main-container-list-meeting .filters .filter-container .filter-label {
    font-size: 0.875rem;
  }
  .main-container-list-meeting .filters .find-button .round-find {
    height: 1.625rem;
    width: 7.25rem;
    font-size: 0.8125rem;
  }
  .main-container-list-meeting .filters .dates-filter .filter-label-date {
    font-size: 0.875rem;
  }
  .main-container-list-meeting .filters .dates-filter .dates-item {
    gap: 0.8125rem;
  }
  .main-container-list-meeting .filters .dates-filter .dates-item .filter-container-date .date-name {
    width: 4.375rem;
    height: 1.6875rem;
    border-bottom-left-radius: 0.125rem;
    border-top-left-radius: 0.125rem;
    border-width: 0.03125rem;
    font-size: 0.875rem;
    padding-left: 0.5625rem;
  }
  .main-container-list-meeting .filters .dates-filter .dates-item .filter-container-date .date {
    width: 6.1875rem;
    font-size: 0.875rem;
  }
  .main-container-list-meeting .title {
    margin-top: 1.625rem;
    font-size: 1.25rem;
  }
  .main-container-list-meeting .add-meetings {
    margin-top: 0.8125rem;
    height: 1.625rem;
  }
  .main-container-list-meeting .add-meetings .add-file .upload-file .choose-file {
    width: 8.25rem;
    height: 1.625rem;
    font-size: 0.8125rem;
    margin-right: 0.8125rem;
  }
  .main-container-list-meeting .add-meetings .add-file .upload-file .upload-button {
    height: 1.625rem;
    width: 1.625rem;
    border-radius: 0.125rem;
  }
  .main-container-list-meeting .add-meetings .add-file .upload-file .upload-button .icon-upload {
    height: 0.625rem;
    width: 0.746875rem;
  }
  .main-container-list-meeting .add-meetings .add-file .input-file {
    width: 8.25rem;
    height: 1.25rem;
  }
  .main-container-list-meeting .add-meetings .add-file .input-file .input-file-text {
    font-size: 0.625rem;
  }
  .main-container-list-meeting .add-meetings .pull-right .add-meeting {
    width: 10.9375rem;
    height: 1.625rem;
    font-size: 0.8125rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting {
    width: 21.9375rem;
    margin-top: 1.625rem;
    border-radius: 0.125rem;
    border-width: 0.03125rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container {
    margin: 0.8125rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .title-card {
    width: 20.3125rem;
    font-size: 1.25rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .type-meeting, .region-meeting{
    margin-top: 0.0625rem;
    font-size: 0.8125rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .info-date .card-date {
    height: 1.625rem;
    width: 9.0625rem;
    font-size: 0.8125rem;
    border-radius: 0.125rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .info-date .line {
    width: 1.1875rem;
    height: 0.074375rem;
    margin: auto 0.375rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .list-preparats-specialties {
    margin-top: 0.4375rem;
    width: 20.3125rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .list-preparats-specialties .preparat-specialty-block {
    height: 1.1875rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    margin-right: 0.375rem;
    font-size: 0.625rem;
    border-radius: 0.125rem;
    margin-top: 0.375rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons {
    margin-top: 0.8125rem;
    height: 1.625rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .look {
    margin-right: 0.375rem;
    border-radius: 0.125rem;
    padding-right: 0.4375rem;
    padding-left: 0.4375rem;
    font-size: 0.8125rem;
    border-width: 0.03125rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .look .look-svg {
    width: 1.163125rem;
    height: 0.829375rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .edit {
    width: 1.625rem;
    height: 1.625rem;
    margin-right: 0.375rem;
    border-radius: 0.125rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .edit .edit-icon {
    width: 0.995625rem;
    height: 0.995625rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .delete {
    width: 1.625rem;
    height: 1.625rem;
    margin-right: 0.375rem;
    border-radius: 0.125rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .delete .rubbish {
    width: 0.9275rem;
    height: 1.078125rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .rollback {
    border-radius: 0.125rem;
    height: 1.625rem;
    width: 1.625rem;
    margin-right: 0.375rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .rollback .arrow {
    width: 1.163125rem;
    height: 0.829375rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .report {
    border-radius: 0.125rem;
    font-size: 0.8125rem;
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    width: 1.625rem;
    height: 1.625rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .report .send-report {
    width: 0.9275rem;
    height: 1.078125rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .abort_report {
    border-radius: 0.125rem;
    font-size: 0.8125rem;
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    width: 1.625rem;
    height: 1.625rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .meeting-buttons .movements .abort_report .report-abort {
    width: 1.163125rem;
    height: 0.829375rem;
  }
  .main-container-list-meeting .list-meetings .danger {
    border-width: 0.03125rem;
  }
  .main-container-list-meeting .list-meetings .success {
    border-width: 0.03125rem;
  }
}
@media (max-width: 576px) {
  .main-container-list-meeting .filters {
    width: 21.25rem;
    margin-top: 0.625rem;
    -moz-column-gap: 0.875rem;
    column-gap: 0.875rem;
  }
  .main-container-list-meeting .filters .filter-container {
    padding-top: 0.375rem;
  }
  .main-container-list-meeting .filters .find-button {
    margin-top: 1.625rem;
  }
  .main-container-list-meeting .filters .dates-filter .dates-item .filter-container-date .date {
    width: 5.75rem;
  }
  .main-container-list-meeting .title {
    margin-top: 2.5rem;
  }
  .main-container-list-meeting .add-meetings .add-file .upload-file .choose-file {
    width: 7.1875rem;
    margin-right: 0.625rem;
  }
  .main-container-list-meeting .add-meetings .add-file .input-file {
    width: 7.1875rem;
  }
  .main-container-list-meeting .add-meetings .pull-right .add-meeting {
    width: 11.125rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting {
    width: 21.25rem;
    margin-top: 0.625rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .title-card {
    width: 19.5625rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .info-date .card-date {
    width: 8.75rem;
  }
  .main-container-list-meeting .list-meetings .card-meeting .card-container .list-preparats-specialties {
    width: 19.5625rem;
  }
}
.actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.forDoc .actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.actions-btns {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  justify-content: flex-end;
}

.meet-title {
  display: flex;
  font-weight: 700;
  font-size: 2rem;
  color: #1e1e1e;
  text-align: center;
}

.viewmeet-btn-write-to-meet,
.sign-up-meet-btn,
.unsubscribe-meet-btn {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.25rem;
  padding: 0.625rem;
  cursor: pointer;
}

.meet-action-btns-holder {
  width: 8.75rem;
}

.meet-icon-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.viewmeet-btn-write-to-meet {
  background-color: #eaeaea;
  border: 0.0625rem #CDCDCD solid;
}

.sign-up-meet-btn {
  background-color: #54BE6D;
}

.unsubscribe-meet-btn {
  background-color: #D46060;
}

.meet-statuses {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1.25rem;
}

.meet-participants {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.6575rem;
}

.meet-participants p {
  margin: 0;
}

.meet-dates {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 2.5rem;
}

.meet-date,
.meet-date-period {
  background-color: #54BE6D;
}

.meet-date-period {
  border-radius: 0.0625rem;
  width: 1.875rem;
  height: 0.1125rem;
  margin: auto 0.625rem;
}

.meet-date {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B7FEC8;
  width: 13.75rem;
  height: 3.75rem;
  border-radius: 0.25rem;
  font-weight: 700;
  font-size: 1.5rem;
}

.meet-address {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 1.875rem;
}

.meet-address p {
  font-weight: 400;
  font-size: 1.5rem;
  color: #7B7B7B;
  margin: 0;
}

.meet-region-and-line {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2.5rem;
}

.meet-region-and-line-block {
  background: #F4F4F4;
  border: 0.0625rem solid #CDCDCD;
  border-radius: 0.25rem;
  width: 33.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 1.25rem;
}

.meet-region-and-line-block p {
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: 500;
  font-size: 1.5rem;
  color: #7B7B7B;
  line-height: 2.8125rem;
  padding: 0.5rem 0;
}

.meet-block-with-border {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
  padding: 1.25rem 1.25rem 2.5rem 1.25rem;
  border: 0.0625rem solid #CDCDCD;
  border-radius: 0.25rem;
  align-items: center;
  gap: 1.3125rem;
}

.meet-block-with-border.specialties {
  padding-bottom: 1.25rem;
}

.meet-specialties-blocks,
.meet-lecture-medications {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
}

.meet-specialties-blocks {
  justify-content: center;
}

.meet-status-block {
  height: 1.875rem;
  padding: 0 0.625rem;
  background: #F4F4F4;
  border-radius: 0.25rem;
  font-weight: 400;
  font-size: 1rem;
  color: #7B7B7B;
  display: flex;
  align-items: center;
  justify-content: center;
}

.meet-block-title {
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  color: #404040;
  height: 1.8125rem;
}

.meet-lectures-blocks {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.meet-lecture-block {
  display: flex;
  flex-direction: column;
  width: 30.625rem;
  border: 0.0625rem solid #CDCDCD;
  border-radius: 0.25rem;
  justify-content: space-between;
}

.meet-lecture-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background: #54BE6D;
  border-radius: 0.25rem 0.25rem 0 0;
  font-size: 1.5rem;
  color: #B7FEC8;
  font-weight: 600;
  padding: 0.625rem;
}

.meet-lecture-title span {
  text-align: center;
  font-weight: 400;
}

.meet-lecture-medications {
  padding: 1.25rem;
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
}

.meet-another-info {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  justify-content: space-between;
  margin-bottom: 3.84625rem;
}

.meet-info {
  padding: 0 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border: 0.0625rem solid #CDCDCD;
  border-radius: 0.25rem;
  width: 33.125rem;
  background: #F4F4F4;
}

.meet-comment {
  width: 33.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.meet-info-text-block,
.meet-comment label {
  display: flex;
  font-weight: 500;
  font-size: 1.5rem;
  color: #7B7B7B;
  margin: 0;
}

.meet-comment textarea {
  width: 100%;
  height: 7.5rem;
  border: 0.0625rem solid #CDCDCD;
  border-radius: 0.25rem;
  resize: none;
  outline: none;
  padding: 0.9375rem;
  font-weight: 400;
  font-size: 1.25rem;
  color: #7B7B7B;
}

.modal-inner-block {
  border-radius: 0.25rem;
  width: 68.75rem;
  box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.05);
  background: #F4F4F4;
  margin-top: 8.125rem;
}

.modal-title-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.25rem 0 1rem;
}

.modal-title-block h1 {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  color: #1e1e1e;
  margin: 0;
}

.space-block {
  width: 1.25rem;
  height: 1.25rem;
}

.modal-body {
  padding: 1.3125rem 2.5rem 2.5rem 2.5rem;
}

.modal-msg {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ecb665;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 1.25rem;
  color: #fff0da;
  margin-bottom: 2.5rem;
  text-align: center;
}

.registered-docs-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0.0625rem solid #CDCDCD;
  border-radius: 0.25rem;
  background: #fff;
  padding: 1.1875rem 2.4375rem 2.4375rem 2.4375rem;
}

.registered-docs-holder form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.registered-docs-block h1 {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  color: #404040;
  padding-bottom: 1.3125rem;
  margin: 0;
}

.registered-docs {
  display: flex;
  width: 58.75rem;
  flex-direction: row;
  flex-wrap: wrap;
}

.fio-doc-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.625rem;
}

.fio-block {
  font-weight: 500;
  font-size: 1.25rem;
  color: #7B7B7B;
  height: 2.5rem;
  display: flex;
  align-items: center;
}

.fio-block:hover {
  text-decoration: underline;
  color: #7B7B7B;
}

.mp-fio {
  border: 0.0625rem solid #CDCDCD;
  border-radius: 0.25rem;
  height: 2.5rem;
  background: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1rem;
  color: #7B7B7B;
  padding: 0 0.625rem;
}

.registered-doc {
  display: flex;
  flex-direction: column;
  width: 28.125rem;
}

.mp-fio-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.625rem;
}

.send-to-plan {
  border: none;
  cursor: pointer;
  border-radius: 0.25rem;
  width: 16.25rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  background: #7B7B7B;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  color: #eaeaea;
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-icon-pnd {
  padding: 0.25rem;
  border-radius: 1.125rem;
  background-color: #54BE6D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-icon-pnd svg {
  width: 0.875rem;
  height: 0.875rem;
}

.modal-window-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}

.checkbox-input-modal {
  display: none;
}

.checkbox-icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: #eaeaea;
  background-color: #eaeaea;
  border-radius: 0.25rem;
  transition: background-color 0.3s;
  padding: 0.25rem;
}

.checkbox-input-modal:checked + .checkbox-icon {
  fill: #B7FEC8;
  background-color: #54BE6D;
}

.checkbox-input-modal:checked + .checkbox-icon .tick {
  display: block;
}

.checkbox-icon .tick {
  display: none;
  transition: fill 0.3s;
}

.search-modal-window {
  width: 58.75rem;
  border: 0.0625rem solid #CDCDCD;
  border-radius: 0.25rem 0.25rem 0 0;
  height: 2.5rem;
  background: #F4F4F4;
  outline: none;
  padding: 0.625rem;
  font-weight: 400;
  font-size: 1.25rem;
  color: #7B7B7B;
}

.close-modal-window {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -0.625rem;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.close-modal-window:focus {
  outline: none;
}

.modal.fade .modal-inner-block {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.show .modal-inner-block {
  transform: translate(0, 0);
}

.autocomplete-suggestions-docs {
  box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.05);
  background: #F4F4F4;
  border: 0.0625rem solid #CDCDCD;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  overflow: auto;
}
.autocomplete-suggestions-docs .autocomplete-suggestion {
  height: 2.5rem;
  padding-left: 0.625rem;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.25rem;
  color: #7B7B7B;
}
.autocomplete-suggestions-docs .autocomplete-suggestion strong {
  font-weight: 400;
  color: #54BE6D;
}
.autocomplete-suggestions-docs .autocomplete-selected {
  background: #eaeaea;
}

.btn-delete-doc {
  border: none;
  background: #D46060;
  border-radius: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-delete-doc .icon-close {
  width: 0.75rem;
  height: 0.75rem;
}

@media (max-width: 992px) {
  .view-meet-container {
    margin: 0;
    padding: 1.25rem 1.125rem 0 1.25rem;
    width: 100%;
  }
  .actions-btns {
    gap: 0.829375rem;
  }
  .viewmeet-btn-write-to-meet,
  .sign-up-meet-btn,
  .unsubscribe-meet-btn {
    width: 2.4375rem;
    height: 2.4375rem;
    border-radius: 0.125rem;
    padding: 0.3125rem;
  }
  .viewmeet-btn-write-to-meet {
    border-width: 0.03125rem;
  }
  .meet-action-btns-holder {
    width: 5.704375rem;
  }
  .meet-title {
    font-size: 1.5rem;
  }
  .meet-statuses {
    gap: 0.829375rem;
  }
  .meet-status-block {
    height: 1.1875rem;
    padding: 0 0.3125rem;
    border-radius: 0.125rem;
    font-size: 0.625rem;
  }
  .meet-date-period {
    width: 1.1875rem;
    margin: auto 0.415rem;
  }
  .meet-date {
    width: 9.0625rem;
    height: 2.4375rem;
    border-radius: 0.125rem;
    font-size: 1rem;
  }
  .meet-dates {
    margin-top: 1.65875rem;
  }
  .meet-address {
    gap: 0.415rem;
    margin-top: 1.25rem;
  }
  .meet-address p {
    font-size: 1rem;
  }
  .meet-region-and-line {
    margin-top: 1.25rem;
    gap: 1.659375rem;
  }
  .meet-region-and-line-block {
    border-width: 0.03125rem;
    border-radius: 0.125rem;
    width: 100%;
    padding: 0 0.829375rem;
  }
  .meet-region-and-line-block p {
    line-height: 1.5625rem;
    padding: 0.375rem;
    font-size: 1rem;
  }
  .meet-block-with-border {
    margin-top: 1.659375rem;
    padding: 0.829375rem;
    border-width: 0.03125rem;
    border-radius: 0.125rem;
    gap: 0.875rem;
  }
  .meet-block-title {
    font-size: 1rem;
    height: 1.1875rem;
  }
  .meet-lectures-blocks {
    gap: 0.75rem;
  }
  .meet-lecture-block {
    display: flex;
    flex-direction: column;
    width: 20.3125rem;
    border-width: 0.03125rem;
    border-radius: 0.125rem;
  }
  .meet-lecture-title {
    border-radius: 0.125rem 0.125rem 0 0;
    font-size: 1rem;
  }
  .meet-lecture-medications {
    padding: 0.829375rem;
    gap: 0.415rem;
  }
  .meet-another-info {
    margin-top: 1.65875rem;
    gap: 1.659375rem;
  }
  .meet-info {
    padding: 0 0.829375rem;
    border-width: 0.03125rem;
    border-radius: 0.125rem;
    width: 100%;
    height: 7.4375rem;
  }
  .meet-info-text-block,
  .meet-comment label {
    font-size: 1rem;
  }
  .meet-comment label {
    justify-content: center;
  }
  .meet-comment {
    width: 100%;
  }
  .meet-comment textarea {
    height: 4.9375rem;
    border-width: 0.0625rem;
    border-radius: 0.25rem;
    padding: 0.625rem;
    font-size: 0.75rem;
  }
  .modal-inner-block {
    border-radius: 0.125rem;
    width: 45.625rem;
    margin-top: 4.375rem;
  }
  .modal-title-block {
    padding: 0.8125rem 0.8125rem 0 0.8125rem;
  }
  .modal-title-block h1 {
    font-size: 1.25rem;
  }
  .modal-msg {
    border-radius: 0.125rem;
    font-size: 0.875rem;
    margin-bottom: 1.659375rem;
  }
  .registered-docs {
    width: 38.9375rem;
  }
  .registered-docs-block {
    border-width: 0.03125rem;
    border-radius: 0.125rem;
    padding: 0.829375rem 1.625rem 1.625rem 1.625rem;
  }
  .registered-docs-block h1 {
    font-size: 1.25rem;
    padding-bottom: 0.875rem;
  }
  .registered-doc {
    width: 18.625rem;
  }
  .fio-block {
    font-size: 0.8125rem;
    height: 1.625rem;
  }
  .mp-fio {
    border-width: 0.03125rem;
    border-radius: 0.125rem;
    height: 1.625rem;
    font-size: 0.625rem;
    padding: 0 0.375rem;
  }
  .modal-window-checkbox {
    width: 0.8125rem;
    height: 0.8125rem;
  }
  .checkbox-icon {
    width: 0.8125rem;
    height: 0.8125rem;
    border-radius: 0.125rem;
    padding: 0.165625rem;
  }
  .modal-body {
    padding: 0.8125rem 1.625rem 1.625rem 1.625rem;
  }
  .send-to-plan {
    border-radius: 0.125rem;
    width: 10.75rem;
    font-size: 0.75rem;
    margin-top: 1.625rem;
  }
  .registered-docs-holder form {
    gap: 1.625rem;
  }
  .search-modal-window {
    padding: 0.375rem;
    font-size: 0.875rem;
    border-width: 0.03125rem;
    border-radius: 0.125rem 0.125rem 0 0;
    width: 38.9375rem;
    height: 1.625rem;
  }
  .autocomplete-suggestions-docs {
    border-width: 0.03125rem;
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
  .autocomplete-suggestions-docs .autocomplete-suggestion {
    height: 1.625rem;
    padding-left: 0.3125rem;
    font-size: 0.875rem;
  }
  .btn-delete-doc {
    border-radius: 0.125rem;
    width: 0.8125rem;
    height: 0.8125rem;
  }
  .btn-delete-doc .icon-close {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 577px) {
  .view-meet-container {
    padding: 0;
  }
  .actions-btns {
    flex-direction: column;
    gap: 0.625rem;
  }
  .viewmeet-btn-write-to-meet,
  .sign-up-meet-btn,
  .unsubscribe-meet-btn {
    width: 1.625rem;
    height: 1.625rem;
  }
  .meet-action-btns-holder {
    width: 1.625rem;
  }
  .meet-title {
    font-size: 1rem;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
  .meet-region-and-line {
    flex-direction: column;
    gap: 0.625rem;
  }
  .meet-region-and-line-block {
    width: 100%;
    padding: 0 0.801875rem;
  }
  .meet-region-and-line-block p {
    font-size: 0.9375rem;
  }
  .meet-block-with-border {
    margin-top: 1.25rem;
    gap: 0.625rem;
  }
  .meet-lectures-blocks {
    flex-direction: column;
    width: 100%;
    gap: 0.625rem;
  }
  .meet-lecture-block {
    width: 100%;
    margin: 0;
  }
  .meet-another-info {
    flex-direction: column;
  }
  .meet-info {
    width: 100%;
  }
  .meet-info-text-block {
    font-size: 0.9375rem;
  }
  .meet-comment {
    width: 100%;
  }
  .modal-inner-block {
    width: 21.25rem;
    margin-top: 3.75rem;
  }
  .modal-title-block {
    padding: 1.125rem 0.625rem 0 0.625rem;
  }
  .modal-title-block h1 {
    font-size: 1rem;
  }
  .modal-msg {
    padding: 0.3125rem 1.25rem;
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
  .registered-docs {
    width: 18.75rem;
    flex-direction: column;
  }
  .registered-docs-block {
    padding: 0.8125rem 0.625rem 1.6875rem 0.625rem;
  }
  .registered-docs-block h1 {
    font-size: 1rem;
    padding-bottom: 0.625rem;
  }
  .registered-doc {
    width: 18.75rem;
  }
  .fio-block {
    font-size: 0.8125rem;
    height: 1.625rem;
  }
  .mp-fio {
    height: 1.625rem;
    width: 14.5rem;
    padding: 0;
  }
  .modal-window-checkbox {
    width: 0.875rem;
    height: 0.875rem;
  }
  .checkbox-icon {
    width: 0.875rem;
    height: 0.875rem;
    padding: 0.175rem;
  }
  .modal-body {
    padding: 1.125rem 0.625rem 0.625rem 0.625rem;
  }
  .send-to-plan {
    width: 10.625rem;
  }
  .registered-docs-holder form {
    gap: 0.5625rem;
  }
  .search-modal-window {
    padding: 0 0.4375rem;
    font-size: 0.8125rem;
    width: 18.75rem;
  }
  .autocomplete-suggestions-docs .autocomplete-suggestion {
    padding-left: 0.4375rem;
    font-size: 0.75rem;
  }
  .btn-delete-doc {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.forDoc .meet-title {
  margin-top: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.forDoc .main-info-event {
  border-radius: 1rem;
  padding: 2rem;
  background-color: #1b1b93;
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
}
.forDoc .meet-block-with-border {
  border: none;
  margin-top: 0.5rem;
}
.forDoc .meet-block-with-border .meet-lectures-blocks {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.forDoc .meet-block-with-border .meet-lectures-blocks .meet-lecture-block {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.forDoc .meet-block-with-border .meet-lectures-blocks .meet-lecture-block .meet-lecture-title {
  border-radius: 0.25rem 0 0 0.25rem;
  align-items: flex-start;
  padding: 2.1875rem;
  width: 100%;
}
.forDoc .meet-block-with-border .meet-lectures-blocks .meet-lecture-block .meet-lecture-medications {
  justify-content: flex-end;
  padding: 2.5rem;
  width: 100%;
  font-style: italic;
}
.forDoc .event-address-info-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.forDoc .personal-data-form form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.9375rem;
  align-items: flex-end;
}
.forDoc .personal-data-form .personal-data-info-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.forDoc .personal-data-form .personal-data-info-box .personal-data-info-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 0.3125rem;
}
.forDoc .personal-data-form .personal-data-info-box .personal-data-info-row .form-group {
  width: 100%;
}
.forDoc .personal-data-form .personal-data-checkbox-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.625rem;
}
.forDoc .personal-data-form .personal-data-checkbox-box .toogle-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}
.forDoc .personal-data-form .personal-data-checkbox-box .toogle-box .toggle-title {
  font-size: 1.25rem;
}
.forDoc .personal-data-form .personal-data-checkbox-box .toogle-box .toggle-email-phone-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  gap: 0.3125rem;
}
.forDoc .personal-data-form .personal-data-checkbox-box .toogle-box .toggle-email-phone-holder .toggle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.1875rem;
  width: 7.5rem;
  height: 2.5rem;
  text-align: center;
  margin: 0;
  border: #D9D9D9 0.0625rem solid;
  padding: 0.3125rem;
  border-radius: 0.5rem;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.forDoc .personal-data-form .personal-data-checkbox-box .toogle-box .toggle-email-phone-holder .toggle:hover {
  background-color: #eaeaea;
}
.forDoc .personal-data-form .personal-data-checkbox-box .toogle-box .toggle-email-phone-holder input[type=radio] {
  display: none;
}
.forDoc .personal-data-form .personal-data-checkbox-box .toogle-box .toggle-email-phone-holder input[type=radio]:checked + .toggle {
  background-color: #54BE6D;
  color: #fff;
}
.forDoc .personal-data-form .checkbox-pnd-holder {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  width: 100%;
  align-items: center;
}
.forDoc .personal-data-form .checkbox-pnd-holder .modal-window-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.forDoc .personal-data-form .checkbox-pnd-holder .modal-window-checkbox input {
  display: none;
}
.forDoc .personal-data-form .checkbox-pnd-holder .modal-window-checkbox .checkbox-icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: #eaeaea;
  background-color: #eaeaea;
  border-radius: 0.25rem;
  transition: background-color 0.3s;
  padding: 0.25rem;
}
.forDoc .personal-data-form .checkbox-pnd-holder .modal-window-checkbox .checkbox-icon .tick {
  display: none;
  transition: fill 0.3s;
}
.forDoc .personal-data-form .checkbox-pnd-holder .modal-window-checkbox #pndConsent:checked + .checkbox-icon {
  fill: #B7FEC8;
  background-color: #54BE6D;
}
.forDoc .personal-data-form .checkbox-pnd-holder .modal-window-checkbox #pndConsent:checked + .checkbox-icon .tick {
  display: block;
}
.forDoc .confirm-code-block {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
  margin: 1.25rem 0;
}
.forDoc .confirm-code-block .confirm-code-title {
  font-weight: 700;
  font-size: 1.375rem;
  color: #1e1e1e;
  text-align: center;
}
.forDoc .confirm-code-block .confirm-code-inputs input {
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 600;
  border-radius: 0.625rem;
  border: 0.09375rem solid transparent;
  background: #eaeaea;
  box-shadow: 0 1px 2px rgba(12, 18, 29, 0.04);
  outline: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}
.forDoc .confirm-code-block .confirm-code-inputs input .error {
  border-color: #D84646;
}
.forDoc .confirm-code-block .confirm-code-inputs input:focus {
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.12);
  border-color: #38BC57;
}
.forDoc .confirm-code-block button {
  border-radius: 0.625rem;
  border: none;
  background-color: #54BE6D;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0.75rem 1.5625rem;
  cursor: pointer;
}
.forDoc .confirm-code-block button:hover {
  background-color: #38BC57;
}
.forDoc .confirm-code-block button:disabled {
  background-color: #7B7B7B;
}
.forDoc .btn-submit-pnd {
  background-color: #D84646;
  color: #fff;
  width: 100%;
  padding: 0.625rem;
  font-size: 1.25rem;
}
.forDoc .btn-submit-pnd:hover {
  background-color: #8B0000;
}

.container-addMeeting {
  margin: 0 10rem 0 2.5rem;
  width: 68.75rem;
}
.container-addMeeting .green-btn {
  width: 13.125rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  background: #54BE6D;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  color: #B7FEC8;
  margin-top: 2.5rem;
  margin-left: 2.5rem;
}
.container-addMeeting .save-btn {
  margin-left: 0;
}
.container-addMeeting .green-btn:hover {
  background-color: #38BC57;
}
.container-addMeeting .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.625rem;
}
.container-addMeeting .form-group label {
  margin: 0;
  font-weight: 500;
  font-size: 1.25rem;
  text-align: center;
  color: #7B7B7B;
  height: 2.5rem;
}
.container-addMeeting .form-group .note-editor {
  width: 100%;
}
.container-addMeeting .form-group .addmeeting-name {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 2.5rem;
  outline: none;
}
.container-addMeeting .form-group .addmeeting-name[placeholder] {
  font-weight: 800;
  font-size: 2rem;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #7B7B7B;
}
.container-addMeeting .input-main-block {
  margin-top: 1.25rem;
}
.container-addMeeting .input-main-block .input-column-blocks {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
}
.container-addMeeting .input-main-block .input-column-blocks .input-column-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.container-addMeeting .input-main-block .input-row-blocks {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
}
.container-addMeeting .input-main-block .input-row-blocks .dates-block {
  margin-bottom: 0.625rem;
  display: flex;
  flex-direction: column;
  height: auto;
}
.container-addMeeting .input-main-block .input-row-blocks .dates-block .filter-label-date {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  font-size: 1.25rem;
  color: #7B7B7B;
}
.container-addMeeting .input-main-block .input-row-blocks .dates-block .dates-item {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
}
.container-addMeeting .input-main-block .input-row-blocks .dates-block .dates-item .filter-container-date {
  display: flex;
  width: auto;
  flex-direction: row;
}
.container-addMeeting .input-main-block .input-row-blocks .dates-block .dates-item .filter-container-date .date-name {
  display: flex;
  align-items: center;
  width: 6.5625rem;
  height: 2.5rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  background-color: #F4F4F4;
  color: #7B7B7B;
  border: solid #CDCDCD 0.0625rem;
  border-right: 0;
  font-family: Inter, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  padding-left: 0.9375rem;
}
.container-addMeeting .input-main-block .input-row-blocks .dates-block .dates-item .filter-container-date .date {
  display: flex;
  width: 9.375rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #7B7B7B;
  background-color: #eaeaea;
  font-family: Inter, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.container-addMeeting .lections-holder {
  border: 0.0625rem solid #CDCDCD;
  border-radius: 0.25rem;
  margin-top: 3.125rem;
  padding: 1.25rem 2.5rem 2.5rem 2.5rem;
}
.container-addMeeting .lections-holder .lections-body {
  width: 100%;
}
.container-addMeeting .lections-holder .lections-body .card-title {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  color: #7B7B7B;
  margin-bottom: 1.3125rem;
}
.container-addMeeting .lections-holder .lections-body .lections {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.container-addMeeting .lections-holder .lections-body .lections .lection-section {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  border: 0.0625rem solid #CDCDCD;
  border-radius: 0.25rem;
  width: 100%;
  padding: 0.625rem 2.5rem 2.5rem 2.5rem;
}
.container-addMeeting .lections-holder .lections-body .lections .lection-section .lection-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2.5rem;
}
.container-addMeeting .lections-holder .lections-body .lections .lection-section .lection-row .form-group {
  margin: 0;
}
.container-addMeeting .lections-holder .lections-body .lections .lection-section .lection-row .form-group .btn-delete-lection {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.4375rem;
  background: #D46060;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
}
.container-addMeeting .lections-holder .lections-body .lections .lection-section .lection-row .form-group .btn-delete-lection:hover {
  background-color: #D84646;
}
.container-addMeeting .lections-holder .lections-body .lections .lection-section .lection-row .delete-lection-block {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.container-addMeeting .lections-holder .lections-body .lections .lection-section .lection-row:last-child {
  flex-direction: row-reverse;
}
.container-addMeeting .num-people-address {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 2.5rem;
}

@media (max-width: 991px) {
  .container-addMeeting {
    margin: 0;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.125rem;
  }
  .container-addMeeting .select_spec {
    font-size: 0.875rem;
  }
  .container-addMeeting .green-btn {
    width: 8.6875rem;
    height: 1.625rem;
    border-radius: 0.125rem;
    font-size: 0.875rem;
    margin-top: 1.625rem;
    margin-left: 1.625rem;
  }
  .container-addMeeting .save-btn {
    margin-top: 1.5625rem;
    margin-left: 0;
  }
  .container-addMeeting .form-group {
    margin-bottom: 0.375rem;
  }
  .container-addMeeting .form-group label {
    font-size: 0.875rem;
    height: 1.625rem;
  }
  .container-addMeeting .form-group .addmeeting-name {
    height: 1.625rem;
  }
  .container-addMeeting .form-group .addmeeting-name[placeholder] {
    font-size: 1.25rem;
  }
  .container-addMeeting .input-main-block {
    margin-top: 0.8125rem;
  }
  .container-addMeeting .input-main-block .input-column-blocks {
    gap: 1.625rem;
  }
  .container-addMeeting .input-main-block .input-row-blocks {
    gap: 1.625rem;
  }
  .container-addMeeting .input-main-block .input-row-blocks .dates-block {
    margin-bottom: 0.375rem;
    width: 100%;
  }
  .container-addMeeting .input-main-block .input-row-blocks .dates-block .filter-label-date {
    font-size: 0.875rem;
  }
  .container-addMeeting .input-main-block .input-row-blocks .dates-block .dates-item {
    justify-content: space-evenly;
    gap: 0.8125rem;
  }
  .container-addMeeting .input-main-block .input-row-blocks .dates-block .dates-item .filter-container-date .date-name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5625rem;
    height: 1.6875rem;
    border-bottom-left-radius: 0.125rem;
    border-top-left-radius: 0.125rem;
    border-width: 0.03125rem;
    font-size: 0.875rem;
    padding-left: 0;
  }
  .container-addMeeting .input-main-block .input-row-blocks .dates-block .dates-item .filter-container-date .date {
    height: 1.5625rem;
    width: 6rem;
    font-size: 0.875rem;
  }
  .container-addMeeting .lections-holder {
    border-width: 0.03125rem;
    border-radius: 0.125rem;
    margin-top: 2.0625rem;
    padding: 0.8125rem 1.625rem 1.625rem 1.625rem;
  }
  .container-addMeeting .lections-holder .lections-body .card-title {
    font-size: 1.25rem;
    margin-bottom: 0.8125rem;
  }
  .container-addMeeting .lections-holder .lections-body .lections {
    gap: 0.8125rem;
  }
  .container-addMeeting .lections-holder .lections-body .lections .lection-section {
    gap: 0.375rem;
    border-width: 0.03125rem;
    border-radius: 0.125rem;
    padding: 0.375rem 1.625rem 1.625rem 1.625rem;
  }
  .container-addMeeting .lections-holder .lections-body .lections .lection-section .lection-row {
    gap: 1.625rem;
  }
  .container-addMeeting .lections-holder .lections-body .lections .lection-section .lection-row .form-group .btn-delete-lection {
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 0.125rem;
  }
  .container-addMeeting .lections-holder .lections-body .lections .lection-section .lection-row .form-group .btn-delete-lection .delete-icon {
    width: 1rem;
    height: 1.1875rem;
  }
  .container-addMeeting .num-people-address {
    margin-top: 0.375rem;
    gap: 1.625rem;
    margin-bottom: 0.375rem;
  }
}
@media (max-width: 576px) {
  .container-addMeeting {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .container-addMeeting .select_spec {
    font-size: 0.75rem;
  }
  .container-addMeeting .green-btn {
    width: 9.0625rem;
    height: 1.5625rem;
    font-size: 0.75rem;
    margin-top: 0.625rem;
    margin-left: 0.625rem;
  }
  .container-addMeeting .save-btn {
    margin-left: 0;
  }
  .container-addMeeting .form-group {
    margin-bottom: 0.3125rem;
  }
  .container-addMeeting .form-group label {
    font-size: 0.75rem;
    height: 1.5625rem;
  }
  .container-addMeeting .form-group .addmeeting-name[placeholder] {
    font-size: 1rem;
  }
  .container-addMeeting .input-main-block .input-column-blocks {
    gap: 0.625rem;
  }
  .container-addMeeting .input-main-block .input-row-blocks {
    flex-direction: column;
    gap: 0.3125rem;
  }
  .container-addMeeting .input-main-block .input-row-blocks .dates-block {
    margin-bottom: 0;
  }
  .container-addMeeting .input-main-block .input-row-blocks .dates-block .filter-label-date {
    font-size: 0.75rem;
  }
  .container-addMeeting .input-main-block .input-row-blocks .dates-block .dates-item {
    gap: 0.625rem;
  }
  .container-addMeeting .input-main-block .input-row-blocks .dates-block .dates-item .filter-container-date .date-name {
    width: 4.5rem;
    height: 1.65625rem;
    font-size: 0.75rem;
  }
  .container-addMeeting .input-main-block .input-row-blocks .dates-block .dates-item .filter-container-date .date {
    height: 1.5625rem;
    width: 5.8125rem;
    font-size: 0.75rem;
  }
  .container-addMeeting .lections-holder {
    margin-top: 1.875rem;
    padding: 0 0.625rem 0.625rem 0.625rem;
  }
  .container-addMeeting .lections-holder .lections-body .card-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 0;
    height: 3.125rem;
  }
  .container-addMeeting .lections-holder .lections-body .lections {
    gap: 0.625rem;
  }
  .container-addMeeting .lections-holder .lections-body .lections .lection-section {
    gap: 0.3125rem;
    padding: 0.625rem;
  }
  .container-addMeeting .lections-holder .lections-body .lections .lection-section .lection-row {
    flex-direction: column;
    gap: 0.3125rem;
  }
  .container-addMeeting .lections-holder .lections-body .lections .lection-section .lection-row .form-group .btn-delete-lection {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .container-addMeeting .lections-holder .lections-body .lections .lection-section .lection-row .form-group .btn-delete-lection .delete-icon {
    width: 0.9375rem;
    height: 1.0625rem;
  }
  .container-addMeeting .lections-holder .lections-body .lections .lection-section .lection-row:last-child {
    gap: 0.625rem;
    flex-direction: column-reverse;
  }
  .container-addMeeting .num-people-address {
    margin-top: 0.625rem;
    gap: 0.625rem;
    margin-bottom: 0.3125rem;
  }
}
.tabs-switcher-main {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.tabs-switcher-main h5 {
  font-size: 1.25rem;
  color: #7B7B7B;
}
.tabs-switcher-main .tab-switcher-content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.tabs-switcher-main .tab-switcher-content .tab-switcher {
  border-radius: 1.875rem;
  outline: none;
  cursor: pointer;
  background-color: #e5e7eb;
  color: #374151;
  font-size: 1rem;
  padding: 0.4375rem 1.25rem;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.tabs-switcher-main .tab-switcher-content .tab-switcher.active {
  background-color: #54BE6D;
  color: #fff;
}

.nav-menu {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0;
}
.nav-menu .close-menu-block {
  display: none;
}
.nav-menu .navbar-toggler {
  display: none;
}
.nav-menu .menu {
  position: sticky;
  top: 0;
  color: white;
  max-width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav-menu .menu #menu-items {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #eaeaea;
}
.nav-menu .menu #menu-items .logo-menu-holder .logo {
  max-width: 100%;
  background: #54BE6D;
  height: 9.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-menu .menu #menu-items .logo-menu-holder .logo a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  color: #fff;
}
.nav-menu .menu #menu-items .logo-menu-holder #demo-list li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 1.25rem;
  background: #eaeaea;
  font-weight: 400;
  font-size: 1.125rem;
  color: #7B7B7B;
  border-bottom: 0.0625rem solid #7B7B7B;
  height: 3.125rem;
  transition: 0.3s;
}
.nav-menu .menu #menu-items .logo-menu-holder #demo-list li a .menu-icon {
  margin-right: 1.1875rem;
}
.nav-menu .menu #menu-items .logo-menu-holder #demo-list li a:hover {
  background: #CDCDCD;
}
.nav-menu .menu #menu-items .logo-menu-holder #demo-list li .active_link {
  font-weight: 600;
  background: #CDCDCD;
}
.nav-menu .menu #menu-items .logo-menu-holder #demo-list .active a {
  font-weight: 600;
  background: #CDCDCD;
}
.nav-menu .menu #menu-items .logo-menu-holder #demo-list .active .submenu li a {
  font-weight: 400;
  background: #D9D9D9;
  transition: 0.3s;
}
.nav-menu .menu #menu-items .logo-menu-holder #demo-list .active .submenu li a span {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nav-menu .menu #menu-items .logo-menu-holder #demo-list .active .submenu li a:hover {
  background: #CDCDCD;
}
.nav-menu .menu #menu-items .actions-holder {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 3.875rem 0;
  gap: 2.5rem;
  background: #F4F4F4;
}
.nav-menu .menu #menu-items .actions-holder .menu2 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3125rem;
  font-weight: 400;
  font-size: 1rem;
  color: #7B7B7B;
}
.nav-menu .menu #menu-items .actions-holder .menu2 a .menu2-admin-icon {
  width: 1.5625rem;
  height: 1.9375rem;
}
.nav-menu .menu #menu-items .actions-holder .menu2 a .menu2-profile-icon {
  width: 1.75rem;
  height: 1.9375rem;
}
.nav-menu .menu #menu-items .actions-holder .menu2 a .menu2-logout-icon {
  width: 1.4375rem;
  height: 1.875rem;
}

@media (min-width: 1201px) {
  .nav-bar {
    display: none;
  }
}
.navbar-toggler {
  width: 3.125rem;
  height: 3.125rem;
}

@media (max-width: 767.98px) {
  .navbar-toggler {
    width: 1.875rem;
    height: 1.875rem;
    padding: 0.4375rem;
  }
}
@media (max-width: 1200px) {
  .home {
    display: none;
  }
  .navbar-toggler {
    background: #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-menu {
    display: none;
    max-width: 100%;
    position: absolute;
  }
  .nav-menu .close-menu-block {
    display: block;
    width: 63%;
    height: 100%;
    background: #000;
    opacity: 0.75;
  }
  .nav-menu .close-menu-block .icon-close-menu {
    cursor: pointer;
    margin-left: 1.25rem;
    margin-top: 2rem;
  }
  .nav-menu .close-menu-block .icon-close-menu svg {
    transition: transform 0.3s linear;
  }
  .nav-menu .close-menu-block .icon-close-menu:hover svg {
    transform: rotate(90deg);
  }
  .nav-menu .menu {
    width: 37%;
  }
  .nav-menu .menu #menu-items {
    height: 100vh;
    display: flex;
  }
  .nav-menu .menu #menu-items .logo-menu-holder #demo-list li a {
    padding: 0 1.25rem;
    font-size: 1.25rem;
    border-width: 0.03125rem;
    height: 3.125rem;
  }
  .nav-menu .menu #menu-items .logo-menu-holder #demo-list li a .menu-icon {
    margin-right: 1.25rem;
  }
  .nav-menu .menu #menu-items .actions-holder {
    padding: 2.5rem 0;
    gap: 1.875rem;
  }
  .nav-menu .menu #menu-items .actions-holder .menu2 a {
    gap: 0.1875rem;
    font-size: 1rem;
  }
  .nav-menu .menu #menu-items .actions-holder .menu2 a .menu2-admin-icon {
    width: 1.5625rem;
    height: 1.6875rem;
  }
  .nav-menu .menu #menu-items .actions-holder .menu2 a .menu2-profile-icon {
    width: 1.625rem;
    height: 1.75rem;
  }
  .nav-menu .menu #menu-items .actions-holder .menu2 a .menu2-logout-icon {
    width: 1.5rem;
    height: 1.6875rem;
  }
  .nav-menu.open {
    display: flex;
    z-index: 1000;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .nav-menu .menu #menu-items .logo-menu-holder .logo {
    height: 6.25rem;
  }
  .nav-menu .menu #menu-items .logo-menu-holder .logo a {
    font-size: 2.5rem;
  }
  .nav-menu .menu #menu-items .logo-menu-holder #demo-list li a {
    padding: 0 0.9375rem;
    font-size: 1.25rem;
    border-width: 0.03125rem;
    height: 3.125rem;
  }
  .nav-menu .menu #menu-items .logo-menu-holder #demo-list li a .menu-icon {
    margin-right: 0.875rem;
  }
  .nav-menu .menu #menu-items .actions-holder {
    padding: 2.125rem 0;
    gap: 1.3125rem;
  }
  .nav-menu .menu #menu-items .actions-holder .menu2 a {
    gap: 0.1875rem;
    font-size: 1rem;
  }
  .nav-menu .menu #menu-items .actions-holder .menu2 a .menu2-admin-icon {
    width: 1.5625rem;
    height: 1.6875rem;
  }
  .nav-menu .menu #menu-items .actions-holder .menu2 a .menu2-profile-icon {
    width: 1.625rem;
    height: 1.75rem;
  }
  .nav-menu .menu #menu-items .actions-holder .menu2 a .menu2-logout-icon {
    width: 1.5rem;
    height: 1.6875rem;
  }
}
@media (max-width: 767.98px) {
  .nav-menu .close-menu-block {
    width: 60%;
  }
  .nav-menu .menu {
    width: 40%;
  }
  .nav-menu .menu #menu-items .logo-menu-holder .logo {
    height: 6.25rem;
  }
  .nav-menu .menu #menu-items .logo-menu-holder .logo a {
    font-size: 2rem;
  }
  .nav-menu .menu #menu-items #demo-list li a {
    padding: 0 0.625rem;
    font-size: 1.25rem;
    border-width: 0.03125rem;
    height: 2.5rem;
  }
}
@media (max-width: 576px) {
  .nav-menu .close-menu-block {
    width: 35%;
  }
  .nav-menu .menu {
    width: 65%;
  }
  .nav-menu .menu #menu-items .logo-menu-holder .logo {
    height: 3.75rem;
  }
  .nav-menu .menu #menu-items .logo-menu-holder .logo a {
    font-size: 1.625rem;
  }
  .nav-menu .menu #menu-items .logo-menu-holder #demo-list li a {
    font-size: 0.875rem;
    height: 1.875rem;
  }
  .nav-menu .menu #menu-items .actions-holder {
    padding: 1.5625rem 0;
    gap: 1.3125rem;
  }
  .nav-menu .menu #menu-items .actions-holder .menu2 a {
    gap: 0.1875rem;
    font-size: 0.5625rem;
  }
  .nav-menu .menu #menu-items .actions-holder .menu2 a .menu2-admin-icon {
    width: 0.9375rem;
    height: 1.0625rem;
  }
  .nav-menu .menu #menu-items .actions-holder .menu2 a .menu2-profile-icon {
    width: 1rem;
    height: 1.125rem;
  }
  .nav-menu .menu #menu-items .actions-holder .menu2 a .menu2-logout-icon {
    width: 0.875rem;
    height: 1.0625rem;
  }
}
.modal-act-form {
  width: 55rem;
}
.modal-act-form #actForm .act-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
}
.modal-act-form #actForm .act-container hr {
  border-top: 0.0625rem solid #e9ecef;
  margin: 0;
}
.modal-act-form #actForm .act-container .send-act-holder {
  margin: 0;
}
.modal-act-form #actForm .act-container .column-for-prep {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0.625rem;
  width: 100%;
}
.modal-act-form #actForm .act-container .column-for-prep .title-prep {
  font-weight: bold;
  font-size: 1.0625rem;
  margin-bottom: 10px;
  display: block;
  padding-bottom: 5px;
}
.modal-act-form #actForm .act-container .column-for-prep .row-for-prep {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.625rem;
}
.modal-act-form #actForm .act-container .column-for-prep .row-for-prep .container-for-inputs-holder {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  width: 100%;
}
.modal-act-form #actForm .act-container .column-for-prep .row-for-prep .container-for-inputs-holder .inputs-holder {
  background-color: #fff;
  padding: 0.75rem;
  border: 0.0625rem solid #e0e0e0;
  border-radius: 0.625rem;
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.05);
  width: 100%;
}
.modal-act-form #actForm .act-container .column-for-prep .row-for-prep .container-for-inputs-holder .inputs-holder .actions-plan-holder {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
.modal-act-form #actForm .act-container .column-for-prep .row-for-prep .container-for-inputs-holder .inputs-holder .actions-plan-holder .plan-input-holder {
  width: 100%;
}
.modal-act-form #actForm .act-container .column-for-prep .row-for-prep .container-for-inputs-holder .inputs-holder .actions-plan-holder .plan-input-holder input {
  width: 100%;
  height: 2.5rem;
}
.modal-act-form #actForm .act-container .column-for-prep .row-for-prep .container-for-inputs-holder .inputs-holder .actions-plan-holder .block-wall {
  height: 1.5625rem;
  border: 0.0625rem solid #D9D9D9;
}
.modal-act-form #actForm .checkbox-act-holder {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  width: 100%;
}
.modal-act-form #actForm .checkbox-act-holder .modal-window-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.modal-act-form #actForm .checkbox-act-holder .modal-window-checkbox .checkbox-act-modal {
  display: none;
}
.modal-act-form #actForm .checkbox-act-holder .modal-window-checkbox .checkbox-act-modal-send {
  display: none;
}
.modal-act-form #actForm .checkbox-act-holder .modal-window-checkbox .checkbox-act-modal:checked + .checkbox-icon {
  fill: #B7FEC8;
  background-color: #54BE6D;
}
.modal-act-form #actForm .checkbox-act-holder .modal-window-checkbox .checkbox-act-modal-send:checked + .checkbox-icon {
  fill: #B7FEC8;
  background-color: #54BE6D;
}
.modal-act-form #actForm .checkbox-act-holder .modal-window-checkbox .checkbox-act-modal:checked + .checkbox-icon .tick {
  display: block;
}
.modal-act-form #actForm .checkbox-act-holder .modal-window-checkbox .checkbox-act-modal-send:checked + .checkbox-icon .tick {
  display: block;
}
.modal-act-form #actForm .checkbox-act-holder .modal-window-checkbox .checkbox-icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: #eaeaea;
  background-color: #eaeaea;
  border-radius: 0.25rem;
  transition: background-color 0.3s;
  padding: 0.25rem;
}
.modal-act-form #actForm .checkbox-act-holder .modal-window-checkbox .checkbox-icon .tick {
  display: none;
  transition: fill 0.3s;
}

@media (max-width: 1200px) {
  .modal-act-form {
    width: 56.25rem;
  }
  .modal-act-form #actForm .act-container .column-for-prep {
    gap: 0.75rem;
  }
  .modal-act-form #actForm .act-container .column-for-prep .row-for-prep {
    flex-direction: column;
    gap: 1rem;
  }
  .modal-act-form #actForm .act-container .column-for-prep .row-for-prep .container-for-inputs-holder {
    width: 100%;
  }
  .modal-act-form #actForm .act-container .column-for-prep .row-for-prep .container-for-inputs-holder .inputs-holder {
    width: 100%;
  }
  .modal-act-form #actForm .act-container .column-for-prep .row-for-prep .container-for-inputs-holder .inputs-holder .actions-plan-holder {
    width: 100%;
  }
  .modal-act-form #actForm .act-container .column-for-prep .row-for-prep .container-for-inputs-holder .inputs-holder .actions-plan-holder .plan-input-holder {
    width: 100%;
  }
  .modal-act-form #actForm .act-container .column-for-prep .row-for-prep .container-for-inputs-holder .inputs-holder .actions-plan-holder .plan-input-holder input {
    width: 100%;
  }
  .modal-act-form #actForm .act-container .column-for-prep .row-for-prep .container-for-inputs-holder .inputs-holder .actions-plan-holder .checkbox-act-holder {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .modal-act-form {
    width: 50rem;
  }
}
@media (max-width: 768px) {
  .modal-act-form {
    width: 43.75rem;
  }
}
@media (max-width: 576px) {
  .modal-act-form {
    width: 21.5625rem;
  }
  .modal-act-form .modal-body {
    padding: 0.9375rem 1.25rem 0.625rem 1.25rem;
  }
  .modal-act-form .modal-body #actForm .act-container .column-for-prep {
    gap: 0.5rem;
  }
  .modal-act-form .modal-body #actForm .act-container .column-for-prep .row-for-prep {
    gap: 1rem;
  }
  .modal-act-form .modal-body #actForm .act-container .column-for-prep .row-for-prep .container-for-inputs-holder {
    gap: 0.625rem;
    flex-wrap: wrap;
  }
  .modal-act-form .modal-body #actForm .act-container .column-for-prep .row-for-prep .container-for-inputs-holder .inputs-holder .actions-plan-holder .checkbox-act-holder label {
    font-size: 0.75rem;
  }
}
.main-container-manage-expertise {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2.5rem;
  gap: 0.9375rem;
}
.main-container-manage-expertise .container-manage-expertise {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 50%;
}
.main-container-manage-expertise .container-manage-expertise .expertise-block {
  display: flex;
  flex-direction: row;
}
.main-container-manage-expertise .container-manage-expertise .expertise-block .expertise-block-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #54BE6D;
  color: #fff;
  font-size: 1.5rem;
  border-bottom-left-radius: 0.3125rem;
  border-top-left-radius: 0.3125rem;
  padding: 1.25rem;
}
.main-container-manage-expertise .container-manage-expertise .expertise-block .expertise-block-content {
  display: flex;
  flex-direction: column;
  border: 0.0625rem solid #7B7B7B;
  border-bottom-right-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  width: 50%;
  padding: 0.625rem;
}
.main-container-manage-expertise .container-manage-expertise .expertise-block .expertise-block-content .expertise-block-manage-question {
  margin-bottom: 0.3125rem;
}
.main-container-manage-expertise .container-manage-expertise .expertise-block .expertise-block-content .manage-expertise-questions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
.main-container-manage-expertise .container-manage-expertise .expertise-block .expertise-block-content .manage-expertise-questions .question-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #7B7B7B;
  font-size: 1rem;
  gap: 0.3125rem;
  margin: 0.3125rem 0.3125rem;
  padding: 0.4375rem;
  border-radius: 0.3125rem;
  background: #F4F4F4;
  max-width: 100%;
  flex-wrap: wrap;
}
.main-container-manage-expertise .container-manage-expertise .expertise-block .expertise-block-content .manage-expertise-questions .question-block .text_question {
  word-wrap: break-word;
  white-space: normal;
  max-width: 100%;
}
.main-container-manage-expertise .container-manage-expertise .expertise-block-filter {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 0.625rem;
}
.main-container-manage-expertise .container-manage-expertise .expertise-block-filter .filter_item {
  width: 100%;
}

.autocomplete-suggestions-questions {
  box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.05);
  background: #F4F4F4;
  border: 0.0625rem solid #CDCDCD;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  overflow: auto;
}
.autocomplete-suggestions-questions .autocomplete-suggestion {
  height: 2.5rem;
  padding-left: 0.625rem;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.125rem;
  color: #7B7B7B;
}
.autocomplete-suggestions-questions .autocomplete-suggestion strong {
  font-weight: 400;
  color: #54BE6D;
}
.autocomplete-suggestions-questions .autocomplete-selected {
  background: #eaeaea;
}

.containerAddPlans {
  width: 100%;
}

.addPlan-filters {
  position: relative;
  width: 100%;
  max-width: 23%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.addPlan-note {
  position: relative;
  width: 100%;
  max-width: 77%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.layout-half {
  position: relative;
  width: 100%;
  max-width: 50%;
  min-height: 1px;
}

.note {
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid #CDCDCD;
  background: #ffffff;
  padding-right: 0;
  min-height: 2.5rem;
  color: #7B7B7B;
  height: 13.75rem;
}

.add-Plans {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid #CDCDCD;
  height: auto;
  min-height: 2.5rem;
  font-family: Inter, sans-serif;
  background-color: #54BE6D;
  font-weight: bold;
  font-size: 1.25rem;
  color: #B7FEC8;
  margin-bottom: 0.4rem;
  text-decoration: none;
}

.forAnotherActivity, .forVacation {
  margin-bottom: 1rem;
}

.label-plans, p.label-plans {
  font-size: 1.25rem;
  font-family: Inter, sans-serif;
  color: #7B7B7B;
}

.whiteContentPlan {
  background-color: white;
  border: 1px solid #d3d3d3;
  border-radius: 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 3.125rem;
}

/*tabs*/
.win-cont {
  --btn-color: #d1d1d1;
  width: 100%;
  height: 2.55rem;
  border-bottom: 1px solid #d3d3d3;
}

.whiteTab, .btn-white {
  background-color: #F4F4F4 !important;
}

/*.win-cont .filters {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}*/
.filters .left {
  margin-right: 0;
}

.filters .filter {
  height: 2.5rem;
}

.filter .text {
  height: 2.5rem;
}

.filters .right {
  margin-left: 0;
}

.d1 .Doc-Plans button, .d1 .Pharm-Plans button {
  width: 2.5rem;
  color: #7B7B7B;
  background: #EAEAEA;
  border: 1px solid #b8b8b8;
  font-size: 1.5rem;
  height: 100%;
}

.Doc-Plans .selectize-input, .Pharm-Plans .selectize-input {
  /*padding-bottom: 0;
  padding-top: 0;*/
  padding-left: 1rem;
  min-height: 2.5rem;
  height: auto;
}

.whiteContentPlan .search_filters {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 2.5rem;
  gap: 2.5rem;
}

.Doc-Plans .selectize-input div.item, .Pharm-Plans .selectize-input div.item {
  max-width: 30rem;
}

.Doc-Plans .selectize-control, .Pharm-Plans .selectize-control {
  min-height: 2.5rem;
  height: auto;
}

.text-error {
  font-size: 1.5rem;
  margin-left: 30rem;
  margin-right: 30rem;
}

b {
  font-weight: 500;
}

/*.stylePlan-doctor{
    border-right: 1px solid #CDCDCD;
}*/
.stylePlan-pharmacy {
  border-left: 1px solid #CDCDCD;
}

.centered-plan {
  /*padding-top: .5rem !important;*/
  background-color: #7B7B7B;
  border-radius: 0.25rem 0.25rem 0rem 0rem;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 600;
  color: #FFFFFF;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0rem;
}

.whiteContentPlan .DoctorsPharmaciesPlan {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
}

.centered-doctor, .centered-pharmacy {
  background-color: #F4F4F4;
  font-family: Inter;
  font-size: 1.25rem;
  color: #7B7B7B;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #CDCDCD;
}

.badge-count {
  color: #FFFFFF;
  background-color: #7B7B7B;
  margin: 0.5rem;
}

.emptyInfoAddPlan {
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  border-radius: 0.25rem;
  background-color: #ECB665;
  color: #FFFFCA;
  padding: 0.6875rem 1.25rem;
}

.doctorsObj, .pharmacyObj {
  padding: 1.25rem;
}

.add-doctorPlace, .add-pharmPlace {
  background-color: #F4F4F4;
  border: 1px solid #CDCDCD;
  border-radius: 0.25rem;
  margin-bottom: 1.25rem;
  min-height: 4.375rem;
  width: 100%;
  position: relative;
  pointer-events: all;
  overflow: auto;
}

.mainInfoDoctor, .mainInfoPharmacy {
  padding: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.IconDoctor, .IconPharmacy {
  width: auto;
}

.fioDoctor, .NamePharmacy {
  width: 74.51%;
  word-break: break-all;
}

.delDoctor, .delPharmacy {
  width: auto;
  display: flex;
  align-items: center;
}

.add-doctorPlace p, .add-pharmPlace p {
  padding-top: 0px;
}

.plan-surname {
  color: #48A1AF;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0rem;
}

.plan-name-patronymic, .plan-lastOV {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0rem;
}

.add-doctorPlace img, .add-pharmPlace img {
  cursor: pointer;
  pointer-events: all;
}

.plan-pharmacy-name {
  color: #4B985D;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0rem;
}

.plan-name-pharmacist {
  font-family: Inter;
  font-size: 1rem;
  margin-bottom: 0rem;
}

.infoToggle {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.625rem;
  vertical-align: middle;
  background: #CDCDCD url("../img/info.svg") center center no-repeat;
  background-size: auto;
  border-radius: 50%;
  cursor: pointer;
}

.add-doctorPlace.open .infoToggle, .add-pharmPlace.open .infoToggle {
  background-color: #7B7B7B;
}

.mainInfoDoctor.open, .mainInfoPharmacy.open {
  background-color: #EAEAEA;
}

.closeBtnUsual {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #CDCDCD;
  transition: background-color 0.3s ease;
  border-radius: 0.25rem;
}

.closeBtnUsual:hover {
  background-color: #D46060;
}

.whiteContentPlan .cardsDoctors {
  padding: 0rem 2.5rem;
}

#listOfPlans .add-doctorPlace .number_adress, .whiteContentPlan .number_adress {
  padding: 0px;
}

@media (max-width: 1200px) {
  .containerAddPlans {
    max-width: 80rem;
  }
  .label-plans, p.label-plans {
    font-size: 1.2rem;
  }
  .text-error {
    font-size: 1.5rem;
    margin-left: 25rem;
    margin-right: 25rem;
  }
}
@media (max-width: 992px) {
  .containerAddPlans {
    max-width: 68rem;
  }
  #doctorForm {
    padding: 1.25rem;
  }
  .whiteContentPlan .search_filters {
    gap: 1.25rem;
    padding-top: 1.25rem;
  }
  .add-Plans {
    font-size: 1rem;
  }
  .label-plans, p.label-plans {
    font-size: 1rem;
  }
  .text-error {
    font-size: 1.5rem;
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .doctorsObj, .pharmacyObj {
    padding: 0.625rem;
  }
  .plan-surname {
    font-size: 1.25rem;
  }
  .plan-name-patronymic, .plan-lastOV {
    font-size: 0.875rem;
  }
  .avaPharm-addPlan {
    width: 40px;
    height: 50px;
  }
  .plan-pharmacy-name {
    font-size: 1.25rem;
  }
  .plan-name-pharmacist {
    font-size: 0.875rem;
  }
  .whiteContentPlan .cardsDoctors {
    padding: 0rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .containerAddPlans {
    max-width: 46rem;
  }
  .addPlan-filters {
    max-width: 27%;
  }
  .addPlan-note {
    max-width: 73%;
  }
  .label-plans, p.label-plans {
    font-size: 0.875rem;
  }
  .text-error {
    font-size: 1.5rem;
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .plan-pharmacy-name, .plan-surname {
    font-size: 1rem;
  }
  .plan-name-pharmacist, .plan-name-patronymic, .plan-lastOV {
    font-size: 0.75rem;
  }
  .infoToggle {
    width: 0.875rem;
    height: 0.875rem;
    background-size: 0.7rem 0.7rem;
  }
  .add-doctorPlace img, .add-pharmPlace img {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (max-width: 576px) {
  .containerAddPlans {
    max-width: 34rem;
  }
  .addPlan-filters {
    display: flex;
    flex-wrap: wrap;
  }
  .addPlan-filters .forAnotherActivity, .addPlan-filters .forVacation {
    width: 50%;
  }
  .addPlan-filters, .addPlan-note {
    max-width: 100%;
  }
  #doctorForm {
    padding: 0.625rem;
  }
  .whiteContentPlan .search_filters {
    flex-wrap: wrap;
    gap: 0.625rem;
    padding-top: 0.625rem;
  }
  .layout-half {
    max-width: 100%;
  }
  .text-error {
    font-size: 1rem;
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .doctorsObj, .pharmacyObj {
    padding: 0.625rem;
  }
  .plan-pharmacy-name, .plan-surname {
    font-size: 0.875rem;
  }
  .plan-name-pharmacist, .plan-name-patronymic, .plan-lastOV {
    font-size: 0.6875rem;
  }
  .whiteContentPlan .cardsDoctors {
    padding: 0rem 0.625rem;
  }
}
.filter_tm_Calendar2 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: -0.625rem 0rem 1.25rem 0rem;
  font-family: Inter;
}

.filter_tm_Calendar {
  width: 18.25rem;
  display: flex;
}

.filter_tm_Calendar2 .filter_tm_Calendar .select_spec {
  border-radius: 2px;
  font-family: Inter;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.modal-header-createNote {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.modal-title-createNote {
  font-size: 2rem;
  font-family: Inter, sans-serif;
  text-align: center;
}

.close-createNote {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 1.5rem;
  z-index: 1;
  background: none;
  border: none;
}

.modal-footer-createNote {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.container-protocol {
  width: 100%;
  font-family: Inter;
}

.row-protocol {
  text-align: center;
  margin: 0rem 4.25rem 0rem 4.25rem;
}

.row-protocol h2 {
  font-family: Inter;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  word-break: break-word;
  margin-top: 2.8rem;
  margin-bottom: 2.8rem;
}

@media (max-width: 992px) {
  .row-protocol h2 {
    font-size: 1.25rem;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 576px) {
  .row-protocol {
    margin: 0rem 2rem 0rem 2rem;
  }
  .row-protocol h2 {
    font-size: 0.88rem;
    margin-top: 1.4rem;
    margin-bottom: 1.25rem;
  }
}
.container-protocol .form-control:disabled, .container-protocol .form-control[readonly] {
  background-color: #F4F4F4;
}

.filter-row-protocol {
  display: flex;
  flex-wrap: wrap;
  gap: 1.13rem;
  margin-bottom: 1.5rem;
}

.filter-item-protocol {
  flex: 1 1 0;
}

.filter-row-protocol label {
  font-size: 1.13rem;
}

@media (max-width: 992px) {
  .filter-row-protocol {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 576px) {
  .filter-row-protocol {
    gap: 0.63rem;
    margin-bottom: 1.25rem;
  }
  .filter-item-protocol {
    flex: 1 1 8rem;
  }
  .filter-row-protocol label {
    display: block;
    font-size: 0.75rem;
    text-align: center;
  }
  .line-item-protocol {
    max-width: calc(50% - 0.3rem);
  }
}
.table-protocol {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  border-radius: 4px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

@media (max-width: 576px) {
  .table-protocol {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.table-protocol thead th {
  font-size: 1.13rem;
}

.table-protocol td, .table-protocol th {
  padding: 0.9rem;
}

.table-protocol input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 2px;
  background-color: #CDCDCD;
  cursor: pointer;
  position: relative;
}

.table-protocol input[type=checkbox]:checked {
  background-color: #54BE6D;
}

.table-protocol input[type=checkbox]:checked::after {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  left: 0.1rem;
  top: -0.15rem;
  font-size: 1rem;
  color: #B7FEC8;
  pointer-events: none;
}

.table-protocol tbody {
  background-color: #F4F4F4;
}

.table-protocol td, .table-protocol th, .table-protocol thead th, .table-protocol {
  border: 1px solid #CDCDCD;
}

@media (max-width: 576px) {
  .table-protocol input[type=checkbox] {
    height: 1rem;
    width: 1.75rem;
  }
  .table-protocol input[type=checkbox]:checked::after {
    left: 0.3rem;
    top: -0.25rem;
  }
}
.card-coach-protocol {
  font-family: Inter;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FAFAFA;
  background-clip: border-box;
  border: 1px solid #CDCDCD;
  border-radius: 0.25rem;
  margin-bottom: 2.4rem;
}

.card-header-coach-protocol {
  padding: 1rem 0rem 1rem 0rem;
  margin-bottom: 0;
  background-color: #ECB665;
  color: #FFFFCA;
  text-align: center;
  font-weight: 600;
  border-radius: 3px 3px 0px 0px;
  font-size: 1.5rem;
}

@media (max-width: 992px) {
  .card-header-coach-protocol {
    padding: 0.75rem 0rem 0.75rem 0rem;
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .card-coach-protocol {
    margin-bottom: 1.25rem;
  }
  .card-header-coach-protocol {
    padding: 0.5rem 0rem 0.5rem 0rem;
    font-size: 0.88rem;
  }
}
.card-body-coach-protocol {
  flex: 1 1 auto;
  padding: 1.5rem 1.2rem 0rem 1.2rem;
}

.card-body-coach-protocol label {
  margin-bottom: 0.75rem;
  font-size: 1.13rem;
}

@media (max-width: 576px) {
  .card-body-coach-protocol {
    padding: 0.75rem 0.7rem 0rem 0.7rem;
  }
  .card-body-coach-protocol label {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
  }
}
.card-body-coach-protocol select, .card-body-coach-protocol input, .card-body-coach-protocol textarea {
  margin-bottom: 1.4rem;
}

.card-body-coach-protocol select.form-control:not([size]):not([multiple]), .card-body-coach-protocol input {
  height: 2.5rem;
}

@media (max-width: 576px) {
  .card-body-coach-protocol select, .card-body-coach-protocol input, .card-body-coach-protocol textarea {
    margin-bottom: 0.8rem;
  }
  .filter-row-protocol select.form-control:not([size]):not([multiple]), .filter-row-protocol input, .card-body-coach-protocol select.form-control:not([size]):not([multiple]), .card-body-coach-protocol input {
    height: 1.6rem;
    font-size: 0.7rem;
    padding: 0rem 0.75rem;
  }
}
.card-body-coach-protocol textarea {
  height: 5rem;
}

@media (max-width: 576px) {
  .card-body-coach-protocol textarea {
    height: 2.5rem;
  }
}
.buttons-protocol {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  height: 2.5rem;
}

.buttons-protocol-left {
  display: flex;
  justify-content: flex-start;
  gap: 1.25rem;
}

.btn-cancel-protocol, .btn-save-protocol, .btn-success-protocol, .btn-info-protocol {
  height: 2.5rem;
  width: 13.75rem;
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 600;
  margin-right: 0px;
  margin-top: 0px;
  padding: 0rem;
  align-content: center;
}

@media (max-width: 992px) {
  .buttons-protocol {
    margin-bottom: 2.5rem;
    height: 1.9rem;
  }
  .buttons-protocol-left {
    gap: 0.625rem;
  }
  .btn-cancel-protocol, .btn-save-protocol, .btn-success-protocol, .btn-info-protocol {
    height: 1.9rem;
    width: 10rem;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .buttons-protocol {
    margin-bottom: 2.5rem;
    height: auto;
    align-items: stretch;
  }
  .buttons-protocol-left {
    flex-wrap: wrap;
    gap: 0.625rem;
    flex: 1 1 6.25rem;
  }
  .btn-cancel-protocol, .btn-save-protocol, .btn-success-protocol, .btn-info-protocol {
    height: 1.56rem;
    width: 6.25rem;
    font-size: 0.75rem;
  }
  .btn-success-protocol {
    width: 13.125rem;
  }
}
.btn-cancel-protocol {
  color: white;
  background-color: #D46060;
  border-color: #D46060;
}

.btn-cancel-protocol:hover {
  color: white;
  background-color: #b35252;
  border-color: #b35252;
}

.btn-save-protocol {
  color: white;
  background-color: #54BE6D;
  border-color: #54BE6D;
}

.btn-save-protocol:hover {
  color: white;
  background-color: #449a58;
  border-color: #449a58;
}

.btn-success-protocol {
  color: white;
  background-color: #AAAAAA;
  border-color: #AAAAAA;
}

.btn-success-protocol:hover {
  color: white;
  background-color: #838383;
  border-color: #838383;
}

.btn-info-protocol {
  color: white;
  background-color: #3FBBD8;
  border-color: #3FBBD8;
}

.btn-info-protocol:not(:disabled):not(.disabled):hover {
  color: white;
  background-color: #3091a7;
  border-color: #3091a7;
}

/*радио кнопка*/
.card-body-coach-protocol .form-check-inline {
  margin-right: 1.25rem;
}

.card-body-coach-protocol .form-check-label {
  font-size: 1rem;
  color: #7B7B7B;
  margin-bottom: 1.4rem;
  padding-left: 2rem;
}

.card-body-coach-protocol input[type=radio].form-check-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin-right: 0rem;
}

.card-body-coach-protocol .form-check-label {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-flex;
  align-items: center;
  margin-left: 0rem;
}

.card-body-coach-protocol .form-check-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #AAAAAA;
  border-radius: 2px;
  background-color: #FAFAFA;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.card-body-coach-protocol input[type=radio].form-check-input:checked + .form-check-label::before {
  border: 1px solid #54BE6D;
  background-color: #FAFAFA;
}

.card-body-coach-protocol .form-check-label::after {
  content: "";
  position: absolute;
  left: 0.19rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 1px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.card-body-coach-protocol input[type=radio].form-check-input:checked + .form-check-label::after {
  background-color: #54BE6D;
}

@media (max-width: 576px) {
  .card-body-coach-protocol .form-check-inline {
    margin-right: 0.625rem;
  }
  .card-body-coach-protocol .form-check-label {
    font-size: 0.69rem;
    margin-bottom: 0.75rem;
    padding-left: 1.3rem;
  }
  .card-body-coach-protocol .form-check-label::before {
    width: 0.9375rem;
    height: 0.9375rem;
  }
  .card-body-coach-protocol .form-check-label::after {
    left: 0.09rem;
    width: 0.75rem;
    height: 0.75rem;
  }
}
/*Отдельтые стили для вопросов в asswssmentProtocolForm*/
.filter-row-assessment-protocol {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1.13rem;
  margin-bottom: 1.5rem;
}

.filter-item-assessment-protocol {
  flex: 1 1 0;
}

.filter-row-assessment-protocol label {
  font-size: 1.13rem;
}

.filter-row-assessment-protocol input {
  height: 2.5rem;
}

.filter-row-assessment-protocol textarea {
  height: 5rem;
}

@media (max-width: 992px) {
  .filter-row-assessment-protocol {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 576px) {
  .filter-row-assessment-protocol {
    gap: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .filter-item-assessment-protocol {
    flex: 0 1 100%;
  }
  .filter-row-assessment-protocol label {
    font-size: 0.75rem;
  }
  .filter-row-assessment-protocol input {
    height: 1.6rem;
    padding: 0rem 0.75rem;
    font-size: 0.7rem;
  }
  .filter-row-assessment-protocol textarea {
    height: 2.5rem;
    padding: 0rem 0.75rem;
    font-size: 0.7rem;
  }
}
.heading_loyalty {
  font-family: Inter;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.5rem;
}

.block_doc_pharm {
  margin-bottom: 2rem;
}

.radio_loyalty {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  width: 100%;
  border-radius: 4px;
  height: 2.5rem;
}

.radio_item_loyalty {
  flex: 1 1 0;
}

@media (max-width: 992px) {
  .radio_loyalty {
    gap: 1.25rem;
  }
}
@media (max-width: 576px) {
  .heading_loyalty {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
  .block_doc_pharm {
    margin-bottom: 1.13rem;
  }
  .radio_loyalty {
    gap: 0.625rem;
    height: 1.56rem;
  }
  .block_doc_pharm .wrapper .option span {
    font-size: 0.75rem;
  }
}
/*блок с историей лояльности*/
.loyalty-history {
  font-family: Inter;
}

.loyalty-history .table {
  margin-bottom: 0rem;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #CDCDCD;
}

.loyalty-history .table-responsive {
  border-radius: 4px;
}

.loyalty-history .thead-light th {
  font-family: Inter;
  font-weight: 600;
  color: #7B7B7B;
  font-size: 1rem;
  background-color: #F4F4F4;
  padding: 1.13rem;
  border-color: #CDCDCD;
}

.loyalty-history tbody td {
  font-family: Inter;
  color: #7B7B7B;
  font-size: 0.88rem;
  background-color: #FFFFFF;
  padding: 0.625rem;
  min-width: 7rem;
}

.loyalty-history .table-bordered td, .loyalty-history .table-bordered th, .loyalty-history .table td, .loyalty-history .table th {
  border: 1px solid #CDCDCD;
}

/*общий блок*/
.block_loyalty {
  font-family: Inter;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  width: 100%;
  margin-bottom: 0.625rem;
}

.fill_loyalty, .history_loyalty {
  flex: 1 1 0;
}

@media (max-width: 992px) {
  .block_loyalty {
    gap: 1.25rem;
  }
  .fill_loyalty, .history_loyalty {
    flex: 1 1 100%;
  }
}
@media (max-width: 576px) {
  .fill_loyalty, .history_loyalty {
    min-width: 0;
  }
}
.loyalty-Object .loyalty-form {
  font-family: Inter;
}

.loyalty-Object .form-control {
  border: 2px solid #CDCDCD;
}

.loyalty_doctors_pharms {
  font-size: 1.25rem;
  color: #7B7B7B;
}

@media (max-width: 576px) {
  .loyalty_doctors_pharms {
    font-size: 0.75rem;
  }
  .loyalty-Object .form-control {
    font-size: 0.69rem;
  }
}
/*блок с выставлением лояльности*/
.loyalty-form-body {
  padding-top: 2.38rem;
  font-size: 1rem;
  color: #7B7B7B;
}

@media (max-width: 576px) {
  .loyalty-form-body {
    padding-top: 1.25rem;
    font-size: 0.69rem;
  }
}
.loyalty-form-body .table-preparat-loyalty {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.13rem;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

@media (max-width: 576px) {
  .loyalty-form-body .table-preparat-loyalty {
    margin-bottom: 0.625rem;
  }
}
.loyalty-form-body .table-preparat-loyalty thead {
  background-color: #F4F4F4;
  border-radius: 4px;
  vertical-align: middle;
}

.loyalty-form-body .table-preparat-loyalty th, .loyalty-form-body .table-preparat-loyalty td {
  border: 1px solid #CDCDCD;
  padding: 0.625rem;
  word-break: break-word;
}

.name-preparat-loyalty {
  width: 14rem;
}

.name-preparat-loyalty-pharmacist {
  width: 18rem;
}

@media (max-width: 992px) {
  .name-preparat-loyalty {
    width: 20rem;
  }
  .name-preparat-loyalty-pharmacist {
    width: 30rem;
  }
}
@media (max-width: 768px) {
  .name-preparat-loyalty {
    width: 15rem;
  }
  .name-preparat-loyalty-pharmacist {
    width: 25rem;
  }
}
@media (max-width: 576px) {
  .name-preparat-loyalty {
    width: 6.9rem;
  }
  .name-preparat-loyalty-pharmacist {
    width: 11rem;
  }
}
.table-preparat-loyalty .choosing-prescribe {
  font-size: 0.88rem;
  padding: 0.625rem;
}

.table-preparat-loyalty .fa-refresh {
  font-size: 1.25rem;
  color: #AAAAAA;
}

.loyalty-form-body .reset-button {
  background-color: #FAFAFA;
  width: 2rem;
}

@media (max-width: 576px) {
  .table-preparat-loyalty .choosing-prescribe {
    font-size: 0.625rem;
  }
  .table-preparat-loyalty .fa-refresh {
    font-size: 0.9rem;
  }
  .loyalty-form-body .reset-button {
    width: 1.25rem;
  }
}
/*стили для радио кнопок*/
.choosing-prescribe input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.choosing-prescribe input[type=radio] + label {
  position: relative;
  padding-left: 1.6rem;
  cursor: pointer;
  color: #7B7B7B;
  display: inline-flex;
  align-items: center;
  margin: 0rem;
}

.choosing-prescribe input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #CDCDCD;
  box-sizing: border-box;
}

.choosing-prescribe input[type=radio]:checked + label::before {
  border: 0.13rem solid #54BE6D;
  background-color: #54BE6D;
  box-shadow: inset 0 0 0 0.13rem #B7FEC8;
}

@media (max-width: 576px) {
  .choosing-prescribe input[type=radio] + label::before {
    width: 0.88rem;
    height: 0.88rem;
  }
}
/*кнопки*/
.buttons_loyalty {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  width: 100%;
}

@media (max-width: 576px) {
  .buttons_loyalty {
    gap: 0.625rem;
  }
}
/*стили сообщений*/
.history_loyalty .loyalty-history .alert-info, .loyalty-Object .loyalty-form .alert-info {
  color: white;
  background-color: #ECB665;
  font-size: 1rem;
  border: 2px solid #ECB665;
  text-align: center;
}

.loyalty-Object .loyalty-form .alert-info {
  margin-top: 1.25rem;
}

.loyalty-Object .alert-danger {
  margin-top: 1rem;
  font-size: 1rem;
  text-align: center;
}

@media (max-width: 576px) {
  .history_loyalty .loyalty-history .alert-info, .loyalty-Object .loyalty-form .alert-info, .loyalty-Object .alert-danger {
    font-size: 0.75rem;
  }
}
.visit-check {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}

.visit-check label {
  margin-bottom: 0rem;
  margin-left: 0.625rem;
  font-size: 1rem;
  color: #7B7B7B;
}

@media (max-width: 992px) {
  .visit-check {
    margin-top: 0.625rem;
  }
  .visit-check label {
    font-size: 0.75rem;
  }
}
.visit-check input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 2px;
  background-color: #CDCDCD;
  cursor: pointer;
  position: relative;
}

.visit-check input[type=checkbox]:checked {
  background-color: #54BE6D;
}

.visit-check input[type=checkbox]:checked::after {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #B7FEC8;
  pointer-events: none;
}

.container_listPlans {
  font-family: Inter, sans-serif;
  width: 100%;
}

.row-list-plan-filters, .row-list-plan-filters-checkbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 0.625rem;
}

.filter-list-plans {
  display: flex;
  flex: 1 1 15.3125rem;
  height: auto;
  flex-direction: column;
}

.filter-list-plans-long {
  display: flex;
  flex: 1 1 33.125rem;
  flex-direction: column;
  height: auto;
}

.data-list-plans {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 1.25rem;
}

.filter-list-plans-long .data-list-plans .filter-container-date-plans {
  display: flex;
  flex: 1 1 15.9375rem;
  height: auto;
  flex-direction: row;
  font-size: 1.25rem;
}

.date-name-plans {
  display: flex;
  align-items: center;
  width: 6.5625rem;
  height: 2.5rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  background-color: #F4F4F4;
  color: #7B7B7B;
  border: 0.0625rem solid #CDCDCD;
  border-right: 0;
  font-family: Inter, sans-serif;
  font-weight: normal;
  padding-left: 0.9375rem;
}

.filter-list-plans-long .data-list-plans .filter-container-date-plans .date {
  display: flex;
  flex: 1 1 9.375rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #7B7B7B;
  background-color: #eaeaea;
  font-family: Inter, sans-serif;
  font-weight: normal;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.filter-list-plans .label-plans, .filter-list-plans-long .label-plans {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  color: #7B7B7B;
}

.filter-list-plans .gap {
  height: auto !important;
}

.row-list-plan-filters-checkbox {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

.filter-button-plans {
  display: flex;
  flex: 1 1 15.3125rem;
  height: auto;
  flex-direction: row;
}

.button-print-plans {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #EAEAEA;
  border-radius: 0.25rem;
  border: 1px solid #CDCDCD;
  margin-right: 1.25rem;
}

.button-print-plans:hover {
  background-color: #c8c8c8;
  border: 1px solid #a4a4a4;
}

.printer-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.button-list-plans {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  height: 2.5rem;
  width: 100%;
  background-color: #54BE6D;
  color: #B7FEC8;
  border-radius: 0.25rem;
  border: 1px solid #54BE6D;
  font-family: Inter, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 0;
  margin-right: 0;
}

.button-list-plans:hover {
  background-color: #43a159;
  color: #B7FEC8;
  border-color: #43a159;
}

.form-check-plans {
  display: flex;
  align-items: center;
}

.form-check-plans .checkbox-label {
  margin-bottom: 0rem;
  margin-left: 0.625rem;
  font-size: 1.125rem;
  color: #7B7B7B;
}

.form-check-plans .checkbox-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.125rem;
  background-color: #CDCDCD;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-check-plans .checkbox-input:checked {
  background-color: #54BE6D;
}

.form-check-plans .checkbox-input:checked::after {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  font-size: 1rem;
  color: #B7FEC8;
  pointer-events: none;
}

/*список карточек визита*/
.row-list-plans {
  display: flex;
  flex-wrap: wrap;
}

.container-list-plans {
  width: 100%;
}

.infoCard-plan {
  width: 100%;
  background-color: #fff;
  border: 1px solid #CDCDCD;
  border-radius: 0.25rem;
  margin-bottom: 1.5625rem;
  overflow: hidden;
}

.EditPlanDate_btnDate, .EditPlanDate_btnDateOrder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
}

.EditPlanDate_btnDate {
  background-color: #54BE6D;
}

.EditPlanDate_btnDateOrder {
  background-color: #3FBBD8;
}

.ButtonEditPlanDate_btnDate, .ButtonEditPlanDate_btnDateOrder {
  display: flex;
  align-items: center;
  height: 1.875rem;
  border-radius: 0.25rem;
  padding: 0.1875rem 0.375rem;
}

.ButtonEditPlanDate_btnDate {
  background-color: #B7FEC8;
  color: #54BE6D;
}

.ButtonEditPlanDate_btnDateOrder {
  background-color: #D0F6FF;
  color: #3FBBD8;
}

.ButtonEditPlanDate_btnDate .btnDate, .ButtonEditPlanDate_btnDateOrder .btnDateOrder {
  background: none;
  height: auto;
  width: auto;
  border-radius: 0px;
  font-weight: bold;
  font-size: 1.25rem;
  cursor: pointer;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  border: 0;
}

.ButtonEditPlanDate_btnDate .btnDate {
  background-color: #B7FEC8;
  color: #54BE6D;
}

.ButtonEditPlanDate_btnDateOrder .btnDateOrder {
  background-color: #D0F6FF;
  color: #3FBBD8;
}

.ButtonEditPlanDate_btnDate .btnDateTop, .ButtonEditPlanDate_btnDateOrder .btnDateOrderTop {
  background: none;
  height: auto;
  width: auto;
  border-radius: 0px;
  font-weight: normal;
  font-size: 1.25rem;
  padding-left: 0.375rem;
}

.ButtonEditPlanDate_btnDate .btnDateTop {
  background-color: #B7FEC8;
  color: #54BE6D;
}

.ButtonEditPlanDate_btnDateOrder .btnDateOrderTop {
  background-color: #D0F6FF;
  color: #3FBBD8;
}

.ButtonEditPlanDate_btnDate.redact, .ButtonEditPlanDate_btnDate.redact .btnDate, .ButtonEditPlanDate_btnDate.redact .btnDateTop {
  opacity: 60%;
}

.btnEditPlanDate {
  height: 1.875rem;
  width: 1.875rem;
  cursor: pointer;
  color: #54BE6D;
  background-color: #B7FEC8;
  border: 1px solid #B7FEC8;
  border-radius: 0.25rem;
  font-weight: 600;
  padding: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0.3125rem;
}

.btnEditPlanDate:hover {
  background-color: #a3ffb8;
  border: 1px solid #a3ffb8;
}

.mainInfoOnTablePlan {
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  flex-wrap: nowrap;
}

.InfoOnСolumnPlan_btnDate, .InfoOnСolumnPlan_btnDateOrder {
  color: #7B7B7B;
  font-size: 1rem;
  border-right: 1px solid #F4F4F4;
}

.InfoOnСolumnPlan_btnDate {
  flex: 0 0 70%;
  max-width: 70%;
}

.InfoOnСolumnPlan_btnDateOrder {
  flex: 0 0 50%;
  max-width: 50%;
}

.PlanMainInformation {
  padding: 1.25rem;
}

.PlanMainInformation p {
  margin-bottom: 0.3125rem;
}

.PlanMainInformation .commentBlock {
  display: flex;
  align-items: center;
}

.PlanMainInformation span {
  font-weight: 600;
  margin-right: 0.3125rem;
}

.PlanMainInformation .commentBlock input[type=text]:disabled {
  font-weight: normal;
  color: #7B7B7B;
}

.PlanMainInformation .editComment {
  max-width: 9.375rem;
  margin-right: 0.3125rem;
}

.PlanMainInformation .editCommentActive {
  color: #7B7B7B;
  border: 1px solid #CDCDCD;
  border-radius: 0.125rem;
  padding-left: 0.3125rem;
  max-width: 9.375rem;
  margin-right: 0.3125rem;
}

.btn-save-comment {
  width: 2.5rem;
  height: 2.5rem;
  color: white;
  background-color: #3FBBD8;
  border-color: #3FBBD8;
  border-radius: 0.25rem;
  padding: 0rem;
  margin-right: 0rem;
  margin-top: 0rem;
}

.btn-save-comment i {
  display: flex;
  font-size: 1.5rem;
  justify-content: center;
  align-items: center;
}

.btn-save-comment:hover {
  background-color: #3091a7;
  border-color: #3091a7;
}

.btn-edit-plan-note {
  width: 2.5rem;
  height: 2.5rem;
  color: white;
  background-color: #AAAAAA;
  border-color: #AAAAAA;
  border-radius: 0.25rem;
  padding: 0rem;
  margin-right: 0rem;
  margin-top: 0rem;
}

.btn-edit-plan-note:hover {
  background-color: #999999;
  border-color: #999999;
}

.btn-edit-plan-note i {
  display: flex;
  font-size: 1.5rem;
  justify-content: center;
  align-items: center;
}

/*кнопки плана*/
.ButtonOnСolumnPlan_btnDate, .ButtonOnСolumnPlan_btnDateOrder {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  padding: 1.25rem;
}

.ButtonOnСolumnPlan_btnDate {
  flex: 0 0 30%;
  max-width: 30%;
}

.ButtonOnСolumnPlan_btnDateOrder {
  flex: 0 0 50%;
  max-width: 50%;
}

.buttonCopyPlan {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.25rem;
  height: -moz-fit-content;
  height: fit-content;
}

.button-delete-plan, .button-send-report-plan, .remote-Visit-Info-Button, .button-expand-plan, .button-joint-visit, .button-copy-plan, .button-returntoplan {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  cursor: pointer;
}

.button-delete-plan {
  color: white;
  background-color: #dc3545;
  border-color: #dc3545;
}

.button-send-report-plan, .button-expand-plan, .button-copy-plan {
  color: white;
  background-color: #54BE6D;
  border: #54BE6D;
}

.sticky-note-o {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../img/no-completed-note.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.sticky-note {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../img/completed-note.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.remote-Visit-Info-Button {
  color: white;
  background-color: #343a40;
  border: 1px solid #343a40;
}

.button-joint-visit {
  background-color: #EAEAEA;
  border: #EAEAEA;
}

.button-returntoplan {
  background-color: #F4F4F4;
  border: 1px solid #CDCDCD;
}

.JointVisit-Users {
  fill: #7B7B7B;
}

.JointVisit-Users.redUsers {
  fill: #C16952;
}

.buttonCopyPlan .block-copy-plan-date {
  display: flex;
  font-size: 1rem;
}

.block-copy-plan-date .date-plan {
  display: flex;
  align-items: center;
  width: 5.3125rem;
  height: 2.5rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  background-color: #F4F4F4;
  color: #7B7B7B;
  border: 0.0625rem solid #CDCDCD;
  border-right: 0;
  font-family: Inter, sans-serif;
  font-weight: normal;
  padding-left: 0.9375rem;
  padding-right: 0.3125rem;
}

.block-copy-plan-date .date_copy_plan {
  display: flex;
  width: 6.5625rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #7B7B7B;
  background-color: #eaeaea;
  font-family: Inter, sans-serif;
  font-weight: normal;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.buttonCopyPlan .plan_to_copy {
  width: 11.875rem;
  font-size: 1rem;
  padding-left: 0.9375rem;
}

.message-copyReport {
  align-content: center;
  height: 2.5rem;
  font-size: 1rem;
  padding: 0rem 0.625rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.message-copyReport-warning {
  color: #E0A348;
  background-color: #FFFFE0;
  border-color: #E0A348;
}

.message-copyReport-danger {
  color: #D46060;
  background-color: #F9E0E0;
  border-color: #D46060;
}

.message-copyReport-success {
  color: #54BE6D;
  background-color: #E3FFEA;
  border-color: #54BE6D;
}

.name-plan-visit {
  font-size: 1rem;
  text-align: center;
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.infoCard-plan .collapse {
  border-top: 1px solid #F4F4F4;
}

.infoCard-plan .filter_outvisit_activity {
  width: 100%;
  padding: 0.625rem 1.25rem 1.25rem 1.25rem;
  color: #7B7B7B;
}

.infoCard-plan .filter_outvisit_activity label {
  font-size: 1.25rem;
  font-weight: 600;
}

.infoCard-plan .filter_outvisit_activity .form-control {
  color: #7B7B7B;
  border: 1px solid #CDCDCD;
  border-radius: 0.25rem;
}

.row-list-plans .whiteContentPlan {
  border-radius: 0rem;
  border-top: 1px solid #d3d3d3;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.row-list-plans .objectsInPlan {
  border-bottom: 1px solid #d3d3d3;
}

.block-btn-saveChanges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0.625rem 0rem;
}

.block-btn-saveChanges form {
  width: 50%;
  padding: 0rem 1.25rem;
}

.layout-half .selectize-control {
  text-align: left;
}

@media (max-width: 1200px) {
  .filter-list-plans-long {
    flex: 1 1 26.875rem;
  }
  .filter-list-plans-long .data-list-plans .filter-container-date-plans {
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .filter-list-plans, .filter-button-plans {
    flex: 1 1 10.9375rem;
  }
  .filter-list-plans .label-plans, .filter-list-plans-long .label-plans {
    font-size: 1rem;
  }
  .filter-list-plans-long .data-list-plans .filter-container-date-plans {
    flex: 1 1 10.4375rem;
    font-size: 0.75rem;
  }
  .date-name-plans {
    width: 4.1875rem;
    height: 1.875rem;
    border-bottom-left-radius: 0.125rem;
    border-top-left-radius: 0.125rem;
    padding-left: 0.625rem;
  }
  .filter-list-plans-long .data-list-plans .filter-container-date-plans .date {
    flex: 1 1 6.25rem;
    font-size: 0.875rem;
  }
  /*список карточек визита*/
  .infoCard-plan {
    border-radius: 0.125rem;
    margin-bottom: 1.25rem;
  }
  .EditPlanDate_btnDate, .EditPlanDate_btnDateOrder {
    height: 1.875rem;
  }
  .ButtonEditPlanDate_btnDate, .ButtonEditPlanDate_btnDateOrder {
    height: 1.25rem;
    border-radius: 0.125rem;
    padding: 0.1875rem 0.375rem;
  }
  .ButtonEditPlanDate_btnDate .btnDate, .ButtonEditPlanDate_btnDateOrder .btnDateOrder {
    font-size: 0.8125rem;
  }
  .ButtonEditPlanDate_btnDate .btnDateTop, .ButtonEditPlanDate_btnDateOrder .btnDateOrderTop {
    font-size: 0.8125rem;
    padding-left: 0.375rem;
  }
  .btnEditPlanDate {
    height: 1.25rem;
    width: 1.25rem;
    font-size: 0.875rem;
    border-radius: 0.125rem;
    margin-left: 0.3125rem;
  }
  .InfoOnСolumnPlan_btnDate, .InfoOnСolumnPlan_btnDateOrder {
    font-size: 0.875rem;
  }
  .PlanMainInformation {
    padding: 0.625rem;
  }
  .PlanMainInformation .editComment {
    max-width: 6.25rem;
  }
  .PlanMainInformation .editCommentActive {
    max-width: 6.25rem;
  }
  .btn-save-comment, .btn-edit-plan-note {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0.125rem;
  }
  .btn-save-comment i, .btn-edit-plan-note i {
    font-size: 1.125rem;
  }
  /*кнопки плана*/
  .ButtonOnСolumnPlan_btnDate, .ButtonOnСolumnPlan_btnDateOrder {
    gap: 0.625rem;
    padding: 0.625rem;
  }
  .buttonCopyPlan {
    gap: 0.625rem;
  }
  .button-delete-plan, .button-send-report-plan, .remote-Visit-Info-Button, .button-expand-plan, .button-joint-visit, .button-copy-plan, .button-returntoplan {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0.125rem;
  }
  .button-copy-plan .icon_copy_plan {
    width: 1rem;
    height: 1.125rem;
  }
  .button-returntoplan .icon_returntoplan {
    width: 1rem;
    height: 1rem;
  }
  .button-expand-plan .icon_expand_plan {
    width: 1.125rem;
    height: 0.8125rem;
  }
  .button-joint-visit .JointVisit-Users {
    width: 1.125rem;
    height: 1.25rem;
  }
  .sticky-note-o {
    width: 1.875rem;
    height: 1.875rem;
  }
  .sticky-note {
    width: 1.875rem;
    height: 1.875rem;
  }
  .iconsPlanDel {
    width: 1.25rem;
    height: 1.375rem;
  }
  .iconsPlanReport {
    width: 1rem;
    height: 0.75rem;
  }
  .buttonCopyPlan .block-copy-plan-date {
    font-size: 0.75rem;
  }
  .block-copy-plan-date .date-plan {
    width: 3.9375rem;
    height: 1.875rem;
    border-bottom-left-radius: 0.125rem;
    border-top-left-radius: 0.125rem;
    padding-left: 0.625rem;
    padding-right: 0.3125rem;
  }
  .block-copy-plan-date .date_copy_plan {
    width: 4.9375rem;
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }
  .buttonCopyPlan .plan_to_copy {
    width: 8.875rem;
    font-size: 0.75rem;
    padding-left: 0.625rem;
    border-radius: 0.125rem;
  }
  .message-copyReport {
    height: 1.875rem;
    font-size: 0.75rem;
    padding: 0rem 0.625rem;
    border-radius: 0.125rem;
  }
  .name-plan-visit {
    font-size: 0.875rem;
    margin: 0.625rem;
  }
  .infoCard-plan .filter_outvisit_activity {
    padding: 0.625rem 0.625rem 1.25rem 0.625rem;
  }
  .infoCard-plan .filter_outvisit_activity label {
    font-size: 1.125rem;
  }
  .infoCard-plan .filter_outvisit_activity .form-control {
    border-radius: 0.125rem;
  }
  .block-btn-saveChanges form {
    padding: 0rem 0.625rem;
  }
}
@media (max-width: 768px) {
  .row-list-plan-filters, .row-list-plan-filters-checkbox {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .row-list-plan-filters .select_spec, .row-list-plan-filters-checkbox .select_spec {
    font-size: 0.75rem;
    border-radius: 0.125rem;
  }
  .filter-list-plans {
    flex: 1 1 10.4375rem;
  }
  .filter-list-plans-long {
    flex: 1 1 20rem;
  }
  .filter-list-plans .label-plans, .filter-list-plans-long .label-plans {
    font-size: 0.875rem;
  }
  .row-list-plan-filters-checkbox {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
  }
  .filter-button-plans {
    flex: 1 1 10.4375rem;
  }
  .button-print-plans {
    height: 1.875rem;
    width: 1.875rem;
    border-radius: 0.125rem;
    margin-right: 0.625rem;
  }
  .printer-icon {
    width: 1.125rem;
    height: 1.125rem;
  }
  .button-list-plans {
    height: 1.875rem;
    border-radius: 0.125rem;
    font-size: 0.875rem;
  }
  .form-check-plans .checkbox-label {
    margin-left: 0.3125rem;
    font-size: 0.75rem;
  }
  .form-check-plans .checkbox-input {
    height: 1rem;
    width: 1rem;
  }
  .form-check-plans .checkbox-input:checked::after {
    font-size: 0.625rem;
  }
}
@media (max-width: 576px) {
  .row-list-plan-filters {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas: "plans-filter-left plans-filter-right" "date-filter-long date-filter-long" "user-filter-long user-filter-long" "left-filter-plans right-filter-plans";
    grid-column-gap: 0rem;
    grid-row-gap: 0.625rem;
  }
  .row-list-plan-filters .select_spec {
    height: auto;
    min-height: 1.6875rem;
    font-size: 0.6875rem;
    border-radius: 0.125rem;
  }
  .plans-filter-left {
    grid-area: plans-filter-left;
    width: auto;
    margin-right: 0.3125rem;
  }
  .plans-filter-right {
    grid-area: plans-filter-right;
    width: auto;
    margin-left: 0.3125rem;
  }
  .left-filter-plans {
    grid-area: left-filter-plans;
    width: auto;
    margin-right: 0.3125rem;
  }
  .right-filter-plans {
    grid-area: right-filter-plans;
    width: auto;
    margin-left: 0.3125rem;
  }
  .date-filter-long {
    grid-area: date-filter-long;
    width: auto;
  }
  .user-filter-long {
    grid-area: user-filter-long;
    width: auto;
  }
  .data-list-plans {
    gap: 0.625rem;
  }
  .filter-list-plans-long .data-list-plans .filter-container-date-plans {
    flex: 1 1 auto;
    font-size: 0.6875rem;
  }
  .date-name-plans {
    width: 4.0625rem;
    height: 1.5625rem;
    border-bottom-left-radius: 0.125rem;
    border-top-left-radius: 0.125rem;
    padding-left: 0.5rem;
  }
  .filter-list-plans-long .data-list-plans .filter-container-date-plans .date {
    min-height: 1.5625rem;
    flex: 1 1 6.25rem;
    font-size: 0.75rem;
  }
  .filter-list-plans .label-plans, .filter-list-plans-long .label-plans {
    font-size: 0.75rem;
  }
  .row-list-plan-filters-checkbox {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
  .row-list-plan-filters-checkbox .filter-list-plans {
    flex: 0 0 auto;
  }
  .row-list-plan-filters-checkbox .filter-list-plans-long {
    flex: 0 0 auto;
  }
  .button-print-plans {
    height: 1.5625rem;
    width: 1.5625rem;
    margin-right: 0.625rem;
  }
  .printer-icon {
    width: 0.9375rem;
    height: 0.9375rem;
  }
  .button-list-plans {
    height: 1.5625rem;
    font-size: 0.75rem;
  }
  .form-check-plans .checkbox-label {
    margin-left: 0.3125rem;
    font-size: 0.6875rem;
  }
  .form-check-plans .checkbox-input {
    height: 0.875rem;
    width: 0.875rem;
  }
  .mainInfoOnTablePlan {
    display: block;
  }
  .InfoOnСolumnPlan_btnDate, .InfoOnСolumnPlan_btnDateOrder {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 0.75rem;
    border-right: 0px solid #F4F4F4;
  }
  .PlanMainInformation {
    padding: 0.625rem;
  }
  .btn-save-comment, .btn-edit-plan-note {
    width: 1.5rem;
    height: 1.5rem;
  }
  .btn-save-comment i, .btn-edit-plan-note i {
    font-size: 0.875rem;
  }
  /*кнопки плана*/
  .ButtonOnСolumnPlan_btnDate, .ButtonOnСolumnPlan_btnDateOrder {
    flex: 0 0 100%;
    max-width: 100%;
    gap: 0.625rem;
    padding-top: 0rem;
  }
  .button-delete-plan, .button-send-report-plan, .remote-Visit-Info-Button, .sticky-note-o, .sticky-note, .button-expand-plan, .button-joint-visit, .button-copy-plan, .button-returntoplan {
    width: 1.5rem;
    height: 1.5rem;
  }
  .button-copy-plan .icon_copy_plan {
    width: 0.75rem;
    height: 0.875rem;
  }
  .button-returntoplan .icon_returntoplan {
    width: 0.75rem;
    height: 0.75rem;
  }
  .button-expand-plan .icon_expand_plan {
    width: 1rem;
    height: 0.6875rem;
  }
  .button-joint-visit .JointVisit-Users {
    width: 0.8125rem;
    height: 0.875rem;
  }
  .iconsPlanDel {
    width: 0.875rem;
    height: 1rem;
  }
  .iconsPlanReport {
    width: 0.75rem;
    height: 0.5625rem;
  }
  .buttonCopyPlan .block-copy-plan-date {
    font-size: 0.6875rem;
  }
  .block-copy-plan-date .date-plan {
    width: 3.5625rem;
    height: 1.5rem;
    min-height: 1.5rem;
    padding-left: 0.4375rem;
    padding-right: 0.3125rem;
  }
  .block-copy-plan-date .date_copy_plan {
    width: 4.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
  }
  .buttonCopyPlan .plan_to_copy {
    width: 6.5625rem;
    height: 1.5rem;
    min-height: 1.5rem;
    font-size: 0.6875rem;
    padding-left: 0.4375rem;
  }
  .message-copyReport {
    height: 1.5rem;
    min-height: 1.5rem;
    font-size: 0.6875rem;
    padding: 0rem 0.625rem;
  }
  .name-plan-visit {
    font-size: 0.75rem;
    margin-top: 0rem;
  }
  .infoCard-plan .filter_outvisit_activity {
    padding: 0.625rem 0.625rem 1.25rem 0.625rem;
  }
  .infoCard-plan .filter_outvisit_activity label {
    font-size: 1rem;
  }
  .infoCard-plan .filter_outvisit_activity .form-control {
    font-size: 0.875rem;
    padding: 0.3125rem;
    border-radius: 0.125rem;
  }
  .block-btn-saveChanges form {
    width: 100%;
    padding: 0rem 0.625rem;
  }
}
/*стили для вьюх searchDoctorSubmit и searchDoctorCard*/
.pages_search_result {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.whiteContentPlan .pages_search_result {
  font-size: 1.25rem;
  color: #7B7B7B;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  padding-bottom: 0.625rem;
}

.pages_search_result p {
  margin-bottom: 0rem;
}

.lines_and_pages {
  display: flex;
  gap: 2.5rem;
}

.symbol_lines {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.875rem;
  color: #7B7B7B;
}

.symbol_lines span {
  display: flex;
  gap: 0.625rem;
}

.symbol_success_line, .symbol_danger_line {
  height: auto;
  width: 0.3125rem;
  border-radius: 0.25rem;
}

.symbol_danger_line {
  background-color: #D46060;
}

.symbol_success_line {
  background-color: #54BE6D;
}

.count_pages {
  font-size: 1rem;
  font-weight: normal;
  color: #AAAAAA;
  border: 1px solid #AAAAAA;
  border-radius: 0.25rem;
}

.count_pages p {
  margin: 0.375rem 0.625rem 0.3125rem 0.625rem;
}

.search_result_doctors, .result_doctor_card {
  position: relative;
  width: 100%;
}

.row-search_result_doctors {
  display: flex;
  flex-wrap: wrap;
}

.row-search_result_doctors .doctorr {
  margin-bottom: 1.25rem;
}

.result_doctor_card {
  border: 1px solid #CDCDCD;
  border-radius: 4px;
  background-color: #EAEAEA;
  overflow: auto;
}

.header-search_result_doctors {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.border1 .header-search_result_doctors {
  border-left: 4px solid transparent;
}

.danger_line {
  border-left: 5px solid #D46060;
  border-radius: 0.25rem;
}

.success_line {
  border-left: 5px solid #54BE6D;
  border-radius: 0.25rem;
}

.cardsDoctors-block1 {
  width: 35.55%;
  display: flex;
  border-right: 1px solid #CDCDCD;
}

.cardsDoctors-block1-fio {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}

.cardsDoctors-block1-fio .ButtonsCardDoctor {
  display: flex;
  align-items: center;
}

.cardsDoctors-block1-fio .addInStorage, .cardsDoctors-block1-fio .addInPlanBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.875rem;
  width: 1.875rem;
  background-color: #AAAAAA;
  color: #FFFFFF;
  border-radius: 0.25rem;
  margin-top: 0;
  margin-right: 1.25rem;
}

.cardsDoctors-block1-fio .addInPlanBtn i, .cardsDoctors-block1-fio .addInStorage i {
  font-size: 1.125rem;
}

.cardsDoctors-block1-fio .attachBtn {
  color: #AAAAAA;
  margin-top: 0;
  margin-right: 1.25rem;
}

.cardsDoctors-block1-fio .attachBtn i {
  transform: scaleY(-1);
  font-size: 1.875rem;
}

.cardsDoctors-block1-fio .st-type1, .cardsDoctors-block1-fio .st-type2 {
  position: absolute;
  width: 3.125rem;
  height: 0.9375rem;
  bottom: 0rem;
  background-color: #B7FEC8;
  border-radius: 0.25rem;
  font-weight: bold;
  font-size: 0.75rem;
  border: 1px solid #54BE6D;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardsDoctors-block1-fio .st-type1 {
  color: white;
}

.cardsDoctors-block1-fio .st-type2 {
  color: orange;
}

.cardsDoctors-block1-fio .mainInfoOnTable {
  margin-left: 0.625rem;
}

.cardsDoctors-block2 {
  width: 52.18%;
  display: flex;
  align-items: center;
  padding: 0.1875rem 1.25rem 0.1875rem 1.25rem;
  border-right: 1px solid #CDCDCD;
}

.cardsDoctors-block2 .mainInfoOnTableStatistics {
  display: grid;
  grid-template-columns: max-content max-content max-content 1fr;
  gap: 0.25rem 0.625rem;
  align-items: center;
  font-size: 1rem;
  color: #7B7B7B;
}

.cardsDoctors-block2 .infolastOV_mobile, .cardsDoctors-block2 .infoSmallDV_mobile {
  display: none;
}

.cardsDoctors-block2 .infolastOV, .cardsDoctors-block2 .infoSmall, .cardsDoctors-block2 .infoSmallDV, .cardsDoctors-block2 .infoSmallVisit {
  display: flex;
  justify-content: flex-start;
}

.cardsDoctors-block2 .infoSmallVisit {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.cardsDoctors-block2 .infoSmall_value, .cardsDoctors-block2 .infoSmall_valueOV, .cardsDoctors-block2 .infoSmall_valueDV, .cardsDoctors-block2 .infoSmall_valueSpec, .cardsDoctors-block2 .infoSmall_valuePL {
  font-size: 0.875rem;
  border: 1px solid #CDCDCD;
  background-color: #FAFAFA;
  border-radius: 0.25rem;
  padding: 0.375rem 0.625rem 0.375rem 0.625rem;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}

.cardsDoctors-block2 .infoSmall_valueOV, .cardsDoctors-block2 .infoSmall_valueDV {
  margin-right: 0.625rem;
}

.cardsDoctors-block2 .infoSmall_valuePL, .cardsDoctors-block2 .infoSmall_valueSpec {
  width: -moz-fit-content;
  width: fit-content;
}

.cardsDoctors-block3 {
  width: 12.27%;
  padding: 0.3125rem;
  align-content: center;
}

.cardsDoctors-block3 .MP {
  border-radius: 0.25rem;
  border: 1px solid #54BE6D;
  background-color: #FAFAFA;
  height: auto;
  word-wrap: break-word;
  width: 100%;
}

.cardsDoctors-block3 .MP_name {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0rem 0.25rem 0rem;
  font-size: 1rem;
  background-color: #54BE6D;
  text-align: center;
  color: #B7FEC8;
}

.cardsDoctors-block3 .MP_Surname {
  height: auto;
  font-size: 0.875rem;
  padding: 0.375rem 0.625rem;
  color: #7B7B7B;
  background-color: #FAFAFA;
  border-radius: 0rem 0rem 0.25rem 0.25rem;
  text-align: center;
  align-content: center;
}

.search_result_doctors .dates {
  display: none;
  background: #F4F4F4;
  border-top: 1px solid #CDCDCD;
  margin-bottom: 0;
}

.toggle-details {
  cursor: pointer;
  text-align: center;
  background: #F4F4F4;
  border-top: 1px solid #CDCDCD;
  border-radius: 0 0 4px 4px;
}

.border1 .toggle-details {
  border-left: 4px solid transparent;
}

.toggle-details .arrow {
  display: inline-block;
  color: #7B7B7B;
}

.toggle-details.active .arrow {
  transform: rotate(180deg);
}

.dates.active {
  display: flex;
}

.border1 .dates.active {
  border-left: 4px solid transparent;
}

.line-plan {
  border-left: 1px solid #CDCDCD;
}

.dates-general-info, .dates-contact-info {
  display: block;
  width: 50%;
  padding: 1.25rem;
}

.head-general-info, .head-contact-info {
  text-align: center;
  font-size: 1rem;
  color: #404040;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.dates-blockInfo {
  display: flex;
  gap: 1.25rem;
}

.dates-block-info {
  display: block;
  width: 50%;
}

.dates-block-info .data-field {
  font-weight: bold;
  font-size: 0.8125rem;
  color: #7B7B7B;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.3125rem;
  column-gap: 0.3125rem;
}

.dates-block-info .data-field p {
  font-weight: normal;
  margin-bottom: 0;
  word-break: break-word;
}

@media (max-width: 1200px) {
  .cardsDoctors-block1 {
    width: 37.55%;
  }
  .cardsDoctors-block2 {
    width: 50.18%;
  }
}
@media (max-width: 992px) {
  .pages_search_result {
    font-size: 0.875rem;
    padding-bottom: 0.9375rem;
    padding-top: 1.25rem;
  }
  .whiteContentPlan .pages_search_result {
    font-size: 0.875rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-bottom: 0.9375rem;
  }
  .pages_search_result p {
    margin-bottom: 0rem;
  }
  .lines_and_pages {
    gap: 1.875rem;
  }
  .symbol_lines {
    gap: 1.25rem;
    font-size: 0.875rem;
  }
  .symbol_lines span {
    gap: 0.625rem;
  }
  .symbol_success_line, .symbol_danger_line {
    width: 0.1875rem;
    border-radius: 0.25rem;
  }
  .count_pages {
    font-size: 0.6875rem;
    border-radius: 0.125rem;
  }
  .count_pages p {
    margin: 0.1875rem 0.3125rem 0.25rem 0.3125rem;
  }
  .row-search_result_doctors .doctorr {
    margin-bottom: 1.25rem;
  }
  .border1 .header-search_result_doctors {
    border-left: 3px solid transparent;
  }
  .danger_line {
    border-left: 3px solid #D46060;
    border-radius: 0.25rem;
  }
  .success_line {
    border-left: 3px solid #54BE6D;
    border-radius: 0.25rem;
  }
  .cardsDoctors-block1 {
    width: 35.44%;
  }
  .cardsDoctors-block1-fio {
    padding: 0.625rem;
  }
  .cardsDoctors-block1-fio .addInStorage, .cardsDoctors-block1-fio .addInPlanBtn {
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 0.125rem;
    margin-top: 0;
    margin-right: 0.625rem;
  }
  .cardsDoctors-block1-fio .addInPlanBtn i, .cardsDoctors-block1-fio .addInStorage i {
    font-size: 0.75rem;
  }
  .cardsDoctors-block1-fio .attachBtn {
    margin-top: 0;
    margin-right: 0.9375rem;
  }
  .cardsDoctors-block1-fio .attachBtn i {
    transform: scaleY(-1);
    font-size: 1.25rem;
  }
  .cardsDoctors-block1-fio .st-type1, .cardsDoctors-block1-fio .st-type2 {
    position: absolute;
    width: 1.875rem;
    height: 0.75rem;
    bottom: 0rem;
    border-radius: 0.125rem;
    font-size: 0.6875rem;
  }
  .cardsDoctors-block2 {
    width: 48.9%;
    padding: 0.1875rem 0.59375rem;
  }
  .cardsDoctors-block2 .mainInfoOnTableStatistics {
    gap: 0.25rem 0.3125rem;
    font-size: 0.6875rem;
  }
  .cardsDoctors-block2 .infoSmallVisit {
    gap: 0.3125rem;
  }
  .cardsDoctors-block2 .infoSmall_value, .cardsDoctors-block2 .infoSmall_valueOV, .cardsDoctors-block2 .infoSmall_valueDV, .cardsDoctors-block2 .infoSmall_valueSpec, .cardsDoctors-block2 .infoSmall_valuePL {
    font-size: 0.6875rem;
    border-radius: 0.125rem;
    padding: 0.125rem 0.3125rem;
    margin-bottom: 0;
  }
  .cardsDoctors-block2 .infoSmall_valueOV, .cardsDoctors-block2 .infoSmall_valueDV {
    margin-right: 0.3125rem;
  }
  .cardsDoctors-block3 {
    width: 15.66%;
    padding: 0.1875rem;
  }
  .cardsDoctors-block3 .MP {
    border-radius: 0.125rem;
  }
  .cardsDoctors-block3 .MP_name {
    padding: 0.1875rem;
    font-size: 0.8125rem;
  }
  .cardsDoctors-block3 .MP_Surname {
    min-height: 22px;
    font-size: 0.6875rem;
    padding: 0.25rem 0.625rem 0.3125rem 0.625rem;
    border-radius: 0 0 2px 2px;
  }
  .toggle-details {
    border-radius: 0 0 2px 2px;
  }
  .border1 .toggle-details {
    border-left: 3px solid transparent;
  }
  .border1 .dates.active {
    border-left: 3px solid transparent;
  }
  .dates-general-info, .dates-contact-info {
    padding: 0.625rem;
  }
  .head-general-info, .head-contact-info {
    font-size: 0.875rem;
    margin-bottom: 0.3125rem;
  }
  .dates-blockInfo {
    gap: 0.625rem;
  }
  .dates-block-info .data-field {
    font-size: 0.6875rem;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }
}
@media (max-width: 576px) {
  .pages_search_result {
    font-size: 0.75rem;
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
  }
  .whiteContentPlan .pages_search_result {
    font-size: 0.75rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .lines_and_pages {
    gap: 0.9375rem;
  }
  .symbol_lines {
    gap: 0.625rem;
    font-size: 0.625rem;
  }
  .symbol_lines span {
    gap: 0.3125rem;
  }
  .symbol_success_line, .symbol_danger_line {
    width: 0.125rem;
    border-radius: 0.25rem;
  }
  .count_pages {
    font-size: 0.625rem;
    border-radius: 0.125rem;
  }
  .count_pages p {
    margin: 0.25rem 0.3125rem;
  }
  .row-search_result_doctors .doctorr {
    margin-bottom: 0.625rem;
  }
  .header-search_result_doctors {
    display: grid;
    grid-template-columns: 76.25% 23.75%;
    grid-template-areas: "doc-left doc-right" "doc-center doc-center";
  }
  .border1 .header-search_result_doctors {
    border-left: 2px solid transparent;
  }
  .danger_line {
    border-left: 2px solid #D46060;
    border-radius: 0.25rem;
  }
  .success_line {
    border-left: 2px solid #54BE6D;
    border-radius: 0.25rem;
  }
  .cardsDoctors-block1 {
    grid-area: doc-left;
    width: auto;
    border-right: 0px solid #CDCDCD;
  }
  .cardsDoctors-block1-fio {
    padding: 0.5rem 0.625rem 0.4375rem 0.625rem;
  }
  .cardsDoctors-block1-fio .addInStorage, .cardsDoctors-block1-fio .addInPlanBtn {
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 0.125rem;
    margin-top: 0;
    margin-right: 0.625rem;
  }
  .cardsDoctors-block1-fio .addInPlanBtn i, .cardsDoctors-block1-fio .addInStorage i {
    font-size: 0.75rem;
  }
  .cardsDoctors-block1-fio .attachBtn {
    margin-top: 0;
    margin-right: 0.625rem;
  }
  .cardsDoctors-block1-fio .attachBtn i {
    transform: scaleY(-1);
    font-size: 1.25rem;
  }
  .cardsDoctors-block1-fio .st-type1, .cardsDoctors-block1-fio .st-type2 {
    position: absolute;
    width: 1.875rem;
    height: 0.75rem;
    bottom: 0rem;
    border-radius: 0.125rem;
    font-size: 0.6875rem;
  }
  .cardsDoctors-block2 {
    grid-area: doc-center;
    width: auto;
    padding: 0.25rem 0.625rem 0.1875rem 0.625rem;
    border-right: 0px solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
  }
  .cardsDoctors-block2 .mainInfoOnTableStatistics {
    gap: 0.125rem 0.3125rem;
    font-size: 0.625rem;
  }
  .cardsDoctors-block2 .infolastOV_mobile, .cardsDoctors-block2 .infoSmallDV_mobile {
    display: flex;
    justify-content: flex-start;
  }
  .cardsDoctors-block2 .infolastOV, .cardsDoctors-block2 .infoSmallDV {
    display: none;
  }
  .cardsDoctors-block2 .infoSmall_value, .cardsDoctors-block2 .infoSmall_valueOV, .cardsDoctors-block2 .infoSmall_valueDV, .cardsDoctors-block2 .infoSmall_valueSpec, .cardsDoctors-block2 .infoSmall_valuePL {
    font-size: 0.625rem;
    border-radius: 0.125rem;
    padding: 0.125rem 0.3125rem;
    margin-bottom: 0;
  }
  .cardsDoctors-block3 {
    grid-area: doc-right;
    width: auto;
    padding: 0.1875rem;
  }
  .cardsDoctors-block3 .MP_name {
    padding: 0.125rem 0.0625rem;
  }
  .cardsDoctors-block3 .MP_Surname {
    min-height: 20px;
    font-size: 0.625rem;
    padding: 0.25rem 0.1875rem;
    border-radius: 0 0 2px 2px;
  }
  .toggle-details {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .border1 .toggle-details {
    border-left: 2px solid transparent;
  }
  .toggle-details .arrow {
    font-size: 0.625rem;
  }
  .dates.active {
    display: flex;
    flex-wrap: wrap;
    padding: 0.625rem;
  }
  .border1 .dates.active {
    border-left: 2px solid transparent;
  }
  .dates-general-info, .dates-contact-info {
    width: 100%;
    padding: 0;
  }
  .line-plan {
    display: none;
  }
  .dates-contact-info {
    padding-top: 0.625rem;
  }
  .head-general-info, .head-contact-info {
    font-size: 0.75rem;
    margin-bottom: 0.3125rem;
  }
  .dates-blockInfo {
    gap: 0.625rem;
  }
  .dates-block-info .data-field {
    font-size: 0.625rem;
    -moz-column-gap: 0.1875rem;
    column-gap: 0.1875rem;
  }
}
/*стили блока с общей и контактной информацией для врачей, уже добавленных в план*/
.add-doctorPlace .dates {
  display: flex;
  border-top: 1px solid #CDCDCD;
  margin-bottom: 0;
}

.add-doctorPlace .dates-general-info, .add-doctorPlace .dates-contact-info {
  padding: 0.9375rem;
}

.add-doctorPlace .head-general-info, .add-doctorPlace .head-contact-info {
  text-align: left;
  margin-bottom: 0.4375rem;
}

.add-doctorPlace .dates-blockInfo {
  display: block;
}

.add-doctorPlace .dates-block-info {
  display: block;
  width: 100%;
}

.row-calendar-plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  font-size: 1rem;
  margin-bottom: 1.25rem;
  color: #7B7B7B;
}

.filter-calendar-plans {
  display: flex;
  gap: 1.25rem;
}

.checkselect {
  position: relative;
  display: inline-block;
  min-width: 10rem;
  text-align: left;
}

.checkselect-control {
  position: relative;
  padding: 0 !important;
}

.checkselect-control select {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0.75rem 1.625rem 0.75rem 0.5rem;
  height: auto !important;
  color: #7B7B7B;
  border-radius: 0.25rem;
}

.checkselect-over {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.checkselect-popup {
  display: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 12.5rem;
  position: absolute;
  top: 100%;
  left: 0rem;
  border: 1px solid #dadada;
  border-top: none;
  background: #fff;
  z-index: 9999;
  overflow: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  color: #7B7B7B;
}

.checkselect-popup label {
  position: relative;
  display: block;
  margin: 0;
  padding: 0.25rem 0.375rem 0.25rem 1.5625rem;
  font-weight: normal;
  line-height: 1.1;
  cursor: pointer;
}

.checkselect-popup label:hover {
  background: #54BE6D;
  color: #fff;
}

.checkselect-popup input {
  position: absolute;
  top: 0.3125rem;
  left: 0.5rem;
  margin: 0 !important;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 0.8125rem;
  width: 0.8125rem;
  border-radius: 0.125rem;
  background-color: #CDCDCD;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkselect-popup input:checked {
  background-color: #367c47;
}

.checkselect-popup input:checked::after {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  font-size: 0.625rem;
  color: #B7FEC8;
  pointer-events: none;
}

.filter-calendar-plans .week_period {
  display: block;
  max-width: 12.5rem;
  color: #CDCDCD;
}

.description-plan-report {
  display: flex;
}

.leftGreen, .leftBlue {
  border-bottom: 2px solid #E8E8E8;
  border-top: none;
  border-right: none;
  padding-left: 0.3125rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.125rem;
}

.leftGreen {
  border-left: 4px solid #54BE6D;
}

.leftBlue {
  border-left: 4px solid #3FBBD8;
}

.container-calendar .week_period {
  display: none;
  max-width: 12.5rem;
  color: #CDCDCD;
}

.table-container-calendar thead th, .table-container-calendar tbody td {
  vertical-align: middle;
  padding: 0;
  border: 1px solid #D9D9D9;
}

.selectWeakBtn {
  height: 100%;
  width: 100%;
  background-color: #FAFAFA;
  border: none;
  padding: 0.5rem 1.875rem;
  cursor: pointer;
}

.selectWeakBtn:hover {
  background-color: #F4F4F4;
}

.line-prev-next-button {
  border-bottom: 1px solid #D9D9D9;
}

.table-container-calendar tbody td {
  vertical-align: top;
}

.table-container-calendar thead .day-week-calendar-plan {
  text-align: center;
  padding: 0.8125rem 2.8125rem;
  width: 15%;
  table-layout: fixed;
}

.day-desc-calendar-plan {
  font-size: 0.875rem;
  font-weight: bold;
  color: #7B7B7B;
  margin: 0;
}

.day-name-calendar-plan {
  font-size: 0.75rem;
  color: #AAAAAA;
  margin: 0;
}

.empty-th-calendar {
  height: 10rem;
}

.block-plans-calendar {
  padding: 0.3125rem 0.3125rem 0rem 0.3125rem;
}

.calendarRow {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.3125rem;
}

.leftGreen-Plan, .leftBlue-Plan {
  width: 100%;
  border: 1px solid #D9D9D9;
  padding: 0.625rem;
  border-radius: 0.125rem;
  cursor: pointer;
  background-color: #FAFAFA;
  color: #1b1e21;
}

.leftGreen-Plan {
  border-left: 4px solid #54BE6D;
}

.leftBlue-Plan {
  border-left: 4px solid #3FBBD8;
}

.leftGreen-Plan:hover, .leftBlue-Plan:hover {
  background-color: #f2f2f2;
  transition: 1s;
}

.head-info-plan-calendar {
  font-size: 1rem;
  margin: 0;
}

.info-plan-calendar {
  font-weight: normal;
  font-size: 0.875rem;
  color: #7B7B7B;
  width: auto;
}

.doctors-calendar-plan p, .pharmacy-calendar-plan p {
  font-weight: normal;
  font-size: 0.875rem;
  color: #7B7B7B;
  border-radius: 0.125rem;
  border: 1px solid #CDCDCD;
  background: #F4F4F4;
  margin-bottom: 0.3125rem;
  margin-top: 0.3125rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125rem;
  background-color: #E9E9E9;
}

.displaySpecialtyYes .displaySpecialty {
  display: block;
}

.displaySpecialty {
  display: none;
}

.displayLPUYes .displayLPU {
  display: block;
}

.displayLPU {
  display: none;
}

.name-activity-plan-calendar {
  padding: 0.75rem 0.9375rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  text-align: center;
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  overflow-wrap: break-word;
  word-break: break-word;
}

/*модальное окно*/
#viewPlanModal .modal-calendar-plans {
  max-width: 95% !important;
  padding: 0;
}

.modal-calendar-plans .modal-body {
  padding: 1rem;
}

.modal-title-calendar-plans {
  font-size: 1.5rem;
  color: #7B7B7B;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .table-container-calendar thead .day-week-calendar-plan {
    padding: 0.8125rem 2.1875rem;
  }
}
@media (max-width: 992px) {
  .row-calendar-plans {
    font-size: 0.875rem;
  }
  .filter-calendar-plans {
    gap: 0.625rem;
  }
  .checkselect-control select {
    padding: 0.625rem 1.25rem 0.625rem 0.5rem;
    height: auto !important;
    border-radius: 0.125rem;
    font-size: 0.875rem;
  }
  .checkselect-popup {
    border-bottom-left-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }
  .checkselect-popup label {
    font-size: 0.875rem;
  }
  .leftGreen {
    border-left: 3px solid #54BE6D;
  }
  .leftBlue {
    border-left: 3px solid #3FBBD8;
  }
  .selectWeakBtn {
    height: 100%;
    width: 100%;
    padding: 0.5625rem 0.1875rem;
  }
  .prev-button-calendar-plan, .next-button-calendar-plan {
    height: 0.75rem;
    width: 1rem;
  }
  .table-container-calendar thead .day-week-calendar-plan {
    padding: 0.8125rem 1.5625rem;
  }
  .leftGreen-Plan, .leftBlue-Plan {
    padding: 0.3125rem 0.3125rem 0.3125rem 0.5rem;
  }
  .leftGreen-Plan {
    border-left: 3px solid #54BE6D;
  }
  .leftBlue-Plan {
    border-left: 3px solid #3FBBD8;
  }
  .head-info-plan-calendar {
    font-size: 0.875rem;
  }
  .info-plan-calendar {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
  .doctors-calendar-plan p, .pharmacy-calendar-plan p {
    font-size: 0.75rem;
  }
  .name-activity-plan-calendar {
    padding: 0.5rem;
    border-radius: 0.125rem;
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .table-container-calendar {
    table-layout: fixed;
  }
  .table-container-calendar thead .block-arrows-calendar {
    width: 1.75rem;
  }
  .table-container-calendar thead .day-week-calendar-plan {
    width: 8.125rem;
    padding: 0.5rem;
  }
}
@media (max-width: 576px) {
  .row-calendar-plans {
    font-size: 0.6875rem;
    margin-bottom: 0.625rem;
  }
  .checkselect {
    min-width: 9.375rem;
  }
  .checkselect-control select {
    padding: 0.375rem 0.625rem 0.375rem 0.375rem;
    font-size: 0.6875rem;
  }
  .checkselect-popup label {
    font-size: 0.6875rem;
  }
  .filter-calendar-plans .week_period {
    display: none;
  }
  .leftGreen, .leftBlue {
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0rem;
  }
  .container-calendar .week_period {
    display: block;
    font-size: 0.6875rem;
    max-width: 100%;
    margin-bottom: 0.9375rem;
  }
  .table-container-calendar thead .block-arrows-calendar {
    width: 2.5rem;
  }
  .prev-button-calendar-plan, .next-button-calendar-plan {
    height: 0.75rem;
    width: 1.125rem;
  }
  .empty-th-calendar {
    height: 7.5rem;
  }
  .table-container-calendar thead .day-week-calendar-plan {
    width: 6.25rem;
    padding: 0.375rem;
  }
  .day-name-calendar-plan {
    font-size: 0.6875rem;
  }
  .block-plans-calendar {
    padding: 0.1875rem 0.1875rem 0rem 0.1875rem;
  }
  .calendarRow {
    margin-bottom: 0.1875rem;
  }
  .leftGreen-Plan, .leftBlue-Plan {
    padding: 0.3125rem;
  }
  .head-info-plan-calendar {
    font-size: 0.6875rem;
  }
  .info-plan-calendar {
    font-size: 0.625rem;
    margin-bottom: 0.5rem;
  }
  .doctors-calendar-plan p, .pharmacy-calendar-plan p {
    font-size: 0.625rem;
    margin-bottom: 0.1875rem;
    margin-top: 0.1875rem;
    padding: 0.1875rem;
  }
  .name-activity-plan-calendar {
    font-size: 0.625rem;
  }
  /*модальное окно*/
  .modal-title-calendar-plans {
    font-size: 1rem;
  }
}
/*изменение карточки для календарного вида*/
@media (max-width: 1200px) {
  .calendar-plans-expandEditPlan .cardsDoctors-block1 {
    width: 31.55%;
  }
  .calendar-plans-expandEditPlan .cardsDoctors-block2 {
    width: 56.18%;
  }
  .calendar-plans-expandEditPlan .cardsDoctors-block3 {
    width: 12.27%;
  }
}
@media (max-width: 992px) {
  .calendar-plans-expandEditPlan .cardsDoctors-block1 {
    width: 35.44%;
  }
  .calendar-plans-expandEditPlan .cardsDoctors-block2 {
    width: 48.9%;
  }
  .calendar-plans-expandEditPlan .cardsDoctors-block3 {
    width: 15.66%;
  }
}
@media (max-width: 768px) {
  .calendar-plans-expandEditPlan .cardsDoctors-block1 {
    width: 30.44%;
  }
  .calendar-plans-expandEditPlan .cardsDoctors-block2 {
    width: 55.9%;
  }
  .calendar-plans-expandEditPlan .cardsDoctors-block3 {
    width: 13.66%;
  }
}
@media (max-width: 576px) {
  .calendar-plans-expandEditPlan .pages_search_result {
    font-size: 0.625rem;
  }
  .calendar-plans-expandEditPlan .lines_and_pages {
    gap: 0.625rem;
  }
  .calendar-plans-expandEditPlan .cardsDoctors-block1 {
    width: auto;
  }
  .calendar-plans-expandEditPlan .cardsDoctors-block2 {
    width: auto;
  }
  .calendar-plans-expandEditPlan .cardsDoctors-block3 {
    width: auto;
  }
  .calendar-plans-expandEditPlan .infolastOV_mobile, .calendar-plans-expandEditPlan .infoSmallDV_mobile {
    font-size: 0.5rem;
  }
  .calendar-plans-expandEditPlan .infolastOV_mobile, .calendar-plans-expandEditPlan .infoSmallDV_mobile {
    font-size: 0.5rem;
  }
  .calendar-plans-expandEditPlan .infolastOV, .calendar-plans-expandEditPlan .infoSmall, .calendar-plans-expandEditPlan .infoSmallDV, .calendar-plans-expandEditPlan .infoSmallVisit {
    font-size: 0.5rem;
  }
  .calendar-plans-expandEditPlan .infoSmall_value, .calendar-plans-expandEditPlan .infoSmall_valueOV, .calendar-plans-expandEditPlan .infoSmall_valueDV, .calendar-plans-expandEditPlan .infoSmall_valueSpec, .calendar-plans-expandEditPlan .infoSmall_valuePL {
    font-size: 0.375rem;
  }
  .calendar-plans-expandEditPlan .MP_Surname {
    font-size: 0.5625rem;
  }
}
@media (min-width: 577px) {
  .label_mobile {
    display: none;
  }
}
@media (max-width: 576px) {
  .table_one_columns_two_width {
    width: 100%;
  }
  .table_one_columns_two_width tr {
    display: grid;
  }
  .table_one_columns_two_width thead {
    display: none;
  }
  .table_one_columns_two_width.table_grid-3-col tbody tr {
    grid-template-columns: auto auto 1fr;
  }
  .table_one_columns_two_width tbody td {
    display: block;
    font-size: 0.625rem;
    text-align: left;
    padding: 0.6rem 0.4rem;
  }
  .table_one_columns_two_width.table_grid-3-col tbody td.label_mobile {
    grid-column: span 2;
  }
  .table_one_columns_two_width tbody td:nth-child(1) {
    background: #EAEAEA;
    color: #7B7B7B;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
  }
  .table_one_columns_two_width tbody td.label_mobile {
    background: #FAFAFA;
    color: #7B7B7B;
    font-weight: 600;
  }
  .date_mobile {
    grid-column: span 3;
  }
  .table_three_columns_two_width {
    border: none;
    width: 100%;
  }
  .table_three_columns_two_width tr {
    display: grid;
    border-right: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
  }
  .table_three_columns_two_width thead {
    display: none;
  }
  .table_three_columns_two_width tbody tr {
    grid-template-columns: auto 1fr;
  }
  .table_three_columns_two_width.table_grid-3-col tbody tr {
    grid-template-columns: auto auto 1fr;
  }
  .table_three_columns_two_width tbody tr:last-child {
    border-bottom: 1px solid #CDCDCD;
  }
  .table-protocol tbody {
    background: #FFFFFF;
    color: #7B7B7B;
  }
  .table_three_columns_two_width td {
    border-right: none;
    border-bottom: none;
    display: block;
    font-size: 0.69rem;
    padding: 0.4rem;
  }
  /* таблица 2 колонки. скрываем первую ячейку, если это не label, т.е. номер */
  .table_three_columns_two_width:not(.table_grid-3-col) td:nth-child(1):not(.label_mobile) {
    display: none;
  }
  /* таблица 3 колонки. label шириной 2 колонки */
  .table_three_columns_two_width.table_grid-3-col tbody td.label_mobile {
    grid-column: span 2;
  }
  /* label во второй ячейке(первая строка в гриде) занимает 1 колонку */
  .table_three_columns_two_width tbody td.label_mobile:nth-child(2) {
    grid-column: span 1;
  }
  .table_three_columns_two_width tbody td.label_mobile {
    background: #F4F4F4;
  }
  .table_three_columns_two_width tbody td:nth-child(1), .table_three_columns_two_width tbody td:nth-child(2), .table_three_columns_two_width tbody td.label_mobile:nth-child(2) + td {
    background: #F4F4F4;
    font-weight: 600;
    word-break: break-word;
  }
}

@media (min-width: 577px) {
  .label_mobile {
    display: none;
  }
}
@media (max-width: 576px) {
  .table_one_columns_two_width {
    width: 100%;
  }
  .table_one_columns_two_width tr {
    display: grid;
  }
  .table_one_columns_two_width thead {
    display: none;
  }
  .table_one_columns_two_width.table_grid-3-col tbody tr {
    grid-template-columns: auto auto 1fr;
  }
  .table_one_columns_two_width tbody td {
    display: block;
    font-size: 0.625rem;
    text-align: left;
    padding: 0.6rem 0.4rem;
  }
  .table_one_columns_two_width.table_grid-3-col tbody td.label_mobile {
    grid-column: span 2;
  }
  .table_one_columns_two_width tbody td:nth-child(1) {
    background: #EAEAEA;
    color: #7B7B7B;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
  }
  .table_one_columns_two_width tbody td.label_mobile {
    background: #FAFAFA;
    color: #7B7B7B;
    font-weight: 600;
  }
  .date_mobile {
    grid-column: span 3;
  }
  .table_three_columns_two_width {
    border: none;
    width: 100%;
  }
  .table_three_columns_two_width tr {
    display: grid;
    border-right: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
  }
  .table_three_columns_two_width thead {
    display: none;
  }
  .table_three_columns_two_width tbody tr {
    grid-template-columns: auto 1fr;
  }
  .table_three_columns_two_width.table_grid-3-col tbody tr {
    grid-template-columns: auto auto 1fr;
  }
  .table_three_columns_two_width tbody tr:last-child {
    border-bottom: 1px solid #CDCDCD;
  }
  .table-protocol tbody {
    background: #FFFFFF;
    color: #7B7B7B;
  }
  .table_three_columns_two_width td {
    border-right: none;
    border-bottom: none;
    display: block;
    font-size: 0.69rem;
    padding: 0.4rem;
  }
  /* таблица 2 колонки. скрываем первую ячейку, если это не label, т.е. номер */
  .table_three_columns_two_width:not(.table_grid-3-col) td:nth-child(1):not(.label_mobile) {
    display: none;
  }
  /* таблица 3 колонки. label шириной 2 колонки */
  .table_three_columns_two_width.table_grid-3-col tbody td.label_mobile {
    grid-column: span 2;
  }
  /* label во второй ячейке(первая строка в гриде) занимает 1 колонку */
  .table_three_columns_two_width tbody td.label_mobile:nth-child(2) {
    grid-column: span 1;
  }
  .table_three_columns_two_width tbody td.label_mobile {
    background: #F4F4F4;
  }
  .table_three_columns_two_width tbody td:nth-child(1), .table_three_columns_two_width tbody td:nth-child(2), .table_three_columns_two_width tbody td.label_mobile:nth-child(2) + td {
    background: #F4F4F4;
    font-weight: 600;
    word-break: break-word;
  }
}
.tooltip-inner {
  max-width: 21.875rem !important;
}

.tooltip .tooltip-inner {
  box-shadow: 0 0.25rem 1.25rem 0 #F4F4F4;
  background: #F4F4F4;
  opacity: 1 !important;
  color: #7B7B7B !important;
  padding: 0.625rem !important;
  font-weight: 400;
  font-size: 0.875rem;
  text-align: center;
  border-radius: 0.25rem !important;
  width: 21.875rem !important;
  border: 1px solid #CDCDCD;
}

.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #CDCDCD !important;
}

.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #CDCDCD !important;
}

.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #CDCDCD !important;
}

.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #CDCDCD !important;
}

#subordinates-select-holder p {
  font-weight: 500;
  font-size: 1.125rem;
  color: #404040;
  margin-bottom: 0.625rem;
}
#subordinates-select-holder #subordinates {
  font-size: 1rem;
  font-weight: 400;
}

.povatid-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.povatid-menu h2 {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  color: #404040;
  margin-bottom: 1.25rem;
  margin-top: 2.5rem;
}
.povatid-menu .povatid-menu-btn-holder {
  max-width: 810px;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.povatid-menu .povatid-menu-btn-holder .povatid-menu-btn {
  border: 1px solid #54BE6D;
  border-radius: 0.25rem;
  width: 100%;
  padding: 0.5rem 0;
  font-weight: 600;
  font-size: 1.25rem;
  color: #54BE6D;
  background-color: #fff;
  margin: 0;
}
.povatid-menu .povatid-menu-btn-holder .povatid-menu-btn:hover {
  background-color: #d3ffde;
}
.povatid-menu .povatid-menu-btn-holder .povatid-menu-btn.active {
  color: #d3ffde;
  background-color: #54BE6D;
  font-weight: 700;
}
.povatid-menu .povatid-menu-btn-holder .povatid-menu-btn:focus, .povatid-menu .povatid-menu-btn-holder .povatid-menu-btn:active, .povatid-menu .povatid-menu-btn-holder .povatid-menu-btn:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.povatid-container .table-povatid {
  margin-top: 2.5rem;
  border: 1px solid #CDCDCD;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 1.25rem 0 #F4F4F4;
}
.povatid-container .table-povatid thead {
  background: #F4F4F4;
  font-weight: 600;
  font-size: 1.125rem;
  color: #7B7B7B;
  text-align: center;
}
.povatid-container .table-povatid thead tr th {
  padding: 0.25rem;
  border-bottom: none !important;
}
.povatid-container .table-povatid tbody tr td {
  text-align: center;
  padding: 0.3125rem;
  font-weight: 400;
  font-size: 1rem;
  color: #7B7B7B;
}
.povatid-container .table-povatid tbody tr td:nth-child(2) {
  background-color: #fafafa;
}
.povatid-container .table-povatid tbody tr td .btn-povatid-action {
  font-size: 1rem;
  border-radius: 0.125rem;
  width: 3.25rem;
  background-color: #54BE6D;
  margin: 0;
  padding: 0.375rem 0;
}
.povatid-container .table-povatid tbody tr td .btn-povatid-action.inactive {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #D9D9D9;
}
.povatid-container .table-povatid tbody tr td .btn-povatid-action.inactive .icon-edit path {
  fill: #fff;
  stroke: #fff;
}
.povatid-container .test-povatid-table {
  border: none !important;
  position: relative;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.povatid-container .test-povatid-table tr, .povatid-container .test-povatid-table td, .povatid-container .test-povatid-table th {
  border: none !important;
}
.povatid-container .test-povatid-table thead tr {
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fafafa 10%, #fafafa 90%, rgba(255, 255, 255, 0) 100%);
  position: relative;
}
.povatid-container .test-povatid-table thead tr th {
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
  color: #7B7B7B;
  padding: 0.5625rem;
  border-bottom: none !important;
}
.povatid-container .test-povatid-table thead tr::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  z-index: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(234, 234, 234) 5%, rgb(234, 234, 234) 95%, rgba(255, 255, 255, 0) 100%);
}
.povatid-container .test-povatid-table tbody tr {
  position: relative;
}
.povatid-container .test-povatid-table tbody tr th {
  font-weight: 400;
  font-size: 1.125rem;
  text-align: center;
  color: #7B7B7B;
}
.povatid-container .test-povatid-table tbody tr td {
  padding: 0.3125rem;
  text-align: center;
}
.povatid-container .test-povatid-table tbody tr td .table-cell-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  gap: 0.625rem;
}
.povatid-container .test-povatid-table tbody tr td .table-cell-inner .form_radio_btn .povatid-radio-button-label {
  margin: 0;
  border: 1px solid #CDCDCD;
  border-radius: 0.125rem;
  background: #eaeaea;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  color: #7b7b7b;
  padding: 0.3125rem 0;
  width: 9.4375rem;
  cursor: pointer;
}
.povatid-container .test-povatid-table tbody tr td .table-cell-inner .form_radio_btn input[type=checkbox]:checked + .povatid-radio-button-label {
  border: 1px solid #54BE6D;
  background: #d3ffde;
  font-weight: 600;
  color: #54BE6D;
}
.povatid-container .test-povatid-table tbody tr td .table-cell-inner svg:hover .circle {
  fill: #CDCDCD;
  stroke: #CDCDCD;
}
.povatid-container .test-povatid-table tbody tr td .table-cell-inner svg:hover .line {
  fill: #fafafa;
  stroke: #fafafa;
}
.povatid-container .test-povatid-table tbody tr td .table-cell-inner svg:hover circle {
  fill: #fafafa;
  stroke: #fafafa;
}
.povatid-container .test-povatid-table tbody tr:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(234, 234, 234) 5%, rgb(234, 234, 234) 95%, rgba(255, 255, 255, 0) 100%);
}
.povatid-container .test-povatid-table::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  z-index: 2;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(234, 234, 234) 5%, rgb(234, 234, 234) 95%, rgba(255, 255, 255, 0) 100%);
}
.povatid-container .test-povatid-table::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(234, 234, 234) 5%, rgb(234, 234, 234) 95%, rgba(255, 255, 255, 0) 100%);
}
.povatid-container .povatid-submit-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}
.povatid-container .povatid-submit-holder .povatid-total-score-holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.625rem;
}
.povatid-container .povatid-submit-holder .povatid-total-score-holder label {
  font-weight: 500;
  font-size: 1.125rem;
  color: #404040;
  margin: 0;
}
.povatid-container .povatid-submit-holder .povatid-total-score-holder #povatid-total-score {
  min-width: 5ch;
  width: 5ch;
  font-weight: 400;
  font-size: 1.25rem;
  color: #7B7B7B;
  padding: 0.5rem 0.8125rem;
}
.povatid-container .povatid-submit-holder .povatid-test-submit input {
  margin: 0;
  width: 15.625rem;
  border-radius: 0.25rem;
  background: #54BE6D;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  color: #B7FEC8;
}

@media (max-width: 1200px) {
  .povatid-menu h2 {
    font-size: 1.625rem;
    margin-bottom: 0.9375rem;
    margin-top: 1.875rem;
  }
  .povatid-menu .povatid-menu-btn-holder {
    gap: 0.9375rem;
    max-width: 690px;
    width: 100%;
  }
  .povatid-menu .povatid-menu-btn-holder .povatid-menu-btn {
    border-radius: 0.1875rem;
    width: 100%;
    padding: 0.375rem 0;
    font-size: 1.125rem;
  }
  .povatid-container {
    max-width: 1100px;
  }
  .povatid-container .table-povatid {
    margin-top: 1.875rem;
    border-radius: 0.1875rem;
    box-shadow: 0 0.25rem 1.125rem 0 #F4F4F4;
  }
  .povatid-container .table-povatid thead {
    font-size: 1rem;
  }
  .povatid-container .table-povatid tbody tr td {
    font-size: 0.875rem;
  }
  .povatid-container .table-povatid tbody tr td .btn-povatid-action {
    font-size: 0.875rem;
    width: 2.8125rem;
    padding: 0.25rem 0;
  }
  .povatid-container .table-povatid tbody tr td .btn-povatid-action.look .icon-look {
    width: 1.1875rem;
    height: 0.875rem;
  }
  .povatid-container .table-povatid tbody tr td .btn-povatid-action.edit .icon-edit {
    width: 1rem;
    height: 1rem;
  }
  .povatid-container .test-povatid-table {
    margin-top: 1.875rem;
    margin-bottom: 2.1875rem;
  }
  .povatid-container .test-povatid-table thead tr th {
    font-size: 1rem;
    padding: 0.4375rem;
  }
  .povatid-container .test-povatid-table tbody tr th {
    font-size: 1rem;
  }
  .povatid-container .test-povatid-table tbody tr td .table-cell-inner .form_radio_btn {
    margin-right: 0.4375rem;
  }
  .povatid-container .test-povatid-table tbody tr td .table-cell-inner .form_radio_btn .povatid-radio-button-label {
    font-size: 0.875rem;
    padding: 0.25rem 0;
    width: 8.125rem;
  }
  .povatid-container .test-povatid-table tbody tr td svg {
    width: 1.125rem;
    height: 1.125rem;
  }
  .povatid-container .povatid-submit-holder .povatid-total-score-holder label {
    font-size: 1rem;
  }
  .povatid-container .povatid-submit-holder .povatid-total-score-holder #povatid-total-score {
    font-size: 1.0625rem;
    padding: 0.4375rem 0.6875rem;
  }
  .povatid-container .povatid-submit-holder .povatid-test-submit input {
    width: 13.4375rem;
    border-radius: 0.1875rem;
    font-size: 1.125rem;
  }
  .tooltip-inner {
    max-width: 18.8125rem !important;
  }
  .tooltip .tooltip-inner {
    box-shadow: 0 0.25rem 1.125rem 0 #F4F4F4;
    font-size: 0.75rem;
    width: 18.8125rem !important;
  }
  #subordinates-select-holder p {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  #subordinates-select-holder #subordinates {
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  .povatid-menu h2 {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
    margin-top: 1.25rem;
  }
  .povatid-menu .povatid-menu-btn-holder {
    max-width: 570px;
    width: 100%;
    gap: 0.625rem;
  }
  .povatid-menu .povatid-menu-btn-holder .povatid-menu-btn {
    border-radius: 0.125rem;
    width: 100%;
    padding: 0.3125rem 0;
    font-size: 1rem;
  }
  .povatid-container {
    max-width: 914px;
  }
  .povatid-container .table-povatid {
    margin-top: 1.25rem;
    border-radius: 0.125rem;
    box-shadow: 0 0.1875rem 1rem 0 #F4F4F4;
  }
  .povatid-container .table-povatid thead {
    font-size: 0.875rem;
  }
  .povatid-container .table-povatid tbody tr td {
    font-size: 0.75rem;
  }
  .povatid-container .table-povatid tbody tr td .btn-povatid-action {
    font-size: 0.75rem;
    width: 2.375rem;
    padding: 0.1875rem 0;
  }
  .povatid-container .table-povatid tbody tr td .btn-povatid-action.look .icon-look {
    width: 1rem;
    height: 0.75rem;
  }
  .povatid-container .table-povatid tbody tr td .btn-povatid-action.edit .icon-edit {
    width: 0.875rem;
    height: 0.875rem;
  }
  .povatid-container .povatid-container {
    max-width: 1100px;
  }
  .povatid-container .povatid-container .table-povatid {
    margin-top: 1.875rem;
    border-radius: 0.1875rem;
    box-shadow: 0 0.25rem 1.125rem 0 #F4F4F4;
  }
  .povatid-container .povatid-container .table-povatid thead {
    font-size: 1rem;
  }
  .povatid-container .povatid-container .table-povatid tbody tr td {
    font-size: 0.875rem;
  }
  .povatid-container .povatid-container .table-povatid tbody tr td .btn-povatid-action {
    font-size: 0.875rem;
    width: 2.8125rem;
    padding: 0.25rem 0;
  }
  .povatid-container .povatid-container .table-povatid tbody tr td .btn-povatid-action.look .icon-look {
    width: 1.1875rem;
    height: 0.875rem;
  }
  .povatid-container .povatid-container .table-povatid tbody tr td .btn-povatid-action.edit .icon-edit {
    width: 1rem;
    height: 1rem;
  }
  .povatid-container .povatid-container .test-povatid-table {
    margin-bottom: 1.875rem;
    margin-top: 1.25rem;
  }
  .povatid-container .povatid-container .test-povatid-table thead tr th {
    font-size: 0.875rem;
    padding: 0.375rem;
  }
  .povatid-container .povatid-container .test-povatid-table tbody tr th {
    font-size: 0.875rem;
  }
  .povatid-container .povatid-container .test-povatid-table tbody tr td .table-cell-inner .form_radio_btn {
    margin-right: 0.3125rem;
  }
  .povatid-container .povatid-container .test-povatid-table tbody tr td .table-cell-inner .form_radio_btn .povatid-radio-button-label {
    font-size: 0.75rem;
    padding: 0.125rem 0;
    width: 6.8125rem;
  }
  .povatid-container .povatid-container .test-povatid-table tbody tr td svg {
    width: 1rem;
    height: 1rem;
  }
  .povatid-container .povatid-container .povatid-submit-holder .povatid-total-score-holder label {
    font-size: 0.875rem;
  }
  .povatid-container .povatid-container .povatid-submit-holder .povatid-total-score-holder #povatid-total-score {
    font-size: 0.875rem;
    padding: 0.375rem 0.625rem;
  }
  .povatid-container .povatid-container .povatid-submit-holder .povatid-test-submit input {
    width: 11.25rem;
    border-radius: 0.125rem;
    font-size: 1rem;
  }
  .tooltip-inner {
    max-width: 15.75rem !important;
  }
  .tooltip .tooltip-inner {
    box-shadow: 0 0.1875rem 1rem 0 #F4F4F4;
    font-size: 0.6875rem;
    width: 15.75rem !important;
  }
  #subordinates-select-holder p {
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
  }
  #subordinates-select-holder #subordinates {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .povatid-menu h2 {
    font-size: 1.0625rem;
  }
  .povatid-menu .povatid-menu-btn-holder {
    margin-bottom: 0.9375rem;
    max-width: 450px;
    width: 100%;
  }
  .povatid-menu .povatid-menu-btn-holder .povatid-menu-btn {
    width: 100%;
    font-size: 0.875rem;
  }
  .povatid-container {
    margin-bottom: 1.5625rem;
  }
  .povatid-container .table-povatid {
    box-shadow: 0 0.125rem 0.875rem 0 #F4F4F4;
  }
  .povatid-container .table-povatid thead {
    font-size: 0.75rem;
  }
  .povatid-container .table-povatid tbody tr td {
    font-size: 0.6875rem;
  }
  .povatid-container .table-povatid tbody tr td .btn-povatid-action {
    font-size: 0.6875rem;
    width: 2.3125rem;
  }
  .povatid-container .table-povatid tbody tr td .btn-povatid-action.look .icon-look {
    width: 0.875rem;
    height: 0.625rem;
  }
  .povatid-container .table-povatid tbody tr td .btn-povatid-action.edit .icon-edit {
    width: 0.625rem;
    height: 0.625rem;
  }
  .povatid-container .test-povatid-table {
    margin-bottom: 1.875rem;
  }
  .povatid-container .test-povatid-table thead tr th {
    font-size: 0.8125rem;
  }
  .povatid-container .test-povatid-table tbody tr th {
    font-size: 0.8125rem;
  }
  .povatid-container .test-povatid-table tbody tr td .table-cell-inner .form_radio_btn .povatid-radio-button-label {
    width: 6.5rem;
  }
  .tooltip-inner {
    max-width: 13.8125rem !important;
  }
  .tooltip .tooltip-inner {
    box-shadow: 0 0.1875rem 0.875rem 0 #F4F4F4;
    width: 13.8125rem !important;
  }
  #subordinates-select-holder p {
    font-size: 0.8125rem;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 576px) {
  .povatid-menu h2 {
    font-size: 0.875rem;
  }
  .povatid-menu .povatid-menu-btn-holder {
    max-width: 100%;
    gap: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .povatid-menu .povatid-menu-btn-holder .povatid-menu-btn {
    width: 30%;
    font-size: 0.75rem;
  }
  .povatid-menu .povatid-menu-btn-holder .povatid-menu-btn:nth-child(2) {
    width: 36%;
  }
  .povatid-container {
    margin-bottom: 1.25rem;
  }
  .povatid-container .table-povatid {
    box-shadow: 0 0.125rem 0.75rem 0 #F4F4F4;
  }
  .povatid-container .table-povatid thead {
    font-size: 0.6875rem;
    text-align: left;
  }
  .povatid-container .table-povatid tbody tr td {
    font-size: 0.625rem;
    text-align: left;
  }
  .povatid-container .table-povatid tbody tr td:nth-child(2) {
    background-color: #F4F4F4;
    font-weight: 600;
    color: #7B7B7B;
  }
  .povatid-container .table-povatid tbody tr td .btn-povatid-action {
    font-size: 0.625rem;
    width: 1.75rem;
  }
  .povatid-container .table-povatid tbody tr td.label_mobile {
    display: flex;
    align-items: center;
  }
  .povatid-container .table-povatid tbody tr td.label_mobile:first-child {
    font-weight: 600;
    color: #7B7B7B;
  }
  .povatid-container .table-povatid tbody tr td .btn-povatid-action {
    font-size: 0.625rem;
    width: 1.75rem;
  }
  .povatid-container .table-povatid tbody tr td .btn-povatid-action.look .icon-look {
    width: 0.875rem;
    height: 0.6875rem;
  }
  .povatid-container .table-povatid tbody tr td .btn-povatid-action.edit .icon-edit {
    width: 0.75rem;
    height: 0.75rem;
  }
  .povatid-container .test-povatid-table::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    z-index: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(234, 234, 234) 5%, rgb(234, 234, 234) 95%, rgba(255, 255, 255, 0) 100%);
  }
  .povatid-container .test-povatid-table tbody tr {
    margin: 0;
  }
  .povatid-container .test-povatid-table tbody tr th {
    display: flex;
    max-width: 100% !important;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 0.75rem;
    padding: 0.5rem 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fafafa 10%, #fafafa 90%, rgba(255, 255, 255, 0) 100%);
  }
  .povatid-container .test-povatid-table tbody tr th::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(234, 234, 234) 5%, rgb(234, 234, 234) 95%, rgba(255, 255, 255, 0) 100%);
  }
  .povatid-container .test-povatid-table tbody tr td {
    padding: 0.3125rem;
    font-size: 0.6875rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    gap: 0.625rem;
  }
  .povatid-container .test-povatid-table tbody tr td .table-cell-inner {
    flex-direction: row-reverse;
  }
  .povatid-container .test-povatid-table tbody tr td .table-cell-inner .form_radio_btn {
    margin-left: auto;
    margin-right: 0.3125rem;
  }
  .povatid-container .test-povatid-table tbody tr td .table-cell-inner .form_radio_btn .povatid-radio-button-label {
    padding: 0.375rem 0;
    font-size: 0.6875rem;
    width: 6.25rem;
  }
  .povatid-container .test-povatid-table tbody tr td svg {
    width: 1rem;
  }
  .povatid-container .test-povatid-table tbody tr td::before {
    position: static;
    font-weight: 400;
    font-size: 0.6875rem;
    color: #7B7B7B;
    margin: 0;
    transform: none;
    text-transform: none;
  }
  .povatid-container .test-povatid-table tbody tr td::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    z-index: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(234, 234, 234) 5%, rgb(234, 234, 234) 95%, rgba(255, 255, 255, 0) 100%);
  }
  .povatid-container .test-povatid-table tbody tr::after {
    display: none;
  }
  .povatid-container .povatid-submit-holder .povatid-total-score-holder label {
    font-size: 0.75rem;
  }
  .povatid-container .povatid-submit-holder .povatid-total-score-holder #povatid-total-score {
    font-size: 0.75rem;
    padding: 0.3125rem 0.5625rem;
  }
  .povatid-container .povatid-submit-holder .povatid-test-submit input {
    width: 9.375rem;
    font-size: 0.75rem;
  }
  .tooltip-inner {
    max-width: 11.875rem !important;
  }
  .tooltip .tooltip-inner {
    box-shadow: 0 0.125rem 0.75rem 0 #F4F4F4;
    font-size: 0.625rem;
    width: 11.875rem !important;
  }
  #subordinates-select-holder p {
    font-size: 0.75rem;
    margin-bottom: 0.125rem;
  }
  #subordinates-select-holder #subordinates {
    margin-bottom: 0 !important;
    font-size: 0.6875rem;
  }
}
/*# sourceMappingURL=stylesheet.css.map */
