body, *, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 0;
}

* {
  touch-action: pan-y;
}

body {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat";
  font-size: 14px;
  color: #4F4F51;
  line-height: 1.4;
  font-weight: 400;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

ul, li {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

img,
video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

input,
textarea,
.input_view {
  display: block;
  width: 100%;
  padding: 14px;
  outline: none;
  border: 1px solid #A9B1BF !important;
  border-radius: 4px !important;
  color: #4F4F51;
  font-size: 14px;
  font-family: "Montserrat";
  transition: all 0.2s linear;
}
input:hover,
textarea:hover,
.input_view:hover {
  border: 1px solid #4F4F51 !important;
}
input:focus,
textarea:focus,
.input_view:focus {
  border: 1px solid #E83A82 !important;
  outline: 1px solid #E83A82 !important;
}

.input_view {
  border: 1px solid #A9B1BF !important;
}

.-flex {
  display: flex !important;
}

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

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-stretch {
  align-items: stretch;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.-relative {
  position: relative;
}

.f-direction-column {
  flex-direction: column;
}

.f-direction-row {
  flex-direction: row;
}

.c-gap-4 {
  column-gap: 4px;
}

.c-gap-8 {
  column-gap: 8px;
}

.c-gap-10 {
  column-gap: 10px;
}

.c-gap-12 {
  column-gap: 12px;
}

.c-gap-16 {
  column-gap: 16px;
}

.c-gap-20 {
  column-gap: 20px;
}

.c-gap-24 {
  column-gap: 24px;
}

.c-gap-30 {
  column-gap: 30px;
}

.c-gap-32 {
  column-gap: 32px;
}

.c-gap-36 {
  column-gap: 36px;
}

.c-gap-40 {
  column-gap: 40px;
}

.r-gap-4 {
  row-gap: 4px;
}

.r-gap-8 {
  row-gap: 8px;
}

.r-gap-10 {
  row-gap: 10px;
}

.r-gap-12 {
  row-gap: 12px;
}

.r-gap-16 {
  row-gap: 16px;
}

.r-gap-20 {
  row-gap: 20px;
}

.r-gap-24 {
  row-gap: 24px;
}

.r-gap-30 {
  row-gap: 30px;
}

.r-gap-32 {
  row-gap: 32px;
}

.r-gap-36 {
  row-gap: 36px;
}

.r-gap-40 {
  row-gap: 40px;
}

.p-w-8 {
  padding-left: 9px;
  padding-right: 9px;
}

.p-w-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-w-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.p-w-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-w-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.p-w-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-w-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.p-w-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.p-w-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.p-w-36 {
  padding-left: 36px;
  padding-right: 36px;
}

.p-w-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.p-w-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.p-w-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.p-h-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.p-h-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-h-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-h-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-h-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.p-h-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-h-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.p-h-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-h-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.p-h-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.p-h-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-h-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-h-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.rows_block {
  padding: 24px;
  background: #F5F5F5;
  border-radius: 8px;
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4F4F51;
  margin-bottom: 16px;
  column-gap: 16px;
}
.row:last-child {
  margin-bottom: 0;
}
.row a {
  text-decoration: none;
  color: #4F4F51;
}
.row .controls .icon,
.row .actions .icon {
  cursor: pointer;
  transition: all 0.2s linear;
}

.content_block {
  margin-bottom: 24px;
}

input.select {
  cursor: pointer;
}

.input_radio_item.custom {
  position: relative;
}
.input_radio_item.custom input {
  display: none;
}

.inline-checkbox.lever .checkbox-content {
  margin: 20px 0;
}
.inline-checkbox.lever .checkbox-content .checkbox-label {
  position: relative;
  display: block;
  height: 20px;
  width: 44px;
  background: #898989;
  border-radius: 100px;
  cursor: pointer;
  transition: all 300ms ease;
}
.inline-checkbox.lever .checkbox-content .checkbox-label:after {
  position: absolute;
  left: -2px;
  top: -3px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background: #d6d6d6;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
  content: "";
  transition: all 300ms ease;
}
.inline-checkbox.lever .checkbox-content .checkbox-label:active:after {
  transform: scale(1.15, 0.85);
}
.inline-checkbox.lever .checkbox-content .checkbox-input {
  display: none;
}
.inline-checkbox.lever .checkbox-content .checkbox-input:checked ~ label {
  background: #E83A82;
}
.inline-checkbox.lever .checkbox-content .checkbox-input:checked ~ label:after {
  left: 20px;
  background: #bf165c;
}
.inline-checkbox.lever .checkbox-content .checkbox-input:disabled ~ label {
  background: #d6d6d6;
  pointer-events: none;
}
.inline-checkbox.lever .checkbox-content .checkbox-input:disabled ~ label:after {
  background: #bcbcbc;
}

.button {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
  border: none;
  border-radius: 4px;
  padding: 10px 24px;
  font-family: "Montserrat";
  transition: all 0.2s linear;
  font-size: 14px;
  color: #fff;
  background: #E83A82;
}
.button:hover {
  background: #ffc5dd;
}
.button:active {
  background: #e72b7a;
}

.button[disabled] {
  opacity: 0.2;
}

.button.default {
  color: #4F4F51;
  background: #fff;
  border: 1px solid #A9B1BF;
}
.button.default:hover {
  background: #E83A82;
  color: #fff;
}

.button.default.active {
  background: #E83A82;
  color: #fff;
}

.text {
  color: #4F4F51;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.link {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  color: #E83A82;
  font-size: 14px;
  transition: all;
}
.link:hover {
  color: #ffc5dd;
}
.link:active {
  color: #e72b7a;
}

.input_box .input_box_title {
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
}
.input_box .status_input {
  margin-top: 4px;
}
.input_box .select_input {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.input_box .select_input .select_list {
  border: 1px solid #E83A82;
  overflow: scroll;
  display: none;
  position: absolute;
  width: 100%;
  max-height: 500%;
  top: 100%;
  margin-top: -10px;
  left: 0;
  background: #fff;
  border-radius: 0 0 4px 4px;
  cursor: pointer;
  z-index: -1;
}
.input_box .select_input .select_list::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}
.input_box .select_input .select_list::-webkit-scrollbar-track {
  height: 0;
  width: 0;
}
.input_box .select_input .select_list::-webkit-scrollbar-thumb {
  background-color: #E83A82;
  border-radius: 5px;
  border: none;
}
.input_box .select_input::after {
  content: "";
  position: absolute;
  right: 14px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  clip-path: polygon(50% 100%, 0 50%, 100% 50%);
  background: #A9B1BF;
  border-radius: 0.5px;
}
.input_box .select_input .select_option {
  padding: 14px;
  transition: all 0.2s linear;
}
.input_box .select_input .select_option:first-child {
  padding-top: 24px;
}
.input_box .select_input .select_option:hover {
  background: #ffc5dd;
}
.input_box .select_input.active {
  z-index: 2;
}
.input_box .select_input.active::after {
  top: 50%;
  transform: translateY(calc(-50% + 2px)) rotate(180deg);
}

.input_box.success {
  color: #53af1b;
}
.input_box.success input {
  border-color: #53AF1B;
  outline-color: #53AF1B;
}

.input_box.error {
  color: #ed3c3c;
}
.input_box.error input {
  border-color: #ED3C3C;
  outline-color: #ED3C3C;
}

.input_box.easy {
  color: #ed3c3c;
}
.input_box.easy input {
  border-color: #ED3C3C;
  outline-color: #ED3C3C;
}

.input_box.medium {
  color: #f0cb3f;
}
.input_box.medium input {
  border-color: #f0cb3f;
  outline-color: #f0cb3f;
}

.input_box.hard {
  color: #53AF1B;
}
.input_box.hard input {
  border-color: #53AF1B;
  outline-color: #53AF1B;
}

.content {
  box-shadow: 0px 0px 24px rgba(8, 24, 56, 0.15);
  padding: 32px;
  border-radius: 8px;
  background: #fff;
}

.content_inner {
  min-height: 300px;
}

.content_nav {
  position: relative;
  display: flex;
  column-gap: 64px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 32px;
}
.content_nav .active {
  color: #E83A82;
}
.content_nav > div {
  cursor: pointer;
  transition: all 0.2s linear;
}
.content_nav > div:hover {
  color: #E83A82;
}
.content_nav .underline {
  position: absolute;
  height: 2px;
  bottom: -1px;
  background: #E83A82;
  transition: all 0.2s linear;
}

.content_item {
  padding-bottom: 48px;
  border-bottom: 1px solid #DFDFDF;
  margin-top: 48px;
}
.content_item:first-child {
  margin-top: 0;
}
.content_item:last-child {
  padding-bottom: 0;
  border: none;
}

.content_title {
  font-size: 36px;
  color: #4F4F51;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.content_title:first-child {
  font-weight: 700;
}

h1.content_title {
  font-size: 48px;
  font-weight: 700;
}

.access_title .icon {
  cursor: pointer;
  font-size: 20px;
  padding: 10px;
  color: #fff;
  border-radius: 4px;
  background: #E83A82;
  transition: all 0.2s linear;
}
.access_title .icon:hover {
  background: #ffc5dd;
}

.content_cells {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 24px;
  margin: 0 -15px 16px;
}
.content_cells input {
  border-color: transparent !important;
}
.content_cells input:hover {
  border-color: transparent !important;
}
.content_cells input:focus {
  outline: none !important;
  border-color: transparent !important;
}
.content_cells .content_cell {
  min-width: 33.3333%;
  padding: 0 15px;
}
.content_cells .content_cell .name {
  color: #A9B1BF;
  font-size: 13px;
  margin-bottom: 4px;
}
.content_cells .content_cell .value {
  font-size: 18px;
  font-weight: 600;
}
.content_cells .content_cell .value:not(input) {
  cursor: default;
}
.content_cells .content_cell input {
  cursor: pointer;
  padding: 0;
  border: none;
  border-radius: 0;
}
.content_cells .content_cell input:hover {
  color: #E83A82;
}
.content_cells .content_cell input:focus {
  outline: none;
  border: none;
  cursor: auto;
}
.content_cells .content_cell.status .value {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.content_cells .content_cell.status .value .icon {
  font-size: 24px;
}
.content_cells .content_cell.status .value.color-1 .icon {
  color: #e4bd3e;
}
.content_cells .content_cell .select_list {
  margin-top: 0;
}
.content_cells .content_cell .select_list .select_option {
  padding: 10px 0;
  font-weight: 500;
  background: none;
}
.content_cells .content_cell .select_list .select_option:hover {
  color: #E83A82;
}
.content_cells .content_cell .select_list .select_option:first-child {
  padding-top: 10px;
}

.tariff_rates {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.tariff_rate {
  cursor: pointer;
  padding: 8px;
  width: 50%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.tariff_rate:hover .prices {
  background: #E83A82;
  color: #fff;
}
.tariff_rate .prices {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  padding-left: 16px;
  background: #ffc5dd;
  transition: all 0.2s linear;
}
.tariff_rate .prices .time {
  width: 100%;
  font-weight: 500;
}
.tariff_rate .prices .old_price {
  font-size: 13px;
  margin-right: 8px;
  text-decoration: line-through;
}
.tariff_rate .prices .price {
  font-size: 16px;
  font-weight: 600;
}
.tariff_rate .sale {
  background: #E83A82;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.translation_items {
  padding: 24px;
  background: #F5F5F5;
  border-radius: 8px;
}
.translation_items .translation_row {
  margin-bottom: 0;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  justify-content: start;
}
.translation_items .translation_row .name {
  max-width: 300px;
}
.translation_items .translation_row .status {
  max-width: 100%;
  flex: 1;
}
.translation_items.translations_list .translation_row {
  transition: background 0.2s linear;
}
.translation_items.translations_list .translation_row .name {
  max-width: 300px;
}
.translation_items.translations_list .translation_row .name:hover {
  color: inherit;
}
.translation_items.translations_list .translation_row:not(.title_row, .not_found):hover {
  background: #d9d9d9;
}
.translation_items.translation_tags .translation_row {
  display: flex;
  justify-content: space-between;
}

.translation_items[data-view=carts] {
  background: none;
  padding: 0;
}
.translation_items[data-view=carts] .title_row {
  display: none !important;
}
.translation_items[data-view=carts] .translation_rows {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 24px;
}
.translation_items[data-view=carts] .translation_row {
  border-radius: 4px;
  margin-bottom: 0;
  width: calc(25% - 16px);
  min-width: 250px;
  flex-direction: column;
  background: #F5F5F5;
  padding: 24px;
  align-items: flex-start;
}
.translation_items[data-view=carts] .translation_row > * {
  max-width: 100%;
}
.translation_items[data-view=carts] .translation_row .name {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
}
.translation_items[data-view=carts] .translation_row .type {
  display: block;
  margin-bottom: 16px;
}
.translation_items[data-view=carts] .translation_row .status {
  display: none;
}
.translation_items[data-view=carts] .translation_row .action {
  margin-bottom: 16px;
}
.translation_items[data-view=carts] .translation_row .action > * {
  width: auto;
  text-align: center;
}

.translation_items[data-view=list] .title_row {
  display: flex;
}

.translation_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4F4F51;
  margin-bottom: 16px;
  column-gap: 8px;
}
.translation_row:last-child {
  margin-bottom: 0;
}
.translation_row a {
  text-decoration: none;
  color: #4F4F51;
}
.translation_row .name, .translation_row .status {
  max-width: 20%;
  width: 100%;
}
.translation_row .name:hover {
  color: #E83A82;
}
.translation_row .status {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.translation_row .status .icon {
  font-size: 20px;
  color: #e4bd3e;
}
.translation_row .status .icon-status-1 {
  color: #e4bd3e;
}
.translation_row .status .icon-status-2 {
  color: #53AF1B;
}
.translation_row .type {
  display: none;
}
.translation_row .action {
  max-width: 25%;
  width: 100%;
}
.translation_row .action .icon-play {
  font-size: 16px;
}
.translation_row .action .action_buttons-wrapper .button {
  padding: 12px;
}
.translation_row .action .action_buttons-wrapper svg path {
  stroke: #fff;
  fill: #fff;
}
.translation_row .actions {
  max-width: 15%;
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 16px;
  justify-content: end;
}
.translation_row .actions .icon {
  font-size: 24px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.translation_row .actions .icon:hover {
  color: #E83A82 !important;
}
.translation_row .actions .icon-delete1 {
  color: #ED3C3C;
}
.translation_row .social {
  max-width: 100%;
  width: auto;
  display: flex;
  justify-content: space-between;
  column-gap: 8px;
}
.translation_row .social .icon {
  cursor: pointer;
  border-radius: 4px;
  font-size: 24px;
  padding: 4px;
  border: 1px solid #4F4F51;
  color: #4F4F51;
}
.translation_row .social .icon.active {
  color: #fff;
  border: 1px solid transparent;
}
.translation_row .social .icon.icon-social-1.active {
  background: #4680C2;
}
.translation_row .social .icon.icon-social-2.active {
  background: linear-gradient(225deg, rgba(251, 189, 91, 0) 0%, #FBBD5B 100%), #A236B9;
}
.translation_row .social.error .icon {
  border-color: #ED3C3C;
  color: #ED3C3C;
}
.translation_row .date {
  max-width: 240px;
  width: 100%;
}
.translation_row .access_number {
  max-width: 20px;
  width: 100%;
}
.translation_row .access_user {
  max-width: 250px;
  width: 100%;
}
.translation_row .access_rights {
  max-width: 130px;
  width: 100%;
}
.translation_row .access_create_date {
  max-width: 120px;
  width: 100%;
}
.translation_row .payment_date {
  max-width: 120px;
  width: 100%;
}
.translation_row .payment_time {
  max-width: 120px;
  width: 100%;
}
.translation_row .payment_sum {
  max-width: 120px;
  width: 100%;
}
.translation_row .payment_draft {
  max-width: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: #FF761C;
  cursor: pointer;
}
.translation_row .payment_draft .icon {
  font-size: 20px;
}

.translation_row.title_row > * {
  color: #A9B1BF !important;
  cursor: default;
}

.translation_row.not_found {
  margin-bottom: 0;
  color: #A9B1BF;
}

.translation_tag.translation_row .name,
.translation_access.translation_row .name,
.translation_payment.translation_row .name {
  display: flex;
  align-items: center;
}
.translation_tag.translation_row .name span,
.translation_access.translation_row .name span,
.translation_payment.translation_row .name span {
  margin-right: 8px;
  font-size: 22px;
  color: #A9B1BF;
}
.translation_tag.translation_row .actions > *,
.translation_access.translation_row .actions > *,
.translation_payment.translation_row .actions > * {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.translation_tag.translation_row .actions .add > *,
.translation_access.translation_row .actions .add > *,
.translation_payment.translation_row .actions .add > * {
  color: #FF761C;
}
.translation_tag.translation_row .actions .add > *:hover,
.translation_access.translation_row .actions .add > *:hover,
.translation_payment.translation_row .actions .add > *:hover {
  color: #FF761C !important;
}
.translation_tag.translation_row .actions .delete > *,
.translation_access.translation_row .actions .delete > *,
.translation_payment.translation_row .actions .delete > * {
  color: #ED3C3C;
}
.translation_tag.translation_row .actions .delete > *:hover,
.translation_access.translation_row .actions .delete > *:hover,
.translation_payment.translation_row .actions .delete > *:hover {
  color: #ED3C3C !important;
}
.translation_tag.translation_row .actions .open,
.translation_access.translation_row .actions .open,
.translation_payment.translation_row .actions .open {
  color: #FF761C;
}
.translation_tag.translation_row .actions .icon,
.translation_access.translation_row .actions .icon,
.translation_payment.translation_row .actions .icon {
  padding: 0;
  background: none;
}

.translation_tag.translation_row .name {
  display: block;
}
.translation_tag.translation_row .name .error_input {
  padding-left: 25px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  color: #4F4F51;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

.timer__items {
  width: 250px;
  display: flex;
  column-gap: 11px;
  justify-content: center;
}
.timer__items .times {
  display: flex;
  position: relative;
  column-gap: 2px;
}
.timer__items .times span {
  padding: 6px 9px;
  color: #E83A82;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(19, 6, 0, 0.1);
  border-radius: 4px;
}
.timer__items .times::after {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7px;
}
.timer__items .title {
  text-align: center;
  font-size: 12px;
}

.timer__item:last-child .times::after {
  display: none;
}

.main {
  background: #c7c7c7;
  flex: 1;
  opacity: 0;
  animation: opacity 0.625s ease-in forwards;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#auth {
  background: linear-gradient(45deg, rgb(237, 239, 241) 46%, rgb(232, 58, 130) 46%);
  display: flex;
  min-height: 100vh;
}
#auth .forms {
  width: 62.5%;
  background: #EDEFF1;
  border-radius: 0px 32px 0px 0px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#auth .intro {
  background: url("../img/auth/intro_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 37.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 0px 32px;
  position: relative;
  z-index: 1;
}
#auth .intro_bg {
  border-radius: 0px 0px 0px 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(232, 58, 130, 0.95);
}
#auth .intro_inner {
  max-width: 560px;
  text-align: center;
  color: #fff;
  padding: 15px;
}
#auth .intro_logo {
  max-width: 222px;
  margin: 0 auto;
}
#auth .intro_text {
  margin-top: 40px;
}

#auth .auth_form {
  display: none;
  opacity: 0;
  max-width: 496px;
  width: 100%;
  font-size: 14px;
  transition: all 0.5s linear;
}
#auth .auth_form h1 {
  font-size: 64px;
  margin-bottom: 40px;
  color: #E83A82;
  opacity: 0.4;
  font-weight: 700;
  line-height: 1.4;
}
#auth .auth_form .auth_form_text {
  margin-bottom: 24px;
}
#auth .auth_form .auth_form_input {
  margin-bottom: 24px;
}
#auth .auth_form .button {
  width: 100%;
  margin-bottom: 16px;
}
#auth .auth_form .other_text {
  text-align: center;
}
#auth .auth_form.first {
  display: block;
  opacity: 1;
}
#auth .auth_form.active {
  display: block;
  animation: authActive 0.4s linear 0.4s forwards;
}
#auth .auth_form.disactive {
  display: block;
  animation: authDisactive 0.4s linear forwards;
}

@keyframes authActive {
  0% {
    opacity: 0;
    transform: translateX(100%) scale(0.8);
  }
  50% {
    opacity: 0.5;
    transform: translateX(0) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes authDisactive {
  0% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%) scale(0.8);
  }
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header_logo {
  max-width: 80px;
}
.header .header_buttons {
  display: flex;
  align-items: center;
}
.header .header_button {
  display: flex;
  align-items: center;
  padding: 8px;
  padding-right: 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.header .header_button:hover {
  background: #ffc5dd;
  color: #E83A82;
}
.header .icon {
  font-size: 24px;
  color: #E83A82;
}
.header .icon-help {
  color: #20a520;
}
.header .header_help {
  color: #4F4F51;
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-right: 32px;
}
.header .header_menu_block {
  position: relative;
}
.header .header_menu_block .user_name {
  margin: 0 8px;
  position: relative;
}
.header .header_menu_block .user_name::after {
  content: "";
  position: absolute;
  right: -21px;
  border-radius: 4px;
  top: 66%;
  transform: translateY(-50%);
  display: inline-block;
  border: 7px solid transparent;
  transition: all 0.2s linear;
  border-top: 7px solid #E83A82;
}
.header .header_menu_block .header_menu {
  position: absolute;
  top: 100%;
  right: 10px;
  z-index: 1;
  min-width: 260px;
  width: 100%;
  padding: 0px 16px;
  display: none;
  background: #FBFBFB;
  border-radius: 8px;
  box-shadow: 0px 0px 24px rgba(8, 24, 56, 0.15);
  color: #a9b1bf;
}
.header .header_menu_block .header_menu .icon {
  font-size: 20px;
}
.header .header_menu_block .header_menu a {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin: 16px 0;
  transition: all 0.2s linear;
}
.header .header_menu_block .header_menu a:hover {
  color: #E83A82;
}
.header .header_menu_block .header_menu a:hover .icon {
  color: #E83A82;
}
.header .header_menu_block .header_menu a .icon {
  color: #A9B1BF;
}
.header .header_menu_block.active .user_name::after {
  transform: translateY(-100%) rotate(180deg);
}
.header .header_menu_block.active .header_menu {
  display: block;
}

#translations {
  padding: 24px 40px;
}
#translations .header {
  margin-bottom: 40px;
}
#translations .translations_search_view {
  margin-bottom: 24px;
}
#translations .translations_search_view .title {
  font-size: 14px;
  margin-bottom: 4px;
}
#translations .translations_search {
  max-width: 750px;
  width: 100%;
}
#translations .translations_search .search {
  position: relative;
}
#translations .translations_search .search svg {
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
#translations .translations_view .views {
  display: flex;
}
#translations .translations_view .view {
  cursor: pointer;
  padding: 12px;
  border: 1px solid #A9B1BF;
  border-radius: 4px;
  width: 48px;
  height: 48px;
  transition: all 0.2s linear;
}
#translations .translations_view .view .icon {
  font-size: 24px;
  transition: all 0.2s linear;
  color: #4F4F51;
}
#translations .translations_view .view:hover {
  background: #E83A82;
}
#translations .translations_view .view:hover .icon {
  color: #fff;
}
#translations .translations_view .view.list {
  margin-right: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
#translations .translations_view .view.carts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0px -2px;
}
#translations .translations_view .view.active {
  border-color: transparent;
  background: #E83A82;
}
#translations .translations_view .view.active .icon {
  color: #fff;
}

form.create_translation .moderation_types {
  display: flex;
  column-gap: 16px;
}
form.create_translation .tarriff_types {
  display: flex;
  column-gap: 16px;
}
form.create_translation .tarriff_types .tarrif_type {
  cursor: pointer;
  width: 50%;
  padding: 24px;
  background: #FBFBFB;
  border: 1px solid #A9B1BF;
  box-shadow: 0px 0px 24px rgba(8, 24, 56, 0.15);
  border-radius: 4px;
  transition: all 0.2s linear;
}
form.create_translation .tarriff_types .tarrif_type * {
  color: #4F4F51;
}
form.create_translation .tarriff_types .tarrif_type:hover {
  background: #E83A82;
}
form.create_translation .tarriff_types .tarrif_type:hover * {
  color: #fff;
}
form.create_translation .tarriff_types .tarrif_type.active,
form.create_translation .tarriff_types .tarrif_type:hover {
  background: #E83A82;
}
form.create_translation .tarriff_types .tarrif_type.active *,
form.create_translation .tarriff_types .tarrif_type:hover * {
  color: #fff;
}
form.create_translation .tarriff_types .tarrif_type.active svg path,
form.create_translation .tarriff_types .tarrif_type:hover svg path {
  fill: #fff;
}
form.create_translation .tarriff_types .tarrif_type_box {
  margin-bottom: 24px;
}
form.create_translation .tarriff_types .tarrif_type_box:last-child {
  margin-bottom: 0;
}
form.create_translation .tarriff_types .tarrif_type_box > * {
  margin-bottom: 16px;
}
form.create_translation .tarriff_types .tarrif_type_box > *:last-child {
  margin-bottom: 0;
}
form.create_translation .tarriff_types .tariff_time_name svg path {
  fill: #4F4F51;
}
form.create_translation .buttons {
  display: flex;
  align-items: center;
  justify-content: right;
  column-gap: 40px;
}

#translation {
  padding-bottom: 30px;
}
#translation .header {
  width: 100%;
}
#translation .header .back {
  width: 320px;
  padding: 24px;
}
#translation .header .time_line {
  display: none;
}
#translation .header .header_inner {
  padding: 24px 24px 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
}
#translation .header.collapse {
  justify-content: start;
}
#translation .header.collapse .time_line {
  display: flex;
  align-items: center;
  column-gap: 40px;
  margin-right: 40px;
}
#translation .header.collapse .time_line h2 {
  font-size: 18px;
}
#translation .header.collapse .back {
  width: 115px;
}
#translation .header.collapse .back span:not(.icon) {
  display: none;
}
#translation .header.collapse .back .icon {
  font-size: 24px;
}
#translation .header.collapse .header_inner {
  width: auto;
  flex: 1;
}
#translation .translation_inner {
  padding-right: 24px;
  display: flex;
  align-items: stretch;
}
#translation .nav {
  transition: all 0.2s linear;
  width: 320px;
}
#translation .nav .icon {
  color: #A9B1BF;
}
#translation .nav h2 {
  font-size: 32px;
  margin-bottom: 16px;
}
#translation .nav .time_line {
  padding: 0 24px;
}
#translation .nav .play_translation {
  padding: 16px 24px 32px;
}
#translation .nav .nav_menu {
  display: flex;
  flex-direction: column;
}
#translation .nav .nav_menu a {
  padding: 12px 24px;
  color: #4F4F51;
  display: flex;
  align-items: center;
}
#translation .nav .nav_menu a .icon {
  color: #A9B1BF;
  font-size: 24px;
  margin-right: 16px;
}
#translation .nav .nav_menu a:first-child {
  margin-bottom: 40px;
}
#translation .nav .nav_menu a.active, #translation .nav .nav_menu a:hover {
  background: #ffc5dd;
  color: #E83A82;
}
#translation .nav .nav_menu a.active .icon, #translation .nav .nav_menu a:hover .icon {
  background: #ffc5dd;
  color: #E83A82;
}
#translation .nav #translation_status {
  margin-bottom: 16px;
}
#translation .nav #translation_status span {
  display: block;
}
#translation .nav #translation_status a {
  height: auto;
  display: block;
  margin-top: 8px;
}
#translation .nav .play_translation_inner {
  padding-bottom: 32px;
  border-bottom: 1px solid #fff;
}
#translation .nav .play_translation_inner .icon {
  font-size: 16px;
  color: #fff;
}
#translation .nav .play_translation_inner svg path {
  stroke: #fff;
  fill: #fff;
}
#translation .nav .play_translation_inner .button {
  display: flex;
  align-items: center;
  max-width: 250px;
}
#translation .nav.collapse {
  width: 115px;
}
#translation .nav.collapse .time_line {
  display: none;
}
#translation .nav.collapse #translation_status {
  margin-bottom: 16px;
}
#translation .nav.collapse #translation_status span {
  display: none;
}
#translation .nav.collapse #translation_status a {
  display: block;
  margin-top: 0;
}
#translation .nav.collapse .play_translation_inner {
  display: flex;
  justify-content: center;
  border-bottom: 0;
  padding-bottom: 0;
  flex-direction: column;
}
#translation .nav.collapse .play_translation_inner a {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#translation .nav.collapse .play_translation_inner a span:not(.icon) {
  display: none;
}
#translation .nav.collapse .play_translation_inner a .icon {
  font-size: 20px;
  margin-right: 0;
}
#translation .nav.collapse .play_translation_inner .button span:not(.icon) {
  display: none;
}
#translation .nav.collapse .nav_menu {
  height: 100%;
}
#translation .nav.collapse .nav_menu .js-nav-collapse {
  flex: 1;
  justify-content: center;
  margin-top: 0;
}
#translation .nav.collapse .nav_menu .js-nav-collapse:hover {
  background: none;
}
#translation .nav.collapse .nav_menu .js-nav-collapse:hover .icon {
  background: none;
}
#translation .nav.collapse .nav_menu .js-nav-collapse .icon {
  transform: rotate(180deg);
}
#translation .nav.collapse .nav_menu a {
  flex-direction: column;
  align-items: center;
}
#translation .nav.collapse .nav_menu a .icon {
  margin-right: 0;
  font-size: 24px;
}
#translation .content {
  flex: 1;
  width: calc(100% - 320px);
  flex-flow: 0;
}
#translation .content.collapse {
  width: calc(100% - 115px);
}
#translation .tags_max {
  color: #ED3C3C;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
}

[data-remodal-id=add-access-right] .inputs {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
[data-remodal-id=add-access-right] .user_info {
  width: 55%;
}
[data-remodal-id=add-access-right] .rights {
  flex: 1;
}

.modal_field {
  margin-bottom: 24px;
}
.modal_field:last-child {
  margin-bottom: 0;
}
.modal_field .tariff_old_cost {
  text-decoration: line-through;
}
.modal_field svg {
  width: 20px;
  height: 20px;
}

.modal_field_title {
  margin-bottom: 4px;
}

.with_icons {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.icon-post-vk {
  background: #4680C2;
}

.icon-vk {
  background: #4680C2;
  color: #fff;
  font-size: 20px;
  padding: 4px;
  border-radius: 4px;
}

.icon-inst {
  background: linear-gradient(225deg, rgba(251, 189, 91, 0) 0%, #FBBD5B 100%), #A236B9;
  color: #fff;
  font-size: 20px;
  padding: 4px;
  border-radius: 4px;
}

.icon-post-inst {
  background: linear-gradient(225deg, rgba(251, 189, 91, 0) 0%, #FBBD5B 100%), #A236B9;
}

.facebook-login {
  display: block;
  width: 42px;
  height: 38px;
  margin-bottom: 16px;
}

.loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader > div {
  border-radius: 50%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: #E83A82;
  animation: loaderRotate 1s linear infinite forwards;
}
@keyframes loaderRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.footer {
  padding: 11px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer img {
  max-width: 130px;
  width: 100%;
  height: auto;
}

#notes {
  position: fixed;
  top: 1em;
  width: 100%;
  cursor: default;
  transition: height 0.45s ease-in-out;
  -webkit-transition: height 0.45s ease-in-out;
  pointer-events: none;
  z-index: 999999;
}

#notes .note-item {
  max-height: 12em;
  opacity: 0.75;
  will-change: opacity, transform;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  width: 240px;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  z-index: 9999999;
  pointer-events: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  max-width: 20em;
  font: inherit;
  line-height: 1.25em;
  color: #fff;
  margin: 0 auto 1em auto;
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  padding: 0.75em 1em;
}

@media all and (max-width: 30em) {
  #notes .note-item {
    width: 75vw;
    max-width: none;
  }
}
#notes .note-item[data-show=false] {
  pointer-events: none;
  opacity: 0 !important;
  max-height: 0 !important;
  margin-bottom: 0 !important;
}

#notes .note-item[data-type=info] {
  background-color: #E83A82;
}

#notes .note-item[data-type=warn] {
  background-color: #ebac00;
  animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

#notes .note-item[data-type=error] {
  background-color: #fb6542;
  animation: shake 0.54s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-animation: shake 0.54s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

#notes .note-item[data-type=success] {
  background-color: #E83A82;
}

#notes .note-item .note-item-text {
  flex: auto;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  padding-right: 0.5em;
  max-width: 100%;
  max-width: 100%;
  text-align: center;
}

#notes .note-item .note-item-btn {
  width: 1.25em;
  height: 1.25em;
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTguMyw1LjcxTDE4LjMsNS43MWMtMC4zOS0wLjM5LTEuMDItMC4zOS0xLjQxLDBMMTIsMTAuNTlMNy4xMSw1LjdjLTAuMzktMC4zOS0xLjAyLTAuMzktMS40MSwwbDAsMCBjLTAuMzksMC4zOS0wLjM5LDEuMDIsMCwxLjQxTDEwLjU5LDEyTDUuNywxNi44OWMtMC4zOSwwLjM5LTAuMzksMS4wMiwwLDEuNDFoMGMwLjM5LDAuMzksMS4wMiwwLjM5LDEuNDEsMEwxMiwxMy40MWw0Ljg5LDQuODkgYzAuMzksMC4zOSwxLjAyLDAuMzksMS40MSwwbDAsMGMwLjM5LTAuMzksMC4zOS0xLjAyLDAtMS40MUwxMy40MSwxMmw0Ljg5LTQuODlDMTguNjgsNi43MywxOC42OCw2LjA5LDE4LjMsNS43MXoiLz48L3N2Zz4=) no-repeat 0 0/contain;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}

#notes .note-item .note-item-btn:hover {
  opacity: 0.6;
}

.notifications {
  position: fixed;
  right: 30px;
  top: 150px;
  z-index: 1;
  transition: all 0.2s linear;
}
.notifications.visible {
  transform: translateX(-100%);
}

.notification {
  display: none;
  position: relative;
  right: -200%;
}

.top_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter {
  display: flex;
  align-items: flex-end;
  column-gap: 24px;
}
.filter .span {
  padding-bottom: 14px;
}

.search_block {
  max-width: 750px;
  width: 100%;
}
.search_block .search {
  position: relative;
}
.search_block .search svg {
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.integrations_forms {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 32px;
  align-items: stretch;
}

.integration_form {
  max-width: 380px;
  width: 100%;
}
.integration_form .integration_form-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.integration_form .input_box {
  margin-bottom: 24px;
}
.integration_form .button {
  width: 100%;
}

.icon {
  font-size: 20px;
}

.icon-status-1 {
  color: #E4BD30;
}

.icon-status-2 {
  color: #53AF1B;
}

.icon-blocked {
  color: #ED3C3C;
}
.icon-blocked:hover {
  color: #ec7676;
}
.icon-blocked:active {
  color: #eb0f0f;
}

.icon-delete {
  font-size: 20px;
  cursor: pointer;
  color: #ED3C3C;
}
.icon-delete:hover {
  color: #ec7676;
}
.icon-delete:active {
  color: #eb0f0f;
}

.icon-plus {
  cursor: pointer;
  font-size: 20px;
  padding: 10px;
  color: #fff;
  border-radius: 4px;
  background: #E83A82;
  transition: all 0.2s linear;
}
.icon-plus:hover {
  background: #ffc5dd;
}

.icon-plus.secondary {
  padding: 0;
  background: none;
}
.icon-plus.secondary:hover {
  background: none;
}

.icon-play {
  font-size: 16px;
}

.icon-edit:hover,
.icon-settings:hover,
.icon-eye:hover,
.icon-archive:hover,
.icon-unarchive:hover {
  color: #E83A82;
}

.remodal[data-remodal-id=confirm-modal] {
  max-width: 400px;
}

.modal-title {
  margin-bottom: 24px;
}

.modal-title-center {
  text-align: center;
}

button {
  cursor: pointer;
}
button.reset {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  font-weight: inherit;
}

.extend-button {
  background: #4653E9;
}

.pay-button {
  background: #4653E9;
}

.play-button {
  background: #E83A82;
}

.sort_column {
  cursor: pointer;
  transition: all 0.2s linear;
}
.sort_column:hover {
  color: #E83A82;
}
.sort_column:active {
  color: #e72b7a;
}

.remodal h2, .remodal h3 {
  color: #E83A82;
}
.remodal p {
  font-size: 16px;
}

[data-remodal-id=error-modal] {
  max-width: 450px;
  background: #3a3a3a;
  color: #fff;
}
[data-remodal-id=error-modal] .remodal-close {
  color: #fff;
}
[data-remodal-id=error-modal] h2 {
  color: #E83A82;
}
[data-remodal-id=error-modal] p {
  font-size: 16px;
}

.checkbox_select {
  position: relative;
}
.checkbox_select.active .checkbox_input-value {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.checkbox_options {
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #A9B1BF;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 5px;
}

.checkbox_input {
  position: relative;
}
.checkbox_input input {
  position: absolute;
  z-index: -1;
}

.checkbox_input::after {
  content: "";
  position: absolute;
  right: 14px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  clip-path: polygon(50% 100%, 0 50%, 100% 50%);
  background: #A9B1BF;
  border-radius: 0.5px;
}

.checkbox_select.active .checkbox_input::after {
  top: 50%;
  transform: translateY(calc(-50% + 2px)) rotate(180deg);
}

.checkbox_input-value {
  width: 175px;
  border: 1px solid #A9B1BF;
  border-radius: 4px;
  color: #4F4F51;
  padding: 7px;
  display: block;
}

.checkbox_option {
  position: relative;
  margin: 5px;
}

.tags_checkboxes .tags_checkbox {
  margin-bottom: 16px;
}
.tags_checkboxes .tags_checkbox:last-child {
  margin-bottom: 0;
}
.tags_checkboxes .tags_checkbox .tag_checkbox-input {
  display: none;
}

input.tag_checkbox[type=checkbox]:checked,
input.tag_checkbox[type=checkbox]:not(:checked),
input.tag_checkbox[type=radio]:checked,
input.tag_checkbox[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input.tag_checkbox-input[type=checkbox]:checked + label,
input.tag_checkbox-input[type=checkbox]:not(:checked) + label,
input.tag_checkbox-input[type=radio]:checked + label,
input.tag_checkbox-input[type=radio]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  cursor: pointer;
}

input.tag_checkbox-input[type=checkbox]:checked + label:before,
input.tag_checkbox-input[type=checkbox]:not(:checked) + label:before,
input.tag_checkbox-input[type=radio]:checked + label:before,
input.tag_checkbox-input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}

input.tag_checkbox-input[type=checkbox]:checked + label:before,
input.tag_checkbox-input[type=checkbox]:not(:checked) + label:before {
  border-radius: 2px;
}

input.tag_checkbox-input[type=radio]:checked + label:before,
input.tag_checkbox-input[type=radio]:not(:checked) + label:before {
  border-radius: 100%;
}

input.tag_checkbox-input[type=checkbox]:checked + label:after,
input.tag_checkbox-input[type=checkbox]:not(:checked) + label:after,
input.tag_checkbox-input[type=radio]:checked + label:after,
input.tag_checkbox-input[type=radio]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input.tag_checkbox-input[type=checkbox]:checked + label:after,
input.tag_checkbox-input[type=checkbox]:not(:checked) + label:after {
  left: 4px;
  top: 4px;
  width: 13px;
  height: 8px;
  border-radius: 1px;
  border-left: 3px solid #53AF1B;
  border-bottom: 3px solid #53AF1B;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.tag_checkbox-input[type=radio]:checked + label:after,
input.tag_checkbox-input[type=radio]:not(:checked) + label:after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #53AF1B;
}

input.tag_checkbox-input[type=checkbox]:not(:checked) + label:after,
input.tag_checkbox-input[type=radio]:not(:checked) + label:after {
  opacity: 0;
}

input.tag_checkbox-input[type=checkbox]:checked + label:after,
input.tag_checkbox-input[type=radio]:checked + label:after {
  opacity: 1;
}

[data-container-body] {
  display: none;
}

[data-actions-wrapper] {
  position: relative;
}

[data-actions] {
  display: none;
  position: absolute;
  top: 100%;
  left: 100%;
  overflow: hidden;
  border: 1px solid #4F4F51;
  border-radius: 4px;
}

[data-action] {
  background: #4F4F51;
  padding: 5px 10px;
  transition: all 0.2s linear;
}
[data-action]:hover {
  background: #fff;
  color: #4F4F51;
}

input.checkbox[type=checkbox]:checked,
input.checkbox[type=checkbox]:not(:checked),
input.radio[type=radio]:checked,
input.radio[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input.checkbox-input[type=checkbox]:checked + label,
input.checkbox-input[type=checkbox]:not(:checked) + label,
input.radio-input[type=radio]:checked + label,
input.radio-input[type=radio]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  cursor: pointer;
}

input.checkbox-input[type=checkbox]:checked + label:before,
input.checkbox-input[type=checkbox]:not(:checked) + label:before,
input.radio-input[type=radio]:checked + label:before,
input.radio-input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}

input.checkbox-input[type=checkbox]:checked + label:before,
input.checkbox-input[type=checkbox]:not(:checked) + label:before {
  border-radius: 2px;
}

input.checkbox-input[type=radio]:checked + label:before,
input.checkbox-input[type=radio]:not(:checked) + label:before {
  border-radius: 100%;
}

input.checkbox-input[type=checkbox]:checked + label:after,
input.checkbox-input[type=checkbox]:not(:checked) + label:after,
input.radio-input[type=radio]:checked + label:after,
input.radio-input[type=radio]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input.checkbox-input[type=checkbox]:checked + label:after,
input.checkbox-input[type=checkbox]:not(:checked) + label:after {
  left: 4px;
  top: 4px;
  width: 13px;
  height: 8px;
  border-radius: 1px;
  border-left: 3px solid #53AF1B;
  border-bottom: 3px solid #53AF1B;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.radio-input[type=radio]:checked + label:after,
input.radio-input[type=radio]:not(:checked) + label:after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #53AF1B;
}

input.checkbox-input[type=checkbox]:not(:checked) + label:after,
input.radio-input[type=radio]:not(:checked) + label:after {
  opacity: 0;
}

input.checkbox-input[type=checkbox]:checked + label:after,
input.radio-input[type=radio]:checked + label:after {
  opacity: 1;
}

.tippy_box {
  display: flex;
  align-items: center;
}

[data-tippy-content] {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  border: 0px;
  background: #ffc5dd;
  margin-left: 10px;
}

/*# sourceMappingURL=style.css.map */
