/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v141/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2)
    format("woff2");
}
/* fallback */
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2)
    format("woff2");
}

/* fallback */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v170/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2)
    format("woff2");
}

:root {
  --background_smart: #fff;
  --Shadow-Shadow-5: rgba(41, 41, 41, 0.05);
  --Shadow-Shadow-10: rgba(41, 41, 41, 0.1);
  --Primary-Dark: #292929;
  --Blue-900: #163964;
  --Input-Input-Outline: #989898;
  --Input-Error-Outline: #f33;
  /* --Neutral-50: #fff; */
  --Button-Outlined: #144478;
  --Blue-200: #c1dbf6;
}
body {
  box-sizing: border-box;
}

.underline_link {
  color: var(--sds-color-text-brand-default);
  /* Georgian/Label/Extra-Small */
  font-family: var(--font-family);
  font-size: var(--font-size-11px);
  font-style: normal;
  font-weight: var(--Weights-Weight-Medium, 500);
  line-height: var(--Line-Heights-Line-Height-01, 20px); /* 181.818% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: 2px;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: var(--font-size-24px);
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  --webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: var(--font-size-24px);
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  --webkit-font-feature-settings: "liga";
  --webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: var(--font-size-24px);
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  --webkit-font-feature-settings: "liga";
  --webkit-font-smoothing: antialiased;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: 200;
  font-style: normal;
  font-size: var(--font-size-24px);
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  --webkit-font-feature-settings: "liga";
  --webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: var(--font-size-24px);
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  --webkit-font-feature-settings: "liga";
  --webkit-font-smoothing: antialiased;
}

.smart_contract_box {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}

.icons_small_15 {
  width: 15px !important;
  height: 15px !important;
  font-size: 15px !important;
  color: var(--primary-icon, #000);
}

.icons_small_20 {
  width: 20px !important;
  height: 20px !important;
  font-size: 20px !important;
  color: var(--primary-icon, #000);
}

.icons_small_18 {
  width: 18px !important;
  height: 18px !important;
  font-size: 18px !important;
  color: var(--accent-text, #005cda);
}

.icon_dark_light {
  color: var(--accent-text, #005cda);
}

.information_step {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 728px;
  max-height: calc(100vh - 176px);
  overflow-y: auto;
  border-radius: 8px;
  background: var(--background_smart, #fff);

  /* Card Shadow */
  box-shadow: var(--card-shadow, #181818);
}

.info_body {
  padding: 16px 24px 24px 24px;
}

.info_first_header_text {
  color: var(--primary-text, #181818);
  font-family: "NotoSansGeorgianRegular";
  font-size: var(--font-size-12px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.24px;
  width: 524px;
}

.info_first_header_box {
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom-width: 0.25px;
  border-bottom-color: #e9ecef;
  border-bottom-style: solid;
  flex-wrap: wrap;
}

.info_first_header_left {
  display: flex;
  gap: 8px;
}

.info_first_header_right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.disp_flex {
  display: flex;
  gap: 8px;
}

.app_id_el {
  color: var(--secondary-text, #6d6d6d);
  font-family: "NotoSansGeorgianRegular";
  font-size: var(--font-size-13px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
}

.app_id_el h2 span {
  font-family: "NotoSansGeorgianMedium";
  color: var(--primary-text, #181818);
  cursor: copy;
}

.disabled_back {
  cursor: not-allowed;
  opacity: 0.5;
  display: none !important;
}

.info_instruction_text,
.video_modal_icon {
  color: var(--accent-text, #005cda);
  font-family: "NotoSansGeorgianRegular";
  font-size: var(--font-size-12px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.24px;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.faq_question_link {
  color: var(--accent-text, #005cda);
  font-family: "NotoSansGeorgianRegular";
  font-size: var(--font-size-12px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.24px;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.margin_top_12 {
  margin-top: 12px;
}

.default_phone_prefix {
  height: 35px;
  display: flex;
  align-items: center;
  left: 8px;
  position: absolute;
  color: var(--primary-text, #181818);
  /* English/Body/Small */
  font-family: "NotoSansGeorgianRegular";
  font-size: var(--font-size-12px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.24px;
}

/* info middle style start */

.disalbe_btn {
  color: var(--secondary-text, #6d6d6d) !important;
}

.info_middle_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.info_middle_left {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.info_middle_warn_text {
  color: var(--primary-text, #181818);
  font-family: "NotoSansGeorgianMedium";
  font-size: var(--font-size-10px);
  font-style: normal;
  line-height: 150%; /* 15px */
  letter-spacing: 0.2px;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
}

.info_middle_right {
  display: flex;
  align-items: center;
  gap: 4px;
}

.info_middle_content_text {
  color: var(--primary-text, #181818);
  font-family: "NotoSansGeorgianMedium";
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
  font-size: var(--font-size-10px);
  line-height: 150%; /* 15px */
  letter-spacing: 0.2px;
}
.info_title_header {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.info_title_visit {
  color: var(--accent-text, #005cda);
  font-family: "NotoSansGeorgianRegular";
  font-size: var(--font-size-16px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
}

@media screen and (max-width: 768px) {
  .info_title_visit {
    font-size: var(--font-size-13px);
  }
}

/* ------------> person info form style <------------ */

.smart_personal_info {
  margin-top: 16px;
}

.person_group {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 5px;
}

.visit_type_cadast {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  flex-direction: column;
}

.person_group_btn {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.input_label_group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 327px;
}

label {
  color: var(--primary-text, #181818);
  font-family: "NotoSansGeorgianMedium";
  font-size: var(--font-size-10px);
  line-height: 150%; /* 15px */
  letter-spacing: 0.2px;
  margin-bottom: 4px;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"] {
  max-width: 327px;
  width: 100%;
  height: 34px;
  border-radius: 2px;
  border-width: 0.5px;
  border-color: var(--outline, #888);
  border-style: solid;
  background: var(--background_smart, #fff);
  padding: 8px 12px;
  color: var(--primary-text, #181818);
  font-family: "NotoSansGeorgianRegular";
  font-size: var(--font-size-12px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.24px;
}

input:focus {
  outline: none;
}

input::placeholder {
  color: rgba(121, 121, 121, 0.726) !important;
  font-family: "NotoSansGeorgianRegular";
  font-size: var(--font-size-12px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.24px;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
}

.input_error {
  border-color: var(--Input-Error-Outline, #f33) !important;
}

.label_error {
  color: var(--Input-Error-Title, #ff6464) !important;
}

.requiered_info_group {
  display: flex;
  gap: 4px;
  visibility: hidden;
}
.icons_small_15_white {
  width: 21px;
  height: 21px;
  font-size: var(--font-size-21px);
  color: var(--btn-filled-icon, #fff);
}
.requiered_error_text {
  color: var(--secondary-text, #6d6d6d);
  font-family: "NotoSansGeorgianRegular";
  font-size: var(--font-size-8px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 12px */
  letter-spacing: 0.16px;
}

.group_phone_number {
  display: flex;
  position: relative;
}

.phone_namber_relative {
  position: relative;
  padding-left: 40px !important;
}

.country_number_code {
  position: absolute;
  height: 32px;
  color: var(--Primary-Dark, #292929);
  font-family: "NotoSansGeorgianRegular";
  font-size: var(--font-size-11px);
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 12px */
  letter-spacing: 0.16px;
  padding: 0 8px 0 12px;
  top: 1px;
  left: 1px;
  border: none;
  border-right-width: 1px;
  border-right-color: var(--Input-Input-Outline, #989898);
  border-right-style: solid;
}

input[type="number"] {
  --moz-appearance: textfield;
  /* Firefox */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}

.booking_initiator {
  width: 100%;
  height: 34px;
  padding: 8px 12px;
}

section:focus {
  outline: none;
}

option:focus,
option:hover {
  outline: none;
}

select {
  outline: none;
  border-radius: 2px;
  border-width: 0.5px;
  border-color: var(--Input-Input-Outline, #989898);
  border-style: solid;
  font-size: 12px;
  color: var(--primary-text, #181818);
  background: var(--background_smart, #fff);
  font-family: "NotoSansGeorgianRegular";
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
}

option {
  all: unset;
  color: var(--primary-text, #181818);
  font-family: "NotoSansGeorgianRegular" !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.24px;
  -moz-font-feature-settings: "case" !important;
  -webkit-font-feature-settings: "case" !important;
  font-feature-settings: "case" on !important;
}

.information_step button {
  outline: none;
  border: none;
}

.information_step button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  opacity: 0.9;
  padding: 8px 24px;
  background: var(--btn-filled-default, #0070ed);
  color: var(--btn-filled-label, #fff);
  font-family: "NotoSansGeorgianRegular";
  font-size: var(--font-size-12px);
  line-height: 150%;
  letter-spacing: 0.24px;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
  width: 100%;
  cursor: pointer;
  margin-top: 13px;
}

.white_outline_btn {
  font-family: "NotoSansGeorgianMedium" !important;
  border-radius: 4px !important;
  border: 1px solid var(--btn-outline-default, #008ef8);
  background-color: transparent !important;
  color: var(--primary-text, #181818) !important;
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* -------------> parties section <------------- */

.parties_group_button {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.left_parties_box,
.right_parties_box {
  width: 328px;
}

.deal_item_details {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}

.deal_full_name {
  display: flex;
  gap: 8px;
  align-items: center;
}

.deal_full_name h2 span {
  color: var(--Primary-Dark, #292929);
  font-family: "NotoSansGeorgianRegular";
  font-size: var(--font-size-12px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.24px;
}

.deal_all_details {
  color: var(--Primary-Dark, #292929);
  font-family: "NotoSansGeorgianRegular";
  font-size: var(--font-size-12px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.24px;
  /* text-decoration-line: underline; */
  text-underline-offset: 2px;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
  cursor: pointer;
  /* margin-bottom: 12px; */
}

.remove_icon_chips {
  display: flex;
  align-items: center;
  height: 19px !important;
  width: 19px !important;
  font-size: var(--font-size-15px) !important;
  color: var(--primary-icon, #000);
  justify-content: center;
  background: red;
  border-radius: 12px;
  background: var(--background-dim, #f6f6f6);
}

.initiator_all_details {
  color: var(--Primary-Dark, #292929);
  font-family: "NotoSansGeorgianRegular";
  font-size: var(--font-size-12px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.24px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
  cursor: pointer;
  margin-bottom: 12px;
}

.buyer_title,
.seller_title {
  display: flex;
  gap: 4px;
  align-items: center;
  color: var(--primary-text, #181818);
  font-family: "NotoSansGeorgianRegular";
  font-size: var(--font-size-10px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 15px */
  letter-spacing: 0.2px;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
  margin-bottom: 8px;
}

.person_details_chips {
  display: flex;
  padding: 4px 8px;
  width: fit-content;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: var(--font-size-14px);
  border-radius: 16px;
  border-bottom: 0.25px solid var(--accent-text, #005cda);
  background: var(--background, #fff);
  color: var(--primary-text, #181818);
  font-family: "NotoSansGeorgianRegular";
  line-height: 150%; /* 21px */
  letter-spacing: 0.28px;
  cursor: pointer;
}

.otp_code {
  width: 152px;
}

.otp_code_btn {
  display: flex;
  height: 34px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid var(--btn-outline-default, #144478);
  font-family: "NotoSansGeorgianMedium";
  font-size: var(--font-size-10px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 15px */
  letter-spacing: 0.2px;
  cursor: pointer;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
  margin-top: 4px !important;
  padding: 0 !important;
  color: var(--btn-outline-label, #0070ed);
}

.time_countdown {
  color: var(--primary-text, #181818);
  font-family: "NotoSansGeorgianRegular";
  font-size: var(--font-size-10px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 15px */
  letter-spacing: 0.2px;
}

.verification_timer {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.service_type_select {
  width: 100%;
  height: 34px;
  padding: 0 12px;
  border-radius: 2px;
  border-width: 0.5px;
  border-color: var(--Input-Input-Outline, #989898);
  border-style: solid;
  font-family: "NotoSansGeorgianRegular";
  background: var(--background_smart, #fff);
  color: var(--primary-text, #181818);
  font-family: "NotoSansGeorgianRegular";
  font-size: var(--font-size-13px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.24px;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
}

.service_type_width {
  width: 100%;
}

/* calendat picker css */

.calendar_group {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: 32px;
}

.calendar_date {
  padding: 16px;
  border-radius: 8px;
  background: var(--background_smart, #fff);
  /* Card Shadow */
  box-shadow: 0px 6px 24px 0px var(--Shadow-Shadow-5, rgba(41, 41, 41, 0.05)),
    0px 0px 0px 1px var(--Shadow-Shadow-10, rgba(41, 41, 41, 0.1));
}

.ui-datepicker-header {
  background-color: var(--background_smart, #fff);
  color: rgb(0, 0, 0);
  text-align: center;
  font-family: "NotoSansGeorgianRegular";
  padding: 10px;
  border-radius: 8px 8px 0px 0px;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
  border-bottom: 1px solid #e6eaee;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}

.ui-datepicker-prev:after {
  content: "";
  font-size: 2rem;
  float: left;
  margin-left: 10px;
  cursor: pointer;
  background-image: url(../assets/icons/arrow_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
}

.ui-datepicker-next:after {
  content: "";
  float: right;
  font-size: 2rem;
  margin-right: 10px;
  cursor: pointer;
  background-image: url(../assets/icons/arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
}
.ui-datepicker-calendar th {
  padding: 10px 0px 16px 0px;
  color: var(--primary-text, #181818);
  font-family: "NotoSansGeorgianMedium";
  font-size: 12px;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
}

.ui-datepicker-calendar {
  text-align: center;
  margin: 0 auto;
  padding: 8px;
}

.ui-datepicker-title {
  padding: 10px;
  color: var(--primary-text, #181818);
}

.ui-datepicker-calendar td {
  padding: 4px;
  text-align: center;
  width: 32px;
  height: 32px;
  border: none;
}
th,
tr {
  border: none;
}

.ui-datepicker-calendar .ui-state-default {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-text, #181818);
  border-radius: 16px;
  background: var(--non-accent-bg, #edf6ff);
  font-family: "NotoSansGeorgianLight";
  font-size: 12px;
  width: 32px;
  height: 32px;
  line-height: 150%; /* 18px */
  border: 0.25px solid var(--accent-border, #008df89a);
}
.ui-datepicker-unselectable .ui-state-default {
  background: transparent;
  /* opacity: 0.5; */
  border: none;
}

.ui-datepicker-other-month {
  background: transparent !important;
}

.ui-datepicker-calendar .ui-state-active {
  color: white;
  border-radius: 16px;
  background: var(--accent-background, #0070ed);
}

/* time slot css */

.time_slot_calendar {
  display: flex;
  flex-direction: column;
  width: 318px;
  gap: 8px;
  height: 326px;
  overflow-y: auto;
}

/* scroll bar css */
.time_slot_calendar::-webkit-scrollbar {
  width: 4px;
}

.time_slot_calendar::-webkit-scrollbar-thumb {
  background-color: var(--accent-border, #008ef8);
  border-radius: 4px;
}

.time_slot_calendar::-webkit-scrollbar-track {
  background-color: #f8f9fa;
}

.time_slot_calendar::-webkit-scrollbar-thumb:hover {
  background-color: #a9c8e8;
}

.time_slot_calendar::-webkit-scrollbar-thumb:active {
  background-color: #a9c8e8;
}

.time_slot_item {
  display: flex;
  justify-content: center;
  padding: 8px 24px;
  opacity: 0.9;
  gap: 8px;
  background: transparent;
  border-radius: 4px;
  border: 1px solid var(--btn-outline-default, #008ef8);
  color: var(--btn-outline-label, #0070ed);
  font-family: "NotoSansGeorgianRegular";
  font-size: var(--font-size-12px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
  cursor: pointer;
  margin-right: 16px;
}

.time_slot_active {
  background: var(--accent-background, #0070ed);
  color: var(--btn-filled-label, #fff);
  border: 0.25px solid transparent;
}

.info_title_header_deal {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.info_flex_buyer {
  display: flex;
  gap: 8px;
  align-items: center;
}

.edit {
  cursor: pointer;
  color: red;
}

.edit_hide {
  display: none;
}

.max_width_summery {
  width: 728px;
}

.title_info_summery {
  color: var(--primary-text, #181818);
  font-family: "NotoSansGeorgianBold";
  font-size: var(--font-size-10px);
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
  line-height: 150%; /* 15px */
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.title_info_date {
  color: var(--primary-text, #181818);
  font-family: "NotoSansGeorgianRegular";
  font-size: var(--font-size-12px);
  line-height: 150%; /* 15px */
  letter-spacing: 0.2px;
  cursor: pointer;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  text-decoration-style: solid;
}
.bk_opacity_dark {
  border-radius: 4px;
  background: var(--background-dim, #f6f6f6);
  padding: 8px 12px;
}

.summery_info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.summery_booking_date {
  display: flex;
  /* max-width: 422px; */
  width: 100%;
  /* flex-direction: column; */
  gap: 24px;
  padding-top: 16px;
}

.summery_buyer_seller {
  display: flex;
  max-width: 100%;
  overflow: auto;
  max-height: 252px;
  width: 100%;
  gap: 32px;
  flex-direction: column;
}

.summery_buyer_seller::-webkit-scrollbar {
  width: 4px;
}

.summery_buyer_seller::-webkit-scrollbar-thumb {
  background-color: var(--Blue-900, #163964);
  border-radius: 4px;
}

.summery_buyer_seller::-webkit-scrollbar-track {
  background-color: #f8f9fa;
}

.summery_buyer_seller::-webkit-scrollbar-thumb:hover {
  background-color: #a9c8e8;
}

.deal_full_name {
  color: var(--Primary-Dark, #292929);
  font-family: "NotoSansGeorgianRegular";
  font-size: var(--font-size-12px);
  font-style: normal;
  line-height: 150%; /* 18px */
  letter-spacing: 0.24px;
}

.delete_deal_items_flex {
  display: flex;
  gap: 8px;
  align-items: center;
}

.delte_icons {
  color: red;
  cursor: pointer;
}

.sum_disp_item {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 8px;
}

.disp_flex {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* -----------> ALERT MODAL <----------- */
.alert_element {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: flex;
  width: 728px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  height: auto;
  border-radius: 8px;
  background-color: var(--background_smart, #fff);
  box-shadow: 0px 6px 24px 0px var(--Shadow-Shadow-5, rgba(41, 41, 41, 0.05)),
    0px 0px 0px 1px var(--Shadow-Shadow-10, rgba(41, 41, 41, 0.1));
}

.close_text_btn {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid var(--btn-outline-default, #008ef8);
  background: transparent;
  color: var(--btn-outline-label, #0070ed);
  /* Georgian/Label/Medium */
  font-family: "NotoSansGeorgianMedium";
  font-size: var(--font-size-14px );
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: 0.28px;
  text-transform: uppercase;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
  width: 94px;
}

.back_home_page_btn {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: var(--btn-filled-default, #0070ed);
  width: 242px;
}

.success_info_text {
  color: var(--accent-text, #005cda);
  /* Georgian/Label/Large */
  font-family: "NotoSansGeorgianMedium";
  font-size: var(--font-size-16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
}
.error_info_text {
  color: var(--error, #f00);
  font-family: "NotoSansGeorgianMedium";
  font-size: var(--font-size-16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
}
.alert_message {
  color: var(--primary-text, #181818);
  font-family: "NotoSansGeorgianRegular";
  font-size: var(--font-size-12px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.24px;
}

.alert_close {
  cursor: pointer;
  align-self: flex-end;
}

.alert_fiexd {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 100%;
  height: 100%;
}

.check_icon_success {
  width: 64px;
  height: 64px;
  font-size: 64px;
  color: var(--accent-text, #005cda);
}
.cance_icon_error {
  width: 64px;
  height: 64px;
  font-size: 64px;
  color: var(--error-text, #f33);
}
.warning_icon {
  width: 64px;
  height: 64px;
  font-size: 64px;
  color: var(--warning-text, #e8a100);
}
.warning_info_text {
  color: var(--primary-text, #181818);
  font-family: "NotoSansGeorgianMedium";
  font-size: var(--Labels-Large, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-align: center;
}
.warn_alert_link {
   color: var(--accent-text, #005cda);
  text-decoration: underline!important;
  font-weight: 600;
  transition: opacity 0.2s ease;
}
.warn_alert_link:hover {
  opacity: 0.75;
}

.alert_icon_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.alert_btn_group {
  display: flex;
  gap: 16px;
}

/* ------------> booking_type_bk <------------ */
.booking_type_bk {
  display: flex;
  width: 210px;
  padding: 8px 12px 12px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 4px;
  background: var(--background-dim, #f6f6f6);
  box-shadow: var(--card-shadow, #181818);
}

.booking_type_cadastr {
  display: flex;
  flex-direction: column;
  padding: 8px;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  background: var(--background, #fff);
}

.cad_code_text,
.time_slot_interval {
  color: var(--secondary-text, #6d6d6d);
  /* Georgian/Label/Extra-Small */
  font-family: "NotoSansGeorgianMedium";
  font-size: var(--font-size-10px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 15px */
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.visit_type_text {
  color: var(--primary-text, #181818);

  /* Georgian/Label/Small */
  font-family: "NotoSansGeorgianMedium";
  font-size: var(--font-size-13px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
  letter-spacing: 0.26px;
  text-transform: uppercase;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
}

.person_name,
.person_lastanme,
.date_time_int {
  color: var(--primary-text, #181818);

  /* Georgian/Label/Small */
  font-family: "NotoSansGeorgianMedium";
  font-size: var(--font-size-13px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
  letter-spacing: 0.26px;
  text-transform: uppercase;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
  text-wrap: wrap;
}

.df_col {
  display: flex;
  flex-direction: column;
  width: 142px;
  gap: 2px;
}
.cursor_pointer_event {
  cursor: pointer;
}

.booking_person_info_group {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  background: var(--background_smart, #fff);
}

/* ------------> buyer_group_bk <------------ */

#seller_group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
#buyer_group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.buyer_group_bk {
  border-radius: 4px;
  background: var(--background-dim, #f6f6f6);
  padding: 8px 12px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.seller_group_bk {
  border-radius: 4px;
  padding: 8px 12px;
  background: var(--background-dim, #f6f6f6);
  padding: 12px 16px;
}

/*--------------------------> video alert for smart contract <--------------------------*/

.video_background_opacity {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.video_container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 728px;
  border-radius: 8px;
  background-color: var(--background_smart, #fff);
  box-shadow: 0px 6px 24px 0px var(--Shadow-Shadow-5, rgba(41, 41, 41, 0.05)),
    0px 0px 0px 1px var(--Shadow-Shadow-10, rgba(41, 41, 41, 0.1));
}

.video_container_controler {
  width: 100%;
  height: 400px;
  padding: 12px;
}

.video_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 12px 0 12px;
}
.video_title_text {
  color: var(--primary-text, #181818);
  font-family: "NotoSansGeorgianMedium";
  font-size: var(--font-size-16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
  -moz-font-feature-settings: "case";
  -webkit-font-feature-settings: "case";
  font-feature-settings: "case" on;
}

.video_close_btn {
  cursor: pointer;
  align-self: flex-end;
}
.information_step div[aria-hidden="true"] {
  display: none;
}

.warning_text_header {
  color: var(--sds-color-text-default-secondary);
  /* Georgian/Label/Extra-Small */
  font-family: var(--font-family);
  font-size: var(--font-size-11px);
  font-style: normal;
  font-weight: var(--Weights-Weight-Medium, 500);
  line-height: var(--Line-Heights-Line-Height-01, 20px); /* 181.818% */
}

/* ------------> media query <------------ */

@media screen and (max-width: 960px) {
  .max_width_summery {
    width: 100%;
  }
  .summery_info {
    flex-direction: column;
    gap: 16px;
  }
  .information_step {
    max-height: calc(100vh - 176px);
    max-width: 600px;
    width: 100%;
    height: auto;
  }
  .info_first_header_text {
    width: 100%;
  }

  .alert_element {
    width: 100%;
    padding: 16px;
  }

  .summery_booking_date {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 600px) {
  .info_first_header_box {
    flex-direction: column !important;
    gap: 8px;
  }
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="password"] {
    max-width: 100%;
  }
  .person_group {
    flex-direction: column;
    gap: 8px;
  }
  .input_label_group {
    width: 100%;
  }
  .calendar_group {
    flex-direction: column;
    gap: 16px;
  }
  .time_slot_calendar {
    width: 100%;
    flex-direction: row;
    gap: 8px;
    height: auto;
  }

  .time_slot_item {
    text-wrap: nowrap;
    margin-bottom: 12px;
  }

  .max_width_summery {
    width: 100%;
  }
  .summery_info {
    flex-direction: column;
    gap: 16px;
  }

  .information_step {
    top: 50%;
  }

  .alert_element {
    width: 300px;
    padding: 16px;
    gap: 12px;
  }

  .cance_icon_error {
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: var(--error-text, #f33);
  }
  .success_info_text {
    font-size: 13px;
  }
  .error_info_text {
    font-size: var(--Labels-Large, 13px);
  }
  .warning_icon {
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: var(--warning-text, #e8a100);
  }
  .warning_info_text {
    font-size: var(--Labels-Large, 13px);
  }

  /* video smart contract */

  .video_container {
    margin: 0px 16px;
  }
}

/* Payment Service Selection Styles */
.payment_service_options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 8px 0;
}

.payment_option {
  position: relative;
}

.payment_option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.payment_option_label {
  display: block;
  cursor: pointer;
  border: 2px solid var(--Input-Input-Outline, #989898);
  border-radius: 8px;
  padding: 16px 20px;
  transition: all 0.2s ease;
  background: var(--background_smart, #fff);
}

.payment_option input[type="radio"]:checked + .payment_option_label {
  border-color: var(--accent-text, #005cda);
  background: rgba(0, 92, 218, 0.05);
}

.payment_option_label:hover {
  border-color: var(--accent-text, #005cda);
}

.payment_option_content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.payment_icon {
  width: 40px !important;
  height: 40px !important;
  font-size: 40px !important;
  color: var(--accent-text, #005cda);
}

.payment_details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.payment_title {
  color: var(--primary-text, #181818);
  font-family: "NotoSansGeorgianRegular";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.payment_price {
  color: var(--accent-text, #005cda);
  font-family: "NotoSansGeorgianRegular";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}


.bank_selection_options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 16px 0;
}

@media screen and (max-width: 768px) {
  .payment_service_options {
    margin: 16px 0;
  }

  .payment_option_label {
    padding: 12px 16px;
  }

  .payment_icon {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
  }

  .payment_title {
    font-size: 14px;
  }

  .payment_price {
    font-size: 18px;
  }
}
