@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Roboto&display=swap");
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:active, a:focus, a:hover {
  outline: none;
}

:root {
  --tblr-body-color-rgb: 30, 41, 59;
  --text-dark-color: #202224;
  --text-gray-color: #53565a;
  --blue-color: #4980FF;
  --gray: #C4C4C4;
  --blue-light-color: #E6EDFD;
  --light-gray-color: #F5F6FA;
  --input-border-rgba: rgba(32, 34, 36, 0.38);
  --navajo-color: #FDF1D6;
  --light-purple: #E4E4FF;
  --light-green: #D8F7E7;
  --light-red: #FFDDD1;
  --font-inter: "Inter", sans-serif;
  --font-roboto: "Roboto", sans-serif;
  --white: #ffffff;
  --purple: #8380FE;
  --dark-purple: #262B4E;
  --red-color: #FF4954 ;
}

.bg--gray {
    background: var(--gray);
}

.bg--light-purple {
  background: var(--light-purple);
}
.bg--navajo-color {
  background: var(--navajo-color);
}
.bg--light-green {
  background: var(--light-green);
}
.bg--light-red {
  background: var(--light-red);
}

.text-dark-color {
  color: var(--text-dark-color);
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  ::-webkit-scrollbar {
    -webkit-transition: none;
    transition: none;
  }
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(var(--tblr-body-color-rgb), 0.16);
}

::-webkit-scrollbar-track {
  background: rgba(var(--tblr-body-color-rgb), 0.06);
}

:hover::-webkit-scrollbar-thumb {
  background: rgba(var(--tblr-body-color-rgb), 0.32);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

/*
.row {
	--tblr-gutter-x: 5px;
	--tblr-gutter-y: 0;
	margin-top: calc(var(--tblr-gutter-y)*-1);
	margin-right: calc(var(--tblr-gutter-x)*-0.5);
	margin-left: calc(var(--tblr-gutter-x)*-0.5);
}
.row>* {
	padding-right: calc(var(--tblr-gutter-x)*0.5);
	padding-left: calc(var(--tblr-gutter-x)*0.5);
	margin-top: var(--tblr-gutter-y);
}*/
body {
  font-size: 0.875rem;
}

.page {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}
.page__login .row {
  margin: 0 -5px;
}
.page__login .row > * {
  padding: 0 5px;
}
.page__login .btn_eye {
  padding: 0;
  width: 35px;
  height: 35px;
}

.border-top-wide {
  border-top: 2px solid rgba(98, 105, 118, 0.16) !important;
}

.page-center {
  justify-content: center;
}

.container-tight {
  max-width: 30rem;
  width: 100%;
}

.card-title {
  display: block;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.form-control {
  font-size: 0.875rem;
}

.form-label-description {
  float: right;
  font-weight: 400;
  color: #626976;
}

.form-label {
  display: block;
  font-weight: 500;
}

.btn-light {
  border: 1px solid #ced4da;
}

.hr-text {
  display: flex;
  align-items: center;
  margin: 2rem 0;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #626976;
  height: 1px;
}
.hr-text:after, .hr-text:before {
  flex: 1 1 auto;
  height: 1px;
  background-color: currentColor;
  opacity: 0.16;
}
.hr-text:before {
  content: "";
  margin-right: 0.5rem;
}
.hr-text:after {
  content: "";
  margin-left: 0.5rem;
}

/*.btn-ghost-light, .btn-light, .btn-outline-light {
	--tblr-btn-color: #fafbfc;
	--tblr-btn-color-interactive: #e1e2e3;
	--tblr-btn-color-text: #1e293b;
}*/
@media (min-width: 768px) {
  .card-md > .card-body {
    padding: 2.5rem;
  }
}
/* user-top */
.user-top {
  padding: 18px 0;
  font-family: var(--font-inter);
  font-weight: 500;
  position: sticky;
  top: 0;
  background: var(--white);
  z-index: 10;
}
.user-top__blocks {
  flex: 1;
  gap: 24px;
}
.user-top__blocks--mob {
  display: none;
}
.user-top__blocks--close {
  display: none;
}
.user-top__info {
  flex: 1;
  position: relative;
  padding: 12px 12px 45px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.user-top__info--name {
  font-size: 14px;
  line-height: 17px;
  min-height: 34px;
}
.user-top__info--price {
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
}
.user-top__info--price__absolute {
  position: absolute;
  right: 0px;
  bottom: 12px;
  z-index: 1;
  width: 100%;
  padding: 0 12px;
}
.user-top__info--price--err {
  color: #FF0000;
}
.user-top__info--price--err:before {
  content: "!";
  display: inline-block;
  font-size: 16px;
  background: #FF0000;
  width: 23px;
  height: 23px;
  margin-right: 7px;
  color: #ffffff;
  text-align: center;
  line-height: 23px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.user-top__user {
  flex: none;
  min-width: 300px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 20px;
  gap: 8px;
}
.user-top__logo {
  padding-left: 64px;
  width: 300px;
}
.user-top__information {
  padding-right: 64px;
  padding-left: 32px;
  width: calc(100% - 300px);
}

.main {
  background: var(--light-gray-color);
}
.main__sidebar {
  position: sticky;
  top: 127px;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 127px);
  background: var(--white);
  padding-left: 64px;
  z-index: 2;
  width: 300px;
}
.main__sidebar svg {
  width: 32px;
  height: 32px;
}
.main__sidebar .nav-link {
  padding: 5px 10px 5px 72px;
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 17px;
  line-height: 21px;
  font-family: var(--font-inter);
  font-weight: 500;
  height: 64px;
  color: var(--text-dark-color);
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main__sidebar .nav-link svg {
  position: absolute;
  top: calc(50% - 16px);
  left: 32px;
}
.main__sidebar .nav-link.active, .main__sidebar .nav-link:hover {
  background: var(--blue-light-color);
}
.main__sidebar .nav-link.active:before, .main__sidebar .nav-link:hover:before {
  height: 100%;
}
.main__sidebar .nav-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: var(--blue-color);
  -webkit-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main__sidebar .nav {
  display: block;
}
.main__sidebar .nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main__sidebar--logout {
  margin-top: 12px;
  padding: 24px 0;
  border-top: 1px solid var(--light-gray-color);
}
.main__content {
  padding: 30px 64px 30px 32px;
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: auto;
  width: calc(100% - 300px);
}
.main__content h1 {
  font-size: 20px;
  line-height: 24px;
  font-family: var(--font-inter);
  font-weight: 500;
}
.main__content--form {
  background: var(--light-gray-color) url("../images/main-bg.png") no-repeat right bottom;
  min-height: calc(100vh - 225px);
}
.main__content--title-flex {
  align-items: center;
  gap: 20px;
}

.form .form-group {
  margin-bottom: 32px;
  position: relative;
}
.form .form-group:last-child {
  margin-bottom: 0;
}
.form .form-group__btns {
  gap: 40px;
}
.form .form-group__comment-textarea {
  position: relative;
}
.form .form-group__comment-textarea textarea.form-control {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.0015em;
  padding: 15px 14px 37px;
  min-height: 90px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.form .form-group__comment-textarea textarea.form-control::-webkit-input-placeholder {
  color: #53565A;
}
.form .form-group__comment-textarea textarea.form-control::-moz-placeholder {
  color: #53565A;
}
.form .form-group__comment-textarea textarea.form-control:-moz-placeholder {
  color: #53565A;
}
.form .form-group__comment-textarea textarea.form-control:-ms-input-placeholder {
  color: #53565A;
}
.form .form-group__comment-file {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
}
.form .form-group__comment-file label {
  position: relative;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0;
}
.form .form-group__comment-file label:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0px;
  left: 0px;
  background: url("../images/sprite.svg#ic_file-add") no-repeat center center;
}
.form .form-group__comment-file input[type=file] {
  display: none;
}
.form .form-control-label {
  position: absolute;
  left: 10px;
  top: -10px;
  font-size: 12px;
  letter-spacing: 0.0015em;
  color: var(--text-gray-color);
  background: var(--light-gray-color);
  padding: 0 4px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  font-family: var(--font-inter);
}
.form .form-control {
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  height: 56px;
  padding: 0 40px 0 14px;
  font-size: 16px;
  color: var(--text-dark-color);
  background: var(--light-gray-color);
  box-shadow: none;
  border: 1px solid var(--input-border-rgba);
  font-family: var(--font-inter);
}
.form .form-control:invalid + label {
  top: 16px;
  font-size: 16px;
}
.form .form-control:focus + label {
  top: -10px;
  font-size: 12px;
}
.form .form-group-icon {
  position: absolute;
  top: calc(50% - 12px);
  right: 17px;
  width: 24px;
  height: 24px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.form .form-group-show-password {
  cursor: pointer;
}
.form .form-group-show-password use:last-child {
  display: none;
}
.form .form-group-show-password.active use:first-child {
  display: none;
}
.form .form-group-show-password.active use:last-child {
  display: block;
}

.btn-big {
  flex: 1;
}

.btn {
  font-size: 17px;
  font-family: var(--font-inter);
  font-weight: 500;
  box-shadow: none !important;
  padding: 12px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  text-transform: uppercase;
}

.btn-sm {
  font-size: 14px;
  padding: 10px 20px;
}

.btn-blue {
  color: var(--white);
  background: var(--blue-color);
}
.btn-blue:hover {
  color: var(--white);
  background: var(--blue-color);
  opacity: 0.6;
}

.btn-red {
  color: var(--white);
  background: var(--red-color);
}
.btn-red:hover {
  color: var(--white);
  background: var(--red-color);
  opacity: 0.6;
}

.btn-white {
  color: var(--text-dark-color);
}
.btn-white:hover {
  color: var(--text-dark-color);
  opacity: 0.6;
}

.btn-flex {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  align-items: center;
  width: max-content;
  justify-content: center;
  gap: 8px;
}

.btn-edit {
  background: var(--blue-color) url("../images/sprite.svg#ic_edit-white") no-repeat 7px 6px;
  background-size: contain;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  border: none;
}

.btn-delete {
  background: var(--red-color) url("../images/sprite.svg#ic_delete") no-repeat 6px 5px;
  background-size: contain;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  border: none;
}

.btn-arrow-table {
  background: url("../images/sprite.svg#ic_arrow-table") no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  border: none;
  display: block;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-arrow-table:not(.collapsed) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav-tabs-style {
  gap: 16px;
  border-bottom: none;
  margin-bottom: 16px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 5px;
}
.nav-tabs-style .nav-item.active {
  position: sticky;
  left: 0;
  right: 0;
  z-index: 1;
}
.nav-tabs-style .nav-link {
  font-size: 15px;
  line-height: 21px;
  padding: 16px 8px 8px;
  color: var(--text-dark-color);
  border: none;
  font-family: var(--font-inter);
  font-weight: 500;
  position: relative;
  background: none;
  -webkit-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.nav-tabs-style .nav-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 8px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: var(--purple);
  -webkit-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-tabs-style .nav-link.active {
  color: var(--text-dark-color);
  background: var(--light-purple);
}
.nav-tabs-style .nav-link.active:before {
  width: 100%;
}

.table--content {
  overflow: auto;
}

.table-style {
  border-collapse: separate;
  border-spacing: 0 8px;
}
.table-style thead tr th {
  background: var(--dark-purple);
  color: var(--white);
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  white-space: nowrap;
}
.table-style tbody tr:not(.bg--light-green, .bg--light-red, .bg--light-navajo, .bg--gray) th,
.table-style tbody tr:not(.bg--light-green, .bg--light-red, .bg--light-navajo, .bg--gray) td {
  background: var(--white);
  border: none;
  vertical-align: middle;
}
.table-style tr.bg--light-green td {
  background: var(--bg--light-green);
}
.table-style tr.bg--light-red td {
  background: var(--bg--light-red);
}
.table-style tr.bg--light-red td .hover-info__price {
  color: #FF0000;
}
.table-style tr.bg--light-navajo td {
  background: var(--navajo-color);
}
.table-style tr.bg--light-navajo td .hover-info__price {
  color: #EEBD0F;
}
.table-style tr th, .table-style tr td {
  font-family: var(--font-inter);
  font-weight: 500;
  padding: 12px 12px;
}
.table-style tr th:first-child, .table-style tr td:first-child {
  padding-left: 20px;
  -webkit-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
.table-style tr th:last-child, .table-style tr td:last-child {
  padding-right: 20px;
  -webkit-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
.table-style tr th p, .table-style tr td p {
  margin-bottom: 0;
}
.table-style tr th > p, .table-style tr td > p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.table-style tr td {
  font-variant-numeric: tabular-nums;
}
.table-style__tr-child .visible {
  visibility: hidden;
}
.table-style__tr-child td {
  -webkit-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  border-radius: 8px !important;
}
.table-style__true {
  padding: 3px 10px;
  background: var(--light-green);
  border-radius: 17px;
  color: var(--dark-purple);
  text-transform: lowercase;
  display: inline-block;
}
.table-style__false {
  padding: 3px 10px;
  background: var(--light-red);
  border-radius: 17px;
  color: var(--dark-purple);
  text-transform: lowercase;
  display: inline-block;
}
.table-style__price {
  white-space: nowrap;
  padding: 3px 10px;
  background: var(--light-green);
  border-radius: 17px;
  color: var(--dark-purple);
}
.table-style__empty {
  opacity: 0.45;
}
.table-style__btns {
  justify-content: flex-end;
  gap: 16px;
}
.table-style__td-full {
  text-align: left !important;
}
.table-style i.inter-ic {
  width: 14px;
  height: 14px;
  background: url("../images/sprite.svg#ic_inter") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  margin-left: 5px;
}
.table-style i.rub-ic {
  width: 14px;
  height: 14px;
  background: url("../images/sprite.svg#ic_rub_y") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  cursor: pointer;
}
.table-style i.warning-ic {
  width: 14px;
  height: 14px;
  background: url("../images/sprite.svg#ic_warning") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  cursor: pointer;
}
.table-style i.check-ic {
  width: 14px;
  height: 14px;
  background: url("../images/sprite.svg#ic_check_gr") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  cursor: pointer;
}

.hover-info {
  position: relative;
  z-index: 1;
  margin-left: 5px;
}
.hover-info__show {
  visibility: hidden;
  opacity: 0;
  padding: 16px 14px 20px;
  width: 284px;
  position: absolute;
  left: calc(50% - 142px);
  bottom: calc(100% + 14px);
  background: #FFFFFF;
  border-radius: 10px;
  z-index: 1;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hover-info__show:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: calc(50% - 10px);
  bottom: -6px;
  background: #FFFFFF;
  transform: rotate(-45deg);
}
.hover-info__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #202224;
  display: block;
}
.hover-info__text {
  margin-top: 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #202224;
  display: block;
}
.hover-info__price {
  margin-top: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.hover-info__btn {
  margin-top: 20px;
  display: block;
}
.hover-info__btn--btn {
  font-weight: 500;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  background: #1A56DB;
  border-radius: 32px;
  width: 120px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #1A56DB;
  outline: none;
}
.hover-info__btn--btn:hover {
  color: #1A56DB;
  background: #fff;
  text-decoration: none;
}
.hover-info:hover .hover-info__show {
  visibility: visible;
  opacity: 1;
}

.pagination {
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}
.pagination .page-item.active .page-link {
  color: var(--text-dark-color);
  opacity: 1;
  background: var(--blue-light-color);
}
.pagination .page-item.disabled .page-link {
  border: none;
  background: none;
}
.pagination .page-link {
  padding: 1px 8px;
  border: none;
  font-size: 14px;
  line-height: 22px;
  -webkit-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -o-border-radius: 15px !important;
  border-radius: 15px !important;
  color: var(--text-dark-color);
  font-family: var(--font-inter);
  opacity: 0.65;
  height: 24px;
  min-width: 24px;
  text-align: center;
  background: none;
  font-weight: 400;
  margin: 0;
}
.pagination .page-link:hover, .pagination .page-link.active {
  color: var(--text-dark-color);
  opacity: 1;
  background: var(--blue-light-color);
}
.comment {
  padding: 20px;
}
.comment__item {
  color: var(--text-dark-color);
  font-family: var(--font-inter);
  padding: 16px 10px;
  border-bottom: 1px solid var(--light-gray-color);
  border-radius: 20px;
}
.comment__item--user {
  width: 32px;
  height: 32px;
  background: var(--blue-light-color);
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.comment__item--info-text {
  width: calc(100% - 32px);
  padding: 8px;
}
.comment__item--name-date {
  align-items: center;
}
.comment__item--name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.comment__item--date {
  font-size: 14px;
  line-height: 20px;
  color: rgba(60, 61, 63, 0.65);
}
.comment__item--text {
  margin-top: 8px;
  padding-right: 20%;
}
.comment__item--files {
  margin-left: -40px;
}
.comment__item--files .d-flex {
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 36px;
}
.comment__item--file {
  width: 230px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.comment__item--file_ic svg {
  width: 32px;
  height: 32px;
}
.comment__item--file_info {
  flex: 1;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
}
.comment__item--file_download a[download] {
  display: block;
  background: url("../images/sprite.svg#ic_share") no-repeat center center;
  width: 24px;
  height: 24px;
}
.comment__item--file_name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.comment__item--file_size {
  margin-top: 4px;
}
.comment__read-more {
  margin-top: 32px;
}

.min-600 {
  min-width: 600px;
}

.error404 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 160px;
  min-height: 100vh;
}
.error404__flex {
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.error404__text {
  width: 50%;
  color: var(--text-dark-color);
}
.error404__text h1 {
  font-size: 48px;
  line-height: 64px;
}
.error404__text p {
  font-size: 25px;
  line-height: 40px;
  margin: 16px 0 32px;
}
.error404__404 {
  width: calc(50% - 65px);
  position: relative;
}
.error404__404 img {
  max-width: calc(100% - 16px);
  z-index: 1;
}
.error404__404 img:last-child {
  position: absolute;
  top: 13px;
  left: 16px;
  z-index: 0;
}

.documents-list__item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--text-dark-color);
}
.documents-list__item a:hover {
  text-decoration: none;
  color: var(--blue-color);
}

.navigation .nav-item {
  position: relative;
  padding-right: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.navigation .nav-item:before {
  content: "/";
  position: absolute;
  top: 0;
  right: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-dark-color);
}
.navigation .nav-item:last-of-type:before {
  display: none;
}
.navigation .nav-item:last-of-type a {
  color: rgba(32, 34, 36, 0.65);
  pointer-events: none;
}
.navigation .nav-link {
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-dark-color);
}
.navigation .nav-link:hover {
  color: var(--blue-color);
  text-decoration: none;
}

.download-doc {
  align-items: center;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.download-doc__icon {
  align-items: center;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  justify-content: center;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: var(--blue-color);
  margin-left: 8px;
  width: 32px;
  height: 32px;
}

.verify_doc {
  width: 580px;
  max-width: 100%;
}
.verify_doc--top-info ul {
  list-style: none;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  position: relative;
}
.verify_doc--top-info ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  width: calc(100% - 14px);
  background: #D8F7E7;
  height: 8px;
}
.verify_doc--top-info ul li {
  padding-top: 50px;
  position: relative;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: rgba(32, 34, 36, 0.85);
}
.verify_doc--top-info ul li span {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.stepper {
  justify-content: space-between;
  padding: 0 7px 50px;
}
.stepper__item {
  position: relative;
  flex: 1;
}
.stepper__item:last-child {
  flex: none;
}
.stepper__item:last-child:before {
  display: none;
}
.stepper__item:before {
  position: absolute;
  content: "";
  background: #D8F7E7;
  height: 8px;
  width: 100%;
  top: calc(50% - 4px);
  left: 3px;
  z-index: 2;
}
.stepper__item--counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #D8F7E7;
  margin-bottom: 6px;
}
.stepper__item--name {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: rgba(32, 34, 36, 0.85);
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.stepper__item.completed:before {
  background: #3BDA8A;
}
.stepper__item.completed .stepper__item--counter {
  background: #3BDA8A url("../images/sprite.svg#ic_check_white") no-repeat center center;
  background-size: 20px 14px;
}
.stepper__item.active .stepper__item--counter {
  background: #3BDA8A;
}
.stepper__item.active .stepper__item--counter:before {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 8px solid #F5F6FA;
  box-sizing: border-box;
}

.add_file__block {
  position: relative;
  text-align: center;
  margin-top: 24px;
}
.add_file__block label {
  position: relative;
  cursor: pointer;
  border: 1px dashed #769AE9;
  border-radius: 32px;
  height: 193px;
  display: block;
  flex-direction: column;
}
.add_file__block label span {
  font-size: 20px;
  line-height: 20px;
  color: #05112C;
  display: block;
  margin-top: 22px;
}
.add_file__block input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

.modal-backdrop {
  background: rgba(137, 134, 134, 0.45);
  backdrop-filter: blur(7.5px);
}

.modal-info {
  background: rgba(137, 134, 134, 0.45);
  backdrop-filter: blur(7.5px);
}
.modal-info .modal-dialog {
  width: 880px;
  max-width: 100%;
  padding: 0 10px;
}
.modal-info .modal-content {
  border: none;
  background: #FCFCFF;
  border-radius: 32px;
}
.modal-info .modal-body {
  padding: 56px;
}
.modal-info .modal-body p {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}
.modal-info .modal-body .btn {
  border-radius: 32px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  min-width: 270px;
}
.modal-info .modal-title {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

.verification__item {
  width: 270px;
  margin-right: 32px;
}
.verification__item.active .verification__item--added {
  display: block;
}
.verification__item.active .verification__item--add:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 28px;
  background: url("../images/sprite.svg#ic_check_green_v") no-repeat center center;
  width: 16px;
  height: 16px;
  z-index: 1;
  background-size: contain;
}
.verification__item.active .verification__item--add label {
  opacity: 0.65;
  pointer-events: none;
}
.verification__item.active .verification__item--add input[type=file] {
  display: none;
}
.verification__item--add {
  position: relative;
  text-align: center;
}
.verification__item--add label {
  position: relative;
  cursor: pointer;
  background: #E6EDFD;
  border-radius: 16px;
  height: 193px;
  display: block;
  padding: 48px 10px 10px;
  margin-bottom: 0;
}
.verification__item--add label span {
  font-size: 16px;
  line-height: 19px;
  color: rgba(32, 34, 36, 0.85);
  display: block;
  margin-top: 18px;
}
.verification__item--add input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.verification__item--file {
  width: 100%;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 32px 8px 8px;
  position: relative;
}
.verification__item--file.active_save {
  pointer-events: none;
  opacity: 0.45;
}
.verification__item--file_img {
  width: 48px;
  height: 48px;
}
.verification__item--file_img img {
  max-width: 100%;
}
.verification__item--file_img.img_cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.verification__item--file_info {
  white-space: nowrap;
  overflow: hidden;
  flex-direction: row;
  display: flex;
  flex: 1;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.verification__item--file_remove {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: url("../images/sprite.svg#ic_remove_x") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -12px;
}
.verification__item--file_name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.verification__item--added {
  display: none;
  margin-top: 24px;
}
.verification__btn {
  max-width: 424px;
  display: none;
  margin-top: 24px;
}
.verification__btn .btn {
  display: none;
}
.verification__status {
  margin-top: 24px;
}
.verification__status--processing:before {
  background: url("../images/sprite.svg#ic_ver_file_clock") no-repeat center center;
  background-size: contain;
}
.verification__status--error:before {
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  background: url("../images/sprite.svg#ic_ver_slash") no-repeat center center;
  background-size: contain;
}
.verification__status > div {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding-left: 38px;
  color: #202224;
  display: none;
}
.verification__status > div:before {
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
  width: 32px;
  height: 32px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--text-dark-color);
  -webkit-box-shadow: 0 0 0px 1000px var(--light-gray-color) inset;
  box-shadow: 0 0 0px 1000px var(--light-gray-color) inset;
  transition: background-color 5000s ease-in-out 0s;
  color: var(--text-dark-color);
}

@media only screen and (max-width: 1700px) {
  .error404 {
    padding: 60px;
  }
}
@media only screen and (max-width: 1580px) {
  .user-top__logo {
    padding-left: 32px;
    width: 280px;
  }
  .user-top__information {
    padding-left: 16px;
    padding-right: 32px;
    width: calc(100% - 280px);
  }
  .user-top__blocks {
    gap: 16px;
  }
  .user-top__info--price {
    font-size: 18px;
  }
  .user-top__user {
    font-size: 14px;
    min-width: 260px;
  }
  .main__sidebar {
    padding-left: 32px;
    width: 280px;
  }
  .main__content {
    padding-left: 16px;
    padding-right: 32px;
    width: calc(100% - 280px);
  }
  .table-style tr td:last-child .hover-info__show {
    right: -30px;
    left: auto;
  }
  .table-style tr td:last-child .hover-info__show:before {
    left: auto;
    right: 27px;
  }
}
@media only screen and (max-width: 1380px) {
  .page {
    background: var(--light-gray-color);
  }
  .user-top {
    padding: 10px 0;
  }
  .user-top__logo {
    padding-left: 0px;
    width: 70px;
  }
  .user-top__logo .d-flex {
    justify-content: center;
  }
  .user-top__information {
    padding-right: 16px;
    width: calc(100% - 70px);
  }
  .user-top__blocks {
    gap: 8px;
    overflow: auto;
    padding-bottom: 5px;
  }
  .user-top__info {
    min-width: 155px;
    padding: 8px 8px 40px;
  }
  .user-top__info--price {
    font-size: 16px;
  }
  .user-top__info--price__absolute {
    padding: 0 8px;
    bottom: 8px;
  }
  .user-top__info--name {
    font-size: 13px;
  }
  .user-top__user {
    font-size: 14px;
    min-width: 260px;
    gap: 8px;
  }
  .main__sidebar {
    padding-left: 0px;
    width: 70px;
    position: fixed;
    white-space: nowrap;
    top: auto;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: -webkit-fill-available;
  }
  .main__sidebar:hover {
    width: auto;
    min-width: 230px;
  }
  .main__sidebar:hover .nav-link {
    font-size: 14px;
  }
  .main__sidebar .nav-link {
    font-size: 0px;
    padding: 18px 10px 18px 60px;
  }
  .main__sidebar .nav-link svg {
    left: 22px;
  }
  .main__content {
    padding-right: 16px;
    width: calc(100% - 70px);
    margin-left: 70px;
  }
  .nav-tabs-style .nav-link {
    font-size: 14px;
    padding: 11px 8px 8px;
  }
  .nav-tabs-style .nav-link:before {
    height: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  .error404 {
    padding: 20px;
  }
  .error404__text h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .error404__text p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .min-600 {
    min-width: auto;
  }
  .comment {
    padding: 6px 0;
  }
  .comment__item--text {
    padding-right: 0;
  }
  .comment__item--files .d-flex {
    gap: 8px;
    margin-top: 16px;
  }
  .comment__item--file {
    width: calc(33.33333% - 10px);
    padding: 10px;
    min-width: 170px;
  }
}
@media only screen and (max-width: 991px) {
  .error404__404 {
    width: 100%;
    text-align: center;
  }
  .error404__404 > div {
    display: inline-block;
    position: relative;
  }
  .error404__text {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .user-top__logo {
    width: 50px;
  }
  .user-top__information {
    padding-right: 15px;
    padding-left: 15px;
    width: calc(100% - 50px);
  }
  .main__sidebar {
    width: 50px;
  }
  .main__sidebar .nav-link {
    font-size: 0px;
    padding: 15px 0px 15px 49px;
  }
  .main__sidebar .nav-link:before {
    width: 5px;
  }
  .main__sidebar .nav-link svg {
    left: 11px;
  }
  .main__content {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    width: calc(100% - 50px);
    margin-left: 50px;
  }
  .main__content h1 {
    font-size: 18px;
  }
  .main__content--form {
    background: none;
  }
  .form .form-group {
    margin-bottom: 25px;
  }
  .form .form-control {
    height: 46px;
    font-size: 14px;
  }
  .btn {
    padding: 11px;
    font-size: 14px;
  }
  .error404 {
    padding: 20px 0;
  }
  .error404__text h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .error404__text p {
    font-size: 18px;
  }
  .modal-info .modal-body {
    padding: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .verification__flex {
    display: block !important;
  }
  .verification__item {
    margin: 15px 0;
    width: 100%;
  }
  .verification__btn {
    max-width: 100%;
  }
  .verification__status > div {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .main__content h1 {
    font-size: 16px;
  }
  .main__content--title-flex {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .form .form-group__btns {
    flex-direction: column;
    gap: 10px;
  }
  .user-top__blocks {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 287;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 40px 20px;
    align-items: center;
    flex-direction: column;
    flex: none;
    justify-content: center;
    display: none !important;
  }
  .user-top__blocks.active {
    display: flex !important;
  }
  .user-top__blocks--close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .user-top__blocks--close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #ffffff;
  }
  .user-top__blocks--close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ffffff;
  }
  .user-top__blocks--mob {
    display: block;
  }
  .user-top__user {
    padding: 0;
    min-width: auto;
    gap: 0;
    font-size: 12px;
    text-align: left !important;
  }
  .user-top__information > .d-flex {
    justify-content: space-between;
  }
  .user-top__info {
    width: 100%;
    flex: none;
  }
  .table--content {
    overflow: inherit;
  }
  .table-style thead {
    display: none;
  }
  .table-style tbody tr:not(.table-style__tr-child) {
    display: block;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    /*  overflow: hidden;*/
    margin-bottom: 10px;
  }
  .table-style tbody tr:not(.table-style__tr-child):nth-child(even) td {
    background: var(--blue-light-color);
  }
  .table-style tbody tr:not(.table-style__tr-child) td {
    text-align: right !important;
    display: block;
    padding: 12px 12px 12px 42% !important;
    position: relative;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
  }
  .table-style tbody tr:not(.table-style__tr-child) td .text-left {
    text-align: right !important;
  }
  .table-style tbody tr:not(.table-style__tr-child) td:last-child, .table-style tbody tr:not(.table-style__tr-child) td:first-child {
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .table-style tbody tr:not(.table-style__tr-child) td:before {
    content: attr(data-label);
    text-transform: uppercase;
    width: 42%;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: left;
    font-size: 10px;
    line-height: 12px;
    padding: 0 0 0 12px;
    transform: translate(0, -50%);
  }
  .table-style tr th p, .table-style tr td p {
    font-size: 12px;
  }
  .table-style__tr-child {
    display: block;
  }
  .table-style__tr-child td {
    width: 100%;
    display: block;
  }
  .table-style__tr-child .invisible {
    display: none;
  }
  .table-style .btn-arrow-table {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
  }
  .comment__item--info-text {
    padding: 0 8px;
  }
  .comment__item--name-date {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .comment__item--name {
    font-size: 14px;
  }
  .comment__item--date {
    font-size: 12px;
  }
  .stepper__item--name {
    font-size: 13px;
  }
  .add_file__block label span {
    font-size: 16px;
    padding: 0 10px;
  }
  .table-style tbody tr.bg-red th, .table-style tbody tr.bg-red td {
    background: rgba(255, 0, 0, 0.4509803922) !important;
    color: #fff !important;
  }
  .table-style.table-style__white tbody tr:not(.bg-red) th, .table-style.table-style__white tbody tr:not(.bg-red) td {
    background: var(--white);
    color: #212529;
  }
  .table-style tr td .hover-info__show {
    right: -15px !important;
    left: auto;
  }
  .table-style tr td .hover-info__show:before {
    left: auto;
    right: 12px !important;
  }
}
@media only screen and (max-width: 520px) {
  .modal-info .modal-body {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 440px) {
  .table-style tbody tr:not(.table-style__tr-child) td:before {
    font-size: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
