
.search-field[data-v-09a1b152] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 38px;
}
.search-field__label[data-v-09a1b152] {
    flex: 0 0 80px;
    width: 100%;
    min-width: 80px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    text-align: left;
}
.search-field__input[data-v-09a1b152] {
    display: inline-flex;
    padding: 0 20px;
    width: 100%;
    height: 41px;
    border: 1px solid #E0E0E0;
    background-color: #F2F2F2;
}



.btn[data-v-eae7ef7c] {
    width: 100%;
    padding: 5px 15px;
    background-color: #4FD892;
    color: #122136;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    max-width: 226px;
    height: 45px;
    border: none;
    justify-self: end;
    cursor: pointer;
}
.btn[data-v-eae7ef7c]:hover,
.btn[data-v-eae7ef7c]:focus {
    filter: brightness(0.9);
}
.btn[data-v-eae7ef7c]:active {
    filter: brightness(0.75);
}
.btn--exit[data-v-eae7ef7c] {
    background-color: #fff;
    border: 1px solid #808080;
}


.filter[data-v-772c4829] {
    display: grid;
}
.filter__btn-search[data-v-772c4829] {
    margin-left: auto;
}



.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
}
.loader__icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 5px dotted teal;
  box-shadow: 0 0 15px rgba(255,255,255,.3);
  animation: rotate 5s infinite linear;
}
@keyframes rotate {
from {
    transform: rotate(0deg) scale(0.5);
}
to {
    transform: rotate(360deg) scale(1.0);
}
}


.table[data-v-00cd70ee] {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}
.table__row[data-v-00cd70ee] {
    display: grid;
    grid-template-columns: 80px minmax(60px, 120px) minmax(150px, 1fr) minmax(150px, 1.67fr) 70px;
    text-align: left;
}
.table__row--binded td[data-v-00cd70ee]:not(:last-child) {
    background-color: rgba(78,216,146,0.2);
}
th[data-v-00cd70ee] {
    font-weight: 600;
    padding: 5px 0;
    background-color: #122136;
    color: #fff;
    text-transform: uppercase;
}
td[data-v-00cd70ee] {
    padding: 21px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #C8C8C8;
}
td[data-v-00cd70ee]:first-child {
    padding: 20px 40px 20px 20px;
}
td[data-v-00cd70ee]:last-child {
    border-bottom: none;
}
th[data-v-00cd70ee]:last-child, 
td[data-v-00cd70ee]:last-child {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 10px 20px;
    background-color: #fff;
    border: none;
    text-align: right;
}


.link[data-v-196a6b0a] {
    display: inline-block;
    vertical-align: middle;
    color: #132136;
    font-size: 14px;
    line-height: 19px;
    text-decoration: underline;
    margin-right: 15px;
    word-break: break-all;
}
.link[data-v-196a6b0a]:hover,
.link[data-v-196a6b0a]:focus {
    color: #4FD892;
}
.link[data-v-196a6b0a]:active {
    opacity: .5;
}


.footer[data-v-6c4d8baa] {
  display: flex;
  margin-right: 70px;
  margin-top: 50px;
  width: calc(100% - 70px);
  justify-content: space-between;
  column-gap: 30px;
  margin-top: 33px;
  align-items: center;
}
.footer__link-container[data-v-6c4d8baa] {
  flex-basis: 50%;
  display: block;
  gap: 10px;
  justify-content: flex-start;
  text-align: left;
}
.footer__btn-container[data-v-6c4d8baa] {
  flex-basis: 50%;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}


.notification[data-v-2c0d290a] {
    display: flex;
    align-items: center;
    justify-content: center;
}


*[data-v-e514ee36], *[data-v-e514ee36]:before, *[data-v-e514ee36]:after {
    box-sizing: border-box;
}
.container[data-v-e514ee36] {
    background-color: #fff;
    padding: 20px;
    padding-bottom: 50px;
    min-width: 530px;
}
.header[data-v-e514ee36] {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}
.header__container[data-v-e514ee36] {
    flex: 1 1 582px;
}
.header__title[data-v-e514ee36] {
    margin-bottom: 43px;
}
.header__img-wrap[data-v-e514ee36] {
    margin-top: 1em;
    margin-right: 98px;
    margin-left: 20px;
}
.header__img[data-v-e514ee36] {
    height: auto;
    width: 120px;
    object-fit: contain;
}
