.custom_select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: 0 0 !important;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position-x: 0.5rem !important;
  background-position-y: 1rem !important;
  padding: 0 0.7rem !important;
}
.custom_select option {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: 0 0 !important;
  appearance: none !important;
  border: none !important;
  outline: 0 !important;
  width: 100% !important;
  padding: 1rem 0.5rem !important;
  min-height: 3.5rem !important;
  background-color: #fff !important;
  color: #000 !important;
}
.custom_select option:active {
  background-color: #fbd0e9 !important;
  color: #000 !important;
  font-weight: 600 !important;
}

.title_plus_arrow {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  align-content: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.login_label[for="message"] {
  top: 20%;
}
.c-stepper {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 1rem;
}
.arrow_general {
  font-size: 1rem;
  transition: 0.5s;
  position: relative;
}
.drop_hidden .arrow_general {
  transform: rotate(180deg);
}
.drop_visible .arrow_general {
  transform: rotate(0);
}
.show {
  display: block;
}
.hide {
  display: none;
}
.c-stepper__item {
  position: relative;
  display: flex;
  gap: 1rem;
  padding-bottom: 1rem;
}
.c-stepper__title {
  white-space: pre-line;
  margin-top: 0;
  font-weight: 700;
  font-size: 1.188rem;
  margin-bottom: clamp(0.85rem, 2vmax, 1rem);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}
.file_contact_form_label {
  cursor: pointer;
  color: #e6007a;
  font-size: 1rem;
}
#file_contact_form {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.send_button {
  background-color: #e6007a;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  height: 3.375rem;
  flex-grow: 0;
  margin: 1.5rem 0.276rem 0 0.75rem;
  border-radius: 5px;
  background-color: var(--hot-pink);
}
.send_button:hover {
  background-color: #fff;
  color: #e6007a;
  border: 1px solid #e6007a;
}
.c-stepper__desc {
  position: relative;
  top: -1.5rem;
}
.c-stepper__content {
  padding: 1.5rem 0 0.5rem 0;
  border-bottom: 0.1rem solid #e8e8e8;
  width: 92%;
}

.c-stepper__content:hover .title_plus_arrow {
  color: #e6007a;
}

:root {
  --hot-pink: #e6007a;
  --brown-grey: rgb(139, 139, 139);
  --black: rgb(0, 0, 0);
  --spruce-0: rgba(9, 86, 78, 0);
}
.top_left_circle {
  border-radius: 50%;
  position: fixed;
  top: -4.5rem;
  left: -4.5rem;
  width: 18rem;
  height: 18rem;
  background-color: rgba(201, 240, 228, 0.48);
}
.bottom_right_circle {
  border-radius: 50%;
  position: fixed;
  bottom: -5rem;
  right: -9rem;
  width: 18rem;
  height: 18rem;
  background-color: rgba(255, 219, 239, 0.41);
}
html {
  --mdc-typography-font-family: "Rubik", sans-serif !important;
  --mdc-outlined-button-container-shape-radius: 4px !important;
  --mdc-outlined-button-container-shape: 4px !important;
  --bs-body-font-family: "Rubik", sans-serif !important;
  --bs-text-field-height: 5.5rem !important;
}
body {
  overflow-x: hidden;
  background-color: #fff;
  font-family: Rubik, sans-serif !important;
  direction: rtl;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
}
.login_input:not(:focus)::placeholder {
  opacity: 0;
}
.login_input_container {
  display: flex;
  width: 100%;
  direction: rtl;
  position: relative;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin-bottom: 1.788rem;
}
.session_code_input_container {
  margin: 2.75rem 0 2.625rem 0;
}
.login_label {
  position: absolute;
  font-size: 1.2rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: gray;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: 0.1s ease-out;
  transform-origin: left top;
  pointer-events: none;
}
.login_input {
  background: 0 0;
  width: 100%;
  font-size: 1.25rem !important;
  outline: 0;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 1rem 0.7rem;
  color: gray;
  transition: 0.1s ease-out;
  height: 4.375rem;
  text-align: right;
}
.login_input:focus {
  border-color: var(--hot-pink);
}
.login_input:focus + label {
  color: var(--hot-pink);
  top: 0;
  transform: translateY(-50%) scale(0.9) !important;
}
.label_select {
  min-width: 50%;
}
.login_input:focus + .label_select {
  color: var(--hot-pink);
  top: 0;
  transform: translateY(-50%) scale(0.9) !important;
  min-width: unset;
}
.login_input:not(:placeholder-shown) + label {
  top: 0;
  transform: translateY(-50%) scale(0.9) !important;
}
.login_input:not(:focus)::placeholder {
  opacity: 0;
}
.login_input option,
.login_input select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #000;
}
#eye_btn {
  display: none;
  position: absolute;
  color: #e6007a;
  background-color: transparent;
  border: none;
  margin-left: 1.3rem;
  font-size: 1.5rem;
  left: 0;
}
.main_container {
  overflow-x: hidden;
  display: flex;
  position: relative;
  background-color: #fff;
  top: 0;
  left: 0;
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
}
.main_block {
  background-size: cover;
  background-image: linear-gradient(180deg, rgba(9, 86, 78, 0) 0, rgba(0, 154, 139, 0.099) 86.4%);
  overflow-x: hidden;
  width: 100vw;
  position: relative;
  display: flex;
  margin: 0;
  min-height: calc(100vh - 4.5rem);
  flex-direction: column;
  background-repeat: no-repeat;
}
.header {
  display: flex;
  position: absolute;
  margin: auto;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}
.pink_sim {
  margin-top: 0.5rem;
  width: 2.7rem;
  color: #e6007a;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  height: 100%;
  font-size: 1.8rem;
}
h2 {
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 1.8rem;
  color: #343e3a;
}
.row_plus {
  text-align: right;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.activity_block {
  position: relative;
  display: flex;
  background-color: #fff;
  width: 100%;
  height: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: space-between;
  justify-content: space-between;
  align-items: stretch;
}
.activity_right_container {
  position: relative;
  width: 15%;
  background-color: #fff;
  min-height: 100%;
}
.activity_left_container {
  padding: 33px 39px;
  width: 85%;
  background-color: transparent;
  height: 100%;
  overflow-y: hidden;
  font-size: 12px;
  line-height: 1;
}
.activity_left_container::-webkit-scrollbar {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 5px;
  direction: ltr;
}
.activity_left_container::-webkit-scrollbar-thumb {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #c4c4c4;
}
.activity_left_container::-webkit-scrollbar-track {
  position: absolute;
  padding: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.activity_menu_container {
  padding-top: 50px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
}
.activity_menu_item {
  background-color: #fff;
  cursor: pointer;
  display: flex;
  color: #323232;
  font-size: 13px;
  height: 58px;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  text-align: right;
  padding: 0 25px;
  font-weight: 600;
  margin-left: 10px;
}
.activity_menu_item_manage {
  background-color: #fff;
  cursor: pointer;
  display: flex;
  color: #323232;
  font-size: 13px;
  height: 58px;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  text-align: right;
  padding: 0 25px;
  font-weight: 600;
}
.active_item_activity {
  color: #e6007a;
  background-color: #fff0ff;
}
.try_activity {
  margin-bottom: 13px;
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  color: #e6007a;
}
.activity_menu_item_img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.right_table_container {
  padding: 9rem 15.5rem 2rem 2rem;
  display: flex;
  position: relative;
  width: 91rem;
  right: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
}
.h1_contant {
  font-family: anomalia_medium, sans-serif;
  font-size: 2.938rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
.inner_right_table_container {
  direction: rtl;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.btn-primary {
  float: left;
  border: none;
  width: 100%;
  background-color: #e6007a;
  font-weight: 500;
  position: absolute;
}
.left_data_container {
  background: 0 0;
  display: flex;
  padding: 6rem 0 0 5.5rem;
  position: absolute;
  width: 40.313rem;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  flex-direction: column;
  align-content: stretch;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
}
.left_img {
  left: 0;
  height: 25.884rem;
  bottom: 17%;
  position: absolute;
}
.left_text {
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.11);
  height: 50rem;
  z-index: 99;
  line-height: 1.61;
  font-size: 1.375rem;
  font-weight: 500;
  left: 0;
  width: 82%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  text-align: right;
  padding: 0 2.813rem;
  flex-wrap: nowrap;
  background-color: #fff;
  position: relative;
}
.left_text_inner {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.61;
}
.left_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left_text ul li {
  display: flex;
  margin: 2rem 0;
  padding: 0;
  list-style: none;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.61;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.left_text ul li .inner_li_list_header {
  font-size: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.left_text a {
  color: var(--black);
  text-decoration: none;
}
.li_inner_header {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.61;
}
.li_inner_text {
  font-size: 1rem;
  font-weight: 500;
}
.btn_new_user {
  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: 71px;
  display: flex;
  width: 76%;
  justify-content: space-between;
  align-items: flex-end;
}
.rows_main {
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: calc(100vh - 8.7rem);
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: 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;
}
.faq_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.question_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.answer_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.h1_custom_con {
  padding-right: 16px;
}
.inner_right_table_container a {
  color: #e6007a !important;
}
@media (max-width: 1000px) {
  .bottom_right_circle,
  .top_left_circle {
    display: none;
  }
  .login_input {
    background: 0 0;
    width: 100%;
    font-size: 1.25rem !important;
    outline: 0;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 1rem 0.7rem;
    color: gray;
    transition: 0.1s ease-out;
    height: 3.375rem;
    text-align: right;
  }
  h1 {
    top: 2rem;
    position: relative;
    font-size: 2rem !important;
  }
  .inline_header_and_button_right {
    height: 50px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
  }
  .rows_main {
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0 1.06rem;
    min-height: calc(100vh - 4.7rem);
  }
  .left_data_container {
    display: none;
  }
  .right_table_container {
    padding: 0;
    width: 100%;
  }
  .c-stepper__content {
    padding: 0;
    border-bottom: 0.1rem solid #e8e8e8;
    width: 100%;
  }
  .c-stepper__title {
    font-size: 1rem;
  }
}
.form-control {
  background-color: transparent;
}
#contactForm {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
}
.login_input_container textarea {
  height: 8rem;
}
:root {
  --mdc-theme-primary: #e6007a !important;
  --mdc-btn-primary: #e6007a !important;
}
.mdc-button {
  background-color: #e6007a !important;
  color: #fff !important;
  height: 56px;
  font-size: 16px;
}
#contactForm {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-around;
  align-items: stretch;
  position: relative;
  min-height: 282px;
}
.form-control {
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #404040 !important;
}
.login_input_container {
  font-size: 1.125rem;
}
#validation_contact {
  font-size: 1.25rem;
  color: var(--black);
  display: none;
  margin: auto;
  font-weight: 600;
}
