/*!
Theme Name: Hofmann-Brose
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hofmann-brose
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Hofmann-Brose is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

#login_form {
  display: flex;
}
#login_form > * {
  flex: 1;
  max-width: 60%;
  min-width: 60%;
}
#login_form .video_login {
  background: black;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 103vh;
}

#login_form .video_login video {
  height: 120%;
  opacity: 0.3;
}

#login_form > .video_login {
  flex: 1;
  max-width: 40%;
  min-width: 40%;
}
#login_form .login_logos * {
  max-width: 200px;
}
#login_form > .um-login {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#login_form > .um-login .um-form {
  width: 80%;
  max-width: 400px;
}
#login_form .login_logos img:nth-child(2) {
  max-width: 146px;
  margin-left: 15px;
}
#login_form .um .um-field-label {
  margin-bottom: 2px;
}
#login_form .um-field {
  padding-top: 6px;
}
#login_form .login_logos {
  margin-bottom: 25px;
}
#login_form .um-col-alt {
  margin-top: 0;
}
#login_form .um-row._um_row_1 {
  margin-bottom: 19px !important;
}
#login_form .um-col-alt .um-half {
  width: 100%;
}
#login_form .lang-item {
  list-style-type: none;
}
#login_form .lang-item a:lang(cs-CZ) {
  color: transparent;
  background: url(/wp-content/themes/hofmann-brose/img/cz-ico.png);
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
}

#login_form .lang-item a {
  color: transparent;
  width: 30px;
  height: 30px;
  display: inline-block;
}

#login_form .lang-item a:lang(uk) {
  color: transparent;
  background: url(/wp-content/themes/hofmann-brose/img/ua_ico.png);
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
}

#login_form .lang-item a:lang(en-US) {
  color: transparent;
  background: url(/wp-content/themes/hofmann-brose/img/eng_ico.png);
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
}
#login_form .language_trigger {
  display: flex;
  margin-top: 10px;
}

.page-template-tpl-user .lang-item {
  list-style-type: none;
}
.page-template-tpl-user .lang-item a:lang(cs-CZ) {
  color: transparent;
  background: url(/wp-content/themes/hofmann-brose/img/cz-ico.png);
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
}

.page-template-tpl-user .lang-item a {
  color: transparent;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.page-template-tpl-user .lang-item a:lang(uk) {
  color: transparent;
  background: url(/wp-content/themes/hofmann-brose/img/ua_ico.png);
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
}

.page-template-tpl-user .lang-item a:lang(en-US) {
  color: transparent;
  background: url(/wp-content/themes/hofmann-brose/img/eng_ico.png);
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
}
.page-template-tpl-user .language_trigger {
  display: flex;
  margin-top: 10px;
  border: none;
  position: absolute;
  right: 0;
  z-index: 99;
}

.um-header {
  border: none !important;
}

.shift .date .result {
  display: none;
}

.date .selector .month {
  background: url(/wp-content/themes/hofmann-brose/img/dropdown_ico.png) no-repeat;
  background-position: 102% center;
  background-size: 18px;
}

.overtime_contant .shift .right {
  opacity: 0;
}
.overtime_contant .shift .right.active {
  opacity: 1;
}

.date .selector .month.active {
  background: url(/wp-content/themes/hofmann-brose/img/dropup_ico.png) no-repeat;
  background-position: 102% center;
  background-size: 22px;
}

.overtime_contant .shift #factory_ico {
  position: absolute;
  top: -8px;
  left: 171px;
  opacity: 0.6;
}

.overtime_contant .shift #factory_ico.Z.Brose {
  left: -18px;
  top: -8px;
}

#time_container {
  position: absolute;
  top: 29px;
  left: 167px;
  font-weight: 500;
}

#time_container.Z.Brose {
  left: -21px;
}

.overtime_contant .shift .title.selects {
  display: flex;
  flex-direction: column;
  padding-left: 36px;
  padding-right: 34px;
}

.overtime_contant .shift .title.selects select {
  min-width: 194px;
  margin: 9px 0;
  padding: 10px 13px;
  border-radius: 5px;
  font-size: 17px;
}

.date {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(44, 51, 73, 0.1);
  box-shadow: 0 0.5rem 1rem 0 rgba(44, 51, 73, 0.1);
  color: #222b45;
  font-family: Open Sans, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-bottom: 1.875rem;
  scrollbar-face-color: #e4e9f2;
  scrollbar-track-color: #f7f9fc;
  width: 223px;
  border: none;
  margin: 0;
}
.date .result {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #edf1f7;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #222b45;
  font-family: Open Sans, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.date .result .date-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.date .result .label {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.125rem;
}
.date .selector {
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
}
.date .selector .left,
.date .selector .right {
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border: none;
  text-transform: uppercase;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  transition-property: background-color, border-color, box-shadow, color, -webkit-box-shadow;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.date .selector .left:focus,
.date .selector .right:focus {
  box-shadow: 0 0 0 0.375rem rgba(143, 155, 179, 0.16), inset 0 0 0 100vmax rgba(143, 155, 179, 0.16);
  outline: none;
}
.date .selector .month {
  background-color: #6c5cea00;
  border-color: #6c5cea00;
  color: #000000;
  padding: 0.6875rem 1.125rem;
  border-style: solid;
  border-width: 0.0625rem;
  text-transform: uppercase;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1rem;
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  font-weight: 500;
}
.date .picker {
  width: 223px;
  position: relative !important;
}
.date .picker .days {
  background: #f7f9fc;
  border-top: 1px solid #edf1f7;
  border-bottom: 1px solid #edf1f7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 0;
  display: none !important;
}
.um-profile.um .um-profile-headericon a {
}
.date .picker .days span {
  color: #8f9bb3;
  width: 2.625rem;
  color: #8f9bb3;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  text-align: center;
}
.date .picker .dates {
  padding: 1rem 0;
}
.date .picker .dates-row {
  display: flex;
}
.date .picker .dates span {
  cursor: pointer;
  width: 1.825rem;
  height: 19px;
  font-family: Open Sans, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25rem;
  border-radius: 0.25rem;
  color: #222b45;
  justify-content: center;
  margin: 1px;
  align-items: center;
  -webkit-box-pack: center;
  display: flex;
  -webkit-box-align: center;
}
.date .picker .dates span.active {
  background: #d33939;
  color: #fff;
  padding-top: 2px;
  margin-top: -1px;
}
.date .picker .months {
  padding: 1rem 0;
  display: none;
}
.date .picker .months-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.date .picker .months span {
  cursor: pointer;
  width: 2.625rem;
  height: 2.625rem;
  color: #8f9bb3;
  width: 2.625rem;
  color: #8f9bb3;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  text-align: center;
  border-radius: 0.25rem;
  color: #222b45;
  justify-content: center;
  margin: 1px;
  align-items: center;
  -webkit-box-pack: center;
  display: flex;
  -webkit-box-align: center;
}
.date .picker .months span.active {
  background: #6c5cea;
  color: #fff;
}

.overtime_contant .shift:hover {
  border: 1px solid #2797d5;
  transition: all 000ms cubic-bezier(0.135, 0.545, 0.56, 0.93); /* custom */

  transition-timing-function: cubic-bezier(0.135, 0.545, 0.56, 0.93); /* custom */
}
.overtime_contant .shift .left {
  display: flex;
  align-items: center;
}
.overtime_contant .shift {
  display: flex;
  align-items: center;
  border: solid 1px #8080806b;
  padding: 20px 25px;
  border-radius: 18px;
  margin-top: 21px;
  transition: all 500ms cubic-bezier(0.135, 0.545, 0.56, 0.93); /* custom */

  transition-timing-function: cubic-bezier(0.135, 0.545, 0.56, 0.93); /* custom */
  justify-content: space-between;
}
.overtime_contant .shift .right button {
  color: white;
  background: #3ba1da;
  min-width: 161px;
  max-width: 161px;
  border-radius: 11px;
  border: none;
  padding: 14px;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.135, 0.545, 0.56, 0.93); /* custom */

  transition-timing-function: cubic-bezier(0.135, 0.545, 0.56, 0.93); /* custom */
  cursor: pointer;
}
#name_input_overtime {
  display: none !important;
}
#colophon {
  display: none !important;
}

.overtime_contant .shift .chcekbox {
  max-width: 19px;
  max-height: 19px;
  display: block;
  border: 3px solid #8080806b;
  margin-right: 32px;
  margin-left: 12px;
  border-radius: 3px;
}
.overtime_contant .shift .chcekbox svg {
  max-width: 24px;
  max-height: 24px;
  position: relative;
  margin-top: -3px;
  margin-left: -3px;
  opacity: 0;
}

.overtime_contant .shift .checkbox svg {
}
.overtime_contant .shift svg {
  max-width: 30px;
  max-height: 30px;
}

.overtime_contant .title p {
  margin: 0;
  font-size: 29px;
  color: black;
  margin-bottom: 4px;
  /* margin-right: 34px; */
  min-width: 260px;
}
.overtime_contant .shift {
  display: flex;
  align-items: center;
  border: solid 1px #8080806b;
  padding: 20px 25px;
  border-radius: 18px;
  margin-top: 21px;
  transition: all 500ms cubic-bezier(0.135, 0.545, 0.56, 0.93); /* custom */

  transition-timing-function: cubic-bezier(0.135, 0.545, 0.56, 0.93); /* custom */
  justify-content: space-between;
}
.overtime_contant .shift .right button {
  color: white;
  background: #3ba1da;
  min-width: 161px;
  max-width: 161px;
  border-radius: 11px;
  border: none;
  padding: 14px;

  transition: all 500ms cubic-bezier(0.135, 0.545, 0.56, 0.93); /* custom */

  transition-timing-function: cubic-bezier(0.135, 0.545, 0.56, 0.93); /* custom */
  cursor: pointer;
}
.overtime_contant .shift .checkbox svg {
}
.overtime_contant .shift svg {
  max-width: 30px;
  max-height: 30px;
}

.overtime_contant .time span {
  font-size: 21px;
  font-weight: bold;
  margin-top: -4px;
  margin-left: 1px;
}

.overtime_contant .bus_picture .point {
  margin-top: 13px;
}
.overtime_contant .bus_picture {
  position: relative;
}
.overtime_contant .bus_picture hr {
  border: none;
  border-top: 3px dotted #000000b8;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width: 140px;
  margin: 0;
  margin-left: -9px;
  margin-bottom: 12px;
  z-index: -1;
  margin-right: -9px;
}

.overtime_contant .bus_picture .bus_icon {
  position: absolute;
  margin-bottom: 13px;
  padding-left: 12px;
  left: 1px;
}
.overtime_contant .bus_picture {
  display: flex;
  align-items: flex-end;
  opacity: 0.4;
  margin-left: 19px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.overtime_contant .shift .right button {
  opacity: 1;
}

h2.title {
  font-size: 32px;
  font-weight: 500;
  color: black;
}
.overtime_contant {
  display: none !important;
}

.smena_content {
  display: none !important;
}

.overtime_contant.active {
  display: block !important;
}

.smena_content.active {
  display: block !important;
}

label {
  cursor: pointer;
}
.smena_content .shift:hover {
  border: 1px solid #2797d5;
  transition: all 000ms cubic-bezier(0.135, 0.545, 0.56, 0.93); /* custom */

  transition-timing-function: cubic-bezier(0.135, 0.545, 0.56, 0.93); /* custom */
}
#time_container {
  transition: all 400ms cubic-bezier(0.25, 0.25, 0.37, 0.925); /* custom */

  transition-timing-function: cubic-bezier(0.25, 0.25, 0.37, 0.925); /* custom */
}
#factory_ico {
  transition: all 400ms cubic-bezier(0.25, 0.25, 0.37, 0.925); /* custom */

  transition-timing-function: cubic-bezier(0.25, 0.25, 0.37, 0.925); /* custom */
}
#ranni_smena:checked + .shift .chcekbox svg {
  opacity: 1;
}
#ranni_smena:checked + .shift .chcekbox {
  border: 3px solid #fff;
}
.smena_content .time {
  display: flex;
}
.smena_content .time div {
  font-size: 18px;
  margin: 0 7px;
}
#ranni_smena {
  display: none;
}
.smena_content .time span {
  font-size: 21px;
  font-weight: bold;
  margin-top: -4px;
  margin-left: 1px;
}

.smena_content .bus_picture .point {
  margin-top: 13px;
}
.smena_content .bus_picture {
  position: relative;
}
.smena_content .bus_picture hr {
  border: none;
  border-top: 3px dotted #000000b8;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width: 100px;
  margin: 0;
  margin-left: -9px;
  margin-bottom: 12px;
  z-index: -1;
  margin-right: -9px;
}
.smena_content .bus_picture .bus_icon {
  position: absolute;
  margin-bottom: 13px;
  padding-left: 12px;
  left: 1px;
}
.smena_content .bus_picture {
  display: flex;
  align-items: flex-end;
  opacity: 0.4;
  margin-left: 10px;
}
#ranni_smena:checked + .shift .bus_picture {
  opacity: 1;
}

#ranni_smena:checked + .shift .bus_picture .bus_icon {
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.overtime_contant.animation .shift .bus_picture {
  opacity: 1;
}

.overtime_contant.animation .shift .bus_picture .bus_icon {
  animation-name: example_new;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.change_content .bus_picture .point {
  margin-top: 13px;
}
.change_content .bus_picture {
  position: relative;
}
.change_content .bus_picture hr {
  border: none;
  border-top: 3px dotted #000000b8;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width: 100px;
  margin: 0;
  margin-left: -9px;
  margin-bottom: 12px;
  z-index: -1;
  margin-right: -9px;
}
.change_content .bus_picture .bus_icon {
  position: absolute;
  margin-bottom: 13px;
  padding-left: 12px;
  left: 1px;
}
.change_content .bus_picture {
  display: flex;
  align-items: flex-end;
  opacity: 0.4;
  margin-left: 10px;
}
#ranni_smena:checked + .shift .bus_picture {
  opacity: 1;
}

#ranni_smena:checked + .shift .bus_picture .bus_icon {
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.change_content.animation .shift .bus_picture {
  opacity: 1;
}

.change_content.animation .shift .bus_picture .bus_icon {
  animation-name: example_new;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.change_content .bus_picture .point {
  margin-top: 13px;
}
.change_content .shift svg {
  max-width: 30px;
  max-height: 30px;
}

.change_content .container .shift {
  display: flex;
  align-items: center;
}

.change_content .bus_picture {
  display: flex;
  align-items: flex-end;
  opacity: 0.4;
  margin-left: 10px;
}

.change_content .container .shift label:hover .day div {
  border: 3px solid #3ba1daa8;
  transition: all 1990ms cubic-bezier(0.25, 0.25, 0, 1); /* custom */

  transition-timing-function: cubic-bezier(0.25, 0.25, 0, 1); /* custom */
}
.change_content .container .shift label:hover ~ label .day div {
  border: 3px solid #3ba1daa8;
  transition: all 1990ms cubic-bezier(0.25, 0.25, 0, 1); /* custom */

  transition-timing-function: cubic-bezier(0.25, 0.25, 0, 1); /* custom */
}

.change_content .container .shift label:checked .day div {
  background: url(img/checked-svgrepo-com.svg);
  background-position: center;
  background-size: cover;
}
.change_content .container .shift input:checked ~ label .day div {
  background: url(img/checked-svgrepo-com.svg);
  background-position: center;
  background-size: cover;
}

#individual_shifts .week label:hover .day div {
  border: 3px solid #3ba1daa8;
  transition: all 1990ms cubic-bezier(0.25, 0.25, 0, 1); /* custom */

  transition-timing-function: cubic-bezier(0.25, 0.25, 0, 1); /* custom */
}

#individual_shifts .week label:checked .day div {
  background: url(img/checked-svgrepo-com.svg);
  background-position: center;
  background-size: cover;
}

#individual_shifts .day select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  width: 19px;
  height: 19px;
  border: 3px solid #8080806b;
  border-radius: 3px;
  outline: none;
}

.smena_content .shift .left {
  display: flex;
  align-items: center;
}
@keyframes example {
  0% {
    left: 1px;
  }

  100% {
    left: 87px;
  }
}

@keyframes example_new {
  0% {
    left: 1px;
  }

  100% {
    left: 123px;
  }
}
.smena_content .title p {
  margin: 0;
  font-size: 29px;
  color: black;
  margin-bottom: 4px;
  /* margin-right: 34px; */
  min-width: 294px;
}
.smena_content .shift {
  display: flex;
  align-items: center;
  border: solid 1px #8080806b;
  padding: 20px 25px;
  border-radius: 18px;
  margin-top: 21px;
  transition: all 500ms cubic-bezier(0.135, 0.545, 0.56, 0.93); /* custom */

  transition-timing-function: cubic-bezier(0.135, 0.545, 0.56, 0.93); /* custom */
  justify-content: space-between;
}
/*#name_input{*/
/*	display: none !important;*/
/*}*/
.smena_content .shift .right button {
  color: white;
  background: #3ba1da;
  min-width: 161px;
  max-width: 161px;
  border-radius: 11px;
  border: none;
  padding: 14px;
  display: none;
  transition: all 500ms cubic-bezier(0.135, 0.545, 0.56, 0.93); /* custom */

  transition-timing-function: cubic-bezier(0.135, 0.545, 0.56, 0.93); /* custom */
  cursor: pointer;
}
#individual_smena {
  display: none;
}
#ranni_smena:checked + .shift .right button {
  display: inline-block;
}
.smena_content .shift .chcekbox {
  max-width: 19px;
  max-height: 19px;
  display: block;
  border: 3px solid #8080806b;
  margin-right: 5px;
  margin-left: 12px;
  border-radius: 3px;
}
.smena_content .shift .chcekbox svg {
  max-width: 24px;
  max-height: 24px;
  position: relative;
  margin-top: -3px;
  margin-left: -3px;
  opacity: 0;
}

.smena_content .shift .left > span {
  margin-left: 17px;
  margin-right: -17px;
}
.smena_content .shift .checkbox svg {
}
.smena_content .shift svg {
  max-width: 30px;
  max-height: 30px;
}
.content_container {
  min-height: 500px;
}
.content_labels * {
  transition: all 300ms cubic-bezier(0.135, 0.545, 0.56, 0.93); /* custom */

  transition-timing-function: cubic-bezier(0.135, 0.545, 0.56, 0.93); /* custom */
}
#smena_trigger,
#overtime_trigger,
#changes_trigger {
  min-width: 200px;
  max-width: 200px;
}
.trigger_marker {
  position: absolute;
  display: block;
  top: 8px;
  height: 9px;
  border-radius: 11px;
  background: #3ba1da;
  min-width: 201px;
  max-width: 201px;
  z-index: -1;
}

.trigger_marker.smena {
  left: 12px;
}
.trigger_marker {
  left: 214px;
}
.trigger_marker.change {
  left: 419px;
}
.content_labels {
  display: flex;
  position: relative;
  z-index: 9;
}
.page-template-tpl-user .um-header {
  border-bottom: none;
}

.smena_content .shift .title svg.morning {
  max-width: 41px;
  max-height: 45px;
  margin-bottom: -11px;
}

.smena_content .shift .title svg.afternoon {
  max-width: 41px;
  max-height: 33px;
  margin-bottom: -5px;
}

.smena_content .shift .title svg.night {
  max-width: 45px;
  max-height: 31px;
  margin-bottom: -5px;
  margin-right: -4px;
}

.smena_content .shift .title svg.individual {
  max-width: 45px;
  max-height: 34px;
  margin-bottom: -5px;
  margin-right: -5px;
  margin-left: 1px;
}

.labels_trigger {
  box-shadow: inset 0px 4px 15px -3px rgba(0, 0, 0, 0.25);
  display: flex;
  padding: 0 15px;
  border-radius: 15px;
  padding-top: 1px;
}
.labels_trigger svg {
  max-width: 20px;
  max-height: 20px;
  padding-right: 7px;
}
.labels_trigger #overtime_trigger svg {
  max-width: 17px;
  max-height: 17px;
}
.flag_name {
  position: absolute;
  width: 27px;
  height: 27px;
  z-index: 9;
  top: 255px;
  left: 221px;
}

.flag_name.PHL {
  background: url(/wp-content/themes/hofmann-brose/img/flags/phl.png) no-repeat;
  background-position: center;
  background-size: 23px;
}

.flag_name.UKR {
  background: url(/wp-content/themes/hofmann-brose/img/flags/ukr.png) no-repeat;
  background-position: center;
  background-size: 23px;
}
.flag_name.SRB {
  background: url(/wp-content/themes/hofmann-brose/img/flags/srb.png) no-repeat;
  background-position: center;
  background-size: 23px;
}
.flag_name.SK {
  background: url(/wp-content/themes/hofmann-brose/img/flags/slk.png) no-repeat;
  background-position: center;
  background-size: 23px;
}
.flag_name.ROM {
  background: url(/wp-content/themes/hofmann-brose/img/flags/rom.png) no-repeat;
  background-position: center;
  background-size: 23px;
}
.flag_name.PL {
  background: url(/wp-content/themes/hofmann-brose/img/flags/pl.png) no-repeat;
  background-position: center;
  background-size: 23px;
}

.flag_name.MEX {
  background: url(/wp-content/themes/hofmann-brose/img/flags/mex.png) no-repeat;
  background-position: center;
  background-size: 23px;
}
.flag_name.KUB {
  background: url(/wp-content/themes/hofmann-brose/img/flags/kub.png) no-repeat;
  background-position: center;
  background-size: 23px;
}

.flag_name.CZK {
  background: url(/wp-content/themes/hofmann-brose/img/flags/czk.png) no-repeat;
  background-position: center;
  background-size: 23px;
}
.labels_trigger > div {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 15px 0px;
}
.labels_trigger > div p {
  margin: 0;
  padding: 0;
  position: relative;
}

.labels_trigger > div.active p {
  color: white;
}
.labels_trigger > div.active svg {
  stroke: white;
}
.labels_trigger > #changes_trigger.active svg path {
  fill: white;
}
.labels_trigger > div {
  cursor: pointer;
}

#overtime_trigger.active svg {
  fill: white;
}

.change_content {
  display: none;
}
.change_content.active {
  display: block;
}
.um-profile.um-viewing {
  position: relative;
}

#user_department {
  position: absolute;
  margin: 0;
  top: 282px;
  left: 251px;
  font-size: 16px;
}

#odpoledni_smena:checked + .shift .chcekbox svg {
  opacity: 1;
}
#odpoledni_smena:checked + .shift .chcekbox {
  border: 3px solid #fff;
}
#odpoledni_smena {
  display: none;
}
#odpoledni_smena:checked + .shift .bus_picture {
  opacity: 1;
}
h1.entry-title {
  display: none;
}

#odpoledni_smena:checked + .shift .bus_picture .bus_icon {
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
#odpoledni_smena:checked + .shift .right button {
  display: inline-block;
}

#individual_smena:checked + .shift .chcekbox svg {
  opacity: 1;
}

#nocni_smena:checked + .shift .chcekbox svg {
  opacity: 1;
}
#nocni_smena:checked + .shift .chcekbox {
  border: 3px solid #fff;
}
#nocni_smena {
  display: none;
}
#nocni_smena:checked + .shift .bus_picture {
  opacity: 1;
}

#nocni_smena:checked + .shift .bus_picture .bus_icon {
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
#nocni_smena:checked + .shift .right button {
  display: inline-block;
}

#masthead {
  display: none !important;
}
.um-cover-e a {
  display: none !important;
}
.um-cover.um-trigger-menu-on-click {
  height: 236px !important;
  background: url(/wp-content/themes/hofmann-brose/img/cXoHS.jpeg);
  background-position: center -180px;
  background-size: 100%;
}

.change_content .container {
  display: flex;
  align-items: center;
  border: solid 1px #8080806b;
  padding: 20px 25px;
  border-radius: 18px;
  margin-top: 21px;
  transition: all 500ms cubic-bezier(0.135, 0.545, 0.56, 0.93);
  transition-timing-function: cubic-bezier(0.135, 0.545, 0.56, 0.93);
  justify-content: space-between;
}

.change_content .container .title p {
  margin: 0;
  font-size: 29px;
  color: black;
  margin-bottom: 4px;
  margin-right: 40px;
}

.send_change_form {
  background: #3ba1da;
  min-width: 100px;
  max-width: 100px;
  border-radius: 11px;
  border: none;
  padding: 14px;
  color: white;
  transition: all 500ms cubic-bezier(0.135, 0.545, 0.56, 0.93);
  transition-timing-function: cubic-bezier(0.135, 0.545, 0.56, 0.93);
  cursor: pointer;
  text-align: center;
}
.change_content .container .week {
  display: flex;
}
.change_content .container .week input {
  display: none;
}
.change_content .container .week .day {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
}
.change_content .container .week label:nth-child(2) .day p {
  color: red;
}
.change_content .container .week label:nth-child(14) .day p {
  color: red;
}
.change_content .container .week .day div {
  max-width: 19px;
  max-height: 19px;
  display: block;
  border: 3px solid #8080806b;
  margin-right: 16px;
  margin-left: 0;
  border-radius: 3px;
  width: 19px;
  height: 19px;
  margin: 0;
}

.change_content .container .week .day p {
  margin: 0;
}

#individual_shifts .week {
  display: flex;
  margin-top: -7px;
  align-items: center;
  margin-left: 15px;
}
#individual_shifts .week > span {
  margin-left: 10px;
  margin-right: -18px;
}
#individual_shifts .week input {
  display: none;
}
#individual_shifts .week .day {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
}
#individual_shifts .week label:nth-child(1) .day p {
  color: red;
}
#individual_shifts .week label:nth-child(7) .day p {
  color: red;
}
#individual_shifts .week .day div {
  max-width: 19px;
  max-height: 19px;
  display: block;
  border: 3px solid #8080806b;
  margin-right: 16px;
  margin-left: 0;
  border-radius: 3px;
  width: 19px;
  height: 19px;
  margin: 0;
}

#individual_shifts .week .day p {
  margin: 0;
}

#individual_smena:checked + .shift .day select {
  background: url(img/dayoff.svg) no-repeat;
  background-position: 69% center;
  background-size: 88%;
}

#individual_smena:checked + .shift .day select.Ranní {
  background: url(img/morning.svg) no-repeat;
  background-position: 69% center;
  background-size: 99%;
}

#individual_smena:checked + .shift .day select.Odpolední {
  background: url(img/day_shift.svg) no-repeat;
  background-position: 69% center;
  background-size: 87%;
}
.notification_zmena {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  display: flex;
  background: red;
  font-size: 10px;
  color: white;
  font-weight: 600;
  right: -18px;
  top: -1px;
}
#individual_smena:checked + .shift .day select.Noční {
  background: url(img/night.svg) no-repeat;
  background-position: 69% center;
  background-size: 84%;
}

#individual_shifts .day select {
  color: transparent;
}
table.changes .button {
  background: #3ba1da;
  border-radius: 5px;
  padding: 7px 20px;
  color: white;
  padding-bottom: 10px;
}
table.changes .reject {
  color: #666;
  text-decoration: underline !important;
  margin-left: 15px;
}
table.changes th {
  padding-bottom: 20px;
}
#individual_shifts .day select option {
  padding-left: 20px;
  color: black;
}

.smena_content #individual_shifts .title p {
  min-width: 210px;
}

#individual_smena:checked + .shift .bus_picture {
  opacity: 1;
}

#individual_smena:checked + .shift .bus_picture .bus_icon {
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
#individual_smena:checked + .shift .right button {
  display: inline-block;
}

.content_container a.button_excel {
  border-radius: 11px;
  background: #3ba1da;
  padding: 7px 15px;
  display: inline-block;
  color: white;
  margin-top: 16px;
}
.content_container a.button_excel svg {
  width: 20px;
  height: 20px;
  margin-bottom: -5px;
  margin-left: -2px;
  margin-right: 4px;
}
.content_container a.button_excel svg path {
  fill: white !important;
}

@media (max-width: 990px) {
  body .content_container {
    padding: 0 10px;
    width: calc(100% - 20px);
  }
  p.week {
    margin-top: -30px;
    margin-bottom: -9px;
    margin-left: 0;
    text-align: center;
  }
  body .list_not_ordered form .button {
    padding: 10px 0;
  }
  body .list_not_ordered > * {
    max-width: 50%;
    min-width: 50%;
    padding-bottom: 3px;
    font-size: 13px;
    border-bottom: 1px solid grey;
  }
  body .list_not_ordered {
    width: calc(100% - 50px);
  }
  #login_form > .video_login {
    display: none;
  }
  body .list_not_ordered form {
    order: -1;
    flex-direction: column;
    padding: 0;
    margin: 0;
    margin-bottom: 7px;
  }

  body .city_trigger .list_not_ordered form > * {
    max-width: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin-bottom: 10px !important;
    display: block;
  }

  #login_form > * {
    flex: 1;
    max-width: 90%;
    min-width: 90%;
    margin-top: 10vh;
  }
  #login_form .login_logos * {
    max-width: 40%;
  }
  #individual_shifts .week {
    margin-left: 0;
  }
  #login_form .login_logos img:nth-child(2) {
    max-width: 29%;
    margin-left: 15px;
  }
  #login_form .login_logos {
    margin-bottom: 13px;
    text-align: center;
  }
  .um-cover.um-trigger-menu-on-click {
    height: 163px !important;
    background: url(/wp-content/themes/hofmann-brose/img/cXoHS.jpeg);
    background-position: center;
    background-size: cover;
  }

  .smena_content .shift .title svg.night {
    max-width: 29px;
    max-height: 24px;
    margin-bottom: -5px;
    margin-right: -3px;
    margin-left: -5px;
  }
  .smena_content .shift .title svg.individual {
    max-width: 41px;
    max-height: 29px;
    margin-bottom: -5px;
    margin-right: -8px;
    margin-left: -10px;
  }
  .smena_content .shift .title svg.afternoon {
    max-width: 30px;
    max-height: 27px;
    margin-bottom: -5px;
    margin-left: -6px;
  }
  .smena_content .shift .title svg.morning {
    max-width: 29px;
    max-height: 34px;
    margin-bottom: -8px;
    margin-left: -7px;
  }
  .smena_content .shift .left {
    max-width: 320px;
  }
  .smena_content .shift .left > span {
    display: none;
  }
  .smena_content .bus_picture {
    margin-left: -2px;
  }
  .smena_content .week {
    margin-left: 1px;
    margin-top: 2px !important;
    margin-bottom: 6px;
  }
  .labels_trigger {
    box-shadow: inset 0px 4px 15px -3px rgba(0, 0, 0, 0.25);
    display: flex;
    padding: 0 15px;
    border-radius: 15px;
    padding-top: 1px;
    flex-direction: column;
    margin-left: 10px;
    width: calc(100% - 50px);
  }
  #smena_trigger,
  #overtime_trigger,
  #changes_trigger {
    min-width: 100%;
    max-width: 100%;
  }
  .labels_trigger > div {
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
    min-width: calc(100% - 49px);
    max-width: calc(100% - 49px);
  }
  .trigger_marker {
    left: 24px;
    top: 60px;
  }
  .trigger_marker.smena {
    left: 24px;
    top: 8px;
  }

  h2.title {
    font-size: 23px;
    font-weight: 500;
    color: black;
    padding-left: 10px;
  }
  .smena_content .shift {
    flex-wrap: wrap;
    padding: 10px;
    padding-top: 6px;
    border-radius: 9px;
  }
  .smena_content form {
    padding: 0 10px;
  }

  .smena_content .shift .chcekbox {
    max-width: 16px;
    max-height: 16px;
    display: block;
    border: 3px solid #8080806b;
    margin-right: 13px;
    margin-left: 1px;
    border-radius: 3px;
  }
  .smena_content .title p {
    margin: 0;
    font-size: 21px;
    color: black;
    margin-bottom: 0;
    /* margin-right: 34px; */
    min-width: 203px;
  }
  .smena_content .shift .left {
    flex-wrap: wrap;
  }

  .smena_content .shift .right {
    width: 100%;
  }
  .smena_content .time div {
    font-size: 18px;
    margin: 0 1px;
    /* margin-left: 0; */
  }
  .smena_content .shift .right button {
    border-radius: 5px;
    color: white;
    background: #3ba1da;
    min-width: calc(100% - 28px);
    max-width: calc(100% - 28px);
    border-radius: 6px;
    border: none;
    padding: 14px;
    opacity: 1;
    transition: all 500ms cubic-bezier(0.135, 0.545, 0.56, 0.93);
    transition-timing-function: cubic-bezier(0.135, 0.545, 0.56, 0.93);
    cursor: pointer;
    margin-top: 8px;
  }
  .overtime_contant .shift {
    flex-direction: column;
    margin: 0 11px;
  }
  .overtime_contant .shift .left {
    flex-direction: column;
  }

  .overtime_contant .shift .right button {
    color: white;
    background: #3ba1da;
    min-width: 194px;
    max-width: 177px;
    border-radius: 6px;
    border: none;
    padding: 14px;

    transition: all 500ms cubic-bezier(0.135, 0.545, 0.56, 0.93);
    transition-timing-function: cubic-bezier(0.135, 0.545, 0.56, 0.93);
    cursor: pointer;
  }

  #user_department {
    width: calc(100% - 0px);
    position: absolute;
    margin: 0;
    top: 265px;
    left: 0;
    font-size: 16px;
    text-align: center;
    padding-right: 0;
  }
  .smena_content p.week {
    margin-left: 10px;
  }

  .flag_name {
    position: absolute;
    width: 27px;
    height: 27px;
    z-index: 9;
    top: 283px;
    left: calc(50% + -11px);
  }

  .content_labels {
    margin-top: 20px;
  }
  .page-template-tpl-user .language_trigger {
    position: absolute;
    left: 0;
    z-index: 99;
    top: 170px;
  }

  .trigger_marker.change {
    left: 25px;
    top: 112px;
  }
  .change_content .container .shift {
    flex-wrap: wrap;
  }
  .change_content .container {
    padding: 8px 9px;
    margin: 16px 10px;
  }
  .change_content .container .title p {
    margin: 0;
    font-size: 22px;
    color: black;
    margin-bottom: 4px;
    margin-right: 40px;
  }
  .change_content .container {
    flex-wrap: wrap;
  }
  .change_content .bus_picture {
    margin-left: -10px;
    margin-top: 10px;
  }
  .send_change_form {
    min-width: calc(100% - 27px);
    max-width: calc(100% - 27px);
  }
  select#smena-select {
    margin-left: 0 !important;
  }
  body .form_reason .white_background textarea {
    border: 1px solid #3ba1da !important;
    border-radius: 7px;
    margin-bottom: 16px;
    min-width: 240px;
    max-width: 240px;
    min-height: 142px !important;
    max-height: 142px !important;
  }

  body .form_reason .white_background .send-button {
    min-width: 214px;
    max-width: 214px;
  }

  body #close_form {
    margin-left: 237px;
  }
  body .form_reason .white_background {
    padding: 40px 25px;
  }
}

.smena_content.disable .shift .left label {
  display: none;
}

.smena_content.disable .shift {
  opacity: 0.35;
}

.form_reason {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.form_reason.active {
  display: flex;
}

.form_reason .black_background {
  background: black;
  opacity: 0.3;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
}

.form_reason .white_background {
  background: white;
  border: 1px solid #3ba1da;
  border-radius: 22px;
  padding: 40px 65px;
  z-index: 10;
}

.form_reason .white_background textarea {
  border: 1px solid #3ba1da !important;
  border-radius: 7px;
  margin-bottom: 16px;
  min-width: 270px;
  max-width: 270px;
  min-height: 142px !important;
  max-height: 142px !important;
}
.form_reason .white_background .send-button {
  background: #3ba1da;
  min-width: 244px;
  max-width: 244px;
  border-radius: 11px;
  border: none;
  padding: 14px;
  color: white;
  transition: all 500ms cubic-bezier(0.135, 0.545, 0.56, 0.93);
  transition-timing-function: cubic-bezier(0.135, 0.545, 0.56, 0.93);
  cursor: pointer;
}
#close_form {
  position: absolute;
  rotate: 45deg;
  font-size: 39px;
  font-weight: 300;
  margin-left: 302px;
  margin-top: -47px;
}

.change_content .container .shift input:checked ~ .bus_animation .bus_picture {
  opacity: 1;
}

.change_content .container .shift input:checked ~ .bus_animation .bus_picture .bus_icon {
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

select#smena-select {
  min-width: 194px;
  margin: 9px 0;
  padding: 10px 13px;
  border-radius: 5px;
  font-size: 17px;
  margin-left: 15px;
}

.smena_content.Ranní #ranni_smena + .shift {
  opacity: 1;
  border: 1px solid #2797d5;
}

.smena_content.Ranní #ranni_smena + .shift .bus_picture {
  opacity: 1;
}

.smena_content.Ranní #ranni_smena + .shift .bus_picture .bus_icon {
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.smena_content.Odpolední #odpoledni_smena + .shift {
  opacity: 1;
  border: 1px solid #2797d5;
}

.smena_content.Odpolední #odpoledni_smena + .shift .bus_picture {
  opacity: 1;
}

.smena_content.Odpolední #odpoledni_smena + .shift .bus_picture .bus_icon {
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.smena_content.Noční #nocni_smena + .shift {
  opacity: 1;
  border: 1px solid #2797d5;
}

.smena_content.Noční #nocni_smena + .shift .bus_picture {
  opacity: 1;
}

.smena_content.Noční #nocni_smena + .shift .bus_picture .bus_icon {
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.smena_content.individual #individual_smena + .shift {
  opacity: 1;
  border: 1px solid #2797d5;
}

.smena_content.individual #individual_smena + .shift .bus_picture {
  opacity: 1;
}

.smena_content.individual #individual_smena + .shift .bus_picture .bus_icon {
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.smena_content.disable .shift .right button {
  display: none;
}

.all_city_content {
  display: none;
}

#ALL_city:checked ~ .all_city_content {
  display: block;
}

.all_city_content {
  display: none;
}

#ALL_city:checked ~ .all_city_content {
  display: block;
}

.nj_city_content {
  display: none;
}

#NJ_city:checked ~ .nj_city_content {
  display: block;
}

.fr_city_content {
  display: none;
}

#FR_city:checked ~ .fr_city_content {
  display: block;
}

.pr_city_content {
  display: none;
}
table.changes .button {
  background: #3ba1da;
  border-radius: 5px;
  padding: 7px 20px;
  color: white;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 4px;
}

#PR_city:checked ~ .pr_city_content {
  display: block;
}
.content_labels.coordinator {
  margin: 20px 0;
}

.rpr_city_content {
  display: none;
}

#RPR_city:checked ~ .rpr_city_content {
  display: block;
}

#ALL_city:checked ~ .city_trigger .ALL_city {
  color: #3ba1da;
  text-decoration: underline;
}

#NJ_city:checked ~ .city_trigger .NJ_city {
  color: #3ba1da;
  text-decoration: underline;
}

#FR_city:checked ~ .city_trigger .FR_city {
  color: #3ba1da;
  text-decoration: underline;
}

#PR_city:checked ~ .city_trigger .PR_city {
  color: #3ba1da;
  text-decoration: underline;
}
#RPR_city:checked ~ .city_trigger .RPR_city {
  color: #3ba1da;
  text-decoration: underline;
}
table.changes td span {
  display: inline-block;
  width: 27px;
  height: 11px;
  z-index: 9;
  top: 0;
  left: 0;
  margin-left: 5px;
}

table.changes td span.PHL {
  background: url(/wp-content/themes/hofmann-brose/img/flags/phl.png) no-repeat;
  background-position: center;
  background-size: 16px;
}

table.changes td span.UKR {
  background: url(/wp-content/themes/hofmann-brose/img/flags/ukr.png) no-repeat;
  background-position: center;
  background-size: 16px;
}
table.changes td span.SRB {
  background: url(/wp-content/themes/hofmann-brose/img/flags/srb.png) no-repeat;
  background-position: center;
  background-size: 16px;
}
table.changes td span.SK {
  background: url(/wp-content/themes/hofmann-brose/img/flags/slk.png) no-repeat;
  background-position: center;
  background-size: 16px;
}
table.changes td span.ROM {
  background: url(/wp-content/themes/hofmann-brose/img/flags/rom.png) no-repeat;
  background-position: center;
  background-size: 16px;
}
table.changes td span.PL {
  background: url(/wp-content/themes/hofmann-brose/img/flags/pl.png) no-repeat;
  background-position: center;
  background-size: 16px;
}

table.changes td span.MEX {
  background: url(/wp-content/themes/hofmann-brose/img/flags/mex.png) no-repeat;
  background-position: center;
  background-size: 16px;
}
table.changes td span.KUB {
  background: url(/wp-content/themes/hofmann-brose/img/flags/kub.png) no-repeat;
  background-position: center;
  background-size: 16px;
}

table.changes td span.CZK {
  background: url(/wp-content/themes/hofmann-brose/img/flags/czk.png) no-repeat;
  background-position: center;
  background-size: 16px;
}

.um-profile-edit {
  z-index: 111 !important;
}

.page-template-tpl-user-php
  #page
  > div
  > div
  > div.um-header
  > div.um-profile-edit.um-profile-headericon.um-trigger-menu-on-click
  > div
  > div
  > ul
  > li:nth-child(2) {
  display: none !important;
}

.counter_ordered b {
  font-weight: normal;
  text-decoration: underline;
  color: #3ba1da;
}
.counter_ordered {
  margin-right: 20px;
  cursor: pointer;
}

.list_not_ordered {
  position: absolute;
  z-index: 110;
  display: flex;
  width: calc(100% - 32px);
  padding: 15px;
  border-radius: 15px;
  border: 1px solid grey;
  flex-wrap: wrap;
  background: white;
  display: none;
}
.list_not_ordered > * {
  max-width: 25%;
  min-width: 25%;
  padding-bottom: 3px;
}
#list_not_ordered:checked + .list_not_ordered {
  display: flex;
}

.list_not_ordered form {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.list_not_ordered form > * {
  max-width: calc(33% - 42px);
  min-width: calc(33% - 42px);
}
.list_not_ordered form .button {
  min-height: 23px;
  max-width: 50px;
  min-width: 50px;
}
/*Стилізація форми на сторінці кординатора*/
.user_form {
  margin: 0 auto;

  display: grid; /* Використовуємо grid для зручного розташування елементів */
  grid-template-columns: auto 1fr; /* Один стовпець для міток, другий для полів */
  gap: 10px; /* Відступи між елементами */
  max-width: 360px; /* Обмеження ширини форми */
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.short_form {
  margin: 0 0 60px auto;
}
.hide_block_form {
  height: 0;
  overflow: hidden;
}
.prev_btn {
  margin-right: 20px;
  color: red !important;
}
.user_form > fieldset {
  grid-column: 1 / 3;
  justify-self: start;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  border: none;
}
.user_form input[type='text'],
.user_form input[type='email'],
.user_form input[type='tel'],
.user_form textarea,
.user_form select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
}
.user_form img {
  width: 20px;
  border: 1px solid black;
}
.user_form > fieldset {
  padding: 0;
  margin: 0;
}
.user_form label {
  text-align: right; /* Вирівнювання міток по правому краю */
  padding-right: 10px; /* Відступ праворуч для міток */
}

.user_form input[type='text'],
.user_form input[type='email'],
.user_form input[type='tel'],
.user_form textarea,
.user_form select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.user_form button[type='submit'] {
  grid-column: span 2; /* Кнопка займає обидва стовпці */
  padding: 10px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.user_form.short_form {
  z-index: -1 !important;
  opacity: 0;
  transition: opacity 0.5s linear;
}
.user_form.short_form.active {
  z-index: 3 !important;
  opacity: 1;
}
.excel-download-button {
  /* display: inline-block; */
  display: none !important;
  /* Make it behave like a button */
  padding: 10px 20px; /* Adjust padding as needed */
  border: none;
  border-radius: 5px; /* Rounded corners */
  font-size: 16px;
  cursor: pointer;
  background: linear-gradient(to right, #90ee90, #98fb98); /* Light green gradient */
  color: #333; /* Dark text for contrast */
  text-decoration: none; /* Remove underline from link */
}

.excel-download-button:hover {
  background: linear-gradient(to right, #66cdaa, #7fff00); /* Slightly darker gradient on hover */
}
.container_form {
  max-width: 1000px;
  margin: 0 auto;
}

.container_form #cordinators_wrapper {
  display: flex;
}
.save-btn_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0px;
}

/* subscriber page*/
/* cordinator card */
.user-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  border: 5px solid; /* Initial border, will be changed by JavaScript */
  border-radius: 10px;
  padding: 20px;
  gap: 20px;
  max-width: 600px; /* Adjust as needed */
  margin: 0px auto; /* Center the card */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
}

.card-header {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.card-body p {
  margin-bottom: 8px;
}

/* Responsiveness */
@media (max-width: 600px) {
  .user-card {
    max-width: 90%; /* Take up more width on smaller screens */
    grid-template-columns: 1fr;
  }
}
.loader-overlay {
  /* Контейнер для лоадера та фону */
  display: none; /* За замовчуванням прихований */
  position: fixed; /* Фіксоване положення поверх усіх елементів */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Напівпрозорий чорний фон */
  z-index: 1000; /* Високий z-index, щоб лоадер був поверх усіх елементів */
}

.loader {
  display: none;
  border: 16px solid #f3f3f3; /* Світло-сірий */
  border-top: 16px solid #3498db; /* Синій */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite; /* Анімація обертання */

  /* Позиціонування лоадера в центрі екрану */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.language-row {
  display: flex; /* Використовуємо flexbox для розташування в ряд */
  gap: 10px; /* Додаємо відступи між елементами */
  margin-bottom: 5px; /* Додаємо відступи між рядами */
}
/* rating style  */
rating polygon:hover {
  cursor: pointer;
  transition: 500ms;
}
.rating polygon:hover {
  fill: black !important;
}
.rating polygon {
  fill: lightgray;
}
.rating polygon.active {
  fill: gold;
}
.rating > svg {
  transform: scale(0.8);
  margin-left: -13px;
  margin-right: -11px;
  margin-bottom: -4px;
}
/* master_filter function */
/* General Styles */
.filters {
}

.filters h2 {
  color: #006400; /* Dark green header */
  margin-bottom: 15px;
  display: none;
}

/* Filter Sections */
.filter-section {
  margin-bottom: 20px;
}

.filter-section h3 {
  color: #228b22; /* Forest green section headers */
  margin-bottom: 5px;
}

/* Dropdown Styling */
select {
  width: 100%;
  padding: 6px;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  max-width: 173px;
  cursor: pointer;
}
.language-row input {
  display: none;
}
.language-row input:checked + label img {
  border: 2px solid #3598ff;
}
.language-row label {
  display: flex;
}
.language-row label img {
  border-radius: 4px;
  border: 2px solid #a0a1a1b5;
}
/* Checkbox Styling */
.language-row {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

input[type='checkbox'] {
  margin-right: 5px;
  accent-color: #2e8b57; /* Sea green checkbox color */
}

label img {
  max-width: 24px; /* Adjust image size as needed */
  margin-right: 5px;
  vertical-align: middle;
}

/* Button Styling */
#applyFilters {
  background-color: #00adff; /* Medium sea green button */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease; /* Add smooth transition on hover */
}

#applyFilters:hover {
  background-color: #2e8b57; /* Darker green on hover */
}
.filter-section h3 {
  display: none;
}
.filters_list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.um-cover {
  z-index: -1;
  position: relative;
}
[data-element='div.um-cover'] {
  display: none !important;
}
/* master page style start */
body .user-card {
  border: 2px solid;
  padding: 10px;
  box-shadow: none;
  display: block;
  position: relative;
  /*border-color: #8080805e !important;*/
  transition: all 800ms cubic-bezier(0.25, 0.25, 0.005, 1);
  /* custom */

  transition-timing-function: cubic-bezier(0.25, 0.25, 0.005, 1);
  /* custom */
  overflow: hidden;
}

.container_form #cordinators_wrapper {
  display: grid;
  /* flex-wrap: wrap; */
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: flex-start;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .container_form #cordinators_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .container_form #cordinators_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    padding: 0 0px;
    margin-left: -3px;
    margin-right: -3px;
  }
  .container_form {
    padding: 0 8px;
  }
  body .user-card {
    padding: 6px;
    margin: 4px;
    width: 50%;
    max-width: calc(50% - 8px);
  }
  .user-card .company_logo {
    bottom: 1px;
    right: 6px;
  }
  body .user-card.info .card-body {
    left: 7px !important;
  }
  body .user-card .info_trigger {
    left: 12px !important;
    top: 13px !important;
  }
  body .user-card .status {
    right: 13px !important;
    top: 13px !important;
  }
  .filters_list {
    gap: 0;
  }
  .filters_list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .um-profile.um-viewing {
    padding: 0;
    margin: 0;
  }
  .um-header {
    padding-bottom: 0px !important ;
  }
  .filters_list select {
    width: 100%;
    max-width: 100%;
  }
  #applyFilters {
    width: 100%;
  }
  .filters_list li {
    display: flex;
  }
  .language-row {
    gap: 0px;
  }
  .filters {
    padding: 0 0px;
  }
}

.card-body {
  position: absolute;
  opacity: 0;
}

.card-body__info {
  opacity: 0;
  display: flex;
  flex-direction: column;
  transition: all 300ms cubic-bezier(0.25, 0.25, 0.005, 1);
  /* 300 milliseconds */

  /* custom */
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.005, 1);
  /* custom */
}

body .user-card.info .card-body__info {
  opacity: 1;
  transition: all 3000ms cubic-bezier(0.25, 0.25, 0.005, 1);
}

body .user-card img {
  width: 100%;
  border-radius: 10px;
  max-height: 211px;
}

body .user-card .status {
  z-index: 1;

  background: #ffffffa8;
  position: absolute;
  right: 16px;
  top: 17px;
  padding: 1px 9px;
  border-radius: 18px;
  display: flex;
  font-size: 13px;
}

body .user-card .status .circle {
  width: 8px;
  height: 8px;

  border-radius: 20px;
  margin-top: 7px;
  margin-right: -2px;
  margin-left: 5px;
}

body .user-card.orange .status::before {
  content: 'V terénu';
}

body .user-card.orange .status .circle {
  background: orange;
}

body .user-card.orange:hover {
  border-color: orange !important;
  transition: all 000ms cubic-bezier(0.25, 0.25, 0.005, 1);
  /* custom */

  transition-timing-function: cubic-bezier(0.25, 0.25, 0.005, 1);
  /* custom */
}

body .user-card.green:hover {
  border-color: orange !important;
  transition: all 000ms cubic-bezier(0.25, 0.25, 0.005, 1);
  /* custom */

  transition-timing-function: cubic-bezier(0.25, 0.25, 0.005, 1);
  /* custom */
}

body .user-card.green .status::before {
  content: 'Ve výrobě';
}

body .user-card.green .status .circle {
  background: rgb(89 179 89);
}

body .user-card.green:hover {
  border-color: rgb(89 179 89) !important;
  transition: all 000ms cubic-bezier(0.25, 0.25, 0.005, 1);
  /* custom */

  transition-timing-function: cubic-bezier(0.25, 0.25, 0.005, 1);
  /* custom */
}

body .user-card.black .status::before {
  content: 'Nerušit';
}

body .user-card.black .status .circle {
  /*background: #5151cbbd;*/
  background: black;
}

body .user-card.black:hover {
  /*border-color: #5151cbbd !important;*/
  border-color: black !important;
  transition: all 000ms cubic-bezier(0.25, 0.25, 0.005, 1);
  /* custom */

  transition-timing-function: cubic-bezier(0.25, 0.25, 0.005, 1);
  /* custom */
}

body .user-card.red .status::before {
  content: 'Na telefonu';
}

body .user-card.red .status .circle {
  background: #d10000;
}
#primary
  > div.um.um-profile.um-viewing.um-10.um-role-contributor
  > div
  > div.um-header
  > div.um-profile-edit.um-profile-headericon.um-trigger-menu-on-click
  > div
  > div
  > ul
  > li:nth-child(2),
.um-meta-text {
  display: none !important;
}
body .user-card.red:hover {
  border-color: #d10000 !important;
  transition: all 800ms cubic-bezier(0.25, 0.25, 0.005, 1);
  /* custom */

  transition-timing-function: cubic-bezier(0.25, 0.25, 0.005, 1);
  /* custom */
}

.user-card .card-header {
  padding: 0;
  border: none;
  display: flex;
  flex-direction: column;
}

.user-card .card-header h2 {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
}

#userLanguages {
  font-size: 12px;
}

.user-card .card-header img {
  max-width: 83px;
}

.user-card .card-header .raiting {
  display: flex;
  align-items: center;
}

.user-card .card-header .raiting span {
  font-size: 12px;
  margin-left: 2px;
  color: grey;
}

body .user-card .info_trigger {
  background: #ffffffa8;
  position: absolute;
  left: 17px;
  top: 17px;
  padding: 0px;
  border-radius: 18px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  z-index: 2;
  transition: all 600ms cubic-bezier(0.265, 0.41, 0.36, 0.98);
  /* custom */
  cursor: pointer;

  transition-timing-function: cubic-bezier(0.265, 0.41, 0.36, 0.98);
  /* custom */
}

body .user-card .info_trigger img {
  width: 14px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: all 000ms cubic-bezier(1, 0.1, 0.385, 0.945);
  /* custom */

  transition-timing-function: cubic-bezier(1, 0.1, 0.385, 0.945);
  /* custom */
}

body .user-card.info .info_trigger {
  width: 100%;
  z-index: 2;
  left: 0px !important;
  top: 0 !important;
  height: 100%;
  background: #ffffffd4;
}

body .user-card.info .info_trigger img {
  opacity: 0;
}

body .user-card .info_trigger .exit {
  opacity: 0;
  transition: all 000ms cubic-bezier(1, 0.1, 0.385, 0.945);
  /* custom */

  transition-timing-function: cubic-bezier(1, 0.1, 0.385, 0.945);
  /* custom */
}

body .user-card.info .info_trigger .exit {
  opacity: 1;
  transform: rotate(45deg);
  left: 16px;
  top: 8px;
  position: absolute;
  font-size: 22px;
  cursor: pointer;
}

body .user-card.info .card-body {
  opacity: 1;
  top: 0;
  z-index: 2;
  top: 45px;
  left: 18px;
  max-width: calc(100% - 36px);
}

body .user-card.info .card-body * {
  color: #7a7a7a;
  font-size: 12px;
  padding-bottom: 4px;
}

body .user-card.info .card-body p {
  display: none;
}

body .user-card.info .card-body .tel svg {
  max-width: 15px;
  max-height: 15px;
  position: absolute;
  left: 0px;
  top: 4px;
}

body .user-card.info .card-body .mail svg {
  max-width: 15px;
  max-height: 15px;
  margin-bottom: -6px;
  position: absolute;
  left: 0px;
  top: 4px;
}

body .user-card.info .card-body .tel {
  padding-left: 17px;
  position: relative;
}

body .user-card.info .card-body .mail {
  padding-left: 17px;
  position: relative;
}

.company_logo {
  height: 28px;
  width: 70px;
  position: absolute;
  z-index: 9;
  bottom: 52px;
  right: 11px;
}
.desc--bold {
  font-weight: bold;
}
.trenkwalder{
  background: url(/wp-content/themes/hofmann-brose/img/icons/trenkwalder.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.randstad {
  background: url(/wp-content/themes/hofmann-brose/img/icons/randstandart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.hofmann_personal {
  background: url(/wp-content/themes/hofmann-brose/img/icons/hofman_personal.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-position: 9px center;
}

.manovia_group {
  background: url(/wp-content/themes/hofmann-brose/img/icons/manuvia_group.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.comac_jobs {
    background: url(/wp-content/themes/hofmann-brose/img/icons/maxins_logo.JPG);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 81%;
    max-width: 44px;
}

/* master page style end */
.no_authorize__img {
  width: 100%;
  max-height: 300px;
  min-height: 150px;
  object-fit: cover;
}
.no_authorize__img-wrapper {
  text-align: right;
  margin: 0px 0;
  margin-bottom: -28px;
  margin-top: 28px;
}
.login-button {
  text-align: end;
  display: inline-block;
  padding: 0px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  background: none;
  transition: all 0.3s ease;
  color: #00adff;
  text-decoration: underline;
}

.login-button:hover {
  color: #0283c0;
}
body #applyFilters:hover {
  background-color: #0283c0;
}
.um-name {
  display: flex;
  flex-direction: column;
}
.um-profile.um .um-name a {
  line-height: 20px;
}

.um-name #role_name {
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
}
.container_form .short_form {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -35px;
  z-index: 1;
  position: relative;
}
.container_form .short_form select {
  max-width: 250px;
}
.container_form .user_form label {
  text-align: right;
  padding-right: 10px;
  width: 100%;
  max-width: 249px;
  text-align: left;
}
.um-profile.um-viewing {
  margin-bottom: 0px !important;
}
.container_form {
  margin-top: -5px;
}
.um-profile.um .um-profile-headericon a {
  color: #aaaaaa !important;
  margin: 0;
}
.um-faicon-check:before {
  display: none;
}

.um-profile-edit i {
  font-size: 30px;
  margin-top: 10px !important;
  display: block;
}
#primary
  > div.um.um-profile.um-viewing.um-10.um-role-subscriber
  > div
  > div.um-header
  > div.um-profile-edit.um-profile-headericon.um-trigger-menu-on-click
  > div
  > div
  > ul
  > li:nth-child(2)
  > a {
  display: none;
}
#primary
  > div.um.um-profile.um-viewing.um-10.um-role-subscriber
  > div
  > div.um-header
  > div.um-profile-edit.um-profile-headericon.um-trigger-menu-on-click
  > div
  > div
  > ul
  > li:nth-child(1) {
  display: none;
}
body .um-profile-edit {
  position: absolute;
  top: 0px;
  right: 0;
  vertical-align: middle;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  z-index: 66;
  margin-right: 10px;
  font-size: 18px;
}

.no_authorize__img {
  width: 100%;
  max-height: 213px;
  min-height: 131px;
  object-fit: cover;
}

@media (max-width: 990px) {
  .no_authorize__img {
    width: 100%;
    max-height: 122px;
    min-height: 122px;
    object-fit: cover;
  }
  .container_form .short_form {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0px;
  }
  .container_form .user_form label {
    max-width: 100%;
  }
  .container_form .short_form select {
    max-width: 100%;
  }

  .container_form .short_form {
    width: 100%;
    max-width: 100%;
  }
  .no_authorize__img-wrapper {
    text-align: right;
    margin: 0px 0;
    margin-bottom: 12px;
    margin-top: 0px;
  }
}

#userLanguages {
  height: 18px;
  display: flex;
  gap: 3px;
}
#userLanguages > img {
  width: auto;
  border-radius: 4px;
  border: 2px solid #3598ff00;
  border: 2px solid #a0a1a1b5;
}
#cordinators_wrapper {
  margin-bottom: 20px;
}

.save-btn_wrapper {
  /* display: none !important; */
}
/* border color */
#profile-photo--green {
  border-color: #05ad05 !important;
  border-bottom: 5px solid #05ad05 !important;
}
#profile-photo--orange {
  border-color: orange !important;
  border-bottom: 5px solid orange !important;
}
#profile-photo--red {
  border-color: red !important;
  border-bottom: 5px solid red !important;
}
#profile-photo--black {
  border-color: black !important;
  border-bottom: 5px solid black !important;
}
/*cordinator page*/
.cordinators-choice_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 990px) {
  .user-card .card-header h2 {
    margin: 0;
    font-weight: 400;
    font-size: 13px;
  }
}
#loader {
  position: fixed;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 24px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader_new {
  z-index: 11;
  position: relative;
  width: 100px;
  height: 100px;
}

.loader_new:before,
.loader_new:after {
  z-index: 11;
  content: '';
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}
.loader_new:after {
  box-shadow: 0 2px 0 #3498db inset;
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.userAvatar-wrapper {
  position: relative;
}
.city-front {
  background: #ffffffa8;
  position: absolute;
  left: 7px;
  bottom: 13px;
  padding: 1px 9px;
  border-radius: 18px;
  display: flex;
  font-size: 13px;
  gap: 1px;
  align-items: center;
      padding-left: 5px;
}
.city-front span{
        max-width: 61px;
        text-align: center;
    overflow: hidden;
    display: inline-block;
    max-height: 20px;
}
.city-front svg {
    width: 15px;
    order: -1;
    max-height: 11px;
    opacity: 0.5;
        margin-bottom: -2px;
}

#timer {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 500px) {
  #timer {
    position: absolute;
    top: 180px;
  }
}
#um_field_9_rememberme{
	position: absolute !important;
    left: -9999px !important;
    top: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
}