* {
  font-size: 16px;
}

ul {
  list-style: none;
}

.select2-container {
  font-size: 16px;
}

.uk-navbar-nav > li > a {
  padding: 0 0;
  color: black;
  font-size: 20px;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
  font-family: "Alef", "Open Sans", "Noto Sans Hebrew", Arial, sans-serif;
}

.uk-nav-default > li > a {
  color: black;
  font-size: 18px;
  font-family: "Alef", "Open Sans", "Noto Sans Hebrew", Arial, sans-serif;
}

.uk-dropdown-nav > li > a {
  color: black;
}

.uk-button-secondary {
  background-color: #4eb94b;
  color: #fff;
  border: 1px solid transparent;
}

.uk-card-primary,
.uk-card-primary p,
#mod-custom114 p,
.uk-card-secondary p {
  color: white !important;
}
.question-box * {
  font-size: 15px;
  font-weight: 600;
}

.uk-form-label {
  font-weight: 600;
  color: #333;
  font-size: 16px;
}

.uk-table th {
  padding: 16px 12px;
  text-align: right;
  vertical-align: bottom;
  font-size: 15px;
  font-weight: 600;
  color: black;
  text-transform: uppercase;
  font-family: "Alef", "Open Sans", "Noto Sans Hebrew", Arial, sans-serif;
}

[data-uk-cover]:where(img, video),
[uk-cover]:where(img, video) {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
}

/* Alef */
@import url("https://fonts.googleapis.com/css2?family=Alef:wght@400;700&display=swap");
/* Open Sans */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap");

/* Base Latin/UI text */
html,
body {
  font-family: "Open Sans Hebrew", "Alef", -apple-system, "Segoe UI", Roboto,
    Arial, sans-serif;
}

/* Prefer Hebrew-optimized fonts when content is Hebrew */
:lang(he),
[dir="rtl"] {
  font-family: "Alef", "Open Sans", "Noto Sans Hebrew", Arial, sans-serif !important;
  direction: rtl;
  font-size: 18px;
}

/* Optional weights */
h1,
h2,
h3 {
  font-weight: 700;
}
body {
  font-weight: 400;
}

.uk-button,
.uk-input,
input,
.uk-notification-message,
.uk-card {
  border-radius: 5px;
}

.uk-input,
.uk-select,
.uk-textarea {
  color: #333;
  border-color: #aaa;
}

.uk-modal-title {
  font-size: 1.7rem;
}

.uk-width-100 {
  width: 100px;
}

button.uk-input {
  cursor: pointer;
}

:focus-visible {
  outline: 1px dotted #333;
}

.row-reverse .js-stools {
  flex-direction: row-reverse;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container .select2-selection--single,
.select2-selection__arrow {
  min-height: 40px;
}

.select2-selection__rendered,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  line-height: 31px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px !important;
}

.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.uk-notification-close {
  top: 19px;
  right: 9px;
}

.pad-5 {
  padding: 5px !important;
}

.pad-l-5 {
  padding-right: 5px !important;
}

.pad-r-5 {
  padding-left: 5px !important;
}

.pad-10 {
  padding: 10px !important;
}
.pad-15 {
  padding: 15px !important;
}

.pad-t-5 {
  padding-top: 5px !important;
}
.pad-t-10 {
  padding-top: 10px !important;
}
.pad-t-15 {
  padding-top: 15px !important;
}

.pad-b-5 {
  padding-bottom: 5px !important;
}
.pad-b-10 {
  padding-bottom: 10px !important;
}
.pad-b-15 {
  padding-bottom: 15px !important;
}

.mar-5 {
  margin: 5px !important;
}

.mar-l-5 {
  margin-right: 5px !important;
}

.mar-r-5 {
  margin-left: 5px !important;
}

.mar-10 {
  margin: 10px !important;
}
.mar-15 {
  margin: 10px !important;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  left: 0;
  right: auto;
}

.ql-editor {
  direction: rtl;
  text-align: right;
}

.uk-padding-right {
  padding-left: 20px !important;
}

.uk-padding-left {
  padding-right: 20px !important;
}

.uk-padding-medium-right {
  padding-left: 40px !important;
}

.uk-padding-medium-left {
  padding-right: 40px !important;
}

.uk-padding-large-right {
  padding-left: 60px !important;
}

.uk-padding-large-left {
  padding-right: 60px !important;
}

.filepond--file-info {
  transform: translate3d(-39px, 0px, 0px) !important;
}

[data-filepond-item-state*="invalid"] .filepond--file-info {
  transform: translate3d(39px, 0px, 0px) !important;
}

.filepond--file-info .filepond--file-info-main {
  text-align: right;
}

.uk-flex-right {
  justify-content: flex-end;
}

.uk-flex-left {
  justify-content: flex-start;
}

.phone {
  direction: ltr;
  unicode-bidi: embed;
  text-align: right;
}

.uk-position-center-right-out {
  left: auto;
  width: max-content;
  right: 100%;
}
