﻿@charset "UTF-8";
/* =====================================================================================================================
* Reset
* =====================================================================================================================
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling worker zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  color: #7fecff;
  background: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/comfortaa/Comfortaa.svg#Comfortaa") format("svg"), url("../fonts/comfortaa/Comfortaa.ttf") format("truetype"), url("../fonts/comfortaa/Comfortaa.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Comfortaa_Regular";
  src: url("../fonts/comfortaa/Comfortaa_Regular.eot");
  src: url("../fonts/comfortaa/Comfortaa_Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/comfortaa/Comfortaa_Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Comfortaa-Bold";
  src: url("../fonts/comfortaa/Comfortaa-Bold.svg#Comfortaa-Bold") format("svg"), url("../fonts/comfortaa/Comfortaa-Bold.ttf") format("truetype"), url("../fonts/comfortaa/Comfortaa-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Comfortaa_Bold";
  src: url("../fonts/comfortaa/Comfortaa_Bold.eot");
  src: url("../fonts/comfortaa/Comfortaa_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/comfortaa/Comfortaa_Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?t756eu");
  src: url("../fonts/icomoon/icomoon.eot?t756eu#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?t756eu") format("truetype"), url("../fonts/icomoon/icomoon.woff?t756eu") format("woff"), url("../fonts/icomoon/icomoon.svg?t756eu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-info_outline:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-file-add:before {
  content: "";
}

.icon-log-out:before {
  content: "";
}

.icon-calendar1:before {
  content: "";
}

.icon-clock1:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-repeat:before {
  content: "";
}

.icon-delete:before {
  content: "";
}

.icon-plus-circle:before {
  content: "";
}

.icon-us-switch:before {
  content: "";
}

.icon-settings:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-edit:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-add-outline:before {
  content: "";
}

.icon-warning:before {
  content: "";
}

.icon-chat:before {
  content: "";
}

.icon-list-check:before {
  content: "";
}

.icon-copy:before {
  content: "";
}

.icon-arrow2-up:before {
  content: "";
}

.icon-arrow2-right:before {
  content: "";
}

.icon-arrow2-left:before {
  content: "";
}

.icon-arrow2-down:before {
  content: "";
}

.icon-like:before {
  content: "";
}

.icon-dollar:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-money:before {
  content: "";
}

.icon-cog:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-commenting:before {
  content: "";
}

.icon-people-group:before {
  content: "";
}

.icon-pen-tool:before {
  content: "";
}

.icon-back-in-time:before {
  content: "";
}

html,
body,
.wrapper {
  height: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 0 auto;
  position: relative;
}

.footer {
  flex-shrink: 0;
}

body {
  font-family: "Nunito", sans-serif;
  background-color: #f4f5fa;
  color: #474a56;
  font-size: 14px;
}

a {
  transition: color 0.3s;
  line-height: 1.2em;
}
a:hover {
  text-decoration: none;
}
a.img {
  display: block;
  position: relative;
}

img {
  max-width: 100%;
}

.img-cover {
  overflow: hidden;
  display: block;
}
.img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul {
  list-style: none;
}

.same-height-container .row-content {
  height: 100%;
}

button:focus {
  outline: none;
}

.bootstrap-select > select {
  z-index: -1 !important;
}

.bootstrap-select.input-item.select-style.width-230 {
  width: 230px;
}
.bootstrap-select.input-item.select-style.select-light {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #3377f0;
  background: none;
}
.bootstrap-select.input-item.select-style .dropdown-menu {
  border-color: #d1d4e2;
  background: #e9ebf7;
  font-size: 14px;
  color: #212529;
  border-radius: 0;
}
.bootstrap-select.input-item.select-style .dropdown-menu .dropdown-item.selected,
.bootstrap-select.input-item.select-style .dropdown-menu .dropdown-item:hover {
  color: #3377f0;
  background-color: transparent;
}
.bootstrap-select.input-item.select-style .dropdown-menu li a {
  padding: 5px 20px;
}
.bootstrap-select.input-item.select-style img {
  border-radius: 50%;
  overflow: hidden;
  width: 24px;
  height: 24px;
}

.form-control {
  font-size: 12px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}
.form-control.w-4 {
  width: 40px !important;
}
.form-control.w-8 {
  width: 55px !important;
}
@media (min-width: 1200px) {
  .form-control.w-8 {
    width: 80px !important;
  }

    .check-group {
        padding-left: 10px
    }
}

.text-yellow {
  color: #fb9500 !important;
}

a.text-yellow:hover {
  color: #02e4b4 !important;
}

.text-blue {
  color: #3377f0 !important;
}

.text-light-gray {
  color: #c6cadd !important;
}

.btn {
  transition: all 0.5s ease;
  font-size: 12px;
}
.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn.btn-primary {
  border-radius: 6px;
  min-width: 93px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-align: center;
  color: #3377f0;
  background: none;
  border: 1px solid #3377f0;
  text-transform: uppercase;
  padding: 4px 15px;
}
.btn.btn-primary.white-style:not(:hover), .btn.btn-primary.white-style:not(:disabled):not(.disabled).active, .btn.btn-primary.white-style:not(:disabled):not(.disabled):active {
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-primary:hover, .btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active {
  background: #3377f0;
  color: #ffffff;
  border-color: #3377f0;
}
.btn.btn-primary.with-icon {
  padding: 4px 25px;
  position: relative;
}
.btn.btn-primary.with-icon .btn-icon {
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 17px;
}
.btn.btn-primary.with-icon .icon-arrow2-down {
  font-size: 20px;
}
.btn.btn-primary.with-icon .icon-list-check {
  font-size: 16px;
}
.btn.btn-primary.with-icon.right-icon .btn-icon {
  right: 1px;
}
.btn.btn-primary.with-icon.left-icon .btn-icon {
  left: 1px;
}
.btn.btn-primary.disabled, .btn.btn-primary:disabled {
  border-color: #e4e4f0;
  color: #d4d4e7;
  opacity: 1;
}
.btn.btn-primary.btn-color-2 {
  color: #757fa6;
  border-color: #757fa6;
}
.btn.btn-primary.btn-color-2:hover, .btn.btn-primary.btn-color-2:not(:disabled):not(.disabled).active, .btn.btn-primary.btn-color-2:not(:disabled):not(.disabled):active {
  background: #757fa6;
  color: #ffffff;
  border-color: #757fa6;
}
.btn.btn-primary.color-orange {
  color: #fb9500;
  border-color: #fb9500;
}
.btn.btn-primary.color-orange:hover, .btn.btn-primary.color-orange:not(:disabled):not(.disabled).active, .btn.btn-primary.color-orange:not(:disabled):not(.disabled):active {
  background: #fb9500;
  color: #ffffff;
  border-color: #fb9500;
}
.btn.btn-primary.color-green {
  color: #02e4b4;
  border-color: #02e4b4;
}
.btn.btn-primary.color-green:hover, .btn.btn-primary.color-green:not(:disabled):not(.disabled).active, .btn.btn-primary.color-green:not(:disabled):not(.disabled):active {
  background: #02e4b4;
  color: #ffffff;
  border-color: #02e4b4;
}
.btn.small-btn {
  color: #fb9500;
  border: 1px solid #e4e4f0;
  border-radius: 11px;
  padding: 8px 4px;
  min-width: 74px;
  background: #ffffff;
}
.btn.small-btn:hover {
  border-color: #fb9500;
}
.btn.btn-trash {
  color: #f78389;
}
.btn .btn-icon {
  margin: 0 3px;
}

.m-b-none {
  margin-bottom: 0 !important;
}

.m-t-small {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
}

input[type=checkbox],
input[type=radio] {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 16px;
  height: 16px;
  position: absolute;
  opacity: 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
  color: #9396a0;
  min-height: 12px;
  line-height: 16px;
  margin-bottom: 10px;
  font-size: 14px;
}

input[type=checkbox].white-style + label {
  color: #ffffff;
}

input[type=checkbox] + label:hover,
input[type=radio] + label:hover {
  color: #3b3e48;
}

input[type=checkbox].white-style + label:hover {
  color: #ffffff;
}

input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
}

input[type=checkbox] + label:not(:empty),
input[type=radio] + label:not(:empty) {
  padding: 0 0 0 30px;
}

input[type=checkbox] + label:before,
input[type=radio] + label:before {
  border-radius: 3px;
  transition: 0.3s all ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #02e4b4;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
}

input[type=radio] + label:before {
  border-radius: 50%;
  border: 2px solid #757fa6;
  background: #ffffff;
}

input[type=checkbox].white-style + label:before {
  border-color: #ffffff;
}

input[type=checkbox]:checked + label:before {
  background: #02e4b4;
  color: #ffffff;
}

input[type=radio]:checked + label:before {
  border-color: #02e4b4;
}

input[type=checkbox]:checked + label:before {
  content: "✔";
}

input[type=radio]:checked + label:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #02e4b4;
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -4px;
}

input[type=checkbox].white-style:checked + label:before {
  background: #ffffff;
  color: #3377f0;
}

.slider-check-style input[type=checkbox] + label:before {
  width: 22px;
  height: 14px;
  border-radius: 7px;
  border: 2px solid #949cba;
  top: 1px;
}
.slider-check-style input[type=checkbox]:checked + label:before {
  content: "";
  background: transparent;
}
.slider-check-style input[type=checkbox] + label:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 4px;
  background: #949cba;
  transition: left 0.3s ease;
}
.slider-check-style input[type=checkbox]:checked + label:after {
  left: 10px;
  background: #02e4b4;
}

.value-badge {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  background-color: #02e4b4;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  line-height: 19px;
  font-size: 12px;
}

.header,
.top-bg-box {
  background: #5251e1;
  background: linear-gradient(to right, #5251e1 0%, #37c7ff 100%);
  box-shadow: 0 2px 14px 0 rgba(22, 84, 156, 0.44);
}

.submenu-arrow-style > li a,
.submenu-arrow-style > li .sub-title {
  transition: all 0.5s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px !important;
  font-weight: 600;
  color: #757fa6 !important;
  display: block;
  font-family: "Comfortaa_Regular" !important;
  padding: 3px 5px 3px 15px !important;
  line-height: 16px;
}
.submenu-arrow-style > li a:hover,
.submenu-arrow-style > li .sub-title:hover {
  color: #e445a3 !important;
}
.submenu-arrow-style > li.has-sub {
  position: relative;
  cursor: pointer;
  padding-right: 50px;
}
.submenu-arrow-style > li.has-sub:after {
  transition: all 0.5s ease;
  content: "";
  font-family: icomoon;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 1px;
  right: 23px;
  color: #bcbec8;
  font-size: 16px;
}
.submenu-arrow-style > li.has-sub .submenu-box {
  display: none;
  margin-right: -50px;
  background: #f0eeee;
}
.submenu-arrow-style > li.has-sub .submenu-box ul li {
  margin: 0 !important;
}
.submenu-arrow-style > li.has-sub .submenu-box ul li a {
  font-size: 13px !important;
  padding: 7px 5px 7px 23px !important;
  max-width: 100% !important;
}
.submenu-arrow-style > li.has-sub.active:after {
  transform: rotate(90deg);
}

.header {
  z-index: 21;
}
.header ul {
  margin-bottom: 0;
}
.header ul li {
  position: relative;
}
.header ul li a {
  font-family: "Comfortaa_Regular";
  color: #ffffff;
}
.header .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.header .navbar ul li a:not(.btn) {
  height: 65px;
  padding: 0 10px;
  letter-spacing: 0.5px;
}
.header .navbar ul li a:not(.btn) .value-badge {
  position: absolute;
  top: 11px;
  right: -4px;
}
.header .navbar ul li .notifications-list a:not(.btn),
.header .navbar ul li .sidebar-chat ul li a:not(.btn),
.header .navbar ul li .select-style ul li a:not(.btn) {
  height: auto;
  padding-left: 0;
}
.header .navbar ul li .select-style ul li {
  padding: 0 10px;
}
.header .navbar ul li .home-link {
  padding: 0 28px;
  font-size: 24px;
}
> .header .navbar ul li:hover, > .header .navbar ul li.active {
  cursor: pointer;
}
> .header .navbar ul li:hover > a, > .header .navbar ul li.active > a {
  box-shadow: inset 0 1px 10px 0 rgba(21, 62, 118, 0.28);
  background-color: rgba(1, 17, 29, 0.15);
}
.header .navbar .has-submenu {
  position: relative;
}
.header .navbar .has-submenu .submenu-wrap {
  display: none;
  position: absolute;
  right: -20px;
  min-width: 227px;
  z-index: 21;
  top: 70%;
  overflow: hidden;
}
.header .navbar .has-submenu .submenu-wrap .submenu-content {
  background-color: #ffffff;
  margin: 15px 10px 10px 10px;
  position: relative;
  top: -100%;
  /*padding-bottom: 20px;*/
  border-radius: 0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.26);
  border: solid 1px #f1f2f8;
}
.header .navbar .has-submenu .submenu-wrap .submenu-content:before {
  content: "";
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #ffffff;
  right: 30px;
  top: -30px;
  position: absolute;
}
.header .navbar .has-submenu .submenu-wrap .submenu-content a {
  height: auto;
}
.header .navbar .has-submenu .submenu-wrap .submenu-content .block-with-bg {
  border-radius: 4px;
  padding: 8px 15px;
  width: 240px;
  margin-bottom: 10px;
}
.header .navbar .has-submenu .submenu-wrap .submenu-content .block-with-bg p {
  margin: 0;
  color: #474a56;
  line-height: 1.2em;
}
.header .navbar .has-submenu .submenu-wrap .submenu-content .block-with-bg p span {
  display: inline-block;
  padding: 0 5px;
}
.header .navbar .has-submenu .submenu-wrap .submenu-content .bg1 {
  background: #cdfff4;
}
.header .navbar .has-submenu .submenu-wrap .submenu-content .bg2 {
  background: #fbe1f0;
}
.header .navbar .has-submenu .submenu-wrap .submenu-content .bg3 {
  background: #ffdeaf;
}
.header .navbar .has-submenu .submenu-wrap .submenu-content .smaller-text {
  color: #9396a0 !important;
  font-size: 12px;
}
.header .navbar .has-submenu .submenu-wrap .submenu li:not(:last-child) {
  border-bottom: 1px solid #e4e4f0;
}
.header .navbar .has-submenu .submenu-wrap .submenu li a {
  display: block;
  font-family: "Comfortaa_Regular";
  padding: 21px 40px;
  color: #757fa6;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  white-space: nowrap;
}
.header .navbar .has-submenu .submenu-wrap .submenu li a.color-1 {
  color: #e445a3;
}
.header .navbar .has-submenu .submenu-wrap .submenu li a .value-badge,
.header .navbar .has-submenu .submenu-wrap .submenu li a .sub-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
}
.header .navbar .has-submenu .submenu-wrap .submenu li a .sub-icon {
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  color: #474a56;
}
.header .navbar .has-submenu .submenu-wrap .submenu li a .sub-icon.icon-log-out {
  transform: scale(-1, 1);
}
.header .navbar .has-submenu .submenu-wrap .submenu li:hover a,
.header .navbar .has-submenu .submenu-wrap .submenu li.active a {
  color: #e445a3;
  background: none;
  box-shadow: none;
}
.header .navbar .has-submenu .submenu-wrap .block-title {
  font-size: 11px;
  text-transform: uppercase;
  color: #3377f0;
  margin-bottom: 12px;
  font-weight: 700;
}
.header .navbar .has-submenu .submenu-wrap .punch-in-box {
  margin: 10px 30px;
}
.header .navbar .has-submenu .submenu-wrap .punch-in-box .project-item .text {
  flex-grow: 1;
  padding-right: 15px;
}
.header .navbar .has-submenu .submenu-wrap .punch-in-box .project-item .btn {
  min-width: 60px;
}
.header .navbar .active-project-box .active-project-btn {
  border-radius: 4px;
  color: #474a56;
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.4);
  line-height: 1.2em;
}
.header .navbar .active-project-box .active-project-btn span {
  margin-left: 5px;
}
.header .navbar .active-project-box .active-project-btn .time {
  font-size: 11px;
  font-weight: 800;
  padding-top: 3px;
}
.header .navbar .active-project-box .active-project-btn .status-icon {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #02e4b4;
}
.header .navbar .active-project-box .active-project-btn:hover {
  background: rgba(255, 255, 255, 0.5);
}
.header .navbar .active-project-box .active-project-btn.active .status-icon {
  border-color: #ff634d;
}
.header .navbar .active-project-box .submenu-content {
  padding: 30px 40px;
}
.header .navbar .active-project-box .submenu-content .time-box {
  margin: 10px 0;
}
.header .navbar .active-project-box .submenu-content .time-box .active-time {
  font-size: 32px;
  color: #02e4b4;
}
.header .navbar .active-project-box .submenu-content .time-box .period-time {
  margin-left: 10px;
}
.header .navbar .active-project-box .submenu-content .time-box .period-time span {
  display: block;
}
.header .navbar .active-project-box .submenu-content .descr {
  max-width: 200px;
}
.header .navbar .additional-tools {
  margin-left: 15px;
}
.header .navbar .additional-tools > li {
  margin-left: 5px;
}
.header .navbar .additional-tools > li > a:not(.btn) {
  font-size: 24px;
  color: #ffffff;
}
.header .navbar .additional-tools .notifications-list li {
  margin-left: 0;
}
.header .navbar .additional-tools .has-submenu .submenu-wrap .submenu-content:before {
  right: 18px;
}
.header .navbar .additional-tools .worker .frame {
  border-radius: 50%;
  width: 37px;
  height: 37px;
  border: 2px solid #ffffff;
  overflow: hidden;
}
.header .navbar .additional-tools .worker .img-cover {
  width: 37px;
  height: 37px;
  margin: -2px 0 0 -2px;
}
.header .navbar .additional-tools .settings .submenu-content {
  padding: 25px 0 25px 25px;
}
.header .navbar .additional-tools .settings .submenu-content .menu-group {
  padding: 0;
}
.header .navbar .additional-tools .settings .submenu-content .menu-group .group-title {
  font-size: 12px;
  font-weight: 600;
  color: #3377f0;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-family: "Comfortaa_Regular";
  letter-spacing: 1.2px;
}
.header .navbar .additional-tools .settings .submenu-content .menu-group > ul {
  border-left: 1px solid #3377f0;
}
.header .navbar .additional-tools .settings .submenu-content .menu-group > ul > li {
  margin: 0 0 5px 0;
}
.header .navbar .additional-tools .settings .submenu-content .menu-group > ul > li a,
.header .navbar .additional-tools .settings .submenu-content .menu-group > ul > li .sub-title {
  max-width: 155px;
}
.header .navbar .additional-tools .settings .submenu-content .menu-group > ul > li:hover a {
  box-shadow: none;
  background-color: transparent;
}
.header .navbar .has-timer-on-punch .timer-active-text {
  font-size: 12px !important;
  text-align: center;
}
.header .logo {
  display: block;
  max-width: 140px;
  min-width: 110px;
  margin-right: 65px;
}
.header .logo img {
  max-width: 100%;
  height: auto;
  max-height: 65px;
  padding: 0.4rem 0.2rem;
}

.burger-btn {
  cursor: pointer;
  padding: 8px 10px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burger-btn .burger-container {
  width: 40px;
  height: 40px;
  padding: 7px;
  transform: rotate(0);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.burger-btn .burger-container .line {
  transition: 0.3s all ease;
  height: 2px;
  background: #ffffff;
  margin: 5px 0;
}
.burger-btn.active, .burger-btn:hover {
  box-shadow: inset 0 1px 10px 0 rgba(21, 62, 118, 0.28);
  background-color: rgba(1, 17, 29, 0.15);
}
.burger-btn.active .burger-container {
  transform: rotate(90deg);
}
.burger-btn.active .burger-container .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger-btn.active .burger-container .line:nth-child(2) {
  transform: rotate(-45deg);
}
.burger-btn.active .burger-container .line:nth-child(3) {
  opacity: 0;
}

.mobile-menu-wrap {
  background-color: #5251e1;
  z-index: 100;
  position: fixed;
  top: 65px;
  width: 100%;
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.25s ease;
  pointer-events: none;
  padding: 30px 0;
}
.mobile-menu-wrap ul li:not(:last-child) {
  margin-bottom: 10px;
}
.mobile-menu-wrap ul li {
  text-align: center;
  color: #ffffff;
}
.mobile-menu-wrap ul li a {
  font-size: 18px;
  color: #ffffff;
  padding: 7px 10px;
  display: inline-block;
}
.mobile-menu-wrap .bottom-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
  margin-bottom: 0;//
}
.mobile-menu-wrap .common-worker-style .main-worker-info {
  margin: 0 auto;
}
.mobile-menu-wrap .submenu {
  padding: 20px 0;
  margin-top: 10px;
  background: #4948e0;
}
.mobile-menu-wrap .subsubmenu {
    padding: 20px 0;
    margin-top: 10px;
    background-color: navy;
}
.mobile-menu-wrap .subsubmenu li a {
    font-size: 14px !important;
}
.mobile-menu-wrap .subsubmenu li a:hover,
.mobile-menu-wrap .subsubmenu li a.active {
    color: white !important;
}
.mobile-menu-wrap .subsubmenu li a:hover,
.mobile-menu-wrap .subsubmenu li a.active {
    color: #0056b3 !important;
}
.mobile-menu-wrap .submenu li a {
  font-size: 16px;
}
.mobile-menu-wrap .submenu li a:hover,
.mobile-menu-wrap .submenu li a.active {
    color: #3377f0;
}
.mobile-menu-wrap.active {
  transform: scale(1, 1);
  pointer-events: auto;
}

.top-bg-box {
  height: 315px;
  margin-bottom: -280px;
}

.main-content {
  position: relative;
  z-index: 2;
}
.main-content .page-back-btn {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  color: #ffffff;
  border: 2px solid #ffffff;
  opacity: 0.14;
  display: block;
  position: absolute;
  top: 0;
  left: -50px;
}
.main-content .page-back-btn .icon-arrow-left {
  font-size: 24px;
  line-height: 32px;
}
.main-content .page-back-btn:hover {
  opacity: 1;
}
.main-content .page-title {
  font-family: Comfortaa;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 500;
  position: relative;
}
.main-content .page-title.white-style {
  color: #ffffff;
}
.main-content .page-title .value-badge {
  position: absolute;
  top: -10px;
  right: -30px;
}
.main-content .page-head-box {
  margin-bottom: 12px;
}
.main-content .page-head-box input[type=checkbox] + label,
.main-content .page-head-box input[type=radio] + label,
.main-content .page-head-box .page-title {
  margin-bottom: 0;
}
.main-content .page-head-box .group-item {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .main-content .page-head-box .group-item {
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .main-content .page-head-box .group-item {
    margin-left: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .main-content .page-head-box .group.flex-wrap .btn {
    width: calc(25% - 10px);
  }
}
@media (max-width: 575px) {
  .main-content .page-head-box .group.flex-wrap .btn {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .main-content .page-head-box .group.flex-wrap .check-group {
    width: 100%;
  }
}
.main-content .page-head-box .btn {
  position: relative;
  z-index: 3;
}
.main-content .page-head-box .btn .value-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #f78389;
}

.has-person-info-box .person-info-box {
  border-radius: 7px 7px 0 0;
  background: #ffffff;
  padding: 8px 20px;
  margin: 0 0 0 20px;
}
.has-person-info-box .person-info-box.hidden {
  opacity: 0;
  visibility: hidden;
}

.has-person-info-box .person-info-box .bootstrap-select .dropdown-toggle .main-worker-info {
    border: none;
    background: none;
}
.has-person-info-box .person-info-box .bootstrap-select.select-style {
    border: none;
}
    .has-person-info-box .person-info-box .bootstrap-select .dropdown-toggle .worker-name {
        font-size: 18px;
        color: #757fa6;
    }

.has-person-info-box .person-info-box .main-worker-info {
  margin: 0 10px;
  padding-right: 0;
}
.has-person-info-box .person-info-box [class^=icon-],
.has-person-info-box .person-info-box [class*=" icon-"] {
  font-size: 24px;
  color: #757fa6;
  opacity: 0.46;
}

.row-small-space {
  margin-right: -6px;
  margin-left: -6px;
}
.row-small-space [class*=col-] {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}

.has-opts .option {
  color: #474a56;
  opacity: 0.3;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  font-size: 14px;
}
.has-opts .option:hover {
  opacity: 1;
}
.has-opts .option.bigger-icon {
  font-size: 17px;
}
.has-opts .search:not(:hover) {
  opacity: 0.5;
}

.widgets-box {
  position: relative;
  margin-bottom: 25px;
}
.widgets-box .add-widget-btn {
  position: absolute;
  top: 25px;
  right: -70px;
  width: 37px;
  height: 37px;
  text-align: center;
  font-size: 37px;
  color: #ffffff;
  background: none;
}
.widgets-box .add-widget-btn:hover, .widgets-box .add-widget-btn:focus {
  outline: none;
  color: #3377f0;
}

.widgets-list .widget-item {
  border-radius: 6px;
  overflow: hidden;
  padding: 18px 18px 18px 30px;
  position: relative;
  min-height: 170px;
}
.widgets-list .widget-item .settings {
  position: absolute;
  top: 2px;
  right: 2px;
}
.widgets-list .widget-item.view1 .info {
  color: #ffffff;
  line-height: 1.4em;
  padding-top: 6px;
  margin-bottom: 9px;
  font-family: "Comfortaa";
  letter-spacing: 0.5px;
}
.widgets-list .widget-item.view1 .info .count {
  display: block;
  font-size: 40px;
  line-height: 1.1em;
  text-transform: uppercase;
}
.widgets-list .widget-item.view1 .view-all {
  font-size: 11px;
  text-transform: uppercase;
  color: #474a56;
  opacity: 0.8;
  font-weight: 800;
}
.widgets-list .widget-item.view1 .view-all:hover {
  opacity: 1;
}
.widgets-list .widget-item.view1 .workers-list .main-worker-info .worker-name {
  font-size: 12px;
}
.widgets-list .widget-item.view1 .workers-list.hidden-items li:nth-child(4) .main-worker-info {
  position: relative;
  cursor: default;
}
.widgets-list .widget-item.view1 .workers-list.hidden-items li:nth-child(4) .main-worker-info:before {
  border-radius: 13px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}
.widgets-list .widget-item.view2 p {
  margin-bottom: 0;
}
.widgets-list .widget-item.view2 .period-info {
  font-size: 12px;
  text-align: right;
}
.widgets-list .widget-item.view2 .main-info {
  margin-bottom: 15px;
}
.widgets-list .widget-item.view2 .main-info p {
  color: #ffffff;
  font-family: "Comfortaa";
  letter-spacing: 0.2px;
}
.widgets-list .widget-item.view2 .main-info .big-text {
  font-size: 38px;
  line-height: 1.1em;
}
.widgets-list .widget-item.view2 .main-info .big-text span {
  padding-right: 20px;
}
.widgets-list .widget-item.view2 .addit-info .group {
  margin-right: 20px;
}
.widgets-list .widget-item.view2 .addit-info p {
  text-transform: uppercase;
  font-weight: 700;
}
.widgets-list .widget-item.view2 .addit-info p span {
  padding-right: 7px;
}
.widgets-list .widget-item.view2 .addit-info .text {
  font-size: 11px;
}
.widgets-list .widget-item.view3 .content > .group-info {
  margin-bottom: 25px;
}
.widgets-list .widget-item.view3 .group-info {
  margin-right: 15px;
}
.widgets-list .widget-item.view3 .group-info p {
  color: #ffffff;
  font-family: "Comfortaa";
  margin-bottom: 0;
}
.widgets-list .widget-item.view3 .group-info .big-text {
  font-size: 30px;
  line-height: 1.1em;
}
.widgets-list .widget-item .content [class*=col-] {
  margin-bottom: 0;
}
.widgets-list .widget-item.bg1 {
  background: #fa575d;
  background: linear-gradient(65deg, #fa575d 0%, #fb8b91 100%);
}
.widgets-list .widget-item.bg2 {
  background: #ff850d;
  background: linear-gradient(65deg, #ff850d 0%, #ffcc00 100%);
}
.widgets-list .widget-item.bg3 {
  background: #02e4b4;
  background: linear-gradient(65deg, #02e4b4 0%, #06ebf7 100%);
}
.widgets-list .widget-item.bg4 {
  background: #a976f5;
  background: linear-gradient(65deg, #a976f5 0%, #f36fa1 100%);
}

.common-worker-style.worker-border .main-worker-info {
  border: solid 1px #e4e4f0;
  background-color: #f9f9fd;
}
.common-worker-style.bigger-worker-style .main-worker-info {
  border-radius: 19px;
  max-width: 180px;
}
.common-worker-style.bigger-worker-style .main-worker-info .avatar {
  width: 38px;
  height: 38px;
}
.common-worker-style.bigger-worker-style .worker-name {
  font-weight: 600;
}
.common-worker-style.bigger-worker-style .addit-info {
  font-size: 12px;
  color: #757fa6;
}
.common-worker-style.bigger-worker-style table .worker {
  width: 180px !important;
  min-width: 180px !important;
}
.common-worker-style .main-worker-info {
  border-radius: 13px;
  padding: 1px 7px 1px 0;
  color: inherit;
  max-width: 165px;
  position: relative;
}
.common-worker-style .main-worker-info .avatar {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  margin-right: 7px;
}
.common-worker-style .main-worker-info .worker-content {
  overflow: hidden;
  max-width: 100%;
}
.common-worker-style .main-worker-info .worker-name {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-worker-style .main-worker-info .value-badge {
  position: absolute;
  bottom: -3px;
  left: 60%;
  background-color: #f78389;
  width: auto;
  height: auto;
  border-radius: 7px;
  font-size: 10px;
  padding: 4px 6px;
  line-height: 1;
}

.with-hidden-rows-box .has-hidden-rows .item,
.with-hidden-rows-box .view-all {
  display: none;
}

.workers-list {
  position: relative;
}
.workers-list .item {
  margin-bottom: 7px;
}
.workers-list .main-worker-info {
  background: rgba(255, 255, 255, 0.4);
}

.filter-this-highlighter {
  color: #02e4b4 !important;
}

.progress-wrap {
  position: relative;
  padding-top: 19px;
}
.progress-wrap .border-color1 {
  border: 1px solid #e445a3;
}
.progress-wrap .with-b-rad {
  border-radius: 4px;
}
.progress-wrap .progress-bar {
  background: transparent;
  position: relative;
}
.progress-wrap .progress-bar:hover .edit-tooltip {
  opacity: 1;
  visibility: visible;
}
.progress-wrap .bg1 {
  background: #02e4b4;
}
.progress-wrap .bg2 {
  background: #3377f0;
}
.progress-wrap .bg3 {
  background: #fb9500;
}
.progress-wrap .bg4 {
  background: #fbc800;
}
.progress-wrap .label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 10px;
  line-height: 19px;
  text-align: center;
  text-transform: capitalize;
}
.progress-wrap .label.color-2 {
  color: #e445a3;
}
.progress-wrap .label.top-inside {
  top: -20px;
}
.progress-wrap .progress {
  border-radius: 4px;
  height: 19px;
  background-color: #f2f2fb;
  position: relative;
  overflow: visible;
}
.progress-wrap .progress .out-height-bar {
  border-radius: 2px;
}
.progress-wrap .progress .progress-bar {
  transition: height 0.3s, margin 0.3s;
}
.progress-wrap .progress .progress-bar.selected {
  margin-top: -5px;
}
.progress-wrap .progress .progress-bar .icon {
  color: #474a56;
  font-size: 10px;
}
.progress-wrap .edit-tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 340px;
  background-color: #ffffff;
  z-index: 2;
  padding: 17px 20px;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.progress-wrap .edit-tooltip:before {
  content: "";
  position: absolute;
  top: -10px;
  width: 0;
  left: 50%;
  height: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent #ffffff transparent;
}
.progress-wrap .edit-tooltip > .btn {
  min-width: 79px;
}
.progress-wrap .edit-tooltip > label {
  color: #474a56;
  margin: 0;
}
.progress-wrap .edit-tooltip > .form-control {
  border: none;
  border-bottom: 1px solid #3377f0;
  border-radius: 0;
  margin: 0 11px;
}
.progress-wrap .edit-tooltip .bootstrap-datetimepicker-widget {
  width: auto;
}
.progress-wrap .edit-tooltip .bootstrap-datetimepicker-widget table,
.progress-wrap .edit-tooltip .bootstrap-datetimepicker-widget th,
.progress-wrap .edit-tooltip .bootstrap-datetimepicker-widget td,
.progress-wrap .edit-tooltip .bootstrap-datetimepicker-widget a,
.progress-wrap .edit-tooltip .bootstrap-datetimepicker-widget span {
  height: auto !important;
  width: auto !important;
  line-height: 20px;
}
.progress-wrap .edit-tooltip .bootstrap-datetimepicker-widget th,
.progress-wrap .edit-tooltip .bootstrap-datetimepicker-widget td {
  padding: 3px 5px;
}
.progress-wrap .edit-tooltip .bootstrap-datetimepicker-widget thead {
  background: #f4f5fa;
}
.progress-wrap .edit-tooltip .bootstrap-datetimepicker-widget thead th {
  color: #3377f0;
}

.table-search-box {
  border-bottom: 2px solid transparent;
}
.table-search-box.active {
  border-color: #3377f0;
}
.table-search-box.active .search-input {
  width: 220px;
  padding: 0 3px;
}
.table-search-box.active .search-input.input-sm {
  width: 120px;
}
.table-search-box.active .search-show-btn .icon-search {
  opacity: 1;
  color: #757fa6;
}
.table-search-box .search-input {
  transition: width 0.5s ease-out;
  font-size: 12px;
  line-height: 14px;
  width: 0;
  background: transparent;
}
.table-search-box .search-input:placeholder {
  color: #aaa6a1;
}
.table-search-box .search-show-btn {
  cursor: pointer;
  padding: 0 5px;
}
.table-search-box .search-show-btn .icon-search {
  color: #474a56;
  opacity: 0.4;
}
.table-search-box .search-show-btn .icon-search:hover {
  opacity: 1;
  color: #757fa6;
}

.content-with-bg:not(.main-worker-info) {
  border-radius: 4px;
  padding: 2px 5px;
  line-height: 22px;
  min-width: 105px;
}
.content-with-bg.rounded-pill {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}
.content-with-bg.bg-1 {
  background: #cdfff4;
}
.content-with-bg.bg-2 {
  background: #fbe1f0;
}
.content-with-bg.bg-3 {
  background: #ffdeaf;
}
.content-with-bg.bg-4 {
  background: #f78389;
}
.content-with-bg.bg-5 {
  background: #ffcdcf;
}
.content-with-bg.bg-6 {
  background: rgba(139, 143, 161, 0.14);
}
.content-with-bg.bg-7 {
  background: #ffe6ce;
}
.content-with-bg.bg-8 {
  background: #cafdfc;
}
.content-with-bg.bg-9 {
  background: #f9f9fd;
  border: 1px solid #e4e4f0;
}
.content-with-bg.bg-apprvd {
  background: #02e4b4;
}

.content-with-bg.bg-blue {
    background: #a1e0f0;
    border: 1px solid #e4e4f0;
}

.content-with-bg.bg-green {
    background: #cdfff4;
    border: 1px solid #e4e4f0;
}

.content-with-bg.bg-grey {
    background: rgba(139, 143, 161, 0.14);
    border: 1px solid #e4e4f0;
}

.content-with-bg.bg-yellow {
    background: #fbc800;
    border: 1px solid #e4e4f0;
}

.content-with-bg.bg-orange {    
    background: #ffe6ce;
    border: 1px solid #e4e4f0;
}

.content-with-bg.bg-red {
    background: #f78389;
    border: 1px solid #e4e4f0;
}

.content-with-bg.bg-pink {
    background: #fbe1f0;
    border: 1px solid #e4e4f0;
}

.content-with-bg.bg-white {
    border: 1px solid #e4e4f0;
    background: #ffffff;
}

.content-with-bg.bg-default {
    background: #f9f9fd;
    border: 1px solid #e4e4f0;
}
.content-with-bg.in-border {
  border: 1px solid #e4e4f0;
  background: #ffffff;
}
.content-with-bg.style-2 {
  border-radius: 13px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.content-with-bg [class^=icon-],
.content-with-bg [class*=" icon-"] {
  padding-left: 5px;
}

.workers-tables-box .table-content {
  border-radius: 4px;
  box-shadow: 0 2px 18px 0 rgba(139, 143, 161, 0.14);
  background-color: #ffffff;
  padding: 20px 30px;
}
.workers-tables-box .table-content.with-left-nav .left-nav {
  flex: 0 0 190px;
  background: #f4f5fa;
  margin: -20px 0 -20px -30px;
  padding: 20px 0 50px 0;
  max-width: 190px;
}
.workers-tables-box .table-content.with-left-nav .left-nav .table-search-box {
  margin: 0 20px 24px 20px;
}
.workers-tables-box .table-content.with-left-nav .left-nav .table-search-box.active .search-input {
  width: 120px;
}
.workers-tables-box .table-content.with-left-nav .left-nav .nav-group .nav-title {
  text-transform: uppercase;
  color: #3377f0;
  padding: 7px 7px 7px 30px;
  font-size: 11px;
  font-weight: 700;
  background: #edeef4;
  letter-spacing: 0.8px;
}
.workers-tables-box .table-content.with-left-nav .left-nav .nav-group .nav-link {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.workers-tables-box .table-content.with-left-nav .left-nav .nav-group .submenu-arrow-style {
  margin-bottom: 0;
}
.workers-tables-box .table-content.with-left-nav .left-nav .nav-group .submenu-arrow-style > li {
  margin: 10px 0;
}
.workers-tables-box .table-content.with-left-nav .left-nav .nav-group .submenu-arrow-style > li > a {
  display: block;
  border-left: 6px solid transparent;
  color: #757fa6;
  font-weight: 700;
  padding: 3px 5px 3px 24px !important;
}
.workers-tables-box .table-content.with-left-nav .left-nav .nav-group .submenu-arrow-style > li > a:hover, .workers-tables-box .table-content.with-left-nav .left-nav .nav-group .submenu-arrow-style > li > a.active {
  border-left-color: #3377f0;
  color: #3377f0 !important;
}
.workers-tables-box .table-content.with-left-nav .left-nav .nav-group .submenu-arrow-style .has-sub {
  padding-right: 25px;
}
.workers-tables-box .table-content.with-left-nav .left-nav .nav-group .submenu-arrow-style .has-sub .sub-title {
  padding-left: 30px !important;
}
.workers-tables-box .table-content.with-left-nav .left-nav .nav-group .submenu-arrow-style .has-sub:after {
  right: 0;
}
.workers-tables-box .table-content.with-left-nav .left-nav .nav-group .submenu-arrow-style .has-sub .submenu-box {
  margin-right: -25px;
  background-color: #e5e8f1;
  padding: 5px 0;
}
.workers-tables-box .table-content.with-left-nav .left-nav .nav-group .submenu-arrow-style .has-sub .submenu-box ul li {
  margin: 8px 0 !important;
}
.workers-tables-box .table-content.with-left-nav .left-nav .nav-group .submenu-arrow-style .has-sub .submenu-box ul li a {
  border-left: 4px solid transparent;
  padding: 1px 5px 1px 40px !important;
}
.workers-tables-box .table-content.with-left-nav .left-nav .nav-group .submenu-arrow-style .has-sub .submenu-box ul li a:hover, .workers-tables-box .table-content.with-left-nav .left-nav .nav-group .submenu-arrow-style .has-sub .submenu-box ul li a.active {
  border-left-color: #3377f0;
  color: #3377f0 !important;
}
.workers-tables-box .table-content.with-left-nav .right-content {
  flex-grow: 1;
  overflow: hidden;
}
@media (min-width: 1200px) {
    .workers-tables-box .table-content.with-left-nav .right-content .heading-panel {
        min-width: 550px;
    }
}
.workers-tables-box .table-content .color1 {
  color: #02e4b4;
}
.workers-tables-box .table-content .color2 {
  color: #e445a3;
}
.workers-tables-box .table-content .color3 {
  color: #fb9500;
}
.workers-tables-box .table-content .color4 {
  color: #757fa6;
}
.workers-tables-box .table-content .color5 {
  color: #3377f0;
}
.workers-tables-box .table-content .head-color {
  color: #9396a0;
}
.workers-tables-box .table-content .sortable-opt {
  cursor: pointer;
}
.workers-tables-box .table-content .sortable-opt .text,
.workers-tables-box .table-content .sortable-opt .icon {
  display: inline-block;
  vertical-align: middle;
}
.workers-tables-box .table-content .sortable-opt .text {
  max-width: calc(100% - 30px);
}
.workers-tables-box .table-content .sortable-opt .icon {
  transition: 0.5s all ease;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
  color: #cbcac8;
  margin-left: 5px;
}
.workers-tables-box .table-content .sortable-opt.desc .icon {
  transform: rotate(-180deg);
}
.workers-tables-box .table-content .smaller-text {
  font-size: 12px;
  display: block;
}
.workers-tables-box .table-content .scroll-on-arrow-wrap {
  overflow: hidden;
}
.workers-tables-box .table-content .scroll-on-arrow-wrap .scroll-on-arrow-area {
  position: relative;
  margin-left: 0;
}
.workers-tables-box .table-content .scroll-on-arrow-wrap .scroll-on-arrow-area .abs-pos-left,
.workers-tables-box .table-content .scroll-on-arrow-wrap .scroll-on-arrow-area .abs-pos-right {
  position: absolute;
  width: 60px;
}
.workers-tables-box .table-content .scroll-on-arrow-wrap .scroll-on-arrow-area .abs-pos-right {
  right: 0;
}
.workers-tables-box .table-content .scroll-on-arrow-wrap .scroll-on-arrow-area .abs-pos-left {
  left: 0;
}
.workers-tables-box .table-content .scroll-on-arrow-wrap .scroll-on-arrow-area td.abs-pos-right {
  background: #ffffff;
  padding: 16px 8px;
  height: 60px;
}
.workers-tables-box .table-content .scroll-on-arrow-wrap .scroll-on-arrow-area tr.item:nth-of-type(odd):not(:hover) td.abs-pos-right {
  background: #f9f9fd;
}
.workers-tables-box .table-content .scroll-on-arrow-wrap .scroll-on-arrow-area .scroll-btn-box {
  background: #f4f5fa;
  padding: 4px 8px;
  cursor: pointer;
  display: none;
  color: #bcbec8;
  font-size: 20px;
  line-height: 20px;
}
.workers-tables-box .table-content .scroll-on-arrow-wrap .scroll-on-arrow-area .scroll-btn-box:hover:not(.disabled) {
  color: #474a56;
}
.workers-tables-box .table-content .scroll-on-arrow-wrap .scroll-on-arrow-area .scroll-btn-box.disabled {
  cursor: not-allowed;
}
.workers-tables-box .table-content .scroll-on-arrow-wrap .scroll-on-arrow-area .current-time-box {
  position: absolute;
  z-index: 2;
  top: 24px;
  bottom: 0;
  width: 60px;
  left: 810px;
}
.workers-tables-box .table-content .scroll-on-arrow-wrap .scroll-on-arrow-area .current-time-box .c-time-value {
  border-radius: 6px;
  font-size: 10px;
  line-height: 1em;
  color: #3377f0;
  padding: 3px;
  border: 1px solid #3377f0;
  width: 60px;
  text-align: center;
  background: #ffffff;
  height: 17px;
}
.workers-tables-box .table-content .scroll-on-arrow-wrap .scroll-on-arrow-area .current-time-box .line {
  width: 1px;
  position: absolute;
  top: 17px;
  left: 50%;
  bottom: 0;
  background: #3377f0;
}
.workers-tables-box .table-content .schedule-day-table .b-l-cell {
  padding: 0;
  min-width: 50px;
}
.workers-tables-box .table-content .schedule-day-table thead .time-item {
  min-width: 50px;
}
.workers-tables-box .table-content .schedule-day-table tbody tr {
  position: relative;
}
.workers-tables-box .table-content .schedule-day-table tbody tr:hover .add-schdl-item {
  opacity: 1;
}
.workers-tables-box .table-content .schedule-day-table tbody tr .add-schdl-item {
  width: 42px;
  opacity: 0;
}
@media (min-width: 1200px) {
  .workers-tables-box .table-content .schedule-day-table .progress-wrap {
    padding-left: 26px;
  }
}
.workers-tables-box .table-content .heading-panel {
  margin-bottom: 51px;
  position: relative;
}
.workers-tables-box .table-content .heading-panel .table-title {
  font-family: "Comfortaa";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #3377f0;
  margin-right: 35px;
  white-space: nowrap;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .workers-tables-box .table-content .heading-panel .table-title {
    margin-bottom: 0;
  }
}
.workers-tables-box .table-content .heading-panel .rows-count,
.workers-tables-box .table-content .heading-panel .view-all {
  white-space: nowrap;
}
.workers-tables-box .table-content .heading-panel p {
  font-size: 12px;
  color: #9396a0;
  margin: 0 30px 0 0;
}
.workers-tables-box .table-content .heading-panel p span {
  display: inline-block;
}
.workers-tables-box .table-content .heading-panel p.right-pos span {
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.workers-tables-box .table-content .heading-panel .view-all {
  color: #fb9500;
  text-transform: capitalize;
  padding: 3px;
}
.workers-tables-box .table-content .heading-panel .group-item {
  margin-left: 7px;
}
.workers-tables-box .table-content .heading-panel .bigger-space {
  margin-left: 20px;
}
.workers-tables-box .table-content .heading-panel .check-group {
  margin-left: 13px;
}
.workers-tables-box .table-content .heading-panel .check-group input[type=checkbox] + label {
  margin-bottom: 0;
}
.workers-tables-box .table-content .heading-panel .static-icon-box {
  color: #aeb1bc;
  font-size: 18px;
  line-height: 1em;
}
.workers-tables-box .table-content .heading-panel .static-icon-box [class^=icon-],
.workers-tables-box .table-content .heading-panel .static-icon-box [class*=" icon-"] {
  font-size: inherit;
  color: inherit;
}
.workers-tables-box .table-content .heading-panel .period-opt-box .period-text {
  margin: 0 5px;
}
.workers-tables-box .table-content .badge-radial {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  margin-left: 5px;
  transition: background 0.3s;
}
.workers-tables-box .table-content .badge-radial.bg1 {
  background: #02e4b4;
}
.workers-tables-box .table-content .badge-radial.bg2 {
  background: #fb9500;
}
.workers-tables-box .table-content .row-in-border table {
  border-collapse: separate;
}
.workers-tables-box .table-content .row-in-border tbody tr:not(.spacer) {
  background-color: #f9f9fd;
}
.workers-tables-box .table-content .row-in-border tbody tr td {
  border: solid 1px #e4e4f0;
}
.workers-tables-box .table-content .row-in-border tbody tr td:first-child {
  border-radius: 5px 0 0 5px;
}
.workers-tables-box .table-content .row-in-border tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
}
.workers-tables-box .table-content .row-in-border tbody tr td:not(:last-child) {
  border-right: 0;
}
.workers-tables-box .table-content .row-in-border tbody tr td:not(:first-child) {
  border-left: 0;
}
.workers-tables-box .table-content .row-in-border tbody tr.spacer {
  height: 5px;
}
.workers-tables-box .table-content .row-in-border tbody tr[style="display: none;"] + tr.spacer {
  display: none;
}
.workers-tables-box .table-content table {
  width: 100%;
}
.workers-tables-box .table-content table th {
  font-size: 12px;
  font-weight: 500;
  color: #9396a0;
  white-space: nowrap;
}
.workers-tables-box .table-content table .add-tmplt-btn:hover {
  color: #3377f0;
}
.workers-tables-box .table-content table .worker {
  width: 165px;
  min-width: 165px;
}
.workers-tables-box .table-content table .descr {
  max-width: 410px;
  min-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.workers-tables-box .table-content table .check-holder {
  width: 33px;
  min-width: 26px;
}
@media (min-width: 992px) {
  .workers-tables-box .table-content table .width-230 {
    width: 230px;
  }
  .workers-tables-box .table-content table .width-210 {
    width: 210px;
  }
  .workers-tables-box .table-content table .width-170 {
    width: 170px;
  }
  .workers-tables-box .table-content table .width-130 {
    width: 130px;
  }
  .workers-tables-box .table-content table .width-115 {
    width: 115px;
    min-width: 115px;
  }
  .workers-tables-box .table-content table .width-90 {
    width: 90px;
    min-width: 90px;
  }
  .workers-tables-box .table-content table .width-65 {
    width: 65px;
    min-width: 65px;
  }
}
.workers-tables-box .table-content table .width-130 .nowrap {
  white-space: nowrap;
  overflow: hidden;
  max-width: 127px;
  margin: 0;
}
.workers-tables-box .table-content table .day-cell {
  width: 10%;
}
.workers-tables-box .table-content table .day-cell,
.workers-tables-box .table-content table .b-l-cell {
  border-left: 1px solid #f4f4f9;
}
.workers-tables-box .table-content table .b-b-row {
  border-bottom: 1px solid #e4e4f0;
}
.workers-tables-box .table-content table td.day-cell {
  padding-left: 1px;
  padding-right: 1px;
}
.workers-tables-box .table-content table td.pad-none {
  padding: 0;
}
.workers-tables-box .table-content table .status-box {
  position: relative;
}
.workers-tables-box .table-content table .status-box .status-marker {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 4px;
}
.workers-tables-box .table-content table tr.status-green .status-marker {
  background: #02e4b4;
}
.workers-tables-box .table-content table tr.status-green .addit-info {
  color: #02e4b4;
}
.workers-tables-box .table-content table tr.status-yellow .status-marker {
  background: #fbc800;
}
.workers-tables-box .table-content table tr.status-gray .status-marker {
  background: #f4f5fa;
}
.workers-tables-box .table-content table tr.status-red .status-marker {
  background: #f78389;
}
.workers-tables-box .table-content table .item-label {
  border-radius: 7px;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  padding: 2px;
}
.workers-tables-box .table-content table .item-label.new {
  background: #02e4b4;
}
.workers-tables-box .table-content table td .text-transform {
  text-transform: uppercase;
}
.workers-tables-box .table-content table td .text-small {
  font-size: 12px;
}
.workers-tables-box .table-content table td .progress-wrap {
  margin-top: -19px;
}
.workers-tables-box .table-content table td .progress-wrap .absent {
  background: #f7cbe5;
}
.workers-tables-box .table-content table th,
.workers-tables-box .table-content table td {
  padding: 8px 8px;
  vertical-align: middle;
}
.workers-tables-box .table-content table .status-holder,
.workers-tables-box .table-content table .status-box {
  padding: 1px;
}
.workers-tables-box .table-content table .square-item {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: #eaf2ff;
}
.workers-tables-box .table-content table.head-bg thead {
  background: #f4f5fa;
}
.workers-tables-box .table-content table.striped tbody tr.item:nth-of-type(even):not(:hover) {
  background-color: #f9f9fd;
}
.workers-tables-box .table-content table.striped-odd tbody tr.item:nth-of-type(odd):not(:hover) {
  background-color: #F4F5FA;
}
.workers-tables-box .table-content table.has-opt-on-hover .item:hover, .workers-tables-box .table-content table.has-opt-on-hover .item.active {
  cursor: pointer;
  background: #eaf2ff;
}
.workers-tables-box .table-content table.has-opt-on-hover .item .opt-on-hover {
  font-size: 18px;
  color: #474a56;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  background: none;
  transition: opacity 0.3s;
}
@media (min-width: 1025px) {
  .workers-tables-box .table-content table.has-opt-on-hover .item .opt-on-hover {
    margin: 0 5px;
    opacity: 0;
  }
}
.workers-tables-box .table-content table.has-opt-on-hover .item .opt-on-hover:hover, .workers-tables-box .table-content table.has-opt-on-hover .item .opt-on-hover.active {
  opacity: 0.4;
}
.workers-tables-box .table-content table.has-opt-on-hover .item .opt-on-hover.color-1 {
  color: #fb9500;
}
.workers-tables-box .table-content table.has-opt-on-hover .item .opt-on-hover.color-2 {
  color: #02e4b4;
}
.workers-tables-box .table-content table.has-opt-on-hover .item .opt-on-hover.color-3 {
  color: #e445a3;
}
.workers-tables-box .table-content table.has-opt-on-hover .item .opt-on-hover.dizlike-opt {
  transform: scale(1, -1);
}
.workers-tables-box .table-content table.has-opt-on-hover .item:hover .opt-on-hover {
  opacity: 1;
}
.workers-tables-box .table-content table.has-btn-on-hover .item {
  position: relative;
}
.workers-tables-box .table-content table.has-btn-on-hover .item .btn-on-hover-wrap {
  position: absolute;
  z-index: 10;
  right: 18px;
  visibility: hidden;
}
.workers-tables-box .table-content table.has-btn-on-hover .item .btn-on-hover-wrap .btn {
  transition: visibility 0s ease;
}
.workers-tables-box .table-content table.has-btn-on-hover .item:hover {
  cursor: pointer;
}
.workers-tables-box .table-content table.has-btn-on-hover .item:hover .btn-on-hover-wrap {
  visibility: visible;
}
.workers-tables-box .table-content table .multi-tmplts-box {
  position: relative;
}
.workers-tables-box .table-content table .multi-tmplts-box .value-badge {
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 20;
}
.workers-tables-box .table-content table .multi-tmplts-box .tmplt-item {
  position: relative;
}
.workers-tables-box .table-content table .multi-tmplts-box .tmplt-item + .tmplt-item {
  margin-top: -26px;
  margin-left: 3px;
}
.workers-tables-box .table-content .bigger-td-pad td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.workers-tables-box .table-content .align-middle td,
.workers-tables-box .table-content .align-middle th {
  vertical-align: middle;
}
.workers-tables-box .table-content .table-check-style .check-group {
  height: 16px;
}
.workers-tables-box .table-content .add-btn-holder {
  margin: 15px 0;
  padding: 0 50px;
}
.workers-tables-box .table-content .add-btn-holder .add-btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 80px;
  padding: 5px 7px;
  color: #3377f0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0 20px;
}
.workers-tables-box .table-content .add-btn-holder .add-btn:hover {
  color: #fb9500;
}
.workers-tables-box .table-content .full-width {
  margin: 0 -30px;
}
.workers-tables-box .table-content .bottom-table-info {
  margin-top: 20px;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .workers-tables-box .table-content .bottom-table-info {
    padding: 0 50px;
  }
}
.workers-tables-box .table-content .bottom-table-info .progress-legend-wrap .legend-item {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .workers-tables-box .table-content .bottom-table-info .progress-legend-wrap .legend-item {
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.workers-tables-box .table-content .bottom-table-info .progress-legend-wrap .legend-item .marker-color,
.workers-tables-box .table-content .bottom-table-info .progress-legend-wrap .legend-item .marker-text,
.workers-tables-box .table-content .bottom-table-info .progress-legend-wrap .legend-item .marker-image {
  display: inline-block;
  vertical-align: middle;
}
.workers-tables-box .table-content .bottom-table-info .progress-legend-wrap .legend-item .marker-color {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin-right: 5px;
}
.workers-tables-box .table-content .bottom-table-info .progress-legend-wrap .legend-item .marker-color.bg1 {
  background: #02e4b4;
}
.workers-tables-box .table-content .bottom-table-info .progress-legend-wrap .legend-item .marker-color.bg2 {
  background: #3377f0;
}
.workers-tables-box .table-content .bottom-table-info .progress-legend-wrap .legend-item .marker-color.bg4 {
  background: #fbc800;
}
.workers-tables-box .table-content .bottom-table-info .progress-legend-wrap .legend-item .marker-image.style1 {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #fb6d73;
}
.workers-tables-box .table-content .bottom-table-info .progress-legend-wrap .legend-item .marker-image.style2 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #4f91ff;
}
.workers-tables-box .table-content .day-worker-progress {
  margin-bottom: 30px;
}
.workers-tables-box .table-content .time-panel-wrap {
  padding: 5px;
  margin-bottom: 5px;
  background: #f4f5fa;
}
.workers-tables-box .table-content .time-panel-wrap * {
  color: #9396a0;
  font-size: 12px;
}
.workers-tables-box .table-content .time-panel-wrap [class^=icon-],
.workers-tables-box .table-content .time-panel-wrap [class*=" icon-"] {
  font-size: 20px;
  line-height: 20px;
}
.workers-tables-box .table-content .time-panel-wrap .prev-time-period,
.workers-tables-box .table-content .time-panel-wrap .next-time-period {
  width: 20px;
  text-align: center;
  opacity: 0.5;
}
.workers-tables-box .table-content .time-panel-wrap .prev-time-period:hover,
.workers-tables-box .table-content .time-panel-wrap .next-time-period:hover {
  opacity: 1;
}
.workers-tables-box .table-content .time-panel-wrap .time-line {
  flex-grow: 1;
  padding: 0 10px;
}
.workers-tables-box .table-content .time-panel-wrap .time-line .time-item {
  flex: 1 1 0;
  padding: 0 5px;
}
.workers-tables-box .table-content .has-edit-row-opt {
  position: relative;
}
.workers-tables-box .table-content .has-edit-row-opt .overlay-edit-row-wrap {
  display: none;
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 5px;
  box-shadow: 0 2px 18px 0 rgba(139, 143, 161, 0.14);
}
.workers-tables-box .table-content .has-edit-row-opt .overlay-edit-row-wrap:before {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #ffffff;
  left: 50%;
  top: -12px;
  position: absolute;
  margin-left: -6px;
}
.workers-tables-box .table-content .has-edit-row-opt .item.active .edit-view {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.workers-tables-box .table-content .has-edit-row-opt .item.active .default-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.workers-tables-box .table-content .has-edit-row-opt .item .edit-view,
.workers-tables-box .table-content .has-edit-row-opt .item .default-view {
  transition: opacity 0.3s, visibility 0.3s;
}
.workers-tables-box .table-content .has-edit-row-opt .item .edit-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.workers-tables-box .table-content .has-edit-row-opt .form-control {
  background-color: transparent;
}
.workers-tables-box .table-content table.requests-table .content-with-bg {
  min-width: 110px;
}
.workers-tables-box .table-content table.requests-table .item .edit-opt {
  font-size: 14px;
}
.workers-tables-box .table-content table.requests-table .item .edit-opt.color-1 i {
  color: rgba(71, 74, 86, 0.35);
}
.workers-tables-box .table-content table.requests-table .item .edit-opt i {
  display: inline-block;
  vertical-align: sub;
}
.workers-tables-box .week-calendar-style {
  margin-left: -30px;
  margin-right: -30px;
}
.workers-tables-box .table-pagination-wrap {
  border-top: solid 1px #e4e4f0;
  padding: 10px 0;
}
.workers-tables-box .table-pagination-wrap .left-col,
.workers-tables-box .table-pagination-wrap .right-col {
  width: 170px;
}
.workers-tables-box .table-pagination-wrap .alphabet-sort {
  margin: 0 10px;
}
.workers-tables-box .table-pagination-wrap .alphabet-sort .item {
  font-size: 13px;
  line-height: 20px;
  margin: 0 3px;
  color: #fb9500;
}
.workers-tables-box .table-pagination-wrap .alphabet-sort .item:hover {
  font-weight: 700;
}
.workers-tables-box .table-pagination-wrap .table-pager .item {
  margin: 0 2px;
  width: 23px;
  height: 23px;
  line-height: 23px;
}
.workers-tables-box .table-pagination-wrap .table-pager .p-num {
  font-size: 13px;
  color: #fb9500;
  text-align: center;
  line-height: 25px;
}
.workers-tables-box .table-pagination-wrap .table-pager .p-num.active {
  border-radius: 50%;
  background: #f4f5fa;
  color: #9396a0;
  cursor: default;
}
.workers-tables-box .table-pagination-wrap .table-pager .p-num:hover:not(.active) {
  font-weight: 700;
}
.workers-tables-box .table-pagination-wrap .table-pager .prev,
.workers-tables-box .table-pagination-wrap .table-pager .next {
  font-size: 23px;
  color: #e2e5f2;
}
.workers-tables-box .table-pagination-wrap .table-pager .prev.disabled,
.workers-tables-box .table-pagination-wrap .table-pager .next.disabled {
  cursor: default;
}
.workers-tables-box .table-pagination-wrap .table-pager .prev:hover:not(.disabled),
.workers-tables-box .table-pagination-wrap .table-pager .next:hover:not(.disabled) {
  color: #fb9500;
}
.workers-tables-box .nav-tabs .nav-group {
  width: 100%;
}

.tmplt-item {
  position: relative;
  line-height: 1.2em;
  background: #ffffff;
  border: 1px solid transparent;
  color: #474a56;
  z-index: 999;
}
.tmplt-item:not(.progress-bar) {
  padding: 6px 3px;
  min-height: 28px;
  margin: 1px 0;
  border-radius: 4px;
  letter-spacing: -0.7px;
  max-width: 100px;
}
.tmplt-item.progress-bar {
  text-align: left;
  line-height: 19px;
  padding: 0 10px;
}
.tmplt-item.ui-draggable {
  cursor: move;
}
.tmplt-item.type-1 {
  background: #ffe6ce;
}
.tmplt-item.type-2 {
  background: #ffcdcf;
}
.tmplt-item.type-3 {
  background: #cafdfc;
}
.tmplt-item.type-4 {
  border-color: rgba(251, 109, 115, 0.27);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAM0lEQVQoU2NkwAPOnDnznxGXPEjSxMSEEacCmEYMBTCdWBWgS4IUEWcFNp1wK/BJghQBAMqNF2yjHScQAAAAAElFTkSuQmCC) repeat;
}
.tmplt-item.type-5 {
  border-color: #02e4b4;
  background-color: transparent;
}
.tmplt-item.type-6 {
  border-color: #cdd5f6;
}
.tmplt-item.has-include-opt:not(.included) .icon-check {
  display: none;
}
.tmplt-item.has-include-opt .icon-check {
  font-size: 12px;
}
.tmplt-item.has-include-opt .hover-box .include-btn {
  display: block;
  color: #fb9500;
  font-size: 12px;
}
.tmplt-item.has-include-opt .hover-box .include-btn:hover {
  color: #fb9500;
}
.tmplt-item.has-include-opt.included .hover-box {
  display: none;
}
.tmplt-item:only-child {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tmplt-item .icon-repeat,
.tmplt-item .icon-check,
.tmplt-item .icon-clock,
.tmplt-item .icon-file-add {
  position: absolute;
  right: 3px;
  color: #02e4b4;
  top: 2px;
  font-size: 9px;
  font-weight: 600;
}
.tmplt-item .hover-box {
  border-radius: 11px;
  position: absolute;
  z-index: 2;
  width: 74px;
  height: 28px;
  box-shadow: 0 2px 18px 0 rgba(139, 143, 161, 0.14);
  border: solid 1px #e4e4f0;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -37px;
  padding: 4px 1px;
  display: none;
  text-align: center;
  white-space: nowrap;
}
.tmplt-item .hover-box a:not(.btn) {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
  font-size: 15px;
  line-height: 17px;
  color: #474a56;
  text-align: center;
}
.tmplt-item .hover-box a:not(.btn):hover {
  color: #3377f0;
}
.tmplt-item:hover {
  cursor: pointer;
}
.tmplt-item:hover .hover-box {
  display: block;
}
.tmplt-item.ui-draggable-dragging {
  z-index: 100;
  cursor: move;
}
.tmplt-item.ui-draggable-dragging .hover-box {
  display: none;
}

.has-drag-area {
  position: relative;
}
.has-drag-area .has-drag-items {
  position: relative;
  z-index: 2;
}
.has-drag-area .drag-area {
  position: absolute;
  top: 28px;
  right: 0;
  bottom: 0;
  left: 317px;
  z-index: 1;
}

table input[type=checkbox] + label,
.table-check-style input[type=checkbox] + label {
  font-size: 14px !important;
  color: #474a56 !important;
}
table input[type=checkbox] + label:before,
.table-check-style input[type=checkbox] + label:before {
  border-color: #c9cbd3;
}
table input[type=checkbox]:checked + label:before,
.table-check-style input[type=checkbox]:checked + label:before {
  background: #c9cbd3;
}

.select-style {
  border-radius: 7px;
  border: solid 1px #e4e4f0;
  background: #f9f9fd;
  font-size: 14px;
}
.select-style.period-opt-box {
  padding: 7px 8px;
  justify-content: space-between;
}
.select-style.bootstrap-select {
  width: 145px;
}
    .select-style.bootstrap-select .bs-searchbox .form-control {
        border: none;
        border-bottom: 2px solid #c2d6fa;
        border-radius: 0;
        box-shadow: none;
        padding: 2px;
        line-height: 1.2em;
        height: auto;
        padding-right: 0px !important;
    }
.select-style.bootstrap-select .dropdown-menu li a {
  font-size: 14px;
  padding: 3px 8px;
}
.select-style.bootstrap-select .dropdown-item.active,
.select-style.bootstrap-select .dropdown-item:active {
  color: #757fa6;
  background: #edeef4;
}
.select-style.bootstrap-select .no-results {
  white-space: normal;
  font-size: 10px;
}
.select-style.bootstrap-select .bs-searchbox {
  position: relative;
  padding: 4px 15px;
}
.select-style.bootstrap-select .bs-searchbox:after {
  content: "";
  font-family: icomoon;
  position: absolute;
  right: 18px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  top: 0;
}
.select-style.bootstrap-select .bs-searchbox .form-control {
  padding-right: 30px;
}
.select-style.select-in-table.bootstrap-select {
  width: 80px !important;
  border: none;
  background: none;
  font-size: 12px;
}
.select-style.select-in-table.bootstrap-select .dropdown-toggle {
  padding: 0;
  font-size: 12px;
  color: #9396a0 !important;
}
.select-style.select-in-table.bootstrap-select .dropdown-toggle::after {
  font-size: 14px;
  color: #aeb0b8;
}
.select-style.select-in-table.bootstrap-select .dropdown-menu {
  border: none;
}
.select-style.select-in-table.bootstrap-select .dropdown-menu li a {
  font-size: 12px;
  color: #9396a0;
  padding: 2px 5px;
}
.select-style .dropdown-toggle {
  padding: 7px 23px 7px 8px;
  font-size: 14px;
  background: transparent !important;
  border: none !important;
  color: #474a56 !important;
}
.select-style .dropdown-toggle::after {
  content: "";
  font-family: "icomoon";
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 8px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #bcbec8;
}
.select-style .dropdown-toggle:hover::after {
  color: #474a56;
}
.select-style .dropdown-toggle:focus {
  outline: none !important;
}
.select-style [class^=icon-],
.select-style [class*=" icon-"] {
  color: #bcbec8;
  font-size: 20px;
  line-height: 20px;
}
.select-style [class^=icon-]:hover,
.select-style [class*=" icon-"]:hover {
  color: #474a56;
}

.selects-wrap {
  width: 145px;
  position: relative;
}
.selects-wrap .selects-active-btn {
  padding: 7px 23px 7px 8px;
  cursor: pointer;
}
.selects-wrap .selects-active-btn .text {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  display: block;
}
.selects-wrap .selects-active-btn:hover [class^=icon-],
.selects-wrap .selects-active-btn:hover [class*=" icon-"] {
  color: #474a56;
}
.selects-wrap .selects-active-btn [class^=icon-],
.selects-wrap .selects-active-btn [class*=" icon-"] {
  transform: translateY(-50%);
  position: absolute;
  right: 5px;
  top: 50%;
}
.selects-wrap .selects-box {
  border-radius: 4px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 7px 8px;
  background: #ffffff;
  z-index: 100;
  box-shadow: 0 0 14px 0 rgba(139, 143, 161, 0.34);
  margin-top: 10px;
}
.selects-wrap .selects-box:before {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #ffffff;
  left: 50%;
  top: -14px;
  position: absolute;
  margin-left: -7px;
}
.selects-wrap .selects-box .bootstrap-select {
  width: 100% !important;
}
.selects-wrap .selects-box .bootstrap-select .bs-searchbox {
  padding: 4px 8px;
}
.selects-wrap .selects-box .bootstrap-select .bs-searchbox:after {
  right: 10px;
}
.selects-wrap .selects-box .bootstrap-select .bs-searchbox .form-control {
  padding-right: 20px;
}
.selects-wrap .selects-box .bootstrap-select .dropdown-menu li a {
  font-size: 12px;
}
.selects-wrap .selects-box .bootstrap-select .dropdown-toggle {
  padding: 4px 23px 4px 6px;
}
.selects-wrap .selects-box .bootstrap-select .dropdown-toggle:after {
  right: 0;
}
.selects-wrap .selects-box .bootstrap-select:not(:last-child) {
  margin-bottom: 20px;
}
.selects-wrap .selects-box .dropdown-toggle {
  font-size: 12px;
}
.selects-wrap .selects-active-btn.active + .selects-box {
  display: block;
}

.tabs-wrap .week-nav {
  position: relative;
}
.tabs-wrap .week-nav .bg-holder {
  margin-bottom: -83px;
}
.tabs-wrap .week-nav .bg-holder .line1 {
  padding: 0 30px;
  background: #f9f9fd;
  height: 26px;
  border-bottom: solid 1px #e2e5f2;
}
.tabs-wrap .week-nav .bg-holder .line2 {
  padding: 0 30px;
  height: 57px;
  background: #f2f2fb;
}
.tabs-wrap .week-nav .btn-next,
.tabs-wrap .week-nav .btn-prev {
  position: absolute;
  bottom: 17px;
  font-size: 26px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #474a56;
  opacity: 0.4;
  z-index: 10;
  display: none;
  cursor: pointer;
}
.tabs-wrap .week-nav .btn-next:hover,
.tabs-wrap .week-nav .btn-prev:hover {
  opacity: 1;
}
.tabs-wrap .week-nav .btn-prev {
  left: 0;
}
.tabs-wrap .week-nav .btn-next {
  right: 0;
}
.tabs-wrap .week-nav .scrolling-nav-area {
  margin: 0 30px;
  overflow: hidden;
}
.tabs-wrap .week-nav .nav-tabs {
  border: none;
  z-index: 2;
}
.tabs-wrap .week-nav .nav-tabs .nav-item {
  flex: 1 0 150px;
  padding: 5px 15px 6px 15px;
  border: none;
  margin-bottom: 0;
}
.tabs-wrap .week-nav .nav-tabs .nav-item .text {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #9396a0;
  text-align: center;
  padding-bottom: 10px;
}
.tabs-wrap .week-nav .nav-tabs .nav-item .progress-wrap {
  padding: 19px 0;
}
.tabs-wrap .week-nav .nav-tabs .nav-item .progress-wrap .progress {
  background-color: #dfdff5;
}
.tabs-wrap .view-tabs-nav .nav-tabs {
  border: none;
}
.tabs-wrap .view-tabs-nav .nav-item {
  border: none;
  font-size: 16px;
  color: #757fa6;
  font-weight: 600;
  position: relative;
  margin-right: 15px;
  white-space: nowrap;
}
.tabs-wrap .view-tabs-nav .nav-item.active {
  border-radius: 23px;
  background-color: #3377f0;
  color: #ffffff;
}
.tabs-wrap .view-tabs-nav .nav-item .value-badge {
  position: absolute;
  right: -10px;
  top: 0;
  background: #3377f0;
}
.tabs-wrap .tab-content {
  padding: 30px 0;
}
.tabs-wrap .tab-content.tab-inner {
  padding: 0;
}
.tabs-wrap .tab-content .tab-pane .heading-panel .table-title {
  color: #757fa6;
}

.add-schdl-item {
  border-radius: 11px;
  width: 74px;
  height: 28px;
  box-shadow: 0 2px 18px 0 rgba(139, 143, 161, 0.14);
  border: solid 1px #e4e4f0;
  background-color: #ffffff;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #5e6272;
  transition: opacity 0.3s;
}
.add-schdl-item:hover {
  color: #3377f0;
}
.add-schdl-item .icon-plus-circle {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
}

.schedule-week-table th:first-child,
.schedule-week-table td:first-child {
  width: 30px;
}
.schedule-week-table th:nth-child(2),
.schedule-week-table td:nth-child(2) {
  width: 300px;
}
.schedule-week-table .add-schdl-item {
  display: none !important;
}
@media (min-width: 1025px) {
  .schedule-week-table .add-schdl-item {
    opacity: 0;
  }
}
.schedule-week-table .add-schdl-item:only-child {
  display: block !important;
}
.schedule-week-table .day-cell:hover .add-schdl-item {
  opacity: 1;
}

.workers-tables-box .table-content .schedule-week-table .day-cell {
  width: 11%;
}

.week-calendar-style .fc-today,
.month-calendar-style .fc-today {
  background-color: transparent !important;
}
.week-calendar-style td,
.month-calendar-style td {
  padding: 0 !important;
}
.week-calendar-style thead td,
.week-calendar-style th,
.month-calendar-style thead td,
.month-calendar-style th {
  border: transparent !important;
}
.week-calendar-style .fc-head,
.month-calendar-style .fc-head {
  background: #f4f5fa;
}
.week-calendar-style .fc-axis,
.week-calendar-style .fc-divider,
.week-calendar-style .fc-toolbar,
.month-calendar-style .fc-axis,
.month-calendar-style .fc-divider,
.month-calendar-style .fc-toolbar {
  display: none !important;
}
.week-calendar-style .fc-event.error-msg .fc-title,
.month-calendar-style .fc-event.error-msg .fc-title {
  color: #e445a3;
}
.week-calendar-style .fc-event.warning-msg .fc-title,
.month-calendar-style .fc-event.warning-msg .fc-title {
  color: #fb9500;
}
.week-calendar-style .fc-event.success-msg .fc-title,
.month-calendar-style .fc-event.success-msg .fc-title {
  color: #02e4b4;
}

.week-calendar-style td {
  border: transparent !important;
}
.week-calendar-style .fc-body tr td:not(:last-child) {
  border-right: 1px solid #f4f4f9 !important;
}
.week-calendar-style .fc-event {
  border-radius: 0;
  padding: 4px;
  border-color: transparent;
  margin: 0 !important;
  left: 0 !important;
  min-height: 30px;
}
.week-calendar-style .fc-event.active-time {
  background: rgba(2, 228, 180, 0.2);
  border-color: #cee7e2;
}
.week-calendar-style .fc-event.with-msg {
  border-color: #cee7e2;
  background: linear-gradient(to bottom, rgba(146, 250, 248, 0.7) 0%, rgba(19, 48, 2, 0) 100%);
}
.week-calendar-style .fc-event.without-time .fc-time {
  display: none;
}
.week-calendar-style .fc-event.sick-day {
  margin-top: 22px !important;
  overflow: visible;
}
.week-calendar-style .fc-event.sick-day .fc-content {
  overflow: visible;
}
.week-calendar-style .fc-event.sick-day .fc-title {
  position: absolute;
  top: -24px;
  right: -5px;
  left: -5px;
  border: solid 1px #e4e4f0;
  background-color: #f4f5fa;
  text-transform: capitalize;
  padding: 1px 0;
}
.week-calendar-style .fc-event .fc-title {
  font-size: 11px;
  letter-spacing: -0.3px;
}
.week-calendar-style .fc-time-grid-event .fc-content {
  white-space: normal;
  text-align: center;
}

.calendar-tabs-holder {
  width: 200px;
  flex-shrink: 0;
}

.person-monthly-calendar {
  margin-top: -67px;
}
.person-monthly-calendar .fc-axis,
.person-monthly-calendar .fc-divider,
.person-monthly-calendar .fc-toolbar {
  display: block !important;
}
.person-monthly-calendar .fc-toolbar .fc-left .fc-button {
  border: none;
  font-size: 16px;
  color: #757fa6;
  font-weight: 500;
  position: relative;
  margin: 0 15px 0 0;
  white-space: nowrap;
  background: transparent;
  text-transform: capitalize;
  box-shadow: none;
  padding: 0.5rem 1rem;
  height: auto;
  font-family: "Nunito", sans-serif;
  line-height: 1.2em;
}
.person-monthly-calendar .fc-toolbar .fc-left .fc-button.fc-state-active {
  border-radius: 23px;
  background-color: #3377f0;
  color: #ffffff;
}
.person-monthly-calendar .fc-event {
  border-radius: 4px;
  padding: 10px 5px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  background-color: transparent;
  border-color: transparent;
}
.person-monthly-calendar .fc-event .fc-content .fc-time {
  display: block;
}
.person-monthly-calendar .fc-event .fc-content .fc-title {
  font-size: 12px;
}
.person-monthly-calendar .fc-event .value-badge {
  background: #fb9500;
  position: absolute;
  left: -6px;
  bottom: 3px;
}
.person-monthly-calendar .fc-event .status {
  display: block;
  color: #ffa6aa;
  font-size: 10px;
}
.person-monthly-calendar .fc-event .status.available {
  color: #02e4b4;
}
.person-monthly-calendar .fc-event .hover-box {
  visibility: hidden;
}
.person-monthly-calendar .fc-event .hover-box .btn-event {
  font-size: 14px;
}
.person-monthly-calendar .fc-event .hover-box .btn-delete:hover,
.person-monthly-calendar .fc-event .hover-box .btn-dizlike:hover {
  color: #f78389 !important;
}
.person-monthly-calendar .fc-event .hover-box .btn-edit:hover {
  color: #fb9500 !important;
}
.person-monthly-calendar .fc-event .hover-box .btn-like:hover {
  color: #02e4b4 !important;
}
.person-monthly-calendar .fc-event .hover-box.hover-style1 {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.person-monthly-calendar .fc-event .hover-box.hover-style1 .btn-event {
  margin: 0 2px;
}
.person-monthly-calendar .fc-event .hover-box.hover-style1 .btn-delete {
  color: #fab3b7;
}
.person-monthly-calendar .fc-event .hover-box.hover-style1 .btn-edit {
  color: #ffaa2f;
}
.person-monthly-calendar .fc-event .hover-box.hover-style2 {
  border-radius: 11px;
  box-shadow: 0 2px 18px 0 rgba(139, 143, 161, 0.14);
  border: solid 1px #e4e4f0;
  background-color: #ffffff;
  padding: 8px 3px;
  margin: 2px auto;
  width: 75px;
}
.person-monthly-calendar .fc-event .hover-box.hover-style2 .btn-event {
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  margin: 0 2px;
  color: #474a56;
}
.person-monthly-calendar .fc-event .hover-box.hover-style2 .btn-event.btn-dizlike {
  transform: scale(1, -1);
}
.person-monthly-calendar .fc-event.sick-day {
  border: solid 1px rgba(251, 109, 115, 0.27);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAM0lEQVQoU2NkwAPOnDnznxGXPEjSxMSEEacCmEYMBTCdWBWgS4IUEWcFNp1wK/BJghQBAMqNF2yjHScQAAAAAElFTkSuQmCC) repeat;
  font-size: 14px;
}
.person-monthly-calendar .fc-event.sick-day .fc-content * {
  color: #474a56;
}
.person-monthly-calendar .fc-event.sick-day .fc-title {
  font-size: 14px;
}
.person-monthly-calendar .fc-event.default-bg {
  background: #5254e2;
  border-color: #5254e2;
}
.person-monthly-calendar .fc-event.default-bg .fc-time,
.person-monthly-calendar .fc-event.default-bg .fc-title {
  color: #ffffff;
}
.person-monthly-calendar .fc-event.default-bg .status {
  color: #ffa6aa;
}
.person-monthly-calendar .fc-event.dark-bg {
  background: #474a56;
  border-color: #474a56;
}
.person-monthly-calendar .fc-event.dark-bg .fc-time,
.person-monthly-calendar .fc-event.dark-bg .fc-title {
  color: #ffffff;
}
.person-monthly-calendar .fc-event.dark-bg .status {
  color: #02e4b4;
}
.person-monthly-calendar .fc-event.vocation {
  border-color: #02e4b4;
  background-color: #b4feee;
}
.person-monthly-calendar .fc-event.vocation .fc-time {
  display: none;
}
.person-monthly-calendar .fc-event.vocation .fc-title {
  font-size: 14px;
  color: #474a56;
}
.person-monthly-calendar .fc-event.with-btn, .person-monthly-calendar .fc-event.denied-event {
  background: #ffffff;
  border-color: #ffffff;
}
.person-monthly-calendar .fc-event.in-border {
  background: #ffffff;
  border: 1px solid #3377f0;
}
.person-monthly-calendar .fc-event.in-border .fc-time {
  color: #757fa6;
}
.person-monthly-calendar .fc-event.denied-event * {
  color: #fccbcd !important;
}
.person-monthly-calendar .fc-event:hover .hover-box {
  visibility: visible;
}
.person-monthly-calendar .add-schdl-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fb9500;
}

.scheduling-monthly-calendar .status.vocation {
  color: #fb9500;
}
.scheduling-monthly-calendar .status.sick {
  color: #fb6d73;
}
.scheduling-monthly-calendar .fc-event.highlight {
  color: #02e4b4 !important;
}

.scheduling-monthly-calendar .fc-today,
.leave-reqsts-calendar .fc-today {
  background-color: #e3ecfd !important;
}
.scheduling-monthly-calendar .fc-day-header,
.scheduling-monthly-calendar .fc-head,
.leave-reqsts-calendar .fc-day-header,
.leave-reqsts-calendar .fc-head {
  border: 1px solid #ddd !important;
}
.scheduling-monthly-calendar .fc-more-cell,
.leave-reqsts-calendar .fc-more-cell {
  text-align: right;
}
.scheduling-monthly-calendar a.fc-more,
.leave-reqsts-calendar a.fc-more {
  font-size: 10px;
  color: #cbcac8;
}
.scheduling-monthly-calendar .fc-basic-view .fc-body .fc-row,
.leave-reqsts-calendar .fc-basic-view .fc-body .fc-row {
  height: 100px !important;
}
.scheduling-monthly-calendar .fc-day-grid-container,
.leave-reqsts-calendar .fc-day-grid-container {
  height: auto !important;
}
.scheduling-monthly-calendar .fc-event,
.leave-reqsts-calendar .fc-event {
  background: none;
  font-size: 10px;
  font-weight: 500;
  border: none;
  color: #757fa6 !important;
  padding: 1px 10px;
  position: relative;
}
.scheduling-monthly-calendar .fc-event.danger-msg .value-badge,
.leave-reqsts-calendar .fc-event.danger-msg .value-badge {
  background-color: #f78389;
}
.scheduling-monthly-calendar .fc-event .value-badge,
.leave-reqsts-calendar .fc-event .value-badge {
  position: absolute;
  top: 0;
  right: 0;
}

.leave-reqsts-calendar .fc-head {
  background: transparent;
}
.leave-reqsts-calendar .fc-day-header .fc-day-header span,
.leave-reqsts-calendar .fc-head .fc-day-header span {
  visibility: hidden;
}
.leave-reqsts-calendar .fc-event .fc-content .fc-title,
.leave-reqsts-calendar .fc-event .fc-content .status {
  display: inline-block;
  vertical-align: middle;
}
.leave-reqsts-calendar .fc-event .fc-content .fc-title {
  width: 50px;
}
.leave-reqsts-calendar .fc-event .fc-content .status {
  border-radius: 4px;
  padding: 1px 2px 0 2px;
  border: 1px solid transparent;
  line-height: 1.1em;
}
.leave-reqsts-calendar .fc-event .fc-content .status.type-1 {
  background: #9afee9;
}
.leave-reqsts-calendar .fc-event .fc-content .status.type-2 {
  border-color: #3377f0;
}
.leave-reqsts-calendar .fc-event .fc-content .status.type-3 {
  background: #e4e5ee;
}
.leave-reqsts-calendar .fc-event .fc-content .status.type-4 {
  background: #ffdeaf;
}

.scheduling-monthly-calendar {
  position: relative;
}
.scheduling-monthly-calendar .fc-event .fc-content .status {
  padding-left: 5px;
}
.scheduling-monthly-calendar .fc-event .fc-content .status.type-1 {
  color: #fb9500;
}
.scheduling-monthly-calendar .fc-event .fc-content .status.type-2 {
  color: #e445a3;
}
.scheduling-monthly-calendar .fc-event .fc-content.color-1 .fc-title {
  color: #02e4b4;
}
.scheduling-monthly-calendar .add-schdl-item {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scheduling-monthly-calendar .add-schdl-item .icon-eye {
  font-size: 20px;
}

.footer {
  background: #edeef4;
  padding: 13px 0;
  margin-top: 50px;
}
.footer * {
  color: #aeb1bc;
  font-size: 12px;
  margin-bottom: 0;
}
.footer .nav-box ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}

.login-page-content {
  min-height: 100%;
}
.login-page-content .row {
  min-height: 100%;
  margin: 0;
}
.login-page-content .login-img-box {
  position: relative;
  overflow: hidden;
}
.login-page-content .login-img-box .img-content {
  padding: 80px 70px;
}
.login-page-content .login-img-box .img-content * {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  font-size: 33px;
  color: #ffffff;
}
.login-page-content .login-img-box .img-content .text-author {
  font-size: 27px;
  font-style: italic;
  margin-top: 60px;
  display: block;
  text-align: right;
}
.login-page-content .login-img-box .icon-over-img {
  color: #ffffff;
  opacity: 0.5;
  position: absolute;
  right: -16px;
  bottom: -62px;
  font-size: 340px;
}
.login-page-content .login-panel {
  background: #7f51e1;
  background: linear-gradient(65deg, #7f51e1 0%, #37c7ff 100%);
  padding: 60px 70px 40px 70px;
}
.login-page-content .login-panel .logo {
  max-width: 170px;
}
.login-page-content .login-panel .logo a {
  padding: 10px;
}
.login-page-content .login-panel .login-form-wrap {
  margin: 20px 0;
}
.login-page-content .login-panel .login-form-wrap .form-title {
  font-size: 18px;
  letter-spacing: 0.3px;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.login-page-content .login-panel .login-form-wrap .login-form {
  max-width: 270px;
  margin: 20px auto;
}
.login-page-content .login-panel .login-form-wrap .login-form .group {
  position: relative;
  margin-bottom: 23px;
  padding-top: 20px;
}
.login-page-content .login-panel .login-form-wrap .login-form .group .form-input {
  background: none;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.login-page-content .login-panel .login-form-wrap .login-form .group label {
  transition: 0.2s ease all;
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 13px;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
  text-transform: capitalize;
}
.login-page-content .login-panel .login-form-wrap .login-form .group .form-input:-webkit-autofill ~ label,
.login-page-content .login-panel .login-form-wrap .login-form .group .form-input:focus ~ label,
.login-page-content .login-panel .login-form-wrap .login-form .group .form-input:valid ~ label,
.login-page-content .login-panel .login-form-wrap .login-form .group .form-input[readonly] ~ label {
  top: 5px;
  margin-top: 0;
  font-size: 8px;
  height: 10px;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.login-page-content .login-panel .login-form-wrap .login-form .btn {
  width: 100%;
  margin: 10px 0;
}
.login-page-content .login-panel .login-form-wrap .forgot-link {
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  margin: 5px 0;
  color: #ffffff;
}
.login-page-content .login-panel .login-form-wrap .forgot-link:hover {
  color: #fb9500;
}
.login-page-content .login-panel .bottom-content a {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  text-transform: capitalize;
}
.login-page-content .login-panel .bottom-content a:hover {
  color: #fb9500;
}

.login-wrapper {
    height: 100%;
}

.login-wrapper .inner-wrapper {
    background-color: white;
    box-shadow: 5px 5px 15px #333;
    height: 80%;
    min-height: 720px;
    width: 100%;
    max-width: 80%;
}

.login-wrapper .inner-wrapper .left-column {
    flex-grow: 1;
}

.login-wrapper .inner-wrapper .right-column {
    overflow: hidden;
    position: relative;
    padding: 0 1rem;
}

.login-wrapper .inner-wrapper .left-column,
.login-wrapper .inner-wrapper .right-column {
    flex-shrink: 1;
    flex-basis: 50%;
}

.login-wrapper .inner-wrapper .icon-over-img {
    color: white;
    opacity: 0.5;
    position: absolute;
    right: -16px;
    bottom: -64px;
    font-size: 384px;
}

.login-wrapper .inner-wrapper .list-inline .list-inline-item:not(:first-child) a {
    border-left: 1px solid #ccc;
    padding-left: 0.5rem;
}

.login-wrapper .inner-wrapper .mk {
    background-color: rgb(255, 255, 255, 0.65);
    color: darkslateblue;
    display: none;
    font-size: medium;
    padding: 1rem;
    position: relative;
    top: 25%;
}

.login-wrapper .inner-wrapper .mk h1 {
    font-weight: 100;
}

.login-wrapper .inner-wrapper .login-form-wrap {
    margin: 0 4rem;
}

.login-wrapper .inner-wrapper .login-form-wrap .form-title {
    font-size: 18px;
    letter-spacing: 0.3px;
    color: gray;
    text-transform: capitalize;
}

.login-wrapper .inner-wrapper .login-form-wrap .login-form {
    width: 270px;
    margin: 1rem 0;
}

.login-wrapper .inner-wrapper .login-form-wrap .login-form .group {
    position: relative;
    margin-bottom: 23px;
    padding-top: 20px;
}

.login-wrapper .inner-wrapper .login-form-wrap .login-form .group .form-input {
    background: none;
    width: 100%;
    border-bottom: 1px solid gray;
    color: gray;
}

.login-wrapper .inner-wrapper .login-form-wrap .login-form .group label {
    transition: 0.2s ease all;
    color: gray;
    font-size: 14px;
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 13px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    text-transform: capitalize;
}

.login-wrapper .inner-wrapper .login-form-wrap .login-form .group .form-input:-webkit-autofill ~ label,
.login-wrapper .inner-wrapper .login-form-wrap .login-form .group .form-input:focus ~ label,
.login-wrapper .inner-wrapper .login-form-wrap .login-form .group .form-input:valid ~ label,
.login-wrapper .inner-wrapper .login-form-wrap .login-form .group .form-input[readonly] ~ label {
    top: 5px;
    margin-top: 0;
    font-size: 8px;
    height: 10px;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.login-wrapper .inner-wrapper .login-form-wrap .login-form .btn {
    width: 100%;
    margin: 10px 0;
}

.login-wrapper .inner-wrapper .login-form-wrap .forgot-link {
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    margin: 5px 0;
    color: gray;
}

.login-wrapper .inner-wrapper .login-form-wrap .forgot-link:hover {
    color: #fb9500;
}

.login-wrapper .inner-wrapper .bottom-content a {
    color: #134995;
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
    text-transform: capitalize;
}

.login-wrapper .inner-wrapper .bottom-content a:hover {
    color: #fb9500;
}

.login-wrapper .inner-wrapper .btn.btn-primary {
    background-color: #666;
    border-color: #666;
    color: white;
}

@media (max-width: 576px) {
    .login-wrapper .inner-wrapper {
        height: 100%;
        max-width: 100%;
    }

    .login-wrapper .inner-wrapper .login-form-wrap {
        margin: 0;
    }
}

.modal.loader {
  animation-name: hideAfterABit;
  animation-duration: 5s;
}
.modal.loader:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fb9500;
  border-radius: 50%;
  animation: zoomInCircle 1s ease-out infinite;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  flex-grow: 1;
  color: #3377f0;
  font-size: 16px;
  font-weight: 700;
}
.modal .modal-dialog .modal-content .modal-body .table-head-style,
.modal .modal-dialog .modal-content .modal-body .table-content table td td,
.modal .modal-dialog .modal-content .modal-body .small-text {
  font-size: 12px;
  font-weight: 500;
  color: #9396a0;
}
.modal .modal-dialog .modal-content .modal-body .color-title {
  font-size: 11px;
  font-weight: 700;
  color: #3377f0;
  text-transform: uppercase;
}
.modal .modal-dialog .modal-content .modal-body .recent-list li {
  color: #474a56;
  margin-bottom: 10px;
}
.modal .modal-dialog .modal-content .modal-body .recent-list li a {
  color: inherit;
}
.modal .modal-dialog .modal-content .modal-body .recent-list li:hover {
  color: #3377f0;
}
.modal .modal-dialog .modal-content .modal-body table input[type=checkbox]:checked + label:before {
  background: #3377f0;
  border-color: #3377f0;
}
.modal .modal-dialog .modal-content .modal-body .workers-tables-box .table-content {
  padding-top: 0;
}
.modal .modal-dialog .modal-content .modal-body .workers-tables-box .table-content table td th,
.modal .modal-dialog .modal-content .modal-body .workers-tables-box .table-content table td td {
  padding: 1px 3px;
}
.modal .modal-dialog .modal-content .modal-body .workers-tables-box .table-content > table > tbody > tr > td {
  border-bottom: 1px solid #f1f1f7;
}
.modal .modal-dialog .modal-content .modal-body .workers-tables-box .table-content .view-more-wrap {
  margin: 10px 0;
}
.modal .modal-dialog .modal-content .modal-body .workers-tables-box .table-content .view-all {
  color: #fb9500;
  text-transform: capitalize;
  padding: 3px;
}
.modal .modal-dialog .modal-content .modal-body .fixed-list-height {
  max-height: 415px;
  overflow-y: auto;
  margin: 0 -10px 30px -10px;
}
.modal .modal-footer {
  /*padding: 30px 35px 50px 35px;*/
  border-top: 0;
}
.modal .workers-tables-box .table-content {
  background-color: transparent;
  box-shadow: none;
}
.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.modal .global-settings-holder .check-group {
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .modal .company-holder [class*=col-] {
    margin-bottom: 15px;
  }
}

.widget-modal-style .modal-body {
  padding: 50px 35px 20px 35px;
}
.widget-modal-style .modal-body .modal-form-style {
  padding: 0;
}
.widget-modal-style .modal-body .widget-view-list .widget-view-item {
  border-radius: 21px;
  display: block;
  max-width: 233px;
  margin: 0 auto 20px auto;
  padding: 20px;
  overflow: hidden;
}
.widget-modal-style .modal-body .widget-view-list .widget-view-item .item-title {
  transition: 0.5s all ease;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #474a56;
}
.widget-modal-style .modal-body .widget-view-list .widget-view-item .item-img img {
  width: 100%;
}
.widget-modal-style .modal-body .widget-view-list .widget-view-item:hover, .widget-modal-style .modal-body .widget-view-list .widget-view-item.active {
  background: #3377f0;
}
.widget-modal-style .modal-body .widget-view-list .widget-view-item:hover .item-title, .widget-modal-style .modal-body .widget-view-list .widget-view-item.active .item-title {
  color: #ffffff;
  font-family: Comfortaa;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.widget-modal-style .modal-body input + label {
  font-size: 16px;
  color: #757fa6;
  padding-left: 37px;
  margin-bottom: 13px;
}
.widget-modal-style .modal-body .colorpicker-box + label,
.widget-modal-style .modal-body .pickr + label {
  margin-bottom: 0;
  font-size: 16px;
  color: #757fa6;
}
.widget-modal-style .modal-body .widget-img {
  margin-bottom: 20px;
}
.widget-modal-style .modal-body .select-data .data-group:not(:last-child) {
  margin-bottom: 20px;
}
.widget-modal-style .modal-body .selectable-area {
  overflow: auto;
  height: 280px;
  border: 1px solid #3377f0;
  position: relative;
}
.widget-modal-style .modal-body .selectable-area .list-head-box {
  background: #f4f5fa;
  padding: 8px 20px 5px 20px;
  position: sticky;
  top: 0;
  margin: 0 0 10px 0;
  z-index: 10;
}
.widget-modal-style .modal-body .selectable-area .list-head-box label {
  font-size: 12px !important;
  font-weight: 500;
  color: #9396a0;
  white-space: nowrap;
  margin-bottom: 0;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-modal-style .modal-body .selectable-area .list-head-box .table-search-box {
  position: absolute;
  background: #f4f5fa;
  z-index: 2;
  bottom: 5px;
  right: 20px;
}
.widget-modal-style .modal-body .selectable-area .list-head-box .table-search-box .table-search {
  transition: width 0.2s ease;
  width: 0;
}
.widget-modal-style .modal-body .selectable-area .list-head-box .table-search-box.active {
  left: 20px;
}
.widget-modal-style .modal-body .selectable-area .list-head-box .table-search-box.active .table-search {
  width: 100%;
}
.widget-modal-style .modal-body .selectable-area .list-head-box .table-search-box.active .search-input {
  width: 100% !important;
}
.widget-modal-style .modal-body .selectable-area ul li {
  padding: 0 20px;
  cursor: pointer;
}
.widget-modal-style .modal-body .selectable-area ul li label {
  margin: 7px 0;
}
.widget-modal-style .modal-body .selectable-area ul li.selected-item {
  background: #eaf2ff;
}
.widget-modal-style .modal-body .selectable-wrap {
  position: relative;
}
.widget-modal-style .modal-body .selectable-wrap .col-head-box {
  height: 26px;
}
.widget-modal-style .modal-body .selectable-wrap .move-btns-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 80px;
  margin: -45px 0 0 -17px;
}
.widget-modal-style .modal-body .selectable-wrap .move-btns-wrap .move-btn {
  width: 30px;
  height: 30px;
  line-height: 35px;
  font-size: 30px;
  color: #474a56;
  cursor: pointer;
  margin: 5px auto;
  text-align: center;
}
.widget-modal-style .modal-body .selectable-wrap .move-btns-wrap .move-btn:hover {
  color: #3377f0;
}

#confirmModal .modal-dialog {
  max-width: 435px;
}
#confirmModal .modal-text {
  max-width: 200px;
  margin: 0 auto;
}
#confirmModal .modal-footer {
  padding: 0 15px 20px 15px;
}

#punchInModal .add-proj-btn {
  background: #f4f5fa;
  padding: 5px 20px;
  margin: 2px 0;
}
#punchInModal .add-proj-btn:hover, #punchInModal .add-proj-btn:focus {
  background: #edeef4;
}

.selected-content {
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
.selected-content.content-red .count {
  color: #fb6d73;
}
.selected-content.content-green .count {
  color: #02e4b4;
}
.selected-content * {
  display: block;
}
.selected-content .count {
  color: #757fa6;
  font: 400 38px Comfortaa;
  line-height: 1em;
  position: relative;
  display: inline-block;
}
.selected-content .count i {
  position: absolute;
  bottom: 3px;
  right: -31px;
  color: #757fa6;
  font-size: 16px;
}

#addBudgetModal .modal-body .modal-form-style .group > label {
  width: 150px;
}
#addBudgetModal .modal-body .right-label {
  text-align: left;
  padding: 0 0 0 15px;
}
#addBudgetModal .modal-body .input-item .check-group {
  margin-bottom: 0;
}
#addBudgetModal .modal-body .input-item .check-group label {
  margin-bottom: 0;
}
#addBudgetModal .modal-body .workers-tables-box .table-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-bottom: 0;
  max-width: 100%;
  overflow: auto;
}
#addBudgetModal .modal-body .workers-tables-box .table-content table {
  min-width: 400px;
}
#addBudgetModal .modal-body .workers-tables-box .table-content table tbody {
  max-height: 102px;
  overflow-y: auto;
  width: 100%;
}
#addBudgetModal .modal-body .workers-tables-box .table-content table thead {
  overflow: hidden;
}
#addBudgetModal .modal-body .workers-tables-box .table-content table thead,
#addBudgetModal .modal-body .workers-tables-box .table-content table tbody,
#addBudgetModal .modal-body .workers-tables-box .table-content table tr,
#addBudgetModal .modal-body .workers-tables-box .table-content table td,
#addBudgetModal .modal-body .workers-tables-box .table-content table th {
  display: block;
}
#addBudgetModal .modal-body .workers-tables-box .table-content table td {
  border-bottom: 0 !important;
}
#addBudgetModal .modal-body .workers-tables-box .table-content table tbody td,
#addBudgetModal .modal-body .workers-tables-box .table-content table thead > tr > th {
  float: left;
  position: relative;
  width: 25%;
  min-width: 80px;
}
#addBudgetModal .modal-body .workers-tables-box .table-content table tbody td::after,
#addBudgetModal .modal-body .workers-tables-box .table-content table thead > tr > th::after {
  content: "";
  clear: both;
  display: block;
}
#addBudgetModal .modal-footer {
  justify-content: space-between;
}
#addBudgetModal .modal-footer .delete-btn {
  color: #fb9500;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 0;
}
#addBudgetModal .modal-footer .delete-btn,
#addBudgetModal .modal-footer .space-holder {
  width: 100px;
}
#addBudgetModal .modal-footer .btn-primary {
  width: 170px;
}
#addBudgetModal .datepicker {
  background: transparent;
  border: none;
  color: #495057;
  text-align: center;
}

.common-form-style .bootstrap-select {
  width: auto !important;
}
.common-form-style .bootstrap-select .dropdown-toggle {
  padding-top: 3px;
  padding-bottom: 3px;
}
.common-form-style .bootstrap-select .dropdown-toggle:after {
  right: 3px;
}
.common-form-style .form-control {
  border-radius: 0;
  display: inline-block;
  font-size: 12px;
  border: none;
  border-bottom: 1px solid #3377f0;
  padding: 2px 0 3px 0;
  height: auto;
  line-height: 1.3em;
  position: relative;
  text-transform: none;
}
.common-form-style .form-control.timepicker, .common-form-style .form-control.missing {
  max-width: 75px;
  min-width: 65px;
}
.common-form-style .form-control.timepicker, .common-form-style .form-control.datepicker {
  color: #3377f0;
}
.common-form-style .form-control.datepicker {
  max-width: 90px;
  min-width: 80px;
}
.common-form-style .form-control:focus {
  box-shadow: none;
}
.common-form-style .form-control.missing {
  text-transform: uppercase;
  color: #e445a3;
}
.common-form-style .form-control::-webkit-input-placeholder {
  color: #cbcac8 !important;
}
.common-form-style .form-control::-moz-placeholder {
  opacity: 1;
  color: #cbcac8 !important;
}
.common-form-style .form-control:-moz-placeholder {
  color: #cbcac8 !important;
}
.common-form-style .form-control:-ms-input-placeholder {
  color: #cbcac8 !important;
}
.common-form-style .form-control.placeholder {
  color: #cbcac8 !important;
}
.common-form-style .bootstrap-datetimepicker-widget {
  width: auto;
}
.common-form-style .bootstrap-datetimepicker-widget table,
.common-form-style .bootstrap-datetimepicker-widget th,
.common-form-style .bootstrap-datetimepicker-widget td,
.common-form-style .bootstrap-datetimepicker-widget a,
.common-form-style .bootstrap-datetimepicker-widget span {
  height: auto !important;
  width: auto !important;
  line-height: 20px;
}
.common-form-style .bootstrap-datetimepicker-widget th,
.common-form-style .bootstrap-datetimepicker-widget td {
  padding: 3px 5px;
}
.common-form-style .bootstrap-datetimepicker-widget thead {
  background: #f4f5fa;
}
.common-form-style .bootstrap-datetimepicker-widget thead th {
  color: #3377f0;
}
.common-form-style .datepicker + .bootstrap-datetimepicker-widget {
  padding: 10px;
}
.common-form-style .datepicker + .bootstrap-datetimepicker-widget th {
  border-radius: 0;
}
.common-form-style .datepicker + .bootstrap-datetimepicker-widget td.day {
  color: #757fa6;
}
.common-form-style .datepicker + .bootstrap-datetimepicker-widget table td.active,
.common-form-style .datepicker + .bootstrap-datetimepicker-widget table td.active:hover {
  background: #92b6f7;
  color: #ffffff;
  text-shadow: none;
}
.common-form-style .datepicker + .bootstrap-datetimepicker-widget td.weekend,
.common-form-style .datepicker + .bootstrap-datetimepicker-widget td.new {
  color: #aeb1bc;
}
.common-form-style .datepicker + .bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #92b6f7;
}
.common-form-style .timepicker + .bootstrap-datetimepicker-widget .btn.btn-primary {
  min-width: 50px;
}
.common-form-style .bootstrap-datetimepicker-widget .timepicker-hour,
.common-form-style .bootstrap-datetimepicker-widget .timepicker-minute,
.common-form-style .bootstrap-datetimepicker-widget .timepicker-second {
  width: 30px;
  font-size: 14px;
}
.common-form-style .arrow-icon {
  font-size: 20px;
  color: #474a56;
}
.common-form-style .add-row-wrap .group-item {
  margin: 0 15px;
}
.common-form-style .add-row-wrap .descr {
  max-width: 180px;
  min-width: 110px;
}

.colorpicker-box,
.pickr .pcr-button {
  border-radius: 2px;
  position: relative;
  background: #f4f5fa;
  width: 24px;
  height: 24px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.22);
  margin-right: 13px;
}
.colorpicker-box.circle,
.pickr .pcr-button.circle {
  border-radius: 50%;
  width: 33px;
  height: 33px;
  box-shadow: none;
}
.colorpicker-box.right-pos,
.pickr .pcr-button.right-pos {
  margin-left: 20px;
}
.colorpicker-box .colorpicker-input,
.pickr .pcr-button .colorpicker-input {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}

.right-pos {
  margin-left: 20px;
}
.right-pos.circle .pickr .pcr-button {
  border-radius: 50%;
  width: 33px;
  height: 33px;
  box-shadow: none;
  overflow: hidden;
}

.modal-form-style,
.profile-form-style,
.global-settings-holder {
  padding: 30px;
}
.modal-form-style.tab-content,
.profile-form-style.tab-content,
.global-settings-holder.tab-content {
  padding: 18px 0;
}
.modal-form-style .group,
.profile-form-style .group,
.global-settings-holder .group {
  margin-bottom: 25px;
}
.modal-form-style .group.m-b-small,
.profile-form-style .group.m-b-small,
.global-settings-holder .group.m-b-small {
  margin-bottom: 13px;
}
.modal-form-style .group > label,
.profile-form-style .group > label,
.global-settings-holder .group > label {
  margin: 0;
  padding-right: 35px;
  font-size: 16px;
  color: #757fa6;
  letter-spacing: 0.5px;
  width: 130px;
  flex-shrink: 0;
}
.modal-form-style .group > label.width-auto,
.profile-form-style .group > label.width-auto,
.global-settings-holder .group > label.width-auto {
  width: auto;
}
@media (min-width: 992px) {
  .modal-form-style .group > label.width-md-auto,
.profile-form-style .group > label.width-md-auto,
.global-settings-holder .group > label.width-md-auto {
    width: auto;
  }
}
.modal-form-style .group > label + .row,
.profile-form-style .group > label + .row,
.global-settings-holder .group > label + .row {
  flex-grow: 1;
}
.modal-form-style .group .input-item,
.profile-form-style .group .input-item,
.global-settings-holder .group .input-item {
  flex-grow: 1;
}
.modal-form-style .group .input-item:not(.width-230),
.profile-form-style .group .input-item:not(.width-230),
.global-settings-holder .group .input-item:not(.width-230) {
  max-width: 100%;
}
.modal-form-style .group .input-item .check-group,
.profile-form-style .group .input-item .check-group,
.global-settings-holder .group .input-item .check-group {
  margin-right: 20px;
}
.modal-form-style .group .width-230,
.profile-form-style .group .width-230,
.global-settings-holder .group .width-230 {
  width: 230px !important;
  flex-grow: 0;
}
.modal-form-style .group .width-100,
.profile-form-style .group .width-100,
.global-settings-holder .group .width-100 {
  width: 100px !important;
  flex-grow: 0;
}
.modal-form-style .group .upload-item .upload-input,
.profile-form-style .group .upload-item .upload-input,
.global-settings-holder .group .upload-item .upload-input {
  width: 0;
}
.modal-form-style .group .upload-item .btn-primary,
.profile-form-style .group .upload-item .btn-primary,
.global-settings-holder .group .upload-item .btn-primary {
  max-width: 180px;
}
.modal-form-style .group .bootstrap-select.parent-width,
.profile-form-style .group .bootstrap-select.parent-width,
.global-settings-holder .group .bootstrap-select.parent-width {
  width: 100% !important;
}
.modal-form-style .group .bootstrap-select.smaller-text .dropdown-toggle,
.modal-form-style .group .bootstrap-select.smaller-text .dropdown-menu li a,
.profile-form-style .group .bootstrap-select.smaller-text .dropdown-toggle,
.profile-form-style .group .bootstrap-select.smaller-text .dropdown-menu li a,
.global-settings-holder .group .bootstrap-select.smaller-text .dropdown-toggle,
.global-settings-holder .group .bootstrap-select.smaller-text .dropdown-menu li a {
  font-size: 12px;
}
.modal-form-style .group .bootstrap-select.form-control-style,
.profile-form-style .group .bootstrap-select.form-control-style,
.global-settings-holder .group .bootstrap-select.form-control-style {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #3377f0;
  background: none;
}
.modal-form-style .group .bootstrap-select.form-control-style div.dropdown-menu,
.profile-form-style .group .bootstrap-select.form-control-style div.dropdown-menu,
.global-settings-holder .group .bootstrap-select.form-control-style div.dropdown-menu {
  border-radius: 0;
  border-color: #f4f5fa;
  background: #f4f5fa;
}
.modal-form-style .group .bootstrap-select.form-control-style div.dropdown-menu ul.dropdown-menu,
.profile-form-style .group .bootstrap-select.form-control-style div.dropdown-menu ul.dropdown-menu,
.global-settings-holder .group .bootstrap-select.form-control-style div.dropdown-menu ul.dropdown-menu {
  background: none;
}
.modal-form-style .group .bootstrap-select.form-control-style div.dropdown-menu ul.dropdown-menu li a,
.profile-form-style .group .bootstrap-select.form-control-style div.dropdown-menu ul.dropdown-menu li a,
.global-settings-holder .group .bootstrap-select.form-control-style div.dropdown-menu ul.dropdown-menu li a {
  padding: 5px 20px;
}
.modal-form-style .group .bootstrap-select.form-control-style div.dropdown-menu ul.dropdown-menu .dropdown-item.active,
.modal-form-style .group .bootstrap-select.form-control-style div.dropdown-menu ul.dropdown-menu .dropdown-item:hover,
.profile-form-style .group .bootstrap-select.form-control-style div.dropdown-menu ul.dropdown-menu .dropdown-item.active,
.profile-form-style .group .bootstrap-select.form-control-style div.dropdown-menu ul.dropdown-menu .dropdown-item:hover,
.global-settings-holder .group .bootstrap-select.form-control-style div.dropdown-menu ul.dropdown-menu .dropdown-item.active,
.global-settings-holder .group .bootstrap-select.form-control-style div.dropdown-menu ul.dropdown-menu .dropdown-item:hover {
  background: none;
  color: #3377f0;
}

.overlay-add-time-wrap .overlay-add-form {
  display: none;
}
.overlay-add-time-wrap .add-btn {
  text-transform: uppercase;
  margin: 0 20px;
  font-size: 11px;
}
.overlay-add-time-wrap .group {
  padding: 0 5px;
}
.worker-map-box {
  position: relative;
}
.worker-map-box .map-wrap {
  height: 270px;
  margin-bottom: -30px;
}
.worker-map-box .punch-in-box {
  position: absolute;
  bottom: 40px;
  width: 290px;
  left: 50%;
  margin-left: -145px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 15px;
  background: #cdfff4;
  overflow: hidden;
  z-index: 20;
}
.worker-map-box .punch-in-box p {
  margin: 0;
  line-height: 1.2em;
}
.worker-map-box .punch-in-box .text-active-time {
  display: none;
}
.worker-map-box .punch-in-box .text-active-time p {
  font-size: 12px;
  color: #757fa6;
}
.worker-map-box .punch-in-box .text-active-time p span {
  font-size: 10px;
  display: block;
}
.worker-map-box .punch-in-box .text {
  padding: 0 10px;
}
.worker-map-box .punch-in-box .text p {
  color: #474a56;
}
.worker-map-box .punch-in-box .text .smaller-text {
  color: #9396a0 !important;
  font-size: 12px;
}
.worker-map-box .punch-in-box .btn {
  min-width: 93px;
}
.worker-map-box .punch-in-box.started-time .text-active-time {
  display: block;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 550px;
  }
  .modal-dialog.modal-sm {
    max-width: 360px !important;
  }
  .modal-dialog.modal-md {
    max-width: 690px !important;
  }
  .modal-dialog.modal-lg {
    max-width: 1093px !important;
  }
  .modal-dialog.modal-xl {
    max-width: 1138px !important;
  }

  .modal .modal-dialog .modal-content .modal-body .bigger-text {
    font-size: 17px !important;
  }
}
@media (min-width: 768px) {
  .modal-form-style .group > label {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .widget-modal-style {
    max-width: 750px;
  }

  .widget-modal-style .modal-body .selectable-wrap .left-col {
    padding-right: 34px;
  }

  .widget-modal-style .modal-body .selectable-wrap .right-col {
    padding-left: 34px;
  }
}
@media (min-width: 1200px) {
  .has-person-info-box-space .page-title {
    width: 120px;
  }
  .has-person-info-box-space .person-info-box-space-holder {
    width: 300px;
  }

  .has-person-info-box {
    margin-top: -40px;
  }
  .has-person-info-box .title-space-holder {
    width: 120px;
  }
  .has-person-info-box .person-info-box {
    width: 288px;
  }
}
@media (max-width: 1300px) {
  .widgets-box .add-widget-btn {
    right: -25px;
  }

  .main-content .page-back-btn {
    left: -27px;
  }
}
@media (max-width: 1200px) {
  .container.fluid-1200 {
    width: 100%;
    max-width: 100%;
  }

  .header .navbar {
    padding: 0;
  }

  .header .logo {
    margin-right: 15px;
  }

  .header .navbar ul li a:not(.btn).home-link {
    padding: 0 10px;
  }

  .header .navbar .additional-tools li {
    margin-left: 0;
  }

  .header .navbar .active-project-box .active-project-btn .text {
    max-width: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-left: 0;
  }

  .header .navbar .additional-tools {
    margin-left: 5px;
  }

  .header .navbar ul li a:not(.btn) {
    letter-spacing: 0;
  }

  .widgets-box .add-widget-btn {
    font-size: 30px;
    width: 30px;
    height: 30px;
    right: -15px;
  }

  .table-search-box.active .search-input {
    width: 120px;
  }

  .workers-tables-box .table-content {
    padding: 15px;
  }

  .workers-tables-box .table-content .full-width {
    margin: 0 -15px;
  }

  .workers-tables-box .week-calendar-style {
    margin-left: -15px;
    margin-right: -15px;
  }

  .workers-tables-box .table-content.with-left-nav .left-nav {
    margin: -15px 0 -15px -15px;
  }

  .main-content .page-back-btn {
    position: relative;
    left: 0;
    margin-right: 30px;
  }

  .scroll-mob {
    max-width: 100%;
    overflow: auto;
  }
  .scroll-mob .time-panel-wrap {
    margin: 0 !important;
  }
  .scroll-mob .selects-wrap .selects-box {
    position: relative;
  }

  .min-width-850 {
    min-width: 850px;
  }

  .workers-tables-box .table-content .scroll-on-arrow-wrap .scroll-on-arrow-area {
    overflow: auto;
  }

  .workers-tables-box .table-content .scroll-on-arrow-wrap .scroll-on-arrow-area .abs-pos-left,
.workers-tables-box .table-content .scroll-on-arrow-wrap .scroll-on-arrow-area .abs-pos-right {
    position: relative;
    left: auto;
    right: auto;
  }

  .workers-tables-box .table-content .scroll-on-arrow-wrap .scroll-on-arrow-area .scroll-btn-box.next {
    display: block;
  }
  .workers-tables-box .table-content .scroll-on-arrow-wrap .scroll-on-arrow-area .scroll-btn-box.next .next-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .m-l-lg-none {
    margin-left: 0 !important;
  }

  .view-tabs-nav .nav-tabs {
    margin-right: 15px;
  }

  .column-lg {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .column-lg .btn {
    margin-top: 10px;
  }

  .align-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .common-worker-style table .worker {
    width: auto !important;
    min-width: auto !important;
  }

  .workers-tables-box .table-content table .descr {
    max-width: 180px;
    min-width: 110px;
  }

  .common-form-style .add-row-wrap .group-item {
    margin: 0 10px;
  }

  .tabs-wrap .week-nav .btn-next,
.tabs-wrap .week-nav .btn-prev {
    top: 0;
    bottom: auto;
  }

  .modal-form-style .group .width-230 {
    width: 200px !important;
  }
}
@media (max-width: 767px) {
  .m-l-md-none {
    margin-left: 0 !important;
  }

  .m-t-md {
    margin-top: 15px;
  }

  .login-page-content .login-panel {
    padding: 20px 30px;
  }

  .widgets-box {
    padding-bottom: 30px;
  }

  .widgets-box .add-widget-btn {
    top: auto;
    right: 15px;
    bottom: 0;
  }

  .burger-btn {
    padding: 8px 0;
  }

  .common-form-style .add-row-wrap .group:not(:last-child) {
    margin-bottom: 15px;
  }

  /*#schedule-calendar {
    position: relative;
  }
  #schedule-calendar .fc-toolbar {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
  }
  #schedule-calendar .fc-toolbar .fc-button {
    background: none;
    border: none;
    color: #aeb1bc;
    text-shadow: none;
    box-shadow: none;
    outline: none;
  }
  #schedule-calendar .fc-toolbar .fc-button:focus {
    color: #474a56;
  }*/

  .has-left-nav .left-nav-opener {
    margin-right: 30px;
    background: none;
    box-shadow: none;
  }
  .has-left-nav .left-nav {
    position: fixed;
    top: 65px;
    margin: 0 !important;
    left: 0;
    bottom: 0;
    z-index: 200;
    overflow: auto;
    transition: 0.5s all ease;
  }
  .has-left-nav .left-nav:not(.active) {
    transform: translate(-100%, 0);
  }

  .widget-modal-style .modal-body .selectable-wrap .left-col {
    padding-bottom: 30px;
  }

  .widget-modal-style .modal-body .selectable-wrap .right-col {
    padding-top: 30px;
  }

  .widget-modal-style .modal-body .selectable-wrap .move-btns-wrap {
    width: 100px;
    height: 30px;
    margin: -15px 0 0 -50px;
  }

  .widget-modal-style .modal-body .selectable-wrap .move-btns-wrap .move-btn {
    display: inline-block;
    margin: 0 5px;
  }
  .widget-modal-style .modal-body .selectable-wrap .move-btns-wrap .move-btn.to-right i, .widget-modal-style .modal-body .selectable-wrap .move-btns-wrap .move-btn.to-left i {
    transform: rotate(90deg);
    display: block;
  }

  .modal-form-style .group.flex-sm-row > label {
    width: auto;
  }

  .header .navbar .additional-tools .settings .submenu-content .menu-group .group-title {
    font-size: 18px;
    padding-left: 40px;
  }

  .header .navbar .additional-tools .settings .submenu-content .menu-group > ul {
    border-left: 0;
  }

  .header .navbar .additional-tools .settings .submenu-content .menu-group > ul > li a,
.header .navbar .additional-tools .settings .submenu-content .menu-group > ul > li .sub-title {
    font-size: 18px !important;
    max-width: 250px;
    padding-left: 40px !important;
    line-height: 30px !important;
  }

  .header .navbar .additional-tools .settings .submenu-content {
    padding-left: 0;
  }

  .header .navbar .additional-tools .settings .submenu-content .menu-group > ul > li.has-sub:after {
    top: 9px;
  }

  .header .navbar .additional-tools .settings .submenu-content .menu-group > ul > li.has-sub .submenu-box ul li a {
    font-size: 16px !important;
    padding: 7px 5px 7px 50px !important;
  }

  .header .navbar .additional-tools .settings .submenu-content .menu-group:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media (max-width: 577px) {
  .footer .nav-box ul li {
    margin: 0 4px;
  }

  .footer .nav-box {
    margin-top: 10px;
  }

  .header .navbar .has-submenu .submenu-wrap {
    max-width: 290px;
  }
  .header .navbar .has-submenu .submenu-wrap.center-pos-xs {
    left: -108px;
    right: auto;
  }
  .header .navbar .has-submenu .submenu-wrap.center-pos-xs .submenu-content:before {
    left: 45%;
    right: auto;
  }

  .header .logo a {
    padding: 0;
  }

  .header .navbar .has-submenu .submenu-wrap .submenu li a {
    font-size: 14px;
  }

  .header .navbar .active-project-box .submenu-content {
    padding: 10px 20px;
  }

  .header .navbar .has-submenu .submenu-wrap .submenu-content .block-with-bg {
    padding: 8px;
    width: 190px;
  }

  .header .navbar .active-project-box .submenu-content .time-box .active-time {
    font-size: 22px;
  }

  .header .navbar .has-submenu .submenu-wrap .punch-in-box {
    margin: 10px 15px;
  }

  .m-t-sm {
    margin-top: 10px;
  }

  .header .navbar ul li a:not(.btn) {
    padding: 0 7px;
  }

  .header .logo {
    min-width: 97px;
    margin-right: 5px;
  }

  .common-form-style .add-row-wrap .group-item {
    margin: 0 3px;
  }

  .tabs-wrap .week-nav .nav-tabs .nav-item:not(.active) .text {
    visibility: hidden;
  }

  .has-person-info-box .person-info-box {
    padding: 8px 10px;
  }

  .has-person-info-box .person-info-box .bootstrap-select {
    width: 180px !important;
  }

  .has-person-info-box .person-info-box .bootstrap-select div.dropdown-menu {
    left: 0 !important;
    right: 0;
  }

  .modal-form-style .group > label,
.widget-modal-style .modal-body input + label {
    font-size: 14px;
  }

  .modal-form-style .group .width-230 {
    width: 180px !important;
  }

  .modal-form-style {
    padding: 10px;
  }

  .modal .modal-footer {
    padding: 10px 15px 30px 15px;
    border-top: 0;
  }
}
@media only screen and (min-device-width: 481px) and (max-width: 991px) {
  .view-tabs-nav .nav-tabs {
    margin-right: 15px;
  }

  .column-lg {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .column-lg .btn {
    margin-top: 10px;
  }

  .align-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 480px) {
  .header .navbar .active-project-box .active-project-btn .text {
    max-width: 63px;
  }

  .widgets-box-wrap {
    margin-top: 11px;
  }
}
.form-control.disabled {
  pointer-events: none;
}

.modal.request-modal {
  font-family: "Nunito", sans-serif;
}
.modal.request-modal .modal-title {
  font-family: "Comfortaa_Regular";
}
.modal.request-modal .main-worker-info {
  border-radius: 2em;
  max-width: 198px;
  padding: 1px 7px 1px 0;
  color: inherit;
  border: solid 1px #e4e4f0;
  background-color: #f9f9fd;
  margin-right: 5px;
}
.modal.request-modal .main-worker-info .avatar {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  margin-right: 7px;
}
.modal.request-modal .main-worker-info .worker-content {
  overflow: hidden;
  max-width: 100%;
  padding: 10px 20px;
}
.modal.request-modal .main-worker-info .worker-name {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal.request-modal .content-with-bg:not(.main-worker-info) {
  padding: 2px 25px;
}
.modal.request-modal .avatar {
  width: 38px;
  height: 38px;
}
.modal.request-modal .worker-name {
  font-weight: 600;
}
.modal.request-modal .view-more-wrap {
  margin: 0 5px;
}
.modal.request-modal .view-all {
  color: #fb9500;
  text-transform: capitalize;
}
.modal.request-modal .modal-form-style .group > label {
  font-weight: 700;
  width: 160px;
  font-family: "Comfortaa_Regular";
}
.modal.request-modal .modal-form-style .group > label.label-sm {
  width: auto;
}
.modal.request-modal .selected-content {
  padding: 0 10px;
}
.modal.request-modal button.btn:not(.dropdown-toggle) {
  padding: 9px 15px;
  min-width: 150px;
  margin: 0 3px 5px;
}
.modal.request-modal button.btn:not(.dropdown-toggle).color-orange {
  border-color: #ff6d29;
  color: #ff6d29;
}
.modal.request-modal button.btn:not(.dropdown-toggle).color-orange:hover {
  color: #ffffff;
}
.modal.request-modal button.btn:not(.dropdown-toggle).color-orange i {
  color: #f78389;
}
.modal.request-modal button.btn:not(.dropdown-toggle)[type=reset] i {
  transform: rotate(180deg);
}
.modal.request-modal button.btn:not(.dropdown-toggle) i {
  display: inline-block;
  vertical-align: sub;
  font-size: 17px;
  margin: 0 5px;
}
.modal.request-modal input.btn:not(.dropdown-toggle) {
  padding: 10px 15px;
}
@media (min-width: 992px) {
  .modal.request-modal input.btn:not(.dropdown-toggle) {
    min-width: 226px;
  }
}
.modal.request-modal .check-group {
  width: 16px;
  height: 16px;
}
.modal.request-modal .title {
  width: 41%;
}
.modal.request-modal input[type=checkbox] + label:before,
.modal.request-modal input[type=radio] + label:before {
  border-color: #3377f0;
  background-color: #3377f0;
}
.modal.request-modal .period-opt-box {
  margin: 0 0 15px;
}
.modal.request-modal .include-all {
  font-family: "Comfortaa_Regular";
  font-weight: 700;
}
.modal.request-modal .include-all input[type=checkbox] + label,
.modal.request-modal .include-all input[type=radio] + label {
  font-size: 16px;
  min-width: 150px;
  color: #757fa6;
}
.modal.request-modal .include-all input[type=checkbox] + label:before,
.modal.request-modal .include-all input[type=radio] + label:before {
  border-color: #02e4b4;
  background-color: #02e4b4;
}
.modal.request-modal .disabled {
  opacity: 0.25;
}
.modal.request-modal .form-control.timepicker {
  color: #474a56;
}

.days-holder {
  margin: 0;
  padding: 20px 50px;
}
.days-holder li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 0 15px;
}
.days-holder .btn-trash {
  position: absolute;
  right: -63px;
  font-size: 18px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fbfbfc;
}

#status {
  background-color: #37c7ff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 111;
  animation-name: hideAfterABit;
  animation-duration: 5s;
}
#status #preloader {
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation-name: hideAfterABit;
  animation-duration: 5s;
}
#status #preloader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: zoomInCircle 1s ease-out infinite;
}

@media (min-width: 1200px) {
  .profile-row [class*=col-]:nth-child(odd) .title-holder {
    margin-left: -30px;
  }
}
@media (min-width: 1200px) {
  .profile-row [class*=col-]:nth-child(even) .title-holder {
    margin-right: -30px;
  }
}

.title-holder {
  background-color: #f4f5fa;
  font-family: "Comfortaa_Regular";
  padding: 13px 20px 8px;
  margin-bottom: 17px;
}
@media (min-width: 1200px) {
  .title-holder {
    padding: 18px 10px 8px 79px;
  }
}
.title-holder .h6 {
  font-weight: 700;
  color: #3377f0;
  letter-spacing: 0.46px;
}

.profile-form-style .group {
  max-width: 430px;
  margin: 0 auto 25px;
}
.profile-form-style .group > label,
.profile-form-style .group label {
  padding-right: 0;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .profile-form-style .group > label,
.profile-form-style .group label {
    padding-right: 10px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .profile-form-style .group > label,
.profile-form-style .group label {
    width: 205px;
    padding-right: 35px;
    margin-bottom: 0;
  }
}
.profile-form-style .group .input-holder {
  position: relative;
  text-align: left;
}
@media (min-width: 1200px) {
  .profile-form-style .group .input-holder {
    width: 100%;
  }
}
.profile-form-style .scroll-mob {
  width: 100%;
}
.profile-form-style .scroll-mob > .group {
  margin-right: 0;
}
.profile-form-style .scroll-mob > .group table {
  table-layout: fixed;
}
.profile-form-style .scroll-mob > .group table th {
  text-align: left;
}
@media (min-width: 1024px) {
  .profile-form-style .scroll-mob > .group table th:last-child,
.profile-form-style .scroll-mob > .group table td:last-child {
    padding-right: 90px;
    width: 70%;
  }
}
.profile-form-style .scroll-mob > .group table label {
  width: auto;
  padding: 0;
  color: #757fa6;
}
.profile-form-style .form-control,
.profile-form-style .form-control-style {
  font-size: 12px;
  padding-bottom: 10px;
  max-width: 200px !important;
}
.profile-form-style .form-control.w-73,
.profile-form-style .form-control-style.w-73 {
  max-width: 73px !important;
}
@media (min-width: 1024px) {
  .profile-form-style .w-full {
    width: calc(100% - 230px);
  }
}
.profile-form-style .select-style.form-control-style {
  padding-bottom: 2px;
}
.profile-form-style .select-style.form-control-style .dropdown-toggle {
  font-size: 12px;
}
.profile-form-style .select-style.form-control-style .dropdown-toggle:after {
  color: #757fa6;
}
.profile-form-style .select-style.bootstrap-select {
  width: 100% !important;
}
.profile-form-style .form-control.datepicker {
  color: #474a56;
}
.profile-form-style .form-control.datepicker.disabled {
  pointer-events: none;
}
.profile-form-style .form-control.datepicker.disabled + i {
  color: #f4f5fa;
}
.profile-form-style .form-control.datepicker + i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 20px;
  color: #757fa6;
}
@media (min-width: 768px) {
  .profile-form-style .form-control.datepicker + i {
    bottom: auto;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .profile-form-style .form-control.datepicker + i {
    right: 36px;
  }
}
.profile-form-style .slider-check-style input[type=checkbox]:checked + label:after {
  background-color: #02e4b4;
}
.profile-form-style .slider-check-style input[type=checkbox] + label:after {
  background-color: #fb6d73;
}
.profile-form-style .content-with-bg {
  min-width: 147px;
  margin-bottom: 8px;
}
.profile-form-style .icon-edit {
  font-size: 20px;
}
.profile-form-style a.text-yellow:hover {
  color: #02e4b4 !important;
}
.profile-form-style .badge {
  font-size: 14px;
  color: #474a56;
  background-color: #f9f9fd;
  border: 1px solid #e4e4f0;
  font-weight: 400;
  padding: 5px 12px;
  margin-right: 6px;
  margin-bottom: 5px;
}
.profile-form-style .badge .btn-close {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  margin-left: 3px;
}
.profile-form-style .badge .btn-close:before, .profile-form-style .badge .btn-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px;
  height: 8px;
  background-color: #757fa6;
}
.profile-form-style .badge .btn-close:after {
  width: 8px;
  height: 1px;
}
.profile-form-style .main-worker-info {
  color: rgba(78, 31, 33, 0.68);
  font-size: 12px;
  max-width: 147px;
  width: 100%;
  margin-bottom: 10px;
}
.profile-form-style .main-worker-info.bg-green {
  background-color: #cafdfc;
}
.profile-form-style .main-worker-info.bg-red {
  background-color: #ffe6ce;
}
.profile-form-style input[type=submit] {
  min-width: 128px;
}
.profile-form-style .info-edit {
  margin: 0 0 18px;
  position: relative;
  max-width: none;
  padding: 0;
}
.profile-form-style .info-edit .avatar {
  width: 134px;
  height: 134px;
  margin: 0 auto;
}
.profile-form-style .info-edit .edit-btn {
  display: block;
  width: 29px;
  height: 29px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #dde0f0;
  color: #474a56;
  font-size: 20px;
}
.profile-form-style .info-edit .edit-btn:hover {
  color: #fb9500;
}
.profile-form-style .info-edit .edit-btn i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.profile-form-style .person-monthly-calendar {
  margin-top: 0;
  margin-bottom: 10px;
}
.profile-form-style .person-monthly-calendar .fc-toolbar .fc-button {
  transition: background-color 0.3s, color 0.3s;
  border-radius: 0;
  margin-right: 0;
  border: 1px solid #757fa6;
  color: #474a56;
  font-size: 14px;
  padding: 9px 15px;
}
.profile-form-style .person-monthly-calendar .fc-toolbar .fc-button.fc-state-active {
  border-radius: 0;
  background-color: #757fa6;
  color: #ffffff;
}
.profile-form-style .person-monthly-calendar .fc-toolbar .fc-button:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.profile-form-style .person-monthly-calendar .fc-toolbar .fc-button:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.profile-form-style .tab-header-block {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .profile-form-style .tab-header-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .profile-form-style .tab-header-block {
    max-width: 700px;
    float: right;
    width: 100%;
    margin-bottom: 0;
  }
}
.profile-form-style .tab-header-block .period-opt-box {
  max-width: 234px;
}
.profile-form-style .benefits-block {
  background-color: #f4f5fa;
  color: #757fa6;
  padding: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .profile-form-style .benefits-block {
    padding: 48px 39px 25px;
  }
}
.profile-form-style .benefits-block p strong {
  font-size: 16px;
}
.profile-form-style .benefits-block .selected-content {
  width: 100%;
}
@media (min-width: 576px) {
  .profile-form-style .benefits-block .selected-content {
    padding-right: 10px;
    width: 33.332%;
  }
}
.profile-form-style .benefits-block .selected-content .count {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .profile-form-style .benefits-block .w-65 {
    width: 65%;
  }
}
.profile-form-style h3 {
  font-size: 16px;
  color: #757fa6;
}
.profile-form-style table .w-130 {
  width: 130px;
}
.profile-form-style table .w-160 {
  width: 160px;
}
.profile-form-style table .w-hndrd {
  width: 100px;
}
.profile-form-style table .w-240 {
  width: 240px;
}
.profile-form-style .panel-table {
  border-collapse: separate;
  border-spacing: 0 8px;
}
.profile-form-style .panel-table thead tr {
  background-color: #f9f9fd;
}
.profile-form-style .panel-table tbody tr {
  background-color: #f1f2f8;
  border: 1px solid #e4e4f0;
  border-radius: 4px;
}
.profile-form-style .panel-table tbody tr:nth-child(even) {
  background-color: #f9f9fd;
}
.profile-form-style .panel-table tbody td {
  padding: 10px 8px;
}
.profile-form-style .panel-table .text-green {
  color: #00bd95;
}
.profile-form-style .panel-table .text-purple {
  color: #e445a3;
}
.profile-form-style .period-opt-box [class*=icon-calendar] {
  font-size: 12px;
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .profile-form-style .map-holder {
    min-height: 600px;
  }
}
.profile-form-style .filters-drop .group {
  margin-bottom: 0;
}
.profile-form-style .filters-drop label {
  width: auto;
}

.global-settings-holder {
  padding: 7px 0 0;
}
.global-settings-holder.company-holder .group {
  margin-bottom: 19px;
}
@media (min-width: 1200px) {
  .global-settings-holder.company-holder .group > label {
    width: 150px;
  }
}
.global-settings-holder.company-holder .group .input-item {
  flex-grow: 0;
}
.global-settings-holder.company-holder .select-style.input-item {
  width: 100% !important;
  margin-right: 0;
}
.global-settings-holder.company-holder textarea.form-control {
  height: 73px;
}
.global-settings-holder.company-holder h5 {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .global-settings-holder.company-holder input[type=submit] {
    min-width: 170px;
    padding: 10px 15px;
  }
}
.global-settings-holder .table-data {
  overflow-x: hidden;
  overflow-y: auto;
}
.global-settings-holder .group {
  margin-bottom: 23px;
}
.global-settings-holder .group > label {
  text-align: left;
  font-size: 14px;
  padding-right: 22px;
  width: auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .global-settings-holder .group > label {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .global-settings-holder .group > label {
    width: 150px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .global-settings-holder .group > label {
    width: 234px;
  }
}
.global-settings-holder .group > label.w-92 {
  width: 92px;
}
.global-settings-holder .group > label.w-1 {
  width: 103px;
}
.global-settings-holder .group .w-6 {
  width: 60px;
}
.global-settings-holder input[type=radio] + label,
.global-settings-holder input[type=checkbox] + label {
  color: #474a56;
  padding-left: 24px;
}
.global-settings-holder .check-group.reverse {
  margin-right: 14px;
}
.global-settings-holder .check-group.reverse label {
  padding-left: 0;
  padding-right: 30px;
}
.global-settings-holder .check-group.reverse label:before {
  left: auto;
  right: 0;
}
.global-settings-holder input[type=radio]:checked + label:before {
  border-color: #757fa6;
}
.global-settings-holder input[type=radio]:checked + label:after {
  background-color: #757fa6;
}
.global-settings-holder .check-group {
  margin-right: 31px;
}
.global-settings-holder .check-group:last-of-type {
  margin-right: 0;
}
.global-settings-holder .check-group label {
  margin-bottom: 0;
}
.global-settings-holder .select-style.input-item {
  width: 142px !important;
  margin-right: 0;
  margin-bottom: 10px;
  flex-grow: 0;
}
@media (min-width: 768px) {
  .global-settings-holder .select-style.input-item {
    margin-right: 25px;
    margin-bottom: 0;
  }
}
.global-settings-holder .select-style.input-item .dropdown-toggle {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
}
.global-settings-holder .form-control:not(.width-230) {
  padding-bottom: 7px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .global-settings-holder .form-control:not(.width-230) {
    margin-bottom: 0;
  }
}
.global-settings-holder .form-control:not(.width-230)[readonly] {
  background-color: transparent;
  border: none;
  max-width: 300px;
  font-size: 14px;
}
.global-settings-holder .form-control:not(.width-230).w-47 {
  max-width: 47px;
}
.global-settings-holder .copy-btn {
  color: #474a56;
  font-size: 16px;
}
.global-settings-holder .copy-btn:hover {
  color: #02e4b4;
}
.global-settings-holder .colorpicker-box,
.global-settings-holder .pickr,
.global-settings-holder .pickr .pcr-button {
  width: 29px;
  height: 29px;
  box-shadow: none;
  border-radius: 5px;
  margin-right: 10px;
  transition: border-radius 0.3s;
  overflow: hidden;
}
.global-settings-holder .colorpicker-box:hover,
.global-settings-holder .pickr:hover,
.global-settings-holder .pickr .pcr-button:hover {
  cursor: pointer;
  border-radius: 20px;
}
.global-settings-holder .custom-file {
  width: 135px;
  margin-bottom: 5px;
}
.global-settings-holder .custom-file:hover .custom-file-label {
  background-color: #02e4b4;
  border-color: #02e4b4;
  color: #ffffff;
  cursor: pointer;
}
.global-settings-holder .custom-file-label {
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  background-color: #ffffff;
  border: 1px solid #757fa6;
  border-radius: 4px;
  padding: 4px 10px;
  height: auto;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
.global-settings-holder .custom-file-label:after {
  display: none !important;
}
.global-settings-holder .fields-group {
  position: relative;
  padding-bottom: 22px;
}
.global-settings-holder .fields-group + .fields-group {
  padding-top: 27px;
}
.global-settings-holder .fields-group:last-of-type:after {
  content: none;
}
.global-settings-holder .fields-group:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50px;
  right: -30px;
  height: 1px;
  background-color: #f1f2f8;
}
.global-settings-holder .fields-group table {
  table-layout: fixed;
  margin-bottom: 6px;
  min-width: 550px;
}
.global-settings-holder .fields-group table.table-with-checkboxes th,
.global-settings-holder .fields-group table.table-with-checkboxes td {
  vertical-align: bottom;
}
.global-settings-holder .fields-group table.table-with-checkboxes th:not(:first-child),
.global-settings-holder .fields-group table.table-with-checkboxes td:not(:first-child) {
  text-align: center;
}
.global-settings-holder .fields-group table.table-with-checkboxes th:first-child,
.global-settings-holder .fields-group table.table-with-checkboxes td:first-child {
  width: 130px;
}
.global-settings-holder .fields-group table.table-with-checkboxes th:last-child,
.global-settings-holder .fields-group table.table-with-checkboxes td:last-child {
  width: 200px;
}
.global-settings-holder .fields-group table:not(.table-with-checkboxes) th:nth-child(3),
.global-settings-holder .fields-group table:not(.table-with-checkboxes) td:nth-child(3) {
  width: 49%;
}
.global-settings-holder .fields-group table.has-opt-on-hover .item:hover {
  background-color: transparent;
}
.global-settings-holder .fields-group table.has-opt-on-hover .item:hover .opt-on-hover {
  opacity: 1;
}
.global-settings-holder .fields-group table .opt-on-hover {
  transition: opacity 0.3s;
  opacity: 0;
}
.global-settings-holder .fields-group table th {
  padding-top: 8px;
  padding-bottom: 8px;
}
.global-settings-holder .fields-group table td {
  padding: 11px 16px 0;
}
.global-settings-holder .fields-group table .form-control {
  margin-bottom: 0;
}
.global-settings-holder .fields-group table .form-control:not(:only-child) {
  max-width: calc(100% - 68px);
}
.global-settings-holder .fields-group table .select-style.input-item {
  width: 75px !important;
  margin-bottom: 0;
}
.global-settings-holder .fields-group table input[type=checkbox]:checked + label:before {
  background-color: #02e4b4;
  border-color: #02e4b4;
}
.global-settings-holder .fields-group table input[type=checkbox] + label:before {
  border: 2px solid #757fa6;
}
.global-settings-holder .fields-group table .item .btn-remove.opt-on-hover {
  color: #f78389;
  font-size: 19px;
  vertical-align: bottom;
  margin: 0 0 0 23px;
}
.global-settings-holder .fields-group table .item .btn-remove.opt-on-hover:hover {
  color: #757fa6;
}
.global-settings-holder .text-sm {
  font-size: 12px;
  color: #9396a0;
}
.global-settings-holder .text-sm.block-sm {
  padding-left: 23px;
  max-width: 300px;
}
.global-settings-holder .text-sm input[type=checkbox] + label {
  font-size: 12px;
  color: #9396a0;
}
.global-settings-holder textarea.form-control:not(.width-230) {
  border: 1px solid #3377f0;
  padding: 6px 12px 7px;
  max-width: 320px;
  resize: none;
  font-size: 14px;
}
.global-settings-holder .company-info {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.11);
  border: 2px dotted #cbcac8;
  background: #ffffff;
  padding: 20px;
}
@media (min-width: 1200px) {
  .global-settings-holder .company-info {
    padding: 34px 65px 25px;
  }
}
.global-settings-holder .company-info table {
  width: 100%;
}
.global-settings-holder .company-info table th {
  background: #f9f9fd;
  color: #9396a0;
  font-size: 12px;
  font-weight: 500;
}
.global-settings-holder .company-info table th,
.global-settings-holder .company-info table td {
  padding: 7px 10px;
  width: 50%;
}
@media (min-width: 1200px) {
  .global-settings-holder .company-info table th,
.global-settings-holder .company-info table td {
    padding: 7px 30px;
  }
}
.global-settings-holder .company-info table i {
  color: #757fa6;
  font-size: 20px;
}
.global-settings-holder .company-info table .datepicker {
  max-width: 100%;
}

.position-relative .icon-calendar1 {
  position: absolute;
  top: 0;
  right: 3px;
}

.add-row-btn {
  color: #fb9500;
}
.add-row-btn:hover {
  color: #757fa6;
}

.colorpicker-holder label {
  font-size: 12px;
  color: #9396a0;
  margin-bottom: 0;
}

.multiple-slider-holder {
  display: flex;
  align-items: center;
  padding: 0 0 12px 12px;
}
.multiple-slider-holder.check-group {
  padding-bottom: 7px;
}
.multiple-slider-holder .slider-check {
  display: block;
  height: 16px;
  width: 24px;
  position: relative;
  background-color: transparent;
  border: 2px solid #c2c7da;
  border-radius: 2em;
}
.multiple-slider-holder .slider-check:before, .multiple-slider-holder .slider-check:after {
  transition: background 0.4s, left 0.4s, transform 0.4s, opacity 0.4s;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  z-index: 2;
}
.multiple-slider-holder .slider-check:after {
  left: 40%;
  transform: translate(-50%, -50%);
  background-color: #fb9500;
  opacity: 0;
  z-index: 1;
}
.multiple-slider-holder .slider-check.no-access:before {
  left: 10%;
  background-color: #fb6d73;
}
.multiple-slider-holder .slider-check.self:before {
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fb9500;
}
.multiple-slider-holder .slider-check.supervisor-only:before {
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #3377f0;
}
.multiple-slider-holder .slider-check.full-access:before {
  left: 90%;
  transform: translate(-100%, -50%);
  background-color: #02e4b4;
}
.multiple-slider-holder .slider-check.supervisor-self:before {
  left: 60%;
  transform: translate(-50%, -50%);
  background-color: #3377f0;
}
.multiple-slider-holder .slider-check.supervisor-self:after {
  opacity: 1;
}
.multiple-slider-holder .slider-check.readonly {
  pointer-events: none;
}
.multiple-slider-holder .counter {
  color: #fb9500;
  font-size: 14px;
  min-width: 24px;
  text-align: center;
}
.multiple-slider-holder .label,
.multiple-slider-holder input[type=checkbox] + label {
  font-size: 12px;
  padding-left: 20px;
  color: #757fa6;
}
.multiple-slider-holder input[type=checkbox] + label:not(:empty) {
  padding: 0 0 0 40px;
}
.multiple-slider-holder input[type=checkbox] + label:not(:empty):before {
  top: 5px;
}

.tab-inner .btn-link {
  font-size: 14px;
  color: #fb9500;
  padding: 7px 15px;
}

.permissions-settings .group label {
  color: #757fa6;
}
.permissions-settings .form-control,
.permissions-settings .form-control-style .dropdown-toggle {
  font-size: 12px;
}
.permissions-settings .slider-check-style input[type=checkbox]:not(:checked) + label:after {
  background-color: #fb6d73;
}
.permissions-settings .table-data table {
  font-size: 12px;
}
.permissions-settings .table-data table th {
  padding: 8px 13px;
}
.permissions-settings .table-data table td {
  padding: 10px 13px 0;
  vertical-align: top;
}

.roles-modal .modal-header {
  border: none;
}
.roles-modal .edit-opt {
  opacity: 0;
  transition: opacity 0.3s;
}
@media (min-width: 1200px) {
  .roles-modal .edit-opt {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
  }
}
.roles-modal .table-content table {
  min-width: 428px;
  margin: 0 auto;
  table-layout: fixed;
}
.roles-modal .table-content table.has-opt-on-hover .item:hover .edit-opt {
  opacity: 1;
}
.roles-modal .table-content table th:last-child,
.roles-modal .table-content table td:last-child {
  width: 37px;
}
.roles-modal .table-content table td {
  font-size: 12px;
  padding: 12px 8px;
}

.map-holder {
  width: 100%;
  height: 100%;
  min-height: 350px;
  margin-bottom: -15px;
}
@media (min-width: 768px) {
  .map-holder {
    margin-bottom: 0;
  }
}

.workers-tables-box .table-content {
  overflow: hidden;
}
@media (max-width: 767px) {
  .workers-tables-box .table-content:not(.tabs-wrap) {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.workers-tables-box .table-content th > span {
  display: block;
}
.workers-tables-box .table-content .head-tmplt-row .text-sm {
  display: block;
  font-size: 10px;
}
.workers-tables-box .table-content thead.bordered {
  border: 1px solid #d0d7f1;
}
.workers-tables-box .table-content .smaller-td-pad td {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 54px;
}
.workers-tables-box .table-content .smaller-td-pad td:first-child {
  padding-right: 0;
}
@media (min-width: 992px) {
  .workers-tables-box .table-content > .tab-content.right-content {
    margin-top: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
  }
}
@media (min-width: 1200px) {
  .workers-tables-box .table-content > .tab-content.right-content {
    margin-top: -20px;
    margin-right: -30px;
    margin-bottom: -20px;
  }
}
@media (max-width: 767px) {
  .workers-tables-box .table-content > .tab-content.right-content > .tab-pane {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .workers-tables-box .table-content > .tab-content.right-content > .tab-pane {
    padding-top: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .workers-tables-box .table-content > .tab-content.right-content > .tab-pane {
    padding-top: 20px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .workers-tables-box .table-content > .tab-content > .tab-pane {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .workers-tables-box .table-content > .tab-content > .tab-pane > .row {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .workers-tables-box .table-content > .tab-content > .tab-pane > .row > [class*=col] {
    margin-bottom: -20px;
  }
}
@media (min-width: 992px) {
  .workers-tables-box .extra-margin {
    margin-top: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1200px) {
  .workers-tables-box .extra-margin {
    margin-top: -20px;
    margin-right: -30px;
  }
}
@media (min-width: 992px) {
  .workers-tables-box .extra-padding {
    padding-top: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .workers-tables-box .extra-padding {
    padding-top: 41px;
    padding-right: 35px;
  }
}
.workers-tables-box .btn-add {
  font-size: 24px;
}

.locations-holder .form-control {
  color: #aaa6a1;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .locations-holder .form-control {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .locations-holder .form-control.w-55 {
    width: 55px;
  }
}
@media (min-width: 768px) {
  .locations-holder .form-control.w-102 {
    width: 102px;
  }
}
.locations-holder .input-holder {
  position: relative;
  width: 100%;
}
.locations-holder .input-holder .form-control {
  margin-right: 0;
  box-sizing: border-box;
  padding-right: 20px;
}
.locations-holder .input-holder i {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #757fa6;
}
.locations-holder input[type=submit] {
  min-width: 64px;
}
@media (min-width: 768px) {
  .locations-holder input[type=submit] {
    margin-left: 13px;
  }
}
@media (min-width: 1200px) {
  .locations-holder .table-data {
    padding-right: 14px;
  }
}
.locations-holder .table-data table {
  color: #757fa6;
  font-size: 12px;
}
.locations-holder .table-data table th,
.locations-holder .table-data table td {
  padding: 8px 8px;
}
.locations-holder .table-data table th:last-child,
.locations-holder .table-data table td:last-child {
  min-width: 80px;
}
.locations-holder .has-opt-on-hover tr:hover .opt-on-hover {
  opacity: 1;
}
.locations-holder .btn-share {
  color: #fb9500;
  display: inline-block;
  vertical-align: top;
  margin-left: 23px;
}
.locations-holder .btn-share:hover {
  color: #757fa6;
}
.locations-holder .btn-share i {
  font-size: 20px;
}
.locations-holder .delete-opt {
  color: #f78389;
  position: absolute;
  top: 11px;
  right: -31px;
}
.locations-holder .delete-opt.opt-on-hover.delete-opt {
  color: #f78389 !important;
}
.locations-holder .delete-opt:hover {
  color: #757fa6;
}
.locations-holder .opt-on-hover {
  opacity: 0;
  transition: opacity 0.3s;
}

@media (min-width: 1200px) {
  .table-content .segments-holder table th,
.table-content .segments-holder table td {
    padding: 8px 32px;
  }
}
.table-content .segments-holder table th:first-child,
.table-content .segments-holder table td:first-child {
  width: 55%;
}
.table-content .segments-holder table th:last-child,
.table-content .segments-holder table td:last-child {
  width: 45%;
}
.table-content .segments-holder table .form-control {
  padding-bottom: 9px;
}

.segments-holder label {
  min-width: 150px;
  padding-left: 14px;
}

.segments-list.main-list li:only-child .delete-opt {
  visibility: hidden;
}
.segments-list > li {
  margin-bottom: 5px;
}
.segments-list > li > .drop .segments-list {
  box-shadow: 0 2px 18px 0 rgba(139, 143, 161, 0.14);
}
.segments-list li.active > .opener .accordion-icon {
  transform: rotate(90deg);
}
.segments-list .accordion-icon {
  display: block;
  color: #757fa6;
  transition: transform 0.3s, opacity 0.3s;
  font-size: 20px;
  position: absolute;
  top: 11px;
  left: 2px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .segments-list .accordion-icon {
    top: 19px;
  }
}
@media (min-width: 1200px) {
  .segments-list .accordion-icon {
    left: 8px;
    font-size: 30px;
    top: 11px;
  }
}
.segments-list .opener {
  position: relative;
  background-color: #e5e8f4;
  border: 1px solid #e4e4f0;
  padding: 10px 10px 10px 35px;
}
@media (min-width: 480px) {
  .segments-list .opener {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .segments-list .opener {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .segments-list .opener {
    padding: 12px 50px 11px 68px;
  }
}
@media (min-width: 1300px) {
  .segments-list .opener {
    padding: 12px 15px 11px 68px;
  }
}
.segments-list .opener:only-child .accordion-icon {
  opacity: 0;
  visibility: hidden;
}
.segments-list .opener:not(:only-child) .add-new-sub {
  visibility: hidden;
}
.segments-list .opener:hover .opt-on-hover {
  opacity: 1;
}
@media (min-width: 1024px) {
  .segments-list .opt-on-hover {
    transition: opacity 0.3s;
    opacity: 0;
  }
}
.segments-list .delete-opt {
  position: absolute;
  top: 10px;
  right: 6px;
  font-size: 20px;
  color: #f78389;
}
@media (min-width: 1300px) {
  .segments-list .delete-opt {
    top: 50%;
    transform: translateY(-50%);
    right: -27px;
    font-size: 20px;
  }
}
.segments-list .slider-check-style {
  display: block;
  width: 24px;
  margin-left: 15px;
}
@media (min-width: 1200px) {
  .segments-list .slider-check-style {
    margin-left: 34px;
  }
}
.segments-list .slider-check-style input[type=checkbox]:checked + label:after {
  background-color: #02e4b4;
  left: 13px;
}
.segments-list .slider-check-style input[type=checkbox] + label {
  margin-bottom: 0;
}
.segments-list .slider-check-style input[type=checkbox] + label:before {
  width: 24px;
}
.segments-list .slider-check-style input[type=checkbox] + label:after {
  background-color: #fb6d73;
}
.segments-list .form-control {
  padding: 6px 0 8px;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 10px;
  width: 115px;
}
@media (min-width: 1200px) {
  .segments-list .form-control {
    margin-right: 25px;
    width: 221px;
    margin-bottom: 0;
  }
}
.segments-list .form-control:last-of-type {
  margin-right: 0;
}
.segments-list .row-title {
  color: #757fa6;
  padding-left: 20px;
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .segments-list .row-title {
    margin-bottom: 0;
    margin-right: 16px;
    min-width: 115px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .segments-list .row-title {
    padding-left: 0;
    min-width: 75px;
  }
}
.segments-list .drop {
  padding: 0 0 0 10px;
}
@media (min-width: 1200px) {
  .segments-list .drop {
    padding: 0 29px 0 17px;
  }
}
.segments-list .drop > .segments-list > li {
  margin-top: -1px;
}
.segments-list .drop > .segments-list > li:nth-child(odd) > .opener {
  background-color: #ffffff;
  border-color: #dde0f0;
}
.segments-list .drop > .segments-list > li:nth-child(even) > .opener {
  background-color: #f4f5fa;
  border-color: #dde0f0;
}
.segments-list .drop li {
  margin-bottom: 0;
}
.segments-list .drop li:only-child .delete-opt {
  visibility: visible;
}
.segments-list .drop .colorpicker-box,
.segments-list .drop .pickr {
  opacity: 1;
  visibility: visible;
}
.segments-list .drop .drop {
  padding: 0 0 0 10px;
  background-color: #e8eaf6;
}
@media (min-width: 1200px) {
  .segments-list .drop .drop {
    padding: 0 0 0 20px;
  }
}
.segments-list .drop .drop .opener {
  border: none;
}
.segments-list .drop .drop li {
  margin-top: 0;
}
.segments-list .drop .drop li:nth-child(even) > .opener {
  background-color: #ffffff;
}
.segments-list .drop .drop li:nth-child(odd) > .opener {
  background-color: #f4f5fa;
}
.segments-list .border-block {
  border: 1px solid #e4e4f0;
  border-top: none;
}
.segments-list .colorpicker-box,
.segments-list .pickr .pcr-button {
  width: 18px;
  height: 18px;
  box-shadow: none;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}
.segments-list .colorpicker-box .colorpicker-input,
.segments-list .pickr .pcr-button .colorpicker-input {
  cursor: pointer;
}
.segments-list .colorpicker-box,
.segments-list .pickr {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -2px;
  left: -8px;
}
@media (min-width: 992px) {
  .segments-list .colorpicker-box,
.segments-list .pickr {
    top: 6px;
  }
}
@media (min-width: 1200px) {
  .segments-list .colorpicker-box,
.segments-list .pickr {
    top: 2px;
    left: -28px;
  }
}

@keyframes zoomInCircle {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 60px;
    height: 60px;
  }
}
.changes-approve-modal table {
  min-width: 550px;
}
.changes-approve-modal .workers-tables-box .table-content table td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.changes-approve-modal .main-worker-info {
  font-size: 12px;
}
.changes-approve-modal .d-flex .content-with-bg {
  margin: 0 1px;
  flex-grow: 1;
}
.changes-approve-modal .d-flex .content-with-bg:not(:only-child) {
  min-width: 0;
}
.changes-approve-modal .text-holder {
  max-width: 388px;
  margin: 0 auto;
}

.footer-dark {
  background-color: #f1f2f8;
  padding: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .footer-dark {
    padding: 31px 50px;
  }
}
.footer-dark .info-block {
  color: #474a56;
  margin: 0 10px 20px 0;
  width: calc(33.332% - 10px);
}
@media (min-width: 768px) {
  .footer-dark .info-block {
    width: auto;
    margin: 0 18px 0 0;
  }
}
@media (min-width: 1200px) {
  .footer-dark .info-block:last-of-type {
    margin-right: 60px;
  }
}
.footer-dark .title {
  display: block;
  color: #9396a0;
  font-weight: 500;
  font-size: 12px;
  margin: 0 0 6px;
}
.footer-dark strong {
  font-weight: 600;
}
.footer-dark .btn {
  padding-top: 9px;
  padding-bottom: 9px;
}
@media (min-width: 1200px) {
  .footer-dark .btn {
    min-width: 137px;
  }
}

.add-person-modal {
  max-width: 643px;
}
.add-person-modal [class*=col-] .bootstrap-select {
  width: 100% !important;
}
.add-person-modal .dropdown.select-style {
  border: 2px solid rgba(117, 127, 166, 0.22);
  background-color: #ffffff;
}
.add-person-modal .dropdown.select-style .dropdown-toggle {
  padding-top: 5px;
  padding-bottom: 7px;
}
.add-person-modal .text-sm {
  color: #9396a0;
  font-size: 12px;
}
.add-person-modal .selected-content .count {
  line-height: 1.5;
}
.add-person-modal .group > label {
  width: 160px;
}
.add-person-modal input[type=submit] {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 1200px) {
  .add-person-modal input[type=submit] {
    min-width: 152px;
  }
}
.add-person-modal .position-relative .asign-btn {
  position: absolute;
  top: 0;
  left: 0;
}
.add-person-modal .asign-btn {
  color: #fb9500;
}
.add-person-modal .asign-btn i {
  color: #474a56;
  font-size: 23px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
}
.add-person-modal .form-control {
  font-size: 14px;
}
.add-person-modal .form-control:not(.timepicker) {
  padding-bottom: 7px;
}

.filter-option-inner-inner img,
.bootstrap-select .dropdown-item img {
  margin-right: 10px;
}

.category-select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 135px;
  border: none;
  border-radius: 4px;
  background-color: #cafdfc;
}
.category-select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-toggle {
  padding: 3px 23px 3px 8px;
}
.category-select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-toggle .filter-option {
  text-align: center;
}

.select-colors .dropdown-toggle {
  position: relative;
  padding-left: 31px;
}
.select-colors .filter-option-inner-inner > span:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.select-colors .filter-option-inner-inner > span.color-1:before {
  background-color: #ffcdcf;
}
.select-colors .filter-option-inner-inner > span.color-2:before {
  background-color: #fb9500;
}
.select-colors .filter-option-inner-inner > span.color-3:before {
  background-color: #02e4b4;
}

.time-block {
  padding: 10px;
  border: 1px solid #e4e4f0;
  background-color: #f9f9fd;
  position: relative;
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  .time-block {
    display: flex;
    align-items: center;
    padding: 10px 19px 10px;
  }
}
.time-block .group {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.time-block .group > label {
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  width: 70px;
}
.time-block .input-item {
  margin-right: 15px;
}
.time-block .form-control.timepicker {
  font-size: 14px;
  background-color: transparent;
  color: #474a56;
}
.time-block .delete-opt {
  font-size: 23px;
  color: #f78389;
}
@media (max-width: 767px) {
  .time-block .delete-opt {
    position: absolute;
    top: 5px;
    right: 5px;
  }
}

.shifts-table {
  font-size: 12px;
}
.shifts-table table.has-opt-on-hover .opt-on-hover.color-3 {
  color: #f78389 !important;
}
.shifts-table thead {
  border: 1px solid #e8e8f2;
  background-color: #f1f2f8;
}
.shifts-table tbody {
  background-color: #f9f9fd;
  border: 1px solid #e4e4f0;
}
.shifts-table tbody:nth-of-type(even) {
  background-color: #f4f4fa;
}
.shifts-table tbody:only-of-type .delete-body {
  display: none !important;
}
.shifts-table tbody:hover .delete-body {
  opacity: 1 !important;
}
.shifts-table tbody tr:first-child .opt-on-hover:not(.delete-body) {
  display: none !important;
}
.shifts-table th:first-of-type,
.shifts-table td:first-of-type {
  padding-left: 25px !important;
  width: 60px;
}
.shifts-table th:nth-of-type(8),
.shifts-table td:nth-of-type(8) {
  width: 150px;
}
.shifts-table th:nth-of-type(9),
.shifts-table td:nth-of-type(9) {
  width: 60px;
}
.shifts-table th:last-of-type,
.shifts-table td:last-of-type {
  width: 112px;
}
.shifts-table th .group,
.shifts-table td .group {
  margin-bottom: 0;
}
.shifts-table .row-foot {
  border: 1px solid #f1f2f8;
}
.shifts-table .row-foot td:first-of-type {
  color: #aaa6a1;
}
.shifts-table .form-control,
.shifts-table .select-style .dropdown-toggle {
  font-size: 12px;
}
.shifts-table .form-control {
  background-color: transparent;
  padding-bottom: 8px;
}
.shifts-table .form-control.timepicker, .shifts-table .form-control.datepicker {
  color: #474a56;
}
.shifts-table .select-style {
  padding-bottom: 3px;
  padding-top: 3px;
  background-color: transparent;
}
.shifts-table .department-select .dropdown-toggle {
  font-size: 14px;
}
.shifts-table .btn-people {
  color: #fb9500;
  font-size: 20px;
  display: inline-block;
  vertical-align: text-top;
}
.shifts-table .btn-people:hover {
  color: #02e4b4;
}
.shifts-table .group:not(:only-child) {
  display: inline-block;
  margin-right: 1px;
}
.shifts-table .delete-body {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -31px;
}
.shifts-table .add-body-row {
  font-size: 14px;
  color: #fb9500;
}
.shifts-table .add-body-row:hover {
  color: #02e4b4;
}

@media (min-width: 1200px) {
  .btn.create-shift-btn {
    padding: 10px 15px;
    min-width: 154px;
  }
}

.department-select {
  border: none;
  min-width: 166px;
  position: relative;
  padding-right: 23px;
}
.department-select .dropdown-toggle {
  text-align: center;
  position: static;
}
.department-select .dropdown-toggle .filter-option {
  text-align: center;
}
.department-select .accounting-custom-styles {
  background-color: #f9c38d !important;
}
.department-select .sales-custom-styles {
  background-color: #85f9f7 !important;
}
.department-select .designers-custom-styles {
  background-color: #ffcdcf !important;
}

.workers-tables-box.common-form-style.modal-form-style {
  padding: 20px 0;
}

.add-employees-modal .modal-dialog {
  max-width: 830px;
}
.add-employees-modal .modal-header {
  border: none;
}
.add-employees-modal .col-head-box.group > label {
  text-align: left;
}
.add-employees-modal .left-col .column-2.right-column {
  display: none !important;
}
.add-employees-modal .right-col .column-2.left-column {
  display: none !important;
}
.add-employees-modal .modal-body {
  padding: 0 10px 10px;
}
@media (min-width: 1024px) {
  .add-employees-modal .modal-body {
    padding: 0 60px 32px;
  }
}
.add-employees-modal .modal-body input + label {
  padding-left: 25px;
}
.add-employees-modal .modal-body .selectable-area {
  font-size: 12px;
  margin: 0 0 10px;
}
.add-employees-modal .modal-body .selectable-area ul li {
  display: flex;
  align-items: center;
  margin: 0 0 6px;
  font-size: 14px;
}
.add-employees-modal .modal-body .selectable-area ul li:hover .edit-opt {
  opacity: 1;
}
.add-employees-modal .modal-body .selectable-area ul li label {
  margin: 0;
}
.add-employees-modal .modal-body .selectable-area img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.add-employees-modal .modal-body .selectable-area .list-head-box {
  margin-bottom: 9px;
}
.add-employees-modal .group.m-b-small {
  margin-bottom: 6px;
}
.add-employees-modal .selects-wrap {
  width: auto;
}
.add-employees-modal .selects-wrap .selects-box {
  padding: 12px 8px;
  left: 84%;
  transform: translateX(-50%);
  right: auto;
  width: 176px;
}
.add-employees-modal .selects-active-btn.select-style {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 12px;
}
.add-employees-modal .selects-active-btn.select-style .text {
  padding-right: 30px;
}
.add-employees-modal .selects-active-btn.select-style i {
  color: #474a56;
  font-size: 12px;
}
.add-employees-modal .column-1 {
  width: 70%;
}
.add-employees-modal .column-2 {
  width: 30%;
}
.add-employees-modal .edit-opt {
  color: #fbc800;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.3s;
}
.add-employees-modal .text-sm {
  color: #9396a0;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .add-employees-modal input[type=submit] {
    min-width: 162px;
  }
}
.add-employees-modal .form-control.datepicker {
  max-width: 120px;
  width: 100%;
  color: #474a56;
  padding: 6px 20px 6px 0;
}
.add-employees-modal .form-control.datepicker + i {
  font-size: 20px;
  top: 2px;
  right: -4px;
  position: absolute;
}
.add-employees-modal .table-search-box.active .search-input {
  width: auto;
  text-align: left;
}

.sidebar-block {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 22;
  transition: right 0.3s;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f4f5fa;
  box-shadow: -7px 2px 47px 0 rgba(0, 0, 0, 0.19);
  padding: 26px 15px 0;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .sidebar-block {
    padding: 26px 40px 0;
    max-width: 387px;
  }
}
.sidebar-block.active {
  right: 0;
}
.sidebar-block h5 {
  color: #3377f0;
  font-size: 14px;
  margin: 0 0 5px;
}
.sidebar-block .text-sm {
  font-size: 10px;
  color: #757fa6;
}
.sidebar-block .text-sm p {
  margin: 0 0 4px;
}
.sidebar-block .period-opt-box {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fb9500;
  padding-left: 0;
  padding-right: 0;
}
.sidebar-block .period-opt-box .next-period,
.sidebar-block .period-opt-box .prev-period {
  color: rgba(71, 74, 86, 0.22);
}
.sidebar-block .period-opt-box .next-period i,
.sidebar-block .period-opt-box .prev-period i {
  font-size: 26px;
  line-height: 26px;
}
.sidebar-block .selects-wrap {
  width: calc(50% - 4px);
}
.sidebar-block .info-list {
  font-weight: 700;
  color: #7d8292;
  display: flex;
  margin: 0;
}
.sidebar-block .info-list li {
  margin-left: 16px;
  position: relative;
}
.sidebar-block .info-list li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 1px;
  left: -8px;
  background-color: #cfd9ff;
  width: 1px;
  height: 20px;
}
.sidebar-block .draggable-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px 36px;
}
.sidebar-block .tmplt-item {
  width: 100%;
  padding: 2px 5px;
  margin: 0 3px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
}
@media (min-width: 576px) {
  .sidebar-block .tmplt-item {
    width: calc(50% - 6px);
  }
}
@media (min-width: 1024px) {
  .sidebar-block .tmplt-item {
    width: calc(33.332% - 6px);
  }
}
.sidebar-block .tmplt-item.more-btn {
  background-color: transparent;
  color: #fb9500;
}
.sidebar-block .tmplt-item.more-btn:hover {
  color: #02e4b4;
}
.sidebar-block .tmplt-item .hover-box {
  display: none !important;
}
.sidebar-block .sidebar-footer {
  background-color: #ffffff;
  margin: 0 -15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 13px 10px;
}
@media (min-width: 1024px) {
  .sidebar-block .sidebar-footer {
    margin: 0 -40px;
  }
}
.sidebar-block .items-holder {
  position: relative;
  z-index: 2;
}
.sidebar-block .info-block {
  color: #474a56;
  padding: 0 10px;
}
.sidebar-block .info-block .title {
  display: block;
  color: #9396a0;
  font-size: 12px;
  margin: 0 0 4px;
}
.sidebar-block button[type=submit] {
  min-width: 74px;
  position: relative;
  padding: 7px 15px;
}
.sidebar-block button[type=submit] .value-badge {
  position: absolute;
  top: -5px;
  right: -15px;
  background-color: #02e4b4;
}

.available-shifts-view {
  display: flex;
  flex-wrap: wrap;
  padding: 0 19px 10px;
}
.available-shifts-view + .available-time {
  font-size: 10px;
  text-align: center;
  display: block;
  padding: 0 10px;
  color: #757fa6;
}
.available-shifts-view .shift-item {
  min-width: 7px;
  margin: 1px;
  border-radius: 2px;
  flex-grow: 1;
}
.available-shifts-view .shift-item.sales {
  background-color: #ffe6ce;
}
.available-shifts-view .shift-item.dev {
  background-color: #ffcdcf;
}
.available-shifts-view .shift-item.shipping {
  background-color: #cafdfc;
}
.available-shifts-view .shift-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.main-worker-info.ui-draggable {
  cursor: move;
}
.main-worker-info.ui-draggable.ui-draggable-dragging {
  cursor: move;
}

.notification-block {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  color: #ffffff;
  background-color: #5251e1;
  z-index: 10;
  padding: 21px 0 11px;
  transition: top 0.3s;
}
.notification-block.has-checked {
  top: 0;
}
.notification-block .info-title {
  display: block;
  margin-bottom: 10px;
}
.notification-block .btn {
  margin-left: 10px;
  text-transform: uppercase;
  min-width: 110px;
  margin-bottom: 10px;
}

.filter-select-wrap .filter-select {
  transition: background-color 0.3s, color 0.3s;
  background-color: transparent;
  color: #fb9500;
  border-radius: 2em;
  padding: 8px 10px;
  min-width: 182px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.filter-select-wrap .filter-select.active {
  background-color: #3377f0;
  color: #ffffff;
}
.filter-select-wrap .filter-select.active i {
  color: #ffffff;
}
.filter-select-wrap .filter-select.select-default {
  color: #474a56;
}
.filter-select-wrap .filter-select.select-default i {
  left: auto;
  right: 7px;
}
.filter-select-wrap .filter-select.toggler-sm {
  min-width: 0;
  padding: 4px;
}
.filter-select-wrap .filter-select.toggler-sm i {
  position: static;
  transform: none;
}
.filter-select-wrap .filter-select i {
  transition: color 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13px;
  font-size: 18px;
  color: #cbcac8;
  display: inline-block;
  vertical-align: middle;
}
.filter-select-wrap .filter-select .title {
  font-weight: 400;
}

.filters-drop {
  position: relative;
  background-color: #e9ebf7;
  border: 1px solid #d2d9f1;
  padding: 10px;
  display: none;
}
@media (min-width: 1024px) {
  .filters-drop {
    padding: 38px 33px 16px;
  }
}
.filters-drop:before {
  content: "";
  position: absolute;
  top: -12px;
  right: 34%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 12px 11px;
  border-color: transparent transparent #d2d9f1 transparent;
}
.filters-drop:after {
  content: "";
  position: absolute;
  top: -11px;
  right: calc(34% + 1px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 11px 10px;
  border-color: transparent transparent #e9ebf7 transparent;
}
.filters-drop .close {
  position: absolute;
  top: 3px;
  right: 9px;
}
@media (min-width: 1024px) {
  .filters-drop .close {
    top: 12px;
    right: 21px;
  }
}
.filters-drop .group {
  width: 25%;
  padding: 0 25px 19px;
}
.filters-drop .select-style {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #3377f0;
}
.filters-drop .select-style .dropdown-toggle {
  font-size: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.filters-drop .select-colors .filter-option-inner-inner > span:before {
  width: 14px;
  height: 14px;
  border: 1px solid #757fa6;
  top: 9px;
}
.filters-drop .select-colors .dropdown-toggle {
  padding-left: 18px;
}
.filters-drop .select-style,
.filters-drop .form-control {
  width: 100% !important;
}
.filters-drop .form-control {
  font-size: 12px;
  padding-top: 8px;
  background-color: transparent;
  padding-bottom: 8px;
  padding-left: 8px;
}
.filters-drop .form-control::placeholder {
  color: #474a56 !important;
}
.filters-drop .form-control.datepicker {
  max-width: 100%;
}
.filters-drop .form-control.datepicker + i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  z-index: 2;
  font-size: 20px;
  color: #757fa6;
}
.filters-drop input[type=checkbox]:checked + label:before {
  background-color: #3377f0;
  border-color: #3377f0;
}
.filters-drop input[type=checkbox] + label {
  margin-bottom: 0;
  color: #474a56;
  padding-left: 25px;
}
.filters-drop input[type=radio]:checked + label:before {
  border-color: #3377f0;
}
.filters-drop input[type=radio]:checked + label:after {
  background-color: #3377f0;
}
.filters-drop input[type=radio] + label:not(:empty) {
  color: #474a56;
  margin-bottom: 0;
  padding-left: 18px;
}
@media (min-width: 576px) {
  .filters-drop input[type=radio] + label:not(:empty) {
    padding-left: 25px;
  }
}
.filters-drop .slider-check-style input[type=checkbox]:checked + label:before {
  background-color: transparent;
}
.filters-drop .slider-check-style input[type=checkbox] + label:before {
  border-color: #c2c7da;
}
.filters-drop .btn.btn-primary {
  border: 1px solid #757fa6;
  background-color: transparent;
  color: #757fa6;
  min-width: 143px;
}
.filters-drop .btn.btn-primary:hover {
  background-color: #757fa6;
  color: #ffffff;
}
.filters-drop .info {
  font-weight: 400;
  padding: 0 11px;
}

.time-worker-table {
  position: relative;
}
.time-worker-table table.no-strips .item:nth-child(even) {
  background-color: transparent;
}
.time-worker-table table .item:nth-child(even) {
  background-color: #eaf2ff;
}
.time-worker-table table .content-with-bg:not(.main-worker-info) {
  padding: 2px;
  min-width: 88px;
  max-width: 109px;
}
.time-worker-table table .extra-width {
  width: 170px;
}
.time-worker-table table .extra-sm-width {
  width: 88px;
}
.time-worker-table table .status {
  font-size: 10px;
  border-bottom: 1px solid #e445a3;
  padding: 0 11px;
  display: inline-block;
}
.time-worker-table table p {
  margin: 0;
}
@media (min-width: 1024px) {
  .time-worker-table .tab-content {
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .time-worker-table .bottom-table-info {
    margin: 0;
    position: absolute;
    bottom: 13px;
    right: 0;
  }
}
.time-worker-table .map-holder {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .time-worker-table .map-holder {
    min-height: 627px;
  }
}
.time-worker-table .map-holder .gm-style-pbc + div img {
  border-radius: 50%;
}
.time-worker-table .heading-panel input[type=checkbox]:checked + label:before {
  background-color: #3377f0;
}
.time-worker-table .heading-panel input[type=checkbox] + label {
  font-size: 12px;
  padding-left: 25px;
}
.time-worker-table .heading-panel input[type=checkbox] + label:before {
  border-color: #3377f0;
}
.time-worker-table .heading-panel .check-group {
  margin-left: 0;
  margin-right: 23px;
}
.time-worker-table .heading-panel .btn-group {
  margin-left: 5px;
}
.time-worker-table .heading-panel .btn-group .btn {
  padding: 6px 13px;
  font-size: 14px;
}
.time-worker-table .heading-panel .min-width-360 {
  min-width: 360px;
}
@media (min-width: 1200px) {
  .time-worker-table .heading-panel .min-width-360 {
    min-width: 0;
  }
}
.time-worker-table .btn-people {
  font-size: 20px;
}
.time-worker-table .btn-people.color-1 {
  color: #fb9500;
}
.time-worker-table .btn-people.color-1:hover {
  color: #007bff;
}
.time-worker-table .table-content {
  overflow: visible;
}

.punches-holder {
  background-color: #ffffff;
  box-shadow: 0 2px 18px 0 rgba(139, 143, 161, 0.14);
  border: solid 1px #dde0f0;
  padding: 13px 10px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .punches-holder {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .punches-holder {
    padding: 13px 42px;
  }
}
.punches-holder .type-01 {
  color: #3377f0;
}
.punches-holder .type-02 {
  color: #00bd95;
}
.punches-holder .type-03 {
  color: #fb9500;
}
@media (min-width: 992px) {
  .punches-holder table {
    margin: 0 -42px;
  }
}
@media (min-width: 992px) {
  .punches-holder table th:first-child,
.punches-holder table td:first-child {
    padding-left: 42px;
  }
}
@media (min-width: 992px) {
  .punches-holder table th:last-child,
.punches-holder table td:last-child {
    padding-right: 42px;
  }
}

.common-worker-style.bigger-worker-style .punches-holder .main-worker-info {
  max-width: 140px;
  font-size: 12px;
}
.common-worker-style.bigger-worker-style .punches-holder .main-worker-info .avatar {
  width: 26px;
  height: 26px;
}

@media (min-width: 768px) {
  .position-relative .punches-holder {
    position: absolute;
    top: 24px;
    right: 33px;
    z-index: 5;
  }
}

.pay-period-form .form-control {
  background-color: transparent;
}

.shifts-over-modal .common-worker-style .main-worker-info {
  max-width: 125px;
  font-size: 12px;
}
.shifts-over-modal .workers-tables-box .table-content table th,
.shifts-over-modal .workers-tables-box .table-content table td {
  padding: 4px 8px;
}

@media (min-width: 992px) {
  .reporting-box .tab-content {
    padding: 0;
    margin-top: -26px;
  }
}
.reporting-box label {
  color: #757fa6;
}
.reporting-box .page-head-box {
  margin-bottom: 22px;
}
@media (min-width: 1200px) {
  .reporting-box .page-head-box .bigger-space {
    margin-left: 54px;
  }
}
.reporting-box .page-head-box .period-opt-box {
  margin-left: 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .reporting-box .page-head-box .period-opt-box {
    min-width: 240px;
  }
}
.reporting-box .page-head-box .label {
  color: #3377f0;
  font-size: 16px;
  font-weight: 700;
  margin-right: 18px;
}
.reporting-box .table-data {
  min-height: 300px;
}
@media (min-width: 992px) {
  .reporting-box .table-data {
    padding: 53px 0 0;
  }
}
.reporting-box .table-data .w-120 {
  width: 120px;
}
.reporting-box .table-data .w-140 {
  width: 140px;
}

.report-block {
  padding: 10px 20px 8px;
  border-top: 1px solid #f1f2f8;
}
@media (min-width: 1200px) {
  .report-block {
    padding: 31px 64px 8px;
  }
}
.report-block .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 160px;
}
.report-block .group {
  margin-bottom: 9px;
}
.report-block label {
  width: 114px;
  margin-right: 25px;
  text-align: right;
}
@media (min-width: 1200px) {
  .report-block .btn {
    min-width: 160px;
  }
}

.sidebar-notifications {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  max-width: 488px;
  z-index: 22;
  background-color: #f4f5fa;
  transition: right 0.3s;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 2px 18px 0 rgba(139, 143, 161, 0.14);
  width: 100%;
}
.sidebar-notifications.active {
  right: 0;
}
.sidebar-notifications .notifications-header {
  background-color: #3377f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 20px;
}
.sidebar-notifications .notifications-header .close {
  opacity: 1;
  margin-left: 15px;
}
.sidebar-notifications .notifications-header .close:before, .sidebar-notifications .notifications-header .close:after {
  background-color: #ffffff;
  width: 2px;
  height: 16px;
}
.sidebar-notifications .notifications-header .close:after {
  width: 16px;
  height: 2px;
}
.sidebar-notifications .notifications-list {
  background-color: #ffffff;
  font-size: 12px;
  border: solid 1px #dde0f0;
}
.sidebar-notifications .notifications-list li {
  padding: 16px 41px 14px 11px;
  position: relative;
  margin-left: 0;
  transition: background-color 0.3s;
  border-bottom: 1px solid rgba(203, 202, 200, 0.47);
}
.sidebar-notifications .notifications-list li.new {
  background-color: #cafdfc;
}
.sidebar-notifications .notifications-list li.new .main-worker-info {
  background-color: #85f9f7;
  border-color: #85f9f7;
}
.sidebar-notifications .notifications-list li .close {
  position: absolute;
  top: 29px;
  right: 7px;
}
.sidebar-notifications .notifications-list li a:not(.btn) {
  height: auto;
}
.sidebar-notifications .notifications-list .btn-light {
  font-size: 24px;
  color: #02e4b4;
  background-color: transparent;
  border: none;
  min-width: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.sidebar-notifications .close {
  position: relative;
  display: block;
  width: 12px !important;
  height: 12px !important;
  transform: rotate(45deg);
}
.sidebar-notifications .close:before, .sidebar-notifications .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 12px;
  background-color: #757fa6;
}
.sidebar-notifications .close:after {
  width: 12px;
  height: 1px;
}
.sidebar-notifications .main-worker-info {
  transition: background-color 0.3s, border-color 0.3s;
  background-color: #f9f9fd;
  color: rgba(78, 31, 33, 0.68);
  font-size: 12px;
  border-color: #e4e4f0;
  padding-left: 0;
}
.sidebar-notifications .badge {
  padding: 5px 7px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 10px;
  vertical-align: bottom;
}
.sidebar-notifications .notification-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sidebar-notifications .notification-title .time-holder {
  width: 100%;
  text-transform: uppercase;
  padding: 8px 10px 4px;
}
.sidebar-notifications .notification-title .time {
  color: #757fa6;
}
.sidebar-notifications .notification-title .time-total {
  color: #02e4b4;
}
.sidebar-notifications .notification-footer {
  padding: 9px 9px 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(117, 127, 166, 0.24);
}
.sidebar-notifications h4 {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
}
.sidebar-notifications .h4 {
  font-size: 16px;
  color: #3377f0;
}
.sidebar-notifications .filter-holder {
  display: flex;
  align-items: center;
}
.sidebar-notifications .selects-wrap {
  width: 81px;
}
.sidebar-notifications .selects-wrap .selects-active-btn.select-style {
  box-shadow: inset 0 1px 10px 0 rgba(21, 62, 118, 0.28);
  background-color: rgba(1, 17, 29, 0.15);
  border: none;
  color: #ffffff;
}
.sidebar-notifications .selects-wrap .selects-box.select-style {
  left: auto;
  width: 120px;
}
.sidebar-notifications .selects-wrap .dropdown-menu a {
  height: auto !important;
  padding: 10px !important;
  color: #474a56 !important;
}
.sidebar-notifications .btn {
  font-size: 14px;
  min-width: 80px;
  margin-left: 10px;
}
.sidebar-notifications .btn:first-of-type {
  margin-left: 0;
}
.sidebar-notifications .btn-link {
  color: #fb9500;
}
.sidebar-notifications .badge-primary {
  background-color: #02e4b4;
}
.sidebar-notifications .comment {
  max-width: 155px;
}
.sidebar-notifications .filters-drop {
  padding: 19px 31px;
}
.sidebar-notifications .filters-drop .mx-neg {
  margin: 0 -10px;
}
.sidebar-notifications .filters-drop .column {
  width: 50%;
  padding: 0 10px;
}
.sidebar-notifications .filters-drop .group {
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
}
.sidebar-notifications .filters-drop .select-style {
  border: 2px solid rgba(117, 127, 166, 0.22);
  border-radius: 7px;
  max-width: 163px;
}
.sidebar-notifications .filters-drop .select-style a {
  color: #474a56;
}
.sidebar-notifications .filters-drop .select-light {
  max-width: 100%;
}
.sidebar-notifications .filters-drop .datepicker {
  border: none;
  border-bottom: 1px solid #3377f0;
  border-radius: 0;
}

.sidebar-chat {
  position: fixed;
  top: 0;
  right: -100%;
  max-width: 500px;
  width: 100%;
  z-index: 22;
  background-color: #ffffff;
  transition: right 0.3s;
  box-shadow: -5px 0 14px 0 rgba(0, 0, 0, 0.18);
  display: flex;
}
.sidebar-chat.active {
  right: 0;
}
.sidebar-chat .close {
  position: relative;
  display: block;
  width: 16px !important;
  height: 16px !important;
  transform: rotate(45deg);
}
.sidebar-chat .close:before, .sidebar-chat .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 16px;
  background-color: #757fa6;
}
.sidebar-chat .close:after {
  width: 16px;
  height: 2px;
}
.sidebar-chat .chat-nav {
  transition: left 0.3s;
  background-color: #f4f5fa;
  width: 150px;
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 576px) {
  .sidebar-chat .chat-nav {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 3;
  }
}
@media (max-width: 576px) {
  .sidebar-chat .chat-nav.active {
    left: 0;
  }
}
@media (max-width: 576px) {
  .sidebar-chat .chat-nav.active + .chat-main-holder {
    margin-left: 150px;
    min-width: 100%;
  }
}
.sidebar-chat .chat-main-holder {
  transition: margin-left 0.3s;
  width: 100%;
  position: relative;
}
@media (min-width: 576px) {
  .sidebar-chat .chat-main-holder {
    width: calc(100% - 150px);
  }
}
.sidebar-chat .chat-main-holder > div {
  display: none;
}
.sidebar-chat .chat-main-holder > div.tab-active {
  display: block;
}
.sidebar-chat .hashtag-list {
  font-weight: 600;
  font-size: 14px;
  padding: 16px 11px 24px;
}
.sidebar-chat .hashtag-list li {
  margin-bottom: 2px;
}
.sidebar-chat .hashtag-list li.active a {
  background-color: #3377f0;
  color: #ffffff;
}
.sidebar-chat .hashtag-list a {
  height: auto;
  display: block;
  border-radius: 6px;
  padding: 3px 10px !important;
  transition: background-color 0.3s, color 0.3s;
  color: #474a56;
}
.sidebar-chat .hashtag-list a:hover {
  background-color: rgba(51, 119, 240, 0.5);
  color: #ffffff;
}
.sidebar-chat .chat-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.sidebar-chat .chat-group li.closed .title:before {
  transform: rotate(180deg);
}
.sidebar-chat .chat-group .title {
  display: block;
  background-color: #e1e3ef;
  text-transform: uppercase;
  color: #3377f0;
  position: relative;
  font-size: 11px;
  padding: 3px 5px;
  cursor: pointer;
}
.sidebar-chat .chat-group .title:before {
  content: "";
  transition: transform 0.3s;
  font-family: "icomoon";
  font-size: 20px;
  color: rgba(71, 74, 86, 0.26);
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.sidebar-chat .chat-list {
  padding: 10px 0;
}
.sidebar-chat .chat-list li {
  margin-bottom: 7px;
}
.sidebar-chat .chat-list a {
  color: #9396a0;
  font-size: 12px;
  font-weight: 500;
  display: block;
  padding: 0 5px 0 27px !important;
}
.sidebar-chat .chat-list a:hover {
  color: #474a56;
}
.sidebar-chat .chat-list li a .value-badge {
  display: inline-block;
  vertical-align: middle;
  right: auto !important;
  left: 4px;
  top: -3px !important;
}
.sidebar-chat .chat-list li a .value-badge:empty {
  display: none;
}
.sidebar-chat .enter-message {
  position: absolute;
  bottom: 23px;
  left: 13px;
  right: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: #ffffff;
  z-index: 2;
}
.sidebar-chat .enter-message input[type=text] {
  flex: 1 1 auto;
  width: 1%;
  border: 1px solid #3377f0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #474a56;
  padding: 3px 18px;
}
.sidebar-chat .enter-message input[type=submit] {
  border: 1px solid #3377f0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: -1px;
  background-color: transparent;
  padding: 9px 14px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #3377f0;
}
.sidebar-chat .enter-message input[type=submit]:hover {
  background-color: #3377f0;
  color: #ffffff;
}
.sidebar-chat .chat-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #eaecf5;
  padding: 14px;
}
.sidebar-chat .chat-title h4 {
  font-size: 16px;
  font-weight: 700;
  color: #757fa6;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .sidebar-chat .chat-title h4 .icon-arrow2-left {
    display: none;
  }
}
.sidebar-chat .chat-body {
  padding: 5px 9px 2rem;
  height: calc(100vh - 48px);
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 576px) {
  .sidebar-chat .chat-body {
    height: calc(100vh - 83px);
  }
}
.sidebar-chat .message-holder {
  margin-bottom: 23px;
}
.sidebar-chat .message-holder.outgoing .message-body {
  background-color: #e2f3ff;
  border: 1px solid #d4e2fc;
}
.sidebar-chat .message-holder.outgoing .message-header {
  justify-content: flex-end;
}
.sidebar-chat .message-holder.outgoing .message-header .name {
  color: #ff4939;
}
.sidebar-chat .message-holder.outgoing .message-header .time {
  margin-left: 25px;
}
.sidebar-chat .message-holder.outgoing .name-holder:after {
  border-color: transparent transparent #e2f3ff transparent;
}
.sidebar-chat .message-holder.outgoing .name-holder:before {
  border-color: transparent transparent #d4e2fc transparent;
}
.sidebar-chat .message-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 10px 10px;
}
.sidebar-chat .message-header .name {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #9396a0;
  font-weight: 500;
}
.sidebar-chat .message-header .img-cover {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
.sidebar-chat .message-header .time {
  font-size: 10px;
  color: #cbcac8;
}
.sidebar-chat .message-header .name-holder {
  position: relative;
}
.sidebar-chat .message-header .name-holder:after {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 0;
  height: 0;
  left: 7px;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #ffffff transparent;
}
.sidebar-chat .message-header .name-holder:before {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 0;
  height: 0;
  left: 6px;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #dde0f0 transparent;
}
.sidebar-chat .message-body {
  background-color: #ffffff;
  border: 1px solid #dde0f0;
  box-shadow: 0 2px 18px 0 rgba(139, 143, 161, 0.14);
  padding: 8px 23px;
  font-size: 14px;
  border-radius: 4px;
}
.sidebar-chat .message-body p {
  margin-bottom: 0;
}
.sidebar-chat .img-cover {
  border-radius: 50%;
  overflow: hidden;
  width: 26px;
  height: 26px;
}

@media (min-width: 1200px) {
  .workers-tables-box .table-content table.table-category {
    table-layout: fixed;
  }
}
.workers-tables-box .table-content table.table-category .head-bg thead {
  background: #f9f9fd;
}
.workers-tables-box .table-content table.table-category .w-130 {
  width: 130px;
}
.workers-tables-box .table-content table.table-category th,
.workers-tables-box .table-content table.table-category td {
  vertical-align: top;
}
@media (min-width: 768px) {
  .workers-tables-box .table-content table.table-category th,
.workers-tables-box .table-content table.table-category td {
    white-space: normal;
  }
}
.workers-tables-box .table-content table.table-category th.hover-opt-holder,
.workers-tables-box .table-content table.table-category td.hover-opt-holder {
  width: 80px;
}
.workers-tables-box .table-content table.table-category td {
  padding: 6px 8px;
}
.workers-tables-box .table-content table.table-category .slider-check-style label:before {
  background: #ffffff;
}
.workers-tables-box .table-content table.table-category .slider-check-style input:not(:checked) + label:after {
  background: #fb6d73;
}

.modal .category-holder .group {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .modal .category-holder .group > label {
    width: 210px;
  }
}
.modal .category-holder .group .label-lg {
  max-width: 260px;
  width: calc(100% - 24px);
}
.modal .category-holder .group .label-sm {
  width: 142px;
}
.modal .category-holder .check-group {
  margin-bottom: 0;
}
.modal .category-holder .select-style.input-item {
  width: 100% !important;
  margin-right: 0;
}
.modal .category-holder .title-holder {
  font-size: 14px;
  padding: 18px 45px 14px 25px;
}
@media (min-width: 576px) {
  .modal .category-holder .title-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.modal .category-holder .title-holder .check-group {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .modal .category-holder .title-holder .check-group {
    padding: 0;
  }
}
.modal .category-holder .title-holder .check-group label {
  font-size: 16px;
  padding-left: 38px;
}
.modal .category-holder .title-holder .check-group label:after {
  width: 10px;
  height: 10px;
  left: 5px;
}
.modal .category-holder .title-holder .check-group label:before {
  width: 20px;
  height: 20px;
  top: -1px;
}
.modal .category-holder .value-calc {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 5px 0;
}
@media (min-width: 576px) {
  .modal .category-holder .value-calc {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .modal .category-holder .value-calc {
    padding: 5px 38px;
  }
}
.modal .category-holder .value-calc .form-control {
  width: 26px;
  margin-left: 12px;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .modal .category-holder .value-calc .form-control {
    margin-bottom: 0;
  }
}
.modal .category-holder .value-calc .check-group {
  padding: 10px 16px;
}
@media (min-width: 768px) {
  .modal .category-holder .value-calc .check-group {
    padding: 0 16px;
  }
}
.modal .category-holder .add-subtract-category {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .modal .category-holder .add-subtract-category {
    padding: 29px 38px;
  }
}
.modal .category-holder .add-subtract-category .title {
  font-weight: 400;
  display: block;
  margin-bottom: 11px;
}
.modal .category-holder .add-subtract-category .group {
  margin-bottom: 6px;
}
.modal .category-holder .add-subtract-category .check-group {
  margin-right: 15px;
}
.modal .category-holder .add-subtract-category .check-group label {
  padding-left: 20px;
}
.modal .category-holder .add-subtract-category .check-group label:after {
  width: 6px;
  height: 6px;
  left: 3px;
}
.modal .category-holder .add-subtract-category .check-group label:before {
  width: 12px;
  height: 12px;
  border-width: 1px;
  top: 1px;
}
.modal .category-holder .add-subtract-category .btn-information {
  color: #474a56;
  margin-left: 10px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.modal .category-holder .add-subtract-category .btn-information:hover {
  color: #3377f0;
}
.modal .category-holder .h6 {
  color: #757fa6;
}
.modal .category-holder .badge {
  font-size: 14px;
  color: #474a56;
  background-color: #f9f9fd;
  border: 1px solid #e4e4f0;
  font-weight: 400;
  padding: 5px 17px;
  margin-right: 9px;
  margin-bottom: 10px;
}
.modal .category-holder .badge .btn-close {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  margin-left: 3px;
}
.modal .category-holder .badge .btn-close:before, .modal .category-holder .badge .btn-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px;
  height: 8px;
  background-color: #757fa6;
}
.modal .category-holder .badge .btn-close:after {
  width: 8px;
  height: 1px;
}
.modal .category-holder .add-btn {
  font-size: 20px;
  color: #fbc800;
  margin-right: 10px;
}
.modal .category-holder .add-btn:hover {
  color: #3377f0;
}

@media (min-width: 1200px) {
  .submit-lg input[type=submit] {
    min-width: 170px;
    padding: 10px 15px;
  }
}

.sub-submenu {
    display: none;
    position: absolute;
    z-index: 10;
    height: 60px;
    width: 205px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.26);
}

.sub-submenu-content {
  background-color: #ffffff;
  border: solid 1px #f1f2f8;
  border-radius: 0;
  text-align: center;
  z-index: 10;
  height: 60px;
  width: 205px;
}

.sub-submenu-content .submenu-link {
  padding-top: 20px;
  color: #7D87AB !important;
  font-family: "Comfortaa_Regular" !important;
  font-size: 14px !important;
}

.sub-submenu-content .submenu-link:hover {
  color: #E75BAE !important;
}

.readonly {
  pointer-events: none;
}

.employee-search-box input {
  width: 95%;
  height: 2rem;
  background-color: #F4F5FA;
}

/*# sourceMappingURL=style.css.map */


.fa-tc-theme {
    color: var(--theme-primary);
}

.modalTopBorderTheme {
    border-top: solid 7px var(--theme-primary); /*#3498db;*/
    border-radius: 3px;
}

.modalTopBorderBlue {
    border-top: solid 7px var(--theme-primary); /*#3498db;*/
    border-radius: 3px;
}

.modalTopBorderRed {
    border-top: solid 7px #3498db;
    border-radius: 3px;
}

.modalBottomBorder {
    border-bottom: 1px solid var(--theme-primary) /*#dee2e6*/ !important;
}

.modalPaddingTop {
    padding-top: 16px !important;
}

/*jquery confirm overrides*/
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
    font-size: 14px !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
    font-size: 12px !important;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    font-size: 11px !important;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
    font-size: 11px !important;
}