/* <!-- talya • 16/04 • 15:43 --> */
:root {
  --orange: #F5962A;
  --txt: #181818;
  --link: #176699;
  --darkBlue: #1B4263;
  --red: #A71B24;
  --line: #D9D9D9;
  --hint: #626262;
  --lightGrey: #F5F7F9;
  --loader-size: 80px;
  --hoverGrey: #f3f4f6;
  --veryDarkBlue: #07273D;
  --borderLine: 1px solid var(--line);
  --borderRadius: 10px;
}

#root{
  height: 100%;
}

html,
body,
#mainContent,
.page-copy,
.sectionBlockLayout,
.xrm-editable-html.xrm-attribute,
.xrm-attribute-value {
  height: 100%;
}

html,
body {
  font-family: "Heebo", sans-serif !important;
  direction: rtl;
  background-color: #f5f5f5;
  min-height: 100vh;
  overflow-y: auto;
}

* {
  box-sizing: border-box;
  color: var(--txt);
}

.sectionBlockLayout {
  background-color: #F5F7F9;
  color: #181818;
  ;
}

.page-content {
  min-height: calc(100% - 5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image:
    linear-gradient(to bottom,
      rgba(7, 39, 61, 1),
      rgba(7, 39, 61, 0.6)),
    url('/ol_background_img.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mobile .page-content {
  min-height: max-content;
  width: 100vw;
  padding-top: 0;
}

.mobile .page-content.registration,
.mobile .page-content.request {
  padding: 1.5rem;
}

.page-container>div {
  width: 1265px;
}



/* >>> scrollbar */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--link);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: color-mix(in srgb, var(--link) 80%, black 20%);
}

/* scrollbar <<< */




/* >>> Navigation customization */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Heebo", sans-serif !important;
}

/* Navbar Container */
.navbar-container {
  background: linear-gradient(180deg, #176699 0%, #1B4263 100%);
  height: 5rem;
  padding: 0 3rem;
  width: 100%;
}

.navbar-container * {
  color: white;
}

/* Nav Content */
.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
}

/* Header Content */
.header-content {
  display: flex;
  align-items: center;
}

/* Logo Container */
.logo-container {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.navbar-brand {
  margin: 0;
  font-family: Heebo, sans-serif !important;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo-img {
  width: 30px;
  height: 30px;
}

.logo-txt {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.logo-txt .main-title {
  font-weight: bold;
}

.logo-txt .sub-title {
  font-weight: normal;
}

.logo-txt .sub-title:before {
  content: "| ";
}

/* Nav Links Container */
.nav-link-container {
  display: flex;
  align-items: center;
}

.userDetails {
  display: flex;
  gap: 0.5rem;
}

/* User Greeting */
.user-greeting {
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.userIcon {
  cursor: pointer;
  height: 30px;
  width: 30px;
  background: #FFFFFF40;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.userIcon:hover,
.userIcon.open {
  border: var(--borderLine);
}

.user-menu-trigger {
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

/* User Menu List */
.user-menu-list {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: max-content;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
  overflow: clip;
}

.user-menu-list li {
  list-style: none;
}

.user-menu-item {
  display: block;
  padding: 0.5rem 1.25rem;
  color: var(--txt);
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin: 0 !important;
}

.user-menu-item:hover {
  background-color: var(--hoverGrey);
  text-decoration: none !important;
}

/* Sign In Link */
.nav-link.sign-in {
  color: white;
  text-decoration: none;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.nav-link.sign-in:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* mobile */
.mobile .navbar-container {
  padding: 0 1rem;
}

.mobile .logo-img {
  width: 44px;
  height: 44px;
}

.mobile .logo-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.mobile .logo-txt * {
  font-size: 13px;
}

.mobile .logo-txt .sub-title:before {
  content: none;
}


/* Navigation customization <<< */




/* >>> user profile */
.user-profiles {
  font-size: 18px;
  display: flex;
  height: 45px;
  background: var(--link);
  width: 100%;
  padding: 0 calc(3rem + 30px + 0.5rem);
  align-items: center;
}

.user-profiles .profile {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  color: white;
}

.user-profiles .btn-color.orange.profile {
  font-weight: 500;
  color: var(--link) !important;
  padding: 1rem 2rem;
  min-width: unset;
  font-size: 18px;
}

/* mobile */
.mobile .user-profiles {
  padding: 0 1rem;
  background: var(--darkBlue);
  justify-content: center;
  height: 56px;
}

.mobile .user-profiles .profile {
  flex-grow: 1;
  height: 70%;
  font-size: 1rem;
  min-width: unset;
  padding: 0.5rem;
}

.mobile .user-profiles .btn-color::before {
  content: "";
  width: 7px;
  height: 7px;
  background: white;
  border-radius: 1rem;
}

/* user profile <<< */

/* >>> status */
.status-badge {
  display: flex;
  padding: 2px 12px;
  border-radius: 30px;
  font-size: 15px;
  align-items: center;
  gap: 0.3rem;
  line-height: 1;
  width: max-content;
  height: 24px;
}

.status-badge img {
  max-width: 13px;
}

.status-badge .black {
  color: var(--txt);
}

/* status <<< */

/* >>> modal */
#root .modal-overlay {
  position: fixed;
  background: #000000ab;
  width: 100vw !important;
  height: 100vh;
  top: 0;
  right: 0;
  display: flex;
  align-items: self-start;
  justify-content: center;
  padding: 13rem;
  z-index: 100;
}

.global-modal {
  background: white;
  width: 490px;
  max-height: 80vh;
  padding: 2rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  position: relative;
}

.global-modal.sub-form {
  padding-right: 4rem;
  padding-left: 4rem;
  gap: 2.5rem;
}

.mobile .global-modal.sub-form {
  padding: 40px 30px;
}

.global-modal.wide {
  width: 717px;
}

.modal-close-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  position: absolute;
  top: 1rem;
  left: 1rem;
  index: 10;
}

.modal-close-btn:hover {
  background-color: #f0f0f0;
}

.modal-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  gap: 1.2rem;
}

.modal-title * {
  margin: 0;
  line-height: 1;
}

.modal-title img {
  max-width: 40px;
}

.modal-title h3 {
  font-size: 22px;
  font-weight: 500;
}

.sub-form .modal-title {
  align-self: flex-start;
}


.global-modal p {
  margin: 0;
}

.modal-content {
  border: 0 !important;
  background-color: transparent !important;
}

.sub-form .modal-content {
  gap: 1.5rem;
}

.modal-footer {
  display: flex;
  gap: 1rem;
  width: 100%;
  justify-content: center;
}

.sub-form .modal-footer {
  align-self: flex-end;
}

/* mobile */
.mobile #root .modal-overlay {
  padding: 1.5rem;
  display: flex;
  align-items: center;
}

/* modal <<< */



/* >>> Loading Overlay */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  backdrop-filter: blur(5px);
  flex-direction: column;
  gap: 1rem;
}

.loader-text {
  color: var(--txt);
  font-size: 22px;
}

.spinner {
  height: var(--loader-size, 80px);
  width: var(--loader-size, 80px);
  -webkit-animation: loader-1-1 4.8s linear infinite;
  animation: loader-1-1 4.8s linear infinite;
}

@-webkit-keyframes loader-1-1 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loader-1-1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spinner span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: calc(var(--loader-size, 80px) * 0.7);
  width: calc(var(--loader-size, 80px) * 0.7);
  clip: rect(0, calc(var(--loader-size, 80px) * 0.7), calc(var(--loader-size, 80px) * 0.7), calc(var(--loader-size, 80px) * 0.35));
  -webkit-animation: loader-1-2 1.2s linear infinite;
  animation: loader-1-2 1.2s linear infinite;
}

@-webkit-keyframes loader-1-2 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(220deg);
  }
}

@keyframes loader-1-2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(220deg);
  }
}

.spinner span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: calc(var(--loader-size, 80px) * 0.7);
  width: calc(var(--loader-size, 80px) * 0.7);
  clip: rect(0, calc(var(--loader-size, 80px) * 0.7), calc(var(--loader-size, 80px) * 0.7), calc(var(--loader-size, 80px) * 0.35));
  border: 4px solid var(--orange);
  border-radius: 50%;
  border-end-start-radius: 50%;
  border-end-end-radius: 50%;
  -webkit-animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes loader-1-3 {
  0% {
    -webkit-transform: rotate(-140deg);
  }

  50% {
    -webkit-transform: rotate(-160deg);
  }

  100% {
    -webkit-transform: rotate(140deg);
  }
}

@keyframes loader-1-3 {
  0% {
    transform: rotate(-140deg);
  }

  50% {
    transform: rotate(-160deg);
  }

  100% {
    transform: rotate(140deg);
  }
}

/* Loading Overlay <<< */


/* >>> buttons */
[class^=btn-] {
  padding: 7px 40px;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 500;
  min-width: 200px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.mobile [class^=btn-] {
  min-width: unset;
  width: max-content;
  padding: 7px 25px;
  flex-grow: 1;
}

/* .mobile .modal-footer [class^=btn-] {
  flex-grow: 1;
} */

.btn-color {
  background: var(--link) !important;
  color: white !important;
  border: none;
}

.btn-color:hover {
  background: #0c4b73 !important;
}

.btn-color.orange {
  background: var(--orange) !important;
  color: var(--txt) !important
}

.btn-color.orange:hover {
  background: #e55a2b !important;
}

.btn-outline {
  background: white;
  border: 1px var(--line) solid;
  color: var(--txt);
}

.btn-outline:hover {
  background: #f0f0f0;
}

.btn-color:disabled,
.btn-outline:disabled {
  cursor: not-allowed;
  opacity: .5;
  pointer-events: auto;
}

.btn-color:disabled img,
.btn-outline:disabled img {
  opacity: 0.5;
}

.text-btn {
  border: 0;
  background: transparent;
  color: var(--link);
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 15px;
}

/* Spinner animation */
.fa-spinner {
  margin-left: 8px;
}

/* buttons <<< */




/* >>> form */

.form-field {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.form-field.full-width,
.full-width,
.sub-entity-grid {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
}

.sub-entity-grid {
  gap: 1rem;
}

.sub-entity-grid+.text-btn {
  grid-column: 1 / -1;
}

.sub-entity-title {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}

.sub-entity-row {
  display: flex;
  gap: 1rem;
  position: relative;
}

.sub-entity-fields {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.sub-entity-grid .sub-entity-row:not(:first-of-type) label {
  display: none;
}

.mobile .sub-entity-grid .sub-entity-row:not(:first-of-type) label {
  display: unset;
}

.remove-btn {
  position: absolute;
  top: 50%;
  left: -40px;
  background: white;
  color: #D52330;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transform: translateY(-50%);
}

.edit-section .remove-btn {
  left: 0;
}

/* mobile */
.mobile .remove-btn {
  left: 0;
  top: 14px;
  background: transparent;
  width: min-content;
  height: min-content;
  border-radius: 0;
  padding: 0;
}

.mobile .sub-entity-row {
  flex-direction: column;
}

/* form <<< */


/* >>> dynamic field */

.form-input {
  font-size: 16px !important;
  color: var(--txt) !important;
  height: 40px;
  border: 0.5px solid var(--txt);
  border-radius: 5px;
  padding: 10px 14px;
  width: 100%;
  font-size: 15px;
  transition: all 0.2s ease;
  background: white;
  color: #333333;
}

.form-input::placeholder {
  font-size: 16px !important;
  font-weight: 300 !important;
  color: var(--hint) !important;
}

.form-input.has-dropdown {
  cursor: pointer;
}

.form-input:focus,
.has-dropdown.open {
  outline: none;
  border-color: var(--link);
  background: white;
  border-width: 1px;
  /* box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.08); */
}

.form-input.error {
  border-color: var(--red);
}

.form-input.disabled {
  color: var(--hint) !important;
  cursor: not-allowed;
  background-color: transparent;
}

.form-field label {
  font-weight: 400;
  color: var(--txt);
  margin-bottom: 3px;
  font-size: 15px;
  text-align: right;
}

.sub-entity-fields .form-field label {
  font-size: 14px;
}

.form-field label.required::before {
  content: "*";
  margin-left: 4px;
  font-weight: 700;
}

.form-field:has(.form-input:disabled)>label::before {
  display: none;
}

.read-mode .form-field label.required::before,
.read-mode .form-input-container svg {
  display: none;
}

/* Error Messages */
.error-msg {
  color: var(--red);
  font-size: 13px;
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 6px;
  /* position: absolute; */
  bottom: -1.2rem;
}

.error-msg img {
  width: 12.5px;
}

/* container & icon\img */
.form-input-container {
  position: relative;
  width: 100%;
}

.form-input-container img {
  width: 14px;
  flex-shrink: 0;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate(0, -50%);
}

.form-input-container svg {
  position: absolute;
  left: 1.1rem;
  color: var(--link);
  font-size: 12px;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
  cursor: pointer;
}

.form-input-container svg.clear-selection-btn {
  pointer-events: auto !important;
  z-index: 10;
}

.form-input-container:has(.form-input:disabled) svg {
  display: none;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.number-icon.up {
  top: 12px;
  transform: unset;
}

.number-icon.down {
  top: unset;
  bottom: 10px;
  transform: unset;
}

/* textarea */
.form-input[type="textarea"],
textarea.form-input {
  resize: vertical;
  line-height: 1;
}

/* Toggle/Boolean Fields */
.toggle-group {
  flex-direction: row !important;
  align-items: center;
  gap: 1rem;
  align-self: end;
}

.toggle-label {
  font-weight: 500;
  color: #374151;
  margin: 0;
}

.toggle-options {
  display: flex;
  gap: 12px;
}

.toggle-options svg {
  margin-left: 6px;
}

.toggle-options button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--txt);
  background: white;
  font-size: 14px;
  border-radius: 20px;
  min-width: 80px;
  transition: all 0.2s ease;
  height: 35px;
}

.toggle-options button:hover {
  background-color: #E3F2FF
}

.toggle-options button.active {
  border-color: var(--link);
  background-color: #E3F2FF;
  color: var(--link);
  font-weight: 500;
}

.mobile .toggle-options button {
  min-width: max-content;
  padding: 0 1rem 0 1rem;
}

/* select */
.form-input.has-dropdown:focus,
.form-input.has-dropdown.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: var(--link);
}

.form-input-dropdown {
  position: absolute;
  background: white;
  border: 1px solid var(--link);
  border-top: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 250px;
  overflow-y: auto;
  width: 100%;
}

.multiselect-dropdown-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.multiselect-dropdown-option:hover,
.multiselect-dropdown-option.focused {
  background-color: var(--hoverGrey);
}

.multiselect-dropdown-option .option-checkbox {
  width: 16px;
  height: 16px;
  accent-color: var(--link);
  margin: 0;
  cursor: pointer;
}

.multiselect-dropdown-option .option-label {
  color: #374151;
  font-size: 15px;
}

.select-option.selected {
  font-weight: 600;
}

.select-option {
  cursor: pointer;
  padding: 0.3rem 0.5rem;

}

.select-option:hover,
.select-option.focused {
  background: var(--hoverGrey);
}

/* Declaration */
.confirmation-section {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}

.confirmation-section input.declaration-checkbox {
  width: 18px;
  height: 18px;
  accent-color: var(--link);
  margin: 0;
  cursor: pointer;
  flex-shrink: 0;
}

.confirmation-section label {
  margin: 0;
}

/* File Upload */
label:has(~ .upload-container) {
  font-weight: 500;
  margin: 0;
}

.field-description {
  margin: 0;
  color: var(--txt);
  font-size: 14px;
  margin-top: -2px;
  margin-bottom: 5px;
}

.upload-container {
  width: 100%;
}

.upload-box {
  border: 2px dashed #d1d5db;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23333' stroke-width='1' stroke-dasharray='5 %2c 6' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: var(--borderRadius);
  padding: 1rem;
  text-align: center;
  background: white;
  transition: all 0.3s ease;
}

.upload-box:hover {
  border-color: var(--link);
  background-color: #eff6ff;
}

.upload-box.dragging {
  border-color: var(--link);
  /* background-color: #dbeafe; */
  /* border-style: solid; */
}

.upload-container.error .upload-box {
  border-color: var(--red);
  /* background-color: #fef2f2; */
}

.upload-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}

.upload-content p {
  margin: 0;
  color: var(--txt);
  font-size: 14px;
  line-height: 1;
}

.upload-link {
  font-size: 14px !important;
  color: var(--link) !important;
  font-weight: 500 !important;
  cursor: pointer;
  pointer-events: auto;
}

.mobile label.upload-link {
  margin: 0;
  font-size: 1rem;
  color: #2F4858 !important;
  line-height: 1;
}

.upload-link:hover {
  font-weight: 600;
}

.upload-info {
  font-size: 12px !important;
  color: var(--hint) !important;
}

.uploaded-file-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

input[type="file"] {
  display: none;
}

.uploaded-file-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
  background: white;
  border-radius: 5px;
  padding: 10px 20px;
  height: 41px;
}

.uploaded-file-box span {
  margin-left: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow-wrap: anywhere;
  overflow: hidden;
}

.uploaded-file-box * {
  font-size: 14px;
}

.file-type-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.delete-file-btn,
.view-file-btn {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  transition: opacity 0.2s ease;
}

.delete-file-btn:hover,
.view-file-btn:hover {
  opacity: 0.7;
}

.loading-bar-container {
  width: 100%;
  height: 4px;
  background: #e5e7eb;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 8px;
}

.loading-bar {
  width: 100%;
  height: 100%;
}

.loading-progress {
  width: 100%;
  height: 100%;
  background: #2563eb;
  animation: loading 1.5s ease-in-out infinite;
}

@keyframes loading {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }

  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}

.upload-section {
  margin-bottom: 30px;
}

.uploaded-file-box .file-icon,
.uploaded-file-box.upload .file-icon {
  width: 16px;
  object-fit: contain;
  margin-left: 5px;
}

.factory-files {
  display: flex;
}

.upload-box img {
  width: 30px;
  height: unset;
}

.mobile .upload-content {
  flex-direction: row;
  justify-content: center;
}


/* Date Picker */
.date-picker-field .form-input-dropdown,
.date-input-wrapper .form-input-dropdown {
  padding: 1rem;
  max-height: unset;
}

.date-picker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--hoverGrey);
}

.month-year {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}

.month-nav {
  background: none;
  border: none;
  padding: 4px 8px;
  cursor: pointer;
  color: #6b7280;
  transition: all 0.2s ease;
  border-radius: 6px;
}

.month-nav:hover {
  background: var(--hoverGrey);
  color: #1f2937;
}

.month-nav i {
  font-size: 14px;
  position: unset;
}

.date-picker-calendar {
  width: 100%;
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 8px;
}

.weekday {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #9ca3af;
  padding: 8px 0;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.calendar-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--txt);
  border-radius: 1.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
  background: white;
}

.calendar-day:not(.empty):hover {
  background: var(--hoverGrey);
  color: #1f2937;
}

.calendar-day.empty {
  cursor: default;
  pointer-events: none;
}

.calendar-day.selected {
  background: var(--link);
  color: white;
  font-weight: 600;
}

.calendar-day.selected:hover {
  background: var(--link);
  color: white;
}

/* DateTime Inputs Wrapper */
.datetime-inputs-wrapper {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}

.date-input-wrapper {
  flex: 2;
}

.time-input-wrapper {
  flex: 1;
  position: relative;
}

/* Time Icon */
.time-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  font-size: 14px;
  cursor: pointer;
}

/* Time Picker Dropdown */
.time-picker-dropdown {
  padding: 0.75rem;
}

.time-picker-columns {
  display: flex;
  gap: 0.2rem;
  align-items: stretch;
  flex-direction: row-reverse;
  height: 100%;
}

.time-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.time-column-label {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  padding: 4px 0;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 4px;
}

.time-column-scroll {
  max-height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 2px;
}

/* Chrome, Edge, Safari */
.time-column-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* Firefox */
.time-column-scroll {
  scrollbar-width: none;
  /* מעלים */
}

/* IE / Legacy Edge */
.time-column-scroll {
  -ms-overflow-style: none;
}

.time-option {
  padding: 6px;
  cursor: pointer;
  border-radius: 3rem;
  font-size: 14px;
  transition: all 0.15s ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  line-height: 1;
}

.time-option:hover {
  background: var(--hoverGrey);
  color: #1f2937;
}

.time-option.selected {
  background: var(--link);
  color: white;
  font-weight: 600;
}

.time-option.selected:hover {
  background: var(--link);
  color: white;
}

/* multi select card */
.multi-select-card-wrapper {
  display: flex;
  gap: 1rem;
}

.multi-select-card-option {
  align-items: center;
  height: 60px;
  width: 100%;
  display: flex;
  cursor: pointer;
}

.multi-select-card-option .option-checkbox {
  position: absolute;
  right: 1rem;
  top: 50%;
  margin: 0 !important;
  transform: translate(0, -50%);
}

.multi-select-card-option.selected {
  border-color: var(--link);
  border-width: 1px;
  background: #E3F2FF;
}

.multi-select-card-option.selected * {
  color: var(--link);
  font-weight: 500;
}

.mobile .multi-select-card-wrapper {
  flex-direction: column;
}

/* dynamic field <<< */