@import url(https://fonts.googleapis.com/css?family=Nunito);[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
            box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    overflow: scroll; /* Scroll on this element otherwise element can't have a padding applied properly */
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
            box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}
/*!
 * froala_editor v2.9.1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fr-element,
.fr-element:focus {
  outline: 0px solid transparent;
}
.fr-box.fr-basic .fr-element {
  color: #000000;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: auto;
  min-height: 52px;
}
.fr-box.fr-basic.fr-rtl .fr-element {
  text-align: right;
}
.fr-element {
  background: transparent;
  position: relative;
  z-index: 2;
  -webkit-user-select: auto;
}
.fr-element a {
  user-select: auto;
  -o-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
}
.fr-element.fr-disabled {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-element [contenteditable="true"] {
  outline: 0px solid transparent;
}
.fr-box a.fr-floating-btn {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-clip: padding-box;
  height: 32px;
  width: 32px;
  background: #ffffff;
  color: #1e88e5;
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  outline: none;
  left: 0;
  top: 0;
  line-height: 32px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
.fr-box a.fr-floating-btn svg {
  -webkit-transition: transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s;
  -ms-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  fill: #1e88e5;
}
.fr-box a.fr-floating-btn i,
.fr-box a.fr-floating-btn svg {
  font-size: 14px;
  line-height: 32px;
}
.fr-box a.fr-floating-btn.fr-btn + .fr-btn {
  margin-left: 10px;
}
.fr-box a.fr-floating-btn:hover {
  background: #ebebeb;
  cursor: pointer;
}
.fr-box a.fr-floating-btn:hover svg {
  fill: #1e88e5;
}
.fr-box .fr-visible a.fr-floating-btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
iframe.fr-iframe {
  width: 100%;
  border: none;
  position: relative;
  display: block;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fr-wrapper {
  position: relative;
  z-index: 1;
}
.fr-wrapper::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-wrapper .fr-placeholder {
  position: absolute;
  font-size: 12px;
  color: #aaaaaa;
  z-index: 1;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.fr-wrapper.show-placeholder .fr-placeholder {
  display: block;
}
.fr-wrapper ::-moz-selection {
  background: #b5d6fd;
  color: #000000;
}
.fr-wrapper ::selection {
  background: #b5d6fd;
  color: #000000;
}
.fr-box.fr-basic .fr-wrapper {
  background: #ffffff;
  border: 0px;
  border-top: 0;
  top: 0;
  left: 0;
}
.fr-box.fr-basic.fr-top .fr-wrapper {
  border-top: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.fr-box.fr-basic.fr-bottom .fr-wrapper {
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
}
@media (min-width: 992px) {
  .fr-box.fr-document {
    min-width: 21cm;
  }
  .fr-box.fr-document .fr-wrapper {
    text-align: center;
    padding: 30px;
    min-width: 21cm;
    background: #EFEFEF;
  }
  .fr-box.fr-document .fr-wrapper .fr-element {
    text-align: left;
    background: #FFF;
    width: 21cm;
    margin: auto;
    min-height: 26cm !important;
    padding: 1cm 2cm;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    overflow: visible;
  }
  .fr-box.fr-document .fr-wrapper .fr-element hr {
    margin-left: -2cm;
    margin-right: -2cm;
    background: #EFEFEF;
    height: 1cm;
    outline: none;
    border: none;
  }
}
.fr-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  background: #222222;
  color: #ffffff;
  font-size: 11px;
  line-height: 22px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: -3000px;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 2147483647;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fr-tooltip.fr-visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.fr-toolbar .fr-btn-wrap,
.fr-popup .fr-btn-wrap {
  float: left;
  white-space: nowrap;
  position: relative;
}
.fr-toolbar .fr-btn-wrap.fr-hidden,
.fr-popup .fr-btn-wrap.fr-hidden {
  display: none;
}
.fr-toolbar .fr-command.fr-btn,
.fr-popup .fr-command.fr-btn {
  background: transparent;
  color: #222222;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  margin: 0px 2px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-clip: padding-box;
  z-index: 2;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  float: left;
  padding: 0;
  width: 38px;
  height: 38px;
}
.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,
.fr-popup .fr-command.fr-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.fr-toolbar .fr-command.fr-btn.fr-btn-text,
.fr-popup .fr-command.fr-btn.fr-btn-text {
  width: auto;
}
.fr-toolbar .fr-command.fr-btn i,
.fr-popup .fr-command.fr-btn i,
.fr-toolbar .fr-command.fr-btn svg,
.fr-popup .fr-command.fr-btn svg {
  display: block;
  font-size: 14px;
  width: 14px;
  margin: 12px 12px;
  text-align: center;
  float: none;
}
.fr-toolbar .fr-command.fr-btn span.fr-sr-only,
.fr-popup .fr-command.fr-btn span.fr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fr-toolbar .fr-command.fr-btn span,
.fr-popup .fr-command.fr-btn span {
  font-size: 14px;
  display: block;
  line-height: 17px;
  min-width: 34px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 17px;
  font-weight: bold;
  padding: 0 2px;
}
.fr-toolbar .fr-command.fr-btn img,
.fr-popup .fr-command.fr-btn img {
  margin: 12px 12px;
  width: 14px;
}
.fr-toolbar .fr-command.fr-btn.fr-active,
.fr-popup .fr-command.fr-btn.fr-active {
  color: #1e88e5;
  background: transparent;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection {
  width: auto;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span {
  font-weight: normal;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown i,
.fr-popup .fr-command.fr-btn.fr-dropdown i,
.fr-toolbar .fr-command.fr-btn.fr-dropdown span,
.fr-popup .fr-command.fr-btn.fr-dropdown span,
.fr-toolbar .fr-command.fr-btn.fr-dropdown img,
.fr-popup .fr-command.fr-btn.fr-dropdown img,
.fr-toolbar .fr-command.fr-btn.fr-dropdown svg,
.fr-popup .fr-command.fr-btn.fr-dropdown svg {
  margin-left: 8px;
  margin-right: 16px;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
  color: #222222;
  background: #d6d6d6;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
  background: #d6d6d6 !important;
  color: #222222 !important;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after {
  border-top-color: #222222 !important;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,
.fr-popup .fr-command.fr-btn.fr-dropdown::after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #222222;
  right: 4px;
  top: 17px;
  content: "";
}
.fr-toolbar .fr-command.fr-btn.fr-disabled,
.fr-popup .fr-command.fr-btn.fr-disabled {
  color: #bdbdbd;
  cursor: default;
}
.fr-toolbar .fr-command.fr-btn.fr-disabled::after,
.fr-popup .fr-command.fr-btn.fr-disabled::after {
  border-top-color: #bdbdbd !important;
}
.fr-toolbar .fr-command.fr-btn.fr-hidden,
.fr-popup .fr-command.fr-btn.fr-hidden {
  display: none;
}
.fr-toolbar.fr-disabled .fr-btn,
.fr-popup.fr-disabled .fr-btn,
.fr-toolbar.fr-disabled .fr-btn.fr-active,
.fr-popup.fr-disabled .fr-btn.fr-active {
  color: #bdbdbd;
}
.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,
.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
  border-top-color: #bdbdbd;
}
.fr-toolbar.fr-rtl .fr-command.fr-btn,
.fr-popup.fr-rtl .fr-command.fr-btn {
  float: right;
}
.fr-toolbar.fr-inline > .fr-command.fr-btn:not(.fr-hidden),
.fr-toolbar.fr-inline > .fr-btn-wrap:not(.fr-hidden) {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  float: none;
}
.fr-desktop .fr-command:hover,
.fr-desktop .fr-command:focus,
.fr-desktop .fr-command.fr-btn-hover,
.fr-desktop .fr-command.fr-expanded {
  outline: 0;
  color: #222222;
  background: #ebebeb;
}
.fr-desktop .fr-command:hover::after,
.fr-desktop .fr-command:focus::after,
.fr-desktop .fr-command.fr-btn-hover::after,
.fr-desktop .fr-command.fr-expanded::after {
  border-top-color: #222222 !important;
}
.fr-desktop .fr-command.fr-selected {
  color: #222222;
  background: #d6d6d6;
}
.fr-desktop .fr-command.fr-active:hover,
.fr-desktop .fr-command.fr-active:focus,
.fr-desktop .fr-command.fr-active.fr-btn-hover,
.fr-desktop .fr-command.fr-active.fr-expanded {
  color: #1e88e5;
  background: #ebebeb;
}
.fr-desktop .fr-command.fr-active.fr-selected {
  color: #1e88e5;
  background: #d6d6d6;
}
.fr-desktop .fr-command.fr-disabled:hover,
.fr-desktop .fr-command.fr-disabled:focus,
.fr-desktop .fr-command.fr-disabled.fr-selected {
  background: transparent;
}
.fr-desktop.fr-disabled .fr-command:hover,
.fr-desktop.fr-disabled .fr-command:focus,
.fr-desktop.fr-disabled .fr-command.fr-selected {
  background: transparent;
}
.fr-toolbar.fr-mobile .fr-command.fr-blink,
.fr-popup.fr-mobile .fr-command.fr-blink {
  background: transparent;
}
.fr-command.fr-btn.fr-options {
  width: 16px;
  margin-left: -5px;
}
.fr-command.fr-btn.fr-options.fr-btn-hover,
.fr-command.fr-btn.fr-options:hover,
.fr-command.fr-btn.fr-options:focus {
  border-left: solid 1px #fafafa;
}
.fr-command.fr-btn + .fr-dropdown-menu {
  display: inline-block;
  position: absolute;
  right: auto;
  bottom: auto;
  height: auto;
  z-index: 4;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  zoom: 1;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  background-clip: padding-box;
}
.fr-command.fr-btn + .fr-dropdown-menu.test-height .fr-dropdown-wrapper {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  height: auto;
  max-height: 275px;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
  background: #ffffff;
  padding: 0;
  margin: auto;
  display: inline-block;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: max-height 0.2s ease 0s;
  -moz-transition: max-height 0.2s ease 0s;
  -ms-transition: max-height 0.2s ease 0s;
  -o-transition: max-height 0.2s ease 0s;
  margin-top: 0;
  float: left;
  max-height: 0;
  height: 0;
  margin-top: 0 !important;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
  overflow: auto;
  position: relative;
  max-height: 275px;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
  padding: 0 24px;
  line-height: 200%;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: #d6d6d6;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
  color: #bdbdbd;
  cursor: default;
}
.fr-command.fr-btn:not(.fr-active) + .fr-dropdown-menu {
  left: -3000px !important;
}
.fr-command.fr-btn.fr-active + .fr-dropdown-menu {
  display: inline-block;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
}
.fr-command.fr-btn.fr-active + .fr-dropdown-menu .fr-dropdown-wrapper {
  height: auto;
  max-height: 275px;
}
.fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  background-clip: padding-box;
}
.fr-toolbar.fr-rtl .fr-dropdown-wrapper,
.fr-popup.fr-rtl .fr-dropdown-wrapper {
  text-align: right !important;
}
body.prevent-scroll {
  overflow: hidden;
}
body.prevent-scroll.fr-mobile {
  position: fixed;
  -webkit-overflow-scrolling: touch;
}
.fr-modal {
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  position: fixed;
  overflow-x: auto;
  overflow-y: scroll;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2147483640;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 1.2;
}
.fr-modal.fr-middle .fr-modal-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
}
.fr-modal .fr-modal-wrapper {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  margin: 20px auto;
  display: inline-block;
  background: #ffffff;
  min-width: 300px;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
  border: 0px;
  border-top: 5px solid #222222;
  overflow: hidden;
  width: 90%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .fr-modal .fr-modal-wrapper {
    margin: 30px auto;
    width: 70%;
  }
}
@media (min-width: 992px) {
  .fr-modal .fr-modal-wrapper {
    margin: 50px auto;
    width: 960px;
  }
}
.fr-modal .fr-modal-wrapper .fr-modal-head {
  background: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  border-bottom: 0px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  min-height: 42px;
  z-index: 3;
  -webkit-transition: height 0.2s ease 0s;
  -moz-transition: height 0.2s ease 0s;
  -ms-transition: height 0.2s ease 0s;
  -o-transition: height 0.2s ease 0s;
}
.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close {
  padding: 12px;
  width: 20px;
  font-size: 16px;
  cursor: pointer;
  line-height: 18px;
  color: #222222;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
}
.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
  font-size: 18px;
  padding: 12px 10px;
  margin: 0;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  float: left;
}
.fr-modal .fr-modal-wrapper div.fr-modal-body {
  height: 100%;
  min-height: 150px;
  overflow-y: scroll;
  padding-bottom: 10px;
}
.fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
  outline: 0;
}
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
  height: 36px;
  line-height: 1;
  color: #1e88e5;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
}
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command + button {
  margin-left: 24px;
}
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover,
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus {
  background: #ebebeb;
  color: #1e88e5;
}
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
  background: #d6d6d6;
  color: #1e88e5;
}
.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
  border: 0;
}
.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
  background: #ebebeb;
}
.fr-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 2147483639;
}
.fr-popup {
  position: absolute;
  display: none;
  color: #222222;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-top: 10px;
  z-index: 2147483635;
  text-align: left;
  border: 0px;
  border-top: 5px solid #222222;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}
.fr-popup .fr-input-focus {
  background: #f5f5f5;
}
.fr-popup.fr-above {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 5px solid #222222;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
}
.fr-popup.fr-active {
  display: block;
}
.fr-popup.fr-hidden {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.fr-popup.fr-empty {
  display: none !important;
}
.fr-popup .fr-hs {
  display: block !important;
}
.fr-popup .fr-hs.fr-hidden {
  display: none !important;
}
.fr-popup .fr-input-line {
  position: relative;
  padding: 8px 0;
}
.fr-popup .fr-input-line input[type="text"],
.fr-popup .fr-input-line textarea {
  width: 100%;
  margin: 0px 0 1px 0;
  border: none;
  border-bottom: solid 1px #bdbdbd;
  color: #222222;
  font-size: 14px;
  padding: 6px 0 2px;
  background: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fr-popup .fr-input-line input[type="text"]:focus,
.fr-popup .fr-input-line textarea:focus {
  border-bottom: solid 2px #1e88e5;
  margin-bottom: 0px;
}
.fr-popup .fr-input-line input + label,
.fr-popup .fr-input-line textarea + label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0);
  -webkit-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  z-index: 3;
  width: 100%;
  display: block;
  background: #ffffff;
}
.fr-popup .fr-input-line input.fr-not-empty:focus + label,
.fr-popup .fr-input-line textarea.fr-not-empty:focus + label {
  color: #1e88e5;
}
.fr-popup .fr-input-line input.fr-not-empty + label,
.fr-popup .fr-input-line textarea.fr-not-empty + label {
  color: #808080;
}
.fr-popup input,
.fr-popup textarea {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-clip: padding-box;
  outline: none;
}
.fr-popup textarea {
  resize: none;
}
.fr-popup .fr-buttons {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  padding: 0 2px;
  white-space: nowrap;
  line-height: 0;
  border-bottom: 0px;
}
.fr-popup .fr-buttons::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-popup .fr-buttons .fr-btn {
  display: inline-block;
  float: none;
}
.fr-popup .fr-buttons .fr-btn i {
  float: left;
}
.fr-popup .fr-buttons .fr-separator {
  display: inline-block;
  float: none;
}
.fr-popup .fr-layer {
  width: 225px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px;
  display: none;
}
@media (min-width: 768px) {
  .fr-popup .fr-layer {
    width: 300px;
  }
}
.fr-popup .fr-layer.fr-active {
  display: inline-block;
}
.fr-popup .fr-action-buttons {
  z-index: 7;
  height: 36px;
  text-align: right;
}
.fr-popup .fr-action-buttons button.fr-command {
  height: 36px;
  line-height: 1;
  color: #1e88e5;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
}
.fr-popup .fr-action-buttons button.fr-command + button {
  margin-left: 24px;
}
.fr-popup .fr-action-buttons button.fr-command:hover,
.fr-popup .fr-action-buttons button.fr-command:focus {
  background: #ebebeb;
  color: #1e88e5;
}
.fr-popup .fr-action-buttons button.fr-command:active {
  background: #d6d6d6;
  color: #1e88e5;
}
.fr-popup .fr-action-buttons button::-moz-focus-inner {
  border: 0;
}
.fr-popup .fr-checkbox {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
}
.fr-popup .fr-checkbox svg {
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  width: 10px;
  height: 10px;
}
.fr-popup .fr-checkbox span {
  border: solid 1px #222222;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
}
.fr-popup .fr-checkbox input {
  position: absolute;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: 0 none;
  cursor: pointer;
  height: 16px;
  margin: 0;
  padding: 0;
  width: 16px;
  top: 1px;
  left: 1px;
}
.fr-popup .fr-checkbox input:checked + span {
  background: #1e88e5;
  border-color: #1e88e5;
}
.fr-popup .fr-checkbox input:checked + span svg {
  display: block;
}
.fr-popup .fr-checkbox input:focus + span {
  border-color: #1e88e5;
}
.fr-popup .fr-checkbox-line {
  font-size: 14px;
  line-height: 1.4px;
  margin-top: 10px;
}
.fr-popup .fr-checkbox-line label {
  cursor: pointer;
  margin: 0 5px;
  vertical-align: middle;
}
.fr-popup.fr-rtl {
  direction: rtl;
  text-align: right;
}
.fr-popup.fr-rtl .fr-action-buttons {
  text-align: left;
}
.fr-popup.fr-rtl .fr-input-line input + label,
.fr-popup.fr-rtl .fr-input-line textarea + label {
  left: auto;
  right: 0;
}
.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs {
  float: right;
}
.fr-popup .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #222222;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -5px;
  display: inline-block;
}
.fr-popup.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
  border-top: 5px solid #222222;
}
.fr-text-edit-layer {
  width: 250px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block !important;
}
.fr-toolbar {
  color: #222222;
  background: #ffffff;
  position: relative;
  z-index: 4;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 0 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  text-align: left;
  border: 0px;
  border-top: 5px solid #222222;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}
.fr-toolbar::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-toolbar.fr-rtl {
  text-align: right;
}
.fr-toolbar.fr-inline {
  display: none;
  white-space: nowrap;
  position: absolute;
  margin-top: 10px;
}
.fr-toolbar.fr-inline .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #222222;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -5px;
  display: inline-block;
}
.fr-toolbar.fr-inline.fr-above {
  margin-top: -10px;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  border-bottom: 5px solid #222222;
  border-top: 0;
}
.fr-toolbar.fr-inline.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
  border-top-color: inherit;
  border-top-style: solid;
  border-top-width: 5px;
}
.fr-toolbar.fr-top {
  top: 0;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.fr-toolbar.fr-bottom {
  bottom: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.fr-separator {
  background: #ebebeb;
  display: block;
  vertical-align: top;
  float: left;
}
.fr-separator + .fr-separator {
  display: none;
}
.fr-separator.fr-vs {
  height: 34px;
  width: 1px;
  margin: 2px;
}
.fr-separator.fr-hs {
  clear: both;
  height: 1px;
  width: calc(100% - (2 * 2px));
  margin: 0 2px;
}
.fr-separator.fr-hidden {
  display: none !important;
}
.fr-rtl .fr-separator {
  float: right;
}
.fr-toolbar.fr-inline .fr-separator.fr-hs {
  float: none;
}
.fr-toolbar.fr-inline .fr-separator.fr-vs {
  float: none;
  display: inline-block;
}
.fr-visibility-helper {
  display: none;
  margin-left: 0px !important;
}
@media (min-width: 768px) {
  .fr-visibility-helper {
    margin-left: 1px !important;
  }
}
@media (min-width: 992px) {
  .fr-visibility-helper {
    margin-left: 2px !important;
  }
}
@media (min-width: 1200px) {
  .fr-visibility-helper {
    margin-left: 3px !important;
  }
}
.fr-opacity-0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.fr-box {
  position: relative;
}
/**
 * Postion sticky hacks.
 */
.fr-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}
.fr-sticky-off {
  position: relative;
}
.fr-sticky-on {
  position: fixed;
}
.fr-sticky-on.fr-sticky-ios {
  position: absolute;
  left: 0;
  right: 0;
  width: auto !important;
}
.fr-sticky-dummy {
  display: none;
}
.fr-sticky-on + .fr-sticky-dummy,
.fr-sticky-box > .fr-sticky-dummy {
  display: block;
}
span.fr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*!
 * froala_editor v2.9.1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
img.fr-rounded,
.fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-clip: padding-box;
}
img.fr-bordered,
.fr-img-caption.fr-bordered img {
  border: solid 5px #CCC;
}
img.fr-bordered {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img.fr-shadow,
.fr-img-caption.fr-shadow img {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.fr-view {
  word-wrap: break-word;
}
.fr-view span[style~="color:"] a {
  color: inherit;
}
.fr-view strong {
  font-weight: 700;
}
.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}
.fr-view table td {
  min-width: 5px;
}
.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed;
}
.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}
.fr-view table td,
.fr-view table th {
  border: 1px solid #dddddd;
}
.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px;
}
.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double red;
}
.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
  border-width: 2px;
}
.fr-view table th {
  background: #e6e6e6;
}
.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always;
}
.fr-view .fr-file {
  position: relative;
}
.fr-view .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: normal;
}
.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible;
}
.fr-view[dir="rtl"] blockquote {
  border-left: none;
  border-right: solid 2px #5e35b1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0px;
}
.fr-view[dir="rtl"] blockquote blockquote {
  border-color: #00bcd4;
}
.fr-view[dir="rtl"] blockquote blockquote blockquote {
  border-color: #43a047;
}
.fr-view blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  padding-left: 5px;
  color: #5e35b1;
}
.fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}
.fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}
.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}
.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}
.fr-view .fr-text-gray {
  color: #AAA !important;
}
.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}
.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}
.fr-view .fr-class-highlighted {
  background-color: #ffff00;
}
.fr-view .fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
}
.fr-view .fr-class-transparency {
  opacity: 0.5;
}
.fr-view img {
  position: relative;
  max-width: 100%;
}
.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%;
}
.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
.fr-view .fr-video {
  text-align: center;
  position: relative;
}
.fr-view .fr-video.fr-rv {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.fr-view .fr-video.fr-rv > iframe,
.fr-view .fr-video.fr-rv object,
.fr-view .fr-video.fr-rv embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}
.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}
.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}
.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}
.fr-view .fr-video.fr-dvi {
  display: inline-block;
}
.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}
.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}
.fr-view a.fr-strong {
  font-weight: 700;
}
.fr-view a.fr-green {
  color: green;
}
.fr-view .fr-img-caption {
  text-align: center;
}
.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0px;
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 100%;
}
.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%;
}
.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center;
}
.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-clip: padding-box;
}
.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
  font-size: 24px;
}
/**
 * Image style.
 */
a.fr-view.fr-strong {
  font-weight: 700;
}
a.fr-view.fr-green {
  color: green;
}
/**
 * Link style.
 */
img.fr-view {
  position: relative;
  max-width: 100%;
}
img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%;
}
span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
/*!
 * froala_editor v2.9.1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */

.clearfix::after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-element img{cursor:pointer}.fr-image-resizer{position:absolute;border:solid 1px #1e88e5;display:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-box-sizing:content-box;box-sizing:content-box;z-index:2}.fr-image-resizer.fr-active{display:block}.fr-image-resizer .fr-handler{display:block;position:absolute;background:#1e88e5;border:solid 1px #fff;z-index:4;-webkit-box-sizing:border-box;box-sizing:border-box}.fr-image-resizer .fr-handler.fr-hnw{cursor:nw-resize}.fr-image-resizer .fr-handler.fr-hne{cursor:ne-resize}.fr-image-resizer .fr-handler.fr-hsw{cursor:sw-resize}.fr-image-resizer .fr-handler.fr-hse{cursor:se-resize}.fr-image-resizer .fr-handler{width:12px;height:12px}.fr-image-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hsw{left:-6px;bottom:-6px}.fr-image-resizer .fr-handler.fr-hse{right:-6px;bottom:-6px}@media (min-width:1200px){.fr-image-resizer .fr-handler{width:10px;height:10px}.fr-image-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.fr-image-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}.fr-image-overlay{position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483640;display:none}.fr-popup .fr-image-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0;position:relative;font-size:14px;letter-spacing:1px;line-height:140%;text-align:center}.fr-popup .fr-image-upload-layer:hover{background:#ebebeb}.fr-popup .fr-image-upload-layer.fr-drop{background:#ebebeb;border-color:#1e88e5}.fr-popup .fr-image-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0!important;padding:0!important;width:100%!important}.fr-popup .fr-image-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-image-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:400}.fr-popup .fr-image-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-image-progress-bar-layer>div.fr-loader{background:#bcdbf7;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-image-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0;background:#1e88e5;-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s}.fr-popup .fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30%!important;position:absolute;top:0;-webkit-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}.fr-image-size-layer .fr-image-group .fr-input-line{width:calc(50% - 5px);display:inline-block}.fr-image-size-layer .fr-image-group .fr-input-line+.fr-input-line{margin-left:10px}.fr-uploading{-webkit-opacity:.4;-moz-opacity:.4;opacity:.4;-ms-filter:"alpha(Opacity=0)"}@keyframes loading{from{left:-25%}to{left:100%}}@-webkit-keyframes loading{from{left:-25%}to{left:100%}}/*!
 * froala_editor v2.9.1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */

.clearfix::after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-popup .fr-colors-tabs{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);margin-bottom:5px;line-height:16px;margin-left:-2px;margin-right:-2px}.fr-popup .fr-colors-tabs .fr-colors-tab{display:inline-block;width:50%;cursor:pointer;text-align:center;color:#222;font-size:13px;padding:8px 0;position:relative}.fr-popup .fr-colors-tabs .fr-colors-tab:hover,.fr-popup .fr-colors-tabs .fr-colors-tab:focus{color:#1e88e5}.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1=background]::after{position:absolute;bottom:0;left:0;width:100%;height:2px;background:#1e88e5;content:'';-webkit-transition:transform .2s ease 0s;-moz-transition:transform .2s ease 0s;-ms-transition:transform .2s ease 0s;-o-transition:transform .2s ease 0s}.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab{color:#1e88e5}.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text]~[data-param1=background]::after{-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0)}.fr-popup .fr-color-hex-layer{width:100%;margin:0;padding:10px}.fr-popup .fr-color-hex-layer .fr-input-line{float:left;width:calc(100% - 50px);padding:8px 0 0}.fr-popup .fr-color-hex-layer .fr-action-buttons{float:right;width:50px}.fr-popup .fr-color-hex-layer .fr-action-buttons button{background-color:#1e88e5;color:#FFF;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background-clip:padding-box;font-size:13px;height:32px}.fr-popup .fr-color-hex-layer .fr-action-buttons button:hover{background-color:#166dba;color:#FFF}.fr-popup .fr-separator+.fr-colors-tabs{-webkit-box-shadow:none;box-shadow:none;margin-left:2px;margin-right:2px}.fr-popup .fr-color-set{line-height:0;display:none}.fr-popup .fr-color-set.fr-selected-set{display:block}.fr-popup .fr-color-set>span{display:inline-block;width:32px;height:32px;position:relative;z-index:1}.fr-popup .fr-color-set>span>i,.fr-popup .fr-color-set>span>svg{text-align:center;line-height:32px;height:32px;width:32px;font-size:13px;position:absolute;bottom:0;cursor:default;left:0}.fr-popup .fr-color-set>span .fr-selected-color{color:#fff;font-family:FontAwesome;font-size:13px;font-weight:400;line-height:32px;position:absolute;top:0;bottom:0;right:0;left:0;text-align:center;cursor:default}.fr-popup .fr-color-set>span:hover,.fr-popup .fr-color-set>span:focus{outline:1px solid #222;z-index:2}.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text]~[data-param1=background]::after{-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0)}/*!
 * froala_editor v2.9.1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */

.clearfix::after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}textarea.fr-code{display:none;width:100%;resize:none;-moz-resize:none;-webkit-resize:none;-webkit-box-sizing:border-box;box-sizing:border-box;border:0;padding:10px;margin:0;font-family:"Courier New",monospace;font-size:14px;background:#fff;color:#000;outline:0}.fr-box.fr-rtl textarea.fr-code{direction:rtl}.fr-box .CodeMirror{display:none}.fr-box.fr-code-view textarea.fr-code{display:block}.fr-box.fr-code-view.fr-inline{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.fr-box.fr-code-view .fr-element,.fr-box.fr-code-view .fr-placeholder,.fr-box.fr-code-view .fr-iframe{display:none}.fr-box.fr-code-view .CodeMirror{display:block}.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch{display:block}.fr-box.fr-inline .fr-command.fr-btn.html-switch{position:absolute;top:0;right:0;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);display:none;background:#fff;color:#222;-moz-outline:0;outline:0;border:0;line-height:1;cursor:pointer;text-align:left;padding:12px;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;background-clip:padding-box;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box;text-decoration:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-box.fr-inline .fr-command.fr-btn.html-switch i{font-size:14px;width:14px;text-align:center}.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover{background:#ebebeb}/*!
 * froala_editor v2.9.1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */

.clearfix::after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-element table td.fr-selected-cell,.fr-element table th.fr-selected-cell{border:1px double #1e88e5}.fr-element table tr{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element table td,.fr-element table th{user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text}.fr-element .fr-no-selection table td,.fr-element .fr-no-selection table th{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-table-resizer{cursor:col-resize;position:absolute;z-index:3;display:none}.fr-table-resizer.fr-moving{z-index:2}.fr-table-resizer div{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";border-right:1px solid #1e88e5}.fr-no-selection{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-popup .fr-table-colors-hex-layer{width:100%;margin:0;padding:10px}.fr-popup .fr-table-colors-hex-layer .fr-input-line{float:left;width:calc(100% - 50px);padding:8px 0 0}.fr-popup .fr-table-colors-hex-layer .fr-action-buttons{float:right;width:50px}.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button{background-color:#1e88e5;color:#FFF;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background-clip:padding-box;font-size:13px;height:32px}.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button:hover{background-color:#166dba;color:#FFF}.fr-popup .fr-table-size .fr-table-size-info{text-align:center;font-size:14px;padding:8px}.fr-popup .fr-table-size .fr-select-table-size{line-height:0;padding:0 5px 5px;white-space:nowrap}.fr-popup .fr-table-size .fr-select-table-size>span{display:inline-block;padding:0 4px 4px 0;background:0 0}.fr-popup .fr-table-size .fr-select-table-size>span>span{display:inline-block;width:18px;height:18px;border:1px solid #ddd}.fr-popup .fr-table-size .fr-select-table-size>span.hover{background:0 0}.fr-popup .fr-table-size .fr-select-table-size>span.hover>span{background:rgba(30,136,229,.3);border:solid 1px #1e88e5}.fr-popup .fr-table-size .fr-select-table-size .new-line::after{clear:both;display:block;content:"";height:0}.fr-popup.fr-above .fr-table-size .fr-select-table-size>span{display:inline-block!important}.fr-popup .fr-table-colors-buttons{margin-bottom:5px}.fr-popup .fr-table-colors{line-height:0;display:block}.fr-popup .fr-table-colors>span{display:inline-block;width:32px;height:32px;position:relative;z-index:1}.fr-popup .fr-table-colors>span>i{text-align:center;line-height:32px;height:32px;width:32px;font-size:13px;position:absolute;bottom:0;cursor:default;left:0}.fr-popup .fr-table-colors>span:focus{outline:1px solid #222;z-index:2}.fr-popup.fr-desktop .fr-table-size .fr-select-table-size>span>span{width:12px;height:12px}.fr-insert-helper{position:absolute;z-index:9999;white-space:nowrap}/*!
 * froala_editor v2.9.1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.gray-theme.fr-box.fr-basic .fr-element {
  color: #000000;
  padding: 16px;
  overflow-x: auto;
  min-height: 52px;
}
.gray-theme .fr-element {
  -webkit-user-select: auto;
}
.gray-theme.fr-box a.fr-floating-btn {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  height: 32px;
  width: 32px;
  background: #ffffff;
  color: #0097a7;
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  left: 0;
  top: 0;
  line-height: 32px;
  border: none;
}
.gray-theme.fr-box a.fr-floating-btn svg {
  -webkit-transition: transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s;
  -ms-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  fill: #0097a7;
}
.gray-theme.fr-box a.fr-floating-btn i,
.gray-theme.fr-box a.fr-floating-btn svg {
  font-size: 14px;
  line-height: 32px;
}
.gray-theme.fr-box a.fr-floating-btn:hover {
  background: #e6e6e6;
}
.gray-theme.fr-box a.fr-floating-btn:hover svg {
  fill: #0097a7;
}
.gray-theme .fr-wrapper .fr-placeholder {
  font-size: 12px;
  color: #aaaaaa;
  top: 0;
  left: 0;
  right: 0;
}
.gray-theme .fr-wrapper ::-moz-selection {
  background: #b5d6fd;
  color: #000000;
}
.gray-theme .fr-wrapper ::selection {
  background: #b5d6fd;
  color: #000000;
}
.gray-theme.fr-box.fr-basic .fr-wrapper {
  background: #ffffff;
  border: 0px;
  border-top: 0;
  top: 0;
  left: 0;
}
.gray-theme.fr-box.fr-basic.fr-top .fr-wrapper {
  border-top: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.gray-theme.fr-box.fr-basic.fr-bottom .fr-wrapper {
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
}
@media (min-width: 992px) {
  .gray-theme .fr-box.fr-document .fr-wrapper .fr-element {
    margin: auto;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  }
}
.gray-theme .fr-sticky-on.fr-sticky-ios {
  left: 0;
  right: 0;
}
.gray-theme.fr-box .fr-counter {
  color: #cccccc;
  background: #ffffff;
  border-top: solid 1px #ebebeb;
  border-left: solid 1px #ebebeb;
  border-radius: 2px 0 0 0;
  -moz-border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px 0 0 0;
  background-clip: padding-box;
}
.gray-theme.fr-box.fr-rtl .fr-counter {
  right: auto;
  border-right: solid 1px #ebebeb;
  border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  background-clip: padding-box;
}
.gray-theme textarea.fr-code {
  background: #ffffff;
  color: #000000;
}
.gray-theme.fr-box.fr-code-view.fr-inline {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.gray-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch {
  top: 0;
  right: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  color: #37474f;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  padding: 12px 12px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
}
.gray-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
  font-size: 14px;
  width: 14px;
}
.gray-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
  background: #e6e6e6;
}
.gray-theme.fr-popup .fr-colors-tabs {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.gray-theme.fr-popup .fr-colors-tabs .fr-colors-tab {
  color: #37474f;
  padding: 8px 0;
}
.gray-theme.fr-popup .fr-colors-tabs .fr-colors-tab:hover,
.gray-theme.fr-popup .fr-colors-tabs .fr-colors-tab:focus {
  color: #0097a7;
}
.gray-theme.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after {
  bottom: 0;
  left: 0;
  background: #0097a7;
  -webkit-transition: transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s;
  -ms-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
}
.gray-theme.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
  color: #0097a7;
}
.gray-theme.fr-popup .fr-color-hex-layer .fr-input-line {
  padding: 8px 0 0;
}
.gray-theme.fr-popup .fr-color-hex-layer .fr-action-buttons button {
  background-color: #0097a7;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
}
.gray-theme.fr-popup .fr-color-hex-layer .fr-action-buttons button:hover {
  background-color: #006974;
}
.gray-theme.fr-popup .fr-color-set {
  line-height: 0;
}
.gray-theme.fr-popup .fr-color-set > span > i,
.gray-theme.fr-popup .fr-color-set > span > svg {
  bottom: 0;
  left: 0;
}
.gray-theme.fr-popup .fr-color-set > span .fr-selected-color {
  color: #ffffff;
  font-weight: 400;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.gray-theme.fr-popup .fr-color-set > span:hover,
.gray-theme.fr-popup .fr-color-set > span:focus {
  outline: 1px solid #37474f;
}
.gray-theme .fr-drag-helper {
  background: #0097a7;
  z-index: 2147483640;
}
.gray-theme.fr-popup .fr-link:focus {
  outline: 0;
  background: #e6e6e6;
}
.gray-theme.fr-popup .fr-file-upload-layer {
  border: dashed 2px #b7bdc0;
  padding: 25px 0;
}
.gray-theme.fr-popup .fr-file-upload-layer:hover {
  background: #e6e6e6;
}
.gray-theme.fr-popup .fr-file-upload-layer.fr-drop {
  background: #e6e6e6;
  border-color: #0097a7;
}
.gray-theme.fr-popup .fr-file-upload-layer .fr-form {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
}
.gray-theme.fr-popup .fr-file-progress-bar-layer > h3 {
  margin: 10px 0;
}
.gray-theme.fr-popup .fr-file-progress-bar-layer > div.fr-loader {
  background: #b3e0e5;
}
.gray-theme.fr-popup .fr-file-progress-bar-layer > div.fr-loader span {
  background: #0097a7;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}
.gray-theme.fr-popup .fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  top: 0;
}
.gray-theme.fr-box.fr-fullscreen {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
  border: 0;
}
.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
  border-bottom: solid 1px #ebebeb;
}
.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
  color: #737e84;
}
.gray-theme .fr-image-resizer {
  border: solid 1px #0097a7;
}
.gray-theme .fr-image-resizer .fr-handler {
  background: #0097a7;
  border: solid 1px #ffffff;
}
.gray-theme .fr-image-resizer .fr-handler {
  width: 12px;
  height: 12px;
}
.gray-theme .fr-image-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}
.gray-theme .fr-image-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}
.gray-theme .fr-image-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}
.gray-theme .fr-image-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}
@media (min-width: 1200px) {
  .gray-theme .fr-image-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }
  .gray-theme .fr-image-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }
  .gray-theme .fr-image-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }
  .gray-theme .fr-image-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }
  .gray-theme .fr-image-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}
.gray-theme.fr-image-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
}
.gray-theme.fr-popup .fr-image-upload-layer {
  border: dashed 2px #b7bdc0;
  padding: 25px 0;
}
.gray-theme.fr-popup .fr-image-upload-layer:hover {
  background: #e6e6e6;
}
.gray-theme.fr-popup .fr-image-upload-layer.fr-drop {
  background: #e6e6e6;
  border-color: #0097a7;
}
.gray-theme.fr-popup .fr-image-upload-layer .fr-form {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
}
.gray-theme.fr-popup .fr-image-progress-bar-layer > h3 {
  margin: 10px 0;
}
.gray-theme.fr-popup .fr-image-progress-bar-layer > div.fr-loader {
  background: #b3e0e5;
}
.gray-theme.fr-popup .fr-image-progress-bar-layer > div.fr-loader span {
  background: #0097a7;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}
.gray-theme.fr-popup .fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  top: 0;
}
.gray-theme.fr-modal-head .fr-modal-head-line i.fr-modal-more {
  -webkit-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
  -moz-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
  -ms-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
}
.gray-theme.fr-modal-head .fr-modal-head-line i.fr-modal-more.fr-not-available {
  opacity: 0;
  width: 0;
  padding: 12px 0;
}
.gray-theme.fr-modal-head .fr-modal-tags a {
  opacity: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  color: #0097a7;
  -webkit-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
}
.gray-theme.fr-modal-head .fr-modal-tags a.fr-selected-tag {
  background: #d6d6d6;
}
.gray-themediv.fr-modal-body .fr-preloader {
  margin: 50px auto;
}
.gray-themediv.fr-modal-body div.fr-image-list {
  padding: 0;
}
.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
}
.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  background: #000000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
  color: #ffffff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
  background: #cccccc;
}
.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container img {
  -webkit-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
}
.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,
.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  margin: 0;
}
.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
  background: #b8312f;
  color: #ffffff;
}
.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
  background: #f5f5f5;
  color: #0097a7;
}
.gray-theme.gray-theme.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a:hover {
  background: #e6e6e6;
}
.gray-theme.gray-theme.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a.fr-selected-tag {
  background: #d6d6d6;
}
.gray-theme.gray-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
  background: #bf4644;
  color: #ffffff;
}
.gray-theme.gray-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
  background: #e6e6e6;
}
.gray-theme .fr-line-breaker {
  border-top: 1px solid #0097a7;
}
.gray-theme .fr-line-breaker a.fr-floating-btn {
  left: calc(50% - (32px / 2));
  top: -16px;
}
.gray-theme .fr-qi-helper {
  padding-left: 16px;
}
.gray-theme .fr-qi-helper a.fr-btn.fr-floating-btn {
  color: #37474f;
}
.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-character {
  border: 1px solid #cccccc;
}
.gray-theme .fr-element table td.fr-selected-cell,
.gray-theme .fr-element table th.fr-selected-cell {
  border: 1px double #0097a7;
}
.gray-theme .fr-table-resizer div {
  border-right: 1px solid #0097a7;
}
.gray-theme.fr-popup .fr-table-colors-hex-layer .fr-input-line {
  padding: 8px 0 0;
}
.gray-theme.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button {
  background-color: #0097a7;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
}
.gray-theme.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button:hover {
  background-color: #006974;
}
.gray-theme.fr-popup .fr-table-size .fr-select-table-size {
  line-height: 0;
}
.gray-theme.fr-popup .fr-table-size .fr-select-table-size > span {
  padding: 0px 4px 4px 0;
}
.gray-theme.fr-popup .fr-table-size .fr-select-table-size > span > span {
  border: 1px solid #dddddd;
}
.gray-theme.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
  background: rgba(0, 151, 167, 0.3);
  border: solid 1px #0097a7;
}
.gray-theme.fr-popup .fr-table-colors {
  line-height: 0;
}
.gray-theme.fr-popup .fr-table-colors > span > i {
  bottom: 0;
  left: 0;
}
.gray-theme.fr-popup .fr-table-colors > span:focus {
  outline: 1px solid #37474f;
}
.gray-theme .fr-element .fr-video::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gray-theme.fr-box .fr-video-resizer {
  border: solid 1px #0097a7;
}
.gray-theme.fr-box .fr-video-resizer .fr-handler {
  background: #0097a7;
  border: solid 1px #ffffff;
}
.gray-theme.fr-box .fr-video-resizer .fr-handler {
  width: 12px;
  height: 12px;
}
.gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}
.gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}
.gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}
.gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}
@media (min-width: 1200px) {
  .gray-theme.fr-box .fr-video-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }
  .gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }
  .gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }
  .gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }
  .gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}
.gray-theme.fr-popup .fr-video-upload-layer {
  border: dashed 2px #b7bdc0;
  padding: 25px 0;
}
.gray-theme.fr-popup .fr-video-upload-layer:hover {
  background: #e6e6e6;
}
.gray-theme.fr-popup .fr-video-upload-layer.fr-drop {
  background: #e6e6e6;
  border-color: #0097a7;
}
.gray-theme.fr-popup .fr-video-upload-layer .fr-form {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
}
.gray-theme.fr-popup .fr-video-progress-bar-layer > h3 {
  margin: 10px 0;
}
.gray-theme.fr-popup .fr-video-progress-bar-layer > div.fr-loader {
  background: #b3e0e5;
}
.gray-theme.fr-popup .fr-video-progress-bar-layer > div.fr-loader span {
  background: #0097a7;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}
.gray-theme.fr-popup .fr-video-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  top: 0;
}
.gray-theme.fr-video-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
}
.gray-theme .fr-view span[style~="color:"] a {
  color: inherit;
}
.gray-theme .fr-view strong {
  font-weight: 700;
}
.gray-theme .fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}
.gray-theme .fr-view table td,
.gray-theme .fr-view table th {
  border: 1px solid #dddddd;
}
.gray-theme .fr-view table th {
  background: #e6e6e6;
}
.gray-theme .fr-view[dir="rtl"] blockquote {
  border-right: solid 2px #5e35b1;
  margin-right: 0;
}
.gray-theme .fr-view[dir="rtl"] blockquote blockquote {
  border-color: #00bcd4;
}
.gray-theme .fr-view[dir="rtl"] blockquote blockquote blockquote {
  border-color: #43a047;
}
.gray-theme .fr-view blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  color: #5e35b1;
}
.gray-theme .fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}
.gray-theme .fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}
.gray-theme .fr-view span.fr-emoticon {
  line-height: 0;
}
.gray-theme .fr-view span.fr-emoticon.fr-emoticon-img {
  font-size: inherit;
}
.gray-theme .fr-view .fr-text-bordered {
  padding: 10px 0;
}
.gray-theme .fr-view .fr-class-highlighted {
  background-color: #ffff00;
}
.gray-theme .fr-view .fr-img-caption .fr-img-wrap {
  margin: auto;
}
.gray-theme .fr-view .fr-img-caption .fr-img-wrap img {
  margin: auto;
}
.gray-theme .fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
}
.gray-theme .fr-element .fr-embedly::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gray-theme.fr-box .fr-embedly-resizer {
  border: solid 1px #0097a7;
}
.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-font-awesome-modal .fr-font-awesome-title {
  border-bottom: solid 1px #f0f0f0;
}
.gray-theme .tui-image-editor-container {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.gray-theme .tui-editor-cancel-btn {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.gray-theme .tui-editor-save-btn {
  color: #ffffff;
}
.gray-theme .examples-variante > a {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.gray-theme .sc-cm-holder > .sc-cm {
  border-top: 5px solid #bdbdbd !important;
}
.gray-theme .sc-cm__item_dropdown:hover > a,
.gray-theme .sc-cm a:hover {
  background-color: #e6e6e6 !important;
}
.gray-theme .sc-cm__item_active > a,
.gray-theme .sc-cm__item_active > a:hover,
.gray-theme .sc-cm a:active,
.gray-theme .sc-cm a:focus {
  background-color: #d6d6d6 !important;
}
.gray-theme .sc-cm-holder > .sc-cm:before {
  background-color: #e6e6e6 !important;
}
.gray-theme .fr-tooltip {
  top: 0;
  left: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  background: #222222;
  color: #ffffff;
  font-size: 11px;
  line-height: 22px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
}
.gray-theme.fr-toolbar .fr-command.fr-btn,
.gray-theme.fr-popup .fr-command.fr-btn {
  color: #37474f;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  margin: 0px 2px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  padding: 0;
  width: 38px;
  height: 38px;
}
.gray-theme.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,
.gray-theme.fr-popup .fr-command.fr-btn::-moz-focus-inner {
  border: 0;
}
.gray-theme.fr-toolbar .fr-command.fr-btn.fr-btn-text,
.gray-theme.fr-popup .fr-command.fr-btn.fr-btn-text {
  width: auto;
}
.gray-theme.fr-toolbar .fr-command.fr-btn i,
.gray-theme.fr-popup .fr-command.fr-btn i,
.gray-theme.fr-toolbar .fr-command.fr-btn svg,
.gray-theme.fr-popup .fr-command.fr-btn svg {
  font-size: 14px;
  width: 14px;
  margin: 12px 12px;
}
.gray-theme.fr-toolbar .fr-command.fr-btn span,
.gray-theme.fr-popup .fr-command.fr-btn span {
  font-size: 14px;
  line-height: 17px;
  min-width: 34px;
  height: 17px;
  padding: 0 2px;
}
.gray-theme.fr-toolbar .fr-command.fr-btn img,
.gray-theme.fr-popup .fr-command.fr-btn img {
  margin: 12px 12px;
  width: 14px;
}
.gray-theme.fr-toolbar .fr-command.fr-btn.fr-active,
.gray-theme.fr-popup .fr-command.fr-btn.fr-active {
  color: #0097a7;
  background: transparent;
}
.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection,
.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection {
  width: auto;
}
.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown i,
.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown i,
.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown span,
.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown span,
.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown img,
.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown img,
.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown svg,
.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown svg {
  margin-left: 8px;
  margin-right: 16px;
}
.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
  color: #37474f;
  background: #d6d6d6;
}
.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,
.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
  background: #d6d6d6 !important;
  color: #37474f !important;
}
.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,
.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after {
  border-top-color: #37474f !important;
}
.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,
.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown::after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #37474f;
  right: 4px;
  top: 17px;
}
.gray-theme.fr-toolbar .fr-command.fr-btn.fr-disabled,
.gray-theme.fr-popup .fr-command.fr-btn.fr-disabled {
  color: #b7bdc0;
}
.gray-theme.fr-toolbar .fr-command.fr-btn.fr-disabled::after,
.gray-theme.fr-popup .fr-command.fr-btn.fr-disabled::after {
  border-top-color: #b7bdc0 !important;
}
.gray-theme.fr-toolbar.fr-disabled .fr-btn,
.gray-theme.fr-popup.fr-disabled .fr-btn,
.gray-theme.fr-toolbar.fr-disabled .fr-btn.fr-active,
.gray-theme.fr-popup.fr-disabled .fr-btn.fr-active {
  color: #b7bdc0;
}
.gray-theme.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,
.gray-theme.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,
.gray-theme.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.gray-theme.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
  border-top-color: #b7bdc0;
}
.gray-theme.fr-desktop .fr-command:hover,
.gray-theme.fr-desktop .fr-command:focus,
.gray-theme.fr-desktop .fr-command.fr-btn-hover,
.gray-theme.fr-desktop .fr-command.fr-expanded {
  outline: 0;
  color: #37474f;
  background: #e6e6e6;
}
.gray-theme.fr-desktop .fr-command:hover::after,
.gray-theme.fr-desktop .fr-command:focus::after,
.gray-theme.fr-desktop .fr-command.fr-btn-hover::after,
.gray-theme.fr-desktop .fr-command.fr-expanded::after {
  border-top-color: #37474f !important;
}
.gray-theme.fr-desktop .fr-command.fr-selected {
  color: #37474f;
  background: #d6d6d6;
}
.gray-theme.fr-desktop .fr-command.fr-active:hover,
.gray-theme.fr-desktop .fr-command.fr-active:focus,
.gray-theme.fr-desktop .fr-command.fr-active.fr-btn-hover,
.gray-theme.fr-desktop .fr-command.fr-active.fr-expanded {
  color: #0097a7;
  background: #e6e6e6;
}
.gray-theme.fr-desktop .fr-command.fr-active.fr-selected {
  color: #0097a7;
  background: #d6d6d6;
}
.gray-theme.fr-toolbar.fr-mobile .fr-command.fr-blink,
.gray-theme.fr-popup.fr-mobile .fr-command.fr-blink {
  background: transparent;
}
.gray-theme .fr-command.fr-btn.fr-options {
  width: 16px;
  margin-left: -5px;
}
.gray-theme .fr-command.fr-btn.fr-options.fr-btn-hover,
.gray-theme .fr-command.fr-btn.fr-options:hover,
.gray-theme .fr-command.fr-btn.fr-options:focus {
  border-left: solid 1px #fafafa;
}
.gray-theme .fr-command.fr-btn + .fr-dropdown-menu {
  right: auto;
  bottom: auto;
  height: auto;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  background-clip: padding-box;
}
.gray-theme .fr-command.fr-btn + .fr-dropdown-menu.test-height .fr-dropdown-wrapper {
  height: auto;
  max-height: 275px;
}
.gray-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
  background: #f5f5f5;
  padding: 0;
  margin: auto;
  -webkit-transition: max-height 0.2s ease 0s;
  -moz-transition: max-height 0.2s ease 0s;
  -ms-transition: max-height 0.2s ease 0s;
  -o-transition: max-height 0.2s ease 0s;
  margin-top: 0;
  max-height: 0;
  height: 0;
}
.gray-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
  overflow: auto;
  max-height: 275px;
}
.gray-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
  margin: 0;
  padding: 0;
}
.gray-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
  padding: 0;
  margin: 0;
}
.gray-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
  color: inherit;
}
.gray-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: #d6d6d6;
}
.gray-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
  color: #b7bdc0;
}
.gray-theme .fr-command.fr-btn.fr-active + .fr-dropdown-menu {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
}
.gray-theme .fr-command.fr-btn.fr-active + .fr-dropdown-menu .fr-dropdown-wrapper {
  height: auto;
  max-height: 275px;
}
.gray-theme .fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  background-clip: padding-box;
}
.gray-theme.fr-modal {
  color: #37474f;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
}
.gray-theme.fr-modal.fr-middle .fr-modal-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.gray-theme.fr-modal .fr-modal-wrapper {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  margin: 20px auto;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
  border: 0px;
  border-top: 5px solid #bdbdbd;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gray-theme.fr-modal .fr-modal-wrapper {
    margin: 30px auto;
  }
}
@media (min-width: 992px) {
  .gray-theme.fr-modal .fr-modal-wrapper {
    margin: 50px auto;
  }
}
.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-head {
  background: #f5f5f5;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  border-bottom: 0px;
  -webkit-transition: height 0.2s ease 0s;
  -moz-transition: height 0.2s ease 0s;
  -ms-transition: height 0.2s ease 0s;
  -o-transition: height 0.2s ease 0s;
}
.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close {
  color: #37474f;
  top: 0;
  right: 0;
  -webkit-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
}
.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
  margin: 0;
  font-weight: 400;
}
.gray-theme.fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
  outline: 0;
}
.gray-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
  color: #0097a7;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
}
.gray-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover,
.gray-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus {
  background: #e6e6e6;
  color: #0097a7;
}
.gray-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
  background: #d6d6d6;
  color: #0097a7;
}
.gray-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
  border: 0;
}
.gray-theme.gray-theme.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
  background: #e6e6e6;
}
.gray-theme.fr-overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
}
.gray-theme.fr-popup {
  color: #37474f;
  background: #f5f5f5;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  font-family: Arial, Helvetica, sans-serif;
  border: 0px;
  border-top: 5px solid #bdbdbd;
}
.gray-theme.fr-popup .fr-input-focus {
  background: #ebebeb;
}
.gray-theme.fr-popup.fr-above {
  border-top: 0;
  border-bottom: 5px solid #bdbdbd;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
}
.gray-theme.fr-popup .fr-input-line {
  padding: 8px 0;
}
.gray-theme.fr-popup .fr-input-line input[type="text"],
.gray-theme.fr-popup .fr-input-line textarea {
  margin: 0px 0 1px 0;
  border-bottom: solid 1px #bdbdbd;
  color: #37474f;
}
.gray-theme.fr-popup .fr-input-line input[type="text"]:focus,
.gray-theme.fr-popup .fr-input-line textarea:focus {
  border-bottom: solid 2px #0097a7;
}
.gray-theme.fr-popup .fr-input-line input + label,
.gray-theme.fr-popup .fr-input-line textarea + label {
  top: 0;
  left: 0;
  -webkit-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  background: #f5f5f5;
}
.gray-theme.fr-popup .fr-input-line input.fr-not-empty:focus + label,
.gray-theme.fr-popup .fr-input-line textarea.fr-not-empty:focus + label {
  color: #0097a7;
}
.gray-theme.fr-popup .fr-input-line input.fr-not-empty + label,
.gray-theme.fr-popup .fr-input-line textarea.fr-not-empty + label {
  color: #808080;
}
.gray-theme.fr-popup .fr-buttons {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  padding: 0 2px;
  line-height: 0;
  border-bottom: 0px;
}
.gray-theme.fr-popup .fr-layer {
  width: 225px;
}
@media (min-width: 768px) {
  .gray-theme.fr-popup .fr-layer {
    width: 300px;
  }
}
.gray-theme.fr-popup .fr-action-buttons button.fr-command {
  color: #0097a7;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
}
.gray-theme.fr-popup .fr-action-buttons button.fr-command:hover,
.gray-theme.fr-popup .fr-action-buttons button.fr-command:focus {
  background: #e6e6e6;
  color: #0097a7;
}
.gray-theme.fr-popup .fr-action-buttons button.fr-command:active {
  background: #d6d6d6;
  color: #0097a7;
}
.gray-theme.fr-popup .fr-action-buttons button::-moz-focus-inner {
  border: 0;
}
.gray-theme.fr-popup .fr-checkbox span {
  border: solid 1px #37474f;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
}
.gray-theme.fr-popup .fr-checkbox input {
  margin: 0;
  padding: 0;
}
.gray-theme.fr-popup .fr-checkbox input:checked + span {
  background: #0097a7;
  border-color: #0097a7;
}
.gray-theme.fr-popup .fr-checkbox input:focus + span {
  border-color: #0097a7;
}
.gray-theme.fr-popup.fr-rtl .fr-input-line input + label,
.gray-theme.fr-popup.fr-rtl .fr-input-line textarea + label {
  left: auto;
  right: 0;
}
.gray-theme.fr-popup .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #bdbdbd;
  top: -9px;
  margin-left: -5px;
}
.gray-theme.fr-popup.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
  border-top: 5px solid #bdbdbd;
}
.gray-theme.fr-toolbar {
  color: #37474f;
  background: #f5f5f5;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  border: 0px;
  border-top: 5px solid #bdbdbd;
}
.gray-theme.fr-toolbar.fr-inline .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #bdbdbd;
  top: -9px;
  margin-left: -5px;
}
.gray-theme.fr-toolbar.fr-inline.fr-above {
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  border-bottom: 5px solid #bdbdbd;
  border-top: 0;
}
.gray-theme.fr-toolbar.fr-inline.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
  border-top-color: inherit;
  border-top-width: 5px;
}
.gray-theme.fr-toolbar.fr-top {
  top: 0;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.gray-theme.fr-toolbar.fr-bottom {
  bottom: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.gray-theme .fr-separator {
  background: #ebebeb;
}
.gray-theme .fr-separator.fr-vs {
  height: 34px;
  width: 1px;
  margin: 2px;
}
.gray-theme .fr-separator.fr-hs {
  height: 1px;
  width: calc(100% - (2 * 2px));
  margin: 0 2px;
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.disabled,
.flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f3f3f3;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@charset "UTF-8";

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713) format("embedded-opentype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: Gilroy-medium;
  src: url(/fonts/Gilroy-Medium.ttf?c83281ae1ca703d0741a770ee7e7c091) format("truetype");
}

@font-face {
  font-family: Gilroy-semi-bold;
  src: url(/fonts/Gilroy-SemiBold.ttf?a5cf732b15078843b237bd58f3ed44cd) format("truetype");
}

@font-face {
  font-family: Gilroy-bold;
  src: url(/fonts/Gilroy-Bold.ttf?b381c2abd2972024a6a7e3d882208d9b) format("truetype");
}

@font-face {
  font-family: Gilroy;
  src: url(/fonts/Gilroy-Regular.ttf?31ff7c1a62a300dbbf9656b4ba14a0d5) format("truetype");
}

@font-face {
  font-family: Gilroy;
  src: url(/fonts/Gilroy-RegularItalic.ttf?b564aec808c412ff20b83a2d779122b5) format("truetype");
  font-style: italic;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.loader .background {
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.loader .loader-gif {
  position: absolute;
  top: 45%;
  left: 55%;
  background-color: #fff;
  border-radius: 30%;
}

.loader .loader-gif img {
  width: 150px;
  height: 150px;
}

.loader .loader-gif .description {
  color: #fff;
  font-family: Gilroy-semi-bold;
  font-size: 14px;
  position: absolute;
  margin-top: 20px;
  margin-left: 30px;
  -webkit-animation: flickerAnimation 2s infinite;
  animation: flickerAnimation 2s infinite;
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.alert-danger {
  color: #e31837;
  font-family: Gilroy-bold;
  font-size: 14px;
  margin-bottom: 20px;
}

html,
body {
  font-size: 15px;
  font-family: "Gilroy";
}

.simplebar-scrollbar {
  width: 3px;
}

.simplebar-scrollbar::before {
  background: #4d5669;
}

.row .richTextEditor.box::after {
  display: none;
}

.fr-tooltip {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02), 0 2px 2px 1px rgba(0, 0, 0, 0.03);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02), 0 2px 2px 1px rgba(0, 0, 0, 0.03);
  background: #ccc;
  color: #4d5669;
}

.fr-popup {
  border-top-color: #87a2b2;
}

.fr-popup .fr-arrow {
  border-bottom-color: #87a2b2;
}

.fr-popup.fr-active {
  color: #87a2b2;
}

.fr-popup .fr-command.fr-btn {
  color: #87a2b2;
}

.fr-popup .fr-table-colors > span {
  margin: 2px;
}

.fr-popup .fr-btn {
  margin: 0;
}

.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
  color: #87a2b2;
}

.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active.fr-btn-hover,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover {
  color: #87a2b2 !important;
}

.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active.fr-btn-hover::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after {
  border-top-color: #87a2b2 !important;
}

.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active::after {
  border-top-color: #87a2b2;
}

.fr-popup .fr-command.fr-btn.fr-dropdown::after {
  border-top-color: #87a2b2;
}

.eurocash-editor {
  margin-top: 23px;
}

.eurocash-editor.fr-box {
  border: 1px solid #bfcbd4;
  border-radius: 4px;
}

.eurocash-editor.fr-box.fr-basic.fr-top .fr-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.eurocash-editor .fr-toolbar {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.eurocash-editor .fr-toolbar .fr-dropdown-menu {
  width: 450px;
}

.eurocash-editor .fr-toolbar .fr-dropdown-menu .fr-dropdown-wrapper {
  width: 450px;
}

.eurocash-editor .fr-toolbar .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
  color: #4d5669;
}

.eurocash-editor .fr-toolbar .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
  padding: 0 3px;
  min-width: 40px;
  margin: auto;
  color: #4d5669;
  text-align: center;
}

.eurocash-editor .fr-toolbar .fr-popup {
  color: #87a2b2;
}

.eurocash-editor .fr-toolbar .fr-btn {
  width: 31px;
  height: 30px;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid #bfcbd4;
  margin: 0 4.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.eurocash-editor .fr-toolbar .fr-btn.fr-dropdown::after {
  display: none;
  content: "";
  background-color: transparent;
  background-image: url("/svg/editor/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  width: 7px;
  height: 4px;
}

.eurocash-editor .fr-toolbar .fr-btn.fr-dropdown.fr-command i {
  margin: auto;
  text-align: center;
}

.eurocash-editor .fr-toolbar .fr-btn.fr-dropdown.fr-command.fr-selection {
  width: 31px;
}

.eurocash-editor .fr-toolbar .fr-btn.fr-dropdown.fr-active {
  color: #87a2b2;
}

.eurocash-editor .fr-toolbar .fr-btn.fr-options {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}

.eurocash-editor .fr-toolbar .fr-btn.fr-options.fr-dropdown::after {
  display: none;
}

.eurocash-editor .fr-toolbar .fr-btn.fr-options.fr-active,
.eurocash-editor .fr-toolbar .fr-btn.fr-options.fr-expanded {
  color: #87a2b2;
  background-color: transparent;
}

.eurocash-editor .fr-toolbar .fr-btn.fr-options:hover,
.eurocash-editor .fr-toolbar .fr-btn.fr-options:focus {
  border: 1px solid #bfcbd4;
}

.eurocash-editor .fr-toolbar .fr-btn .fa {
  width: 100%;
  height: 100%;
  padding: 7px 5px;
  position: relative;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #87a2b2;
}

.eurocash-editor .fr-toolbar .fr-btn .fa::after {
  content: "";
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  margin: auto;
}

.eurocash-editor .fr-toolbar .fr-btn .fa-bold::after {
  background-image: url("/svg/editor/bold-icon.svg");
}

.eurocash-editor .fr-toolbar .fr-btn .fa-bold::before {
  display: none;
}

.eurocash-editor .fr-toolbar .fr-btn .fa-italic::after {
  background-image: url("/svg/editor/italic-icon.svg");
}

.eurocash-editor .fr-toolbar .fr-btn .fa-italic::before {
  display: none;
}

.eurocash-editor .fr-toolbar .fr-btn .fa-underline::after {
  background-image: url("/svg/editor/underscore-icon.svg");
}

.eurocash-editor .fr-toolbar .fr-btn .fa-underline::before {
  display: none;
}

.eurocash-editor .fr-toolbar .fr-btn .fa-strikethrough::after {
  background-image: url("/svg/editor/strikethrough-icon.svg");
}

.eurocash-editor .fr-toolbar .fr-btn .fa-strikethrough::before {
  display: none;
}

.eurocash-editor .fr-toolbar .fr-btn .fa-eraser::after {
  background-image: url("/svg/editor/erase-cion.svg");
}

.eurocash-editor .fr-toolbar .fr-btn .fa-eraser::before {
  display: none;
}

.eurocash-editor .fr-toolbar .fr-btn .fa-code::after {
  background-image: url("/svg/editor/code-icon.svg");
}

.eurocash-editor .fr-toolbar .fr-btn .fa-code::before {
  display: none;
}

.eurocash-editor .fr-toolbar .fr-btn .fa-list-ol::after {
  background-image: url("/svg/editor/orderedlist-icon.svg");
}

.eurocash-editor .fr-toolbar .fr-btn .fa-list-ol::before {
  display: none;
}

.eurocash-editor .fr-toolbar .fr-btn .fa-list-ul::after {
  background-image: url("/svg/editor/unorderedlist-icon.svg");
}

.eurocash-editor .fr-toolbar .fr-btn .fa-list-ul::before {
  display: none;
}

.eurocash-editor .fr-toolbar .fr-btn .fa-image::after {
  background-image: url("/svg/editor/image-icon.svg");
}

.eurocash-editor .fr-toolbar .fr-btn .fa-image::before {
  display: none;
}

.eurocash-editor .fr-toolbar .fr-btn .fa-subscript::after {
  background-image: url("/svg/editor/sub-icon.svg");
}

.eurocash-editor .fr-toolbar .fr-btn .fa-subscript::before {
  display: none;
}

.eurocash-editor .fr-toolbar .fr-btn .fa-superscript::after {
  background-image: url("/svg/editor/sup-icon.svg");
}

.eurocash-editor .fr-toolbar .fr-btn .fa-superscript::before {
  display: none;
}

.eurocash-editor .fr-toolbar .fr-btn .fa-table {
  padding: 5px 3px;
}

.eurocash-editor .fr-toolbar .fr-btn .fa-table::after {
  background-image: url("/svg/editor/table-icon.svg");
}

.eurocash-editor .fr-toolbar .fr-btn .fa-table::before {
  display: none;
}

.eurocash-editor .fr-toolbar .fr-btn .fa-arrows-v {
  padding: 6px 4px;
}

.eurocash-editor .fr-toolbar .fr-btn .fa-arrows-v::after {
  background-image: url("/svg/editor/font-sze.svg");
}

.eurocash-editor .fr-toolbar .fr-btn .fa-arrows-v::before {
  display: none;
}

.eurocash-editor .fr-toolbar .fr-btn .fa-text-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.eurocash-editor .fr-toolbar .fr-btn .fa-text-height::after {
  min-width: 8px;
  background-image: url("/svg/editor/arrow-down.svg");
}

.eurocash-editor .fr-toolbar .fr-btn .fa-text-height::before {
  display: none;
}

.eurocash-editor .fr-toolbar .fr-btn .fa-minus::after {
  background-image: url("/svg/editor/line-icon.svg");
}

.eurocash-editor .fr-toolbar .fr-btn .fa-minus::before {
  display: none;
}

.eurocash-editor .fr-code {
  font-size: 12px;
  width: 100%;
  height: 52px;
  top: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0px;
  border: none;
  display: none;
  right: 0px;
  overflow: hidden;
  z-index: 2;
  color: black;
  background-color: #fff;
  min-height: 145px;
}

.eurocash-editor .fr-element {
  min-height: 145px;
}

.eurocash-editor .fr-top {
  margin: auto;
  padding: 25px 19px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 10px 15px rgba(6, 73, 152, 0.05);
          box-shadow: 0 10px 15px rgba(6, 73, 152, 0.05);
}

.eurocash-editor .fr-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.eurocash-editor.fr-code-view .fr-code {
  display: block;
}

.eurocash-editor .fr-separator {
  width: 15px;
  background-color: transparent;
}

.eurocash-editor .fr-vertical-line {
  width: 100%;
  height: 2px;
  position: relative;
  margin: 10px auto;
  background-color: #ccc;
  border-radius: 3px;
}

.eurocash-editor .fr-view sub {
  font-size: 0.7em;
  position: relative;
  top: 0.5em;
}

.eurocash-editor .fr-view sup {
  font-size: 0.7em;
  position: relative;
  bottom: 0.5em;
}

.eurocash-editor .fr-view em {
  font-style: italic;
}

.eurocash-editor .fr-view ul,
.eurocash-editor .fr-view ol {
  padding-left: 25px;
}

.selectric-input,
.select-button {
  display: none;
}

.selectric-select-button .selectric-scroll {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 5;
  top: 100%;
  width: 100%;
  max-height: 100px;
  overflow-y: auto;
}

.selectric-select-button .selectric-scroll ul {
  width: 100%;
}

.selectric-select-button .selectric-scroll ul li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5px;
  margin-bottom: 10px;
  font-family: Gilroy-medium;
  cursor: pointer;
  color: #4d5669;
  font-size: 15px;
}

.selectric-select-button.selectric-open .selectric-scroll {
  display: block;
}

.selectric-select-button .selectric {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  border: none;
  font-family: Gilroy-medium;
  width: 100%;
  border-bottom: 1px solid #bac3d2;
  border-radius: 0;
  margin-bottom: 25px;
  padding-bottom: 15px;
  color: #4d5669;
  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
  cursor: pointer;
  background-color: white;
}

.selectric-select-button .selectric .button {
  display: none;
}

.multiple-select-button {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.multiple-select-button .ms-choice {
  display: none;
}

.multiple-select-button .ms-drop {
  width: 100%;
  height: auto;
}

.multiple-select-button .ms-drop ul {
  overflow-y: auto;
  overflow-x: hidden;
  font-family: "Gilroy-medium";
}

.multiple-select-button .ms-drop ul li {
  width: calc(100% - 21px);
  margin-right: 21px;
  margin-top: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.multiple-select-button .ms-drop ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  font-family: "Gilroy-medium";
}

.multiple-select-button .ms-drop ul li label input {
  display: none;
}

.multiple-select-button .ms-drop ul li label span {
  width: 100%;
  position: relative;
  font-family: "Gilroy-medium";
  margin-bottom: 7px;
  color: #bfcbd4;
}

.multiple-select-button .ms-drop ul li label span::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 15px;
  border-radius: 6px;
  border: 1px solid #859fb1;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.multiple-select-button .ms-drop ul li label span::before {
  content: "";
  display: none;
  position: absolute;
  width: 7px;
  height: 7px;
  background-image: url("/svg/check-mark.svg");
  top: 0;
  bottom: 0;
  right: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}

.multiple-select-button .ms-drop ul li.selected label span {
  color: #4d5669;
}

.multiple-select-button .ms-drop ul li.selected label span::before {
  display: block;
}

.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-checkbox__checkbox {
  display: none;
}

.custom-checkbox__fakeboxes {
  margin-left: 15px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-checkbox__fakebox {
  width: 24px;
  height: 14px;
  position: relative;
  border: 1px solid #87a2b2;
  border-radius: 20px;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-checkbox__fakebox span {
  width: 6px;
  height: 6px;
  display: block;
  position: relative;
  border-radius: 50%;
  border: 1px solid #87a2b2;
}

.custom-checkbox__fakebox--off {
  border-color: #e31837;
}

.custom-checkbox__fakebox--off span {
  margin-left: auto;
  border-color: #e31837;
}

.custom-checkbox input:checked + .custom-checkbox__fakeboxes .custom-checkbox__fakebox--on {
  border-color: #00cc61;
}

.custom-checkbox input:checked + .custom-checkbox__fakeboxes .custom-checkbox__fakebox--on span {
  margin-left: auto;
  border-color: #00cc61;
}

.custom-checkbox input:checked + .custom-checkbox__fakeboxes .custom-checkbox__fakebox--off {
  border-color: #87a2b2;
}

.custom-checkbox input:checked + .custom-checkbox__fakeboxes .custom-checkbox__fakebox--off span {
  margin-left: 0;
  border-color: #87a2b2;
}

.flatpickr-months {
  margin-bottom: 10px;
  color: #4d5669;
}

.flatpickr-day {
  border-radius: 5px;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: #4d5669;
  border-color: #4d5669;
}

.auth {
  background-color: #f7f7f7;
}

.auth-content {
  background-color: #f7f7f7;
  min-height: 100vh;
  min-width: 99vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.auth-content .main-content {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 686px;
  height: 695px;
}

.auth-content .main-content .logo {
  margin-top: 135px;
  margin-bottom: 90px;
}

.auth-content .main-content .logo .img {
  background: url("/svg/logo.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 50px;
  width: 296px;
}

.auth-content .main-content .login-form {
  position: relative;
}

.auth-content .main-content .login-form input {
  padding-left: 40px;
  padding-right: 35px;
  border: none;
  margin: 10px 0;
  color: #163567;
  font-family: "Gilroy";
  font-size: 16px;
  width: 332px;
  border-bottom: 1px solid #bac3d2;
  border-radius: 0;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.auth-content .main-content .login-form input::-webkit-input-placeholder {
  opacity: 0.3;
  font-family: "Gilroy";
  font-size: 16px;
}

.auth-content .main-content .login-form input::-ms-input-placeholder {
  opacity: 0.3;
  font-family: "Gilroy";
  font-size: 16px;
}

.auth-content .main-content .login-form input::placeholder {
  opacity: 0.3;
  font-family: "Gilroy";
  font-size: 16px;
}

.auth-content .main-content .login-form input:focus,
.auth-content .main-content .login-form input:active {
  outline: none;
}

.auth-content .main-content .login-form .password-field input {
  margin-bottom: 15px;
}

.auth-content .main-content .login-form .user-name-field,
.auth-content .main-content .login-form .password-field {
  position: relative;
}

.auth-content .main-content .login-form .is-invalid input {
  color: red;
  border-color: red;
}

.auth-content .main-content .login-form .is-invalid input::-webkit-input-placeholder {
  color: red;
}

.auth-content .main-content .login-form .is-invalid input::-ms-input-placeholder {
  color: red;
}

.auth-content .main-content .login-form .is-invalid input::placeholder {
  color: red;
}

.auth-content .main-content .login-form .is-invalid .login-svg,
.auth-content .main-content .login-form .is-invalid .password-svg,
.auth-content .main-content .login-form .is-invalid .email-svg {
  background-color: red;
}

.auth-content .main-content .login-form .error {
  color: red;
  font-family: "Gilroy-medium";
  font-size: 14px;
  text-decoration: none;
  max-width: 260px;
}

.auth-content .main-content .login-form .login-svg {
  display: block;
  width: 21px;
  height: 24px;
  position: absolute;
  -webkit-mask-image: url("/svg/user.svg");
  mask-image: url("/svg/user.svg");
  background-color: #86a0b2;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  top: 6px;
  left: 0;
}

.auth-content .main-content .login-form .password-svg {
  display: block;
  width: 15px;
  height: 24px;
  position: absolute;
  -webkit-mask-image: url("/svg/password.svg");
  mask-image: url("/svg/password.svg");
  background-color: #86a0b2;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  top: 6px;
  left: 0;
}

.auth-content .main-content .login-form .show-password {
  display: block;
  width: 23px;
  height: 20px;
  position: absolute;
  -webkit-mask-image: url("/svg/show-password.svg");
  mask-image: url("/svg/show-password.svg");
  background-color: #86a0b2;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  top: 10px;
  right: 0;
  cursor: pointer;
}

.auth-content .main-content .login-form .forgot-pass-field {
  position: absolute;
  right: 0;
}

.auth-content .main-content .login-form .forgot-pass-field .link {
  color: #88a1b3;
  font-family: "Gilroy-medium";
  font-size: 14px;
  text-decoration: none;
}

.auth-content .main-content .login-form .forgot-pass-field .link:hover,
.auth-content .main-content .login-form .forgot-pass-field .link:active,
.auth-content .main-content .login-form .forgot-pass-field .link:focus {
  outline: none;
  text-decoration: none;
}

.auth-content .main-content .login-form .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 110px;
}

.auth-content .main-content .login-form .submit .btn {
  width: 264px;
  height: 48px;
  border-radius: 50px;
  background-color: #e31837;
  border: none;
  color: #ffffff;
  font-family: "Gilroy-bold";
  font-size: 13px;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4px;
}

.auth-content .main-content .login-form .submit .btn:hover,
.auth-content .main-content .login-form .submit .btn:active,
.auth-content .main-content .login-form .submit .btn:focus {
  outline: none;
  text-decoration: none;
}

@media only screen and (max-width: 790px) {
  .auth-content .main-content {
    width: 100%;
    height: 100vh;
  }
}

@media only screen and (max-width: 600px) {
  .auth-content .main-content .logo {
    margin-top: 90px;
  }

  .auth-content .main-content .logo .img {
    width: 234px;
    height: 40px;
  }

  .auth-content .main-content .login-form input {
    width: 193px;
  }

  .auth-content .main-content .login-form .submit {
    margin-top: 70px;
  }
}

.auth-content.reset .main-content .logo {
  margin-bottom: 70px;
}

.auth-content.reset .main-content .login-form.new-password input {
  margin-bottom: 20px;
}

.auth-content.reset .main-content .login-form.new-password .title {
  margin-bottom: 50px;
}

.auth-content.reset .main-content .login-form input {
  width: 193px;
  margin-bottom: 0;
}

.auth-content.reset .main-content .login-form .title {
  color: #515768;
  font-family: "Gilroy-bold";
  font-size: 17px;
  text-align: center;
  margin-bottom: 20px;
}

.auth-content.reset .main-content .login-form .description {
  color: #979fad;
  font-family: "Gilroy";
  font-size: 14px;
  text-align: center;
  margin-bottom: 75px;
}

.auth-content.reset .main-content .login-form .description.m-460 {
  max-width: 460px;
}

.auth-content.reset .main-content .login-form .email-field {
  position: relative;
}

.auth-content.reset .main-content .login-form .email-field.is-invalid {
  margin-bottom: 10px;
}

.auth-content.reset .main-content .login-form .email-field.is-invalid .email-svg {
  background-color: red;
}

.auth-content.reset .main-content .login-form .email-svg {
  display: block;
  width: 21px;
  height: 24px;
  position: absolute;
  -webkit-mask-image: url("/svg/mail.svg");
  mask-image: url("/svg/mail.svg");
  background-color: #86a0b2;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  top: 6px;
  left: 0;
}

.auth-content.reset .main-content .login-form .submit {
  margin-top: 63px;
}

.auth-content.reset .main-content .login-form .return-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.auth-content.reset .main-content .login-form .return-link .return-svg {
  display: block;
  width: 23px;
  height: 16px;
  margin-right: 15px;
  -webkit-mask-image: url("/svg/return.svg");
  mask-image: url("/svg/return.svg");
  background-color: #86a0b2;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.auth-content.reset .main-content .login-form .return-link .link {
  color: #86a0b2;
  font-family: "Gilroy-medium";
  font-size: 14px;
  text-decoration: none;
  margin-top: 4px;
}

.auth-content.reset .main-content .login-form .return-link .link:hover,
.auth-content.reset .main-content .login-form .return-link .link:active,
.auth-content.reset .main-content .login-form .return-link .link:focus {
  outline: none;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .auth-content.reset .main-content .logo {
    margin-bottom: 50px;
  }

  .auth-content.reset .main-content .login-form .description {
    margin-bottom: 40px;
  }

  .auth-content.reset .main-content .login-form.new-password .submit {
    margin-top: 20px;
  }
}

.header {
  width: 100%;
  height: 77px;
  -webkit-box-shadow: 0 10px 15px rgba(6, 73, 152, 0.05);
          box-shadow: 0 10px 15px rgba(6, 73, 152, 0.05);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  z-index: 10;
}

.header .logo {
  margin-left: 41px;
  background: url("/svg/logo.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 22px;
  width: 133px;
}

.header .logo.eca {
  background: url("/svg/ecalogo.svg");
  height: 123px;
  width: 123px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.header .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .user-name {
  width: 41px;
  height: 30px;
  color: #535c6e;
  font-family: Gilroy-medium;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  margin-right: 30px;
}

.header .logout {
  margin-right: 50px;
}

.header .logout .btn-logout {
  color: #859fb1;
  font-family: Gilroy-medium;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

.header .logout .btn-logout:focus {
  outline: none;
}

.header .cell.cell--cheboxes .custom-checkbox .dystrubucja {
  content: "";
  display: block;
  width: 87px;
  height: 11px;
  -webkit-mask-image: url("/svg/dystrybucja.svg");
  mask-image: url("/svg/dystrybucja.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #c7d2d9;
}

.header .cell.cell--cheboxes .custom-checkbox .dystrubucja.checked {
  background-color: #00cc61;
}

.header .cell.cell--cheboxes .custom-checkbox .alkohole {
  content: "";
  display: block;
  width: 69px;
  height: 9px;
  -webkit-mask-image: url("/svg/alkohole.svg");
  mask-image: url("/svg/alkohole.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #c7d2d9;
  margin-right: 30px;
}

.header .cell.cell--cheboxes .custom-checkbox .alkohole.checked {
  background-color: #e31837;
}

.header .cell.cell--cheboxes .custom-checkbox .custom-checkbox__fakebox--off {
  content: "";
  display: block;
  width: 40px;
  height: 24px;
  background-image: url("/svg/switchAlkohole.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none;
  margin: 0;
}

.header .cell.cell--cheboxes .custom-checkbox .custom-checkbox__fakebox--off span {
  display: none;
}

.header .cell.cell--cheboxes .custom-checkbox__fakeboxes {
  margin: 0 15px;
}

.header .cell.cell--cheboxes .custom-checkbox input:checked + .custom-checkbox__fakeboxes .custom-checkbox__fakebox--off {
  content: "";
  display: block;
  width: 40px;
  height: 24px;
  background-image: url("/svg/swichDystrybucja.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0;
  border: none;
}

body {
  background-color: #f7f7f7;
  min-height: 100%;
}

.left-menu {
  width: 296px;
  height: calc(100% - 77px);
  position: fixed;
  top: 77px;
  left: 0;
  background-color: #ffffff;
  z-index: 11;
  overflow-y: scroll;
  /* Track */
}

.left-menu ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.left-menu::-webkit-scrollbar {
  width: 2px;
  height: 0.5em;
}

.left-menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.left-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.left-menu .menu-row {
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 50px;
}

.left-menu .menu-row:last-child {
  margin-bottom: 50px;
}

.left-menu .menu-row.active.eca .title {
  color: #e31837;
}

.left-menu .menu-row.active.eca .title a {
  color: #e31837;
}

.left-menu .menu-row.active.eca .title a:hover,
.left-menu .menu-row.active.eca .title a:active,
.left-menu .menu-row.active.eca .title a:focus {
  color: #e31837;
}

.left-menu .menu-row.active.eca .title.action:before,
.left-menu .menu-row.active.eca .title.ph:before,
.left-menu .menu-row.active.eca .title.quiz:before,
.left-menu .menu-row.active.eca .title.n4c:before {
  background-color: #e31837;
}

.left-menu .menu-row.active.eca .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left-menu .menu-row.active .title {
  color: #00cc61;
}

.left-menu .menu-row.active .title a {
  color: #00cc61;
}

.left-menu .menu-row.active .title a:hover,
.left-menu .menu-row.active .title a:active,
.left-menu .menu-row.active .title a:focus {
  color: #00cc61;
}

.left-menu .menu-row.active .title.action:before,
.left-menu .menu-row.active .title.ph:before,
.left-menu .menu-row.active .title.quiz:before,
.left-menu .menu-row.active .title.n4c:before {
  background-color: #00cc61;
}

.left-menu .menu-row.active .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left-menu .menu-row .sub-menu {
  margin-top: 20px;
  margin-left: 20px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.left-menu .menu-row .sub-menu .group-menu {
  color: #4d5669;
  font-family: Gilroy-semi-bold;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  margin-top: 20px;
}

.left-menu .menu-row .sub-menu .group-menu.active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.left-menu .menu-row .sub-menu .group-menu.active .list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.left-menu .menu-row .sub-menu .group-menu.active:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.left-menu .menu-row .sub-menu .group-menu:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  content: '';
  border: solid #163567;
  border-width: 0 2px 2px 0;
  width: 7px;
  height: 7px;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
  top: 0;
}

.left-menu .menu-row .sub-menu .group-menu .list-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
}

.left-menu .menu-row .sub-menu a {
  text-decoration: none;
  color: #87a2b2;
  font-family: Gilroy-medium;
  font-size: 12px;
  margin-top: 20px;
}

.left-menu .menu-row .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4d5669;
  font-family: Gilroy-semi-bold;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}

.left-menu .menu-row .title a {
  text-decoration: none;
  color: #4d5669;
}

.left-menu .menu-row .title a:hover,
.left-menu .menu-row .title a:active {
  color: #4d5669;
  text-decoration: none;
}

.left-menu .menu-row .title:after {
  position: absolute;
  content: '';
  border: solid #163567;
  border-width: 0 2px 2px 0;
  width: 7px;
  height: 7px;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
  top: 0;
}

.left-menu .menu-row .title:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: #6e7585;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  margin-right: 21px;
}

.left-menu .menu-row .title.action:before {
  -webkit-mask-image: url("/svg/action.svg");
  mask-image: url("/svg/action.svg");
}

.left-menu .menu-row .title.quiz:before {
  -webkit-mask-image: url("/svg/quiz.svg");
  mask-image: url("/svg/quiz.svg");
}

.left-menu .menu-row .title.ph:before {
  -webkit-mask-image: url("/svg/ph.svg");
  mask-image: url("/svg/ph.svg");
}

.left-menu .menu-row .title.n4c:before {
  -webkit-mask-image: url("/svg/n4c.svg");
  mask-image: url("/svg/n4c.svg");
}

.left-menu .menu-row .title.rdh:before {
  -webkit-mask-image: url("/svg/ph.svg");
  mask-image: url("/svg/ph.svg");
}

.left-menu .menu-row .title.other:before {
  -webkit-mask-image: url("/svg/otherAction.svg");
  mask-image: url("/svg/otherAction.svg");
  width: 18px;
  height: 18px;
  margin-right: 19px;
}

.left-menu .menu-row .title.messenger:before {
  -webkit-mask-image: url("/svg/message.svg");
  mask-image: url("/svg/message.svg");
  width: 24px;
  height: 22px;
  margin-right: 15px;
}

.left-menu .menu-row .title.news:before {
  -webkit-mask-image: url("/svg/news.svg");
  mask-image: url("/svg/news.svg");
  width: 18px;
  height: 18px;
  margin-right: 19px;
}

.py-4 {
  padding-top: 120px;
  padding-left: 346px;
  padding-right: 52px;
}

/* width */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.container {
  background-color: #ffffff;
  padding: 60px 55px 45px 65px;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

.container .import-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.container .import-row .info .title {
  color: #2ab03e;
  font-family: Gilroy-bold;
  font-size: 19px;
}

.container .import-row .info .title.blue {
  color: #007bff;
}

.container .import-row .info .title.red {
  color: #e31837;
}

.container .import-row .info .title.yellow {
  color: #f0b057;
}

.container .import-row .info .column-info {
  color: #b9c6d0;
  font-family: Gilroy-medium;
  font-size: 15px;
  margin-top: 10px;
}

.container .import-row .info .success {
  color: #2ab03e;
  font-family: Gilroy-medium;
  font-size: 14px;
  margin-top: 7px;
}

.container .import-row .info .error {
  color: #e31837;
  font-family: Gilroy-bold;
  font-size: 14px;
  margin-top: 7px;
}

.container .import-row form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .import-row form #pmexcel,
.container .import-row form #pmResult,
.container .import-row form #pmstartNew,
.container .import-row form #pmProducent,
.container .import-row form #upload,
.container .import-row form #uploads,
.container .import-row form #upload-result,
.container .import-row form #upload-result-challenge,
.container .import-row form #upload-storeChallengeResult,
.container .import-row form #storeChallenge,
.container .import-row form #region,
.container .import-row form #store,
.container .import-row form #skuChallenge,
.container .import-row form #sku,
.container .import-row form #user,
.container .import-row form #importPh,
.container .import-row form #rotation,
.container .import-row form #manufacturer,
.container .import-row form #rotationManufacturer,
.container .import-row form #KH,
.container .import-row form #targetKH,
.container .import-row form #KhTargetProducent,
.container .import-row form #khApplication {
  display: none;
}

.container .import-row form .btn-pmexcel,
.container .import-row form .btn-pmResult,
.container .import-row form .btn-pmstartNew,
.container .import-row form .btn-upload,
.container .import-row form .btn-pmProducent,
.container .import-row form .btn-uploads,
.container .import-row form .btn-upload-result,
.container .import-row form .btn-upload-result-challenge,
.container .import-row form .btn-upload-storeChallengeResult,
.container .import-row form .btn-storeChallenge,
.container .import-row form .btn-region,
.container .import-row form .btn-store,
.container .import-row form .btn-skuChallenge,
.container .import-row form .btn-sku,
.container .import-row form .btn-user,
.container .import-row form .btn-importPh,
.container .import-row form .btn-rotation,
.container .import-row form .btn-manufacturer,
.container .import-row form .btn-rotationManufacturer,
.container .import-row form .btn-KH,
.container .import-row form .btn-targetKH,
.container .import-row form .btn-KhTargetProducent,
.container .import-row form .btn-khApplication {
  width: 187px;
  height: 48px;
  border-radius: 50px;
  background-color: #bfcbd4;
  color: #ffffff;
  font-family: Gilroy-medium;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-right: 30px;
}

.container .import-row form .btn-pmexcel.active,
.container .import-row form .btn-pmResult.active,
.container .import-row form .btn-pmstartNew.active,
.container .import-row form .btn-upload.active,
.container .import-row form .btn-pmProducent.active,
.container .import-row form .btn-uploads.active,
.container .import-row form .btn-upload-result.active,
.container .import-row form .btn-upload-result-challenge.active,
.container .import-row form .btn-upload-storeChallengeResult.active,
.container .import-row form .btn-storeChallenge.active,
.container .import-row form .btn-region.active,
.container .import-row form .btn-store.active,
.container .import-row form .btn-skuChallenge.active,
.container .import-row form .btn-sku.active,
.container .import-row form .btn-user.active,
.container .import-row form .btn-importPh.active,
.container .import-row form .btn-rotation.active,
.container .import-row form .btn-manufacturer.active,
.container .import-row form .btn-rotationManufacturer.active,
.container .import-row form .btn-KH.active,
.container .import-row form .btn-targetKH.active,
.container .import-row form .btn-KhTargetProducent.active,
.container .import-row form .btn-khApplication.active {
  background-color: #ffffff;
  color: #4d5669;
  border: 1px solid #c7ceda;
}

.container .import-row form .btn-pmexcel.active:after,
.container .import-row form .btn-pmResult.active:after,
.container .import-row form .btn-pmstartNew.active:after,
.container .import-row form .btn-upload.active:after,
.container .import-row form .btn-pmProducent.active:after,
.container .import-row form .btn-uploads.active:after,
.container .import-row form .btn-upload-result.active:after,
.container .import-row form .btn-upload-result-challenge.active:after,
.container .import-row form .btn-upload-storeChallengeResult.active:after,
.container .import-row form .btn-storeChallenge.active:after,
.container .import-row form .btn-region.active:after,
.container .import-row form .btn-store.active:after,
.container .import-row form .btn-skuChallenge.active:after,
.container .import-row form .btn-sku.active:after,
.container .import-row form .btn-user.active:after,
.container .import-row form .btn-importPh.active:after,
.container .import-row form .btn-rotation.active:after,
.container .import-row form .btn-manufacturer.active:after,
.container .import-row form .btn-rotationManufacturer.active:after,
.container .import-row form .btn-KH.active:after,
.container .import-row form .btn-targetKH.active:after,
.container .import-row form .btn-KhTargetProducent.active:after,
.container .import-row form .btn-khApplication.active:after {
  content: '';
  display: block;
  width: 14px;
  height: 16px;
  background-color: #284573;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-image: url("/svg/file.svg");
  mask-image: url("/svg/file.svg");
  margin-left: 20px;
}

.container .import-row form .btn-primary {
  width: 187px;
  height: 48px;
  border-radius: 50px;
  color: #ffffff;
  font-family: Gilroy-medium;
  font-size: 15px;
  border: none;
  cursor: pointer;
  outline: none;
  background-color: #00cc61;
  padding-right: 25px;
}

.container .import-row form .btn-primary:disabled {
  background-color: #bfcbd4;
  cursor: default;
  padding-right: 0px;
}

.container .import-row form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.container .import-row form .arrow {
  display: none;
}

.container .import-row form .arrow:after {
  content: '';
  display: block;
  width: 14px;
  height: 16px;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-image: url("/svg/arrowUp.svg");
  mask-image: url("/svg/arrowUp.svg");
  position: absolute;
  right: 20px;
  top: 15px;
}

.display-row-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.display-row-form form #pmpdf {
  display: none;
}

.display-row-form form .btn-pmpdf {
  width: 187px;
  height: 48px;
  border-radius: 50px;
  background-color: #bfcbd4;
  color: #ffffff;
  font-family: Gilroy-medium;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-right: 30px;
}

.display-row-form form .btn-pmpdf.active {
  background-color: #ffffff;
  color: #4d5669;
  border: 1px solid #c7ceda;
}

.display-row-form form .btn-pmpdf.active:after {
  content: '';
  display: block;
  width: 14px;
  height: 16px;
  background-color: #284573;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-image: url("/svg/file.svg");
  mask-image: url("/svg/file.svg");
  margin-left: 20px;
}

.display-row-form form .btn-primary {
  width: 187px;
  height: 48px;
  border-radius: 50px;
  color: #ffffff;
  font-family: Gilroy-medium;
  font-size: 15px;
  border: none;
  cursor: pointer;
  outline: none;
  background-color: #00cc61;
  padding-right: 25px;
}

.display-row-form form .btn-primary:disabled {
  background-color: #bfcbd4;
  cursor: default;
  padding-right: 0px;
}

.display-row-form form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.display-row-form form .arrow {
  display: none;
}

.display-row-form form .arrow:after {
  content: '';
  display: block;
  width: 14px;
  height: 16px;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-image: url("/svg/arrowUp.svg");
  mask-image: url("/svg/arrowUp.svg");
  position: absolute;
  right: 20px;
  top: 15px;
}

#mcnwPdf,
#PHstatus,
#PHStore,
#KHTimeLaps,
#KHReward,
#PHpoints,
#removeClients,
#UserChange,
#phRewards {
  display: none;
}

.btn-mcnwPdf,
.btn-PHstatus,
.btn-PHStore,
.btn-KHTimeLaps,
.btn-KHReward,
.btn-PHpoints,
.btn-removeClients,
.btn-UserChange,
.btn-phRewards {
  width: 187px;
  height: 48px;
  border-radius: 50px;
  background-color: #bfcbd4;
  color: #ffffff;
  font-family: Gilroy-medium;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-right: 30px;
}

.btn-mcnwPdf.active,
.btn-PHstatus.active,
.btn-PHStore.active,
.btn-KHTimeLaps.active,
.btn-KHReward.active,
.btn-PHpoints.active,
.btn-removeClients.active,
.btn-UserChange.active,
.btn-phRewards.active {
  background-color: #ffffff;
  color: #4d5669;
  border: 1px solid #c7ceda;
}

.btn-mcnwPdf.active:after,
.btn-PHstatus.active:after,
.btn-PHStore.active:after,
.btn-KHTimeLaps.active:after,
.btn-KHReward.active:after,
.btn-PHpoints.active:after,
.btn-removeClients.active:after,
.btn-UserChange.active:after,
.btn-phRewards.active:after {
  content: '';
  display: block;
  width: 14px;
  height: 16px;
  background-color: #284573;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-image: url("/svg/file.svg");
  mask-image: url("/svg/file.svg");
  margin-left: 20px;
}

.row-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}

.row-info.info {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
  margin-bottom: 40px;
}

.row-info.info .success {
  color: #2ab03e;
  font-family: Gilroy-medium;
  font-size: 14px;
  margin-top: 7px;
}

.row-info.info .error {
  color: #e31837;
  font-family: Gilroy-bold;
  font-size: 14px;
  margin-top: 7px;
}

.row-info.info.top {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.row-info.info.top .success {
  position: absolute;
  left: 0;
  top: 25px;
}

.row-info.info.top .error {
  position: absolute;
  left: 0;
  top: 25px;
}

.row-info .title-id {
  color: #4d5669;
  font-family: Gilroy-bold;
  font-size: 19px;
}

.row-info .return {
  display: block;
  width: 24px;
  height: 16px;
  -webkit-mask-image: url("/svg/return.svg");
  mask-image: url("/svg/return.svg");
  background-color: #3c5680;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.row-radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

.row.no-align {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

.row.no-align .row-radio-box .row-radio input {
  margin-top: 5px;
  margin-bottom: 5px;
}

.row.no-align .row-radio-box .row-radio.m-t {
  margin-top: 20px;
}

.row.no-align.box-size .box {
  width: 308px;
}

.row.no-align.box-size .box input {
  width: 293px;
}

.row.space .box:last-child {
  visibility: hidden;
}

.row:before,
.row:after {
  content: none;
}

.row .image {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 35px;
}

.row .image.width {
  width: 550px;
}

.row .image input {
  display: none;
}

.row .image .title-id {
  color: #4d5669;
  font-family: Gilroy-bold;
  font-size: 19px;
  position: absolute;
  top: 0;
}

.row .image #user-avatar {
  display: block;
  width: 73px;
  height: 74px;
  -o-object-fit: fill;
     object-fit: fill;
}

.row .image .info-regex {
  color: #859fb1;
  font-family: Gilroy-medium;
  font-size: 12px;
  margin-bottom: 15px;
}

.row .image .download-example {
  text-decoration: none;
  color: #00cc61;
  font-family: Gilroy-medium;
  font-size: 15px;
}

.row .image .btn-upload-target {
  margin-top: 25px;
}

.row .image .btn-remove-image,
.row .image .btn-upload-image,
.row .image .btn-upload-target {
  width: 129px;
  height: 34px;
  border-radius: 50px;
  border: 1px solid #c7ceda;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #87a2b2;
  font-family: Gilroy-medium;
  font-size: 13px;
  cursor: pointer;
}

.row .image .btn-remove-image:after,
.row .image .btn-upload-image:after,
.row .image .btn-upload-target:after {
  content: '';
  display: block;
  width: 19px;
  height: 17px;
  -webkit-mask-image: url("/svg/upload.svg");
  mask-image: url("/svg/upload.svg");
  background-color: #87a2b2;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  margin-left: 10px;
}

.row .image .info {
  margin-left: 20px;
}

.row .image .info__buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row .image .btn-remove-image {
  border: none;
  opacity: 0.6;
  margin-left: 24px;
}

.row .image .btn-remove-image.active {
  opacity: 1;
  border: 1px solid #c7ceda;
}

.row .image .btn-remove-image:after {
  -webkit-mask-image: url("/svg/trashCan.svg");
          mask-image: url("/svg/trashCan.svg");
}

.row .image .error {
  color: red;
  font-family: "Gilroy-medium";
  font-size: 12px;
  text-decoration: none;
  max-width: 260px;
  position: absolute;
  left: 0;
  bottom: -30px;
}

.row .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.row .box .title {
  color: #87a2b2;
  font-family: Gilroy-medium;
  font-size: 13px;
}

.row .box input,
.row .box .txtArea {
  padding-right: 35px;
  border: none;
  font-family: Gilroy-medium;
  width: 223px;
  border-bottom: 1px solid #bac3d2;
  border-radius: 0;
  margin-bottom: 25px;
  padding-bottom: 15px;
  color: #4d5669;
  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
  background-color: white;
}

.row .box input::-webkit-input-placeholder,
.row .box .txtArea::-webkit-input-placeholder {
  opacity: 0.3;
  font-family: "Gilroy";
  font-size: 15px;
}

.row .box input::-ms-input-placeholder,
.row .box .txtArea::-ms-input-placeholder {
  opacity: 0.3;
  font-family: "Gilroy";
  font-size: 15px;
}

.row .box input::placeholder,
.row .box .txtArea::placeholder {
  opacity: 0.3;
  font-family: "Gilroy";
  font-size: 15px;
}

.row .box input:focus,
.row .box input:active,
.row .box .txtArea:focus,
.row .box .txtArea:active {
  outline: none;
}

.row .box .txtArea {
  width: 100%;
  resize: vertical;
}

.row .box.m-l {
  margin-left: 40px;
}

.row .box.m-r {
  margin-right: 40px;
}

.row .box.after:after {
  content: none;
}

.row .box.description input {
  width: 100%;
}

.row .box.box--select:after {
  content: none;
}

.row .box.box--select.m-l {
  margin-left: 80px;
}

.row .box:after {
  content: '';
  display: block;
  width: 18px;
  height: 19px;
  -webkit-mask-image: url("/svg/edit.svg");
  mask-image: url("/svg/edit.svg");
  background-color: #c3ced7;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 18px;
  cursor: pointer;
}

.row .btn-primary {
  width: 187px;
  height: 48px;
  border-radius: 250px;
  background-color: #00cc61;
  color: #ffffff;
  font-family: Gilroy-medium;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  cursor: pointer;
}

.row .btn-secondary {
  border-radius: 50px;
  background-color: #08b2fd;
  height: 48px;
  width: 187px;
  color: #ffffff;
  font-family: Gilroy-medium;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}

.row .row-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row .row-radio input {
  width: 15px;
  margin-top: 24px;
  margin-right: 5px;
}

.row .row-radio.m-l {
  margin-left: 20px;
}

#listPlan thead tr th {
  padding-bottom: 30px;
}

#listPlan td {
  position: relative;
  text-align: center;
  color: #87a2b2;
  font-family: Gilroy-bold;
  font-size: 15px;
  padding: 12px 10px;
}

#listPlan td .edit {
  top: 6px;
}

#listPlan td.row-flex {
  position: relative;
}

#listPlan td.row-flex .time {
  height: 16px;
  color: #bfcbd4;
  font-family: Gilroy-bold;
  font-size: 13px;
  position: relative;
  top: -10px;
  width: 100%;
  display: block;
}

#listPlan td.row-flex .date {
  position: relative;
  top: -5px;
  width: 100%;
  display: block;
}

#listPlan img {
  width: 70px;
  height: 35px;
  border-radius: 4px;
}

#listPlan .edit {
  content: '';
  display: block;
  width: 18px;
  height: 19px;
  -webkit-mask-image: url("/svg/edit.svg");
  mask-image: url("/svg/edit.svg");
  background-color: #c3ced7;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 18px;
  cursor: pointer;
}

#listPlan .sum {
  content: '';
  display: block;
  width: 24px;
  height: 22px;
  -webkit-mask-image: url("/svg/sum.svg");
  mask-image: url("/svg/sum.svg");
  background-color: #e31837;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  cursor: pointer;
  left: 35px;
  top: 15px;
  position: absolute;
}

#listPlan .sum.edit {
  position: relative;
  left: unset;
  top: unset;
  margin: 0 auto;
}

#listPlan .sum.edit.coorect {
  -webkit-mask-image: url("/svg/check-mark.svg");
  mask-image: url("/svg/check-mark.svg");
  background-color: #00cc61;
}

.alert {
  position: fixed;
  top: 45%;
  left: 45%;
  width: 400px;
  height: 200px;
  background-color: white;
  border: 1px solid #000;
  border-radius: 50px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.alert .ok {
  text-decoration: none;
  cursor: pointer;
  margin-top: 30px;
  border-radius: 50px;
  background-color: #08b2fd;
  height: 48px;
  width: 187px;
  color: #ffffff;
  font-family: Gilroy-medium;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
}

.alert .anuluj {
  cursor: pointer;
  margin-top: 30px;
  border-radius: 50px;
  background-color: #e31837;
  height: 48px;
  width: 187px;
  color: #ffffff;
  font-family: Gilroy-medium;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
}

.userCard {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.easy {
  display: block;
  width: 37px;
  height: 16px;
  background-image: url("/svg/easy.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

.hard {
  background-color: #e62d49;
  display: block;
  width: 37px;
  height: 16px;
  -webkit-mask-image: url("/svg/hard.svg");
  mask-image: url("/svg/hard.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  margin: 0 auto;
}

.correct {
  -webkit-mask-image: url("/svg/check-mark.svg");
  mask-image: url("/svg/check-mark.svg");
  background-color: #00cc61;
  display: block;
  width: 17px;
  height: 12px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  margin: 0 auto;
}

.uncorrect {
  -webkit-mask-image: url("/svg/uncorrect.svg");
  mask-image: url("/svg/uncorrect.svg");
  background-color: #e62d49;
  display: block;
  width: 17px;
  height: 12px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  margin: 0 auto;
}

#listPlan_info {
  display: none;
}

#listPlan_wrapper {
  overflow-x: scroll;
  /* Track */
}

#listPlan_wrapper ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#listPlan_wrapper::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

#listPlan_wrapper::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

#listPlan_wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.mcnw #listPlan_wrapper tr th,
.mcnw #listPlan_wrapper tr td {
  white-space: nowrap;
}

.mcnw .row .box:after {
  content: none;
}

.mcnw .cancel {
  content: '';
  display: block;
  width: 18px;
  height: 19px;
  -webkit-mask-image: url(/svg/uncorrect.svg);
  mask-image: url(/svg/uncorrect.svg);
  background-color: #e31837;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 18px;
  cursor: pointer;
}

.shield,
.doubleWin {
  display: none;
}

.news .row-info {
  margin-bottom: 30px;
}

.news .row-group {
  padding-bottom: 25px;
}

.news .row .box {
  width: 100%;
  margin-top: 30px;
}

.news .row .box--select::after {
  -webkit-mask-image: url("/svg/arrow-down.svg");
          mask-image: url("/svg/arrow-down.svg");
}

.news .row .box--multiple-select::after {
  display: none;
}

.news .row .box input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}

.news .row--3-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.news .row--3-columns .box {
  max-width: 256px;
}

.news .row--3-columns .box--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news .row--3-columns .box--cells::after {
  display: none;
}

.news .row--3-columns .box .cell {
  position: relative;
}

.news .row--3-columns .box .cell.m-t-50 {
  margin-top: 30px;
}

.news .row--3-columns .box--author {
  margin: auto;
}

.news .row--3-columns .box .btn.btn-primary {
  width: auto;
  padding: 11px 30px;
  color: #fff;
  font-family: "Gilroy-medium";
  font-size: 13px;
  font-weight: 500;
  border-radius: 30px;
  margin: auto;
  background-color: #00cc61;
}

#listPlan.news td .edit {
  top: 30px;
}

#listPlan.news td .delete {
  content: '';
  display: block;
  width: 18px;
  height: 19px;
  -webkit-mask-image: url(/svg/trashCan.svg);
  mask-image: url(/svg/trashCan.svg);
  background-color: red;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  cursor: pointer;
  margin: 0 auto;
}

.row-info.m-t {
  margin-bottom: 60px;
}

.row-plan {
  margin-bottom: 60px;
}

.row-plan .plan-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #4d5669;
  font-family: Gilroy-bold;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.row-plan .plan-subtitle .row-ph-info {
  margin-top: -50px;
}

.row-plan .plan-subtitle .row-ph-info .tagert-plan {
  width: 100px;
  text-align: center;
}

.row-plan .plan-subtitle .row-ph-info .tagert-plan:first-child {
  width: 250px;
  text-align: left;
}

.row-plan .plan-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-plan .plan-info .kos-box {
  width: 441px;
  border-radius: 4px;
  border: 1px solid #bfcbd4;
  background-color: #ffffff;
  padding: 40px 25px 0px 20px;
  height: 255px;
}

.row-plan .plan-info .kos-box .row-kos-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.row-plan .plan-info .kos-box .row-kos-box .semiTitle {
  color: #4d5669;
  font-family: Gilroy-medium;
  font-size: 15px;
  line-height: 20px;
}

.row-plan .plan-info .kos-box .row-kos-box .semiTitle .bold {
  font-family: Gilroy-bold;
  font-weight: 500;
}

.row-plan .plan-info .kos-box .row-kos-box .image {
  width: 112px;
  height: 77px;
  display: block;
}

.row-plan .plan-info .kos-box .row-kos-box .image img {
  width: 100%;
  height: 100%;
}

.row-plan .plan-info .kos-box .row-kos-box .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row-plan .plan-info .kos-box .row-kos-box .block .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-plan .plan-info .kos-box .row-kos-box .block .date .calendar:before {
  content: "";
  display: block;
  width: 20px;
  height: 19px;
  -webkit-mask-image: url("/svg/calendar.svg");
  mask-image: url("/svg/calendar.svg");
  background-color: #87a2b2;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  margin-right: 11px;
}

.row-plan .plan-info .kos-box .row-kos-box .block .date .update-date {
  color: #4d5669;
  font-family: Gilroy-bold;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 20px;
}

.row-plan .plan-info .kos-box .row-kos-box .block .date .current-value {
  color: #4d5669;
  font-family: Gilroy-medium;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.row-plan .plan-info .kos-box .row-kos-box .block .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-plan .plan-info .kos-box .row-kos-box .block .progress .value {
  color: #4d5669;
  font-family: Gilroy-semi-bold;
  font-size: 18px;
  font-weight: 600;
  line-height: 55px;
  margin-right: 10px;
}

.row-plan .plan-info .kos-box .row-kos-box .block .progress .progress-bar {
  position: relative;
  width: 153px;
  height: 28px;
  border-radius: 4px;
  background-color: #bfcbd4;
  overflow: hidden;
}

.row-plan .plan-info .kos-box .row-kos-box .block .progress .progress-bar .current-progress {
  height: 28px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 204, 97, 0.4);
          box-shadow: 0 3px 6px rgba(0, 204, 97, 0.4);
  border-radius: 4px;
  background-color: #00cc61;
  position: absolute;
  left: 0;
}

.row-plan .plan-info .kos-box .row-kos-box .your-result .result-title {
  color: #87a2b2;
  font-family: Gilroy-medium;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.row-plan .plan-info .kos-box .row-kos-box .your-result .result-coin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4d5669;
  font-family: Gilroy-semi-bold;
  font-size: 22px;
  font-weight: 600;
  line-height: 69px;
}

.row-plan .plan-info .kos-box .row-kos-box .your-result .result-coin:before {
  content: "";
  display: block;
  width: 38px;
  height: 36px;
  -webkit-mask-image: url("/svg/coin.svg");
  mask-image: url("/svg/coin.svg");
  background-color: #fcc200;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  margin-right: 13px;
}

.row-plan .plan-info .kos-box .row-kos-box .general {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row-plan .plan-info .kos-box .row-kos-box .general .box-row-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-plan .plan-info .kos-box .row-kos-box .general .box-row-info .box-row-info-title {
  color: #4d5669;
  font-family: Gilroy-medium;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-right: 17px;
}

.row-plan .plan-info .kos-box .row-kos-box .general .box-row-info .box-row-info-coins {
  color: #4d5669;
  font-family: Gilroy-semi-bold;
  font-size: 13px;
  font-weight: 600;
  line-height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-plan .plan-info .kos-box .row-kos-box .general .box-row-info .box-row-info-coins:before {
  content: "";
  display: block;
  width: 20px;
  height: 19px;
  -webkit-mask-image: url("/svg/coin.svg");
  mask-image: url("/svg/coin.svg");
  background-color: #fcc200;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  margin-right: 13px;
  margin-bottom: 10px;
}

.row-plan .plan-info .ph-info {
  margin-left: 36px;
}

.row-plan .plan-info .ph-info .row-ph-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row-plan .plan-info .ph-info .row-ph-info .target {
  color: #4d5669;
  font-family: Gilroy-medium;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  width: 100px;
  text-align: center;
}

.row-plan .plan-info .ph-info .row-ph-info .target:first-child {
  width: 250px;
  text-align: left;
}

.row-plan .plan-info .ph-info .row-ph-info .coin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4d5669;
  font-family: Gilroy-semi-bold;
  font-size: 13px;
  font-weight: 600;
  line-height: 41px;
}

.row-plan .plan-info .ph-info .row-ph-info .coin:before {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  -webkit-mask-image: url("/svg/coin.svg");
  mask-image: url("/svg/coin.svg");
  background-color: #fcc200;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  margin-right: 13px;
  margin-bottom: 10px;
}

.ph-info.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}

.ph-info .row-ph-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ph-info .row-ph-info .target {
  color: #4d5669;
  font-family: Gilroy-medium;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  width: 100px;
  text-align: center;
}

.ph-info .row-ph-info .target:first-child {
  width: 250px;
  text-align: left;
}

.ph-info .row-ph-info .coin {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4d5669;
  font-family: Gilroy-semi-bold;
  font-size: 13px;
  font-weight: 600;
  line-height: 41px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ph-info .row-ph-info .coin:before {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  -webkit-mask-image: url("/svg/coin.svg");
  mask-image: url("/svg/coin.svg");
  background-color: #fcc200;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  margin-right: 13px;
  margin-bottom: 10px;
}

.plan-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #4d5669;
  font-family: Gilroy-bold;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.plan-subtitle .row-ph-info .tagert-plan {
  width: 100px;
  text-align: center;
}

.plan-subtitle .row-ph-info .tagert-plan:first-child {
  width: 250px;
  text-align: left;
}

.row-info form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-info form .excel {
  margin-left: 150px;
}

.excel {
  width: 187px;
  height: 48px;
  border-radius: 50px;
  background-color: #08b2fd;
  color: #ffffff;
  font-family: Gilroy-medium;
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border: none;
}

#listPlan .visible {
  content: '';
  display: block;
  width: 30px;
  height: 19px;
  -webkit-mask-image: url("/svg/see.svg");
  mask-image: url("/svg/see.svg");
  background-color: #00cc61;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  cursor: pointer;
  margin: 0 auto;
}

#listPlan .hiddenAction {
  content: '';
  display: block;
  width: 32px;
  height: 21px;
  -webkit-mask-image: url("/svg/show-password.svg");
  mask-image: url("/svg/show-password.svg");
  background-color: #e31837;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  cursor: pointer;
  margin: 0 auto;
}

#listPlan .editAction .edit {
  top: 27px;
}

#listPlan .editAction .delete {
  content: '';
  display: block;
  width: 32px;
  height: 21px;
  -webkit-mask-image: url("/svg/trashCan.svg");
  mask-image: url("/svg/trashCan.svg");
  background-color: #e31837;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  cursor: pointer;
  margin: 0 auto;
}

.kos {
  position: relative;
}

.kos .row.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.kos .row.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.kos .row .image-cup {
  content: '';
  display: block;
  width: 159px;
  height: 205px;
  background-image: url("/svg/cup.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.kos .row .image-car {
  content: '';
  display: block;
  width: 415px;
  height: 226px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.kos .row .track-image {
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  background-image: url("/svg/track.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 40px;
}

.kos .row .description {
  color: #4d5669;
  font-family: "Gilroy-medium";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.kos .row .title-row {
  color: #4d5669;
  font-family: Gilroy-bold;
  font-size: 19px;
  margin-bottom: 40px;
  margin-top: 50px;
}

.kos .row.flex-position {
  margin-top: 80px;
}

.kos .row.flex-position .title {
  width: 140px;
  margin-left: 60px;
}

.kos .row.flex-position .title:first-child {
  width: 80px;
}

.kos .row.flex-position .title:nth-child(2) {
  margin-left: 40px;
  width: 140px;
}

.kos .row.flex-position .title:last-child {
  position: relative;
  right: unset;
}

.kos .row.full {
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  background-color: #f2f5f6;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.kos .row.full .title {
  margin-bottom: 0;
}

.kos .row.full .title:first-child {
  margin-left: 65px;
}

.kos .row.full .title:last-child {
  position: relative;
  right: unset;
}

.kos .row.full .coin {
  color: #4d5669;
  font-family: Gilroy-semi-bold;
  font-size: 13px;
  line-height: 41px;
}

.kos .row.full .coin:nth-child(2) {
  margin-left: 205px;
}

.kos .row .title {
  color: #4d5669;
  font-family: Gilroy-bold;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.kos .row .title:first-child {
  margin-left: 0;
}

.kos .row .title:nth-child(2) {
  margin-left: 55px;
}

.kos .row .title:last-child {
  position: absolute;
  right: 20px;
}

.kos .row.rank {
  color: #4d5669;
  position: relative;
}

.kos .row.rank.first {
  color: #00cc61;
}

.kos .row.rank.current {
  background-color: #f2f5f6;
  color: #e31837;
}

.kos .row .position {
  margin-left: 25px;
  width: 20px;
}

.kos .row .region-name {
  margin-left: 75px;
}

.kos .row .position,
.kos .row .region-name,
.kos .row .coin,
.kos .row .positions,
.kos .row .region-names {
  font-family: Gilroy-medium;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.kos .row .percent-region {
  font-family: Gilroy-bold;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  right: 20px;
  position: absolute;
  top: 2px;
}

.kos .row .region-names {
  margin-left: 40px;
  width: 140px;
}

.kos .row .positions {
  width: 80px;
}

.kos .row .coin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  margin-left: 60px;
}

.kos .row .coin:before {
  content: "";
  display: block;
  width: 20px;
  height: 19px;
  -webkit-mask-image: url("/svg/coin.svg");
  mask-image: url("/svg/coin.svg");
  background-color: #fcc200;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  margin-right: 13px;
}

.kos .right-box .row .team-image {
  content: '';
  display: block;
  width: 52px;
  height: 52px;
  background-image: url("/svg/team.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 25px;
}

.kos .right-box .row .car-bulid-image {
  content: '';
  display: block;
  width: 52px;
  height: 52px;
  background-image: url("/svg/car-build.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 25px;
}

.kos .right-box .row .title {
  color: #4d5669;
  font-family: Gilroy-bold;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 5px;
}

.kos .right-box .row .sub-title {
  color: #4d5669;
  font-family: Gilroy-medium;
  font-size: 17px;
  line-height: 20px;
}

.kos .right-box .row .sub-title-position {
  color: #e31837;
  font-family: Gilroy-semi-bold;
  font-size: 17px;
  line-height: 20px;
}

.kos .right-box .row .position-image {
  content: '';
  display: block;
  width: 52px;
  height: 52px;
  background-image: url("/svg/team.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 25px;
  margin-left: 60px;
}

.kos .right-box .progressBar {
  margin-top: 50px;
}

.kos .right-box .progressBar .row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.kos .right-box .progressBar .info-title {
  color: #4d5669;
  font-family: Gilroy-medium;
  font-size: 14px;
  line-height: 20px;
}

.kos .right-box .progressBar .percent {
  color: #4d5669;
  font-family: Gilroy-semi-bold;
  font-size: 18px;
  line-height: 55px;
  margin-right: 20px;
}

.kos .right-box .progressBar .progress-bar {
  width: 280px;
  height: 28px;
  border-radius: 4px;
  background-color: #bfcbd4;
  display: block;
  position: relative;
  overflow: hidden;
}

.kos .right-box .progressBar .progress-bar .progress-done {
  position: absolute;
  left: 0;
  -webkit-box-shadow: 0 3px 6px rgba(252, 194, 0, 0.4);
          box-shadow: 0 3px 6px rgba(252, 194, 0, 0.4);
  border-radius: 4px;
  background-color: #fcc200;
  height: 28px;
}

.box-title.prediction-rewards.hide {
  display: none;
}

@media only screen and (max-width: 1500px) {
  .container.kos {
    padding: 60px 20px 45px 30px;
  }

  .container.kos .row.full .title:first-child {
    margin-left: 30px;
  }

  .container.kos .row.flex-position .title {
    width: unset;
  }

  .container.kos .row.flex-position .title:nth-child(2) {
    margin-left: 102px;
    width: 133px;
  }

  .container.kos .row .coin {
    width: 85px;
  }

  .row-plan .plan-subtitle .row-ph-info .tagert-plan:first-child,
  .row-plan .plan-info .ph-info .row-ph-info .target:first-child {
    width: 150px;
  }
}

.row .title {
  color: #4d5669;
  font-family: Gilroy-bold;
  font-size: 19px;
}

.row .box-info .row .coin {
  content: "";
  display: block;
  width: 63px;
  height: 60px;
  -webkit-mask-image: url("/svg/coin.svg");
  mask-image: url("/svg/coin.svg");
  background-color: #fcc200;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  margin-right: 13px;
}

.row .box-info .row .sub-title {
  color: #87a2b2;
  font-family: Gilroy-medium;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}

.row .box-info .row .sub-title-info {
  color: #4d5669;
  font-family: Gilroy-semi-bold;
  font-size: 26px;
  line-height: 20px;
}

.row.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}

.row.flex-wrap .box-os {
  width: 210px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}

.row.flex-wrap .single-coin {
  content: "";
  display: block;
  width: 25px;
  height: 30px;
  -webkit-mask-image: url("/svg/single-coin.svg");
  mask-image: url("/svg/single-coin.svg");
  background-color: #fcc200;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  margin-right: 13px;
}

.row.flex-wrap .sub-title {
  color: #87a2b2;
  font-family: Gilroy-medium;
  font-size: 15px;
  line-height: 20px;
}

.row.flex-wrap .sub-title-info {
  color: #4d5669;
  font-family: Gilroy-semi-bold;
  font-size: 17px;
  line-height: 18px;
}

.container.messenger {
  background-color: #ffffff;
  padding: 30px 40px 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container.messenger.show {
  padding-right: 0;
  padding-bottom: 0;
}

.container.messenger .left-nav {
  width: 382px;
}

.container.messenger .left-nav .bottom-box {
  padding-left: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
}

.container.messenger .left-nav .bottom-box .create_room {
  background-color: #e31837;
  border: 1px solid #e31837;
  color: #fff;
}

.container.messenger .left-nav .bottom-box .create_room:before {
  background-color: #fff;
}

.container.messenger .left-nav #user {
  height: calc(100vh - 340px);
  min-height: 430px;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  padding-left: 30px;
}

.container.messenger .left-nav .search {
  margin-left: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(191, 203, 212, 0.25);
  width: 253px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.container.messenger .left-nav .search:after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  -webkit-mask-image: url("/svg/search.svg");
  mask-image: url("/svg/search.svg");
  background-color: #6e7585;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 5px;
}

.container.messenger .left-nav .search input {
  width: 288px;
  padding-right: 35px;
  border: none;
  margin: 10px 0;
  color: #163567;
  font-family: "Gilroy";
  font-size: 14px;
}

.container.messenger .left-nav .search input::-webkit-input-placeholder {
  opacity: 0.3;
  font-family: "Gilroy";
  font-size: 16px;
}

.container.messenger .left-nav .search input::-ms-input-placeholder {
  opacity: 0.3;
  font-family: "Gilroy";
  font-size: 16px;
}

.container.messenger .left-nav .search input::placeholder {
  opacity: 0.3;
  font-family: "Gilroy";
  font-size: 16px;
}

.container.messenger .left-nav .search input:focus,
.container.messenger .left-nav .search input:active {
  outline: none;
}

.container.messenger .left-nav .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.container.messenger .left-nav .user.read .name {
  position: relative;
}

.container.messenger .left-nav .user.read .name .userName {
  color: #86a1b2;
}

.container.messenger .left-nav .user.read .name .userMessage {
  color: #86a1b2;
}

.container.messenger .left-nav .user.read .name .user-names {
  display: none;
}

.container.messenger .left-nav .user.read .name:hover .user-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  color: #4c5264;
  font-family: Gilroy-semi-bold;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-shadow: 0 10px 15px rgba(6, 73, 152, 0.19);
  box-shadow: 0 10px 15px rgba(6, 73, 152, 0.19);
  background-color: #ffffff;
  position: absolute;
  padding: 5px 10px;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.container.messenger .left-nav .user.active,
.container.messenger .left-nav .user.read.active {
  background-color: #f4f6fa;
  position: relative;
  left: -30px;
  padding-left: 30px;
  width: calc(100% + 30px);
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.messenger .left-nav .user .img {
  width: 52px;
  height: 52px;
  border-radius: 250px;
  margin-right: 20px;
}

.container.messenger .left-nav .user .name {
  text-decoration: none;
}

.container.messenger .left-nav .user .name:hover,
.container.messenger .left-nav .user .name:active,
.container.messenger .left-nav .user .name:focus {
  text-decoration: none;
}

.container.messenger .left-nav .user .name .userName {
  height: 20px;
  color: #4c5264;
  font-family: Gilroy-semi-bold;
  font-size: 14px;
  line-height: 20px;
}

.container.messenger .left-nav .user .name .userMessage {
  color: #4c5264;
  font-family: Gilroy-semi-bold;
  font-size: 13px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 25px;
  width: 170px;
}

.container.messenger .left-nav .user .name .userMessage .icon-message {
  width: 25px;
  height: 25px;
}

.container.messenger .right-box {
  width: calc(100% - 60px);
  margin-left: 60px;
  position: relative;
}

.container.messenger .right-box .time {
  height: 16px;
  color: #bcc5d3;
  font-family: Gilroy-medium;
  font-size: 12px;
  line-height: 16px;
}

.container.messenger .right-box.create-box {
  padding-right: 40px;
  padding-bottom: 40px;
}

.container.messenger .right-box.show {
  margin-left: 0;
}

.container.messenger .right-box.show .message-box {
  padding-left: 60px;
  background-color: #f4f6fa;
  height: calc(100vh - 300px);
  padding-top: 20px;
}

.container.messenger .right-box .message-box {
  height: calc(100vh - 380px);
  min-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.container.messenger .right-box .title {
  height: 16px;
  color: #4d5669;
  font-family: Gilroy;
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.container.messenger .right-box .search {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(191, 203, 212, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.container.messenger .right-box .search:after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  -webkit-mask-image: url("/svg/search.svg");
  mask-image: url("/svg/search.svg");
  background-color: #6e7585;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 5px;
}

.container.messenger .right-box .search input {
  width: 100%;
  padding-right: 35px;
  border: none;
  margin: 10px 0;
  color: #163567;
  font-family: "Gilroy";
  font-size: 14px;
}

.container.messenger .right-box .search input::-webkit-input-placeholder {
  opacity: 0.3;
  font-family: "Gilroy";
  font-size: 16px;
}

.container.messenger .right-box .search input::-ms-input-placeholder {
  opacity: 0.3;
  font-family: "Gilroy";
  font-size: 16px;
}

.container.messenger .right-box .search input::placeholder {
  opacity: 0.3;
  font-family: "Gilroy";
  font-size: 16px;
}

.container.messenger .right-box .search input:focus,
.container.messenger .right-box .search input:active {
  outline: none;
}

.container.messenger .right-box .userRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  cursor: pointer;
  position: relative;
}

.container.messenger .right-box .userRow:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("/svg/addUser.svg");
  mask-image: url("/svg/addUser.svg");
  background-color: #87a2b2;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  position: absolute;
  right: 20px;
  top: 15px;
}

.container.messenger .right-box .userRow .img {
  width: 52px;
  height: 52px;
  border-radius: 250px;
  margin-right: 20px;
  opacity: 0.5;
}

.container.messenger .right-box .userRow .userName {
  opacity: 0.5;
  height: 20px;
  color: #86a1b2;
  font-family: Gilroy-semi-bold;
  font-size: 14px;
  line-height: 20px;
}

.container.messenger .right-box .userRow.choose:after {
  -webkit-mask-image: url("/svg/removeUser.svg");
  mask-image: url("/svg/removeUser.svg");
  background-color: #36d782;
}

.container.messenger .right-box .userRow.choose .userName {
  opacity: 1;
}

.container.messenger .right-box .userRow.choose .img {
  opacity: 1;
}

.container.messenger .right-box .addUserRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 100px;
}

.container.messenger .right-box .addUserRow .userId {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 26px;
  border-radius: 5px;
  background-color: #e7ecf0;
  padding: 0 6px;
  margin-left: 10px;
  position: relative;
  margin-top: 10px;
}

.container.messenger .right-box .addUserRow .userId .name {
  color: #87a2b2;
  font-family: Gilroy-semi-bold;
  font-size: 13px;
  line-height: 20px;
}

.container.messenger .right-box .addUserRow .userId:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  -webkit-mask-image: url("/svg/remove.svg");
  mask-image: url("/svg/remove.svg");
  background-color: #4d5669;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  position: absolute;
  right: -5px;
  top: -5px;
}

.container.messenger .right-box .right-message,
.container.messenger .right-box .left-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
}

.container.messenger .right-box .left-message {
  position: relative;
}

.container.messenger .right-box .left-message .time {
  position: absolute;
  bottom: -25px;
  right: 0;
  min-width: 110px;
}

.container.messenger .right-box .left-message .img {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin-right: 20px;
}

.container.messenger .right-box .left-message .description {
  border-radius: 6px;
  background-color: #4d5669;
  position: relative;
  padding: 18px 19px 16px 19px;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 50px;
}

.container.messenger .right-box .left-message .description .icon-message {
  width: 25px;
  height: 25px;
}

.container.messenger .right-box .left-message .description:before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #4d5669 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -5px;
  top: 5px;
}

.container.messenger .right-box .left-message .description .atachment a {
  text-decoration: none;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 50px;
}

.container.messenger .right-box .right-message {
  margin-left: calc(40% - 40px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.container.messenger .right-box .right-message .time {
  position: absolute;
  bottom: -25px;
  right: 0;
  min-width: 110px;
}

.container.messenger .right-box .right-message .img {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin-right: 20px;
  margin-left: 20px;
}

.container.messenger .right-box .right-message .description {
  border-radius: 6px;
  background-color: #00cc61;
  position: relative;
  padding: 18px 19px 16px 19px;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 50px;
}

.container.messenger .right-box .right-message .description .icon-message {
  width: 25px;
  height: 25px;
}

.container.messenger .right-box .right-message .description:before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #00cc61 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: -5px;
  top: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.container.messenger .right-box .right-message .description .atachment a {
  text-decoration: none;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 50px;
}

.container.messenger .bottom-send {
  height: 113px;
  -webkit-box-shadow: 0 10px 15px rgba(6, 73, 152, 0.05);
          box-shadow: 0 10px 15px rgba(6, 73, 152, 0.05);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}

.container.messenger .bottom-send:before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  -webkit-mask-image: url("/svg/comunicator.svg");
  mask-image: url("/svg/comunicator.svg");
  background-color: #bfcbd4;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  margin-right: 13px;
}

.container.messenger .bottom-send .createMessage {
  display: block;
  word-break: break-all;
  padding-right: 0px;
  border: none;
  font-family: Gilroy-medium;
  border-radius: 0;
  color: #4d5669;
  font-size: 15px;
  line-height: 20px;
  height: 45px;
  padding-top: 15px;
  background-color: white;
  width: calc(100% - 305px);
  resize: none;
  border-right: 1px solid rgba(191, 203, 212, 0.5);
}

.container.messenger .bottom-send .createMessage img {
  width: 25px;
  height: 25px;
}

.container.messenger .bottom-send .createMessage::-webkit-input-placeholder {
  opacity: 0.3;
  font-family: "Gilroy";
  font-size: 15px;
}

.container.messenger .bottom-send .createMessage::-ms-input-placeholder {
  opacity: 0.3;
  font-family: "Gilroy";
  font-size: 15px;
}

.container.messenger .bottom-send .createMessage::placeholder {
  opacity: 0.3;
  font-family: "Gilroy";
  font-size: 15px;
}

.container.messenger .bottom-send .createMessage:focus,
.container.messenger .bottom-send .createMessage:active {
  outline: none;
}

.container.messenger .bottom-send .attachment {
  content: '';
  display: block;
  width: 16px;
  height: 17px;
  -webkit-mask-image: url("/svg/attachment.svg");
  mask-image: url("/svg/attachment.svg");
  background-color: #bfcbd4;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  margin-right: 20px;
  margin-left: 28px;
  cursor: pointer;
}

.container.messenger .bottom-send .gif {
  content: '';
  display: block;
  width: 116px;
  height: 36px;
  background-image: url("/svg/giphy/gif.png");
  background-repeat: no-repeat;
  cursor: pointer;
}

.container.messenger .bottom-send .giphy {
  display: none;
  position: absolute;
  bottom: 120px;
  right: 50px;
  background: white;
  width: 500px;
  height: 300px;
  padding: 20px;
  cursor: default;
}

.container.messenger .bottom-send .giphy .gifs {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.container.messenger .bottom-send .giphy .gifs .gif-choose {
  height: 120px;
  width: 235px;
  cursor: pointer;
  margin-bottom: 10px;
}

.container.messenger .bottom-send .giphy .gifs .gif-choose img {
  width: 100%;
  height: 100%;
}

.container.messenger .bottom-send .giphy .close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.container.messenger .bottom-send .giphy .close:hover {
  opacity: 1;
}

.container.messenger .bottom-send .giphy .close:before,
.container.messenger .bottom-send .giphy .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}

.container.messenger .bottom-send .giphy .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.container.messenger .bottom-send .giphy .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.container.messenger .bottom-send .emoji {
  display: none;
  position: absolute;
  bottom: 120px;
  right: 200px;
  background: white;
  width: 500px;
  height: 300px;
  padding: 20px;
  cursor: default;
}

.container.messenger .bottom-send .emoji .icons {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 235px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 50px;
  display: none;
}

.container.messenger .bottom-send .emoji .icons.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container.messenger .bottom-send .emoji .icons .img {
  height: 50px;
  width: 50px;
  cursor: pointer;
  margin-bottom: 10px;
}

.container.messenger .bottom-send .emoji .icons .img img {
  width: 100%;
  height: 100%;
}

.container.messenger .bottom-send .emoji .close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.container.messenger .bottom-send .emoji .close:hover {
  opacity: 1;
}

.container.messenger .bottom-send .emoji .close:before,
.container.messenger .bottom-send .emoji .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}

.container.messenger .bottom-send .emoji .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.container.messenger .bottom-send .emoji .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.container.messenger .bottom-send .emoji-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  /* Track */
}

.container.messenger .bottom-send .emoji-navbar ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.container.messenger .bottom-send .emoji-navbar::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}

.container.messenger .bottom-send .emoji-navbar::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.container.messenger .bottom-send .emoji-navbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.container.messenger .bottom-send .emoji-navbar .title {
  margin-right: 15px;
  margin-bottom: 5px;
  cursor: pointer;
  opacity: 0.7;
}

.container.messenger .bottom-send .emoji-navbar .title:hover {
  color: #151617;
  opacity: 1;
}

.container.messenger .bottom-send .emoji-navbar .title.active {
  color: #151617;
  opacity: 1;
}

.container.messenger .bottom-send .emotikons {
  content: '';
  display: block;
  width: 40px;
  height: 35px;
  background-image: url("/svg/giphy/smile.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  margin-right: 20px;
}

.container.messenger .bottom-send .btn-send {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #00cc61;
  cursor: pointer;
  position: relative;
  margin-right: 25px;
}

.container.messenger .bottom-send .btn-send:after {
  content: '';
  display: block;
  width: 14px;
  height: 24px;
  -webkit-mask-image: url("/svg/arrow-up.svg");
  mask-image: url("/svg/arrow-up.svg");
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  position: absolute;
  left: 11px;
  top: 6px;
}

.container.messenger .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.container.messenger .bottom-box.top {
  position: absolute;
  right: 0;
  top: -10px;
  margin-top: 0;
}

.container.messenger .bottom-box .create_room,
.container.messenger .bottom-box .create_rooms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  width: 264px;
  height: 48px;
  border-radius: 50px;
  border: 1px solid #c7ceda;
  color: #4d5669;
  font-family: Gilroy-bold;
  font-size: 13px;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}

.container.messenger .bottom-box .create_room.create,
.container.messenger .bottom-box .create_rooms.create {
  color: #00cc61;
  border: 1px solid #00cc61;
}

.container.messenger .bottom-box .create_room.create:before,
.container.messenger .bottom-box .create_rooms.create:before {
  background-color: #00cc61;
}

.container.messenger .bottom-box .create_room:hover,
.container.messenger .bottom-box .create_room:active,
.container.messenger .bottom-box .create_room:focus,
.container.messenger .bottom-box .create_rooms:hover,
.container.messenger .bottom-box .create_rooms:active,
.container.messenger .bottom-box .create_rooms:focus {
  text-decoration: none;
}

.container.messenger .bottom-box .create_room:before,
.container.messenger .bottom-box .create_rooms:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("/svg/addUserBlack.svg");
  mask-image: url("/svg/addUserBlack.svg");
  background-color: #4d5669;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  margin-left: 33px;
  margin-right: 13px;
}

[contentEditable=true]:empty:not(:focus):before {
  content: attr(data-text);
}

[contentEditable=true]:empty:not(:focus):before {
  opacity: 0.7;
}

#upload-file,
#user-id {
  display: none;
}

.selectric .label {
  font-family: Gilroy-medium;
  color: #4d5669;
  font-size: 15px;
  padding: 0;
  font-weight: unset;
}

.container.mcnw .row-info.info.top {
  margin-top: 0px;
}

.container.mcnw .left-box {
  width: 50%;
}

.container.mcnw .left-box .progressBar .row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.container.mcnw .left-box .progressBar .info-title {
  color: #4d5669;
  font-family: Gilroy-bold;
  font-size: 17px;
  line-height: 20px;
}

.container.mcnw .left-box .progressBar .percent {
  font-family: Gilroy-semi-bold;
  font-size: 18px;
  line-height: 55px;
  margin-right: 20px;
  color: #87a2b2;
}

.container.mcnw .left-box .progressBar .progress-bar {
  width: 280px;
  height: 28px;
  border-radius: 4px;
  background-color: #bfcbd4;
  display: block;
  position: relative;
  overflow: hidden;
}

.container.mcnw .left-box .progressBar .progress-bar .progress-done {
  position: absolute;
  left: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 204, 97, 0.4);
          box-shadow: 0 3px 6px rgba(0, 204, 97, 0.4);
  border-radius: 4px;
  background-color: #00cc61;
  height: 28px;
}

.container.mcnw .right-box {
  width: 50%;
}

.container.mcnw .right-box .delivery-time {
  margin-right: 54px;
  margin-bottom: 57px;
}

.container.mcnw .right-box .delivery-time .info-title {
  color: #4d5669;
  font-family: Gilroy-bold;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 10px;
}

.container.mcnw .right-box .delivery-time .progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container.mcnw .right-box .delivery-time .progress-bar .progress {
  border-radius: 10px;
  border: 1px solid #e6ebef;
  background-color: #fff;
  width: 329px;
  height: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container.mcnw .right-box .delivery-time .progress-bar .progress .progress-done {
  height: 10px;
  border-radius: 10px;
  background-color: #4d5669;
  position: absolute;
  left: 0;
}

.container.mcnw .right-box .delivery-time .progress-bar .progress:before {
  content: '';
  -webkit-mask-image: url("/svg/dots.svg");
  mask-image: url("/svg/dots.svg");
  background-color: #fff;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 3px;
  z-index: 1;
  left: 3px;
}

.container.mcnw .right-box .delivery-time .progress-bar .info {
  color: #4d5669;
  font-family: Gilroy-semi-bold;
  font-size: 16px;
  margin-left: 13px;
}

.container.mcnw .right-box .delivery-time .delivery-time-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container.mcnw .right-box .delivery-time .delivery-time-info .calendar-date {
  color: #859fb1;
  font-family: Gilroy-medium;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 39px;
}

.container.mcnw .right-box .delivery-time .delivery-time-info .calendar-date .calendar-info {
  color: #859fb1;
  font-family: Gilroy-medium;
  font-size: 13px;
  margin-top: 3px;
}

.container.mcnw .right-box .delivery-time .delivery-time-info .calendar-date p {
  color: #4d5669;
  font-size: 13px;
  line-height: 30px;
  margin-top: 3px;
  margin-left: 5px;
}

.container.mcnw .right-box .delivery-time .delivery-time-info .calendar-date:before {
  content: "";
  display: block;
  width: 18px;
  height: 17px;
  -webkit-mask-image: url("/svg/calendar.svg");
  mask-image: url("/svg/calendar.svg");
  background-color: #859fb1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  margin-right: 11px;
}

.container.mcnw .box-info-mcnw {
  width: calc(80% - 70px);
  height: 131px;
  -webkit-box-shadow: 0 10px 15px rgba(6, 73, 152, 0.19);
          box-shadow: 0 10px 15px rgba(6, 73, 152, 0.19);
  background-color: #ffffff;
  margin-top: 40px;
  padding: 40px 35px;
}

.container.mcnw .box-info-mcnw .row {
  margin-bottom: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.container.mcnw .box-info-mcnw .row .icon-target {
  display: block;
  width: 52px;
  height: 52px;
  background-image: url("/svg/target.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.container.mcnw .box-info-mcnw .row .icon-realization {
  display: block;
  width: 52px;
  height: 52px;
  background-image: url("/svg/realization.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.container.mcnw .box-info-mcnw .row .icon-rank {
  display: block;
  width: 52px;
  height: 52px;
  background-image: url("/svg/rank.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.container.mcnw .box-info-mcnw .row .icon-bonuses {
  display: block;
  width: 52px;
  height: 52px;
  background-image: url("/svg/bonuses.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.container.mcnw .box-info-mcnw .row .box-info {
  margin-left: 25px;
}

.container.mcnw .box-info-mcnw .row .box-info .title {
  color: #4d5669;
  font-family: Gilroy-bold;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 5px;
}

.container.mcnw .box-info-mcnw .row .box-info .value {
  font-family: Gilroy-semi-bold;
  font-size: 17px;
  line-height: 20px;
}

.container.mcnw .box-info-mcnw .row .box-info .value.red {
  color: #e31837;
}

.container.mcnw .box-info-mcnw .row .box-info .value.yellow {
  color: #fb9500;
}

.container.mcnw .box-info-mcnw .row .box-info .value.blue {
  color: #008dcc;
}

.container.mcnw .row .title-row {
  color: #4d5669;
  font-family: Gilroy-bold;
  font-size: 19px;
}

.container.mcnw .row.no-space {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.container.mcnw .row.no-space .actually {
  color: #050505;
  font-family: Gilroy;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.container.mcnw .row.no-space .actually.active {
  color: #fff;
  width: 90px;
  height: 33px;
  border-radius: 250px;
  background-color: #fb9500;
}

.container.mcnw .row.no-space .forecast {
  color: #050505;
  font-family: Gilroy;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 30px;
  cursor: pointer;
}

.container.mcnw .row.no-space .forecast:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-image: url("/svg/forecast.svg");
  mask-image: url("/svg/forecast.svg");
  background-color: #050505;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  margin-right: 11px;
}

.container.mcnw .row.no-space .forecast.active {
  color: #fff;
  width: 125px;
  height: 33px;
  border-radius: 250px;
  background-color: #fb9500;
}

.container.mcnw .row.no-space .forecast.active:before {
  background-color: #fff;
}

.container.mcnw .row.center {
  margin-left: 345px;
  margin-bottom: 25px;
}

.container.mcnw .row.center .box-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.container.mcnw .row.center .box-title .title {
  color: #4d5669;
  font-family: Gilroy-bold;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 0;
}

.container.mcnw .row.center .box-title .value {
  color: #fb9500;
  font-family: Gilroy-semi-bold;
  font-size: 17px;
  line-height: 20px;
}

.container.mcnw .row.flex-start:nth-child(odd) {
  background-color: #f2f5f6;
  margin-left: -65px;
  padding-left: 65px;
  margin-right: -55px;
}

.container.mcnw .row.flex-start:nth-child(odd) .percent {
  right: 75px;
}

.container.mcnw .row.flex-start .title {
  color: #4d5669;
  font-family: Gilroy-bold;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.container.mcnw .row.flex-start .title:first-child {
  width: 100px;
}

.container.mcnw .row.flex-start .title:nth-child(2) {
  width: 250px;
  margin-left: 0;
}

.container.mcnw .row.flex-start .title:nth-child(3) {
  width: 185px;
  margin-left: 0;
}

.container.mcnw .row.flex-start .title:nth-child(4) {
  width: 100px;
  margin-left: 0;
}

.container.mcnw .row.flex-start .position {
  width: 100px;
  margin-left: 0;
}

.container.mcnw .row.flex-start .premia {
  width: 185px;
  color: #4d5669;
  font-family: Gilroy-bold;
  font-size: 15px;
  line-height: 20px;
}

.container.mcnw .row.flex-start .budzet {
  width: 100px;
  color: #4d5669;
  font-family: Gilroy-bold;
  font-size: 15px;
  line-height: 20px;
}

.container.mcnw .row.flex-start .region-name {
  width: 250px;
  margin-left: 0;
}

.container.mcnw .row.flex-start .percent {
  position: absolute;
  right: 20px;
  color: #4d5669;
  font-family: Gilroy-bold;
  font-size: 15px;
  line-height: 20px;
  top: 10px;
}

.container.mcnw #actually {
  display: none;
}

.container.mcnw #actually.active {
  display: block;
}

.container.mcnw #forecast {
  display: none;
}

.container.mcnw #forecast.active {
  display: block;
}

.container.mcnw #listPlan_wrapper tr td.yellow {
  background-color: #fcc200;
  color: #4d5669;
}

.container.mcnw #listPlan_wrapper tr td.green {
  background-color: #00cc61;
  color: #4d5669;
}

.container.mcnw #listPlan_wrapper tr td.red {
  background-color: #e31837;
  color: #fff;
}

.container.mcnw.kos .row .title:last-child {
  top: 0px;
}

.container.m-h {
  min-height: 70vh;
}

.pdf-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

.pdf-container .pdf-box {
  color: #87a2b2;
  font-family: Gilroy-medium;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.pdf-container .pdf-box:after {
  content: '';
  display: block;
  width: 30px;
  height: 44px;
  background-image: url("/svg/pdf.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
}

@media only screen and (max-width: 1500px) {
  .container.mcnw .row.flex-start:nth-child(odd) {
    margin-left: -30px;
    padding-left: 30px;
    margin-right: -20px;
  }

  .container.mcnw .row.flex-start:nth-child(odd) .percent {
    right: 40px;
  }

  .container.mcnw .box-info-mcnw {
    width: calc(90% - 70px);
  }

  .kos .row .title:last-child {
    margin-bottom: 0;
  }
}

.quiz .row .box {
  width: 100%;
}

.quiz .row .box.w-50 {
  width: 49%;
}

.quiz .row .box input {
  width: 100%;
  padding-right: 0;
}

.quiz #listPlan.news td .edit {
  top: 12px;
}

.navbar-laravel {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.fr-wrapper > div:first-child {
  height: 0 !important;
  overflow: hidden;
}

.list-files {
  list-style-type: initial;
}
.list-files li {
  margin-bottom: 10px;

}