@font-face {
  font-family: "Centure";
  src: url("/assets/fonts/Century_Gothic.ttf");
}
@font-face {
  font-family: "Centure";
  src: url("/assets/fonts/Century_Gothic_bold.ttf");
  font-weight: bold;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  height: 12px;
  width: 4px;
  background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  background: #cdcdcd;
}

body {
  font-size: 14px;
  font-family: -apple-system, Centure, Arial, sans-serif;
}

input, textarea, select, option {
  font-family: -apple-system, Centure, Arial, sans-serif;
  color: #777;
  outline: none;
  line-height: 24px;
}
input:disabled, textarea:disabled, select:disabled, option:disabled {
  background-color: transparent;
}

textarea {
  overflow-y: auto;
  scrollbar-width: thin;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.wrapper {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
}

.chunk {
  padding: 5px 10px;
  background-color: #ddd;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  width: fit-content;
  gap: 8px;
}
.chunk__success {
  background-color: #03a868;
  color: #fff;
}
.chunk__danger {
  background-color: #be1000;
  color: #fff;
}
.chunk__warning {
  background-color: #fdc005;
  color: #fff;
}
.chunk__dib {
  display: inline-block;
}

main {
  height: calc(100vh - 60px);
  width: 100%;
  position: relative;
  overflow-y: hidden;
  background: #F5F6F8;
}

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hidden {
  display: none !important;
}

.error_page {
  margin-top: 250px;
  display: flex;
  flex-direction: column;
  max-width: 500px;
  align-items: center;
  padding: 16px;
}
.error_page h1 {
  text-align: center;
  font-size: 42px;
  color: #f95003;
  margin-bottom: 16px;
}
.error_page h2 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 16px;
  font-size: 18px;
}
.error_page .btn {
  display: flex;
  padding: 16px 32px;
  background-color: #03a868;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.2s ease-in-out;
}
.error_page .btn:hover {
  background-color: #038f58;
}

.dev {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dev h3 {
  padding: 32px;
  color: #777;
}

.avatar {
  position: relative;
}
.avatar .online {
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #777;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  border: 2px solid #fff;
}
.avatar .online__success {
  background-color: #03a868;
}
.avatar .online__danger {
  background-color: #f95003;
}

.nav__pagination {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}
.nav__pagination .pagination {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.nav__pagination .pagination li a, .nav__pagination .pagination li.active {
  padding: 8px 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #777;
  font-size: 12px;
  font-weight: bold;
}
.nav__pagination .pagination li.active {
  background-color: #03a868;
  color: #fff;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.partner__chat {
  position: fixed;
  bottom: 45px;
  right: 35px;
  z-index: 33;
}
.partner__chat .chat__img {
  display: none;
  gap: 16px;
  background-color: #03a868;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  height: 50px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-color: #03a868;
  box-shadow: 0 0 10px rgba(3, 168, 104, 0.4);
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.partner__chat .chat__img:hover {
  background-color: #039e62;
  box-shadow: 0 0 10px rgba(3, 168, 104, 0.6);
}
.partner__chat .chat__img svg {
  width: 30px;
  height: 30px;
}
.partner__chat .chat__img svg path {
  stroke: #fff;
}
.partner__chat .chat__img svg circle {
  fill: #fff;
}
.partner__chat.chat_bot .chat__img {
  display: flex;
}
.partner__chat .chat_block {
  width: 400px;
  height: 500px;
  background-color: #fff;
  display: none;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.partner__chat .chat_block .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  background-color: #03a868;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.partner__chat .chat_block .header img {
  width: 40px;
  height: 40px;
}
.partner__chat .chat_block .header p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.partner__chat .chat_block .header svg {
  cursor: pointer;
  height: 24px;
  width: 24px;
}
.partner__chat .chat_block .header svg rect {
  fill: #fff;
}
.partner__chat .chat_block .timeout {
  display: flex;
  padding: 8px 16px;
  gap: 16px;
  align-items: center;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  background-color: #f95003;
  color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 12px;
  font-weight: bold;
}
.partner__chat .chat_block .messages {
  height: 100%;
  padding: 8px;
  font-size: 12px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.partner__chat .chat_block .messages .message {
  border-radius: 3px;
  padding: 8px;
  width: 250px;
}
.partner__chat .chat_block .messages .message.from {
  margin-left: auto;
  align-items: start;
  background-color: rgba(4, 169, 243, 0.1);
}
.partner__chat .chat_block .messages .message.to {
  align-items: end;
  background-color: rgba(139, 192, 75, 0.1);
}
.partner__chat .chat_block .input {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.partner__chat .chat_block .input form {
  padding: 8px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.partner__chat .chat_block .input form input {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  padding: 0 8px;
  font-size: 12px;
  border: 1px solid #03a868;
}
.partner__chat .chat_block .input form button {
  border: none;
  background-color: transparent;
}
.partner__chat .chat_block .input form button svg {
  height: 35px;
  width: 35px;
  cursor: pointer;
}
.partner__chat.open .chat__img {
  display: none;
}
.partner__chat.open .chat_block {
  display: flex;
}

.chat__img {
  position: fixed;
  right: 35px;
  bottom: 45px;
  display: flex;
  gap: 16px;
  background-color: #03a868;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  height: 50px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-color: #03a868;
  box-shadow: 0 0 10px rgba(3, 168, 104, 0.4);
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.chat__img:hover {
  background-color: #039e62;
  box-shadow: 0 0 10px rgba(3, 168, 104, 0.6);
}
.chat__img svg {
  width: 30px;
  height: 30px;
}
.chat__img svg path {
  stroke: #fff;
}
.chat__img svg circle {
  fill: #fff;
}

@media only screen and (max-device-width: 584px) {
  .partner__chat {
    width: 100%;
    height: 400px;
    right: 0;
    display: none;
  }
  .partner__chat .chat_block {
    width: 100%;
  }
  .partner__chat.open {
    bottom: 100px;
    display: flex;
  }
  .chat__img {
    bottom: 20px;
  }
}

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