* {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 5px;
  width: 2px;
  direction: rtl;
  height: 2px;
}
::-webkit-scrollbar-thumb {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #c4c4c4;
  outline: 1px solid #708090;
}

::-webkit-scrollbar-track {
  position: absolute;
  padding: 0;
  -webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 30%);
  box-shadow: inset 0 0 4px rgb(0 0 0 / 30%);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
body {
  overflow-x: hidden;
  background-color: #f8f8f8;
  font-family: Rubik, sans-serif;
  direction: rtl;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
}
.ck-content {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.main_container {
  display: flex;
  position: relative;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100vw;
  margin: 0;
  flex-direction: column;
}
.main_block {
  width: 100vw;
  position: relative;
  display: flex;
  margin: 0;
  flex-direction: column;
}
h1 {
  margin: 0;
  font-family: Rubik, sans-serif;
  font-size: 60px;
  color: #343e3a;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1;
}
h2 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  color: #343e3a;
}
h3 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  color: #343e3a;
}
h4 {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 35px;
  color: #343e3a;
}
.right_table_container {
  direction: ltr;
  background: #fff;
  height: calc(100vh - 20rem);
  width: 97%;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1;
}
.archive_table_container {
  background: #fff;
  height: 20rem;
  width: 97%;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1;
}
.archive_table_container_title {
  font-size: 2rem;
  color: #b4b4b4;
}
.archive_toggle_btn {
  height: 2rem;
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: row;
  width: 2rem;
  margin-left: 2rem;
  font-size: 1.5rem;
  color: #b4b4b4;
}
.soon_data {
  top: 50%;
  margin: auto;
  width: 10.125rem;
  height: 4rem;
  font-family: Rubik;
  font-size: 1.5rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.34;
  letter-spacing: normal;
  text-align: center;
  color: #320cc6;
  position: relative;
  transform: translateY(-50%);
}
.archive_header {
  width: 95% !important;
  cursor: pointer;
}
.table_button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.table_form {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.left_data_container {
  background-image: url(/public/uploads/overlay_controller.png);
  text-align: center;
  width: 22.5%;
  height: calc(100vh - 16rem);
  overflow-y: hidden;
  font-size: 15px;
  position: relative;
  background-size: cover;
}
.right_tables {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  align-content: stretch;
  width: 100%;
  flex-wrap: nowrap;
  height: calc(100vh - 16rem);
}
.users_table {
  direction: rtl;
  height: 100%;
  background: #fff;
  border: none;
  border-collapse: collapse;
  width: 100%;
}
.users_table_archive {
  direction: rtl;
  height: 100%;
  background: #fff;
  border: none;
  border-collapse: collapse;
  width: 100%;
}
td,
tr {
  text-align: center;
  padding: 21px 5px;
  border-bottom: 1px solid #e8e8e8;
}
th {
  padding: 21px 5px;
  border-bottom: 3px solid #e8e8e8;
}
.btn_new_user {
  font-size: 1.15rem;
  height: 50px;
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: row;
}
.inline_header_and_button_right {
  height: 49px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  left: 0;
  margin: 20px auto 0 auto;
}
.rows_main {
  position: relative;
  padding: 5rem;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
}
.plus_btn_icon {
  font-size: 21px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  display: flex;
  background-color: #e6007a;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
}
.basic_graph_container {
  display: inline-block;
  height: 224px;
  margin: 19px auto 0 auto;
  position: relative;
}
th button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  font: inherit;
  margin: 0;
  position: relative;
}
th button::after {
  position: absolute;
  right: 0.5rem;
}
th button[data-dir="asc"]::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpolygon points='0, 0 8,0 4,8 8' fill='%23818688'/%3E%3C/svg%3E");
}
th button[data-dir="desc"]::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpolygon points='4 0,8 8,0 8' fill='%23818688'/%3E%3C/svg%3E");
}
@media (max-width: 1000px) {
  .archive_table_container_title {
    font-size: 1rem !important;
  }
  .archive_toggle_btn {
    height: 1rem !important;
    width: 1rem !important;
    margin-left: 1rem !important;
    font-size: 1rem !important;
  }
  #create_user_container {
    width: 97% !important;
  }
  .plus_btn_icon {
    font-size: 21px;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    color: #fff;
    display: flex;
    background-color: #e6007a;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
  }
  h2 {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 35px;
    color: #343e3a;
  }
  .inline_header_and_button_right {
    margin: 1rem 1rem 0 1rem;
    height: 2.5rem;
    display: flex;
    width: 96%;
    justify-content: space-between;
    align-items: center;
  }
  .main_block {
    width: 100vw;
    position: relative;
    display: flex;
    margin: 0;
  }
  .rows_main {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    padding: 1rem;
  }
  .users_table_archive {
    height: unset !important;
  }
  .right_table_container {
    height: calc(100vh - 19rem);
    overflow-y: auto;
    background: #fff;
    width: 97%;
    font-size: 12px;
    line-height: 1;
  }
  .users_table {
    position: relative;
    background: #fff;
    border: none;
    border-collapse: collapse;
    width: 100%;
    overflow-x: scroll;
  }
  .left_data_container {
    display: none;
  }
}
input {
  text-align: right;
}
#create_user_container {
  width: 53vw;
  height: 92vh;
  display: none;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 1px #726969;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgb(255 255 255);
  z-index: 999;
  transform: translate(-50%, -50%);
  max-width: 400px;
  padding: 19px;
}
.close_create_user_form {
  display: flex;
  justify-content: flex-end;
  background: 0 0;
  font-size: 25px;
  color: #404040;
  cursor: pointer;
  border: none;
}
.create_user_form {
  margin: auto;
  height: 89%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  text-align: right;
  direction: rtl;
  border: none;
  justify-items: stretch;
  flex-direction: column;
  top: 37px;
}
.validation_message {
  color: red;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.password_form_group {
  white-space: nowrap;
  display: flex;
}
#eye_btn {
  background-color: transparent;
  border: none;
  font-size: 20px;
}
td {
  direction: ltr;
}
.graph_active_today {
  display: none;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.number_of_hours {
  display: none;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.create_user_header {
  background-color: #ffd8e4;
  position: absolute;
  top: 0;
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 10px;
}
#password:not(:placeholder-shown) {
  direction: ltr;
  padding-left: 43px !important;
}
.mdc-button,
.mdc-button__label,
.mdc-floating-label,
.mdc-tab__text-label,
.mdc-text-field__input,
input {
  direction: ltr;
  font-size: 16px !important;
  font-family: Rubik, sans-serif !important;
}
html {
  --mdc-typography-font-size: 16px !important;
  --mdc-typography-font-family: "Rubik", sans-serif !important;
}
:root {
  --mdc-theme-primary: #e6007a;
}
.mdc-button__label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.mdc-button {
  width: 100%;
  height: 49px;
  margin: 15px 0;
}
#eye_btn {
  left: 7px;
  height: 100%;
  position: absolute;
  background-color: transparent;
  border: none;
  font-size: 17px;
}
select {
  color: #888;
  appearance: none;
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  word-wrap: normal;
  padding: 0 10px;
  display: flex;
  border: 1px solid #aaa;
  align-content: center;
  height: 55px;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 201px;
  position: relative;
  flex-direction: row;
}
.mdc-text-field--outlined {
  width: 96% !important;
  margin-bottom: 10px;
}
.form_group {
  text-align: center;
  width: 96%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
}
