@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
@font-face {
  src: url("/fonts/Noah-ExtraBold.ttf");
  font-family: "Noah";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
}
@font-face {
  src: url("/fonts/Noah-Bold.ttf");
  font-family: "Noah";
  font-style: normal;
  font-display: swap;
  font-weight: bold;
}
@font-face {
  src: url("/fonts/Noah-BoldItalic.ttf");
  font-family: "Noah";
  font-style: italic;
  font-display: swap;
  font-weight: bold;
}
@font-face {
  src: url("/fonts/Noah-Medium.ttf");
  font-family: "Noah";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  src: url("/fonts/Noah-Regular.ttf");
  font-family: "Noah";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  src: url("/fonts/Noah-RegularItalic.ttf");
  font-family: "Noah";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
}
:root {
  --bold: #232b2e !important;
  --black: #1c1f26 !important;
  --brown: #6e7892 !important;
  --blue: #5254f1 !important;
  --yellow: #ffe984 !important;
  --light-brown: #f9f6f3 !important;
  --brown-light: rgba(110, 120, 146, 0.5) !important;
  --white: #ffffff !important;
  --red: #ff5749 !important;
  --green: #46cb5c !important;
  --toastify-color-info: #5254f1;
  --toastify-color-success: #46cb5c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #ff5749;
}
* {
  box-sizing: border-box;
  user-select: text;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #eff2fb !important;
  background-image: url("/images/fon.svg") !important;
  background-repeat: repeat;
  background-position: center center;
  background-size: cover !important;
  overflow-y: scroll;
  font-weight: 400 !important;
  margin: 0;
  color: var(--bold);
  transition: filter ease 1s, background-color ease 1s;
}
body,
button,
select,
input,
textarea {
  font-family: "Noah", sans-serif !important;
}
::selection {
  background: var(--yellow);
  color: var(--black);
}
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  background: var(--white);
}
::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
a {
  text-decoration: none !important;
  cursor: pointer;
}
ul {
  list-style-type: none !important;
  padding: 0;
}
input {
  outline: none !important;
  box-shadow: none !important;
  font-family: "Noah", sans-serif;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="date"] {
  cursor: text !important;
}
textarea {
  resize: none !important;
}
button {
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
.container_body {
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 0 calc(50% - 620px) !important;
}
.dark_theme {
  background-color: #aaa !important;
  filter: grayscale(100%);
  transition: filter ease 1s, background-color ease 1s;
}
.light_item {
  transition: background-color 0.5s ease, border 0.5s ease;
  /* box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); */
  border: 1px solid #fff;
}
.light_item:hover {
  background-color: #faf9f4 !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  position: relative; */
}

.title,
.name {
  transition: color 0.3s ease;
}
.audio_dictor_btn {
  position: absolute;
  background: #00aa58;
  padding: 4px;
  border-radius: 8px;
  cursor: pointer;
  z-index: 99999999999;
  border: 1px solid #00aa58;
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.audio_dictor_btn > svg {
  color: #fff;
  font-size: 24px;
}
.audio_dictor_btn:hover {
  box-shadow: 0 0 10px #00aa58;
  background: #fff;
}
.audio_dictor_btn:hover > svg {
  color: #00aa58;
  font-size: 24px;
}
.offer_link:hover {
  color: #00aa58 !important;
}
.chakra-modal__overlay,
.chakra-modal__content-container {
  width: 100% !important;
  height: 100% !important;
}
