@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
/*===========================================================
 SCSS Variable
============================================================*/
/*===========================================================
 Custom Font CSS
============================================================*/
html,
body {
  width: 100%;
  overscroll-behavior-x: none;
}

body {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  background: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  transition: all 0.3s ease;
}
li:hover {
  transition: all 0.3s ease;
}

a:hover {
  transition: all 0.3s ease;
  text-decoration: none !important;
}

* {
  box-sizing: border-box;
}
*:active {
  outline: none;
  border: 0;
}
*:focus {
  outline: none;
  border: 0;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 700;
}

u {
  line-height: 1;
  text-decoration: unset;
}

.cboth {
  overflow: hidden;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

button {
  border: 0;
}
button:active {
  outline: 0;
  outline: 0;
}
button:focus {
  outline: 0;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

button {
  background: transparent;
  cursor: pointer;
}

.row.g-0 {
  --gutter-x: 0;
}

.row {
  --gutter-x: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(var(--gutter-x) * -0.5);
  margin-left: calc(var(--gutter-x) * -0.5);
}

.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.container {
  width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  padding: 0 10px;
}

.container-xl {
  width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding: 0 10px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.spacing-r {
  padding-right: 60px !important;
}

.spacing-l {
  padding-left: 60px !important;
}

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

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

.go-top {
  bottom: 15px;
  display: none;
  position: fixed;
  right: 15px;
  z-index: 999;
}
.go-top img {
  width: 35px;
}
.go-top span {
  cursor: pointer;
  float: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 5px 10px;
}

.single-fahrer:not(:last-of-type) {
  margin-right: 5px;
  padding-left: 3px;
  padding-right: 3px;
}

.w-100 {
  width: 100% !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.clickToCopy {
  cursor: pointer;
}

.tooltip {
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  z-index: 1000;
  font-size: 12px;
}

.own-line {
  display: table;
}

.bigger-font * {
  font-size: 13px !important;
  font-weight: bold !important;
}
.bigger-font * input[type=time] {
  width: 100px !important;
}

.panable-table {
  position: relative;
}

.hidden {
  display: none !important;
}
.hidden-on-desktop {
  display: none !important;
}
.hidden-on-mobile {
  display: block !important;
}
@media (max-width: 991px) {
  .hidden-on-desktop {
    display: block !important;
  }
  .hidden-on-mobile {
    display: none !important;
  }
}

.own-line-block {
  display: block;
  width: 100%;
}

.normal-width-item span:first-of-type {
  width: auto !important;
  max-width: unset !important;
}

.full-width {
  width: 100%;
}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  .header-area {
    display: none;
  }
  .dropdown-menu {
    padding-top: 0;
  }
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.form-group label {
  position: relative;
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.64;
  color: #70c0f2;
}
.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  border-radius: 5px;
  border: solid 1px #aed1f1;
  background-color: #e4f2ff;
}
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.single-form {
  position: relative;
  margin-bottom: 10px;
}
.single-form input {
  width: 100%;
  height: 44px;
  border: 0;
  padding: 0 20px;
  border-radius: 10px;
  background-color: #f3f6f9;
  font-size: 15px;
  font-weight: normal;
  color: #000;
}
.single-form ::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: normal;
  color: #000;
}
.single-form :-ms-input-placeholder {
  font-size: 15px;
  font-weight: normal;
  color: #000;
}
.single-form ::placeholder {
  font-size: 15px;
  font-weight: normal;
  color: #000;
}

.login-body {
  overflow-x: hidden;
}
.login-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 445px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: #fff;
  height: 100vh;
  transform: translateX(100vw);
  transition: 0.6s;
}
.login-area.active {
  transform: translateX(0);
}
.login-inner {
  max-width: 443px;
  width: 100%;
  margin: 0 auto;
  padding: 45px 25px;
  background-color: #fff;
  position: relative;
}
.login-inner .cross-icon {
  cursor: pointer;
  position: absolute;
  top: 35px;
  right: 12px;
}
.login-inner form {
  max-width: 345px;
  width: 100%;
}
.login-inner form .single-form .icon {
  position: absolute;
  bottom: 17px;
  right: 12px;
}
.login-inner form .single-form .icon svg {
  width: 20px;
}
.login-inner form .single-form .icon svg.eye {
  display: none;
}
.login-inner form .single-form .icon svg.eye-slash {
  display: block;
}
.login-inner form .single-form .icon.passShown .eye {
  display: none;
}
.login-inner form .single-form .icon.passShown .eye-slash {
  display: block;
}
.login-inner form button {
  font-size: 16px;
  font-weight: 500;
  line-height: 39px;
  text-align: center;
  color: #fff;
  width: 100%;
  border-radius: 10px;
  background-color: #28b536;
  margin-top: 16px;
}
.login-inner h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 0.88;
  color: #000;
  margin-bottom: 50px;
}
.login-checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-checkbox a {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.64;
  color: #70c0f2;
}

.logout-area {
  padding: 50px 0;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.logout-inner {
  width: 100%;
  max-width: 805px;
  padding: 80px 60px;
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #fcfcff;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.logout-text img {
  margin-bottom: 35px;
  width: 200px;
  height: auto;
}
.logout-text .display-message {
  font-weight: bold;
  margin-bottom: 22px;
}
.logout-text h2 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.1;
  color: var(--darkest);
  margin-bottom: 22px;
}
.logout-bttn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.logout-bttn a {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  width: 204px;
  line-height: 39px;
  border-radius: 10px;
  background-color: #28b536;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  margin: 0 17px;
}
.logout-bttn .green-bttn a {
  background: #28b536;
}
.logout-bttn .blue-bttn a {
  background: #70c0f2;
}

.close-hinweis {
  cursor: pointer;
  position: absolute;
  top: 35px;
  right: 35px;
}

@media (max-width: 991px) {
  .logout-area .logout-text h2 {
    font-size: 40px;
  }
  .login-area {
    width: 100vw;
  }
}
.topbar-area {
  box-shadow: 0 2px 20px 0 rgba(88, 184, 203, 0.1);
  background-color: #2e2e2e;
  padding: 10px 0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.6s;
}
.topbar-area .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
.topbar-area button {
  cursor: pointer;
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.topbar-right a {
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  color: #fff;
}
.topbar-right a img {
  display: block;
  width: 11px;
  height: auto;
}
.topbar-right .current-live-status {
  display: none;
  color: #fff;
  font-size: 16px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
}
.topbar-right .current-live-status.websocket-active {
  background-color: #28b536;
}
.topbar-right .current-live-status.websocket-inactive {
  background-color: #e65b34;
}

.sidebar-area {
  width: 60px;
  height: 100%;
  overflow-x: hidden;
  transition: 0.6s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
}
.sidebar-area .s-icon {
  width: 20px;
}
.sidebar-area .s-hide {
  transition: 0.6s;
  opacity: 0;
}
.sidebar-inner {
  width: 344px;
  padding: 75px 16px 25px 0;
  box-shadow: 0 2px 20px 0 rgba(88, 184, 203, 0.1);
  background-color: #2e2e2e;
  height: 100%;
  overflow-y: scroll;
  position: relative;
}
.sidebar-inner .hamburger {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 100;
  width: 40px;
  height: 40px;
}
.sidebar-inner .hamburger .line {
  width: 30px;
  height: 4px;
  background-color: #fff;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-open .sidebar-area {
  transition: 0.6s;
  width: 344px;
  z-index: 10000;
}
.sidebar-open .sidebar-area .s-hide {
  opacity: 1;
}
.sidebar-open .sidebar-area .hamburger .line:nth-child(2) {
  opacity: 0;
}
.sidebar-open .sidebar-area .hamburger .line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.sidebar-open .sidebar-area .hamburger .line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.sidebar-open .sidebar-area ul li.dropdown {
  padding-bottom: 0;
}
.sidebar-open .sidebar-area ul li.dropdown ul {
  display: block;
}
.sidebar-menu h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.33;
  color: #d5d5d2;
  margin-bottom: 20px;
  padding-left: 20px;
}
.sidebar-menu ul li {
  list-style: none;
  padding: 13px 0;
  border-radius: 0 10px 10px 0;
  padding-left: 20px;
}
.sidebar-menu ul li.active {
  background-color: rgba(243, 244, 249, 0.1);
}
.sidebar-menu ul li.active span {
  color: #e65b34;
}
.sidebar-menu ul li.active svg path {
  fill: #e65b34;
}
.sidebar-menu ul li.active ul {
  padding-top: 12px;
  display: block;
}
.sidebar-menu ul li.active ul li {
  background: transparent;
  padding: 12px 20px;
}
.sidebar-menu ul li:hover > a, .sidebar-menu ul li.active-item > a {
  color: #e65b34;
}
.sidebar-menu ul li:hover > a svg path, .sidebar-menu ul li.active-item > a svg path {
  fill: #e65b34;
}
.sidebar-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #d5d5d2;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.sidebar-menu ul li a svg {
  width: 18px;
}
.sidebar-menu ul li a:hover svg path {
  fill: #e65b34;
}
.sidebar-menu ul li a span {
  padding-left: 20px;
}
.sidebar-menu ul li ul {
  padding-left: 25px;
  display: none;
  transition: 0.3s;
}
.sidebar-menu ul li ul li {
  padding-left: 25px;
  position: relative;
}
.sidebar-menu ul li ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  margin-top: -2.5px;
  left: 0;
}

@media (max-width: 991px) {
  .settings-menu-item {
    display: none;
  }
}
/*===========================================================
 Navigation Menu slideout
============================================================*/
main .mobileMenuOpener {
  display: none;
}

.panel-header {
  display: none;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
  box-shadow: 0 2px 20px 0 rgba(88, 184, 203, 0.1);
  background-color: #2e2e2e;
  padding-top: 60px;
}
.slideout-menu-left {
  left: 0;
}
.slideout-menu-right {
  right: 0;
}
.slideout-panel {
  position: relative;
  z-index: 1;
  background: #fff;
  min-height: 100vh;
}
.slideout-open, .slideout-open body, .slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .s-hide {
  display: block;
  opacity: 1;
  visibility: visible;
}
.slideout-open .slideout-menu {
  display: block;
}

.mobile {
  /*Menu Activation*/
}
.mobile main .mobileMenuOpener {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  z-index: 10;
}
.mobile .panel-header {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px 10px 20px;
}
.mobile .topbar-inner {
  width: 100%;
}
.mobile .dropdown-menu {
  display: none;
}

.news-title {
  margin-bottom: 25px;
}
.news-title h2 {
  font-size: 18px;
  font-weight: normal;
  color: #000;
}
.news-area {
  background: #fcfcff;
  margin-top: 40px;
  padding: 24px 70px 35px 70px;
}
.news-inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.news-single {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 35px 25px;
  flex: 1 1 30%;
}
.news-single .mehr-bt {
  text-align: right;
  margin-top: 55px;
}
.news-single .mehr-bt span {
  margin-right: 10px;
}
.news-single .mehr-bt a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border-radius: 10px;
  background-color: #70c0f2;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
}
.news-single h6 {
  font-size: 15px;
  font-weight: 700;
  font-stretch: normal;
  color: #b5b5c3;
}
.news-single h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: #212121;
  margin-top: 30px;
  margin-bottom: 15px;
}
.news-single p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.64;
  color: #80808f;
}
.news-more {
  margin-top: 20px;
}
.news-more a:first-child {
  font-weight: 700;
}

@media (max-width: 991px) {
  .news-area {
    padding: 24px 0 35px 0;
  }
}
.dash-tour {
  display: flex;
  justify-content: space-between;
}
.dash-tour-left {
  width: calc(100% - 394px);
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #fcfcff;
  padding: 20px 20px 35px 20px;
}
.dash-tour-left .create-new-post-area input[name=post_title],
.dash-tour-left .create-new-post-area select,
.dash-tour-left .create-new-post-area button[type=submit] {
  width: 100%;
  padding: 0 10px;
  height: 43px;
  border-radius: 10px;
  box-shadow: none;
  border: solid 1px #b6b4c4;
  margin-bottom: 15px;
  color: #4d4d4d;
}
.dash-tour-left .create-new-post-area select {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}
.dash-tour-left .create-new-post-area button[type=submit] {
  background-color: #28b536;
  color: #fff;
  width: 204px;
}
.dash-tour-right {
  width: 370px;
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #fcfcff;
  padding: 35px 40px 50px 40px;
}
@media (max-width: 991px) {
  .dash-tour-right {
    width: auto;
  }
}
.dash-tour-right > h3 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin-top: 36px;
  margin-bottom: 30px;
}
.dash-tour table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.dash-tour table th {
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.36px;
  color: #b5b5c3;
  padding-bottom: 20px;
}
.dash-tour table td {
  border-bottom: 1px solid;
  border-top: 1px solid;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  padding-top: 7px;
  margin-bottom: 4px;
}
.dash-tour table tbody tr {
  border-radius: 25px;
  height: 67px;
  vertical-align: baseline;
  margin-bottom: 10px;
}
.dash-tour table tbody tr td:first-child {
  border-left-width: 1px;
  border-style: solid;
  border-right-width: 0;
  border-radius: 5px 0 0 5px;
  padding-left: 15px;
}
.dash-tour table tbody tr td:last-child {
  border-right: 1px solid;
  border-radius: 0 5px 5px 0;
  text-align: right;
}
.dash-tour table tbody tr td:last-child div {
  display: flex;
  justify-content: flex-end;
  padding-right: 5px;
}
.dash-tour table tbody tr td:last-child div button {
  padding: 0 5px;
}
.dash-tour table tbody tr .bg-light-yellow-green {
  border-radius: 3px;
  background-color: #ffff00;
  width: 28px;
  display: inline-block;
  text-align: center;
}
.dash-tour table tbody tr .bg-lemon {
  width: 33px;
  flex-grow: 0;
  border-radius: 3px;
  background-color: #ffff54;
  padding-left: 5px;
  display: inline-block;
}
.dash-tour table tbody tr .green {
  color: #28b536;
}
.dash-tour table tbody tr.bd-pale-purple td {
  border-color: #b790d9;
}
.dash-tour table tbody tr.bgc-pale-lavender td {
  background: #e9ddf3;
}
.dash-tour-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.dash-tour-top h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.17;
  color: #212121;
}
.dash-tour-top button {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.13;
  color: #fff;
  width: 204px;
  line-height: 39px;
  border-radius: 10px;
  background-color: #28b536 !important;
}
.dash-tour button {
  background: transparent;
}

.border-very-light-blue {
  border: #ecedf0;
}

.mitarbeiter-infos-link {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  margin-top: 40px;
  background: #fcfcff;
  text-align: center;
}
.mitarbeiter-infos-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.mitarbeiter-infos-link a span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #70c0f2;
  margin-right: 15px;
}

body.dashboard-template {
  overflow-x: hidden;
}
body.dashboard-template .main-wrapper.sidebar-open .main-area {
  margin-left: 344px;
}
body.dashboard-template .news-inner .news-single:first-of-type {
  width: 100%;
  flex: 1 1 100%;
}

.task-area {
  position: relative;
  min-height: 36px;
  margin-bottom: 10px;
}
.task-area.tour-ajax-action {
  z-index: 1;
}
.task-area button {
  background: transparent;
}
.task-area.block-abwesenheit[data-grund=privat] .task-single {
  background-color: #e65b34;
}
.task-area.block-abwesenheit[data-grund=krank] .task-single {
  background-color: #ffa500;
}
.task-width-1 {
  width: 100%;
}
.task-width-2 {
  width: calc(200% + 7px);
}
.task-width-3 {
  width: calc(300% + 12px);
}
.task-width-4 {
  width: calc(400% + 18px);
}
.task-width-5 {
  width: calc(500% + 26px);
}
.task-width-6 {
  width: calc(600% + 32px);
}
.task-width-7 {
  width: calc(700% + 38px);
}
.task-width-8 {
  width: calc(800% + 46px);
}
.task-width-9 {
  width: calc(900% + 54px);
}
.task-width-10 {
  width: calc(1000% + 62px);
}
.task-width-11 {
  width: calc(1100% + 70px);
}
.task-width-12 {
  width: calc(1200% + 78px);
}
.task-width-13 {
  width: calc(1300% + 86px);
}
.task-width-14 {
  width: calc(1400% + 92px);
}
.task-width-15 {
  width: calc(1500% + 100px);
}
.task-width-16 {
  width: calc(1600% + 108px);
}
.task-text {
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}
.task-single {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 8px 7px;
  border-radius: 5px;
  background-color: #70c0f2;
  display: flex;
  justify-content: space-between;
}
.task-single .tag {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000;
  line-height: 18px;
  padding: 0 4.2px;
  border-radius: 3px;
  background-color: #ffff00;
}
.task-single .t-top {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.task-single .t-top .red {
  color: #ff1500 !important;
  font-weight: bold !important;
  font-size: 14px;
}
.task-single .t-top:first-of-type {
  padding-right: 20px;
}
.task-single .t-top img {
  width: 12px;
  height: auto;
}

body.lager-template .task-single .t-top:first-of-type {
  padding-right: 40px;
}

.task-icon {
  position: absolute;
  right: 0;
  display: flex;
  align-items: flex-start;
}
.task-icon button {
  padding: 0 5px;
}
.task-single {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  z-index: 1;
}
.task-single .meta-ort-kuerzel-data,
.task-single .meta-ort-hinweis-data {
  font-weight: bold;
}
.task-single .task-left {
  width: 100%;
}
.task-single ul span {
  display: inline-block;
  padding: 0 4px;
}
.task-area {
  min-height: 100%;
  margin-bottom: 0;
}
.task-area.height-48 {
  height: 48px;
  min-height: 48px;
}
.task-area.height-48 span {
  display: flex;
  align-items: center;
}
.task-area.tour_completed {
  opacity: 0.5;
}

body.lager-template .task-single ul span.single-fahrer.bg-yellow-5 {
  background-color: #cf6;
  color: #000;
}

.bg-red-1 {
  background-color: #FF9999;
  padding: 0 5px;
  border-radius: 3px;
  color: #000;
}
.bg-green-1 {
  background-color: #cf6;
  padding: 0 5px;
  border-radius: 3px;
  color: #000;
}
.bg-purple-1 {
  background-color: #ED02DF;
  padding: 0 5px;
  border-radius: 3px;
  color: #fff;
}
.bg-terracotta {
  background: #d75a36;
}
.bg-pale-lilac-5 {
  background-color: #e9eaf1;
}
.bg-yellow-5 {
  background-color: #ffff01;
}
.bg-pale-lavender {
  background-color: #ebe1f4;
}
.bg-grey {
  background-color: #383333;
}
.bg-pale-grey {
  background-color: #f3f4f9;
}
.bg-very-light-pink {
  background-color: #ffe4e3;
}
.bg-yellow {
  background-color: #ffff54;
}
.bg-yellow * {
  color: #212121 !important;
}
.bg-yellow-8 {
  background-color: #ffff73;
}
.bg-yellow-4 {
  background-color: #f3ffda;
}
.bg-pale-lavender-5 {
  background-color: #e9ddf3;
}
.bg-lila {
  background-color: #AA98A9;
}
.bg-pale-lilac-2 {
  background-color: #dde2f9;
}
.bg-green {
  background: #28b536;
}
.bg-blue {
  background: #70c0f2;
}
.bg-rusty-red {
  background: #bb271a;
}
.bg-abwesenheit-orange {
  background: #ffa500;
}

.border-periwinkle-blue {
  border: 1px solid #95a8ff;
}
.border-pale-purple {
  border: 1px solid #b790d9;
}
.border-light-peach {
  border: solid 1px #f4c9c7;
}
.border-pale-lavender {
  border: solid 1px #b790d9;
}
.border-periwinkle-blue {
  border: solid 1px #95a8ff;
}
.border-very-light-blue {
  border: solid 1px #ecedf0;
}
.border-yellow-3 {
  border: solid 1px #b4df51;
}
.border-green {
  border: solid 1px #28b536;
}
.border-blue {
  border: solid 1px #70c0f2;
}
.border-rusty-red {
  border: solid 1px #bb271a;
}

.color-dark-8 {
  color: #000;
  opacity: 0.8;
}

.purple-pink-5 {
  background-color: #d92fd8;
}

.white {
  color: #fff;
}
.white button {
  color: #fff;
}

.width-30 {
  width: 30px;
  margin-left: 2px;
  line-height: 18px;
}

.index-l td {
  height: 55px !important;
}

.t-top span {
  font-weight: 600;
}

.task-border-0 td {
  border: 0 !important;
}

.height-75 td {
  height: 75px;
}

.task-area-5 .white {
  font-size: 13px;
}

.index-l td:last-child {
  border-right: 0;
}

.btn-green {
  display: inline-block;
  border-radius: 10px;
  background-color: #28b536;
  background: #28b536;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
  padding: 10px 25px;
}

.data-table.movable-table .task-area .task-single {
  height: calc(100% - 8px);
}

body.abwesenheit-template .block-abwesenheit.role-berliner-mitarbeiter .task-single {
  background-color: #28b536;
}
body.dispotafel-plus-template .calendar-alternating-double-rows tr td.dataPlaceholder .task-area {
  height: 70px;
}
body.dispotafel-plus-template .calendar-alternating-double-rows tr td.dataPlaceholder .task-area > * {
  height: 100%;
}

@media (max-width: 1200px) {
  body.dispotafel-plus-template .multi-report-rows-holder th,
  body.dispotafel-plus-template .multi-report-rows-holder td {
    width: 135px;
  }
}

.lager-view .calendar table th,
.lager-view .calendar table td {
  width: 250px;
}
.lager-view .calendar table td {
  height: 100px;
}

.calendar-top-bar {
  padding: 5px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calendar-top-bar::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  content: "";
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}
.calendar-top-bar .action-title h3 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #000;
}
.calendar-top-bar .action-area {
  margin-bottom: 0;
}
.calendar-top-bar .cal-mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calendar-top-bar .cal-mid span {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000;
  display: inline-block;
  padding: 0 18px;
}
.calendar-top-bar .cal-mid .c-month {
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000;
  text-transform: uppercase;
}
.calendar-top-bar .cal-mid .dispotafel-date-jumper-holder input {
  width: 115px;
  height: 38px;
}
.calendar-top-bar .cal-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calendar-top-bar .cal-right button {
  border: solid 1px #e9eaf1;
  background-color: #fff;
  padding: 11px 25px;
}
.calendar-top-bar .cal-right button.today_jump {
  background-color: #ffff54;
}
.calendar-top-bar .cal-right button.today {
  border: solid 1px #e9eaf1;
  background-color: #f0f5ff;
  padding: 0 12px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  background: #fcfcff;
}
.calendar table.movable-table {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}
.calendar table.movable-table tbody tr td:last-child {
  overflow-x: hidden;
}
.calendar table thead {
  position: sticky;
  position: -webkit-sticky;
  top: 50px;
  box-shadow: 0px 2px 0px 0px #e9eaf1;
}
.calendar table thead,
.calendar table tfoot {
  background: #fcfcff;
  z-index: 2;
}
.calendar table tfoot {
  inset-block-end: 0; /* "bottom" */
  bottom: -465px;
}
.calendar table tfoot .task-area {
  min-height: auto;
  margin-bottom: 10px;
}
.calendar table tfoot .task-area.edit-werkstatt {
  cursor: pointer;
}
.calendar table tfoot .task-area .task-single {
  transform: unset;
  position: relative;
}
.calendar table th {
  height: 77px;
  padding: 5px 12px;
}
.calendar table th.tomato {
  color: #e65b34;
}
.calendar table th.tomato span {
  background: #e65b34;
  border-radius: 5px;
  line-height: 20px;
  padding: 0 3px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
}
.calendar table th.green {
  color: #28b536;
}
.calendar table th.gray {
  color: #c5c6cd;
}
.calendar table th span {
  background: #e65b34;
  border-radius: 5px;
  line-height: 20px;
  padding: 0 3px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
}
.calendar table th span.wb-kw {
  background: #dbd0cd;
  color: #212121;
  display: none;
}
.calendar table th.monday span.wb-kw, .calendar table th:nth-child(2) span.wb-kw {
  display: inline-block;
}
.calendar table th,
.calendar table td {
  border: 1px solid #e9eaf1;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  width: 170px;
  vertical-align: top;
}
.calendar table th.index,
.calendar table td.index {
  width: 50px;
  vertical-align: middle;
}
.calendar table td {
  position: relative;
  height: 79px;
  padding: 0 3px;
}
.calendar-full tr td {
  width: 170px;
}
.calendar-full tr td:first-child {
  width: 65px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  color: #c5c6cd;
  margin: 0 auto;
  text-align: center;
}
.calendar tr.height-auto td {
  height: auto;
  vertical-align: baseline;
}
.calendar tr.height-auto td .task-area {
  position: relative;
  margin-bottom: 4px;
}
.calendar tr.height-auto td .task-single {
  position: relative;
  top: unset;
  height: auto;
}
.calendar-alt table td:nth-child(2),
.calendar-alt table th:nth-child(2) {
  opacity: 1;
}
body.dispotafel-template .calendar table td.past-event, body.lager-template .calendar table td.past-event {
  opacity: 0.5;
  z-index: 1;
}

.special-aligned-section {
  width: 59%;
}
@media (max-width: 991px) {
  .special-aligned-section {
    width: 100%;
  }
}
.special-aligned-section .cal-left {
  margin-right: auto;
}
.special-aligned-section .cal-mid {
  margin-right: 15px;
}

.calendar-alternating-double-rows {
  table-layout: fixed;
}
.calendar-alternating-double-rows thead {
  background-color: #a9a9a9 !important;
}
.calendar-alternating-double-rows thead th {
  height: 35px;
  color: #fff;
}
.calendar-alternating-double-rows thead th.tomato {
  color: #000000;
}
.calendar-alternating-double-rows tbody .dateHolderRow {
  position: sticky;
  top: 85px;
  z-index: 10;
}
.calendar-alternating-double-rows tbody .dateHolderRow td {
  padding: 5px 12px;
  background-color: #f0f0f0;
}
.calendar-alternating-double-rows tbody .dateHolderRow td.currentDayNumber {
  background-color: #bebfc0;
}
.calendar-alternating-double-rows tbody .dateHolderRow td.new-month {
  background-color: #c7d6e3;
}

@media (max-width: 767px) {
  .calendar table.movable-table td:nth-child(2) {
    opacity: 1;
  }
  .calendar-top-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  body.dispotafel2-template .calendar table th,
  body.dispotafel2-template .calendar table td {
    min-width: 170px;
  }
  body.dispotafel2-template .calendar table th.index,
  body.dispotafel2-template .calendar table td.index {
    min-width: 50px;
  }
}
.calendar-alternating-double-rows tr:nth-child(2n-1) td {
  height: 38px;
}
.calendar-alternating-double-rows tr td.dataPlaceholder {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 79px;
  height: auto;
}
.calendar-alternating-double-rows tr td.dataPlaceholder .task-area {
  height: 35px;
  visibility: hidden;
}
.calendar-alternating-double-rows tr td.dataPlaceholder .task-area:not(:last-child) {
  margin-bottom: 10px;
}

body.abwesenheit-template .calendar-alternating-double-rows tr td.dataPlaceholder .task-area {
  height: 17px;
}
body.abwesenheit-template .calendar-alternating-double-rows tr td.dataPlaceholder .task-area .task-single {
  padding: 2px 5px;
}

.mitarbeiter-title {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 25px 0;
  text-align: center;
}
.mitarbeiter-title h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  text-transform: uppercase;
}
.mitarbeiter-inner {
  padding-top: 50px;
  padding-bottom: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mitarbeiter-inner form#UpdateAccess {
  width: 75%;
}
.mitarbeiter-single {
  max-width: 25%;
  min-height: 260px;
  padding: 60px 25px 25px 25px;
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #fcfcff;
}
@media (max-width: 991px) {
  .mitarbeiter-single {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.mitarbeiter-single h3 {
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  color: #000;
  margin-bottom: 18px;
}
.mitarbeiter-single a {
  font-size: 16px;
  font-weight: normal;
  color: #28b536;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
.mitarbeiter-single a:not(:first-of-type) {
  margin-top: 25px;
}
.mitarbeiter-single p {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.mitarbeiter-area .telefon-inner {
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mitarbeiter-area .telefon-single {
  width: 32%;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.mitarbeiter-area .telefon-single .blue-blue {
  background: #d3ecfa;
}
.mitarbeiter-area .telefon-single h3 {
  font-size: 22px;
  font-weight: 600;
  color: #70c0f2;
  margin-bottom: 25px;
}
.mitarbeiter-area .telefon-single ul .active {
  background-color: #70c0f2;
}
.mitarbeiter-area .telefon-single ul .active span,
.mitarbeiter-area .telefon-single ul .active a {
  color: #fff !important;
}
.mitarbeiter-area .telefon-single ul li {
  list-style: none;
  line-height: 36px;
  border-radius: 10px;
  background-color: #f3f6f9;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  position: relative;
}
.mitarbeiter-area .telefon-single ul li > div {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mitarbeiter-area .telefon-single ul li > ul {
  display: none;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 30px;
  background-color: #f3f6f9;
  padding: 15px 5px 0 5px;
  z-index: 2;
}
.mitarbeiter-area .telefon-single ul li > ul li {
  background-color: #fff;
}
.mitarbeiter-area .telefon-single ul li a,
.mitarbeiter-area .telefon-single ul li span.special {
  font-size: 16px;
  color: #000;
}
.mitarbeiter-area .telefon-single ul li span:not(.special),
.mitarbeiter-area .telefon-single ul li a:not(.special) {
  width: 55%;
  max-width: 145px;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.mitarbeiter-area .telefon-single ul li span:not(.special):not(:last-child),
.mitarbeiter-area .telefon-single ul li a:not(.special):not(:last-child) {
  padding-right: 20px;
}
.mitarbeiter-area .telefon-single ul li span:not(.special):last-child:not(:first-child),
.mitarbeiter-area .telefon-single ul li a:not(.special):last-child:not(:first-child) {
  text-align: right;
  width: auto;
  margin-left: auto;
}

.einstellungen-template .mitarbeiter-single a {
  margin-top: 0;
}
.einstellungen-template .mitarbeiter-single h4:not(:first-of-type) {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .mitarbeiter-area .telefon-single,
  .mitarbeiter-single {
    width: 100%;
  }
}
.settings-zugriff .column-right {
  flex: 1;
  margin-left: 30px;
}
.settings-card-line td {
  padding-bottom: 7px;
}
.settings-card-line td:last-of-type {
  padding-right: 15px;
  width: 75px;
}
.settings-card-line td:last-of-type img {
  width: 15px;
}

@media (max-width: 991px) {
  body .data-controls-wrapper {
    width: 100% !important;
    margin: 0 !important;
  }
  body .data-controls-wrapper table tbody tr {
    height: auto !important;
    padding: 10px !important;
  }
  body .data-controls-wrapper table tbody tr td {
    padding-left: 0 !important;
  }
  body .data-controls-wrapper table tbody tr td:last-child {
    text-align: right !important;
  }
  body .data-controls-wrapper table tbody tr td:last-child img {
    margin-right: 0;
  }
  body .data-controls-wrapper table tbody tr td:last-child .log-tooltip {
    left: auto !important;
    right: 30px;
  }
  body .data-controls-wrapper thead {
    display: none !important;
  }
  body .data-controls-wrapper table,
  body .data-controls-wrapper thead,
  body .data-controls-wrapper tbody,
  body .data-controls-wrapper tr,
  body .data-controls-wrapper th,
  body .data-controls-wrapper td {
    display: block;
  }
  body .data-controls-wrapper table select,
  body .data-controls-wrapper table #LogsDateRange,
  body .data-controls-wrapper thead select,
  body .data-controls-wrapper thead #LogsDateRange,
  body .data-controls-wrapper tbody select,
  body .data-controls-wrapper tbody #LogsDateRange,
  body .data-controls-wrapper tr select,
  body .data-controls-wrapper tr #LogsDateRange,
  body .data-controls-wrapper th select,
  body .data-controls-wrapper th #LogsDateRange,
  body .data-controls-wrapper td select,
  body .data-controls-wrapper td #LogsDateRange {
    width: 100%;
  }
  body .data-controls-wrapper tr,
  body .data-controls-wrapper #sFilterKeywords {
    width: 100%;
  }
}
.actions-wrapper-area {
  display: none;
  z-index: 100;
  position: fixed;
  left: 60px;
  top: 52px;
  max-width: 480px;
  background-color: #fff;
  height: calc(100% - 52px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.actions-inner {
  margin: 0 auto;
  padding: 36px 18px 59px 25px;
  position: relative;
}
.actions-inner .cross-icon {
  position: absolute;
  right: 18px;
  top: 36px;
  cursor: pointer;
}
.actions-inner h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 0.88;
  color: #000;
  margin-bottom: 35px;
}
.actions-form {
  display: flex;
  flex-wrap: wrap;
}
.actions-form .single-select {
  width: 232px;
  line-height: 48px;
  padding: 10px 0;
  border-radius: 10px;
  border: solid 1px #dde2f9;
  background-color: #fff;
  margin-right: 28px;
  display: flex;
  justify-content: space-between;
}
.actions-form .single-select select {
  font-size: 12px;
  font-weight: normal;
  color: #000;
  background-color: #b6b4c4;
  border: 0;
  appearance: none;
  border-radius: 15px;
  padding: 5px 10px;
}
.actions-form p {
  max-width: 490px;
  width: 100%;
  margin-top: 45px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.29;
  color: #000;
}
.actions-form p span {
  font-weight: 600;
  color: #bb271a;
}
.actions-bttn {
  width: 100%;
  margin-top: 12px;
}
.actions-bttn button {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  width: 204px;
  line-height: 39px;
  border-radius: 10px;
  display: inline-block;
}
.actions-bttn .green-bttn {
  background-color: #28b536;
  margin-right: 53px;
}
.actions-bttn .red-bttn {
  background-color: #bb271a;
}

.action-area {
  margin-bottom: 18px;
  display: inline-block;
  border: 1px solid #f3f6f9;
  border-radius: 10px;
  padding: 10px 15px;
}
.action-area.own-line {
  display: table;
}
.action-area.action-with-check {
  width: 100%;
  display: flex;
}
.action-area.action-with-check .action-title {
  width: 90px;
  margin-right: 10px;
}
.action-area.action-with-check .action-single-holder {
  flex: 1;
}
.action-area.action-with-check .action-single-holder .action-single {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.action-area.action-with-check .action-single-holder .action-single > *:not(:last-child) {
  margin-right: 10px;
}
.action-area.action-with-check .action-single-holder .action-single .action-single-actions {
  display: flex;
  align-items: center;
}
.action-area.action-with-check .action-single-holder .action-single .action-single-actions img {
  width: 20px;
}
.action-area.action-with-check .action-single-holder .action-single .action-single-actions .form-group {
  position: relative;
  top: -3px;
}
.action-area.bd-0 {
  border: 0;
}
.action-area .action-title {
  display: inline-block;
}
.action-form {
  display: block;
}
.action-form .select-wide {
  width: auto;
}
.action-single {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.action-single .select-items {
  margin-top: -10px;
}
.action-single:last-child {
  margin-right: 0;
}
.action-single-check {
  padding-right: 20px;
}
.action-single-check div {
  height: 26px;
  margin-bottom: 8px;
  padding: 4px 0;
}
.action-single-check div.form-group {
  padding: 0;
}
.action-single-check div:last-child {
  margin-bottom: 0;
}
.action-single input {
  font-size: 12px;
  font-weight: normal;
  color: #000;
  background-color: #f3f6f9;
  border: 0;
  height: 26px;
  border-radius: 10px;
  padding: 5px 12px;
  width: 140px;
}
.action-single input[type=time] {
  width: 90px;
}
.action-single input.w-xl {
  width: 192px;
}
.action-single input.w-small {
  width: 80px;
  text-align: center;
  padding: 0;
}
.action-single input.w-l {
  width: 143px;
  text-align: center;
  padding: 0;
}
.action-title {
  display: flex;
  align-content: center;
  padding-right: 8px;
}
.action-title h3 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  display: flex;
  align-items: center;
}
.action-title h3 span {
  color: #bb271a;
}
.action-title h4 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  display: flex;
  align-items: center;
}
.action-title h4 span {
  color: #bb271a;
}
.action-with-check .action-single {
  margin-right: 10px;
}
.action-with-check .action-single-input:last-child {
  vertical-align: baseline;
}
.action-with-check .action-single-input div {
  margin-bottom: 8px;
}
.action-with-check .action-single-input div:last-child {
  margin-bottom: 0;
}

.custom-select {
  position: relative;
}
.custom-select.select-wide .select-selected {
  width: 143px;
  height: 26px;
  position: relative;
}
.custom-select.select-wide .select-items {
  background: #fff;
  padding: 14px 10px 14px 0;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  margin-top: -5px;
  left: -1px;
  right: -1px;
  max-height: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #b6b4c4;
  border-top: 0;
  margin-left: 1px;
  background: #f3f6f9;
}
.custom-select.select-wide .select-items div {
  float: right;
  width: 100%;
  background: #F3F6F9;
  margin-bottom: 6px;
  border-radius: 10px;
  opacity: 0.5;
  transition: 0.6s;
}
.custom-select.select-wide .select-items div:hover {
  opacity: 1;
}

.relative {
  position: relative;
}

.select-small label {
  padding-right: 13px;
}
.select-small.single-select {
  width: auto;
}
.select-small .select-selected {
  width: 80px;
  position: relative;
}
.select-small .select-items {
  width: 80px;
  left: -1px;
  right: -1px;
}
.select-small .select-items div {
  width: 80px;
}

.info-btn {
  position: relative;
}
.info-btn.single-select {
  padding-right: 50px;
}
.info-btn .info {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.info-btn .fahrzeug-kennzeichen {
  position: absolute;
  width: 140px;
  left: 165px;
  top: 50%;
  transform: translateY(-50%);
}
.info-btn .fahrzeug-kennzeichen img {
  width: 18px;
  height: 18px;
  margin-bottom: -2px;
}

.recurring-task-link {
  display: inline-block;
  cursor: pointer;
}

.select-arrow-active {
  border-radius: 10px 10px 0 0;
  border: 1px solid #b6b4c4;
  border-bottom: 0;
}

.select-items {
  border-radius: 0 0 10px 10px;
  max-height: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #b6b4c4;
  border-top: 0;
  margin-left: 1px;
  background: #f3f6f9;
}

.action-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.action-buttons button {
  line-height: 28px;
  padding: 0 12px;
  border-radius: 30px;
  color: #fff;
}

.bg-background-black {
  background: #2e2e2e;
}

.bg-tomato {
  background: #e65b34;
}

.task-area {
  position: relative;
}

tfoot .dataMetaPlaceholder .task-area span span {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #fff;
}

.drop-menu {
  display: inline-block;
}
.drop-menu.active .drop-open {
  display: block;
}
.drop-menu button img {
  width: 10px;
  height: 10px;
}
.drop-menu > span {
  cursor: pointer;
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #fff;
}
.drop-open {
  border: 1px solid #000;
  padding: 8px 20px 8px 8px;
  border-radius: 10px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #b6b4c4;
  background-color: #f3f6f9;
  min-width: 120px;
  position: absolute;
  left: 15px;
  top: 0;
  display: none;
  z-index: 999;
}
.drop-open .close {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
.drop-open li {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 2px;
  list-style: none;
}

.dflex-actions {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.dflex-actions .action-title {
  position: relative;
  top: 3px;
}
.dflex-actions .action-inner-container .select2 {
  margin-bottom: 10px !important;
}

.textarea-holder {
  position: relative;
  height: 150px;
  margin-bottom: 18px;
}
.textarea-holder .action-area {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.textarea-holder .action-title {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.textarea-holder textarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  resize: none;
  padding: 30px 10px 10px 10px;
  border: 1px solid #F3F6F9;
  background-color: #fff;
  border-radius: 10px;
}

.driver-actions .driver-name input {
  width: 80px;
}
.driver-actions .driver-date input {
  width: 140px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
}

input {
  font-family: "Poppins", sans-serif !important;
}

.custom-select.abwesenheit-select select.select2 {
  width: 195px;
}
.custom-select.abwesenheit-select .select2-container .selection {
  width: calc(100% - 50px);
}

@media (max-width: 991px) {
  .actions-wrapper-area {
    max-width: calc(100% - 60px);
    width: calc(100vw - 60px);
  }
  .action-single {
    display: block;
  }
  .action-single input,
  .action-single select {
    margin-bottom: 5px;
  }
  .action-buttons {
    align-items: flex-start;
    flex-direction: column;
  }
  .action-buttons > *:not(:last-child) {
    margin-bottom: 10px;
  }
  .log-tooltip, .car-tooltip {
    width: calc(100vw - 90px) !important;
    left: -100px !important;
  }
  .log-tooltip {
    left: -15px !important;
  }
}
.eintragen-inner {
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
  padding: 36px 18px 59px 25px;
  background-color: #fff;
  position: relative;
}
.eintragen-inner .cross-icon {
  position: absolute;
  right: 18px;
  top: 36px;
  cursor: pointer;
}
.eintragen-inner h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 0.88;
  color: #000;
  margin-bottom: 35px;
}
.eintragen-inner .select-selected {
  text-transform: capitalize;
}
.eintragen-inner .action-area {
  border: solid 1px #e9eaf1;
  width: 232px;
}
.eintragen-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0 26px;
}
.eintragen-form p {
  max-width: 490px;
  width: 100%;
  margin-top: 45px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.29;
  color: #000;
}
.eintragen-form p span {
  font-weight: 600;
  color: #bb271a;
}
.eintragen-bttn {
  width: 100%;
  margin-top: 12px;
}
.eintragen-bttn button {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  width: 204px;
  line-height: 39px;
  border-radius: 10px;
  display: inline-block;
}
.eintragen-bttn .green-bttn {
  background-color: #28b536;
  margin-right: 53px;
}
.eintragen-bttn .red-bttn {
  background-color: #bb271a;
}

@media (max-width: 767px) {
  .eintragen-form {
    flex-direction: column;
  }
  .eintragen-form p {
    max-width: 314px;
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.29;
    color: #000;
  }
  .eintragen-bttn {
    margin-top: 85px;
  }
  .eintragen-bttn button {
    display: block;
    margin-bottom: 10px;
  }
  .cross-icon {
    position: absolute;
    right: 16px;
    top: 25px;
    cursor: pointer;
  }
}
.jcalendar .jcalendar-content {
  width: 252px;
  padding-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.jcalendar-confirm,
.jcalendar-reset {
  font-size: 20px;
  font-weight: 600 !important;
  color: #28b536;
}

.jcalendar-update {
  width: 131px;
  line-height: 38px;
  padding: 0;
  border-radius: 10px;
  background-color: #28b536 !important;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: 0 !important;
}

.jcalendar-header span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.05;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

.jcalendar-table {
  padding: 10px 0;
}
.jcalendar-table > table > tbody td {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.29;
  text-align: center;
  color: #022d3d;
  padding: 10px 13px;
  font-size: 15px;
  line-height: 1.29;
  color: #022d3d;
}
.jcalendar-table thead td {
  padding: 0 20px;
  height: 40px;
}

.jcalendar-selected {
  color: #70c0f2 !important;
  background: transparent;
  font-weight: 700 !important;
}

.jcalendar-controls {
  padding: 20px;
}
.jcalendar-controls div {
  text-align: center;
}

.select2-selection.select2-selection--single {
  all: unset;
  cursor: pointer;
}

.custom-select select,
.select2-selection.select2-selection--single > .select2-selection__rendered {
  border: 0;
  border-radius: 10px;
  background-color: #f3f6f9;
  padding: 5px 12px;
  line-height: normal !important;
  height: auto !important;
  box-sizing: border-box;
}

.custom-select select {
  width: 140px;
}

.custom-select select.select2 {
  width: 80px;
}

.select2-selection.select2-selection--single > .select2-selection__rendered {
  line-height: 1 !important;
}

.select2-dropdown {
  background-color: #f3f6f9;
}
.select2-dropdown--above {
  padding-bottom: 15px;
  position: relative;
}
.select2-dropdown--below {
  padding-top: 15px;
  position: relative;
}

.categories-right {
  max-width: 350px;
  width: 100%;
  padding-top: 50px;
}
.categories-title h2 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.29;
  color: #4d4d4d;
  margin-bottom: 15px;
}
.categories-form label {
  font-size: 12px;
  color: #4d4d4d;
  margin-bottom: 6px;
  display: block;
}
.categories-form input {
  width: 100%;
  height: 43px;
  border-radius: 10px;
  border: solid 1px #b6b4c4;
  padding: 0 10px;
  font-size: 15px;
  color: #4d4d4d;
  margin-bottom: 6px;
}

.form-check {
  display: block;
  margin-top: 10px;
}
.form-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-check input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 4px;
  height: 9px;
  border: solid #b6b4c4;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-check label {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  color: #4d4d4d;
  display: flex;
  align-items: center;
}
.form-check label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  flex-grow: 0;
  border-radius: 4px;
  border: solid 1px #b6b4c4;
}

.create-categories {
  margin-top: 38px;
}
.create-categories .categories-title h2 {
  margin-bottom: 10px;
}

.color-picker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 10px;
}
.color-picker label {
  font-size: 12px;
  font-weight: normal;
  color: #4d4d4d;
}
.color-picker-form {
  max-width: 250px;
  width: 100%;
  padding: 6px 7px;
  border-radius: 10px;
  border: solid 1px #b6b4c4;
  display: flex;
  align-items: center;
}
.color-picker-form span {
  font-size: 12px;
  font-weight: normal;
  color: #4d4d4d;
  margin-left: 8px;
}
.color-picker-form input[type=color] {
  border: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  outline: none;
  border-radius: 6px;
}
.color-picker-form input {
  border: 0;
  margin-left: 10px;
}

::-webkit-color-swatch {
  border-radius: 6px;
}

.add-category {
  text-align: right;
}
.add-category a {
  font-size: 15px;
  font-weight: 600;
  color: #022d3d;
  line-height: 33px;
  padding: 8px 15px 8px 15px;
  border-radius: 10px;
  background-color: #f3f6f9;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .dash-tour {
    flex-direction: column;
  }
  .categories-right {
    padding: 15px;
  }
}
.post-title h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 0.75;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
.post-title-area {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  padding: 38px 0;
  margin-bottom: 50px;
  max-width: calc(100% - 57px);
}
.post-date {
  font-size: 20px;
  font-weight: 300;
  color: #000;
}
.post-date span {
  font-weight: 300;
  font-stretch: normal;
  color: #28b536;
}
.post-content p,
.post-content ul,
.post-content ol,
.post-content li,
.post-content li {
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  color: #000;
  margin-bottom: 10px;
}
.post-content ul,
.post-content ol {
  padding-left: 20px;
}
.post-content :last-child {
  margin-bottom: 0;
}

.dash-tour-left {
  padding: 65px 60px 75px 50px;
}
.dash-tour-top h1 {
  font-size: 35px;
  font-weight: 900;
  line-height: 1.17;
  text-transform: uppercase;
  margin-top: 20px;
}

.back-link a {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 38px;
  border-radius: 10px;
  background-color: #28b536;
  padding: 0 29px;
  margin-right: 7px;
}

.back-link a:last-child {
  background-color: #70c0f2;
}
.back-link-area {
  margin-top: 30px;
}

@media (max-width: 1399px) {
  .dash-tour-left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .post-title-area {
    padding: 30px 0;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .post-content h1 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .dash-tour-left {
    padding: 35px 40px;
  }
}
@media (max-width: 767px) {
  .dash-tour-left {
    padding: 25px 25px;
  }
  .post-content h1 {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .post-content p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .dash-tour-left {
    padding: 15px 10px;
  }
  .back-link a {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 90%;
    padding: 0;
  }
  .post-content h1 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .post-content p {
    font-size: 17px;
  }
  .post-date {
    font-size: 17px;
  }
  .post-title-area {
    padding: 25px 0;
    margin-bottom: 25px;
    max-width: 100%;
  }
}
.lager-tour-anlegen-bearbeiten {
  max-width: 1038px;
  width: 100vw;
}
.lager-tour-anlegen-bearbeiten .lager-disponent select {
  width: 70px;
}
.lager-tour-anlegen-bearbeiten .lager-dates .action-single {
  margin-right: 5px;
}
.lager-tour-anlegen-bearbeiten .lager-dates .vars-date-start,
.lager-tour-anlegen-bearbeiten .lager-dates .vars-date-end {
  width: 115px;
}
.lager-tour-anlegen-bearbeiten .buttons-wrapper {
  width: 300px;
}
.lager-tour-anlegen-bearbeiten .attachments-area .attachment-inputs-btn {
  background: #70C0F2;
  color: #fff;
  line-height: 1;
  border-radius: 10px;
  padding: 3px 10px;
  font-size: 20px;
}
.lager-tour-anlegen-bearbeiten .attachments-area .attachment-inputs-btn.add-new-attachments {
  padding: 5px 10px;
  font-size: 24px;
}
.lager-tour-anlegen-bearbeiten .attachments-area table {
  border-spacing: 10px;
}
.lager-tour-anlegen-bearbeiten .attachments-area .attachment-fieldset input[type=file] {
  display: none;
}
.lager-tour-anlegen-bearbeiten .attachments-area .custom-file-upload {
  border: 1px solid #C5C6CD;
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 10px;
  cursor: pointer;
}

.wb-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.wb-row > .column {
  flex: 1;
  display: inline-block;
  width: 50%;
}
.wb-row > .column .action-row .action-area {
  width: 100%;
}

@media (max-width: 991px) {
  .lager-tour-anlegen-bearbeiten {
    max-width: calc(100% - 60px);
    width: calc(100vw - 60px);
  }
  .lager-tour-anlegen-bearbeiten .row.wb-row {
    flex-direction: column;
  }
  .lager-tour-anlegen-bearbeiten .row.wb-row > .column {
    width: 100%;
  }
}
.popup-tooltip {
  position: absolute;
  bottom: -59px;
  max-height: calc(100vh - 52px);
  overflow: auto;
  padding: 50px 20px !important;
}
.popup-tooltip .fahrer-log-item {
  border: 1px solid #F3F6F9;
  border-radius: 10px;
  padding: 15px;
}
.popup-tooltip .fahrer-log-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.popup-tooltip .closeMiniModal {
  font-size: 20px;
}

.fahrzeug-service-bearbeiten {
  width: 350px;
}

.werkstatt-cards-holder .card {
  display: block;
  background-color: #ffff54;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.werkstatt-cards-holder .card form > div {
  margin-bottom: 10px;
}
.werkstatt-cards-holder .card form > div:last-child {
  margin-bottom: 0;
}
.werkstatt-cards-holder .card form > div.dates {
  display: flex;
  justify-content: space-between;
}
.werkstatt-cards-holder .card form > div.dates > div:first-child {
  margin-right: 10px;
}
.werkstatt-cards-holder .card form > div.actions {
  display: flex;
  justify-content: space-between;
}
.werkstatt-cards-holder .card form > div.actions button {
  padding: 5px 10px;
  border-radius: 5px;
}
.werkstatt-cards-holder .card form > div.actions button:first-child {
  margin-right: 10px;
}
.werkstatt-cards-holder .card form > div.actions button.speichern {
  background-color: #28b536;
  color: #fff;
}
.werkstatt-cards-holder .card form > div.actions button.delete {
  background-color: #ff1500;
  color: #fff;
}

.recurring-row .clearfix {
  clear: both;
  margin-bottom: 15px;
}
.recurring-row .action-area .action-single.action-single-days {
  display: block;
  margin-right: 0;
}
.recurring-row .action-area .action-single.action-single-days ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recurring-row .action-area .action-single.action-single-days ul li {
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.recurring-row .action-area .action-single.action-single-days ul li:not(:last-child) {
  margin-right: 10px;
}
.recurring-row .action-area .action-single.action-single-days ul li.day-activated {
  background-color: #f3f6f9;
}

.topbar-area .container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}
.topbar-area-mobile .hamburger {
  position: unset;
  height: auto;
}
.topbar-area-mobile .hamburger.active {
  left: 0;
}
.topbar-area-mobile.active {
  padding-left: 0;
}
.topbar-area-mobile .topbar-left {
  position: relative;
  padding-left: 0;
}

.mobile-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 410px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.mobile-container-area .top-nav {
  padding-top: 60px;
}
.mobile-container-area .top-nav ul {
  margin-top: 22px;
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
  border: solid 1px #c5c6cd;
  background-color: #f3f6f9;
  border-radius: 10px;
}
.mobile-container-area .top-nav ul li {
  list-style: none;
  width: 33.33%;
  text-align: center;
  border-right: solid 2px #c5c6cd;
}
.mobile-container-area .top-nav ul li:last-child {
  border-right: 0;
}
.mobile-container-area .top-nav ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 37px;
  letter-spacing: normal;
  text-align: center;
  color: #c5c6cd;
}
.mobile-container-area .top-nav ul li.active a {
  color: #000;
}
.mobile-container-area .top-btn {
  text-align: center;
}
.mobile-container-area .top-btn .btn-green {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.mobile-slide {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-slide span {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.mobile-tasks {
  margin-top: 32px;
}
.mobile-tasks-liste .task-single, .mobile-tasks-heute .task-single {
  position: unset;
}
.mobile-tasks-liste span, .mobile-tasks-heute span {
  font-size: 13px;
}
.mobile-tasks-liste .bg-yellow-5, .mobile-tasks-heute .bg-yellow-5 {
  padding: 0 5px;
  border-radius: 3px;
}
.mobile-tasks-liste .bg-yellow-8, .mobile-tasks-heute .bg-yellow-8 {
  border-radius: 3px;
  padding: 0 8px 0 5px;
}
.mobile-tasks-liste button, .mobile-tasks-heute button {
  margin-left: 5px;
}
.mobile-tasks-liste .tomato, .mobile-tasks-heute .tomato {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
  color: #e65b34;
}
.mobile-tasks .single-liste {
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  border: solid 1px #dededf;
  background-color: #fcfcff;
  margin-bottom: 10px;
}
.mobile-tasks .single-liste-left {
  width: 100px;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-tasks .single-liste-left::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  right: 0;
  width: 1px;
  background-color: #c5c6cd;
  z-index: 1;
}
.mobile-tasks .single-liste-left div {
  padding-left: 13px;
}
.mobile-tasks .single-liste-left div span {
  font-size: 12px;
  font-weight: normal;
  line-height: 0.83;
  color: #000;
  margin-bottom: 30px;
  display: block;
}
.mobile-tasks .single-liste-left div h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 0.92;
  color: #000;
}
.mobile-tasks .single-liste-left .zoom {
  position: absolute;
  bottom: 0;
  left: 7px;
  padding-left: 0;
}
.mobile-tasks .single-liste-right {
  padding-left: 4px;
  width: calc(100% - 100px);
}
.mobile-tasks .single-liste-right > ul {
  padding-top: 38px;
  padding-bottom: 5px;
}
.mobile-tasks .single-liste-right li {
  padding: 1px 4px 1px 25px;
  position: relative;
  list-style: none;
  border-top: 1px solid #c5c6cd;
}
.mobile-tasks .single-liste-right li > span {
  display: block;
  position: absolute;
  left: 0;
  top: -25px;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #c5c6cd;
}
.mobile-tasks .single-liste-right li .task-area {
  margin-bottom: 0;
  height: auto;
}
.mobile-calendar {
  margin-top: 33px;
}
.mobile-calendar .calendar {
  overflow-x: scroll;
}
.mobile-calendar .calendar table {
  width: 1410px;
}

.main-wrapper {
  display: flex;
}
.main-area {
  position: relative;
  width: calc(100% - 10px);
  padding-top: 52px;
  transition: 0.6s;
  padding-left: 60px;
  padding-bottom: 35px;
}
.main-area .calendar-area .container-xl > .row {
  padding-right: 0 !important;
}
.main-area .calendar-area .container-xl > .row > div {
  padding-right: 0 !important;
}/*# sourceMappingURL=style.css.map */