@charset "UTF-8";

@font-face {
  font-family: 'Alef';
  src: url("../fonts/Alef-Bold.eot");
  src: url("../fonts/Alef-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/Alef-Bold.woff2") format('woff2'), url("../fonts/Alef-Bold.woff") format('woff'), url("../fonts/Alef-Bold.ttf") format('truetype'), url("../fonts/Alef-Bold.svg#Alef-Bold") format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Alef';
  src: url("../fonts/Alef-Regular.eot");
  src: url("../fonts/Alef-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/Alef-Regular.woff2") format('woff2'), url("../fonts/Alef-Regular.woff") format('woff'), url("../fonts/Alef-Regular.ttf") format('truetype'), url("../fonts/Alef-Regular.svg#Alef-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansHebrew';
  src: url("../fonts/OpenSansHebrew-Regular.eot");
  src: url("../fonts/OpenSansHebrew-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSansHebrew-Regular.woff") format('woff'), url("../fonts/OpenSansHebrew-Regular.ttf") format('truetype'), url("../fonts/OpenSansHebrew-Regular.svg#OpenSansHebrew-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  direction: rtl;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background-color: #eff0f4;
  color: #3d3d3d;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 1.2em;
  overflow-x: hidden;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

svg {
  -webkit-transition: fill 0.2s ease, stroke 0.2s ease;
  -o-transition: fill 0.2s ease, stroke 0.2s ease;
  transition: fill 0.2s ease, stroke 0.2s ease;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

a:hover {
  color: #2076bd;
}

p {
  margin-bottom: 0;
  margin-top: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dd {
  margin: 0;
}

dt {
  font-weight: 700;
}

dd+dt {
  margin-top: 1em;
}

figure {
  margin: 0;
}

b {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3d3d3d;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  margin: 0;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #2076bd;
}

h1,
.h1 {
  font-size: 30px;
  line-height: 1.2em;
}

h2,
.h2 {
  font-size: 30px;
  line-height: 1.2em;
}

h3,
.h3 {
  font-size: 20px;
  line-height: 1.2em;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 1.2em;
}

h5,
.h5 {
  font-size: 20px;
  line-height: 1.2em;
}

h6,
.h6 {
  font-size: 10px;
  line-height: 1.2em;
}

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

.text-end {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.font-normal {
  font-weight: 400;
}

.font-bold {
  font-weight: 600;
}

select {
  border: 1px solid #c6c6c6;
  color: #525252;
  font-family: "Heebo", sans-serif;
  font-size: 17px;
  line-height: 22px;
  padding: 3px 6px;
}

.hide-block {
  display: none;
}

.show-block {
  display: block;
}

.hide-md-block {
  display: block;
}

@media (min-width: 768px) {
  .hide-md-block {
    display: none;
  }
}

.show-md-block {
  display: none;
}

@media (min-width: 768px) {
  .show-md-block {
    display: block;
  }
}

.hide-lg-block {
  display: block;
}

@media (min-width: 992px) {
  .hide-lg-block {
    display: none;
  }
}

.show-lg-block {
  display: none;
}

@media (min-width: 992px) {
  .show-lg-block {
    display: block;
  }
}

.hide-xl-block {
  display: block;
}

@media (min-width: 1200px) {
  .hide-xl-block {
    display: none;
  }
}

.show-xl-block {
  display: none;
}

@media (min-width: 1200px) {
  .show-xl-block {
    display: block;
  }
}

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

.mt-30 {
  margin-top: 30px;
}

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

.pb-20 {
  padding-bottom: 20px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

@media (min-width: 576px) {
  .pr-sm-10 {
    padding-right: 10px;
  }
}

.pt-20 {
  padding-top: 20px;
}

.site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.site__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  width: 100%;
}

.site__header {
  padding-bottom: 30px;
  width: 100%;
}

.site__main {
  padding-bottom: 30px;
  padding-top: 0;
}

@media (min-width: 576px) {
  .site__main {
    padding-bottom: 50px;
  }
}

.site__footer {
  margin-top: auto;
}

.site__width {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: 730px;
}

.cols {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  /* Columns Flex Properties */
  /* Columns Spaces */
  /* Additional Properties */
}

.cols__col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  /* Column Spaces */
  /* Column Sizes */
  /* Column Flex Properties */
}

.cols__col--v-pad-0 {
  padding-left: 0;
  padding-right: 0;
}

.cols__col--v-pad-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.cols__col--v-pad-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.cols__col--v-pad-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.cols__col--v-pad-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.cols__col--v-gut-20 {
  padding-bottom: 20px;
}

.cols__col--v-gut-22 {
  padding-bottom: 20px;
}

.cols__col--v-gut-25 {
  padding-bottom: 25px;
}

.cols__col--v-gut-30 {
  padding-bottom: 30px;
}

.cols__col--v-gut-50 {
  padding-bottom: 50px;
}

.cols__col--auto {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 100%;
  width: auto;
}

.cols__col--1-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.cols__col--1-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.cols__col--1-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.cols__col--1-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.cols__col--2-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.cols__col--1-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.cols__col--3-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.cols__col--2-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.cols__col--3-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.cols__col--9-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}

.cols__col--first {
  -webkit-box-ordinal-group: -19;
  -webkit-order: -20;
  -ms-flex-order: -20;
  order: -20;
}

.cols__col--last {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
  -ms-flex-order: 20;
  order: 20;
}

@media (min-width: 576px) {
  .cols__col--sm-1-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .cols__col--sm-1-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .cols__col--sm-1-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cols__col--sm-2-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .cols__col--sm-3-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .cols__col--md-1-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .cols__col--md-1-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .cols__col--md-2-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .cols__col--md-1-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cols__col--md-3-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .cols__col--md-2-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .cols__col--md-3-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .cols__col--md-first {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
    -ms-flex-order: -20;
    order: -20;
  }

  .cols__col--md-last {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
  }
}

@media (min-width: 992px) {
  .cols__col--lg-1-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cols__col--lg-1-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .cols__col--lg-1-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .cols__col--lg-1-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .cols__col--lg-3-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .cols__col--lg-first {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
    -ms-flex-order: -20;
    order: -20;
  }

  .cols__col--lg-last {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
  }
}

@media (min-width: 1200px) {
  .cols__col--xl-1-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cols__col--xl-1-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cols__col--xl-1-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .cols__col--xl-1-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .cols__col--xl-1-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .cols__col--xl-1-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .cols__col--xl-2-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .cols__col--xl-3-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .cols__col--xl-4-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .cols__col--xl-first {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
    -ms-flex-order: -20;
    order: -20;
  }

  .cols__col--xl-last {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
  }
}

.cols__col--grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.cols__col--grow-2 {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  max-width: 100%;
}

.cols__col--grow-3 {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  max-width: 100%;
}

.cols__col--grow-4 {
  -webkit-box-flex: 4;
  -webkit-flex-grow: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
  max-width: 100%;
}

.cols__col--grow-5 {
  -webkit-box-flex: 5;
  -webkit-flex-grow: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
  max-width: 100%;
}

.cols__col--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.cols__col--center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cols__col--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.cols--start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cols--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cols--end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cols--stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cols--middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cols--bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cols--v-mar-0 {
  margin-left: 0;
  margin-right: 0;
}

.cols--v-mar-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.cols--v-mar-6 {
  margin-left: -6px;
  margin-right: -6px;
}

.cols--v-mar-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.cols--v-mar-30 {
  margin-left: -30px;
  margin-right: -30px;
}

.cols--v-gut-20 {
  margin-bottom: -20px;
}

.cols--v-gut-25 {
  margin-bottom: -25px;
}

.cols--v-gut-22 {
  margin-bottom: -22px;
}

.cols--v-gut-30 {
  margin-bottom: -30px;
}

.cols--v-gut-50 {
  margin-bottom: -50px;
}

.cols--fullheight {
  height: 100%;
}

.header {
  padding-top: 15px;
}

.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__access {
  right: 0;
  position: absolute;
  top: 12px;
}

.header__access-btn svg {
  fill: #1b65a1;
  height: auto;
  width: 25px;
}

.header__access-btn:hover svg {
  fill: #2076bd;
}

.header__access-btn--close svg {
  width: 22px;
}

.header__nav {
  padding: 0 50px;
  position: relative;
}

.logo {
  width: 100%;
  height: auto;
}

.logo--header {
  max-width: 153px;
}

.logo--header-big {
  max-width: 250px;
}

.logo--footer {
  max-width: 200px;
}

.logo--footer-big {
  max-width: 198px;
}

.page-block__title {
  color: #3d3d3d;
  margin: 0;
  padding: 0;
}

.page-title {
  color: #1b65a1;
  padding-bottom: 20px;
  text-align: center;
}

.box {
  background-color: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: block;
  padding: 30px 22px;
  position: relative;
}

.box__title {
  text-align: center;
}

.box__title--yellow {
  color: #ffce06;
}

.box__notice {
  color: #1b65a1;
  font-weight: 700;
  margin-top: 1em;
}

.box__label {
  background-color: #1b65a1;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  left: 50%;
  min-width: 160px;
  padding: 9px 15px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.box__label--red {
  background-color: #e92828;
}

.box__label--yellow {
  background-color: #ffce06;
  color: #3d3d3d;
}

.box--bd {
  -webkit-box-shadow: inset 0 0 0 2px #1b65a1;
  box-shadow: inset 0 0 0 2px #1b65a1;
}

.box--bd-yellow {
  -webkit-box-shadow: inset 0 0 0 2px #ffce06;
  box-shadow: inset 0 0 0 2px #ffce06;
}

.box--bd-red {
  -webkit-box-shadow: inset 0 0 0 2px #e92828;
  box-shadow: inset 0 0 0 2px #e92828;
}

.box--bd-yellow-bold {
  -webkit-box-shadow: inset 0 0 0 6px #ffce06;
  box-shadow: inset 0 0 0 6px #ffce06;
}

.box--label-top {
  margin-top: 40px;
  padding-top: 47px;
}

.box--label-right {
  padding-left: 40px;
  padding-right: 47px;
  margin-right: 20px;
}

.box--label-right .box__label {
  bottom: auto;
  left: 100%;
  min-width: 125px;
  right: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.form__fieldset {
  border: none;
  padding: 0;
}

.form__btn {
  margin-top: 30px;
}

.form__btn--grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.form__forgot-pass {
  text-align: center;
}

.form__field {
  width: 100%;
}

.form__field+.form__field {
  margin-top: 30px;
}

.form__row+.form__field,
.form__field+.form__row {
  margin-top: 30px;
}

.form__label {
  cursor: default;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  padding: 0 10px 4px;
}

.form__label--login {
  color: #44436b;
}

.form__input {
  background-color: #eff0f4;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  padding: 15px 10px;
  width: 100%;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease;
  -o-transition: border-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.form__input::-webkit-input-placeholder {
  color: #3d3d3d;
  opacity: 1;
}

.form__input:-moz-placeholder {
  color: #3d3d3d;
  opacity: 1;
}

.form__input::-moz-placeholder {
  color: #3d3d3d;
  opacity: 1;
}

.form__input:-ms-input-placeholder {
  color: #3d3d3d;
  opacity: 1;
}

.form__input:focus {
  border-color: #3d3d3d;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.form__input--login {
  color: #44436b;
  font-weight: 700;
}

.form__input--search {
  background-color: #fff;
  border: 2px solid #e2e2e2;
  text-align: center;
}

.form__input--select1 {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  /* Firefox: */
  /* Edge: */
  /* IE11: */
}

.form__input--select1::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  .form__input--select1 {
    text-indent: -2px;
  }
}

@supports (-ms-ime-align: auto) {
  .form__input--select1 {
    width: -webkit-calc(100% + 4px);
    width: calc(100% + 4px);
    margin-left: -4px;
  }
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  .form__input--select1 {
    width: -webkit-calc(100% + 4px);
    width: calc(100% + 4px);
    margin-left: -3px;
  }
}

.form__input--number {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.form__input--number::-ms-expand {
  display: none;
}

.form__input--textarea {
  height: 160px;
  resize: none;
}

.btn {
  background-color: #3d3d3d;
  border: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Heebo", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2em;
  min-width: 120px;
  padding: 8px 20px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  background-color: #1b65a1;
  color: #fff;
}

.btn--load-more {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 16px;
  min-width: 100px;
}

.btn--load-more:hover {
  background-color: #2076bd;
}

.btn--submit {
  background-color: #1b65a1;
  display: block;
  font-weight: 700;
  width: 100%;
}

.btn--submit:hover {
  background-color: #2076bd;
}

.btn--search-submit {
  background-color: #1b65a1;
  font-size: 20px;
  font-weight: 700;
  padding: 12px 20px;
}

.btn--search-submit:hover {
  background-color: #2076bd;
}

.btn--search-item {
  background-color: #1b65a1;
  font-size: 16px;
  font-weight: 700;
  min-width: 150px;
}

.btn--search-item:hover {
  background-color: #2076bd;
}

.btn--add {
  background-color: #fff;
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 700;
  padding-right: 60px;
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative;
  width: 100%;
}

.btn--add .btn__icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #1b65a1;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  -o-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
  width: 40px;
}

.btn--add .btn__icon svg,
.btn--add .btn__icon img {
  height: 20px;
  width: auto;
  fill: #3fae49;
}

.btn--add:hover .btn__icon {
  border-color: #fff;
}

.btn--add:hover .btn__icon svg,
.btn--add:hover .btn__icon img {
  fill: #fff;
}

.btn--disabled,
.btn--disabled:hover {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.btn--grey {
  background-color: #e2e2e2;
  color: #3d3d3d;
}

.btn--grey:hover {
  background-color: #2076bd;
  color: #fff;
}

.btn--red {
  background-color: #e92828;
  color: #fff;
}

.btn--red:hover {
  background-color: #2076bd;
  color: #fff;
}

.btn--green {
  background-color: #3fae49;
  color: #fff;
}

.btn--green:hover {
  background-color: #2076bd;
  color: #fff;
}

.btn--blue-light {
  background-color: #4490cd;
  color: #fff;
}

.btn--blue-light:hover {
  background-color: #2076bd;
  color: #fff;
}

.btn__wrapper--center {
  text-align: center;
}

.btn__wrapper--to-end {
  text-align: right;
}

.btn__wrapper--to-start {
  text-align: left;
}

.btn__wrapper--group {
  margin-bottom: -4px;
  margin-left: -4px;
  margin-right: -4px;
  display: flex;
  justify-content: space-between;
}

.btn__wrapper--group .btn {
  margin-bottom: 4px;
  margin-left: 4px;
  margin-right: 4px;
}

.access-info {
  padding-bottom: 20px;
  text-align: center;
}

.steps {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  direction: ltr;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 20px;
}

.steps__step {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 72px;
  border-radius: 72px;
  border: 8px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 72px;
  width: 72px;
}

.steps__step img,
.steps__step svg {
  height: 23px;
  width: auto;
}

.steps__step--blue,
.steps__step--green,
.steps__step--red,
.steps__step--yellow,
.steps__step color color__light {
  fill: #fff;
}

.steps__step--blue svg,
.steps__step--green svg,
.steps__step--red svg,
.steps__step--yellow svg,
.steps__step color color__light svg {
  color: #fff;
  fill: #fff;
}

.steps__step--blue svg .cls-stroke-1,
.steps__step--green svg .cls-stroke-1,
.steps__step--red svg .cls-stroke-1,
.steps__step--yellow svg .cls-stroke-1,
.steps__step color color__light svg .cls-stroke-1 {
  stroke: #fff;
}

.steps__step--blue {
  background-color: #1b65a1;
}

.steps__step--green {
  background-color: #3fae49;
}

.steps__step--red {
  background-color: #e92828;
}

.steps__step--yellow {
  background-color: #ffce06;
}

.steps__hr {
  background-color: #fff;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 3px;
  width: auto;
}

.tabs__nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 40px;
}

.tabs__btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 100px;
  padding: 7px 6px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.tabs__btn svg {
  margin-right: 7px;
  height: 31px;
  -webkit-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
  width: auto;
}

.tabs__btn.active,
.tabs__btn:hover {
  background-color: #1b65a1;
  color: #fff;
}

.tabs__btn.active svg,
.tabs__btn:hover svg {
  fill: #fff;
}

.tabs__nav-item:last-child {
  -webkit-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}

.tabs__nav-item:first-child {
  -webkit-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}

.footer {
  padding-top: 80px;
}

.footer__logo {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: fixed;
  width: 100%;
}

.block-results {
  padding-top: 20px;
}

.block-results__title {
  color: #1b65a1;
  text-align: center;
  background-image: url("../img/icons/results.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  -webkit-background-size: 40px auto;
  background-size: 40px auto;
  margin: 0 20px;
  padding: 0 50px;
}

.search-item {
  background-color: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 15px 20px 15px 20px;
}

.search-item__header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.search-item__header-label {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-left: auto;
}

.search-item__icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #3d3d3d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 44px;
  margin-right: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 30px;
}

.search-item__icon:before {
  background: none;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 11px 6.5px 0;
  border-color: transparent #1b65a1 transparent transparent;
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.search-item.open .search-item__icon:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.search-item__icon-remove {
  padding: 0 15px 0 0;
}

.search-item__icon-remove svg {
  height: 25px;
  width: auto;
  vertical-align: top;
}

.search-item__main {
  display: none;
}

.search-item__btns {
  margin: 0 auto;
  padding-top: 10px;
}

.search-item.open .search-item__description {
  display: none;
}

.SumoSelect {
  width: 100%;
}

.SumoSelect.open>.optWrapper {
  top: 100%;
}

.SumoSelect .CaptionCont {
  background-color: #eff0f4;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: block;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  padding: 15px 10px;
  width: 100%;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease;
  -o-transition: border-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.SumoSelect .CaptionCont>span {
  padding-right: 0;
  padding-left: 0;
  background: none;
}

.SumoSelect .CaptionCont>label {
  background-color: #1b65a1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: 7px;
  height: auto;
  left: 7px;
  position: absolute;
  right: auto;
  top: 7px;
  width: 35px;
}

.SumoSelect .CaptionCont>label>i {
  background: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6.5px 0 6.5px;
  border-color: #fff transparent transparent transparent;
  opacity: 1;
}

.fine_container {
  font-size: 20px;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  border-radius: 15px;
  background-color: #e92828;
  color: #fff;
  font-weight: 600;
}

/*# sourceMappingURL=../maps/style.css.map */

.dashboard-title.title-for-filter {
  font-weight: 600;
}

.dashboard-summary {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
  direction: rtl;
  flex-wrap: wrap;
}

.dashboard-box {
  background: #fff;
  border: 1px solid #d0d7de;
  border-radius: 12px;
  padding: 15px 25px;
  text-align: center;
  min-width: 150px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}


.dashboard-value {
  font-size: 20px;
  font-weight: bold;
  color: #3fae49;
}

.dashboard-in .dashboard-value {
  color: #2076bd;
}

.dashboard-out .dashboard-value {
  color: #e92828;
}
/* ─── Merged from updates.css ────────────────────────────────────────────── */

.search-item {
  border-radius: 15px; }
  .search-item--label-right .search-item__label {
    bottom: auto;
    left: 100%;
    min-width: 45px;
    right: auto;
    top: 50%;
    transform: translate(-14px, -50%) rotate(90deg); }
  .search-item--bd-red {
    box-shadow: inset 0 0 0 2px #e92828; }
  .search-item__label {
    background-color: #1b65a1;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-weight: 300;
    font-size: 11px;
    left: 50%;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%; }
    .search-item__label--red {
      background-color: #e92828; }

@media print {
  #masthead,
  #user_switching_switch_on,
  .steps,
  .footer {
    display: none;
    height: 0;
    line-height: 0; }
  .site__main {
    padding-bottom: 0; }
  .box--label-right {
    padding: 20px 20px 20px 40px; }
  dd + dt {
    margin-top: 0.8em; }
  .edit-data {
    display: none; }
  .sign-row {
    padding-top: 0px; }
  .cert-log-trigger,
  .cert-log-drawer,
  .cert-log-overlay {
    display: none !important; } }

.edit-data {
  padding: 5px 40px 0 0; }

.sign-row {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  color: #1b65a1;
  padding: 40px 0 0 0; }
  .sign-row .sign-field {
    display: flex; }
    .sign-row .sign-field .sign-area {
      display: block;
      width: 150px;
      border-bottom: 1px solid #1b65a1; }

.box--bsh .origin {
  text-decoration: line-through; }

/* ─── Header left actions (nav + management) ─────────────────────────────── */
.header-left-actions {
    left: 0;
    position: absolute;
    top: 11px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.header-left-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: inherit;
    text-decoration: none;
}

.header-left-action svg {
    width: 40px;
    height: auto;
    display: block;
    margin-bottom: 2px;
}

/* ─── Admin home page ───────────────────────────────────────────────────── */

.admin-home {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 4px 0;
}

.admin-home__group-title {
    font-size: 0.85em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #888;
    margin: 0 0 12px;
}

.admin-home__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.admin-home__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 110px;
    padding: 18px 12px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    font-size: 0.88em;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    transition: border-color 0.15s, box-shadow 0.15s, color 0.15s;
}

.admin-home__card:hover {
    border-color: #1b65a1;
    box-shadow: 0 3px 10px rgba(27,101,161,0.15);
    color: #1b65a1;
}

.admin-home__card svg {
    width: 28px;
    height: 28px;
    fill: #1b65a1;
    flex-shrink: 0;
}

.admin-home__card--primary {
    border-color: #1b65a1;
    background: #1b65a1;
    color: #fff;
}

.admin-home__card--primary svg {
    fill: #fff;
}

.admin-home__card--primary:hover {
    background: #1558a0;
    border-color: #1558a0;
    color: #fff;
    box-shadow: 0 3px 10px rgba(27,101,161,0.3);
}

.admin-home__card-label {
    line-height: 1.2;
}

@media screen and (max-width: 600px) {
    .admin-home__card {
        width: calc(50% - 6px);
        flex: 1 1 calc(50% - 6px);
    }
}

/* ── Matmin create-certificate form ── */
.location_other_source_container,
.temp_driver_container,
.temp_constructors_container,
.temp_trucks_container,
.temp_authorities_container {
    display: none;
}

.location_other_source_container-2 {
    display: none;
}

.other-source-dropdown {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    z-index: 200;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
.other-source-option {
    padding: 8px 12px;
    cursor: pointer;
    text-align: right;
}
.other-source-option:hover {
    background: #f0f4ff;
}
.location_other_source_container,
.location_other_source_container-2 {
    position: relative;
}

.id-check-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
    position: relative;
}

.check-id-button {
    background-color: #1b65a1;
    border: none;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    height: 38px;
    transition: background-color 0.2s ease;
}

.check-id-button:hover {
    background-color: #0056b3;
}

.id-check-result {
    margin-top: 6px;
    font-size: 13px;
    font-weight: bold;
}

/* ── Truck quick-fill panel ── */
.truck-quickfill {
    background: #f0f7ff;
    border: 1px solid #b8d4f0;
    border-right: 4px solid #3a8fdd;
    border-radius: 6px;
    padding: 14px 18px 16px;
    margin-bottom: 18px;
}

.truck-quickfill__header {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.truck-quickfill__title {
    font-size: 14px;
    font-weight: 700;
    color: #1a5fa8;
}

.truck-quickfill__hint {
    font-size: 12px;
    color: #6a8fb5;
    margin-top: 2px;
}

.truck-quickfill__input {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid #b8d4f0;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
    direction: rtl;
    box-sizing: border-box;
}

.truck-quickfill__input:focus {
    outline: none;
    border-color: #3a8fdd;
    box-shadow: 0 0 0 2px rgba(58,143,221,0.15);
}

/* ── Truck type-ahead dropdown ── */
.truck-search-wrapper {
    position: relative;
}

.truck-search-results {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 1000;
    max-height: 220px;
    overflow-y: auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

.truck-search-item {
    padding: 9px 12px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    text-align: right;
    direction: rtl;
}

.truck-search-item:hover {
    background: #f0f4ff;
}

.truck-search-item:last-child {
    border-bottom: none;
}

.truck-search-item--empty {
    color: #999;
    cursor: default;
}

.truck-search-item--disabled {
    color: #aaa;
    cursor: not-allowed;
    background: #fafafa;
}

.truck-search-item--disabled:hover {
    background: #fafafa;
}

.mgmt-eshcol-badge {
    display: inline-block;
    margin-right: 6px;
    padding: 1px 7px;
    background: #e3f0ff;
    color: #1565c0;
    border: 1px solid #90caf9;
    border-radius: 10px;
    font-size: 0.75em;
    font-weight: 600;
    vertical-align: middle;
    white-space: nowrap;
}

/* Temp-field name typeahead */
.form__field--typeahead {
    position: relative;
}
.js-temp-entity-dropdown,
.js-temp-id-dropdown,
.js-temp-truck-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 400;
    background: #fff;
    border: 1px solid #1565c0;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.js-temp-suggest-item {
    padding: 9px 12px;
    border-bottom: 1px solid #eee;
    font-size: 0.9em;
    cursor: pointer;
    color: #222;
}
.js-temp-suggest-item:hover {
    background: #f0f7ff;
}
.js-temp-truck-item--disabled {
    color: #aaa;
    cursor: not-allowed;
    background: #fafafa;
}
.js-temp-truck-item--disabled:hover {
    background: #fafafa;
}

/* ─── Global alert / confirm modals ──────────────────────────────────────── */

.mgmt-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
}

.mgmt-modal {
    background: #fff;
    border-radius: 6px;
    padding: 24px 28px;
    width: 440px;
    max-width: 95vw;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.mgmt-modal p {
    color: #444;
    margin: 0 0 16px;
    font-size: 0.95em;
}

.mgmt-modal-actions {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.mgmt-modal .btn {
    font-size: 13px;
    font-weight: 500;
    min-width: 0;
    padding: 6px 18px;
    border-radius: 5px;
    line-height: 1.4;
}

.btn--primary {
    background-color: #1b65a1;
    color: #fff;
}

.btn--primary:hover {
    background-color: #155289;
    color: #fff;
}

.mgmt-modal .btn--grey {
    background-color: #e2e2e2;
    color: #3d3d3d;
}

.mgmt-modal .btn--grey:hover {
    background-color: #c8c8c8;
    color: #3d3d3d;
}

/* ── Activity Log ── */
body.activity-log-page .site__width { width: 1400px; max-width: 98vw; }
.activity-log-wrap { direction: rtl; padding: 0 10px 40px; }
.activity-log__header { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.activity-log__title { margin: 0; font-size: 1.15em; font-weight: 700; }
.activity-log__filter-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: flex-end; margin-bottom: 18px; background: #f9f9f9; border: 1px solid #e8e8e8; border-radius: 8px; padding: 14px; }
.activity-log__filter-field { display: flex; flex-direction: column; gap: 4px; min-width: 130px; }
.activity-log__filter-field label { font-size: 0.78em; font-weight: 600; color: #666; }
.activity-log__filter-field .form__input { font-size: 13px; padding: 5px 8px; height: 32px; border-radius: 5px; }
.activity-log__filter-field select.form__input { height: 32px; }
.activity-log__filter-field--submit { justify-content: flex-end; }
.activity-log-wrap .btn { font-size: 13px; padding: 5px 14px; border-radius: 5px; min-width: auto; font-weight: 600; }
.activity-log__status { padding: 16px; text-align: center; color: #888; font-size: 14px; }
.activity-log__table-wrap { overflow-x: auto; border: 1px solid #e8e8e8; border-radius: 8px; }
.activity-log__table { width: 100%; border-collapse: collapse; font-size: 13px; }
.activity-log__table th { background: #f5f5f5; padding: 9px 12px; text-align: right; border-bottom: 2px solid #ddd; font-weight: 700; white-space: nowrap; color: #444; font-size: 12px; text-transform: uppercase; letter-spacing: 0.03em; }
.activity-log__table td { padding: 8px 12px; border-bottom: 1px solid #f0f0f0; vertical-align: middle; color: #333; }
.activity-log__table tr:last-child td { border-bottom: none; }
.activity-log__table tr:hover td { background: #f7f9fc; }
.activity-log__table .col-date { white-space: nowrap; color: #777; font-size: 12px; }
.activity-log__table .col-type { white-space: nowrap; }
.activity-log__table .col-action { white-space: nowrap; font-weight: 600; }
.activity-log__table .col-id a { color: #1b65a1; text-decoration: none; font-size: 12px; }
.activity-log__table .col-id a:hover { text-decoration: underline; }
.activity-log__table .col-details { color: #555; max-width: 320px; }
.activity-log__table .col-details a { color: #1b65a1; text-decoration: none; }
.activity-log__table .col-details a:hover { text-decoration: underline; }
.activity-log__pagination { display: flex; align-items: center; gap: 10px; margin-top: 14px; font-size: 13px; color: #666; flex-wrap: wrap; }
.activity-log__filter-field--wide { min-width: 200px; }
.activity-log__table .col-cert-id { white-space: nowrap; font-size: 12px; color: #555; }
.activity-log__table .col-site { white-space: nowrap; font-size: 12px; }
.log-search-select { position: relative; }
.log-search-select__dropdown { display: none; position: absolute; top: 100%; right: 0; left: 0; z-index: 200; background: #fff; border: 1px solid #ddd; border-radius: 5px; box-shadow: 0 4px 12px rgba(0,0,0,.12); max-height: 200px; overflow-y: auto; list-style: none; margin: 2px 0 0; padding: 3px 0; min-width: 180px; }
.log-search-select--open .log-search-select__dropdown { display: block; }
.log-search-select__item { padding: 6px 10px; cursor: pointer; font-size: 13px; }
.log-search-select__item:hover, .log-search-select__item--active { background: #e8f0fe; }
.log-search-select__item--hidden { display: none; }

/* ── Full-edit expandable section ── */
.full-edit-toggle-btn { display: block; width: 100%; text-align: right; padding: 10px 14px; margin-bottom: 12px; background: #f0f4f8; border: 1px solid #c8d6e5; border-radius: 6px; font-size: 14px; font-weight: 600; color: #2c5f8a; cursor: pointer; }
.full-edit-toggle-btn:hover { background: #e2ecf5; }
.full-edit-section { display: none; padding-top: 20px; padding-bottom: 10px; }

/* ── Certificate activity log drawer ── */
.cert-log-trigger { position: fixed; bottom: 24px; left: 24px; z-index: 9990; background: #1b65a1; color: #fff; border: none; border-radius: 6px; padding: 10px 18px; font-size: 14px; font-weight: 600; cursor: pointer; box-shadow: 0 3px 10px rgba(0,0,0,.25); font-family: inherit; }
.cert-log-trigger:hover { background: #155080; }
.cert-log-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 9997; display: none; }
.cert-log-overlay.open { display: block; }
.cert-log-drawer { position: fixed; top: 0; left: 0; width: 360px; max-width: 95vw; height: 100%; background: #fff; z-index: 9998; display: flex; flex-direction: column; transform: translateX(-100%); transition: transform .3s ease; box-shadow: 3px 0 20px rgba(0,0,0,.18); direction: rtl; }
.cert-log-drawer.open { transform: translateX(0); }
.cert-log-drawer__header { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 2px solid #1b65a1; flex-shrink: 0; }
.cert-log-drawer__title { font-size: 16px; font-weight: 700; color: #1b65a1; }
.cert-log-close { background: none; border: none; font-size: 18px; cursor: pointer; color: #666; line-height: 1; padding: 0 4px; }
.cert-log-close:hover { color: #333; }
.cert-log-drawer__body { overflow-y: auto; flex: 1; }
.cert-log-loading, .cert-log-empty { padding: 24px 18px; text-align: center; color: #888; font-size: 14px; }
.cert-log-entry { padding: 12px 18px; border-bottom: 1px solid #eee; }
.cert-log-entry__top { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; margin-bottom: 3px; }
.cert-log-entry__action { font-weight: 600; font-size: 14px; color: #222; }
.cert-log-entry__date { font-size: 11px; color: #999; white-space: nowrap; }
.cert-log-entry__user { font-size: 12px; color: #666; margin-bottom: 2px; }
.cert-log-entry__details { font-size: 12px; color: #555; }

/* ── OTP Login ── */
.login-step { width: 100%; }
.otp-links { text-align: center; font-size: 13px; }
.otp-links a { color: #555; text-decoration: underline; }
.otp-links a:hover { color: #222; }
.form__notice--info { background-color: rgba(33, 150, 243, 0.12); display: block; }

/* OTP step — visually distinct from identifier step */
.js-step-otp { background: #eef5fd; border: 1px solid #c2d9f5; border-radius: 10px; padding: 20px 18px 14px; }
.otp-step-header { text-align: center; margin-bottom: 16px; }
.otp-step-icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: #1b65a1; border-radius: 50%; margin-bottom: 8px; }
.otp-step-icon svg { width: 22px; height: 22px; fill: #fff; }
.otp-sent-label { margin: 0 0 2px; font-size: 13px; color: #555; }
.otp-sent-to { margin: 0; font-size: 15px; font-weight: 700; color: #1b65a1; direction: ltr; }
.otp-input { text-align: center; font-size: 28px; letter-spacing: 8px; font-weight: bold; border: 2px solid #1b65a1; border-radius: 8px; background: #fff; padding: 10px 0; }
.otp-input:focus { border-color: #145080; outline: none; box-shadow: 0 0 0 3px rgba(27,101,161,0.15); }


/* ── Certificate Leading Number Label ── */
.cert-number-label { display: inline-block; font-size: 11px; color: #888; background: #f0f0f0; border-radius: 10px; padding: 1px 8px; margin-inline-start: 6px; font-weight: 400; vertical-align: middle; }

/* ── Recent-Certificates Dashboard ── */
.btn-container-wrapper { display: flex; gap: 12px; }
.btn-container-wrapper .btn__wrapper.pb-20 { flex: 1; }
.btn-container-wrapper .btn { font-size: 18px; width: 100%; }
@media screen and (max-width: 394px) { .btn-container-wrapper { flex-direction: column; } .btn-container-wrapper .btn__wrapper.pb-20 { width: 100%; } }
.mah-stats-row { display: flex; gap: 10px; margin-bottom: 20px; }
.mah-stat-card { flex: 1; text-align: center; padding: 14px 8px 10px; border-radius: 8px; background: #f5f7fa; border-top: 4px solid #ccc; }
.mah-stat-card__number { font-size: 30px; font-weight: 700; line-height: 1; margin-bottom: 5px; color: #222; }
.mah-stat-card__label { font-size: 11px; color: #666; }
.mah-stat-card--blue { border-top-color: #1b65a1; }
.mah-stat-card--red { border-top-color: #e92828; }
.mah-stat-card--green { border-top-color: #3fae49; }
.mah-stat-card--grey { border-top-color: #aaa; }
.mah-stat-card--orange { border-top-color: #e6820e; }
.mah-chart-wrapper { margin-bottom: 20px; background: #f5f7fa; border-radius: 8px; padding: 16px 14px 10px; }
.mah-chart-title { margin: 0 0 10px; font-size: 13px; color: #555; text-align: center; font-weight: 600; }
.mah-pending-title { margin-bottom: 10px; }
.mah-empty-state { text-align: center; color: #aaa; font-size: 15px; padding: 40px 0; }
.mah-weight-summary { background: #eef2f7; border-radius: 8px; padding: 10px 14px; margin-bottom: 20px; border-right: 4px solid #1b65a1; }
.mah-chart-wrapper .mah-weight-summary { background: none; border-right: none; border-radius: 0; padding: 0 0 10px; margin-bottom: 12px; border-bottom: 1px solid #d5dce8; }
.mah-weight-item { display: flex; justify-content: space-between; align-items: center; padding: 5px 0; }
.mah-weight-item + .mah-weight-item { border-top: 1px solid #d5dce8; }
.mah-weight-label { font-size: 13px; color: #666; }
.mah-weight-value { font-size: 20px; font-weight: 700; }
.mah-weight-value small { font-size: 12px; font-weight: 400; color: #888; margin-right: 3px; }
.mah-weight-item--in .mah-weight-value { color: #1b65a1; }
.mah-weight-item--out .mah-weight-value { color: #e6820e; }
.mah-col-dashboard .btn { font-size: 18px; }
.mah-action-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 20px; }
.mah-action-grid .btn { margin: 0; width: 100%; box-sizing: border-box; }
.mah-dashboard-layout .access-info { padding-bottom: 0; }
.mah-action-grid .btn--submit { display: flex; align-items: center; justify-content: center; }
.mah-action-grid .btn--full-row { grid-column: 1 / -1; }
body.recent-certs-wide .site__width { width: 1200px; }
@media (min-width: 900px) {
  .mah-dashboard-layout { display: flex; gap: 24px; align-items: stretch; }
  .mah-col-certs, .mah-col-dashboard { flex: 1; min-width: 0; }
  .mah-col-certs { display: flex; flex-direction: column; }
  .mah-certs-scroll { flex: 1; overflow-y: auto; min-height: 0; padding-left: 4px; }
}
.cert-number-fallback-note { display: block; font-size: 12px; color: #aaa; margin-top: -12px; margin-bottom: 12px; text-align: center; }
.form__label--checkbox { display: flex; align-items: center; gap: 8px; cursor: pointer; font-size: 18px; margin-top: 8px; font-weight: normal; }
.form__label--checkbox input[type="checkbox"] { margin: 0; width: auto; flex-shrink: 0; }

/* ── Footer Links ───────────────────────────────────────────────────────────── */
.footer__links {
  text-align: center;
  padding: 12px 15px 20px;
  font-size: 13px;
  direction: rtl;
}
.footer__links a { color: #555; text-decoration: none; margin: 0 6px; }
.footer__links a:hover { text-decoration: underline; color: #1b65a1; }
.footer__links-sep { color: #bbb; margin: 0 2px; }

/* ── Cookie Consent Banner ──────────────────────────────────────────────────── */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1b65a1;
  color: #fff;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 999999;
  direction: rtl;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}
.cookie-consent p { margin: 0; font-size: 14px; line-height: 1.5; }
.cookie-consent p a { color: #fff; text-decoration: underline; }
.cookie-consent__btn {
  white-space: nowrap;
  background: #fff;
  color: #1b65a1;
  border: none;
  padding: 8px 24px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
}
.cookie-consent__btn:hover { background: #e8f0f8; }

/* ── Accessibility Statement Page ───────────────────────────────────────────── */
body.page-template-page-accessibility .site__width,
body.page-template-page-privacy .site__width { width: 800px; }
.privacy-table { width: 100%; border-collapse: collapse; margin: 16px 0 24px; font-size: 14px; direction: rtl; }
.privacy-table th, .privacy-table td { border: 1px solid #d0d8e4; padding: 10px 14px; text-align: right; vertical-align: top; line-height: 1.6; }
.privacy-table th { background: #1b65a1; color: #fff; font-weight: 700; }
.privacy-table tr:nth-child(even) td { background: #f4f7fb; }
body.page-template-page-accessibility .header-left-actions,
body.page-template-page-privacy .header-left-actions { display: none; }
.accessibility-statement {
  background: #fff;
  border-radius: 8px;
  padding: 40px 50px;
  margin: 30px auto;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  direction: rtl;
  text-align: right;
}
.accessibility-statement h1 {
  color: #1b65a1;
  font-size: 26px;
  border-bottom: 2px solid #1b65a1;
  padding-bottom: 16px;
  margin-top: 0;
  margin-bottom: 24px;
}
.accessibility-statement h2 {
  color: #1b65a1;
  font-size: 17px;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 12px;
  padding-right: 12px;
  border-right: 4px solid #1b65a1;
}
.accessibility-statement p { line-height: 1.9; margin-bottom: 12px; }
.accessibility-statement ul { padding-right: 24px; margin-bottom: 12px; }
.accessibility-statement ul li { line-height: 1.8; margin-bottom: 6px; }
.accessibility-statement a { color: #1b65a1; }
.accessibility-contact {
  background: #f4f7fb;
  border-radius: 6px;
  padding: 20px 24px;
  margin-top: 8px;
  line-height: 2.1;
}
.accessibility-meta {
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid #e0e0e0;
  font-size: 13px;
  color: #999;
}
