:root {
  --background-color: #F9FAFF;
  --extra-light-color: #FAFBFF;
  --secondary-color: #ECF2FF;
  --text-color: #1E2231;
  --primary-color-50: #F3F7FF;
  --primary-color-100: #ECF2FF;
  --primary-color-200: #B1C7FE;
  --primary-color-300: #89A8FC;
  --primary-color-400: #6B8EF9;
  --primary-color: #3C65F5;
  --primary-color-600: #2B4CD2;
  --dark-primary: #1E2231;
  --dark-navy-50: #EDF0F6;
  --dark-navy-100: #E1E7F4;
  --dark-navy-200: #C6D0EA;
  --dark-navy-300: #858893;
  --dark-navy-400: #5D6683;
  --dark-navy-500: #1E2231;
  --dark-navy-600: #15192A;
  --bottom-nav-bg-color: #02165F;
  --red-color: #EE1D1D;
  --white-color: #fff;
  --bg-opposite-color: #fff;
}

:root.dark-mode {
  --background-color: #15192A;
  --bottom-nav-bg-color: #1E2231;
  --extra-light-color: #474b59;
  --text-color: #fff;
  --primary-color: #EDF0F6;
  --bg-opposite-color: #1E2231;
  --secondary-color: #16181f;
}

html:not(.dark-mode) .bge_1.light,
html:not(.dark-mode) .bge_2.light {
  display: block;
}

html:not(.dark-mode) .bge_1.dark,
html:not(.dark-mode) .bge_2.dark {
  display: none;
}

html.dark-mode .bge_1.light,
html.dark-mode .bge_2.light {
  display: none;
}

html.dark-mode .bge_1.dark,
html.dark-mode .bge_2.dark {
  display: block;
}

body, html {
  font-family: 'Open Sans', sans-serif !important;
  overscroll-behavior-y: none;
}

body *:not(i) {
  font-family: 'Open Sans', sans-serif !important;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.hidden {
  display: none !important;
}

.pe-none {
  pointer-events: none;
}

.main_container {}

body.rtl .rtl {
  /* display: initial; */
}

body.rtl .ltr {
  display: none;
}

body.ltr .rtl {
  display: none;
}

body.ltr .ltr {
  /* display: initial; */
}

body.ltr .text-align-start {
  text-align: left;
}

body.rtl .text-align-start {
  text-align: right;
}

:first-letter,
body>*:first-letter,
span:first-letter {
  text-transform: capitalize
}

body.rtl .ltr_icon {
  display: none !important;
}

body.ltr .rtl_icon {
  display: none !important;
}

h2 {}

h2.flex_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

h2 .title_toggler {
  font-size: 15px;
  font-weight: 400;
  color: var(--primary-color);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
  text-shadow: none !important;
}

.ui-content {
  min-height: calc(100vh - 90px);
  display: flex;
  flex-direction: column;
}

.text-link {
  text-align: center;
  width: 100%;
  display: block;
  color: black !important;
}

.text-link.weak {
  font-weight: 400;
}

@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.ui-page {
  background: transparent;
  /* padding-top: 60px; */
  padding-bottom: 120px;
}

.bg {
  background: var(--background-color);
  z-index: -2;
  position: fixed;
  width: 100%;
  height: 100%;
}

.bge_1 {
  position: fixed;
  left: -310px;
  width: 450px;
  height: 440px;
  bottom: -180px;
  z-index: -1;
  transform: translatey(0px);
  -webkit-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
}

.bge_2 {
  position: fixed;
  right: -240px;
  width: 400px;
  height: 420px;
  bottom: 420px;
  z-index: -1;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite;
}

.top-logo {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.top-logo.fixed {
  position: fixed;
  top: 0;
}

.top-logo svg {
  height: 100%;
  width: auto;
}

.top-logo .st0 {
  fill: #3C65F5;
  transition: fill 0.3s;
}

.top-logo .st1 {
  fill: #3C65F5;
  transition: fill 0.3s;
}

.top-logo .st2, .side_logo .st3 {
  fill: #02165F;
  transition: fill 0.3s;
}

.xdebug-error i {
  color: blue;
}

.xdebug-error tbody tr:first-child {
  font-size: 16px;
}

body.rtl .ms-auto {
  margin-right: auto;
}

body.rtl .ms-1 {
  margin-right: 3px;
}

body.rtl .ms-2 {
  margin-right: 5px;
}

body.rtl .ms-3 {
  margin-right: 8px;
}

body.ltr .ms-auto {
  margin-left: auto;
}

body.ltr .ms-1 {
  margin-left: 3px;
}

body.ltr .ms-2 {
  margin-left: 5px;
}

body.ltr .ms-3 {
  margin-left: 8px;
}

body.rtl .me-1 {
  margin-left: 3px;
}

body.rtl .me-2 {
  margin-left: 5px;
}

body.rtl .me-3 {
  margin-left: 8px;
}

body.rtl .me-4 {
  margin-left: 12px;
}

body.ltr .me-1 {
  margin-right: 3px;
}

body.ltr .me-2 {
  margin-right: 5px;
}

body.ltr .me-3 {
  margin-right: 8px;
}

body.ltr .me-4 {
  margin-right: 12px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.w-100 {
  width: 100%;
}

.text-center,
.text-center .ui-input-text input {
  text-align: center;
}

.top_icon_btn {
  border-radius: 50%;
  background-color: var(--secondary-color);
  color: var(--dark-navy-400);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_icon_btn>* {
  color: var(--dark-navy-400);
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.spacer-20px {
  margin-top: 20px;
}

.spacer-20 {
  margin-top: 35px;
}

.push_bottom {
  margin-top: auto;
  margin-bottom: 70px;
}

div[data-role="bottom_drawer"] {
  background-color: var(--background-color);
  position: fixed;
  left: 25px;
  bottom: -100%;
  width: calc(100% - 50px);
  padding: 35px 25px 40px 25px;
  margin: -25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 40px 40px 0px 0px;
  transition: all 0.3s ease-in-out;
}

.dark_overlay {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.dark_overlay.reveal {
  opacity: 1;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}

div[data-role="bottom_drawer"].open {
  bottom: 0;
  z-index: 11;
}

div[data-role="bottom_drawer"] .drawer_title {
  margin-bottom: 20px;
  color: var(--dark-primary);
  font-size: 1.5em
}

div[data-role="bottom_drawer"] .drawer_option {
  width: 100%;
  padding: 15px 25px;
  color: black !important;
  font-weight: 400;
}

div[data-role="bottom_drawer"] .drawer_option.active {
  background-color: var(--primary-color);
  color: white !important;
}

div[data-role="bottom_drawer"] .drawer_closer {
  color: black !important;
}

.swal2-actions {
  width: 100% !important;
}

.app_page .ui-content {
  padding: 1em;
}

.ui-page#dashboard,
.ui-page#profile,
.ui-page#fullpage_menu {
  padding-top: 0;
}

.ui-page#job_board,
.ui-page#favorite_jobs {
  padding-top: 110px;
}

.bottom_nav {
  width: 100%;
  height: 80px;
  position: fixed;
  bottom: 0;
  left: 0;
  /* background-color: var(--bottom-nav-bg-color); */
  display: flex;
  flex-direction: row;
  /* direction: ltr; */
  z-index: 10;
}

.bottom_nav .hole {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 0 0 0 9999px var(--bottom-nav-bg-color);
}

.bottom_nav .background_container {
  width: 100%;
  height: 80px;
  overflow: hidden;
  position: absolute;
}

.bottom_nav .bottom_nav_item {
  z-index: 11;
  flex: 1 1 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.bottom_nav .spacer {
  flex: 1 1 0;
  pointer-events: none;
}

.bottom_nav .bottom_nav_middle_item {
  color: var(--bg-opposite-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  background-color: var(--primary-color);
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 8px 20px rgba(193, 217, 239, 0.4));
  box-shadow: inset 0px 4px 10px 0px rgba(237, 248, 254, 0.27);
}

.dummy_header {
  height: 65px;
}

.page_header {
  background: url(/assets/pix/header_bg.svg);
  background-size: cover;
  margin: -1em -1em 0em -1em;
  padding: 65px 1em 3em 1em;
}

html.dark-mode .page_header {
  background-image: url(/assets/pix/header_bg-dark.svg);
}

.page_header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.page_header.low {
  padding: 65px 1em 0em 1em;
}

.page_header .title {
  color: var(--white-color);
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  margin: 0px 0px 10px 0px;
}

.page_header .subtitle {
  color: var(--white-color);
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  margin: 0;
}

.page_header .btn_left,
.page_header .btn_right {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: white;
  position: absolute;
  color: white;
  top: 64px;
}

.page_header .btn_left {
  left: 20px;
  right: auto;
}

.page_header .btn_right {
  right: 20px;
  left: auto;
}

.page_header .employee_card {
  padding: 1em;
  display: flex;
  flex-direction: column;
}

.page_header .employee_card.fill {
  background-color: var(--secondary-color);
  border-radius: 24px;
}

.page_header .employee_card.no_fill {
  border: 1px solid var(--white-color);
  border-radius: 40px;
}

.page_header .employee_card .employee_details {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

.page_header .employee_card .employee_details .employee_pic,
.page_header .employee_card .employee_details .employee_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_header .employee_card .employee_details .employee_pic img {
  -o-object-fit: cover;
  object-fit: cover;
}

.page_header .employee_card .employee_details .employee_icon {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.page_header .employee_card .employee_details .employee_icon {
  display: flex;
  flex-direction: column;
}

.page_header .employee_card .employee_details .name_role {
  line-height: 1.2;
}

.page_header .employee_card.fill .employee_details .name {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  text-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.page_header .employee_card.no_fill .employee_details .name {
  color: var(--dark-navy-50);
  font-size: 1.4em;
  font-weight: 400;
  text-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.page_header .employee_card .employee_details .role {
  font-size: 12px;
  font-weight: 300;
}

.page_header .employee_card.fill .employee_details .role {
  color: var(--dark-navy-400);
}

.page_header .employee_card.no_fill .employee_details .role {
  color: var(--white-color);
}

.page_header .employee_card .status .status_name {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 700;
}

.page_header .employee_card .status .progress_bar {
  margin-top: 10px;
}

.progress_bar_container {
  width: 100%;
  height: 4px;
  display: flex;
  background-color: var(--background-color);
  border-radius: 7px;
  overflow: hidden;
}

.progress_bar_container .progress_bar_rod {
  height: 4px;
  background-color: var(--primary-color);
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: row;
}

.job_card {
  border: 1px solid var(--dark-navy-200);
  border-radius: 24px;
  padding: 1em;
  position: relative;
}

.job_card.current {
  background-color: white;
  border-color: var(--primary-color);
}

.job_card.dead {
  border-style: dashed;
  opacity: 0.7;
  background-color: var(--dark-navy-50);
}

.job_card .favorite_badge {
  position: absolute;
  top: 24px;
}

.job_card .favorite_badge .false {
  color: var(--dark-navy-400);
}

.job_card .favorite_badge .true {
  display: none;
}

.job_card .favorite_badge.active .false {
  display: none;
}

.job_card .favorite_badge.active .true {
  display: block;
  color: var(--primary-color);
}

.job_card .property_row {
  display: flex;
  flex-direction: row;
  color: var(--dark-navy-400);
  font-size: 13px;
}

body.rtl .favorite_badge {
  left: 1em;
  right: auto;
}

body.ltr .favorite_badge {
  right: 1em;
  left: auto;
}

.job_card .job_details {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.job_card .job_details .logo {
  background-color: #EDF0F6;
  border: 1px solid #EDF0F6;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  overflow: hidden;
}

.job_card .job_details .logo img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

.job_card .job_details .name_role {
  width: calc(100% - 90px);
}

.job_card .job_details .name_role .line_1 {
  color: var(--text-color);
  font-size: 15px;
  font-weight: 600;
}

.job_card .job_details .name_role .line_2 {
  color: var(--dark-navy-400);
  font-size: 14px;
}

.job_card .status {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0;
}

.job_card .status>div[data-role="status"] {
  padding: 5px 10px !important;
  border-radius: 7px;
  font-size: 14px;
}

.job_card .progress_bar_container {
  background-color: var(--dark-navy-200);
}

.job_card .properties {
  margin-bottom: 5px;
}

.job_card .bottom_bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.job_card .bottom_bar .payment {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.job_card .bottom_bar .payment .amount {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-color);
  display: flex;
  flex-direction: row;
  direction: rtl;
  align-items: baseline;
  line-height: 1;
}

.job_card .bottom_bar .payment .amount .sign {
  font-size: 22px;
}

.job_card .bottom_bar .payment.no_amount .term {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
}

.job_card .bottom_bar .payment .term {
  font-size: 15px;
  color: var(--dark-navy-400);
}

.job_card .bottom_bar .btn {
  width: auto;
  padding: 7px 15px;
  height: auto;
  font-weight: 400 !important;
  margin-top: 0;
  font-size: 15px;
}

.role_scroller {
  overflow: auto;
  display: flex;
  flex-direction: row;
  margin: 0px -10px;
  padding: 10px 0 40px 0;
}

.role_scroller .item {
  margin: 0 10px;
  border-radius: 14px;
  background-color: white;
  padding: 15px 20px;
  filter: drop-shadow(0px 8px 16px rgba(64, 75, 91, 0.1));
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.role_scroller .item .logo_holder {
  width: 85px;
  height: 65px;
  border-radius: 6px;
  background-color: var(--dark-navy-50);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-navy-400);
  font-size: 28px;
  margin-bottom: 20px;
}

.role_scroller .item .role_name {
  font-weight: 700;
  margin-bottom: 5px;
}

.role_scroller .item .jobs_count {}

.media_scroller {
  overflow: auto;
  display: flex;
  flex-direction: row;
  margin: 0px -10px;
  padding: 10px 0 40px 0 !important;
  min-height: unset;
}

.media_scroller .item {
  margin: 0 10px;
  border-radius: 14px;
  background-color: white;
  padding: 15px 20px;
  filter: drop-shadow(0px 8px 16px rgba(64, 75, 91, 0.1));
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100px;
  text-decoration: none;
  flex-shrink: 0;
  flex-grow: 0;
}

.media_scroller .item .img_holder,
.media_scroller .item .icon_holder {
  width: 90%;
  aspect-ratio: 1 / 1;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  overflow: hidden;
}

.media_scroller .item .img_holder img {
  min-width: 100%;
  min-height: 100%;
}

.media_scroller .item .icon_holder i {
  color: #d90c00;
  font-size: 3em;
}

.media_scroller .item .title {
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--text-color);
  text-decoration: none;
}

.media_scroller .item .subtitle {
  color: var(--text-color);
  text-decoration: none;
  font-weight: 400;
}

.ui-popup-container .popup_title {
  font-weight: 700;
  text-align: center;
  font-size: 22px;
}

.ui-popup-container .popup_subtitle {
  font-weight: 400;
  text-align: center;
  font-size: 18px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.animate__fadeIn {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.animate__fadeOut {
  -webkit-animation: fadeOut 0.5s;
  animation: fadeOut 0.5s;
}

.job_modal .swal2-close {
  display: flex;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 60px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: white;
  z-index: 3;
}

.seperator {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid var(--dark-navy-400);
  margin-left: auto;
  margin-right: auto;
}

.job_modal .seperator {
  width: calc(100% - 2em);
}

.seperator.navy-100 {
  border-bottom-color: var(--dark-navy-100);
  border-bottom-width: 2px;
}

.job_modal .job_header {
  background: url(/assets/pix/header_bg.svg);
  background-size: cover;
  height: 120px;
  z-index: 2;
  width: 100%;
  position: relative;
  padding: 0;
}

.job_modal .job_header .favorite_holder {
  position: absolute;
  font-size: 28px;
  bottom: 0;
  left: auto;
  right: 0px;
  color: var(--dark-navy-50);
  line-height: 1;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job_modal .job_header .favorite_badge .false {}

.job_modal .job_header .favorite_badge .true {
  display: none;
}

.job_modal .job_header .favorite_badge.active .false {
  display: none;
}

.job_modal .job_header .favorite_badge.active .true {
  display: block;
}

.job_modal .swal2-actions {
  background-color: var(--background-color);
  margin: 0;
}

.job_modal .employee_decision_validation {
  margin: 0;
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
  background-color: #f9faff;
}

.job_modal .job_header .modal_title {
  margin-top: 60px;
  color: var(--dark-navy-50);
  font-weight: 700;
  font-size: 28px;
  display: block;
}

.job_modal .job_header br {
  display: none;
}

.job_modal .swal2-popup {
  background-color: transparent;
  min-height: calc(100vh - 1.25em);
  display: flex !important;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  max-height: 100vh;
}

.job_modal .job_html_container {
  margin: 0;
  flex: 1;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  overflow-y: hidden;
}

.job_modal .job_data {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--background-color);
  overflow-y: auto;
}

.job_modal .modal_row_1 {
  background-color: var(--secondary-color);
  display: flex;
  padding: 20px 10px;
  font-weight: 700;
  width: calc(100% - 20px);
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.job_modal .job_data .map {
  background-color: grey;
  position: relative;
  height: 160px;
  flex-shrink: 0;
}

.job_modal .job_data .map.no_map {
  background-color: var(--background-color);
  position: relative;
  height: 70px;
}

.job_modal .job_data .map .map_container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.job_modal .job_data .map .logo {
  z-index: 1;
  border-radius: 50%;
  background-color: white;
  width: 100px;
  height: 100px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
}

.job_modal .job_data .map .logo img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

.job_modal .job_data .info_container {
  background-color: var(--background-color);
  padding-top: 20px;
  flex: 1;
}

.job_modal .job_data .info_container .head_details {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 1em;
}

.mini_title {
  font-weight: 700;
  color: var(--dark-navy-500);
  font-size: 22px;
  margin: 0;
}

.sub_mini_title {
  font-weight: 700;
  color: var(--dark-navy-500);
  font-size: 20px;
  margin: 0;
}

.job_modal .job_data .info_container .summary,
.job_modal .job_data .info_container .job_description {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 1em;
}

.params {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}

.params .param_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 15px;
}

.params .param_row.no_space {
  margin-bottom: 0px;
}

.params .param_row .key {
  width: 140px;
  font-weight: 600;
  flex-shrink: 0;
}

.params .param_row .short_key {
  font-weight: 600;
  width: 100px;
  flex-shrink: 0;
}

.params .param_row .flex_key {
  font-weight: 600;
  flex-shrink: 0;
  width: auto;
}

.price {
  display: inline-flex;
}

#fullpage_menu .nav_cards_container {
  width: 100%;
  padding: 20px 0 90px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
}

#fullpage_menu .nav_cards_container .nav_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 1em;
  flex: 0 0 calc(50% - 0.5em);
  box-sizing: border-box;
  border-radius: 14px;
  background-color: var(--extra-light-color);
  filter: drop-shadow(0px 8px 16px rgba(64, 75, 91, 0.1));
  position: relative;
  overflow: hidden;
}

#fullpage_menu .nav_cards_container .nav_card .nav_card_badge {
  background-color: var(--secondary-color);
  position: absolute;
  left: -1px;
  top: 20px;
  padding: 5px 10px;
  border-radius: 0 10px 10px 0px;
  color: var(--primary-color);
  font-weight: 600;
}

#fullpage_menu .nav_cards_container .nav_card .nav_card_icon {
  font-size: 2.4em;
  color: var(--primary-color);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  box-sizing: border-box;
}

#fullpage_menu .nav_cards_container .nav_card .nav_card_string {
  font-size: 1.4em;
  color: var(--text-color);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  box-sizing: border-box;
}

@media (max-width: 580px) {
  #fullpage_menu .nav_cards_container .nav_card .nav_card_badge {
    top: auto;
    bottom: 0;
  }

  body.rtl #fullpage_menu .nav_cards_container .nav_card .nav_card_badge {
    border-radius: 0px 0px 0px 14px;
  }

  body.ltr #fullpage_menu .nav_cards_container .nav_card .nav_card_badge {
    left: auto;
    right: -1px;
    border-radius: 0px 0px 14px 0px;
  }
}

.high_notification {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  color: var(--text-color);
  font-weight: 600;
  min-height: 300px;
}

.doc_card {
  border-radius: 24px;
  padding: 1em;
  border: 1px dashed var(--text-color);
  margin: 10px 0;
}

.doc_card .params {
  margin: 0;
}