/**
 * The following variable and function originate from the sass-mq library.
 * If you have already included it, you can eliminate the below
 * https://github.com/sass-mq/sass-mq/blob/master/_mq.scss
 */
.view-law .views-exposed-form .js-form-type-textfield::before, .view-law .views-exposed-form.input-focused::before, .form-type-checkbox input:checked::after {
  display: inline-block;
  background-image: url("/themes/custom/drupalix/scss/svg-sprites/sprite.svg");
  background-size: 133.875em 101.25em;
}

:root {
  --black: #000;
  --white: #fff;
  --grey: #f5f7fa;
  --linegrey: #e1e0e1;
  --linedarkgrey: #b3b2b3;
  --textgrey: #585860;
  --textdarkgrey: #3a4148;
  --darkgrey: #d8e6ef;
  --darkergrey: #b1cbdd;
  --greyblue: #7e98b9;
  --blue: #003375;
  --lightblue: #025e83;
  --lightblue-old: #0281b4;
  --lightestorange: #feefe1;
  --lightorange: #f5a559;
  --orange: #F4871E;
  --lightyellow: #FFFBF1;
  --yellow: #FFBB2A;
  --green: #0A952A;
  --red: #b91d09;
  --red-light: #d93a26;
  --purple: #7B3BC8;
  --accessibility-bg: #00000001;
  --main-box-shadow: #e1e8f3;
}

.text--blue {
  color: var(--blue);
}
.text--lightblue {
  color: var(--lightblue);
}
.text--orange {
  color: var(--orange);
}
.text--lightgrey {
  color: var(--textgrey);
}
.text--green {
  color: var(--green);
}
.text--darkgrey {
  color: var(--textdarkgrey);
}
.text--purple {
  color: var(--purple);
}
.text--red {
  color: var(--red);
}

/*Align element vertically and horizontally using absolute positioning*/
/*Mixin for getting elements in a row, specifying the number of columns each element is needed to be given (news style)*/
/*Display elements on the same row using flex*/
/*Turn px into rem*/
/*Mixin for overlays*/
/*Style your button*/
:root {
  --roboto: "Roboto", sans-serif;
  --condensed: "Roboto Condensed", sans-serif;
  --base-font: 18px;
  --text-bold: 700;
  --text-black: 800;
}

.font--robotoc {
  font-family: var(--condensed);
}

.text--72 {
  font-size: 4rem;
  line-height: 1.3;
}
.text--48 {
  font-size: 2.6666666667rem;
  line-height: 1.3;
}
@media (max-width: 1240px) {
  .text--48 {
    font-size: 2.2222222222rem;
  }
}
@media (max-width: 960px) {
  .text--48 {
    font-size: 2rem;
  }
}
@media (max-width: 700px) {
  .text--48 {
    font-size: 1.7777777778rem;
    line-height: 1.2;
  }
}
.text--36 {
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 1240px) {
  .text--36 {
    font-size: 1.8888888889rem;
  }
}
@media (max-width: 960px) {
  .text--36 {
    font-size: 1.7777777778rem;
    line-height: 1.25;
  }
}
@media (max-width: 700px) {
  .text--36 {
    font-size: 1.6666666667rem;
    line-height: 1.2;
  }
}
@media (max-width: 550px) {
  .text--36 {
    font-size: 1.5555555556rem;
    line-height: 1.15;
  }
}
.text--32 {
  font-size: 1.7777777778rem;
  line-height: 1.25;
}
@media (max-width: 1240px) {
  .text--32 {
    font-size: 1.6666666667rem;
  }
}
@media (max-width: 960px) {
  .text--32 {
    font-size: 1.5555555556rem;
    line-height: 1.25;
  }
}
.text--30 {
  font-size: 1.6666666667rem;
  line-height: 1.2;
}
@media (max-width: 960px) {
  .text--30 {
    font-size: 1.3333333333rem;
  }
}
.text--28 {
  font-size: 1.5555555556rem;
  line-height: 1.15;
}
@media (max-width: 960px) {
  .text--28 {
    font-size: 1.3333333333rem;
  }
}
.text--26 {
  font-size: 1.4444444444rem;
  line-height: 1.15;
}
@media (max-width: 1240px) {
  .text--26 {
    font-size: 1.3333333333rem;
  }
}
@media (max-width: 960px) {
  .text--26 {
    font-size: 1.2222222222rem;
  }
}
@media (max-width: 550px) {
  .text--26 {
    font-size: 1.1111111111rem;
  }
}
.text--24 {
  font-size: 1.3333333333rem;
  line-height: 1.4;
}
@media (max-width: 1240px) {
  .text--24 {
    font-size: 1.2222222222rem;
  }
}
@media (max-width: 550px) {
  .text--24 {
    font-size: 1.1111111111rem;
  }
}
.text--20 {
  font-size: 1.1111111111rem;
  line-height: 1.2;
}
@media (max-width: 1240px) {
  .text--20 {
    font-size: 1rem;
  }
}
.text--18, .view-law .views-exposed-form #edit-reset-gnomes-epitropis-nomikon-thematon, .line-tilte-section {
  font-size: 1rem;
  line-height: 1.2;
}
@media (max-width: 700px) {
  .text--18, .view-law .views-exposed-form #edit-reset-gnomes-epitropis-nomikon-thematon, .line-tilte-section {
    font-size: 0.8888888889rem;
  }
}
.text--16, textarea, input, .tabs.primary a {
  font-size: 0.8888888889rem;
  line-height: 1.2;
}
@media (max-width: 550px) {
  .text--16, textarea, input, .tabs.primary a {
    font-size: 0.7777777778rem;
    line-height: 1.1;
  }
}
.text--16-sparse {
  font-size: 0.8888888889rem;
  line-height: 1.625;
}
@media (max-width: 550px) {
  .text--16-sparse {
    line-height: 1.5;
  }
}
.text--14 {
  font-size: 0.7777777778rem;
  line-height: 1.2;
}
.text--12 {
  font-size: 0.6666666667rem;
  line-height: 1.2;
}

/*Weights + Styles*/
.text--black {
  font-weight: 800;
}
.text--bold {
  font-weight: 700;
}
.text--regular {
  font-weight: 400;
}
.text--italic {
  font-style: italic;
}

html {
  scroll-padding-top: 200px !important; /* fixed header's height */
}
@media (max-width: 1240px) {
  html {
    scroll-padding-top: 140px !important; /* fixed header's height with burger menu*/
  }
}

.tabs {
  max-width: 1425px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.tabs.primary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 30px;
}
.tabs.primary a {
  background: var(--white);
  border: 1px solid var(--linegrey);
  border-radius: 10px;
  padding: 6px 20px;
  transition: all 0.5s;
}
.tabs.primary a:hover {
  background: var(--grey);
  color: var(--black);
}
.tabs.primary a.is-active {
  background: var(--blue);
  color: var(--white);
}

.line-tilte-section {
  position: relative;
  margin-bottom: 2.2rem;
  padding-top: 15px;
  color: var(--blue);
}
.line-tilte-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--orange);
  opacity: 0.7;
}

.link-style {
  color: var(--blue);
  font-weight: var(--text-bold);
  overflow-wrap: anywhere;
}

.label-orange {
  position: relative;
  margin-bottom: 2.2rem;
  padding-left: 15px;
}
@media (max-width: 700px) {
  .label-orange {
    margin-bottom: 1.6rem;
  }
}
.label-orange::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 4px;
  height: 100%;
  background-color: var(--orange);
}

:focus {
  outline: 0;
}

main {
  padding-top: 168px;
}
@media (max-width: 1240px) {
  main {
    padding-top: 108px;
  }
}
@media (max-width: 960px) {
  main {
    padding-top: 83px;
  }
}

.layout-content {
  margin-top: 50px;
}
@media (max-width: 550px) {
  .layout-content {
    margin-top: 30px;
  }
}

.path-user .layout-content {
  margin-top: 0;
}

/*Containers*/
.main-container,
.mid-container,
.small-container,
.extra-small-container {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 700px) {
  .main-container,
.mid-container,
.small-container,
.extra-small-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main-container {
  max-width: 1425px;
}

.mid-container {
  max-width: 1290px;
}

.small-container {
  max-width: 1160px;
}
.small-container .main-content {
  max-width: 700px;
  width: 100%;
}
@media (max-width: 1240px) {
  .small-container .main-content {
    max-width: 730px;
  }
}
@media (max-width: 960px) {
  .small-container .main-content {
    max-width: 100%;
  }
}

.extra-small-container {
  max-width: 710px;
}

.main-flex {
  display: flex;
  display: -ms-flexbox;
  align-items: flex-start;
  -ms-flex-align: flex-start;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  gap: 50px;
}
@media (max-width: 960px) {
  .main-flex {
    flex-direction: column;
    gap: 30px;
  }
}

.sidebar-first-inner {
  max-width: 350px;
  width: 100%;
}
@media (max-width: 1240px) {
  .sidebar-first-inner {
    max-width: 320px;
  }
}
@media (max-width: 960px) {
  .sidebar-first-inner {
    max-width: 100%;
    padding-bottom: 80px;
    position: relative;
  }
}
@media (max-width: 550px) {
  .sidebar-first-inner {
    padding-bottom: 80px;
  }
}

.es-mg-t--xs {
  margin-top: 10px;
}
.es-mg-t--s {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .es-mg-t--s {
    margin-top: 15px;
  }
}
.es-mg-t--m {
  margin-top: 30px;
}
@media (max-width: 960px) {
  .es-mg-t--m {
    margin-top: 20px;
  }
}
.es-mg-t--l {
  margin-top: 40px;
}
@media (max-width: 960px) {
  .es-mg-t--l {
    margin-top: 30px;
  }
}
.es-mg-t--xl {
  margin-top: 60px;
}
@media (max-width: 960px) {
  .es-mg-t--xl {
    margin-top: 40px;
  }
}
.es-mg-t--2xl {
  margin-top: 80px;
}
@media (max-width: 550px) {
  .es-mg-t--2xl {
    margin-top: 50px;
  }
}
.es-mg-t--4xl {
  margin-top: 120px;
}
@media (max-width: 1240px) {
  .es-mg-t--4xl {
    margin-top: 80px;
  }
}
@media (max-width: 550px) {
  .es-mg-t--4xl {
    margin-top: 60px;
  }
}

.es-mg-b--xs {
  margin-bottom: 10px;
}
.es-mg-b--s {
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .es-mg-b--s {
    margin-bottom: 15px;
  }
}
.es-mg-b--s:last-child {
  margin-bottom: 20px;
}
.es-mg-b--m {
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .es-mg-b--m {
    margin-bottom: 20px;
  }
}
.es-mg-b--l {
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .es-mg-b--l {
    margin-bottom: 30px;
  }
}
.es-mg-b--l:last-child {
  margin-bottom: 40px;
}
.es-mg-b--xl {
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .es-mg-b--xl {
    margin-bottom: 40px;
  }
}
.es-mg-b--2xl {
  margin-bottom: 80px;
}
@media (max-width: 700px) {
  .es-mg-b--2xl {
    margin-bottom: 50px;
  }
}

.es-mg-center {
  margin-left: auto;
  margin-right: auto;
}

.es-grid-col-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 16px;
}
.es-grid-col-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 16px;
}
.es-grid-col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.es-grid-full-span {
  grid-column: -1/1;
}

.fieldgroup {
  padding: 0;
  border-width: 0;
}

input,
button {
  -webkit-appearance: none;
}

/*Use classes like the examples below to globally style your buttons, using the mixin too*/
.button--arrow {
  display: inline-block;
  width: 240px;
  text-align: center;
  background: var(--black);
  color: var(--white);
  border: none;
  border-radius: 10px;
  padding: 12px;
  transition: all 0.5s;
}
.button--arrow:hover {
  background: var(--white);
  color: var(--black);
}
.button--border-grey {
  display: inline-block;
  width: 240px;
  text-align: center;
  background: var(--white);
  color: var(--black);
  border: none;
  border-radius: 10px;
  padding: 12px;
  transition: all 0.5s;
  border: 1px solid grey;
}
.button--border-grey:hover {
  background: grey;
  color: var(--black);
}
.button--diam, .more-link {
  max-width: 285px;
  font-weight: var(--text-bold);
}
.button--diam > a, .more-link > a,
.button--diam > input,
.more-link > input {
  display: inline-block;
  font-size: 1.1111111111rem;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-justify-content: center;
  min-width: 285px;
  min-height: 60px;
  text-align: center;
  line-height: 1;
  background: linear-gradient(to right, var(--blue) 50%, var(--lightblue) 50%) left;
  background-size: 1000%;
  color: var(--white) !important;
  border: none;
  border-radius: 50px;
  padding: 10px 15px;
  cursor: pointer;
}
@media (max-width: 550px) {
  .button--diam > a, .more-link > a,
.button--diam > input,
.more-link > input {
    min-height: 50px;
    min-width: 0;
    width: 100%;
  }
}
.button--diam > a:hover, .more-link > a:hover, .button--diam > a:focus, .more-link > a:focus,
.button--diam > input:hover,
.more-link > input:hover,
.button--diam > input:focus,
.more-link > input:focus {
  transition: background-size 0.1s ease;
  background: linear-gradient(to right, var(--blue), var(--lightblue)) left;
  background-size: 100%;
  color: var(--white) !important;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.button--diam > a[disabled=disabled]:hover, .more-link > a[disabled=disabled]:hover, .button--diam > a[disabled=disabled]:focus, .more-link > a[disabled=disabled]:focus,
.button--diam > input[disabled=disabled]:hover,
.more-link > input[disabled=disabled]:hover,
.button--diam > input[disabled=disabled]:focus,
.more-link > input[disabled=disabled]:focus {
  background: var(--blue);
  box-shadow: none;
}
@media (max-width: 550px) {
  .button--diam > a, .more-link > a, .button--diam > input, .more-link > input {
    min-height: 45px;
    height: 45px;
    min-width: 270px;
    width: 100%;
  }
}
.button--Sdiam {
  max-width: 150px;
  font-weight: var(--text-bold);
}
.button--Sdiam > a,
.button--Sdiam > input {
  display: inline-block;
  font-size: 0.7777777778rem;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-justify-content: center;
  min-width: 150px;
  min-height: 60px;
  text-align: center;
  line-height: 1;
  background: linear-gradient(to right, var(--blue) 50%, var(--lightblue) 50%) left;
  background-size: 1000%;
  color: var(--white) !important;
  border: none;
  border-radius: 50px;
  padding: 5px 15px;
  cursor: pointer;
}
@media (max-width: 550px) {
  .button--Sdiam > a,
.button--Sdiam > input {
    min-height: 50px;
    min-width: 0;
    width: 100%;
  }
}
.button--Sdiam > a:hover, .button--Sdiam > a:focus,
.button--Sdiam > input:hover,
.button--Sdiam > input:focus {
  transition: background-size 0.1s ease;
  background: linear-gradient(to right, var(--blue), var(--lightblue)) left;
  background-size: 100%;
  color: var(--white) !important;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.button--Sdiam > a[disabled=disabled]:hover, .button--Sdiam > a[disabled=disabled]:focus,
.button--Sdiam > input[disabled=disabled]:hover,
.button--Sdiam > input[disabled=disabled]:focus {
  background: var(--blue);
  box-shadow: none;
}
.button--Sdiam a {
  line-height: 1.2;
  min-height: 40px;
}
.button--red-text input {
  background: none;
  border: none;
  border-radius: none;
  color: var(--red);
  font-weight: 700;
  cursor: pointer;
}
.button--red-text input:hover, .button--red-text input:focus {
  color: var(--red);
  text-decoration: underline;
}

.more {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-justify-content: center;
  cursor: pointer;
  margin-top: 22px;
  gap: 10px;
}
.more::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  rotate: -45deg;
  margin-bottom: 5px;
  transition: rotate ease 0.5s;
}
.more.open::after {
  transition: rotate ease 0.5s;
  rotate: 135deg;
  margin-top: 5px;
  margin-bottom: 0px;
}
.more:hover {
  color: var(--lightblue);
}
.more:hover::after {
  border-left: 2px solid var(--lightblue);
  border-bottom: 2px solid var(--lightblue);
}

.more-link {
  display: block;
  text-align: center;
  margin: 30px auto 0 auto;
}
.more-link a {
  font-size: inherit;
}

.page-title {
  font-family: var(--condensed);
  margin-top: 0px;
  margin-bottom: 50px;
}
@media (max-width: 550px) {
  .page-title {
    margin-bottom: 30px;
  }
}

/**
 * The following variable and function originate from the sass-mq library.
 * If you have already included it, you can eliminate the below
 * https://github.com/sass-mq/sass-mq/blob/master/_mq.scss
 */
.view-law .views-exposed-form .js-form-type-textfield::before, .view-law .views-exposed-form.input-focused::before, .form-type-checkbox input:checked::after {
  display: inline-block;
  background-image: url("/themes/custom/drupalix/scss/svg-sprites/sprite.svg");
  background-size: 133.875em 101.25em;
}

/*Align element vertically and horizontally using absolute positioning*/
/*Mixin for getting elements in a row, specifying the number of columns each element is needed to be given (news style)*/
/*Display elements on the same row using flex*/
/*Turn px into rem*/
/*Mixin for overlays*/
/*Style your button*/
:root {
  --roboto: "Roboto", sans-serif;
  --condensed: "Roboto Condensed", sans-serif;
  --base-font: 18px;
  --text-bold: 700;
  --text-black: 800;
}

.font--robotoc {
  font-family: var(--condensed);
}

.text--72 {
  font-size: 4rem;
  line-height: 1.3;
}
.text--48 {
  font-size: 2.6666666667rem;
  line-height: 1.3;
}
@media (max-width: 1240px) {
  .text--48 {
    font-size: 2.2222222222rem;
  }
}
@media (max-width: 960px) {
  .text--48 {
    font-size: 2rem;
  }
}
@media (max-width: 700px) {
  .text--48 {
    font-size: 1.7777777778rem;
    line-height: 1.2;
  }
}
.text--36 {
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 1240px) {
  .text--36 {
    font-size: 1.8888888889rem;
  }
}
@media (max-width: 960px) {
  .text--36 {
    font-size: 1.7777777778rem;
    line-height: 1.25;
  }
}
@media (max-width: 700px) {
  .text--36 {
    font-size: 1.6666666667rem;
    line-height: 1.2;
  }
}
@media (max-width: 550px) {
  .text--36 {
    font-size: 1.5555555556rem;
    line-height: 1.15;
  }
}
.text--32 {
  font-size: 1.7777777778rem;
  line-height: 1.25;
}
@media (max-width: 1240px) {
  .text--32 {
    font-size: 1.6666666667rem;
  }
}
@media (max-width: 960px) {
  .text--32 {
    font-size: 1.5555555556rem;
    line-height: 1.25;
  }
}
.text--30 {
  font-size: 1.6666666667rem;
  line-height: 1.2;
}
@media (max-width: 960px) {
  .text--30 {
    font-size: 1.3333333333rem;
  }
}
.text--28 {
  font-size: 1.5555555556rem;
  line-height: 1.15;
}
@media (max-width: 960px) {
  .text--28 {
    font-size: 1.3333333333rem;
  }
}
.text--26 {
  font-size: 1.4444444444rem;
  line-height: 1.15;
}
@media (max-width: 1240px) {
  .text--26 {
    font-size: 1.3333333333rem;
  }
}
@media (max-width: 960px) {
  .text--26 {
    font-size: 1.2222222222rem;
  }
}
@media (max-width: 550px) {
  .text--26 {
    font-size: 1.1111111111rem;
  }
}
.text--24 {
  font-size: 1.3333333333rem;
  line-height: 1.4;
}
@media (max-width: 1240px) {
  .text--24 {
    font-size: 1.2222222222rem;
  }
}
@media (max-width: 550px) {
  .text--24 {
    font-size: 1.1111111111rem;
  }
}
.text--20 {
  font-size: 1.1111111111rem;
  line-height: 1.2;
}
@media (max-width: 1240px) {
  .text--20 {
    font-size: 1rem;
  }
}
.text--18, .view-law .views-exposed-form #edit-reset-gnomes-epitropis-nomikon-thematon, .line-tilte-section {
  font-size: 1rem;
  line-height: 1.2;
}
@media (max-width: 700px) {
  .text--18, .view-law .views-exposed-form #edit-reset-gnomes-epitropis-nomikon-thematon, .line-tilte-section {
    font-size: 0.8888888889rem;
  }
}
.text--16, textarea, input, .tabs.primary a {
  font-size: 0.8888888889rem;
  line-height: 1.2;
}
@media (max-width: 550px) {
  .text--16, textarea, input, .tabs.primary a {
    font-size: 0.7777777778rem;
    line-height: 1.1;
  }
}
.text--16-sparse {
  font-size: 0.8888888889rem;
  line-height: 1.625;
}
@media (max-width: 550px) {
  .text--16-sparse {
    line-height: 1.5;
  }
}
.text--14 {
  font-size: 0.7777777778rem;
  line-height: 1.2;
}
.text--12 {
  font-size: 0.6666666667rem;
  line-height: 1.2;
}

/*Weights + Styles*/
.text--black {
  font-weight: 800;
}
.text--bold {
  font-weight: 700;
}
.text--regular {
  font-weight: 400;
}
.text--italic {
  font-style: italic;
}

.help-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}
.help-icon svg {
  fill: var(--greyblue);
}
.help-icon[data-show-active] svg {
  fill: var(--orange);
}

.tooltip {
  display: none;
  color: var(--blue);
  z-index: 9999;
  max-width: 350px;
  font-weight: 700;
  padding-bottom: 4px;
}
.tooltip .inner-tooltip-wrapper {
  padding: 8px 12px;
  border-radius: 5px;
  background-color: var(--white);
  box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.15);
}
.tooltip .description {
  margin: 0;
  font-size: initial;
}
.tooltip a {
  color: var(--orange);
}
.tooltip a:hover {
  color: var(--orange);
  text-decoration: underline;
}
.tooltip[data-show] {
  display: block;
}

input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 1.4px solid var(--black);
  padding: 10px 18px;
  color: var(--blue);
  -webkit-appearance: none;
  font-weight: var(--text-bold);
}
input:focus {
  border-color: var(--lightblue);
  color: var(--lightblue);
}
input:disabled {
  filter: grayscale(1);
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 550px) {
  input {
    height: 44px;
    padding: 8px 18px;
  }
}

textarea {
  border-radius: 5px;
  border: 1.4px solid var(--black);
  padding: 10px 18px;
  color: var(--blue);
  font-weight: var(--text-bold);
}
textarea:focus {
  border-color: var(--lightblue);
  color: var(--lightblue);
}

.label-wrapper {
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 10px;
  font-family: var(--condensed);
}
.label-wrapper:has(button) {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.form-managed-file .file {
  background-image: none;
  word-break: break-all;
  padding: 0;
}
.form-managed-file .file a {
  color: var(--blue);
}
.form-managed-file .file a:hover, .form-managed-file .file a:focus {
  color: var(--lightblue);
}
.form-managed-file input[data-drupal-selector*=-remove-button] {
  display: block;
  padding: 8px 20px;
  max-width: fit-content;
  line-height: 1.25;
  margin: 10px 0;
  border-radius: 20px;
  height: auto;
  font-size: 0.8888888889rem;
  color: var(--red);
  border: 1.4px solid var(--red);
  background: var(--white);
  font-weight: bold;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
.form-managed-file input[data-drupal-selector*=-remove-button]:hover, .form-managed-file input[data-drupal-selector*=-remove-button]:focus {
  background: var(--red);
  color: var(--white);
}
.form-managed-file label.file-input-field {
  display: block !important;
  padding: 8px 20px;
  max-width: fit-content;
  margin: 0 auto;
  border-radius: 20px;
  font-size: 0.8888888889rem;
  color: var(--lightblue);
  border: 1.4px solid var(--lightblue);
  background: var(--white);
  font-weight: bold;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
.form-managed-file label.file-input-field:hover, .form-managed-file label.file-input-field:focus {
  background: var(--lightblue);
  color: var(--white);
}

.drop-area {
  position: relative;
  height: 200px;
  width: 100%;
  border: 2px dashed var(--linedarkgrey);
  border-radius: 5px;
}
.drop-area input {
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.drop-area .chosen-file {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 30px;
  text-align: center;
  z-index: -1;
}

.form-checkboxes > div.js-form-type-checkbox {
  margin-bottom: 5px;
}
.form-checkboxes > div.js-form-type-checkbox:last-child {
  margin-bottom: 0;
}

.form-type-checkbox {
  display: flex;
  align-items: center;
}
.form-type-checkbox label {
  padding-left: 10px;
}
.form-type-checkbox button {
  margin-left: 10px;
}
.form-type-checkbox input {
  position: relative;
  width: 22px;
  height: 22px;
  border: 1.4px solid var(--linedarkgrey);
  border-radius: 5px;
  padding: 0;
  flex-shrink: 0;
}
.form-type-checkbox input:checked {
  background-color: var(--blue);
  border: 1px solid var(--blue);
}
.form-type-checkbox input:checked::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 50.0625em;
  height: 50.0625em;
  background-position: -50.9375em -50.9375em;
  font-size: 2.3%;
  filter: invert(100%);
}
.form-type-checkbox input:focus {
  border-color: var(--lightblue);
  border-width: 2px;
}

.form-type-radio {
  display: flex;
  align-items: center;
  margin: 0;
}
.form-type-radio input {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  padding: 0;
}
.form-type-radio input:checked:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--blue);
  border-radius: 50%;
}
.form-type-radio label {
  margin: 0;
  padding-left: 10px;
}
.form-type-radio .label-wrapper {
  justify-content: flex-start;
  margin-bottom: 0;
}

input[disabled=disabled], textarea[disabled=disabled] {
  filter: grayscale(1);
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.1);
  resize: none;
}
input[disabled=disabled]:hover, textarea[disabled=disabled]:hover {
  cursor: not-allowed;
}

.form-control.form-date {
  background-image: url("/themes/custom/drupalix/images/icons/calendar.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-size: 16px;
  padding-right: 40px;
  cursor: pointer;
}
.form-control.form-time {
  background-image: url("/themes/custom/drupalix/images/icons/clock.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-size: 16px;
  padding-right: 40px;
  cursor: pointer;
}

.path-gnomes-epitropis-nomikon-thematon .main-content {
  max-width: 700px;
  width: 100%;
}

.view-law .views-exposed-form {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.view-law .views-exposed-form.input-focused::before {
  width: 1.9375em;
  height: 1.9375em;
  background-position: -109.60125em -32.9375em;
}
.view-law .views-exposed-form input.form-text {
  font-weight: var(--text-black);
  width: 100%;
  height: 60px;
  color: var(--blue);
  appearance: none;
  border: none;
  border-radius: 10px;
  background-color: var(--grey);
  padding: 5px 50px 5px 68px;
}
.view-law .views-exposed-form .js-form-type-textfield {
  position: relative;
  width: 100%;
  margin: 0;
}
.view-law .views-exposed-form .js-form-type-textfield::before {
  content: "";
  width: 1.9375em;
  height: 1.9375em;
  background-position: -107.10125em -32.9375em;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 15px;
}
.view-law .views-exposed-form .js-form-type-textfield::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 55px;
  height: 20px;
  width: 2px;
  border-radius: 2px;
  background-color: var(--lightorange);
}
.view-law .views-exposed-form #edit-reset-gnomes-epitropis-nomikon-thematon {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 15px;
  height: 22px;
  width: 22px;
  border-radius: 100%;
  border: 2px solid var(--lightorange);
  color: var(--lightorange);
  font-weight: var(--text-bold);
  background: none;
  line-height: 14px;
  padding: 0 0 0px 1px;
  margin: 0;
  cursor: pointer;
}
.view-law .views-exposed-form #edit-reset-gnomes-epitropis-nomikon-thematon:hover {
  border: 2px solid var(--orange);
  color: var(--orange);
}
.view-law .views-exposed-form .form-actions {
  margin: 0;
}
.view-law .views-row {
  border-radius: 20px;
  background-color: var(--grey);
  margin-bottom: 40px;
  padding: 30px;
}
@media (max-width: 700px) {
  .view-law .views-row {
    margin-bottom: 30px;
  }
}
@media (max-width: 550px) {
  .view-law .views-row {
    margin-bottom: 20px;
  }
}

.node--type-commission-opinions.node--view-mode-teaser .info--container {
  display: flex;
  display: -ms-flexbox;
  align-items: flex-start;
  -ms-flex-align: flex-start;
  justify-content: space-between;
  -ms-justify-content: space-between;
  margin-bottom: 30px;
  gap: 20px;
}
@media (max-width: 700px) {
  .node--type-commission-opinions.node--view-mode-teaser .info--container {
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .node--type-commission-opinions.node--view-mode-teaser .info--container {
    gap: 10px;
    margin-bottom: 10px;
  }
}
.node--type-commission-opinions.node--view-mode-teaser .field--name-node-title {
  position: relative;
  margin-bottom: 15px;
  padding-left: 12px;
}
.node--type-commission-opinions.node--view-mode-teaser .field--name-node-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  border-radius: 5px;
  background-color: var(--orange);
}
.node--type-commission-opinions.node--view-mode-teaser .field--name-field-legal-opinion {
  width: 40%;
}
@media (max-width: 960px) {
  .node--type-commission-opinions.node--view-mode-teaser .field--name-field-legal-opinion {
    width: 30%;
  }
}
@media (max-width: 700px) {
  .node--type-commission-opinions.node--view-mode-teaser .field--name-field-legal-opinion {
    width: 100%;
  }
}
.node--type-commission-opinions.node--view-mode-teaser .field--name-field-subtitle {
  width: 60%;
  flex-grow: 1;
}
@media (max-width: 960px) {
  .node--type-commission-opinions.node--view-mode-teaser .field--name-field-subtitle {
    width: 70%;
  }
}
@media (max-width: 700px) {
  .node--type-commission-opinions.node--view-mode-teaser .field--name-field-subtitle {
    width: 100%;
  }
}
.node--type-commission-opinions.node--view-mode-teaser .field--name-field-question {
  border-bottom: 1px solid var(--linedarkgrey);
  padding-bottom: 20px;
}
.node--type-commission-opinions.node--view-mode-teaser .field--name-field-question p {
  font-weight: var(--text-bold);
}
.node--type-commission-opinions.node--view-mode-teaser .field--name-field-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}
.node--type-commission-opinions.node--view-mode-teaser .answer.open {
  margin-bottom: 25px;
}
/*# sourceMappingURL=layout.law_opinions.css.map */