@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);

.success__text[data-v-8a9d24e2] {
  color: green;
}
.warning__text[data-v-8a9d24e2] {
  color: #fb8c00;
}


.global-loader[data-v-2245b62f] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.global-loader__overlay[data-v-2245b62f] {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-loader__content[data-v-2245b62f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

@charset "UTF-8";
/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: inherit;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  -webkit-transition: 1s ease-out;
  -webkit-transition-delay: 1s;
  -o-transition: 1s ease-out;
  -o-transition-delay: 1s;
  -moz-transition: 1s ease-out;
  -moz-transition-delay: 1s;
  transition: 1s ease-out;
  transition-delay: 1s;
  background: #555;
}

html {
  overflow: auto !important;
}

body {
  background-color: #f5f5f5;
}

body .no-select {
  -webkit-user-select: none;
  /* user-select -- это нестандартное свойство */
  -moz-user-select: none;
  /* поэтому нужны префиксы */
  -ms-user-select: none;
}
body .v-application p {
  margin-bottom: 0;
}
body .v-application {
  background-color: #f5f5f5 !important;
}
body .dark-overlay {
  display: none;
  transition: 0.5s all;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  right: 0;
  z-index: 11;
  left: 0;
}
body .dark-overlay-show {
  display: block;
  opacity: 1;
  bottom: 0;
}
body .btn_color_white:hover {
  border: 1.3px solid #95C23D !important;
}
body .tabbar {
  -webkit-user-select: none;
  /* user-select -- это нестандартное свойство */
  -moz-user-select: none;
  /* поэтому нужны префиксы */
  -ms-user-select: none;
}
body .tabbar__btn {
  margin-bottom: 30px !important;
  margin-top: auto !important;
}
body .tabbar-nav {
  overflow: auto !important;
}
body .tabbar-overlay {
  transition: 0.5s all;
  z-index: 11;
  background: #6D778E;
  transform: translateX(-240px);
}
body .tabbar-overlay-show {
  display: flex;
  transform: translateX(0%);
}
body .tabbar-overlay-tab {
  display: flex;
  min-height: 68px;
  align-items: center;
  padding: 10px 56px 10px 10px;
  flex-wrap: wrap;
  color: #fff;
  background-color: #929AAC;
  min-width: 100%;
  position: relative;
  border-bottom: 0.3px solid #7f8799;
}
body .tabbar-overlay-tab__block {
  display: block;
  min-width: 100%;
}
body .tabbar-overlay-tab__block_fz-sm {
  font-size: 12px;
}
body .tabbar-overlay-tab__block_fz-md {
  font-size: 14px;
  font-weight: bold;
}
body .tabbar-overlay-tab_active {
  background-color: #B8D615;
}
body .tabbar-overlay-tab.tabbar-overlay-profile {
  background: none;
}
body .tabbar-overlay-tab + body .tabbar-overlay-tab {
  margin-top: 2px;
}
body .tabbar-overlay-tab_login {
  background-color: #86B42B;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .tabbar-overlay-tab__arrow {
  background-color: #95C23D;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  right: 20px;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  align-items: center;
  justify-content: center;
  padding-right: 3px;
}
body .tabbar-overlay-profile__inner {
  background: none;
  padding: 0;
}
body .list__btn-nav_left {
  padding-right: 0;
}
body .list__btn-nav_right {
  padding-left: 0;
}
body .btn_results:before {
  margin-top: 0;
}
body .tabbar-profile__post-text {
  max-width: 133px;
}
body .switching__item:first-of-type {
  min-width: 254px;
}
body .v-input .v-input__slot {
  margin-bottom: 0 !important;
}
body .error--text .v-messages__message {
  padding: 3px 5px;
  font-size: 12px;
  background: #eb5c6d;
  border-radius: 0 0 8px 8px;
  color: white;
  text-align: center;
}
body .error--text .v-input__slot fieldset {
  box-shadow: 0 0 8px rgba(235, 92, 109, 0.55), inset 0 1px 2px rgba(81, 90, 110, 0.1) !important;
  border: 1px solid #eb5c6d !important;
}
body .table_left-align td {
  text-align: left;
}
body .v-input {
  position: relative;
}
body .v-input .v-select__slot {
  height: 100%;
  padding-left: 15px;
  padding-right: 7px;
}
body .v-input .v-select__slot .v-input__append-inner {
  display: flex;
  height: 100%;
  margin-top: 0;
  align-items: center;
  padding-top: 1px;
}
body .v-input .v-select__slot input {
  border-bottom: unset !important;
}
body .v-input .v-input__slot {
  border-radius: 4px !important;
  height: 42px;
  margin-bottom: 0;
}
body .v-input .v-input__slot input {
  margin-bottom: 0;
  border-bottom: unset !important;
  box-shadow: unset !important;
  height: 100%;
  max-height: 100%;
  font-family: Inter, sans-serif;
  font-weight: 500;
  color: #515a6e;
  border: unset;
}
body .v-input .v-input__slot fieldset {
  border: unset;
}
body .v-input .v-text-field__slot {
  height: 100%;
}
body .v-input .v-input__slot:before,
body .v-input .v-input__slot:after {
  display: none;
}
body .v-text-field .v-label--active {
  transform: translateY(-20px) scale(0.75);
}
body .v-text-field .v-select__slot .v-label {
  top: 13px;
}
body .v-text-field__details {
  position: absolute;
  top: 100%;
  width: 100%;
  display: flex;
  margin: 0 auto;
}
body .v-text-field__details .v-messages__message {
  padding-left: 15px;
  padding-right: 15px;
}
body .v-text-field__details .v-messages__wrapper {
  display: flex;
  margin: 0 auto;
}
body .v-text-field__details .v-messages {
  display: flex;
}
body .v-autocomplete__content.v-menu__content {
  border-radius: 4px;
}
body .mdi-menu-down::before,
body .v-icon::before {
  color: #86b42b;
}
body .v-icon.warning--text::before {
  color: #fb8c00 !important;
}
body .v-list {
  padding: 0;
}
body .v-text-field {
  margin-top: 0;
  padding-top: 0;
}
body .v-list-item {
  height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #f5f5f5;
  height: 100%;
}
body .v-list-item:last-of-type {
  border-bottom: 0;
}
body .v-list-item__title {
  font-size: 12px;
  font-family: Roboto, sans-serif;
  color: #515a6e;
  margin: 8px 0;
  white-space: unset !important;
}
body .v-list-item__subtitle {
  font-size: 12px;
  font-family: Roboto, sans-serif;
  color: #515a6e;
  white-space: pre-line;
}
body .v-input__control {
  position: relative;
}
body .v-select__slot label,
body .v-file-input label {
  padding: 0 15px;
}
body button.v-btn.v-size--default.authoriz__btn {
  min-width: 154px;
  padding: 0 40px;
}
body button.v-btn.btn.v-size--default {
  height: 42px;
  font-weight: 600;
  font-size: 12px;
  box-shadow: unset;
  display: flex;
  align-items: center;
  letter-spacing: normal;
  justify-content: center;
}
body button.v-btn.btn.v-size--default .v-btn__content {
  display: inline-flex;
  flex: unset;
}
body button.btn-restore {
  background-color: #95c23d;
  color: white;
  font-size: 10px;
  height: auto;
  padding: 8px 10px;
}
body .v-dialog > .v-card > .v-card__title {
  display: flex !important;
  flex-direction: column !important;
}
body .delete-bold {
  margin-top: 12px;
}
body button.v-btn.btn.v-size--default:last-of-type {
  margin-right: 0;
}
body button.v-btn.btn:before {
  position: relative;
  opacity: 1 !important;
  background-color: unset;
}
body .title-filter {
  margin-right: 4px !important;
}
body .btn_color_grey, body .btn_color_red {
  min-width: 160px !important;
}
body .btn-delete:before {
  margin-right: 3px !important;
}
body .btn:before {
  margin-left: 3px !important;
}
body body button.v-btn.btn.v-size--default {
  height: 42px;
  padding: 0 17px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  text-transform: uppercase;
  cursor: pointer;
  outline: 0;
}
body button.v-btn.btn.v-size--default.btn_color_green.theme--light,
body button.v-btn.btn.v-size--default.btn-green.theme--light {
  color: white;
  background-color: #95c23d;
}
body button.v-btn.btn.v-size--default.btn_color_green.theme--light:hover,
body button.v-btn.btn.v-size--default.btn_green.theme--light:hover {
  background-color: #b8d615;
}
body button.btn_color_green,
body button.btn_color_grey,
body button.btn_color_red {
  color: white;
}
body button.v-btn.btn.btn_color_white {
  color: #95c23d;
  background-color: white !important;
}
body .v-card__actions .spacer {
  display: none;
}
body .d-flex.flex-column {
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 0 4px 4px 0;
}
body .list__btn-config {
  top: 34px;
}
body .d-flex .card-box {
  height: auto;
  box-shadow: unset !important;
}
body .v-menu__content .v-list-item:hover {
  background-color: #E4E4E4;
}
body .v-menu__content .v-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 0 7px rgba(37, 65, 106, 0.1);
  position: relative;
}
body .v-menu__content .v-label {
  height: 100%;
}
body button.v-btn.btn.v-size--default.btn-green.theme--light {
  min-width: 154px;
}
body div.v-snack__wrapper {
  background-color: white !important;
  color: #eb5c6d !important;
  box-shadow: 0 1px 3px rgba(37, 65, 106, 0.1) !important;
  min-height: auto !important;
  text-align: center !important;
  min-width: auto !important;
}
body div.v-snack__wrapper div {
  text-align: center !important;
  font-size: 16px !important;
}
body .v-label {
  font-size: 12px;
  color: #515a6e !important;
  font-family: Inter, sans-serif;
  font-weight: 500;
}
body .v-input input {
  font-size: 12px !important;
}
body .v-text-field--outlined.v-input--dense .v-label--active,
body .v-text-field .v-label--active {
  transform: translateY(-21px);
}
body .v-text-field--outlined.v-input--dense .v-label,
body .v-text-field .v-select__slot .v-label,
body .v-text-field .v-label {
  top: 11px;
}
body .v-textarea,
body .v-textarea .v-input__slot {
  height: auto;
}
body .v-input--selection-controls {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
body .filter__form {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
}
body .v-messages {
  min-height: 0px !important;
}
body .authoriz {
  border-radius: 10px !important;
  box-shadow: 0 1px 4px rgba(95, 95, 95, 0.53) !important;
}
body .instruction {
  padding: 29px 28px 30px;
  background-color: #fff;
  position: relative;
}
body .instruction .instruction__title {
  font-size: 16px;
  line-height: 20px;
  color: #515a6e;
  font-family: Inter, sans-serif;
  font-weight: 700;
}
body .instruction .instruction__description {
  padding-top: 10px;
}
body .table td {
  vertical-align: middle;
}
body .v-textarea textarea {
  resize: none;
}
body .v-textarea .v-input__slot {
  padding: 0;
}
body .v-textarea .v-label {
  top: 11px !important;
}
body .v-input--is-readonly .v-input__slot {
  padding-left: 15px;
  padding-right: 40px;
}
body .v-input--is-readonly input {
  color: #515a6e !important;
}
body .v-input__prepend-outer {
  position: absolute;
  right: 0;
  margin: auto 0;
  margin-right: 12px;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
body .inputs > span {
  margin-bottom: auto;
}
body ::-webkit-scrollbar-thumb {
  background-color: #d6d9e1;
  cursor: pointer;
}
body ::-webkit-scrollbar-thumb:hover {
  background-color: #d6d9e1;
}
body .v-list .v-list-item .v-list-item__action {
  width: 100%;
  margin: 0;
  margin-right: 0;
}
body .v-list .v-list-item .v-list-item__action .v-input {
  width: 100%;
}
body .v-list .v-list-item .v-list-item__action .v-input .v-input__slot {
  background-color: transparent !important;
  box-shadow: unset;
}
body .v-list .v-list-item .v-list-item__action .v-input .v-input__slot .v-label {
  margin-left: 13px;
}
body input:-webkit-autofill,
body input:-webkit-autofill:hover,
body input:-webkit-autofill:focus {
  -webkit-text-fill-color: #515a6e !important;
  -webkit-background-clip: text !important;
  font-weight: 400 !important;
}
body input[type=password] {
  -webkit-text-security: disc !important;
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
}
body .inputs a {
  color: #515a6e;
}
body .inputs a:hover {
  opacity: 0.7;
}
body .list.container,
body .navbar__inner .container,
body .content.active .list.container,
body .content.active .navbar__inner .container {
  margin-left: 0;
  margin-right: 0;
  max-width: unset;
  min-width: 1200px;
  width: 100%;
}
body .content.active .list-wrap,
body .content.active .navbar {
  padding-left: 88px;
}
body .list-wrap,
body .navbar {
  padding-left: 280px;
  padding-right: 160px;
}
body .switching__item:first-of-type,
body .list-tabbar {
  min-width: 312px;
}
body .navbar__info {
  min-height: 85px;
  height: auto;
}

.v-text-field--filled .v-text-field__prefix, .v-text-field--filled .v-text-field__suffix {
  margin-top: 0 !important;
}

.v-text-field > .v-input__control > .v-input__slot {
  background-color: #f5f5f5 !important;
  box-shadow: inset 0 1px 2px rgba(81, 90, 110, 0.1);
}

.v-text-field .v-input__prepend-inner, .v-text-field .v-input__append-inner {
  align-self: center !important;
  margin-top: 0 !important;
}

.v-date-picker-table--date td {
  padding-top: 0px;
  padding-bottom: 0px;
}

.v-date-picker-table--month td {
  padding-top: 0px;
  padding-bottom: 0px;
}

.v-input--radio-group__input {
  display: grid;
  grid-gap: 20px;
}

.v-input--radio-role__input {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 749px) {
  .filter__form {
    display: block;
  }

  .btn_results {
    margin: 1rem 0;
    width: 100%;
  }

  .v-input__control {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 576px) {
  .authoriz {
    max-width: 95vw;
    height: 96vh;
  }
  .authoriz .authoriz__item {
    padding: 15px 20px;
  }
  .authoriz .authoriz__item.authoriz__item-inputs {
    padding: 15px 20px;
  }
  .authoriz .v-input--selection-controls .v-input__slot > .v-label, .authoriz .v-input--selection-controls .v-radio > .v-label {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 992px) {
  body .content.active .list-wrap,
body .content.active .navbar,
body .navbar,
body .list-wrap {
    padding-left: 65px;
    padding-right: 15px;
  }
  body .list.container,
body .navbar__inner .container,
body .content.active .list.container,
body .content.active .navbar__inner .container {
    min-width: unset;
  }
  body .list__btn-config {
    display: none;
  }
  body .navbar__title {
    font-size: 18px;
    line-height: 1.2;
  }
  body .navbar__info {
    min-height: 60px;
    display: block;
  }
  body .navbar__btn-wrap {
    display: block;
    margin-top: 15px;
  }
  body .navbar__btn-wrap .btn {
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
  body .filter {
    padding: 15px;
  }
  body .filter__title {
    padding: 0px;
    margin-bottom: 15px;
  }
  body .filter__title-wrap {
    display: block;
    margin-bottom: 15px;
  }
  body .filter__title-wrap .btn {
    width: 100%;
    margin: 0px 0px 5px 0px;
  }
  body .filter__form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 15px;
  }
  body .list__content-switching {
    display: block;
  }
  body .list__content-adding .title {
    padding: 15px;
    flex-wrap: wrap;
    display: block;
  }
  body .list__content-adding .title__avatar {
    display: none !important;
  }
  body .list__content-adding .title__code {
    margin-left: 0px;
  }
  body .list__content-adding .title .btn {
    width: 100%;
    margin: 5px 0px;
  }
  body .list__content-adding .data {
    padding: 15px;
    font-size: 14px;
  }
  body .list__content-adding .form {
    padding: 15px;
    display: block;
  }
  body .list__content-adding .form__avatar {
    display: none;
  }
  body .list__content-adding .inputs {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
  body .list__content-adding .inputs .btn {
    width: 100%;
    margin: 0;
  }
  body .list__content-adding .btns {
    padding: 15px;
    display: block;
  }
  body .list__content-adding .btns .btn {
    width: 100%;
    margin: 5px 0px;
  }
  body .list__content-adding .card__number {
    margin-bottom: 25px;
  }
  body .list__content-adding .card-wrap {
    padding: 15px;
    display: block;
  }
  body .list__content-adding .object {
    margin: 15px 0px;
  }
  body .list__content-adding .object__item {
    padding: 15px;
    min-height: 45px;
    flex-wrap: wrap;
  }
  body .list__content-adding .object__item.card__header {
    padding: 15px 30px;
  }
  body .list__content-adding .object__text-name {
    width: 100%;
    margin-bottom: 10px;
  }
  body .list__content-adding .object__icon-subtitle-wrap {
    left: 11px;
  }
  body .list__content-adding .object__content-info {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  body .list__content-adding .object__block-form-rate {
    padding: 5px;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  body .list__content-adding .object__block-form-rate .object__item {
    padding: 15px;
  }
  body .list__content-adding .object__block-term {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  body .list-tabbar__link {
    height: 40px;
  }
  body .switching {
    flex-wrap: wrap;
    height: auto;
  }
  body .switching__item {
    text-align: center;
    width: 50% !important;
    min-width: unset !important;
    padding: 15px !important;
  }
  body .switching__number {
    display: none !important;
  }
  body .switching__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body .keep__title {
    padding: 15px;
  }
  body .keep__table-wrap {
    display: block;
    margin: 0px;
    padding: 0px;
  }
  body .keep__table-wrap .table {
    padding: 5px;
  }
  body .keep .table td {
    width: auto !important;
  }
  body .table {
    border-spacing: 0 5px;
  }
  body .table th,
body .table td {
    padding: 10px;
    min-height: unset;
    vertical-align: middle;
  }
  body .list-organizations-data .list__content-adding .form {
    padding: 15px;
  }
  body .list-organizations-data .list__content-adding .grid-column_span_2 {
    display: block;
  }
  body .list-organizations-data .list__content-adding .btn {
    margin: 5px 0px;
  }
  body .list-organizations-data .list__content-adding .comment {
    padding: 15px;
  }

  .body-authoriz {
    overflow: auto;
  }
  .body-authoriz__bg {
    display: none;
  }

  .authoriz {
    width: auto;
    margin: 10px;
  }
  .authoriz__item {
    display: block;
  }
}

/*# sourceMappingURL=app.45c686a9.css.map*/