:root {
  --red: #76303a;
  --dark-red: #532027;
  --beige: #e2dccf;
  --black: #363131;
  --white: #ffffff;
  --grey: #8d8181;
  --night-blue: #101221;
  --warm-grey: #EBEAE4;
  --golden-olive: #A2902A;
  --bright-orange: #FFA400;
}
/* lato-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v24-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v24-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v24-latin-900.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/josefin-sans-v32-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/josefin-sans-v32-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/josefin-sans-v32-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dancing-script-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dancing-script-v25-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* bootstrap icons */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'bootstrap-icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bootstrap-icons.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ url('../fonts/bootstrap-icons.woff') format('woff');
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.path-user .region-content .profile {
  max-width: 1360px;
  padding: 0 40px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 769px) {
  .path-user .region-content .profile {
    padding: 0 20px;
  }
}
.path-user .region-content .block-local-tasks-block nav {
  max-width: 600px;
  padding: 0 40px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 769px) {
  .path-user .region-content .block-local-tasks-block nav {
    padding: 0 20px;
  }
}
.block-local-tasks-block {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
  left: 0;
  margin: 100px 0 -160px 0;
  height: 60px;
  z-index: 100;
  width: 100%;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px);
}
.block-local-tasks-block > nav {
  max-width: 1360px;
  padding: 0 40px;
  margin: auto;
  position: relative;
  padding: 0 30px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .block-local-tasks-block > nav {
    padding: 0 20px;
  }
}
.block-local-tasks-block > nav > ul {
  padding: 0 0 2px 0;
  margin: 0 !important;
  border-bottom: 2px solid var(--red);
  display: inline-flex;
  gap: 4px;
  list-style-type: none;
  width: 100%;
}
.block-local-tasks-block > nav > ul li a {
  padding: 2px 10px;
  font-weight: 300;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: var(--beige);
  color: var(--black);
  text-decoration: none;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
.block-local-tasks-block > nav > ul li a.is-active {
  background: var(--red);
  color: var(--white);
}
.block-local-tasks-block > nav > ul li a:hover {
  text-decoration: none;
  background: var(--red);
  color: var(--white);
}
.user-login-form,
.user-register-form,
.user-pass {
  background: var(--beige);
  margin: 160px auto 50px auto !important;
  max-width: 600px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  padding: 60px;
}
.user-login-form .form-text,
.user-register-form .form-text,
.user-pass .form-text {
  width: 100%;
}
.user-login-form input[type=text],
.user-register-form input[type=text],
.user-pass input[type=text],
.user-login-form input[type=password],
.user-register-form input[type=password],
.user-pass input[type=password],
.user-login-form input[type=email],
.user-register-form input[type=email],
.user-pass input[type=email] {
  background: var(--white);
  height: 40px;
  border-radius: 5px;
}
.user-login-form .form-actions .button-wrapper,
.user-register-form .form-actions .button-wrapper,
.user-pass .form-actions .button-wrapper {
  margin: 15px 0 0 0;
}
.user-login-form .form-actions .button-wrapper button,
.user-register-form .form-actions .button-wrapper button,
.user-pass .form-actions .button-wrapper button {
  background: var(--red);
  color: var(--white);
  cursor: pointer;
  border: none;
  height: 40px;
  border-radius: 5px;
  padding: 0 20px;
}
.user-pass > p {
  font-size: 0.8rem;
  margin: 0 2px 5px 2px;
}
