@charset "UTF-8";
600&display=swap");
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes jello {
  11.1% {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    transform: none;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    transform-origin: top center;
  }
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flipOutX {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutY {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes lightSpeedIn {
  0% {
    opacity: 0;
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0%) skewX(0deg);
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) skewX(-30deg);
  }
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: center center;
  }
}
@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center center;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
    transform: rotate(0);
    transform-origin: top left;
  }
  20%, 60% {
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40% {
    animation-timing-function: ease-in-out;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  80% {
    opacity: 1;
    animation-timing-function: ease-in-out;
    transform: rotate(60deg) translateY(0);
    transform-origin: top left;
  }
  100% {
    opacity: 0;
    transform: translateY(700px);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@keyframes zoomInLeft {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@keyframes zoomInRight {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url(./ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(fontsslick.eot);
  src: url(fontsslick.eot?#iefix) format("embedded-opentype"), url(fontsslick.woff) format("woff"), url(fontsslick.ttf) format("truetype"), url(fontsslick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
 *  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/fontawesome-webfont.eot?v=4.7.0);
  src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .glyphicon {
  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.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fa-pull-left.glyphicon {
  margin-right: 0.3em;
}
.fa.fa-pull-right, .fa-pull-right.glyphicon {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .pull-left.glyphicon {
  margin-right: 0.3em;
}
.fa.pull-right, .pull-right.glyphicon {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  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, .glyphicon.glyphicon-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before, .glyphicon.glyphicon-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, .glyphicon.glyphicon-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before, .glyphicon.glyphicon-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;
}

:root {
  --primary-violet: #6941eb;
  --primary-dark-gray: #262626;
  --primary-light-gray: #525b75;
  --primary-yellow: #fecb02;
  --primary-white: #ffffff;
  --secondary-gray-100: #b3b4b3;
  --secondary-gray-40: #e1e1e1;
  --secondary-gray-15: #f4f4f4;
  --secondary-bg-100: #e8eaf6;
  --tertiary-navy: #23184d;
  --tertiary-navy-75: #4f476f;
  --tertiary-navy-50: #7a758f;
  --tertiary-navy-25: #a6a3b0;
  --tertiary-teal: #00cbbc;
  --tertiary-teal-75: #35cbc2;
  --tertiary-teal-50: #69cdc7;
  --tertiary-teal-25: #9dcfcc;
  --tertiary-orange: #ffa532;
  --tertiary-orange-75: #f4b15a;
  --tertiary-orange-50: #e9bb82;
  --tertiary-orange-25: #ddc6a9;
  --tertiary-dark-violet: #4d1da3;
  --tertiary-dark-violet-75: #6f4baf;
  --tertiary-dark-violet-50: #8f77ba;
  --tertiary-dark-violet-25: #b0a5c6;
  --tertiary-cyan: #509eff;
  --tertiary-cyan-75: #71abf4;
  --tertiary-cyan-50: #91b8e9;
  --tertiary-cyan-25: #b1c4dd;
  --tertiary-hover: #eae4fc;
  --tertiary-bg-75: rgba(105, 65, 235, 0.4392156863);
  --tertiary-red: #e00109;
  --tertiary-red-75: #dd363c;
  --tertiary-red-50: #d9696d;
  --tertiary-red-25: #d59d9f;
  --tertiary-green: #27a745;
  --tertiary-green-75: #53b269;
  --tertiary-green-50: #7dbc8b;
  --tertiary-green-25: #a7c7ae;
  --tertiary-yellow-75: #f6c500;
  --list-item-hover: rgba(255, 210, 47, 0.5019607843);
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #6941eb;
  --secondary: #fecb02;
  --success: #27a745;
  --info: #509eff;
  --warning: #ffa532;
  --danger: #e00109;
  --light: #f5f5f5;
  --dark: #3f4444;
  --semilight: rgb(203.8355263158, 205.1644736842, 203.8355263158);
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Inter";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Inter";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6941eb;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #4d1da3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 3.5rem;
}

h2, .h2 {
  font-size: 2.8rem;
}

h3, .h3 {
  font-size: 2.45rem;
}

h4, .h4 {
  font-size: 2.1rem;
}

h5, .h5 {
  font-size: 1.75rem;
}

h6, .h6 {
  font-size: 1.4rem;
}

.lead {
  font-size: 1.75rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 620px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

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

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

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

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(213, 201.8, 249.4);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(177, 156.2, 244.6);
}

.table-hover .table-primary:hover {
  background-color: rgb(194.7857142857, 178.7285714286, 246.9714285714);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(194.7857142857, 178.7285714286, 246.9714285714);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(254.72, 240.44, 184.16);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(254.48, 227.96, 123.44);
}

.table-hover .table-secondary:hover {
  background-color: rgb(254.6196062992, 235.2195275591, 158.7603937008);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(254.6196062992, 235.2195275591, 158.7603937008);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.52, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(142.68, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.4015789474, 222.9784210526, 187.3180263158);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.4015789474, 222.9784210526, 187.3180263158);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(206, 227.84, 255);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(164, 204.56, 255);
}

.table-hover .table-info:hover {
  background-color: rgb(180.5, 213.7057142857, 255);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(180.5, 213.7057142857, 255);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 229.8, 197.6);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 208.2, 148.4);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 218.6048780488, 172.1);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 218.6048780488, 172.1);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(246.32, 183.88, 186.12);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(238.88, 122.92, 127.08);
}

.table-hover .table-danger:hover {
  background-color: rgb(243.5463157895, 161.1536842105, 164.1094736842);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(243.5463157895, 161.1536842105, 164.1094736842);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(252.2, 252.2, 252.2);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(249.8, 249.8, 249.8);
}

.table-hover .table-light:hover {
  background-color: rgb(239.45, 239.45, 239.45);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(239.45, 239.45, 239.45);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(201.24, 202.64, 202.64);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(155.16, 157.76, 157.76);
}

.table-hover .table-dark:hover {
  background-color: rgb(188.3217941953, 190.0582058047, 190.0582058047);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(188.3217941953, 190.0582058047, 190.0582058047);
}

.table-semilight,
.table-semilight > th,
.table-semilight > td {
  background-color: rgb(240.6739473684, 241.0460526316, 240.6739473684);
}
.table-semilight th,
.table-semilight td,
.table-semilight thead th,
.table-semilight tbody + tbody {
  border-color: rgb(228.3944736842, 229.0855263158, 228.3944736842);
}

.table-hover .table-semilight:hover {
  background-color: rgb(227.7561842105, 228.4638157895, 227.7561842105);
}
.table-hover .table-semilight:hover > td,
.table-hover .table-semilight:hover > th {
  background-color: rgb(227.7561842105, 228.4638157895, 227.7561842105);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(196.0714285714, 180.3571428571, 247.1428571429);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(105, 65, 235, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.75rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.225rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #27a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.225rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(39, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #27a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2327a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #27a745;
  box-shadow: 0 0 0 0.2rem rgba(39, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #27a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2327a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #27a745;
  box-shadow: 0 0 0 0.2rem rgba(39, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #27a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #27a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #27a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(49.8980582524, 207.1019417476, 86.7427184466);
  background-color: rgb(49.8980582524, 207.1019417476, 86.7427184466);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(39, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #27a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #27a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #27a745;
  box-shadow: 0 0 0 0.2rem rgba(39, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #e00109;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.225rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(224, 1, 9, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e00109;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e00109' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e00109' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #e00109;
  box-shadow: 0 0 0 0.2rem rgba(224, 1, 9, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e00109;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e00109' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e00109' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #e00109;
  box-shadow: 0 0 0 0.2rem rgba(224, 1, 9, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e00109;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e00109;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e00109;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(253.96, 22.04, 30.36);
  background-color: rgb(253.96, 22.04, 30.36);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(224, 1, 9, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e00109;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e00109;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e00109;
  box-shadow: 0 0 0 0.2rem rgba(224, 1, 9, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(105, 65, 235, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #6941eb;
  border-color: #6941eb;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(77.6785714286, 30.3928571429, 231.3571428571);
  border-color: rgb(71.1428571429, 23.7142857143, 225.2857142857);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(77.6785714286, 30.3928571429, 231.3571428571);
  border-color: rgb(71.1428571429, 23.7142857143, 225.2857142857);
  box-shadow: 0 0 0 0.2rem rgba(127.5, 93.5, 238, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #6941eb;
  border-color: #6941eb;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(71.1428571429, 23.7142857143, 225.2857142857);
  border-color: rgb(67.5, 22.5, 213.75);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(127.5, 93.5, 238, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #fecb02;
  border-color: #fecb02;
}
.btn-secondary:hover {
  color: #212529;
  background-color: rgb(216.8927165354, 173.1712598425, 0.8572834646);
  border-color: rgb(204.1929133858, 163.031496063, 0.8070866142);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #212529;
  background-color: rgb(216.8927165354, 173.1712598425, 0.8572834646);
  border-color: rgb(204.1929133858, 163.031496063, 0.8070866142);
  box-shadow: 0 0 0 0.2rem rgba(220.85, 178.1, 7.85, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #fecb02;
  border-color: #fecb02;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: rgb(204.1929133858, 163.031496063, 0.8070866142);
  border-color: rgb(191.4931102362, 152.8917322835, 0.7568897638);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220.85, 178.1, 7.85, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #27a745;
  border-color: #27a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(31.7584951456, 135.9915048544, 56.1881067961);
  border-color: rgb(29.3446601942, 125.6553398058, 51.9174757282);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(31.7584951456, 135.9915048544, 56.1881067961);
  border-color: rgb(29.3446601942, 125.6553398058, 51.9174757282);
  box-shadow: 0 0 0 0.2rem rgba(71.4, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #27a745;
  border-color: #27a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.3446601942, 125.6553398058, 51.9174757282);
  border-color: rgb(26.9308252427, 115.3191747573, 47.6468446602);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71.4, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #509eff;
  border-color: #509eff;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(41.75, 136.7985714286, 255);
  border-color: rgb(29, 129.7314285714, 255);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(41.75, 136.7985714286, 255);
  border-color: rgb(29, 129.7314285714, 255);
  box-shadow: 0 0 0 0.2rem rgba(106.25, 172.55, 255, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #509eff;
  border-color: #509eff;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(29, 129.7314285714, 255);
  border-color: rgb(16.25, 122.6642857143, 255);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(106.25, 172.55, 255, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffa532;
  border-color: #ffa532;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(255, 148.2073170732, 11.75);
  border-color: rgb(254, 142.487804878, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(255, 148.2073170732, 11.75);
  border-color: rgb(254, 142.487804878, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 145.8, 48.65, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffa532;
  border-color: #ffa532;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(254, 142.487804878, 0);
  border-color: rgb(241.25, 135.3353658537, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 145.8, 48.65, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e00109;
  border-color: #e00109;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(185.92, 0.83, 7.47);
  border-color: rgb(173.2266666667, 0.7733333333, 6.96);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(185.92, 0.83, 7.47);
  border-color: rgb(173.2266666667, 0.7733333333, 6.96);
  box-shadow: 0 0 0 0.2rem rgba(228.65, 39.1, 45.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e00109;
  border-color: #e00109;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(173.2266666667, 0.7733333333, 6.96);
  border-color: rgb(160.5333333333, 0.7166666667, 6.45);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228.65, 39.1, 45.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.875, 225.875, 225.875);
  border-color: rgb(219.5, 219.5, 219.5);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.875, 225.875, 225.875);
  border-color: rgb(219.5, 219.5, 219.5);
  box-shadow: 0 0 0 0.2rem rgba(213.2, 213.8, 214.4, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(219.5, 219.5, 219.5);
  border-color: rgb(213.125, 213.125, 213.125);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213.2, 213.8, 214.4, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #3f4444;
  border-color: #3f4444;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(44.6049618321, 48.1450381679, 48.1450381679);
  border-color: rgb(38.4732824427, 41.5267175573, 41.5267175573);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(44.6049618321, 48.1450381679, 48.1450381679);
  border-color: rgb(38.4732824427, 41.5267175573, 41.5267175573);
  box-shadow: 0 0 0 0.2rem rgba(91.8, 96.05, 96.05, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #3f4444;
  border-color: #3f4444;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(38.4732824427, 41.5267175573, 41.5267175573);
  border-color: rgb(32.3416030534, 34.9083969466, 34.9083969466);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(91.8, 96.05, 96.05, 0.5);
}

.btn-semilight {
  color: #212529;
  background-color: rgb(203.8355263158, 205.1644736842, 203.8355263158);
  border-color: rgb(203.8355263158, 205.1644736842, 203.8355263158);
}
.btn-semilight:hover {
  color: #212529;
  background-color: rgb(184.4588815789, 186.2911184211, 184.4588815789);
  border-color: #b2b4b2;
}
.btn-semilight:focus, .btn-semilight.focus {
  color: #212529;
  background-color: rgb(184.4588815789, 186.2911184211, 184.4588815789);
  border-color: #b2b4b2;
  box-shadow: 0 0 0 0.2rem rgba(178.2101973684, 179.9398026316, 179.4101973684, 0.5);
}
.btn-semilight.disabled, .btn-semilight:disabled {
  color: #212529;
  background-color: rgb(203.8355263158, 205.1644736842, 203.8355263158);
  border-color: rgb(203.8355263158, 205.1644736842, 203.8355263158);
}
.btn-semilight:not(:disabled):not(.disabled):active, .btn-semilight:not(:disabled):not(.disabled).active, .show > .btn-semilight.dropdown-toggle {
  color: #212529;
  background-color: #b2b4b2;
  border-color: rgb(171.5411184211, 173.7088815789, 171.5411184211);
}
.btn-semilight:not(:disabled):not(.disabled):active:focus, .btn-semilight:not(:disabled):not(.disabled).active:focus, .show > .btn-semilight.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(178.2101973684, 179.9398026316, 179.4101973684, 0.5);
}

.btn-outline-primary {
  color: #6941eb;
  border-color: #6941eb;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #6941eb;
  border-color: #6941eb;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 65, 235, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #6941eb;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #6941eb;
  border-color: #6941eb;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 65, 235, 0.5);
}

.btn-outline-secondary {
  color: #fecb02;
  border-color: #fecb02;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #fecb02;
  border-color: #fecb02;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 203, 2, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #fecb02;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #fecb02;
  border-color: #fecb02;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 203, 2, 0.5);
}

.btn-outline-success {
  color: #27a745;
  border-color: #27a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #27a745;
  border-color: #27a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #27a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #27a745;
  border-color: #27a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 167, 69, 0.5);
}

.btn-outline-info {
  color: #509eff;
  border-color: #509eff;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #509eff;
  border-color: #509eff;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 158, 255, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #509eff;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #509eff;
  border-color: #509eff;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 158, 255, 0.5);
}

.btn-outline-warning {
  color: #ffa532;
  border-color: #ffa532;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffa532;
  border-color: #ffa532;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 165, 50, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffa532;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffa532;
  border-color: #ffa532;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 165, 50, 0.5);
}

.btn-outline-danger {
  color: #e00109;
  border-color: #e00109;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e00109;
  border-color: #e00109;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 1, 9, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e00109;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e00109;
  border-color: #e00109;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 1, 9, 0.5);
}

.btn-outline-light {
  color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f5f5f5;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.btn-outline-dark {
  color: #3f4444;
  border-color: #3f4444;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #3f4444;
  border-color: #3f4444;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 68, 68, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #3f4444;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #3f4444;
  border-color: #3f4444;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 68, 68, 0.5);
}

.btn-outline-semilight {
  color: rgb(203.8355263158, 205.1644736842, 203.8355263158);
  border-color: rgb(203.8355263158, 205.1644736842, 203.8355263158);
}
.btn-outline-semilight:hover {
  color: #212529;
  background-color: rgb(203.8355263158, 205.1644736842, 203.8355263158);
  border-color: rgb(203.8355263158, 205.1644736842, 203.8355263158);
}
.btn-outline-semilight:focus, .btn-outline-semilight.focus {
  box-shadow: 0 0 0 0.2rem rgba(203.8355263158, 205.1644736842, 203.8355263158, 0.5);
}
.btn-outline-semilight.disabled, .btn-outline-semilight:disabled {
  color: rgb(203.8355263158, 205.1644736842, 203.8355263158);
  background-color: transparent;
}
.btn-outline-semilight:not(:disabled):not(.disabled):active, .btn-outline-semilight:not(:disabled):not(.disabled).active, .show > .btn-outline-semilight.dropdown-toggle {
  color: #212529;
  background-color: rgb(203.8355263158, 205.1644736842, 203.8355263158);
  border-color: rgb(203.8355263158, 205.1644736842, 203.8355263158);
}
.btn-outline-semilight:not(:disabled):not(.disabled):active:focus, .btn-outline-semilight:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-semilight.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203.8355263158, 205.1644736842, 203.8355263158, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #6941eb;
  text-decoration: none;
}
.btn-link:hover {
  color: #4d1da3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.4rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #6941eb;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.225rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 2.1rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.55rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #6941eb;
  background-color: #6941eb;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(105, 65, 235, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(196.0714285714, 180.3571428571, 247.1428571429);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(232.5, 226.5, 252);
  border-color: rgb(232.5, 226.5, 252);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.55rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.55rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #6941eb;
  background-color: #6941eb;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(105, 65, 235, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(105, 65, 235, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(105, 65, 235, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.55rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(105, 65, 235, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(196.0714285714, 180.3571428571, 247.1428571429);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(105, 65, 235, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.225rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.75rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(196.0714285714, 180.3571428571, 247.1428571429);
  box-shadow: 0 0 0 0.2rem rgba(105, 65, 235, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(105, 65, 235, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(105, 65, 235, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(105, 65, 235, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #6941eb;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(232.5, 226.5, 252);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #6941eb;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(232.5, 226.5, 252);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #6941eb;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(232.5, 226.5, 252);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #6941eb;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.2375rem;
  padding-bottom: 0.2375rem;
  margin-right: 1rem;
  font-size: 1.75rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.75rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #6941eb;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #4d1da3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(105, 65, 235, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #6941eb;
  border-color: #6941eb;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.75rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #6941eb;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(71.1428571429, 23.7142857143, 225.2857142857);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(105, 65, 235, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #fecb02;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: rgb(204.1929133858, 163.031496063, 0.8070866142);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 203, 2, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #27a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(29.3446601942, 125.6553398058, 51.9174757282);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(39, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #509eff;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(29, 129.7314285714, 255);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(80, 158, 255, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffa532;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(254, 142.487804878, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 165, 50, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #e00109;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(173.2266666667, 0.7733333333, 6.96);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(224, 1, 9, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f5f5f5;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(219.5, 219.5, 219.5);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #3f4444;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(38.4732824427, 41.5267175573, 41.5267175573);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(63, 68, 68, 0.5);
}

.badge-semilight {
  color: #212529;
  background-color: rgb(203.8355263158, 205.1644736842, 203.8355263158);
}
a.badge-semilight:hover, a.badge-semilight:focus {
  color: #212529;
  background-color: #b2b4b2;
}
a.badge-semilight:focus, a.badge-semilight.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(203.8355263158, 205.1644736842, 203.8355263158, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4.6rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(54.6, 33.8, 122.2);
  background-color: #e1d9fb;
  border-color: rgb(213, 201.8, 249.4);
}
.alert-primary hr {
  border-top-color: rgb(194.7857142857, 178.7285714286, 246.9714285714);
}
.alert-primary .alert-link {
  color: rgb(36.75, 22.75, 82.25);
}

.alert-secondary {
  color: rgb(132.08, 105.56, 1.04);
  background-color: rgb(254.8, 244.6, 204.4);
  border-color: rgb(254.72, 240.44, 184.16);
}
.alert-secondary hr {
  border-top-color: rgb(254.6196062992, 235.2195275591, 158.7603937008);
}
.alert-secondary .alert-link {
  color: rgb(81.4784375, 65.11859375, 0.6415625);
}

.alert-success {
  color: rgb(20.28, 86.84, 35.88);
  background-color: rgb(211.8, 237.4, 217.8);
  border-color: rgb(194.52, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.4015789474, 222.9784210526, 187.3180263158);
}
.alert-success .alert-link {
  color: rgb(10.6246601942, 45.4953398058, 18.7974757282);
}

.alert-info {
  color: rgb(41.6, 82.16, 132.6);
  background-color: rgb(220, 235.6, 255);
  border-color: rgb(206, 227.84, 255);
}
.alert-info hr {
  border-top-color: rgb(180.5, 213.7057142857, 255);
}
.alert-info .alert-link {
  color: rgb(29.4208955224, 58.1062686567, 93.7791044776);
}

.alert-warning {
  color: rgb(132.6, 85.8, 26);
  background-color: #ffedd6;
  border-color: rgb(255, 229.8, 197.6);
}
.alert-warning hr {
  border-top-color: rgb(255, 218.6048780488, 172.1);
}
.alert-warning .alert-link {
  color: rgb(89.9606557377, 58.2098360656, 17.6393442623);
}

.alert-danger {
  color: rgb(116.48, 0.52, 4.68);
  background-color: rgb(248.8, 204.2, 205.8);
  border-color: rgb(246.32, 183.88, 186.12);
}
.alert-danger hr {
  border-top-color: rgb(243.5463157895, 161.1536842105, 164.1094736842);
}
.alert-danger .alert-link {
  color: rgb(65.7066666667, 0.2933333333, 2.64);
}

.alert-light {
  color: rgb(127.4, 127.4, 127.4);
  background-color: #fdfdfd;
  border-color: rgb(252.2, 252.2, 252.2);
}
.alert-light hr {
  border-top-color: rgb(239.45, 239.45, 239.45);
}
.alert-light .alert-link {
  color: rgb(101.9, 101.9, 101.9);
}

.alert-dark {
  color: rgb(32.76, 35.36, 35.36);
  background-color: rgb(216.6, 217.6, 217.6);
  border-color: rgb(201.24, 202.64, 202.64);
}
.alert-dark hr {
  border-top-color: rgb(188.3217941953, 190.0582058047, 190.0582058047);
}
.alert-dark .alert-link {
  color: rgb(8.2332824427, 8.8867175573, 8.8867175573);
}

.alert-semilight {
  color: rgb(105.9944736842, 106.6855263158, 105.9944736842);
  background-color: rgb(244.7671052632, 245.0328947368, 244.7671052632);
  border-color: rgb(240.6739473684, 241.0460526316, 240.6739473684);
}
.alert-semilight hr {
  border-top-color: rgb(227.7561842105, 228.4638157895, 227.7561842105);
}
.alert-semilight .alert-link {
  color: rgb(80.577329816, 81.102670184, 80.577329816);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 1.05rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #6941eb;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item, .gateway-list {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child, .gateway-list:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child, .gateway-list:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .disabled.gateway-list, .list-group-item:disabled, .gateway-list:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active, .active.gateway-list {
  z-index: 2;
  color: #fff;
  background-color: #6941eb;
  border-color: #6941eb;
}
.list-group-item + .list-group-item, .gateway-list + .list-group-item, .list-group-item + .gateway-list, .gateway-list + .gateway-list {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active, .gateway-list + .list-group-item.active, .list-group-item + .active.gateway-list, .gateway-list + .active.gateway-list {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child, .list-group-horizontal > .gateway-list:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child, .list-group-horizontal > .gateway-list:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active, .list-group-horizontal > .active.gateway-list {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item, .list-group-horizontal > .gateway-list + .list-group-item, .list-group-horizontal > .list-group-item + .gateway-list, .list-group-horizontal > .gateway-list + .gateway-list {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active, .list-group-horizontal > .gateway-list + .list-group-item.active, .list-group-horizontal > .list-group-item + .active.gateway-list, .list-group-horizontal > .gateway-list + .active.gateway-list {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child, .list-group-horizontal-sm > .gateway-list:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child, .list-group-horizontal-sm > .gateway-list:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active, .list-group-horizontal-sm > .active.gateway-list {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item, .list-group-horizontal-sm > .gateway-list + .list-group-item, .list-group-horizontal-sm > .list-group-item + .gateway-list, .list-group-horizontal-sm > .gateway-list + .gateway-list {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active, .list-group-horizontal-sm > .gateway-list + .list-group-item.active, .list-group-horizontal-sm > .list-group-item + .active.gateway-list, .list-group-horizontal-sm > .gateway-list + .active.gateway-list {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child, .list-group-horizontal-md > .gateway-list:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child, .list-group-horizontal-md > .gateway-list:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active, .list-group-horizontal-md > .active.gateway-list {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item, .list-group-horizontal-md > .gateway-list + .list-group-item, .list-group-horizontal-md > .list-group-item + .gateway-list, .list-group-horizontal-md > .gateway-list + .gateway-list {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active, .list-group-horizontal-md > .gateway-list + .list-group-item.active, .list-group-horizontal-md > .list-group-item + .active.gateway-list, .list-group-horizontal-md > .gateway-list + .active.gateway-list {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child, .list-group-horizontal-lg > .gateway-list:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child, .list-group-horizontal-lg > .gateway-list:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active, .list-group-horizontal-lg > .active.gateway-list {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item, .list-group-horizontal-lg > .gateway-list + .list-group-item, .list-group-horizontal-lg > .list-group-item + .gateway-list, .list-group-horizontal-lg > .gateway-list + .gateway-list {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active, .list-group-horizontal-lg > .gateway-list + .list-group-item.active, .list-group-horizontal-lg > .list-group-item + .active.gateway-list, .list-group-horizontal-lg > .gateway-list + .active.gateway-list {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child, .list-group-horizontal-xl > .gateway-list:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child, .list-group-horizontal-xl > .gateway-list:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active, .list-group-horizontal-xl > .active.gateway-list {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item, .list-group-horizontal-xl > .gateway-list + .list-group-item, .list-group-horizontal-xl > .list-group-item + .gateway-list, .list-group-horizontal-xl > .gateway-list + .gateway-list {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active, .list-group-horizontal-xl > .gateway-list + .list-group-item.active, .list-group-horizontal-xl > .list-group-item + .active.gateway-list, .list-group-horizontal-xl > .gateway-list + .active.gateway-list {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item, .list-group-flush > .gateway-list {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child, .list-group-flush > .gateway-list:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(54.6, 33.8, 122.2);
  background-color: rgb(213, 201.8, 249.4);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(54.6, 33.8, 122.2);
  background-color: rgb(194.7857142857, 178.7285714286, 246.9714285714);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(54.6, 33.8, 122.2);
  border-color: rgb(54.6, 33.8, 122.2);
}

.list-group-item-secondary {
  color: rgb(132.08, 105.56, 1.04);
  background-color: rgb(254.72, 240.44, 184.16);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(132.08, 105.56, 1.04);
  background-color: rgb(254.6196062992, 235.2195275591, 158.7603937008);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.08, 105.56, 1.04);
  border-color: rgb(132.08, 105.56, 1.04);
}

.list-group-item-success {
  color: rgb(20.28, 86.84, 35.88);
  background-color: rgb(194.52, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.28, 86.84, 35.88);
  background-color: rgb(176.4015789474, 222.9784210526, 187.3180263158);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.28, 86.84, 35.88);
  border-color: rgb(20.28, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(41.6, 82.16, 132.6);
  background-color: rgb(206, 227.84, 255);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(41.6, 82.16, 132.6);
  background-color: rgb(180.5, 213.7057142857, 255);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(41.6, 82.16, 132.6);
  border-color: rgb(41.6, 82.16, 132.6);
}

.list-group-item-warning {
  color: rgb(132.6, 85.8, 26);
  background-color: rgb(255, 229.8, 197.6);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 85.8, 26);
  background-color: rgb(255, 218.6048780488, 172.1);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 85.8, 26);
  border-color: rgb(132.6, 85.8, 26);
}

.list-group-item-danger {
  color: rgb(116.48, 0.52, 4.68);
  background-color: rgb(246.32, 183.88, 186.12);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(116.48, 0.52, 4.68);
  background-color: rgb(243.5463157895, 161.1536842105, 164.1094736842);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(116.48, 0.52, 4.68);
  border-color: rgb(116.48, 0.52, 4.68);
}

.list-group-item-light {
  color: rgb(127.4, 127.4, 127.4);
  background-color: rgb(252.2, 252.2, 252.2);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(127.4, 127.4, 127.4);
  background-color: rgb(239.45, 239.45, 239.45);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(127.4, 127.4, 127.4);
  border-color: rgb(127.4, 127.4, 127.4);
}

.list-group-item-dark {
  color: rgb(32.76, 35.36, 35.36);
  background-color: rgb(201.24, 202.64, 202.64);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(32.76, 35.36, 35.36);
  background-color: rgb(188.3217941953, 190.0582058047, 190.0582058047);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(32.76, 35.36, 35.36);
  border-color: rgb(32.76, 35.36, 35.36);
}

.list-group-item-semilight {
  color: rgb(105.9944736842, 106.6855263158, 105.9944736842);
  background-color: rgb(240.6739473684, 241.0460526316, 240.6739473684);
}
.list-group-item-semilight.list-group-item-action:hover, .list-group-item-semilight.list-group-item-action:focus {
  color: rgb(105.9944736842, 106.6855263158, 105.9944736842);
  background-color: rgb(227.7561842105, 228.4638157895, 227.7561842105);
}
.list-group-item-semilight.list-group-item-action.active {
  color: #fff;
  background-color: rgb(105.9944736842, 106.6855263158, 105.9944736842);
  border-color: rgb(105.9944736842, 106.6855263158, 105.9944736842);
}

.close {
  float: right;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 1.225rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 1.225rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .popover:not(popover-container).top, .bs-popover-auto[x-placement^=top], [x-placement^=top].popover.auto:not(popover-container) {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .popover:not(popover-container).top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow, [x-placement^=top].popover.auto:not(popover-container) > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .popover:not(popover-container).top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before, [x-placement^=top].popover.auto:not(popover-container) > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .popover:not(popover-container).top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after, [x-placement^=top].popover.auto:not(popover-container) > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .popover:not(popover-container).right, .bs-popover-auto[x-placement^=right], [x-placement^=right].popover.auto:not(popover-container) {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .popover:not(popover-container).right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow, [x-placement^=right].popover.auto:not(popover-container) > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .popover:not(popover-container).right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before, [x-placement^=right].popover.auto:not(popover-container) > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .popover:not(popover-container).right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after, [x-placement^=right].popover.auto:not(popover-container) > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .popover:not(popover-container).bottom, .bs-popover-auto[x-placement^=bottom], [x-placement^=bottom].popover.auto:not(popover-container) {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .popover:not(popover-container).bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow, [x-placement^=bottom].popover.auto:not(popover-container) > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .popover:not(popover-container).bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before, [x-placement^=bottom].popover.auto:not(popover-container) > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .popover:not(popover-container).bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after, [x-placement^=bottom].popover.auto:not(popover-container) > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-bottom .popover-title::before, .popover:not(popover-container).bottom .popover-header::before, .popover:not(popover-container).bottom .popover-title::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-title::before, [x-placement^=bottom].popover.auto:not(popover-container) .popover-header::before, [x-placement^=bottom].popover.auto:not(popover-container) .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .popover:not(popover-container).left, .bs-popover-auto[x-placement^=left], [x-placement^=left].popover.auto:not(popover-container) {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .popover:not(popover-container).left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow, [x-placement^=left].popover.auto:not(popover-container) > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .popover:not(popover-container).left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before, [x-placement^=left].popover.auto:not(popover-container) > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .popover:not(popover-container).left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after, [x-placement^=left].popover.auto:not(popover-container) > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header, .popover-title {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty, .popover-title:empty {
  display: none;
}

.popover-body, .popover-content {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #6941eb !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(71.1428571429, 23.7142857143, 225.2857142857) !important;
}

.bg-secondary {
  background-color: #fecb02 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(204.1929133858, 163.031496063, 0.8070866142) !important;
}

.bg-success, .content-item.bg-success {
  background-color: #27a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(29.3446601942, 125.6553398058, 51.9174757282) !important;
}

.bg-info, .content-item.bg-info {
  background-color: #509eff !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(29, 129.7314285714, 255) !important;
}

.bg-warning, .content-item.bg-warning {
  background-color: #ffa532 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(254, 142.487804878, 0) !important;
}

.bg-danger, .content-item.bg-danger {
  background-color: #e00109 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(173.2266666667, 0.7733333333, 6.96) !important;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(219.5, 219.5, 219.5) !important;
}

.bg-dark {
  background-color: #3f4444 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(38.4732824427, 41.5267175573, 41.5267175573) !important;
}

.bg-semilight {
  background-color: rgb(203.8355263158, 205.1644736842, 203.8355263158) !important;
}

a.bg-semilight:hover, a.bg-semilight:focus,
button.bg-semilight:hover,
button.bg-semilight:focus {
  background-color: #b2b4b2 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #6941eb !important;
}

.border-secondary {
  border-color: #fecb02 !important;
}

.border-success {
  border-color: #27a745 !important;
}

.border-info {
  border-color: #509eff !important;
}

.border-warning {
  border-color: #ffa532 !important;
}

.border-danger {
  border-color: #e00109 !important;
}

.border-light {
  border-color: #f5f5f5 !important;
}

.border-dark {
  border-color: #3f4444 !important;
}

.border-semilight {
  border-color: rgb(203.8355263158, 205.1644736842, 203.8355263158) !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 10px !important;
}

.mt-2,
.my-2 {
  margin-top: 10px !important;
}

.mr-2,
.mx-2 {
  margin-right: 10px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 10px !important;
}

.ml-2,
.mx-2 {
  margin-left: 10px !important;
}

.m-3 {
  margin: 12px !important;
}

.mt-3,
.my-3 {
  margin-top: 12px !important;
}

.mr-3,
.mx-3 {
  margin-right: 12px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 12px !important;
}

.ml-3,
.mx-3 {
  margin-left: 12px !important;
}

.m-4 {
  margin: 16px !important;
}

.mt-4,
.my-4 {
  margin-top: 16px !important;
}

.mr-4,
.mx-4 {
  margin-right: 16px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 16px !important;
}

.ml-4,
.mx-4 {
  margin-left: 16px !important;
}

.m-5 {
  margin: 32px !important;
}

.mt-5,
.my-5 {
  margin-top: 32px !important;
}

.mr-5,
.mx-5 {
  margin-right: 32px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 32px !important;
}

.ml-5,
.mx-5 {
  margin-left: 32px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 10px !important;
}

.pt-2,
.py-2 {
  padding-top: 10px !important;
}

.pr-2,
.px-2 {
  padding-right: 10px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 10px !important;
}

.pl-2,
.px-2 {
  padding-left: 10px !important;
}

.p-3 {
  padding: 12px !important;
}

.pt-3,
.py-3 {
  padding-top: 12px !important;
}

.pr-3,
.px-3 {
  padding-right: 12px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 12px !important;
}

.pl-3,
.px-3 {
  padding-left: 12px !important;
}

.p-4 {
  padding: 16px !important;
}

.pt-4,
.py-4 {
  padding-top: 16px !important;
}

.pr-4,
.px-4 {
  padding-right: 16px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 16px !important;
}

.pl-4,
.px-4 {
  padding-left: 16px !important;
}

.p-5 {
  padding: 32px !important;
}

.pt-5,
.py-5 {
  padding-top: 32px !important;
}

.pr-5,
.px-5 {
  padding-right: 32px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 32px !important;
}

.pl-5,
.px-5 {
  padding-left: 32px !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -10px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -10px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -10px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -10px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -10px !important;
}

.m-n3 {
  margin: -12px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -12px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -12px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -12px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -12px !important;
}

.m-n4 {
  margin: -16px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -16px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -16px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -16px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -16px !important;
}

.m-n5 {
  margin: -32px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -32px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -32px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -32px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -32px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 10px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 10px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 10px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 10px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 10px !important;
  }
  .m-sm-3 {
    margin: 12px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 12px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 12px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 12px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 12px !important;
  }
  .m-sm-4 {
    margin: 16px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 16px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 16px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 16px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 16px !important;
  }
  .m-sm-5 {
    margin: 32px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 32px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 32px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 32px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 32px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 10px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 10px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 10px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 10px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 10px !important;
  }
  .p-sm-3 {
    padding: 12px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 12px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 12px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 12px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 12px !important;
  }
  .p-sm-4 {
    padding: 16px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 16px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 16px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 16px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 16px !important;
  }
  .p-sm-5 {
    padding: 32px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 32px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 32px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 32px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 32px !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -10px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -10px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -10px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -10px !important;
  }
  .m-sm-n3 {
    margin: -12px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -12px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -12px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -12px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -12px !important;
  }
  .m-sm-n4 {
    margin: -16px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -16px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -16px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -16px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -16px !important;
  }
  .m-sm-n5 {
    margin: -32px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -32px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -32px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -32px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -32px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 10px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 10px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 10px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 10px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 10px !important;
  }
  .m-md-3 {
    margin: 12px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 12px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 12px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 12px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 12px !important;
  }
  .m-md-4 {
    margin: 16px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 16px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 16px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 16px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 16px !important;
  }
  .m-md-5 {
    margin: 32px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 32px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 32px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 32px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 32px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 10px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 10px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 10px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 10px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 10px !important;
  }
  .p-md-3 {
    padding: 12px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 12px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 12px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 12px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 12px !important;
  }
  .p-md-4 {
    padding: 16px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 16px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 16px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 16px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 16px !important;
  }
  .p-md-5 {
    padding: 32px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 32px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 32px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 32px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 32px !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -10px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -10px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -10px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -10px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -10px !important;
  }
  .m-md-n3 {
    margin: -12px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -12px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -12px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -12px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -12px !important;
  }
  .m-md-n4 {
    margin: -16px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -16px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -16px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -16px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -16px !important;
  }
  .m-md-n5 {
    margin: -32px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -32px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -32px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -32px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -32px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 10px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 10px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 10px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 10px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 10px !important;
  }
  .m-lg-3 {
    margin: 12px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 12px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 12px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 12px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 12px !important;
  }
  .m-lg-4 {
    margin: 16px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 16px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 16px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 16px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 16px !important;
  }
  .m-lg-5 {
    margin: 32px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 32px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 32px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 32px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 32px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 10px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 10px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 10px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 10px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 10px !important;
  }
  .p-lg-3 {
    padding: 12px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 12px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 12px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 12px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 12px !important;
  }
  .p-lg-4 {
    padding: 16px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 16px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 16px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 16px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 16px !important;
  }
  .p-lg-5 {
    padding: 32px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 32px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 32px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 32px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 32px !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -10px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -10px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -10px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -10px !important;
  }
  .m-lg-n3 {
    margin: -12px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -12px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -12px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -12px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -12px !important;
  }
  .m-lg-n4 {
    margin: -16px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -16px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -16px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -16px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -16px !important;
  }
  .m-lg-n5 {
    margin: -32px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -32px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -32px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -32px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -32px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 10px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 10px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 10px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 10px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 10px !important;
  }
  .m-xl-3 {
    margin: 12px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 12px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 12px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 12px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 12px !important;
  }
  .m-xl-4 {
    margin: 16px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 16px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 16px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 16px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 16px !important;
  }
  .m-xl-5 {
    margin: 32px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 32px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 32px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 32px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 32px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 10px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 10px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 10px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 10px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 10px !important;
  }
  .p-xl-3 {
    padding: 12px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 12px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 12px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 12px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 12px !important;
  }
  .p-xl-4 {
    padding: 16px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 16px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 16px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 16px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 16px !important;
  }
  .p-xl-5 {
    padding: 32px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 32px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 32px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 32px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 32px !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -10px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -10px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -10px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -10px !important;
  }
  .m-xl-n3 {
    margin: -12px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -12px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -12px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -12px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -12px !important;
  }
  .m-xl-n4 {
    margin: -16px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -16px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -16px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -16px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -16px !important;
  }
  .m-xl-n5 {
    margin: -32px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -32px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -32px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -32px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -32px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #6941eb !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(63.8571428571, 21.2857142857, 202.2142857143) !important;
}

.text-secondary {
  color: #fecb02 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(178.7933070866, 142.7519685039, 0.7066929134) !important;
}

.text-success {
  color: #27a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(24.5169902913, 104.9830097087, 43.3762135922) !important;
}

.text-info {
  color: #509eff !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(3.5, 115.5971428571, 255) !important;
}

.text-warning {
  color: #ffa532 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(228.5, 128.1829268293, 0) !important;
}

.text-danger {
  color: #e00109 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(147.84, 0.66, 5.94) !important;
}

.text-light {
  color: #f5f5f5 !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(206.75, 206.75, 206.75) !important;
}

.text-dark {
  color: #3f4444 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(26.2099236641, 28.2900763359, 28.2900763359) !important;
}

.text-semilight {
  color: rgb(203.8355263158, 205.1644736842, 203.8355263158) !important;
}

a.text-semilight:hover, a.text-semilight:focus {
  color: rgb(165.0822368421, 167.4177631579, 165.0822368421) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*
 * This style sheet is for base styles. These are the global tag selectors
 * that define how basic elements should be presented application-wide. Since
 * the Bootstrap framework already includes a reset, we won't need one here.
 * 
 */
html {
  font-size: 10px;
}

html,
body {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.gw-logout-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: none;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.gw-logout-overlay__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gw-logout-overlay__text {
  margin-top: 12px;
  font-size: 16px;
  color: #666;
}

body.gw-logging-out .gw-logout-overlay {
  display: flex;
}

body.gw-logging-out #Gateway {
  visibility: hidden;
}

body.gw-logging-out .modal,
body.gw-logging-out .modal-backdrop {
  display: none !important;
}

[ng-click],
[ng-dblclick],
.clickable {
  cursor: pointer;
}

input[type=text]::-ms-clear {
  display: none !important;
}

/*
 * This file contains a list of helpful classes for us to utilize the flexbox
 * structure in the application. Meant to be imported as part of _layout.
 *
 */
.layout-row, .tree-branch, .gtwy-or, .loader.loader-horizontal {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
}

.layout-row-rev {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.layout-column, .modal-flex-cc .modal-content, .modal-flex-cc-95 .modal-content, .modal-flex-cc-90 .modal-content, .modal-flex-cc-85 .modal-content, .modal-flex-cc-80 .modal-content, .modal-flex-cc-75 .modal-content, .modal-flex-cc-70 .modal-content, .modal-flex-cc-65 .modal-content, .modal-flex-cc-60 .modal-content, .modal-flex-cc-55 .modal-content, .modal-flex-cc-50 .modal-content, .modal-flex-cc-45 .modal-content, .modal-flex-cc-40 .modal-content, .modal-flex-cc-ticket-task .modal-content, .modal-flex-cc-fit-width .modal-content, .modal-flex-cc .modal-dialog, .modal-flex-cc-95 .modal-dialog, .modal-flex-cc-90 .modal-dialog, .modal-flex-cc-85 .modal-dialog, .modal-flex-cc-80 .modal-dialog, .modal-flex-cc-75 .modal-dialog, .modal-flex-cc-70 .modal-dialog, .modal-flex-cc-65 .modal-dialog, .modal-flex-cc-60 .modal-dialog, .modal-flex-cc-55 .modal-dialog, .modal-flex-cc-50 .modal-dialog, .modal-flex-cc-45 .modal-dialog, .modal-flex-cc-40 .modal-dialog, .modal-flex-cc-ticket-task .modal-dialog, .modal-flex-cc-fit-width .modal-dialog, .loader.loader-centered {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}

.layout-column-rev {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/*
 * If you're wondering where .layout-no-wrap is, it's the default. If you
 * don't want the contents to wrap, leave the following two classes off!
 *
 */
.layout-wrap, .tree-branch {
  flex-wrap: wrap;
}

.layout-wrap-rev {
  flex-wrap: wrap-reverse;
}

.layout-justify-start {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.layout-justify-end {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.layout-justify-center, .modal-flex-cc .modal-dialog, .modal-flex-cc-95 .modal-dialog, .modal-flex-cc-90 .modal-dialog, .modal-flex-cc-85 .modal-dialog, .modal-flex-cc-80 .modal-dialog, .modal-flex-cc-75 .modal-dialog, .modal-flex-cc-70 .modal-dialog, .modal-flex-cc-65 .modal-dialog, .modal-flex-cc-60 .modal-dialog, .modal-flex-cc-55 .modal-dialog, .modal-flex-cc-50 .modal-dialog, .modal-flex-cc-45 .modal-dialog, .modal-flex-cc-40 .modal-dialog, .modal-flex-cc-ticket-task .modal-dialog, .modal-flex-cc-fit-width .modal-dialog {
  -moz-justify-content: center;
  justify-content: center;
}

.layout-justify-space-between {
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.layout-justify-space-around {
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.layout-align-start {
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.layout-align-end {
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.layout-align-center, .gtwy-or {
  -moz-align-items: center;
  align-items: center;
}

.layout-align-baseline {
  -moz-align-items: baseline;
  align-items: baseline;
}

.layout-align-stretch {
  -moz-align-items: stretch;
  align-items: stretch;
}

.layout-center-center, .loader.loader-horizontal, .loader.loader-centered {
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
}

.flex, .tree-branch-content, .gtwy-or::before, .gtwy-or::after {
  -moz-flex: 1;
  flex: 1;
}

.no-flex {
  -moz-flex: none;
  flex: none;
}

/* Generate .flex-5 through .flex-100 */
.flex-5,
.layout-row > .flex-5,
.loader.loader-horizontal > .flex-5 {
  -moz-flex: 1 1 5%;
  flex: 1 1 5%;
  max-width: 5%;
  max-height: 100%;
}

.layout-column > .flex-5, .modal-flex-cc .modal-content > .flex-5, .modal-flex-cc-95 .modal-content > .flex-5, .modal-flex-cc-90 .modal-content > .flex-5, .modal-flex-cc-85 .modal-content > .flex-5, .modal-flex-cc-80 .modal-content > .flex-5, .modal-flex-cc-75 .modal-content > .flex-5, .modal-flex-cc-70 .modal-content > .flex-5, .modal-flex-cc-65 .modal-content > .flex-5, .modal-flex-cc-60 .modal-content > .flex-5, .modal-flex-cc-55 .modal-content > .flex-5, .modal-flex-cc-50 .modal-content > .flex-5, .modal-flex-cc-45 .modal-content > .flex-5, .modal-flex-cc-40 .modal-content > .flex-5, .modal-flex-cc-ticket-task .modal-content > .flex-5, .modal-flex-cc-fit-width .modal-content > .flex-5, .modal-flex-cc .modal-dialog > .flex-5, .modal-flex-cc-95 .modal-dialog > .flex-5, .modal-flex-cc-90 .modal-dialog > .flex-5, .modal-flex-cc-85 .modal-dialog > .flex-5, .modal-flex-cc-80 .modal-dialog > .flex-5, .modal-flex-cc-75 .modal-dialog > .flex-5, .modal-flex-cc-70 .modal-dialog > .flex-5, .modal-flex-cc-65 .modal-dialog > .flex-5, .modal-flex-cc-60 .modal-dialog > .flex-5, .modal-flex-cc-55 .modal-dialog > .flex-5, .modal-flex-cc-50 .modal-dialog > .flex-5, .modal-flex-cc-45 .modal-dialog > .flex-5, .modal-flex-cc-40 .modal-dialog > .flex-5, .modal-flex-cc-ticket-task .modal-dialog > .flex-5, .modal-flex-cc-fit-width .modal-dialog > .flex-5, .loader.loader-centered > .flex-5 {
  -moz-flex: 1 1 5%;
  flex: 1 1 5%;
  max-height: 5%;
  max-width: 100%;
}

.flex-6,
.layout-row > .flex-6,
.loader.loader-horizontal > .flex-6 {
  -moz-flex: 1 1 6%;
  flex: 1 1 6%;
  max-width: 6%;
  max-height: 100%;
}

.layout-column > .flex-6, .modal-flex-cc .modal-content > .flex-6, .modal-flex-cc-95 .modal-content > .flex-6, .modal-flex-cc-90 .modal-content > .flex-6, .modal-flex-cc-85 .modal-content > .flex-6, .modal-flex-cc-80 .modal-content > .flex-6, .modal-flex-cc-75 .modal-content > .flex-6, .modal-flex-cc-70 .modal-content > .flex-6, .modal-flex-cc-65 .modal-content > .flex-6, .modal-flex-cc-60 .modal-content > .flex-6, .modal-flex-cc-55 .modal-content > .flex-6, .modal-flex-cc-50 .modal-content > .flex-6, .modal-flex-cc-45 .modal-content > .flex-6, .modal-flex-cc-40 .modal-content > .flex-6, .modal-flex-cc-ticket-task .modal-content > .flex-6, .modal-flex-cc-fit-width .modal-content > .flex-6, .modal-flex-cc .modal-dialog > .flex-6, .modal-flex-cc-95 .modal-dialog > .flex-6, .modal-flex-cc-90 .modal-dialog > .flex-6, .modal-flex-cc-85 .modal-dialog > .flex-6, .modal-flex-cc-80 .modal-dialog > .flex-6, .modal-flex-cc-75 .modal-dialog > .flex-6, .modal-flex-cc-70 .modal-dialog > .flex-6, .modal-flex-cc-65 .modal-dialog > .flex-6, .modal-flex-cc-60 .modal-dialog > .flex-6, .modal-flex-cc-55 .modal-dialog > .flex-6, .modal-flex-cc-50 .modal-dialog > .flex-6, .modal-flex-cc-45 .modal-dialog > .flex-6, .modal-flex-cc-40 .modal-dialog > .flex-6, .modal-flex-cc-ticket-task .modal-dialog > .flex-6, .modal-flex-cc-fit-width .modal-dialog > .flex-6, .loader.loader-centered > .flex-6 {
  -moz-flex: 1 1 6%;
  flex: 1 1 6%;
  max-height: 6%;
  max-width: 100%;
}

.flex-7,
.layout-row > .flex-7,
.loader.loader-horizontal > .flex-7 {
  -moz-flex: 1 1 7%;
  flex: 1 1 7%;
  max-width: 7%;
  max-height: 100%;
}

.layout-column > .flex-7, .modal-flex-cc .modal-content > .flex-7, .modal-flex-cc-95 .modal-content > .flex-7, .modal-flex-cc-90 .modal-content > .flex-7, .modal-flex-cc-85 .modal-content > .flex-7, .modal-flex-cc-80 .modal-content > .flex-7, .modal-flex-cc-75 .modal-content > .flex-7, .modal-flex-cc-70 .modal-content > .flex-7, .modal-flex-cc-65 .modal-content > .flex-7, .modal-flex-cc-60 .modal-content > .flex-7, .modal-flex-cc-55 .modal-content > .flex-7, .modal-flex-cc-50 .modal-content > .flex-7, .modal-flex-cc-45 .modal-content > .flex-7, .modal-flex-cc-40 .modal-content > .flex-7, .modal-flex-cc-ticket-task .modal-content > .flex-7, .modal-flex-cc-fit-width .modal-content > .flex-7, .modal-flex-cc .modal-dialog > .flex-7, .modal-flex-cc-95 .modal-dialog > .flex-7, .modal-flex-cc-90 .modal-dialog > .flex-7, .modal-flex-cc-85 .modal-dialog > .flex-7, .modal-flex-cc-80 .modal-dialog > .flex-7, .modal-flex-cc-75 .modal-dialog > .flex-7, .modal-flex-cc-70 .modal-dialog > .flex-7, .modal-flex-cc-65 .modal-dialog > .flex-7, .modal-flex-cc-60 .modal-dialog > .flex-7, .modal-flex-cc-55 .modal-dialog > .flex-7, .modal-flex-cc-50 .modal-dialog > .flex-7, .modal-flex-cc-45 .modal-dialog > .flex-7, .modal-flex-cc-40 .modal-dialog > .flex-7, .modal-flex-cc-ticket-task .modal-dialog > .flex-7, .modal-flex-cc-fit-width .modal-dialog > .flex-7, .loader.loader-centered > .flex-7 {
  -moz-flex: 1 1 7%;
  flex: 1 1 7%;
  max-height: 7%;
  max-width: 100%;
}

.flex-8,
.layout-row > .flex-8,
.loader.loader-horizontal > .flex-8 {
  -moz-flex: 1 1 8%;
  flex: 1 1 8%;
  max-width: 8%;
  max-height: 100%;
}

.layout-column > .flex-8, .modal-flex-cc .modal-content > .flex-8, .modal-flex-cc-95 .modal-content > .flex-8, .modal-flex-cc-90 .modal-content > .flex-8, .modal-flex-cc-85 .modal-content > .flex-8, .modal-flex-cc-80 .modal-content > .flex-8, .modal-flex-cc-75 .modal-content > .flex-8, .modal-flex-cc-70 .modal-content > .flex-8, .modal-flex-cc-65 .modal-content > .flex-8, .modal-flex-cc-60 .modal-content > .flex-8, .modal-flex-cc-55 .modal-content > .flex-8, .modal-flex-cc-50 .modal-content > .flex-8, .modal-flex-cc-45 .modal-content > .flex-8, .modal-flex-cc-40 .modal-content > .flex-8, .modal-flex-cc-ticket-task .modal-content > .flex-8, .modal-flex-cc-fit-width .modal-content > .flex-8, .modal-flex-cc .modal-dialog > .flex-8, .modal-flex-cc-95 .modal-dialog > .flex-8, .modal-flex-cc-90 .modal-dialog > .flex-8, .modal-flex-cc-85 .modal-dialog > .flex-8, .modal-flex-cc-80 .modal-dialog > .flex-8, .modal-flex-cc-75 .modal-dialog > .flex-8, .modal-flex-cc-70 .modal-dialog > .flex-8, .modal-flex-cc-65 .modal-dialog > .flex-8, .modal-flex-cc-60 .modal-dialog > .flex-8, .modal-flex-cc-55 .modal-dialog > .flex-8, .modal-flex-cc-50 .modal-dialog > .flex-8, .modal-flex-cc-45 .modal-dialog > .flex-8, .modal-flex-cc-40 .modal-dialog > .flex-8, .modal-flex-cc-ticket-task .modal-dialog > .flex-8, .modal-flex-cc-fit-width .modal-dialog > .flex-8, .loader.loader-centered > .flex-8 {
  -moz-flex: 1 1 8%;
  flex: 1 1 8%;
  max-height: 8%;
  max-width: 100%;
}

.flex-9,
.layout-row > .flex-9,
.loader.loader-horizontal > .flex-9 {
  -moz-flex: 1 1 9%;
  flex: 1 1 9%;
  max-width: 9%;
  max-height: 100%;
}

.layout-column > .flex-9, .modal-flex-cc .modal-content > .flex-9, .modal-flex-cc-95 .modal-content > .flex-9, .modal-flex-cc-90 .modal-content > .flex-9, .modal-flex-cc-85 .modal-content > .flex-9, .modal-flex-cc-80 .modal-content > .flex-9, .modal-flex-cc-75 .modal-content > .flex-9, .modal-flex-cc-70 .modal-content > .flex-9, .modal-flex-cc-65 .modal-content > .flex-9, .modal-flex-cc-60 .modal-content > .flex-9, .modal-flex-cc-55 .modal-content > .flex-9, .modal-flex-cc-50 .modal-content > .flex-9, .modal-flex-cc-45 .modal-content > .flex-9, .modal-flex-cc-40 .modal-content > .flex-9, .modal-flex-cc-ticket-task .modal-content > .flex-9, .modal-flex-cc-fit-width .modal-content > .flex-9, .modal-flex-cc .modal-dialog > .flex-9, .modal-flex-cc-95 .modal-dialog > .flex-9, .modal-flex-cc-90 .modal-dialog > .flex-9, .modal-flex-cc-85 .modal-dialog > .flex-9, .modal-flex-cc-80 .modal-dialog > .flex-9, .modal-flex-cc-75 .modal-dialog > .flex-9, .modal-flex-cc-70 .modal-dialog > .flex-9, .modal-flex-cc-65 .modal-dialog > .flex-9, .modal-flex-cc-60 .modal-dialog > .flex-9, .modal-flex-cc-55 .modal-dialog > .flex-9, .modal-flex-cc-50 .modal-dialog > .flex-9, .modal-flex-cc-45 .modal-dialog > .flex-9, .modal-flex-cc-40 .modal-dialog > .flex-9, .modal-flex-cc-ticket-task .modal-dialog > .flex-9, .modal-flex-cc-fit-width .modal-dialog > .flex-9, .loader.loader-centered > .flex-9 {
  -moz-flex: 1 1 9%;
  flex: 1 1 9%;
  max-height: 9%;
  max-width: 100%;
}

.flex-10,
.layout-row > .flex-10,
.loader.loader-horizontal > .flex-10 {
  -moz-flex: 1 1 10%;
  flex: 1 1 10%;
  max-width: 10%;
  max-height: 100%;
}

.layout-column > .flex-10, .modal-flex-cc .modal-content > .flex-10, .modal-flex-cc-95 .modal-content > .flex-10, .modal-flex-cc-90 .modal-content > .flex-10, .modal-flex-cc-85 .modal-content > .flex-10, .modal-flex-cc-80 .modal-content > .flex-10, .modal-flex-cc-75 .modal-content > .flex-10, .modal-flex-cc-70 .modal-content > .flex-10, .modal-flex-cc-65 .modal-content > .flex-10, .modal-flex-cc-60 .modal-content > .flex-10, .modal-flex-cc-55 .modal-content > .flex-10, .modal-flex-cc-50 .modal-content > .flex-10, .modal-flex-cc-45 .modal-content > .flex-10, .modal-flex-cc-40 .modal-content > .flex-10, .modal-flex-cc-ticket-task .modal-content > .flex-10, .modal-flex-cc-fit-width .modal-content > .flex-10, .modal-flex-cc .modal-dialog > .flex-10, .modal-flex-cc-95 .modal-dialog > .flex-10, .modal-flex-cc-90 .modal-dialog > .flex-10, .modal-flex-cc-85 .modal-dialog > .flex-10, .modal-flex-cc-80 .modal-dialog > .flex-10, .modal-flex-cc-75 .modal-dialog > .flex-10, .modal-flex-cc-70 .modal-dialog > .flex-10, .modal-flex-cc-65 .modal-dialog > .flex-10, .modal-flex-cc-60 .modal-dialog > .flex-10, .modal-flex-cc-55 .modal-dialog > .flex-10, .modal-flex-cc-50 .modal-dialog > .flex-10, .modal-flex-cc-45 .modal-dialog > .flex-10, .modal-flex-cc-40 .modal-dialog > .flex-10, .modal-flex-cc-ticket-task .modal-dialog > .flex-10, .modal-flex-cc-fit-width .modal-dialog > .flex-10, .loader.loader-centered > .flex-10 {
  -moz-flex: 1 1 10%;
  flex: 1 1 10%;
  max-height: 10%;
  max-width: 100%;
}

.flex-11,
.layout-row > .flex-11,
.loader.loader-horizontal > .flex-11 {
  -moz-flex: 1 1 11%;
  flex: 1 1 11%;
  max-width: 11%;
  max-height: 100%;
}

.layout-column > .flex-11, .modal-flex-cc .modal-content > .flex-11, .modal-flex-cc-95 .modal-content > .flex-11, .modal-flex-cc-90 .modal-content > .flex-11, .modal-flex-cc-85 .modal-content > .flex-11, .modal-flex-cc-80 .modal-content > .flex-11, .modal-flex-cc-75 .modal-content > .flex-11, .modal-flex-cc-70 .modal-content > .flex-11, .modal-flex-cc-65 .modal-content > .flex-11, .modal-flex-cc-60 .modal-content > .flex-11, .modal-flex-cc-55 .modal-content > .flex-11, .modal-flex-cc-50 .modal-content > .flex-11, .modal-flex-cc-45 .modal-content > .flex-11, .modal-flex-cc-40 .modal-content > .flex-11, .modal-flex-cc-ticket-task .modal-content > .flex-11, .modal-flex-cc-fit-width .modal-content > .flex-11, .modal-flex-cc .modal-dialog > .flex-11, .modal-flex-cc-95 .modal-dialog > .flex-11, .modal-flex-cc-90 .modal-dialog > .flex-11, .modal-flex-cc-85 .modal-dialog > .flex-11, .modal-flex-cc-80 .modal-dialog > .flex-11, .modal-flex-cc-75 .modal-dialog > .flex-11, .modal-flex-cc-70 .modal-dialog > .flex-11, .modal-flex-cc-65 .modal-dialog > .flex-11, .modal-flex-cc-60 .modal-dialog > .flex-11, .modal-flex-cc-55 .modal-dialog > .flex-11, .modal-flex-cc-50 .modal-dialog > .flex-11, .modal-flex-cc-45 .modal-dialog > .flex-11, .modal-flex-cc-40 .modal-dialog > .flex-11, .modal-flex-cc-ticket-task .modal-dialog > .flex-11, .modal-flex-cc-fit-width .modal-dialog > .flex-11, .loader.loader-centered > .flex-11 {
  -moz-flex: 1 1 11%;
  flex: 1 1 11%;
  max-height: 11%;
  max-width: 100%;
}

.flex-12,
.layout-row > .flex-12,
.loader.loader-horizontal > .flex-12 {
  -moz-flex: 1 1 12%;
  flex: 1 1 12%;
  max-width: 12%;
  max-height: 100%;
}

.layout-column > .flex-12, .modal-flex-cc .modal-content > .flex-12, .modal-flex-cc-95 .modal-content > .flex-12, .modal-flex-cc-90 .modal-content > .flex-12, .modal-flex-cc-85 .modal-content > .flex-12, .modal-flex-cc-80 .modal-content > .flex-12, .modal-flex-cc-75 .modal-content > .flex-12, .modal-flex-cc-70 .modal-content > .flex-12, .modal-flex-cc-65 .modal-content > .flex-12, .modal-flex-cc-60 .modal-content > .flex-12, .modal-flex-cc-55 .modal-content > .flex-12, .modal-flex-cc-50 .modal-content > .flex-12, .modal-flex-cc-45 .modal-content > .flex-12, .modal-flex-cc-40 .modal-content > .flex-12, .modal-flex-cc-ticket-task .modal-content > .flex-12, .modal-flex-cc-fit-width .modal-content > .flex-12, .modal-flex-cc .modal-dialog > .flex-12, .modal-flex-cc-95 .modal-dialog > .flex-12, .modal-flex-cc-90 .modal-dialog > .flex-12, .modal-flex-cc-85 .modal-dialog > .flex-12, .modal-flex-cc-80 .modal-dialog > .flex-12, .modal-flex-cc-75 .modal-dialog > .flex-12, .modal-flex-cc-70 .modal-dialog > .flex-12, .modal-flex-cc-65 .modal-dialog > .flex-12, .modal-flex-cc-60 .modal-dialog > .flex-12, .modal-flex-cc-55 .modal-dialog > .flex-12, .modal-flex-cc-50 .modal-dialog > .flex-12, .modal-flex-cc-45 .modal-dialog > .flex-12, .modal-flex-cc-40 .modal-dialog > .flex-12, .modal-flex-cc-ticket-task .modal-dialog > .flex-12, .modal-flex-cc-fit-width .modal-dialog > .flex-12, .loader.loader-centered > .flex-12 {
  -moz-flex: 1 1 12%;
  flex: 1 1 12%;
  max-height: 12%;
  max-width: 100%;
}

.flex-13,
.layout-row > .flex-13,
.loader.loader-horizontal > .flex-13 {
  -moz-flex: 1 1 13%;
  flex: 1 1 13%;
  max-width: 13%;
  max-height: 100%;
}

.layout-column > .flex-13, .modal-flex-cc .modal-content > .flex-13, .modal-flex-cc-95 .modal-content > .flex-13, .modal-flex-cc-90 .modal-content > .flex-13, .modal-flex-cc-85 .modal-content > .flex-13, .modal-flex-cc-80 .modal-content > .flex-13, .modal-flex-cc-75 .modal-content > .flex-13, .modal-flex-cc-70 .modal-content > .flex-13, .modal-flex-cc-65 .modal-content > .flex-13, .modal-flex-cc-60 .modal-content > .flex-13, .modal-flex-cc-55 .modal-content > .flex-13, .modal-flex-cc-50 .modal-content > .flex-13, .modal-flex-cc-45 .modal-content > .flex-13, .modal-flex-cc-40 .modal-content > .flex-13, .modal-flex-cc-ticket-task .modal-content > .flex-13, .modal-flex-cc-fit-width .modal-content > .flex-13, .modal-flex-cc .modal-dialog > .flex-13, .modal-flex-cc-95 .modal-dialog > .flex-13, .modal-flex-cc-90 .modal-dialog > .flex-13, .modal-flex-cc-85 .modal-dialog > .flex-13, .modal-flex-cc-80 .modal-dialog > .flex-13, .modal-flex-cc-75 .modal-dialog > .flex-13, .modal-flex-cc-70 .modal-dialog > .flex-13, .modal-flex-cc-65 .modal-dialog > .flex-13, .modal-flex-cc-60 .modal-dialog > .flex-13, .modal-flex-cc-55 .modal-dialog > .flex-13, .modal-flex-cc-50 .modal-dialog > .flex-13, .modal-flex-cc-45 .modal-dialog > .flex-13, .modal-flex-cc-40 .modal-dialog > .flex-13, .modal-flex-cc-ticket-task .modal-dialog > .flex-13, .modal-flex-cc-fit-width .modal-dialog > .flex-13, .loader.loader-centered > .flex-13 {
  -moz-flex: 1 1 13%;
  flex: 1 1 13%;
  max-height: 13%;
  max-width: 100%;
}

.flex-14,
.layout-row > .flex-14,
.loader.loader-horizontal > .flex-14 {
  -moz-flex: 1 1 14%;
  flex: 1 1 14%;
  max-width: 14%;
  max-height: 100%;
}

.layout-column > .flex-14, .modal-flex-cc .modal-content > .flex-14, .modal-flex-cc-95 .modal-content > .flex-14, .modal-flex-cc-90 .modal-content > .flex-14, .modal-flex-cc-85 .modal-content > .flex-14, .modal-flex-cc-80 .modal-content > .flex-14, .modal-flex-cc-75 .modal-content > .flex-14, .modal-flex-cc-70 .modal-content > .flex-14, .modal-flex-cc-65 .modal-content > .flex-14, .modal-flex-cc-60 .modal-content > .flex-14, .modal-flex-cc-55 .modal-content > .flex-14, .modal-flex-cc-50 .modal-content > .flex-14, .modal-flex-cc-45 .modal-content > .flex-14, .modal-flex-cc-40 .modal-content > .flex-14, .modal-flex-cc-ticket-task .modal-content > .flex-14, .modal-flex-cc-fit-width .modal-content > .flex-14, .modal-flex-cc .modal-dialog > .flex-14, .modal-flex-cc-95 .modal-dialog > .flex-14, .modal-flex-cc-90 .modal-dialog > .flex-14, .modal-flex-cc-85 .modal-dialog > .flex-14, .modal-flex-cc-80 .modal-dialog > .flex-14, .modal-flex-cc-75 .modal-dialog > .flex-14, .modal-flex-cc-70 .modal-dialog > .flex-14, .modal-flex-cc-65 .modal-dialog > .flex-14, .modal-flex-cc-60 .modal-dialog > .flex-14, .modal-flex-cc-55 .modal-dialog > .flex-14, .modal-flex-cc-50 .modal-dialog > .flex-14, .modal-flex-cc-45 .modal-dialog > .flex-14, .modal-flex-cc-40 .modal-dialog > .flex-14, .modal-flex-cc-ticket-task .modal-dialog > .flex-14, .modal-flex-cc-fit-width .modal-dialog > .flex-14, .loader.loader-centered > .flex-14 {
  -moz-flex: 1 1 14%;
  flex: 1 1 14%;
  max-height: 14%;
  max-width: 100%;
}

.flex-15,
.layout-row > .flex-15,
.loader.loader-horizontal > .flex-15 {
  -moz-flex: 1 1 15%;
  flex: 1 1 15%;
  max-width: 15%;
  max-height: 100%;
}

.layout-column > .flex-15, .modal-flex-cc .modal-content > .flex-15, .modal-flex-cc-95 .modal-content > .flex-15, .modal-flex-cc-90 .modal-content > .flex-15, .modal-flex-cc-85 .modal-content > .flex-15, .modal-flex-cc-80 .modal-content > .flex-15, .modal-flex-cc-75 .modal-content > .flex-15, .modal-flex-cc-70 .modal-content > .flex-15, .modal-flex-cc-65 .modal-content > .flex-15, .modal-flex-cc-60 .modal-content > .flex-15, .modal-flex-cc-55 .modal-content > .flex-15, .modal-flex-cc-50 .modal-content > .flex-15, .modal-flex-cc-45 .modal-content > .flex-15, .modal-flex-cc-40 .modal-content > .flex-15, .modal-flex-cc-ticket-task .modal-content > .flex-15, .modal-flex-cc-fit-width .modal-content > .flex-15, .modal-flex-cc .modal-dialog > .flex-15, .modal-flex-cc-95 .modal-dialog > .flex-15, .modal-flex-cc-90 .modal-dialog > .flex-15, .modal-flex-cc-85 .modal-dialog > .flex-15, .modal-flex-cc-80 .modal-dialog > .flex-15, .modal-flex-cc-75 .modal-dialog > .flex-15, .modal-flex-cc-70 .modal-dialog > .flex-15, .modal-flex-cc-65 .modal-dialog > .flex-15, .modal-flex-cc-60 .modal-dialog > .flex-15, .modal-flex-cc-55 .modal-dialog > .flex-15, .modal-flex-cc-50 .modal-dialog > .flex-15, .modal-flex-cc-45 .modal-dialog > .flex-15, .modal-flex-cc-40 .modal-dialog > .flex-15, .modal-flex-cc-ticket-task .modal-dialog > .flex-15, .modal-flex-cc-fit-width .modal-dialog > .flex-15, .loader.loader-centered > .flex-15 {
  -moz-flex: 1 1 15%;
  flex: 1 1 15%;
  max-height: 15%;
  max-width: 100%;
}

.flex-16,
.layout-row > .flex-16,
.loader.loader-horizontal > .flex-16 {
  -moz-flex: 1 1 16%;
  flex: 1 1 16%;
  max-width: 16%;
  max-height: 100%;
}

.layout-column > .flex-16, .modal-flex-cc .modal-content > .flex-16, .modal-flex-cc-95 .modal-content > .flex-16, .modal-flex-cc-90 .modal-content > .flex-16, .modal-flex-cc-85 .modal-content > .flex-16, .modal-flex-cc-80 .modal-content > .flex-16, .modal-flex-cc-75 .modal-content > .flex-16, .modal-flex-cc-70 .modal-content > .flex-16, .modal-flex-cc-65 .modal-content > .flex-16, .modal-flex-cc-60 .modal-content > .flex-16, .modal-flex-cc-55 .modal-content > .flex-16, .modal-flex-cc-50 .modal-content > .flex-16, .modal-flex-cc-45 .modal-content > .flex-16, .modal-flex-cc-40 .modal-content > .flex-16, .modal-flex-cc-ticket-task .modal-content > .flex-16, .modal-flex-cc-fit-width .modal-content > .flex-16, .modal-flex-cc .modal-dialog > .flex-16, .modal-flex-cc-95 .modal-dialog > .flex-16, .modal-flex-cc-90 .modal-dialog > .flex-16, .modal-flex-cc-85 .modal-dialog > .flex-16, .modal-flex-cc-80 .modal-dialog > .flex-16, .modal-flex-cc-75 .modal-dialog > .flex-16, .modal-flex-cc-70 .modal-dialog > .flex-16, .modal-flex-cc-65 .modal-dialog > .flex-16, .modal-flex-cc-60 .modal-dialog > .flex-16, .modal-flex-cc-55 .modal-dialog > .flex-16, .modal-flex-cc-50 .modal-dialog > .flex-16, .modal-flex-cc-45 .modal-dialog > .flex-16, .modal-flex-cc-40 .modal-dialog > .flex-16, .modal-flex-cc-ticket-task .modal-dialog > .flex-16, .modal-flex-cc-fit-width .modal-dialog > .flex-16, .loader.loader-centered > .flex-16 {
  -moz-flex: 1 1 16%;
  flex: 1 1 16%;
  max-height: 16%;
  max-width: 100%;
}

.flex-17,
.layout-row > .flex-17,
.loader.loader-horizontal > .flex-17 {
  -moz-flex: 1 1 17%;
  flex: 1 1 17%;
  max-width: 17%;
  max-height: 100%;
}

.layout-column > .flex-17, .modal-flex-cc .modal-content > .flex-17, .modal-flex-cc-95 .modal-content > .flex-17, .modal-flex-cc-90 .modal-content > .flex-17, .modal-flex-cc-85 .modal-content > .flex-17, .modal-flex-cc-80 .modal-content > .flex-17, .modal-flex-cc-75 .modal-content > .flex-17, .modal-flex-cc-70 .modal-content > .flex-17, .modal-flex-cc-65 .modal-content > .flex-17, .modal-flex-cc-60 .modal-content > .flex-17, .modal-flex-cc-55 .modal-content > .flex-17, .modal-flex-cc-50 .modal-content > .flex-17, .modal-flex-cc-45 .modal-content > .flex-17, .modal-flex-cc-40 .modal-content > .flex-17, .modal-flex-cc-ticket-task .modal-content > .flex-17, .modal-flex-cc-fit-width .modal-content > .flex-17, .modal-flex-cc .modal-dialog > .flex-17, .modal-flex-cc-95 .modal-dialog > .flex-17, .modal-flex-cc-90 .modal-dialog > .flex-17, .modal-flex-cc-85 .modal-dialog > .flex-17, .modal-flex-cc-80 .modal-dialog > .flex-17, .modal-flex-cc-75 .modal-dialog > .flex-17, .modal-flex-cc-70 .modal-dialog > .flex-17, .modal-flex-cc-65 .modal-dialog > .flex-17, .modal-flex-cc-60 .modal-dialog > .flex-17, .modal-flex-cc-55 .modal-dialog > .flex-17, .modal-flex-cc-50 .modal-dialog > .flex-17, .modal-flex-cc-45 .modal-dialog > .flex-17, .modal-flex-cc-40 .modal-dialog > .flex-17, .modal-flex-cc-ticket-task .modal-dialog > .flex-17, .modal-flex-cc-fit-width .modal-dialog > .flex-17, .loader.loader-centered > .flex-17 {
  -moz-flex: 1 1 17%;
  flex: 1 1 17%;
  max-height: 17%;
  max-width: 100%;
}

.flex-18,
.layout-row > .flex-18,
.loader.loader-horizontal > .flex-18 {
  -moz-flex: 1 1 18%;
  flex: 1 1 18%;
  max-width: 18%;
  max-height: 100%;
}

.layout-column > .flex-18, .modal-flex-cc .modal-content > .flex-18, .modal-flex-cc-95 .modal-content > .flex-18, .modal-flex-cc-90 .modal-content > .flex-18, .modal-flex-cc-85 .modal-content > .flex-18, .modal-flex-cc-80 .modal-content > .flex-18, .modal-flex-cc-75 .modal-content > .flex-18, .modal-flex-cc-70 .modal-content > .flex-18, .modal-flex-cc-65 .modal-content > .flex-18, .modal-flex-cc-60 .modal-content > .flex-18, .modal-flex-cc-55 .modal-content > .flex-18, .modal-flex-cc-50 .modal-content > .flex-18, .modal-flex-cc-45 .modal-content > .flex-18, .modal-flex-cc-40 .modal-content > .flex-18, .modal-flex-cc-ticket-task .modal-content > .flex-18, .modal-flex-cc-fit-width .modal-content > .flex-18, .modal-flex-cc .modal-dialog > .flex-18, .modal-flex-cc-95 .modal-dialog > .flex-18, .modal-flex-cc-90 .modal-dialog > .flex-18, .modal-flex-cc-85 .modal-dialog > .flex-18, .modal-flex-cc-80 .modal-dialog > .flex-18, .modal-flex-cc-75 .modal-dialog > .flex-18, .modal-flex-cc-70 .modal-dialog > .flex-18, .modal-flex-cc-65 .modal-dialog > .flex-18, .modal-flex-cc-60 .modal-dialog > .flex-18, .modal-flex-cc-55 .modal-dialog > .flex-18, .modal-flex-cc-50 .modal-dialog > .flex-18, .modal-flex-cc-45 .modal-dialog > .flex-18, .modal-flex-cc-40 .modal-dialog > .flex-18, .modal-flex-cc-ticket-task .modal-dialog > .flex-18, .modal-flex-cc-fit-width .modal-dialog > .flex-18, .loader.loader-centered > .flex-18 {
  -moz-flex: 1 1 18%;
  flex: 1 1 18%;
  max-height: 18%;
  max-width: 100%;
}

.flex-19,
.layout-row > .flex-19,
.loader.loader-horizontal > .flex-19 {
  -moz-flex: 1 1 19%;
  flex: 1 1 19%;
  max-width: 19%;
  max-height: 100%;
}

.layout-column > .flex-19, .modal-flex-cc .modal-content > .flex-19, .modal-flex-cc-95 .modal-content > .flex-19, .modal-flex-cc-90 .modal-content > .flex-19, .modal-flex-cc-85 .modal-content > .flex-19, .modal-flex-cc-80 .modal-content > .flex-19, .modal-flex-cc-75 .modal-content > .flex-19, .modal-flex-cc-70 .modal-content > .flex-19, .modal-flex-cc-65 .modal-content > .flex-19, .modal-flex-cc-60 .modal-content > .flex-19, .modal-flex-cc-55 .modal-content > .flex-19, .modal-flex-cc-50 .modal-content > .flex-19, .modal-flex-cc-45 .modal-content > .flex-19, .modal-flex-cc-40 .modal-content > .flex-19, .modal-flex-cc-ticket-task .modal-content > .flex-19, .modal-flex-cc-fit-width .modal-content > .flex-19, .modal-flex-cc .modal-dialog > .flex-19, .modal-flex-cc-95 .modal-dialog > .flex-19, .modal-flex-cc-90 .modal-dialog > .flex-19, .modal-flex-cc-85 .modal-dialog > .flex-19, .modal-flex-cc-80 .modal-dialog > .flex-19, .modal-flex-cc-75 .modal-dialog > .flex-19, .modal-flex-cc-70 .modal-dialog > .flex-19, .modal-flex-cc-65 .modal-dialog > .flex-19, .modal-flex-cc-60 .modal-dialog > .flex-19, .modal-flex-cc-55 .modal-dialog > .flex-19, .modal-flex-cc-50 .modal-dialog > .flex-19, .modal-flex-cc-45 .modal-dialog > .flex-19, .modal-flex-cc-40 .modal-dialog > .flex-19, .modal-flex-cc-ticket-task .modal-dialog > .flex-19, .modal-flex-cc-fit-width .modal-dialog > .flex-19, .loader.loader-centered > .flex-19 {
  -moz-flex: 1 1 19%;
  flex: 1 1 19%;
  max-height: 19%;
  max-width: 100%;
}

.flex-20,
.layout-row > .flex-20,
.loader.loader-horizontal > .flex-20 {
  -moz-flex: 1 1 20%;
  flex: 1 1 20%;
  max-width: 20%;
  max-height: 100%;
}

.layout-column > .flex-20, .modal-flex-cc .modal-content > .flex-20, .modal-flex-cc-95 .modal-content > .flex-20, .modal-flex-cc-90 .modal-content > .flex-20, .modal-flex-cc-85 .modal-content > .flex-20, .modal-flex-cc-80 .modal-content > .flex-20, .modal-flex-cc-75 .modal-content > .flex-20, .modal-flex-cc-70 .modal-content > .flex-20, .modal-flex-cc-65 .modal-content > .flex-20, .modal-flex-cc-60 .modal-content > .flex-20, .modal-flex-cc-55 .modal-content > .flex-20, .modal-flex-cc-50 .modal-content > .flex-20, .modal-flex-cc-45 .modal-content > .flex-20, .modal-flex-cc-40 .modal-content > .flex-20, .modal-flex-cc-ticket-task .modal-content > .flex-20, .modal-flex-cc-fit-width .modal-content > .flex-20, .modal-flex-cc .modal-dialog > .flex-20, .modal-flex-cc-95 .modal-dialog > .flex-20, .modal-flex-cc-90 .modal-dialog > .flex-20, .modal-flex-cc-85 .modal-dialog > .flex-20, .modal-flex-cc-80 .modal-dialog > .flex-20, .modal-flex-cc-75 .modal-dialog > .flex-20, .modal-flex-cc-70 .modal-dialog > .flex-20, .modal-flex-cc-65 .modal-dialog > .flex-20, .modal-flex-cc-60 .modal-dialog > .flex-20, .modal-flex-cc-55 .modal-dialog > .flex-20, .modal-flex-cc-50 .modal-dialog > .flex-20, .modal-flex-cc-45 .modal-dialog > .flex-20, .modal-flex-cc-40 .modal-dialog > .flex-20, .modal-flex-cc-ticket-task .modal-dialog > .flex-20, .modal-flex-cc-fit-width .modal-dialog > .flex-20, .loader.loader-centered > .flex-20 {
  -moz-flex: 1 1 20%;
  flex: 1 1 20%;
  max-height: 20%;
  max-width: 100%;
}

.flex-21,
.layout-row > .flex-21,
.loader.loader-horizontal > .flex-21 {
  -moz-flex: 1 1 21%;
  flex: 1 1 21%;
  max-width: 21%;
  max-height: 100%;
}

.layout-column > .flex-21, .modal-flex-cc .modal-content > .flex-21, .modal-flex-cc-95 .modal-content > .flex-21, .modal-flex-cc-90 .modal-content > .flex-21, .modal-flex-cc-85 .modal-content > .flex-21, .modal-flex-cc-80 .modal-content > .flex-21, .modal-flex-cc-75 .modal-content > .flex-21, .modal-flex-cc-70 .modal-content > .flex-21, .modal-flex-cc-65 .modal-content > .flex-21, .modal-flex-cc-60 .modal-content > .flex-21, .modal-flex-cc-55 .modal-content > .flex-21, .modal-flex-cc-50 .modal-content > .flex-21, .modal-flex-cc-45 .modal-content > .flex-21, .modal-flex-cc-40 .modal-content > .flex-21, .modal-flex-cc-ticket-task .modal-content > .flex-21, .modal-flex-cc-fit-width .modal-content > .flex-21, .modal-flex-cc .modal-dialog > .flex-21, .modal-flex-cc-95 .modal-dialog > .flex-21, .modal-flex-cc-90 .modal-dialog > .flex-21, .modal-flex-cc-85 .modal-dialog > .flex-21, .modal-flex-cc-80 .modal-dialog > .flex-21, .modal-flex-cc-75 .modal-dialog > .flex-21, .modal-flex-cc-70 .modal-dialog > .flex-21, .modal-flex-cc-65 .modal-dialog > .flex-21, .modal-flex-cc-60 .modal-dialog > .flex-21, .modal-flex-cc-55 .modal-dialog > .flex-21, .modal-flex-cc-50 .modal-dialog > .flex-21, .modal-flex-cc-45 .modal-dialog > .flex-21, .modal-flex-cc-40 .modal-dialog > .flex-21, .modal-flex-cc-ticket-task .modal-dialog > .flex-21, .modal-flex-cc-fit-width .modal-dialog > .flex-21, .loader.loader-centered > .flex-21 {
  -moz-flex: 1 1 21%;
  flex: 1 1 21%;
  max-height: 21%;
  max-width: 100%;
}

.flex-22,
.layout-row > .flex-22,
.loader.loader-horizontal > .flex-22 {
  -moz-flex: 1 1 22%;
  flex: 1 1 22%;
  max-width: 22%;
  max-height: 100%;
}

.layout-column > .flex-22, .modal-flex-cc .modal-content > .flex-22, .modal-flex-cc-95 .modal-content > .flex-22, .modal-flex-cc-90 .modal-content > .flex-22, .modal-flex-cc-85 .modal-content > .flex-22, .modal-flex-cc-80 .modal-content > .flex-22, .modal-flex-cc-75 .modal-content > .flex-22, .modal-flex-cc-70 .modal-content > .flex-22, .modal-flex-cc-65 .modal-content > .flex-22, .modal-flex-cc-60 .modal-content > .flex-22, .modal-flex-cc-55 .modal-content > .flex-22, .modal-flex-cc-50 .modal-content > .flex-22, .modal-flex-cc-45 .modal-content > .flex-22, .modal-flex-cc-40 .modal-content > .flex-22, .modal-flex-cc-ticket-task .modal-content > .flex-22, .modal-flex-cc-fit-width .modal-content > .flex-22, .modal-flex-cc .modal-dialog > .flex-22, .modal-flex-cc-95 .modal-dialog > .flex-22, .modal-flex-cc-90 .modal-dialog > .flex-22, .modal-flex-cc-85 .modal-dialog > .flex-22, .modal-flex-cc-80 .modal-dialog > .flex-22, .modal-flex-cc-75 .modal-dialog > .flex-22, .modal-flex-cc-70 .modal-dialog > .flex-22, .modal-flex-cc-65 .modal-dialog > .flex-22, .modal-flex-cc-60 .modal-dialog > .flex-22, .modal-flex-cc-55 .modal-dialog > .flex-22, .modal-flex-cc-50 .modal-dialog > .flex-22, .modal-flex-cc-45 .modal-dialog > .flex-22, .modal-flex-cc-40 .modal-dialog > .flex-22, .modal-flex-cc-ticket-task .modal-dialog > .flex-22, .modal-flex-cc-fit-width .modal-dialog > .flex-22, .loader.loader-centered > .flex-22 {
  -moz-flex: 1 1 22%;
  flex: 1 1 22%;
  max-height: 22%;
  max-width: 100%;
}

.flex-23,
.layout-row > .flex-23,
.loader.loader-horizontal > .flex-23 {
  -moz-flex: 1 1 23%;
  flex: 1 1 23%;
  max-width: 23%;
  max-height: 100%;
}

.layout-column > .flex-23, .modal-flex-cc .modal-content > .flex-23, .modal-flex-cc-95 .modal-content > .flex-23, .modal-flex-cc-90 .modal-content > .flex-23, .modal-flex-cc-85 .modal-content > .flex-23, .modal-flex-cc-80 .modal-content > .flex-23, .modal-flex-cc-75 .modal-content > .flex-23, .modal-flex-cc-70 .modal-content > .flex-23, .modal-flex-cc-65 .modal-content > .flex-23, .modal-flex-cc-60 .modal-content > .flex-23, .modal-flex-cc-55 .modal-content > .flex-23, .modal-flex-cc-50 .modal-content > .flex-23, .modal-flex-cc-45 .modal-content > .flex-23, .modal-flex-cc-40 .modal-content > .flex-23, .modal-flex-cc-ticket-task .modal-content > .flex-23, .modal-flex-cc-fit-width .modal-content > .flex-23, .modal-flex-cc .modal-dialog > .flex-23, .modal-flex-cc-95 .modal-dialog > .flex-23, .modal-flex-cc-90 .modal-dialog > .flex-23, .modal-flex-cc-85 .modal-dialog > .flex-23, .modal-flex-cc-80 .modal-dialog > .flex-23, .modal-flex-cc-75 .modal-dialog > .flex-23, .modal-flex-cc-70 .modal-dialog > .flex-23, .modal-flex-cc-65 .modal-dialog > .flex-23, .modal-flex-cc-60 .modal-dialog > .flex-23, .modal-flex-cc-55 .modal-dialog > .flex-23, .modal-flex-cc-50 .modal-dialog > .flex-23, .modal-flex-cc-45 .modal-dialog > .flex-23, .modal-flex-cc-40 .modal-dialog > .flex-23, .modal-flex-cc-ticket-task .modal-dialog > .flex-23, .modal-flex-cc-fit-width .modal-dialog > .flex-23, .loader.loader-centered > .flex-23 {
  -moz-flex: 1 1 23%;
  flex: 1 1 23%;
  max-height: 23%;
  max-width: 100%;
}

.flex-24,
.layout-row > .flex-24,
.loader.loader-horizontal > .flex-24 {
  -moz-flex: 1 1 24%;
  flex: 1 1 24%;
  max-width: 24%;
  max-height: 100%;
}

.layout-column > .flex-24, .modal-flex-cc .modal-content > .flex-24, .modal-flex-cc-95 .modal-content > .flex-24, .modal-flex-cc-90 .modal-content > .flex-24, .modal-flex-cc-85 .modal-content > .flex-24, .modal-flex-cc-80 .modal-content > .flex-24, .modal-flex-cc-75 .modal-content > .flex-24, .modal-flex-cc-70 .modal-content > .flex-24, .modal-flex-cc-65 .modal-content > .flex-24, .modal-flex-cc-60 .modal-content > .flex-24, .modal-flex-cc-55 .modal-content > .flex-24, .modal-flex-cc-50 .modal-content > .flex-24, .modal-flex-cc-45 .modal-content > .flex-24, .modal-flex-cc-40 .modal-content > .flex-24, .modal-flex-cc-ticket-task .modal-content > .flex-24, .modal-flex-cc-fit-width .modal-content > .flex-24, .modal-flex-cc .modal-dialog > .flex-24, .modal-flex-cc-95 .modal-dialog > .flex-24, .modal-flex-cc-90 .modal-dialog > .flex-24, .modal-flex-cc-85 .modal-dialog > .flex-24, .modal-flex-cc-80 .modal-dialog > .flex-24, .modal-flex-cc-75 .modal-dialog > .flex-24, .modal-flex-cc-70 .modal-dialog > .flex-24, .modal-flex-cc-65 .modal-dialog > .flex-24, .modal-flex-cc-60 .modal-dialog > .flex-24, .modal-flex-cc-55 .modal-dialog > .flex-24, .modal-flex-cc-50 .modal-dialog > .flex-24, .modal-flex-cc-45 .modal-dialog > .flex-24, .modal-flex-cc-40 .modal-dialog > .flex-24, .modal-flex-cc-ticket-task .modal-dialog > .flex-24, .modal-flex-cc-fit-width .modal-dialog > .flex-24, .loader.loader-centered > .flex-24 {
  -moz-flex: 1 1 24%;
  flex: 1 1 24%;
  max-height: 24%;
  max-width: 100%;
}

.flex-25,
.layout-row > .flex-25,
.loader.loader-horizontal > .flex-25 {
  -moz-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: 25%;
  max-height: 100%;
}

.layout-column > .flex-25, .modal-flex-cc .modal-content > .flex-25, .modal-flex-cc-95 .modal-content > .flex-25, .modal-flex-cc-90 .modal-content > .flex-25, .modal-flex-cc-85 .modal-content > .flex-25, .modal-flex-cc-80 .modal-content > .flex-25, .modal-flex-cc-75 .modal-content > .flex-25, .modal-flex-cc-70 .modal-content > .flex-25, .modal-flex-cc-65 .modal-content > .flex-25, .modal-flex-cc-60 .modal-content > .flex-25, .modal-flex-cc-55 .modal-content > .flex-25, .modal-flex-cc-50 .modal-content > .flex-25, .modal-flex-cc-45 .modal-content > .flex-25, .modal-flex-cc-40 .modal-content > .flex-25, .modal-flex-cc-ticket-task .modal-content > .flex-25, .modal-flex-cc-fit-width .modal-content > .flex-25, .modal-flex-cc .modal-dialog > .flex-25, .modal-flex-cc-95 .modal-dialog > .flex-25, .modal-flex-cc-90 .modal-dialog > .flex-25, .modal-flex-cc-85 .modal-dialog > .flex-25, .modal-flex-cc-80 .modal-dialog > .flex-25, .modal-flex-cc-75 .modal-dialog > .flex-25, .modal-flex-cc-70 .modal-dialog > .flex-25, .modal-flex-cc-65 .modal-dialog > .flex-25, .modal-flex-cc-60 .modal-dialog > .flex-25, .modal-flex-cc-55 .modal-dialog > .flex-25, .modal-flex-cc-50 .modal-dialog > .flex-25, .modal-flex-cc-45 .modal-dialog > .flex-25, .modal-flex-cc-40 .modal-dialog > .flex-25, .modal-flex-cc-ticket-task .modal-dialog > .flex-25, .modal-flex-cc-fit-width .modal-dialog > .flex-25, .loader.loader-centered > .flex-25 {
  -moz-flex: 1 1 25%;
  flex: 1 1 25%;
  max-height: 25%;
  max-width: 100%;
}

.flex-26,
.layout-row > .flex-26,
.loader.loader-horizontal > .flex-26 {
  -moz-flex: 1 1 26%;
  flex: 1 1 26%;
  max-width: 26%;
  max-height: 100%;
}

.layout-column > .flex-26, .modal-flex-cc .modal-content > .flex-26, .modal-flex-cc-95 .modal-content > .flex-26, .modal-flex-cc-90 .modal-content > .flex-26, .modal-flex-cc-85 .modal-content > .flex-26, .modal-flex-cc-80 .modal-content > .flex-26, .modal-flex-cc-75 .modal-content > .flex-26, .modal-flex-cc-70 .modal-content > .flex-26, .modal-flex-cc-65 .modal-content > .flex-26, .modal-flex-cc-60 .modal-content > .flex-26, .modal-flex-cc-55 .modal-content > .flex-26, .modal-flex-cc-50 .modal-content > .flex-26, .modal-flex-cc-45 .modal-content > .flex-26, .modal-flex-cc-40 .modal-content > .flex-26, .modal-flex-cc-ticket-task .modal-content > .flex-26, .modal-flex-cc-fit-width .modal-content > .flex-26, .modal-flex-cc .modal-dialog > .flex-26, .modal-flex-cc-95 .modal-dialog > .flex-26, .modal-flex-cc-90 .modal-dialog > .flex-26, .modal-flex-cc-85 .modal-dialog > .flex-26, .modal-flex-cc-80 .modal-dialog > .flex-26, .modal-flex-cc-75 .modal-dialog > .flex-26, .modal-flex-cc-70 .modal-dialog > .flex-26, .modal-flex-cc-65 .modal-dialog > .flex-26, .modal-flex-cc-60 .modal-dialog > .flex-26, .modal-flex-cc-55 .modal-dialog > .flex-26, .modal-flex-cc-50 .modal-dialog > .flex-26, .modal-flex-cc-45 .modal-dialog > .flex-26, .modal-flex-cc-40 .modal-dialog > .flex-26, .modal-flex-cc-ticket-task .modal-dialog > .flex-26, .modal-flex-cc-fit-width .modal-dialog > .flex-26, .loader.loader-centered > .flex-26 {
  -moz-flex: 1 1 26%;
  flex: 1 1 26%;
  max-height: 26%;
  max-width: 100%;
}

.flex-27,
.layout-row > .flex-27,
.loader.loader-horizontal > .flex-27 {
  -moz-flex: 1 1 27%;
  flex: 1 1 27%;
  max-width: 27%;
  max-height: 100%;
}

.layout-column > .flex-27, .modal-flex-cc .modal-content > .flex-27, .modal-flex-cc-95 .modal-content > .flex-27, .modal-flex-cc-90 .modal-content > .flex-27, .modal-flex-cc-85 .modal-content > .flex-27, .modal-flex-cc-80 .modal-content > .flex-27, .modal-flex-cc-75 .modal-content > .flex-27, .modal-flex-cc-70 .modal-content > .flex-27, .modal-flex-cc-65 .modal-content > .flex-27, .modal-flex-cc-60 .modal-content > .flex-27, .modal-flex-cc-55 .modal-content > .flex-27, .modal-flex-cc-50 .modal-content > .flex-27, .modal-flex-cc-45 .modal-content > .flex-27, .modal-flex-cc-40 .modal-content > .flex-27, .modal-flex-cc-ticket-task .modal-content > .flex-27, .modal-flex-cc-fit-width .modal-content > .flex-27, .modal-flex-cc .modal-dialog > .flex-27, .modal-flex-cc-95 .modal-dialog > .flex-27, .modal-flex-cc-90 .modal-dialog > .flex-27, .modal-flex-cc-85 .modal-dialog > .flex-27, .modal-flex-cc-80 .modal-dialog > .flex-27, .modal-flex-cc-75 .modal-dialog > .flex-27, .modal-flex-cc-70 .modal-dialog > .flex-27, .modal-flex-cc-65 .modal-dialog > .flex-27, .modal-flex-cc-60 .modal-dialog > .flex-27, .modal-flex-cc-55 .modal-dialog > .flex-27, .modal-flex-cc-50 .modal-dialog > .flex-27, .modal-flex-cc-45 .modal-dialog > .flex-27, .modal-flex-cc-40 .modal-dialog > .flex-27, .modal-flex-cc-ticket-task .modal-dialog > .flex-27, .modal-flex-cc-fit-width .modal-dialog > .flex-27, .loader.loader-centered > .flex-27 {
  -moz-flex: 1 1 27%;
  flex: 1 1 27%;
  max-height: 27%;
  max-width: 100%;
}

.flex-28,
.layout-row > .flex-28,
.loader.loader-horizontal > .flex-28 {
  -moz-flex: 1 1 28%;
  flex: 1 1 28%;
  max-width: 28%;
  max-height: 100%;
}

.layout-column > .flex-28, .modal-flex-cc .modal-content > .flex-28, .modal-flex-cc-95 .modal-content > .flex-28, .modal-flex-cc-90 .modal-content > .flex-28, .modal-flex-cc-85 .modal-content > .flex-28, .modal-flex-cc-80 .modal-content > .flex-28, .modal-flex-cc-75 .modal-content > .flex-28, .modal-flex-cc-70 .modal-content > .flex-28, .modal-flex-cc-65 .modal-content > .flex-28, .modal-flex-cc-60 .modal-content > .flex-28, .modal-flex-cc-55 .modal-content > .flex-28, .modal-flex-cc-50 .modal-content > .flex-28, .modal-flex-cc-45 .modal-content > .flex-28, .modal-flex-cc-40 .modal-content > .flex-28, .modal-flex-cc-ticket-task .modal-content > .flex-28, .modal-flex-cc-fit-width .modal-content > .flex-28, .modal-flex-cc .modal-dialog > .flex-28, .modal-flex-cc-95 .modal-dialog > .flex-28, .modal-flex-cc-90 .modal-dialog > .flex-28, .modal-flex-cc-85 .modal-dialog > .flex-28, .modal-flex-cc-80 .modal-dialog > .flex-28, .modal-flex-cc-75 .modal-dialog > .flex-28, .modal-flex-cc-70 .modal-dialog > .flex-28, .modal-flex-cc-65 .modal-dialog > .flex-28, .modal-flex-cc-60 .modal-dialog > .flex-28, .modal-flex-cc-55 .modal-dialog > .flex-28, .modal-flex-cc-50 .modal-dialog > .flex-28, .modal-flex-cc-45 .modal-dialog > .flex-28, .modal-flex-cc-40 .modal-dialog > .flex-28, .modal-flex-cc-ticket-task .modal-dialog > .flex-28, .modal-flex-cc-fit-width .modal-dialog > .flex-28, .loader.loader-centered > .flex-28 {
  -moz-flex: 1 1 28%;
  flex: 1 1 28%;
  max-height: 28%;
  max-width: 100%;
}

.flex-29,
.layout-row > .flex-29,
.loader.loader-horizontal > .flex-29 {
  -moz-flex: 1 1 29%;
  flex: 1 1 29%;
  max-width: 29%;
  max-height: 100%;
}

.layout-column > .flex-29, .modal-flex-cc .modal-content > .flex-29, .modal-flex-cc-95 .modal-content > .flex-29, .modal-flex-cc-90 .modal-content > .flex-29, .modal-flex-cc-85 .modal-content > .flex-29, .modal-flex-cc-80 .modal-content > .flex-29, .modal-flex-cc-75 .modal-content > .flex-29, .modal-flex-cc-70 .modal-content > .flex-29, .modal-flex-cc-65 .modal-content > .flex-29, .modal-flex-cc-60 .modal-content > .flex-29, .modal-flex-cc-55 .modal-content > .flex-29, .modal-flex-cc-50 .modal-content > .flex-29, .modal-flex-cc-45 .modal-content > .flex-29, .modal-flex-cc-40 .modal-content > .flex-29, .modal-flex-cc-ticket-task .modal-content > .flex-29, .modal-flex-cc-fit-width .modal-content > .flex-29, .modal-flex-cc .modal-dialog > .flex-29, .modal-flex-cc-95 .modal-dialog > .flex-29, .modal-flex-cc-90 .modal-dialog > .flex-29, .modal-flex-cc-85 .modal-dialog > .flex-29, .modal-flex-cc-80 .modal-dialog > .flex-29, .modal-flex-cc-75 .modal-dialog > .flex-29, .modal-flex-cc-70 .modal-dialog > .flex-29, .modal-flex-cc-65 .modal-dialog > .flex-29, .modal-flex-cc-60 .modal-dialog > .flex-29, .modal-flex-cc-55 .modal-dialog > .flex-29, .modal-flex-cc-50 .modal-dialog > .flex-29, .modal-flex-cc-45 .modal-dialog > .flex-29, .modal-flex-cc-40 .modal-dialog > .flex-29, .modal-flex-cc-ticket-task .modal-dialog > .flex-29, .modal-flex-cc-fit-width .modal-dialog > .flex-29, .loader.loader-centered > .flex-29 {
  -moz-flex: 1 1 29%;
  flex: 1 1 29%;
  max-height: 29%;
  max-width: 100%;
}

.flex-30,
.layout-row > .flex-30,
.loader.loader-horizontal > .flex-30 {
  -moz-flex: 1 1 30%;
  flex: 1 1 30%;
  max-width: 30%;
  max-height: 100%;
}

.layout-column > .flex-30, .modal-flex-cc .modal-content > .flex-30, .modal-flex-cc-95 .modal-content > .flex-30, .modal-flex-cc-90 .modal-content > .flex-30, .modal-flex-cc-85 .modal-content > .flex-30, .modal-flex-cc-80 .modal-content > .flex-30, .modal-flex-cc-75 .modal-content > .flex-30, .modal-flex-cc-70 .modal-content > .flex-30, .modal-flex-cc-65 .modal-content > .flex-30, .modal-flex-cc-60 .modal-content > .flex-30, .modal-flex-cc-55 .modal-content > .flex-30, .modal-flex-cc-50 .modal-content > .flex-30, .modal-flex-cc-45 .modal-content > .flex-30, .modal-flex-cc-40 .modal-content > .flex-30, .modal-flex-cc-ticket-task .modal-content > .flex-30, .modal-flex-cc-fit-width .modal-content > .flex-30, .modal-flex-cc .modal-dialog > .flex-30, .modal-flex-cc-95 .modal-dialog > .flex-30, .modal-flex-cc-90 .modal-dialog > .flex-30, .modal-flex-cc-85 .modal-dialog > .flex-30, .modal-flex-cc-80 .modal-dialog > .flex-30, .modal-flex-cc-75 .modal-dialog > .flex-30, .modal-flex-cc-70 .modal-dialog > .flex-30, .modal-flex-cc-65 .modal-dialog > .flex-30, .modal-flex-cc-60 .modal-dialog > .flex-30, .modal-flex-cc-55 .modal-dialog > .flex-30, .modal-flex-cc-50 .modal-dialog > .flex-30, .modal-flex-cc-45 .modal-dialog > .flex-30, .modal-flex-cc-40 .modal-dialog > .flex-30, .modal-flex-cc-ticket-task .modal-dialog > .flex-30, .modal-flex-cc-fit-width .modal-dialog > .flex-30, .loader.loader-centered > .flex-30 {
  -moz-flex: 1 1 30%;
  flex: 1 1 30%;
  max-height: 30%;
  max-width: 100%;
}

.flex-31,
.layout-row > .flex-31,
.loader.loader-horizontal > .flex-31 {
  -moz-flex: 1 1 31%;
  flex: 1 1 31%;
  max-width: 31%;
  max-height: 100%;
}

.layout-column > .flex-31, .modal-flex-cc .modal-content > .flex-31, .modal-flex-cc-95 .modal-content > .flex-31, .modal-flex-cc-90 .modal-content > .flex-31, .modal-flex-cc-85 .modal-content > .flex-31, .modal-flex-cc-80 .modal-content > .flex-31, .modal-flex-cc-75 .modal-content > .flex-31, .modal-flex-cc-70 .modal-content > .flex-31, .modal-flex-cc-65 .modal-content > .flex-31, .modal-flex-cc-60 .modal-content > .flex-31, .modal-flex-cc-55 .modal-content > .flex-31, .modal-flex-cc-50 .modal-content > .flex-31, .modal-flex-cc-45 .modal-content > .flex-31, .modal-flex-cc-40 .modal-content > .flex-31, .modal-flex-cc-ticket-task .modal-content > .flex-31, .modal-flex-cc-fit-width .modal-content > .flex-31, .modal-flex-cc .modal-dialog > .flex-31, .modal-flex-cc-95 .modal-dialog > .flex-31, .modal-flex-cc-90 .modal-dialog > .flex-31, .modal-flex-cc-85 .modal-dialog > .flex-31, .modal-flex-cc-80 .modal-dialog > .flex-31, .modal-flex-cc-75 .modal-dialog > .flex-31, .modal-flex-cc-70 .modal-dialog > .flex-31, .modal-flex-cc-65 .modal-dialog > .flex-31, .modal-flex-cc-60 .modal-dialog > .flex-31, .modal-flex-cc-55 .modal-dialog > .flex-31, .modal-flex-cc-50 .modal-dialog > .flex-31, .modal-flex-cc-45 .modal-dialog > .flex-31, .modal-flex-cc-40 .modal-dialog > .flex-31, .modal-flex-cc-ticket-task .modal-dialog > .flex-31, .modal-flex-cc-fit-width .modal-dialog > .flex-31, .loader.loader-centered > .flex-31 {
  -moz-flex: 1 1 31%;
  flex: 1 1 31%;
  max-height: 31%;
  max-width: 100%;
}

.flex-32,
.layout-row > .flex-32,
.loader.loader-horizontal > .flex-32 {
  -moz-flex: 1 1 32%;
  flex: 1 1 32%;
  max-width: 32%;
  max-height: 100%;
}

.layout-column > .flex-32, .modal-flex-cc .modal-content > .flex-32, .modal-flex-cc-95 .modal-content > .flex-32, .modal-flex-cc-90 .modal-content > .flex-32, .modal-flex-cc-85 .modal-content > .flex-32, .modal-flex-cc-80 .modal-content > .flex-32, .modal-flex-cc-75 .modal-content > .flex-32, .modal-flex-cc-70 .modal-content > .flex-32, .modal-flex-cc-65 .modal-content > .flex-32, .modal-flex-cc-60 .modal-content > .flex-32, .modal-flex-cc-55 .modal-content > .flex-32, .modal-flex-cc-50 .modal-content > .flex-32, .modal-flex-cc-45 .modal-content > .flex-32, .modal-flex-cc-40 .modal-content > .flex-32, .modal-flex-cc-ticket-task .modal-content > .flex-32, .modal-flex-cc-fit-width .modal-content > .flex-32, .modal-flex-cc .modal-dialog > .flex-32, .modal-flex-cc-95 .modal-dialog > .flex-32, .modal-flex-cc-90 .modal-dialog > .flex-32, .modal-flex-cc-85 .modal-dialog > .flex-32, .modal-flex-cc-80 .modal-dialog > .flex-32, .modal-flex-cc-75 .modal-dialog > .flex-32, .modal-flex-cc-70 .modal-dialog > .flex-32, .modal-flex-cc-65 .modal-dialog > .flex-32, .modal-flex-cc-60 .modal-dialog > .flex-32, .modal-flex-cc-55 .modal-dialog > .flex-32, .modal-flex-cc-50 .modal-dialog > .flex-32, .modal-flex-cc-45 .modal-dialog > .flex-32, .modal-flex-cc-40 .modal-dialog > .flex-32, .modal-flex-cc-ticket-task .modal-dialog > .flex-32, .modal-flex-cc-fit-width .modal-dialog > .flex-32, .loader.loader-centered > .flex-32 {
  -moz-flex: 1 1 32%;
  flex: 1 1 32%;
  max-height: 32%;
  max-width: 100%;
}

.flex-33,
.layout-row > .flex-33,
.loader.loader-horizontal > .flex-33 {
  -moz-flex: 1 1 33%;
  flex: 1 1 33%;
  max-width: 33%;
  max-height: 100%;
}

.layout-column > .flex-33, .modal-flex-cc .modal-content > .flex-33, .modal-flex-cc-95 .modal-content > .flex-33, .modal-flex-cc-90 .modal-content > .flex-33, .modal-flex-cc-85 .modal-content > .flex-33, .modal-flex-cc-80 .modal-content > .flex-33, .modal-flex-cc-75 .modal-content > .flex-33, .modal-flex-cc-70 .modal-content > .flex-33, .modal-flex-cc-65 .modal-content > .flex-33, .modal-flex-cc-60 .modal-content > .flex-33, .modal-flex-cc-55 .modal-content > .flex-33, .modal-flex-cc-50 .modal-content > .flex-33, .modal-flex-cc-45 .modal-content > .flex-33, .modal-flex-cc-40 .modal-content > .flex-33, .modal-flex-cc-ticket-task .modal-content > .flex-33, .modal-flex-cc-fit-width .modal-content > .flex-33, .modal-flex-cc .modal-dialog > .flex-33, .modal-flex-cc-95 .modal-dialog > .flex-33, .modal-flex-cc-90 .modal-dialog > .flex-33, .modal-flex-cc-85 .modal-dialog > .flex-33, .modal-flex-cc-80 .modal-dialog > .flex-33, .modal-flex-cc-75 .modal-dialog > .flex-33, .modal-flex-cc-70 .modal-dialog > .flex-33, .modal-flex-cc-65 .modal-dialog > .flex-33, .modal-flex-cc-60 .modal-dialog > .flex-33, .modal-flex-cc-55 .modal-dialog > .flex-33, .modal-flex-cc-50 .modal-dialog > .flex-33, .modal-flex-cc-45 .modal-dialog > .flex-33, .modal-flex-cc-40 .modal-dialog > .flex-33, .modal-flex-cc-ticket-task .modal-dialog > .flex-33, .modal-flex-cc-fit-width .modal-dialog > .flex-33, .loader.loader-centered > .flex-33 {
  -moz-flex: 1 1 33%;
  flex: 1 1 33%;
  max-height: 33%;
  max-width: 100%;
}

.flex-34,
.layout-row > .flex-34,
.loader.loader-horizontal > .flex-34 {
  -moz-flex: 1 1 34%;
  flex: 1 1 34%;
  max-width: 34%;
  max-height: 100%;
}

.layout-column > .flex-34, .modal-flex-cc .modal-content > .flex-34, .modal-flex-cc-95 .modal-content > .flex-34, .modal-flex-cc-90 .modal-content > .flex-34, .modal-flex-cc-85 .modal-content > .flex-34, .modal-flex-cc-80 .modal-content > .flex-34, .modal-flex-cc-75 .modal-content > .flex-34, .modal-flex-cc-70 .modal-content > .flex-34, .modal-flex-cc-65 .modal-content > .flex-34, .modal-flex-cc-60 .modal-content > .flex-34, .modal-flex-cc-55 .modal-content > .flex-34, .modal-flex-cc-50 .modal-content > .flex-34, .modal-flex-cc-45 .modal-content > .flex-34, .modal-flex-cc-40 .modal-content > .flex-34, .modal-flex-cc-ticket-task .modal-content > .flex-34, .modal-flex-cc-fit-width .modal-content > .flex-34, .modal-flex-cc .modal-dialog > .flex-34, .modal-flex-cc-95 .modal-dialog > .flex-34, .modal-flex-cc-90 .modal-dialog > .flex-34, .modal-flex-cc-85 .modal-dialog > .flex-34, .modal-flex-cc-80 .modal-dialog > .flex-34, .modal-flex-cc-75 .modal-dialog > .flex-34, .modal-flex-cc-70 .modal-dialog > .flex-34, .modal-flex-cc-65 .modal-dialog > .flex-34, .modal-flex-cc-60 .modal-dialog > .flex-34, .modal-flex-cc-55 .modal-dialog > .flex-34, .modal-flex-cc-50 .modal-dialog > .flex-34, .modal-flex-cc-45 .modal-dialog > .flex-34, .modal-flex-cc-40 .modal-dialog > .flex-34, .modal-flex-cc-ticket-task .modal-dialog > .flex-34, .modal-flex-cc-fit-width .modal-dialog > .flex-34, .loader.loader-centered > .flex-34 {
  -moz-flex: 1 1 34%;
  flex: 1 1 34%;
  max-height: 34%;
  max-width: 100%;
}

.flex-35,
.layout-row > .flex-35,
.loader.loader-horizontal > .flex-35 {
  -moz-flex: 1 1 35%;
  flex: 1 1 35%;
  max-width: 35%;
  max-height: 100%;
}

.layout-column > .flex-35, .modal-flex-cc .modal-content > .flex-35, .modal-flex-cc-95 .modal-content > .flex-35, .modal-flex-cc-90 .modal-content > .flex-35, .modal-flex-cc-85 .modal-content > .flex-35, .modal-flex-cc-80 .modal-content > .flex-35, .modal-flex-cc-75 .modal-content > .flex-35, .modal-flex-cc-70 .modal-content > .flex-35, .modal-flex-cc-65 .modal-content > .flex-35, .modal-flex-cc-60 .modal-content > .flex-35, .modal-flex-cc-55 .modal-content > .flex-35, .modal-flex-cc-50 .modal-content > .flex-35, .modal-flex-cc-45 .modal-content > .flex-35, .modal-flex-cc-40 .modal-content > .flex-35, .modal-flex-cc-ticket-task .modal-content > .flex-35, .modal-flex-cc-fit-width .modal-content > .flex-35, .modal-flex-cc .modal-dialog > .flex-35, .modal-flex-cc-95 .modal-dialog > .flex-35, .modal-flex-cc-90 .modal-dialog > .flex-35, .modal-flex-cc-85 .modal-dialog > .flex-35, .modal-flex-cc-80 .modal-dialog > .flex-35, .modal-flex-cc-75 .modal-dialog > .flex-35, .modal-flex-cc-70 .modal-dialog > .flex-35, .modal-flex-cc-65 .modal-dialog > .flex-35, .modal-flex-cc-60 .modal-dialog > .flex-35, .modal-flex-cc-55 .modal-dialog > .flex-35, .modal-flex-cc-50 .modal-dialog > .flex-35, .modal-flex-cc-45 .modal-dialog > .flex-35, .modal-flex-cc-40 .modal-dialog > .flex-35, .modal-flex-cc-ticket-task .modal-dialog > .flex-35, .modal-flex-cc-fit-width .modal-dialog > .flex-35, .loader.loader-centered > .flex-35 {
  -moz-flex: 1 1 35%;
  flex: 1 1 35%;
  max-height: 35%;
  max-width: 100%;
}

.flex-36,
.layout-row > .flex-36,
.loader.loader-horizontal > .flex-36 {
  -moz-flex: 1 1 36%;
  flex: 1 1 36%;
  max-width: 36%;
  max-height: 100%;
}

.layout-column > .flex-36, .modal-flex-cc .modal-content > .flex-36, .modal-flex-cc-95 .modal-content > .flex-36, .modal-flex-cc-90 .modal-content > .flex-36, .modal-flex-cc-85 .modal-content > .flex-36, .modal-flex-cc-80 .modal-content > .flex-36, .modal-flex-cc-75 .modal-content > .flex-36, .modal-flex-cc-70 .modal-content > .flex-36, .modal-flex-cc-65 .modal-content > .flex-36, .modal-flex-cc-60 .modal-content > .flex-36, .modal-flex-cc-55 .modal-content > .flex-36, .modal-flex-cc-50 .modal-content > .flex-36, .modal-flex-cc-45 .modal-content > .flex-36, .modal-flex-cc-40 .modal-content > .flex-36, .modal-flex-cc-ticket-task .modal-content > .flex-36, .modal-flex-cc-fit-width .modal-content > .flex-36, .modal-flex-cc .modal-dialog > .flex-36, .modal-flex-cc-95 .modal-dialog > .flex-36, .modal-flex-cc-90 .modal-dialog > .flex-36, .modal-flex-cc-85 .modal-dialog > .flex-36, .modal-flex-cc-80 .modal-dialog > .flex-36, .modal-flex-cc-75 .modal-dialog > .flex-36, .modal-flex-cc-70 .modal-dialog > .flex-36, .modal-flex-cc-65 .modal-dialog > .flex-36, .modal-flex-cc-60 .modal-dialog > .flex-36, .modal-flex-cc-55 .modal-dialog > .flex-36, .modal-flex-cc-50 .modal-dialog > .flex-36, .modal-flex-cc-45 .modal-dialog > .flex-36, .modal-flex-cc-40 .modal-dialog > .flex-36, .modal-flex-cc-ticket-task .modal-dialog > .flex-36, .modal-flex-cc-fit-width .modal-dialog > .flex-36, .loader.loader-centered > .flex-36 {
  -moz-flex: 1 1 36%;
  flex: 1 1 36%;
  max-height: 36%;
  max-width: 100%;
}

.flex-37,
.layout-row > .flex-37,
.loader.loader-horizontal > .flex-37 {
  -moz-flex: 1 1 37%;
  flex: 1 1 37%;
  max-width: 37%;
  max-height: 100%;
}

.layout-column > .flex-37, .modal-flex-cc .modal-content > .flex-37, .modal-flex-cc-95 .modal-content > .flex-37, .modal-flex-cc-90 .modal-content > .flex-37, .modal-flex-cc-85 .modal-content > .flex-37, .modal-flex-cc-80 .modal-content > .flex-37, .modal-flex-cc-75 .modal-content > .flex-37, .modal-flex-cc-70 .modal-content > .flex-37, .modal-flex-cc-65 .modal-content > .flex-37, .modal-flex-cc-60 .modal-content > .flex-37, .modal-flex-cc-55 .modal-content > .flex-37, .modal-flex-cc-50 .modal-content > .flex-37, .modal-flex-cc-45 .modal-content > .flex-37, .modal-flex-cc-40 .modal-content > .flex-37, .modal-flex-cc-ticket-task .modal-content > .flex-37, .modal-flex-cc-fit-width .modal-content > .flex-37, .modal-flex-cc .modal-dialog > .flex-37, .modal-flex-cc-95 .modal-dialog > .flex-37, .modal-flex-cc-90 .modal-dialog > .flex-37, .modal-flex-cc-85 .modal-dialog > .flex-37, .modal-flex-cc-80 .modal-dialog > .flex-37, .modal-flex-cc-75 .modal-dialog > .flex-37, .modal-flex-cc-70 .modal-dialog > .flex-37, .modal-flex-cc-65 .modal-dialog > .flex-37, .modal-flex-cc-60 .modal-dialog > .flex-37, .modal-flex-cc-55 .modal-dialog > .flex-37, .modal-flex-cc-50 .modal-dialog > .flex-37, .modal-flex-cc-45 .modal-dialog > .flex-37, .modal-flex-cc-40 .modal-dialog > .flex-37, .modal-flex-cc-ticket-task .modal-dialog > .flex-37, .modal-flex-cc-fit-width .modal-dialog > .flex-37, .loader.loader-centered > .flex-37 {
  -moz-flex: 1 1 37%;
  flex: 1 1 37%;
  max-height: 37%;
  max-width: 100%;
}

.flex-38,
.layout-row > .flex-38,
.loader.loader-horizontal > .flex-38 {
  -moz-flex: 1 1 38%;
  flex: 1 1 38%;
  max-width: 38%;
  max-height: 100%;
}

.layout-column > .flex-38, .modal-flex-cc .modal-content > .flex-38, .modal-flex-cc-95 .modal-content > .flex-38, .modal-flex-cc-90 .modal-content > .flex-38, .modal-flex-cc-85 .modal-content > .flex-38, .modal-flex-cc-80 .modal-content > .flex-38, .modal-flex-cc-75 .modal-content > .flex-38, .modal-flex-cc-70 .modal-content > .flex-38, .modal-flex-cc-65 .modal-content > .flex-38, .modal-flex-cc-60 .modal-content > .flex-38, .modal-flex-cc-55 .modal-content > .flex-38, .modal-flex-cc-50 .modal-content > .flex-38, .modal-flex-cc-45 .modal-content > .flex-38, .modal-flex-cc-40 .modal-content > .flex-38, .modal-flex-cc-ticket-task .modal-content > .flex-38, .modal-flex-cc-fit-width .modal-content > .flex-38, .modal-flex-cc .modal-dialog > .flex-38, .modal-flex-cc-95 .modal-dialog > .flex-38, .modal-flex-cc-90 .modal-dialog > .flex-38, .modal-flex-cc-85 .modal-dialog > .flex-38, .modal-flex-cc-80 .modal-dialog > .flex-38, .modal-flex-cc-75 .modal-dialog > .flex-38, .modal-flex-cc-70 .modal-dialog > .flex-38, .modal-flex-cc-65 .modal-dialog > .flex-38, .modal-flex-cc-60 .modal-dialog > .flex-38, .modal-flex-cc-55 .modal-dialog > .flex-38, .modal-flex-cc-50 .modal-dialog > .flex-38, .modal-flex-cc-45 .modal-dialog > .flex-38, .modal-flex-cc-40 .modal-dialog > .flex-38, .modal-flex-cc-ticket-task .modal-dialog > .flex-38, .modal-flex-cc-fit-width .modal-dialog > .flex-38, .loader.loader-centered > .flex-38 {
  -moz-flex: 1 1 38%;
  flex: 1 1 38%;
  max-height: 38%;
  max-width: 100%;
}

.flex-39,
.layout-row > .flex-39,
.loader.loader-horizontal > .flex-39 {
  -moz-flex: 1 1 39%;
  flex: 1 1 39%;
  max-width: 39%;
  max-height: 100%;
}

.layout-column > .flex-39, .modal-flex-cc .modal-content > .flex-39, .modal-flex-cc-95 .modal-content > .flex-39, .modal-flex-cc-90 .modal-content > .flex-39, .modal-flex-cc-85 .modal-content > .flex-39, .modal-flex-cc-80 .modal-content > .flex-39, .modal-flex-cc-75 .modal-content > .flex-39, .modal-flex-cc-70 .modal-content > .flex-39, .modal-flex-cc-65 .modal-content > .flex-39, .modal-flex-cc-60 .modal-content > .flex-39, .modal-flex-cc-55 .modal-content > .flex-39, .modal-flex-cc-50 .modal-content > .flex-39, .modal-flex-cc-45 .modal-content > .flex-39, .modal-flex-cc-40 .modal-content > .flex-39, .modal-flex-cc-ticket-task .modal-content > .flex-39, .modal-flex-cc-fit-width .modal-content > .flex-39, .modal-flex-cc .modal-dialog > .flex-39, .modal-flex-cc-95 .modal-dialog > .flex-39, .modal-flex-cc-90 .modal-dialog > .flex-39, .modal-flex-cc-85 .modal-dialog > .flex-39, .modal-flex-cc-80 .modal-dialog > .flex-39, .modal-flex-cc-75 .modal-dialog > .flex-39, .modal-flex-cc-70 .modal-dialog > .flex-39, .modal-flex-cc-65 .modal-dialog > .flex-39, .modal-flex-cc-60 .modal-dialog > .flex-39, .modal-flex-cc-55 .modal-dialog > .flex-39, .modal-flex-cc-50 .modal-dialog > .flex-39, .modal-flex-cc-45 .modal-dialog > .flex-39, .modal-flex-cc-40 .modal-dialog > .flex-39, .modal-flex-cc-ticket-task .modal-dialog > .flex-39, .modal-flex-cc-fit-width .modal-dialog > .flex-39, .loader.loader-centered > .flex-39 {
  -moz-flex: 1 1 39%;
  flex: 1 1 39%;
  max-height: 39%;
  max-width: 100%;
}

.flex-40,
.layout-row > .flex-40,
.loader.loader-horizontal > .flex-40 {
  -moz-flex: 1 1 40%;
  flex: 1 1 40%;
  max-width: 40%;
  max-height: 100%;
}

.layout-column > .flex-40, .modal-flex-cc .modal-content > .flex-40, .modal-flex-cc-95 .modal-content > .flex-40, .modal-flex-cc-90 .modal-content > .flex-40, .modal-flex-cc-85 .modal-content > .flex-40, .modal-flex-cc-80 .modal-content > .flex-40, .modal-flex-cc-75 .modal-content > .flex-40, .modal-flex-cc-70 .modal-content > .flex-40, .modal-flex-cc-65 .modal-content > .flex-40, .modal-flex-cc-60 .modal-content > .flex-40, .modal-flex-cc-55 .modal-content > .flex-40, .modal-flex-cc-50 .modal-content > .flex-40, .modal-flex-cc-45 .modal-content > .flex-40, .modal-flex-cc-40 .modal-content > .flex-40, .modal-flex-cc-ticket-task .modal-content > .flex-40, .modal-flex-cc-fit-width .modal-content > .flex-40, .modal-flex-cc .modal-dialog > .flex-40, .modal-flex-cc-95 .modal-dialog > .flex-40, .modal-flex-cc-90 .modal-dialog > .flex-40, .modal-flex-cc-85 .modal-dialog > .flex-40, .modal-flex-cc-80 .modal-dialog > .flex-40, .modal-flex-cc-75 .modal-dialog > .flex-40, .modal-flex-cc-70 .modal-dialog > .flex-40, .modal-flex-cc-65 .modal-dialog > .flex-40, .modal-flex-cc-60 .modal-dialog > .flex-40, .modal-flex-cc-55 .modal-dialog > .flex-40, .modal-flex-cc-50 .modal-dialog > .flex-40, .modal-flex-cc-45 .modal-dialog > .flex-40, .modal-flex-cc-40 .modal-dialog > .flex-40, .modal-flex-cc-ticket-task .modal-dialog > .flex-40, .modal-flex-cc-fit-width .modal-dialog > .flex-40, .loader.loader-centered > .flex-40 {
  -moz-flex: 1 1 40%;
  flex: 1 1 40%;
  max-height: 40%;
  max-width: 100%;
}

.flex-41,
.layout-row > .flex-41,
.loader.loader-horizontal > .flex-41 {
  -moz-flex: 1 1 41%;
  flex: 1 1 41%;
  max-width: 41%;
  max-height: 100%;
}

.layout-column > .flex-41, .modal-flex-cc .modal-content > .flex-41, .modal-flex-cc-95 .modal-content > .flex-41, .modal-flex-cc-90 .modal-content > .flex-41, .modal-flex-cc-85 .modal-content > .flex-41, .modal-flex-cc-80 .modal-content > .flex-41, .modal-flex-cc-75 .modal-content > .flex-41, .modal-flex-cc-70 .modal-content > .flex-41, .modal-flex-cc-65 .modal-content > .flex-41, .modal-flex-cc-60 .modal-content > .flex-41, .modal-flex-cc-55 .modal-content > .flex-41, .modal-flex-cc-50 .modal-content > .flex-41, .modal-flex-cc-45 .modal-content > .flex-41, .modal-flex-cc-40 .modal-content > .flex-41, .modal-flex-cc-ticket-task .modal-content > .flex-41, .modal-flex-cc-fit-width .modal-content > .flex-41, .modal-flex-cc .modal-dialog > .flex-41, .modal-flex-cc-95 .modal-dialog > .flex-41, .modal-flex-cc-90 .modal-dialog > .flex-41, .modal-flex-cc-85 .modal-dialog > .flex-41, .modal-flex-cc-80 .modal-dialog > .flex-41, .modal-flex-cc-75 .modal-dialog > .flex-41, .modal-flex-cc-70 .modal-dialog > .flex-41, .modal-flex-cc-65 .modal-dialog > .flex-41, .modal-flex-cc-60 .modal-dialog > .flex-41, .modal-flex-cc-55 .modal-dialog > .flex-41, .modal-flex-cc-50 .modal-dialog > .flex-41, .modal-flex-cc-45 .modal-dialog > .flex-41, .modal-flex-cc-40 .modal-dialog > .flex-41, .modal-flex-cc-ticket-task .modal-dialog > .flex-41, .modal-flex-cc-fit-width .modal-dialog > .flex-41, .loader.loader-centered > .flex-41 {
  -moz-flex: 1 1 41%;
  flex: 1 1 41%;
  max-height: 41%;
  max-width: 100%;
}

.flex-42,
.layout-row > .flex-42,
.loader.loader-horizontal > .flex-42 {
  -moz-flex: 1 1 42%;
  flex: 1 1 42%;
  max-width: 42%;
  max-height: 100%;
}

.layout-column > .flex-42, .modal-flex-cc .modal-content > .flex-42, .modal-flex-cc-95 .modal-content > .flex-42, .modal-flex-cc-90 .modal-content > .flex-42, .modal-flex-cc-85 .modal-content > .flex-42, .modal-flex-cc-80 .modal-content > .flex-42, .modal-flex-cc-75 .modal-content > .flex-42, .modal-flex-cc-70 .modal-content > .flex-42, .modal-flex-cc-65 .modal-content > .flex-42, .modal-flex-cc-60 .modal-content > .flex-42, .modal-flex-cc-55 .modal-content > .flex-42, .modal-flex-cc-50 .modal-content > .flex-42, .modal-flex-cc-45 .modal-content > .flex-42, .modal-flex-cc-40 .modal-content > .flex-42, .modal-flex-cc-ticket-task .modal-content > .flex-42, .modal-flex-cc-fit-width .modal-content > .flex-42, .modal-flex-cc .modal-dialog > .flex-42, .modal-flex-cc-95 .modal-dialog > .flex-42, .modal-flex-cc-90 .modal-dialog > .flex-42, .modal-flex-cc-85 .modal-dialog > .flex-42, .modal-flex-cc-80 .modal-dialog > .flex-42, .modal-flex-cc-75 .modal-dialog > .flex-42, .modal-flex-cc-70 .modal-dialog > .flex-42, .modal-flex-cc-65 .modal-dialog > .flex-42, .modal-flex-cc-60 .modal-dialog > .flex-42, .modal-flex-cc-55 .modal-dialog > .flex-42, .modal-flex-cc-50 .modal-dialog > .flex-42, .modal-flex-cc-45 .modal-dialog > .flex-42, .modal-flex-cc-40 .modal-dialog > .flex-42, .modal-flex-cc-ticket-task .modal-dialog > .flex-42, .modal-flex-cc-fit-width .modal-dialog > .flex-42, .loader.loader-centered > .flex-42 {
  -moz-flex: 1 1 42%;
  flex: 1 1 42%;
  max-height: 42%;
  max-width: 100%;
}

.flex-43,
.layout-row > .flex-43,
.loader.loader-horizontal > .flex-43 {
  -moz-flex: 1 1 43%;
  flex: 1 1 43%;
  max-width: 43%;
  max-height: 100%;
}

.layout-column > .flex-43, .modal-flex-cc .modal-content > .flex-43, .modal-flex-cc-95 .modal-content > .flex-43, .modal-flex-cc-90 .modal-content > .flex-43, .modal-flex-cc-85 .modal-content > .flex-43, .modal-flex-cc-80 .modal-content > .flex-43, .modal-flex-cc-75 .modal-content > .flex-43, .modal-flex-cc-70 .modal-content > .flex-43, .modal-flex-cc-65 .modal-content > .flex-43, .modal-flex-cc-60 .modal-content > .flex-43, .modal-flex-cc-55 .modal-content > .flex-43, .modal-flex-cc-50 .modal-content > .flex-43, .modal-flex-cc-45 .modal-content > .flex-43, .modal-flex-cc-40 .modal-content > .flex-43, .modal-flex-cc-ticket-task .modal-content > .flex-43, .modal-flex-cc-fit-width .modal-content > .flex-43, .modal-flex-cc .modal-dialog > .flex-43, .modal-flex-cc-95 .modal-dialog > .flex-43, .modal-flex-cc-90 .modal-dialog > .flex-43, .modal-flex-cc-85 .modal-dialog > .flex-43, .modal-flex-cc-80 .modal-dialog > .flex-43, .modal-flex-cc-75 .modal-dialog > .flex-43, .modal-flex-cc-70 .modal-dialog > .flex-43, .modal-flex-cc-65 .modal-dialog > .flex-43, .modal-flex-cc-60 .modal-dialog > .flex-43, .modal-flex-cc-55 .modal-dialog > .flex-43, .modal-flex-cc-50 .modal-dialog > .flex-43, .modal-flex-cc-45 .modal-dialog > .flex-43, .modal-flex-cc-40 .modal-dialog > .flex-43, .modal-flex-cc-ticket-task .modal-dialog > .flex-43, .modal-flex-cc-fit-width .modal-dialog > .flex-43, .loader.loader-centered > .flex-43 {
  -moz-flex: 1 1 43%;
  flex: 1 1 43%;
  max-height: 43%;
  max-width: 100%;
}

.flex-44,
.layout-row > .flex-44,
.loader.loader-horizontal > .flex-44 {
  -moz-flex: 1 1 44%;
  flex: 1 1 44%;
  max-width: 44%;
  max-height: 100%;
}

.layout-column > .flex-44, .modal-flex-cc .modal-content > .flex-44, .modal-flex-cc-95 .modal-content > .flex-44, .modal-flex-cc-90 .modal-content > .flex-44, .modal-flex-cc-85 .modal-content > .flex-44, .modal-flex-cc-80 .modal-content > .flex-44, .modal-flex-cc-75 .modal-content > .flex-44, .modal-flex-cc-70 .modal-content > .flex-44, .modal-flex-cc-65 .modal-content > .flex-44, .modal-flex-cc-60 .modal-content > .flex-44, .modal-flex-cc-55 .modal-content > .flex-44, .modal-flex-cc-50 .modal-content > .flex-44, .modal-flex-cc-45 .modal-content > .flex-44, .modal-flex-cc-40 .modal-content > .flex-44, .modal-flex-cc-ticket-task .modal-content > .flex-44, .modal-flex-cc-fit-width .modal-content > .flex-44, .modal-flex-cc .modal-dialog > .flex-44, .modal-flex-cc-95 .modal-dialog > .flex-44, .modal-flex-cc-90 .modal-dialog > .flex-44, .modal-flex-cc-85 .modal-dialog > .flex-44, .modal-flex-cc-80 .modal-dialog > .flex-44, .modal-flex-cc-75 .modal-dialog > .flex-44, .modal-flex-cc-70 .modal-dialog > .flex-44, .modal-flex-cc-65 .modal-dialog > .flex-44, .modal-flex-cc-60 .modal-dialog > .flex-44, .modal-flex-cc-55 .modal-dialog > .flex-44, .modal-flex-cc-50 .modal-dialog > .flex-44, .modal-flex-cc-45 .modal-dialog > .flex-44, .modal-flex-cc-40 .modal-dialog > .flex-44, .modal-flex-cc-ticket-task .modal-dialog > .flex-44, .modal-flex-cc-fit-width .modal-dialog > .flex-44, .loader.loader-centered > .flex-44 {
  -moz-flex: 1 1 44%;
  flex: 1 1 44%;
  max-height: 44%;
  max-width: 100%;
}

.flex-45,
.layout-row > .flex-45,
.loader.loader-horizontal > .flex-45 {
  -moz-flex: 1 1 45%;
  flex: 1 1 45%;
  max-width: 45%;
  max-height: 100%;
}

.layout-column > .flex-45, .modal-flex-cc .modal-content > .flex-45, .modal-flex-cc-95 .modal-content > .flex-45, .modal-flex-cc-90 .modal-content > .flex-45, .modal-flex-cc-85 .modal-content > .flex-45, .modal-flex-cc-80 .modal-content > .flex-45, .modal-flex-cc-75 .modal-content > .flex-45, .modal-flex-cc-70 .modal-content > .flex-45, .modal-flex-cc-65 .modal-content > .flex-45, .modal-flex-cc-60 .modal-content > .flex-45, .modal-flex-cc-55 .modal-content > .flex-45, .modal-flex-cc-50 .modal-content > .flex-45, .modal-flex-cc-45 .modal-content > .flex-45, .modal-flex-cc-40 .modal-content > .flex-45, .modal-flex-cc-ticket-task .modal-content > .flex-45, .modal-flex-cc-fit-width .modal-content > .flex-45, .modal-flex-cc .modal-dialog > .flex-45, .modal-flex-cc-95 .modal-dialog > .flex-45, .modal-flex-cc-90 .modal-dialog > .flex-45, .modal-flex-cc-85 .modal-dialog > .flex-45, .modal-flex-cc-80 .modal-dialog > .flex-45, .modal-flex-cc-75 .modal-dialog > .flex-45, .modal-flex-cc-70 .modal-dialog > .flex-45, .modal-flex-cc-65 .modal-dialog > .flex-45, .modal-flex-cc-60 .modal-dialog > .flex-45, .modal-flex-cc-55 .modal-dialog > .flex-45, .modal-flex-cc-50 .modal-dialog > .flex-45, .modal-flex-cc-45 .modal-dialog > .flex-45, .modal-flex-cc-40 .modal-dialog > .flex-45, .modal-flex-cc-ticket-task .modal-dialog > .flex-45, .modal-flex-cc-fit-width .modal-dialog > .flex-45, .loader.loader-centered > .flex-45 {
  -moz-flex: 1 1 45%;
  flex: 1 1 45%;
  max-height: 45%;
  max-width: 100%;
}

.flex-46,
.layout-row > .flex-46,
.loader.loader-horizontal > .flex-46 {
  -moz-flex: 1 1 46%;
  flex: 1 1 46%;
  max-width: 46%;
  max-height: 100%;
}

.layout-column > .flex-46, .modal-flex-cc .modal-content > .flex-46, .modal-flex-cc-95 .modal-content > .flex-46, .modal-flex-cc-90 .modal-content > .flex-46, .modal-flex-cc-85 .modal-content > .flex-46, .modal-flex-cc-80 .modal-content > .flex-46, .modal-flex-cc-75 .modal-content > .flex-46, .modal-flex-cc-70 .modal-content > .flex-46, .modal-flex-cc-65 .modal-content > .flex-46, .modal-flex-cc-60 .modal-content > .flex-46, .modal-flex-cc-55 .modal-content > .flex-46, .modal-flex-cc-50 .modal-content > .flex-46, .modal-flex-cc-45 .modal-content > .flex-46, .modal-flex-cc-40 .modal-content > .flex-46, .modal-flex-cc-ticket-task .modal-content > .flex-46, .modal-flex-cc-fit-width .modal-content > .flex-46, .modal-flex-cc .modal-dialog > .flex-46, .modal-flex-cc-95 .modal-dialog > .flex-46, .modal-flex-cc-90 .modal-dialog > .flex-46, .modal-flex-cc-85 .modal-dialog > .flex-46, .modal-flex-cc-80 .modal-dialog > .flex-46, .modal-flex-cc-75 .modal-dialog > .flex-46, .modal-flex-cc-70 .modal-dialog > .flex-46, .modal-flex-cc-65 .modal-dialog > .flex-46, .modal-flex-cc-60 .modal-dialog > .flex-46, .modal-flex-cc-55 .modal-dialog > .flex-46, .modal-flex-cc-50 .modal-dialog > .flex-46, .modal-flex-cc-45 .modal-dialog > .flex-46, .modal-flex-cc-40 .modal-dialog > .flex-46, .modal-flex-cc-ticket-task .modal-dialog > .flex-46, .modal-flex-cc-fit-width .modal-dialog > .flex-46, .loader.loader-centered > .flex-46 {
  -moz-flex: 1 1 46%;
  flex: 1 1 46%;
  max-height: 46%;
  max-width: 100%;
}

.flex-47,
.layout-row > .flex-47,
.loader.loader-horizontal > .flex-47 {
  -moz-flex: 1 1 47%;
  flex: 1 1 47%;
  max-width: 47%;
  max-height: 100%;
}

.layout-column > .flex-47, .modal-flex-cc .modal-content > .flex-47, .modal-flex-cc-95 .modal-content > .flex-47, .modal-flex-cc-90 .modal-content > .flex-47, .modal-flex-cc-85 .modal-content > .flex-47, .modal-flex-cc-80 .modal-content > .flex-47, .modal-flex-cc-75 .modal-content > .flex-47, .modal-flex-cc-70 .modal-content > .flex-47, .modal-flex-cc-65 .modal-content > .flex-47, .modal-flex-cc-60 .modal-content > .flex-47, .modal-flex-cc-55 .modal-content > .flex-47, .modal-flex-cc-50 .modal-content > .flex-47, .modal-flex-cc-45 .modal-content > .flex-47, .modal-flex-cc-40 .modal-content > .flex-47, .modal-flex-cc-ticket-task .modal-content > .flex-47, .modal-flex-cc-fit-width .modal-content > .flex-47, .modal-flex-cc .modal-dialog > .flex-47, .modal-flex-cc-95 .modal-dialog > .flex-47, .modal-flex-cc-90 .modal-dialog > .flex-47, .modal-flex-cc-85 .modal-dialog > .flex-47, .modal-flex-cc-80 .modal-dialog > .flex-47, .modal-flex-cc-75 .modal-dialog > .flex-47, .modal-flex-cc-70 .modal-dialog > .flex-47, .modal-flex-cc-65 .modal-dialog > .flex-47, .modal-flex-cc-60 .modal-dialog > .flex-47, .modal-flex-cc-55 .modal-dialog > .flex-47, .modal-flex-cc-50 .modal-dialog > .flex-47, .modal-flex-cc-45 .modal-dialog > .flex-47, .modal-flex-cc-40 .modal-dialog > .flex-47, .modal-flex-cc-ticket-task .modal-dialog > .flex-47, .modal-flex-cc-fit-width .modal-dialog > .flex-47, .loader.loader-centered > .flex-47 {
  -moz-flex: 1 1 47%;
  flex: 1 1 47%;
  max-height: 47%;
  max-width: 100%;
}

.flex-48,
.layout-row > .flex-48,
.loader.loader-horizontal > .flex-48 {
  -moz-flex: 1 1 48%;
  flex: 1 1 48%;
  max-width: 48%;
  max-height: 100%;
}

.layout-column > .flex-48, .modal-flex-cc .modal-content > .flex-48, .modal-flex-cc-95 .modal-content > .flex-48, .modal-flex-cc-90 .modal-content > .flex-48, .modal-flex-cc-85 .modal-content > .flex-48, .modal-flex-cc-80 .modal-content > .flex-48, .modal-flex-cc-75 .modal-content > .flex-48, .modal-flex-cc-70 .modal-content > .flex-48, .modal-flex-cc-65 .modal-content > .flex-48, .modal-flex-cc-60 .modal-content > .flex-48, .modal-flex-cc-55 .modal-content > .flex-48, .modal-flex-cc-50 .modal-content > .flex-48, .modal-flex-cc-45 .modal-content > .flex-48, .modal-flex-cc-40 .modal-content > .flex-48, .modal-flex-cc-ticket-task .modal-content > .flex-48, .modal-flex-cc-fit-width .modal-content > .flex-48, .modal-flex-cc .modal-dialog > .flex-48, .modal-flex-cc-95 .modal-dialog > .flex-48, .modal-flex-cc-90 .modal-dialog > .flex-48, .modal-flex-cc-85 .modal-dialog > .flex-48, .modal-flex-cc-80 .modal-dialog > .flex-48, .modal-flex-cc-75 .modal-dialog > .flex-48, .modal-flex-cc-70 .modal-dialog > .flex-48, .modal-flex-cc-65 .modal-dialog > .flex-48, .modal-flex-cc-60 .modal-dialog > .flex-48, .modal-flex-cc-55 .modal-dialog > .flex-48, .modal-flex-cc-50 .modal-dialog > .flex-48, .modal-flex-cc-45 .modal-dialog > .flex-48, .modal-flex-cc-40 .modal-dialog > .flex-48, .modal-flex-cc-ticket-task .modal-dialog > .flex-48, .modal-flex-cc-fit-width .modal-dialog > .flex-48, .loader.loader-centered > .flex-48 {
  -moz-flex: 1 1 48%;
  flex: 1 1 48%;
  max-height: 48%;
  max-width: 100%;
}

.flex-49,
.layout-row > .flex-49,
.loader.loader-horizontal > .flex-49 {
  -moz-flex: 1 1 49%;
  flex: 1 1 49%;
  max-width: 49%;
  max-height: 100%;
}

.layout-column > .flex-49, .modal-flex-cc .modal-content > .flex-49, .modal-flex-cc-95 .modal-content > .flex-49, .modal-flex-cc-90 .modal-content > .flex-49, .modal-flex-cc-85 .modal-content > .flex-49, .modal-flex-cc-80 .modal-content > .flex-49, .modal-flex-cc-75 .modal-content > .flex-49, .modal-flex-cc-70 .modal-content > .flex-49, .modal-flex-cc-65 .modal-content > .flex-49, .modal-flex-cc-60 .modal-content > .flex-49, .modal-flex-cc-55 .modal-content > .flex-49, .modal-flex-cc-50 .modal-content > .flex-49, .modal-flex-cc-45 .modal-content > .flex-49, .modal-flex-cc-40 .modal-content > .flex-49, .modal-flex-cc-ticket-task .modal-content > .flex-49, .modal-flex-cc-fit-width .modal-content > .flex-49, .modal-flex-cc .modal-dialog > .flex-49, .modal-flex-cc-95 .modal-dialog > .flex-49, .modal-flex-cc-90 .modal-dialog > .flex-49, .modal-flex-cc-85 .modal-dialog > .flex-49, .modal-flex-cc-80 .modal-dialog > .flex-49, .modal-flex-cc-75 .modal-dialog > .flex-49, .modal-flex-cc-70 .modal-dialog > .flex-49, .modal-flex-cc-65 .modal-dialog > .flex-49, .modal-flex-cc-60 .modal-dialog > .flex-49, .modal-flex-cc-55 .modal-dialog > .flex-49, .modal-flex-cc-50 .modal-dialog > .flex-49, .modal-flex-cc-45 .modal-dialog > .flex-49, .modal-flex-cc-40 .modal-dialog > .flex-49, .modal-flex-cc-ticket-task .modal-dialog > .flex-49, .modal-flex-cc-fit-width .modal-dialog > .flex-49, .loader.loader-centered > .flex-49 {
  -moz-flex: 1 1 49%;
  flex: 1 1 49%;
  max-height: 49%;
  max-width: 100%;
}

.flex-50,
.layout-row > .flex-50,
.loader.loader-horizontal > .flex-50 {
  -moz-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  max-height: 100%;
}

.layout-column > .flex-50, .modal-flex-cc .modal-content > .flex-50, .modal-flex-cc-95 .modal-content > .flex-50, .modal-flex-cc-90 .modal-content > .flex-50, .modal-flex-cc-85 .modal-content > .flex-50, .modal-flex-cc-80 .modal-content > .flex-50, .modal-flex-cc-75 .modal-content > .flex-50, .modal-flex-cc-70 .modal-content > .flex-50, .modal-flex-cc-65 .modal-content > .flex-50, .modal-flex-cc-60 .modal-content > .flex-50, .modal-flex-cc-55 .modal-content > .flex-50, .modal-flex-cc-50 .modal-content > .flex-50, .modal-flex-cc-45 .modal-content > .flex-50, .modal-flex-cc-40 .modal-content > .flex-50, .modal-flex-cc-ticket-task .modal-content > .flex-50, .modal-flex-cc-fit-width .modal-content > .flex-50, .modal-flex-cc .modal-dialog > .flex-50, .modal-flex-cc-95 .modal-dialog > .flex-50, .modal-flex-cc-90 .modal-dialog > .flex-50, .modal-flex-cc-85 .modal-dialog > .flex-50, .modal-flex-cc-80 .modal-dialog > .flex-50, .modal-flex-cc-75 .modal-dialog > .flex-50, .modal-flex-cc-70 .modal-dialog > .flex-50, .modal-flex-cc-65 .modal-dialog > .flex-50, .modal-flex-cc-60 .modal-dialog > .flex-50, .modal-flex-cc-55 .modal-dialog > .flex-50, .modal-flex-cc-50 .modal-dialog > .flex-50, .modal-flex-cc-45 .modal-dialog > .flex-50, .modal-flex-cc-40 .modal-dialog > .flex-50, .modal-flex-cc-ticket-task .modal-dialog > .flex-50, .modal-flex-cc-fit-width .modal-dialog > .flex-50, .loader.loader-centered > .flex-50 {
  -moz-flex: 1 1 50%;
  flex: 1 1 50%;
  max-height: 50%;
  max-width: 100%;
}

.flex-51,
.layout-row > .flex-51,
.loader.loader-horizontal > .flex-51 {
  -moz-flex: 1 1 51%;
  flex: 1 1 51%;
  max-width: 51%;
  max-height: 100%;
}

.layout-column > .flex-51, .modal-flex-cc .modal-content > .flex-51, .modal-flex-cc-95 .modal-content > .flex-51, .modal-flex-cc-90 .modal-content > .flex-51, .modal-flex-cc-85 .modal-content > .flex-51, .modal-flex-cc-80 .modal-content > .flex-51, .modal-flex-cc-75 .modal-content > .flex-51, .modal-flex-cc-70 .modal-content > .flex-51, .modal-flex-cc-65 .modal-content > .flex-51, .modal-flex-cc-60 .modal-content > .flex-51, .modal-flex-cc-55 .modal-content > .flex-51, .modal-flex-cc-50 .modal-content > .flex-51, .modal-flex-cc-45 .modal-content > .flex-51, .modal-flex-cc-40 .modal-content > .flex-51, .modal-flex-cc-ticket-task .modal-content > .flex-51, .modal-flex-cc-fit-width .modal-content > .flex-51, .modal-flex-cc .modal-dialog > .flex-51, .modal-flex-cc-95 .modal-dialog > .flex-51, .modal-flex-cc-90 .modal-dialog > .flex-51, .modal-flex-cc-85 .modal-dialog > .flex-51, .modal-flex-cc-80 .modal-dialog > .flex-51, .modal-flex-cc-75 .modal-dialog > .flex-51, .modal-flex-cc-70 .modal-dialog > .flex-51, .modal-flex-cc-65 .modal-dialog > .flex-51, .modal-flex-cc-60 .modal-dialog > .flex-51, .modal-flex-cc-55 .modal-dialog > .flex-51, .modal-flex-cc-50 .modal-dialog > .flex-51, .modal-flex-cc-45 .modal-dialog > .flex-51, .modal-flex-cc-40 .modal-dialog > .flex-51, .modal-flex-cc-ticket-task .modal-dialog > .flex-51, .modal-flex-cc-fit-width .modal-dialog > .flex-51, .loader.loader-centered > .flex-51 {
  -moz-flex: 1 1 51%;
  flex: 1 1 51%;
  max-height: 51%;
  max-width: 100%;
}

.flex-52,
.layout-row > .flex-52,
.loader.loader-horizontal > .flex-52 {
  -moz-flex: 1 1 52%;
  flex: 1 1 52%;
  max-width: 52%;
  max-height: 100%;
}

.layout-column > .flex-52, .modal-flex-cc .modal-content > .flex-52, .modal-flex-cc-95 .modal-content > .flex-52, .modal-flex-cc-90 .modal-content > .flex-52, .modal-flex-cc-85 .modal-content > .flex-52, .modal-flex-cc-80 .modal-content > .flex-52, .modal-flex-cc-75 .modal-content > .flex-52, .modal-flex-cc-70 .modal-content > .flex-52, .modal-flex-cc-65 .modal-content > .flex-52, .modal-flex-cc-60 .modal-content > .flex-52, .modal-flex-cc-55 .modal-content > .flex-52, .modal-flex-cc-50 .modal-content > .flex-52, .modal-flex-cc-45 .modal-content > .flex-52, .modal-flex-cc-40 .modal-content > .flex-52, .modal-flex-cc-ticket-task .modal-content > .flex-52, .modal-flex-cc-fit-width .modal-content > .flex-52, .modal-flex-cc .modal-dialog > .flex-52, .modal-flex-cc-95 .modal-dialog > .flex-52, .modal-flex-cc-90 .modal-dialog > .flex-52, .modal-flex-cc-85 .modal-dialog > .flex-52, .modal-flex-cc-80 .modal-dialog > .flex-52, .modal-flex-cc-75 .modal-dialog > .flex-52, .modal-flex-cc-70 .modal-dialog > .flex-52, .modal-flex-cc-65 .modal-dialog > .flex-52, .modal-flex-cc-60 .modal-dialog > .flex-52, .modal-flex-cc-55 .modal-dialog > .flex-52, .modal-flex-cc-50 .modal-dialog > .flex-52, .modal-flex-cc-45 .modal-dialog > .flex-52, .modal-flex-cc-40 .modal-dialog > .flex-52, .modal-flex-cc-ticket-task .modal-dialog > .flex-52, .modal-flex-cc-fit-width .modal-dialog > .flex-52, .loader.loader-centered > .flex-52 {
  -moz-flex: 1 1 52%;
  flex: 1 1 52%;
  max-height: 52%;
  max-width: 100%;
}

.flex-53,
.layout-row > .flex-53,
.loader.loader-horizontal > .flex-53 {
  -moz-flex: 1 1 53%;
  flex: 1 1 53%;
  max-width: 53%;
  max-height: 100%;
}

.layout-column > .flex-53, .modal-flex-cc .modal-content > .flex-53, .modal-flex-cc-95 .modal-content > .flex-53, .modal-flex-cc-90 .modal-content > .flex-53, .modal-flex-cc-85 .modal-content > .flex-53, .modal-flex-cc-80 .modal-content > .flex-53, .modal-flex-cc-75 .modal-content > .flex-53, .modal-flex-cc-70 .modal-content > .flex-53, .modal-flex-cc-65 .modal-content > .flex-53, .modal-flex-cc-60 .modal-content > .flex-53, .modal-flex-cc-55 .modal-content > .flex-53, .modal-flex-cc-50 .modal-content > .flex-53, .modal-flex-cc-45 .modal-content > .flex-53, .modal-flex-cc-40 .modal-content > .flex-53, .modal-flex-cc-ticket-task .modal-content > .flex-53, .modal-flex-cc-fit-width .modal-content > .flex-53, .modal-flex-cc .modal-dialog > .flex-53, .modal-flex-cc-95 .modal-dialog > .flex-53, .modal-flex-cc-90 .modal-dialog > .flex-53, .modal-flex-cc-85 .modal-dialog > .flex-53, .modal-flex-cc-80 .modal-dialog > .flex-53, .modal-flex-cc-75 .modal-dialog > .flex-53, .modal-flex-cc-70 .modal-dialog > .flex-53, .modal-flex-cc-65 .modal-dialog > .flex-53, .modal-flex-cc-60 .modal-dialog > .flex-53, .modal-flex-cc-55 .modal-dialog > .flex-53, .modal-flex-cc-50 .modal-dialog > .flex-53, .modal-flex-cc-45 .modal-dialog > .flex-53, .modal-flex-cc-40 .modal-dialog > .flex-53, .modal-flex-cc-ticket-task .modal-dialog > .flex-53, .modal-flex-cc-fit-width .modal-dialog > .flex-53, .loader.loader-centered > .flex-53 {
  -moz-flex: 1 1 53%;
  flex: 1 1 53%;
  max-height: 53%;
  max-width: 100%;
}

.flex-54,
.layout-row > .flex-54,
.loader.loader-horizontal > .flex-54 {
  -moz-flex: 1 1 54%;
  flex: 1 1 54%;
  max-width: 54%;
  max-height: 100%;
}

.layout-column > .flex-54, .modal-flex-cc .modal-content > .flex-54, .modal-flex-cc-95 .modal-content > .flex-54, .modal-flex-cc-90 .modal-content > .flex-54, .modal-flex-cc-85 .modal-content > .flex-54, .modal-flex-cc-80 .modal-content > .flex-54, .modal-flex-cc-75 .modal-content > .flex-54, .modal-flex-cc-70 .modal-content > .flex-54, .modal-flex-cc-65 .modal-content > .flex-54, .modal-flex-cc-60 .modal-content > .flex-54, .modal-flex-cc-55 .modal-content > .flex-54, .modal-flex-cc-50 .modal-content > .flex-54, .modal-flex-cc-45 .modal-content > .flex-54, .modal-flex-cc-40 .modal-content > .flex-54, .modal-flex-cc-ticket-task .modal-content > .flex-54, .modal-flex-cc-fit-width .modal-content > .flex-54, .modal-flex-cc .modal-dialog > .flex-54, .modal-flex-cc-95 .modal-dialog > .flex-54, .modal-flex-cc-90 .modal-dialog > .flex-54, .modal-flex-cc-85 .modal-dialog > .flex-54, .modal-flex-cc-80 .modal-dialog > .flex-54, .modal-flex-cc-75 .modal-dialog > .flex-54, .modal-flex-cc-70 .modal-dialog > .flex-54, .modal-flex-cc-65 .modal-dialog > .flex-54, .modal-flex-cc-60 .modal-dialog > .flex-54, .modal-flex-cc-55 .modal-dialog > .flex-54, .modal-flex-cc-50 .modal-dialog > .flex-54, .modal-flex-cc-45 .modal-dialog > .flex-54, .modal-flex-cc-40 .modal-dialog > .flex-54, .modal-flex-cc-ticket-task .modal-dialog > .flex-54, .modal-flex-cc-fit-width .modal-dialog > .flex-54, .loader.loader-centered > .flex-54 {
  -moz-flex: 1 1 54%;
  flex: 1 1 54%;
  max-height: 54%;
  max-width: 100%;
}

.flex-55,
.layout-row > .flex-55,
.loader.loader-horizontal > .flex-55 {
  -moz-flex: 1 1 55%;
  flex: 1 1 55%;
  max-width: 55%;
  max-height: 100%;
}

.layout-column > .flex-55, .modal-flex-cc .modal-content > .flex-55, .modal-flex-cc-95 .modal-content > .flex-55, .modal-flex-cc-90 .modal-content > .flex-55, .modal-flex-cc-85 .modal-content > .flex-55, .modal-flex-cc-80 .modal-content > .flex-55, .modal-flex-cc-75 .modal-content > .flex-55, .modal-flex-cc-70 .modal-content > .flex-55, .modal-flex-cc-65 .modal-content > .flex-55, .modal-flex-cc-60 .modal-content > .flex-55, .modal-flex-cc-55 .modal-content > .flex-55, .modal-flex-cc-50 .modal-content > .flex-55, .modal-flex-cc-45 .modal-content > .flex-55, .modal-flex-cc-40 .modal-content > .flex-55, .modal-flex-cc-ticket-task .modal-content > .flex-55, .modal-flex-cc-fit-width .modal-content > .flex-55, .modal-flex-cc .modal-dialog > .flex-55, .modal-flex-cc-95 .modal-dialog > .flex-55, .modal-flex-cc-90 .modal-dialog > .flex-55, .modal-flex-cc-85 .modal-dialog > .flex-55, .modal-flex-cc-80 .modal-dialog > .flex-55, .modal-flex-cc-75 .modal-dialog > .flex-55, .modal-flex-cc-70 .modal-dialog > .flex-55, .modal-flex-cc-65 .modal-dialog > .flex-55, .modal-flex-cc-60 .modal-dialog > .flex-55, .modal-flex-cc-55 .modal-dialog > .flex-55, .modal-flex-cc-50 .modal-dialog > .flex-55, .modal-flex-cc-45 .modal-dialog > .flex-55, .modal-flex-cc-40 .modal-dialog > .flex-55, .modal-flex-cc-ticket-task .modal-dialog > .flex-55, .modal-flex-cc-fit-width .modal-dialog > .flex-55, .loader.loader-centered > .flex-55 {
  -moz-flex: 1 1 55%;
  flex: 1 1 55%;
  max-height: 55%;
  max-width: 100%;
}

.flex-56,
.layout-row > .flex-56,
.loader.loader-horizontal > .flex-56 {
  -moz-flex: 1 1 56%;
  flex: 1 1 56%;
  max-width: 56%;
  max-height: 100%;
}

.layout-column > .flex-56, .modal-flex-cc .modal-content > .flex-56, .modal-flex-cc-95 .modal-content > .flex-56, .modal-flex-cc-90 .modal-content > .flex-56, .modal-flex-cc-85 .modal-content > .flex-56, .modal-flex-cc-80 .modal-content > .flex-56, .modal-flex-cc-75 .modal-content > .flex-56, .modal-flex-cc-70 .modal-content > .flex-56, .modal-flex-cc-65 .modal-content > .flex-56, .modal-flex-cc-60 .modal-content > .flex-56, .modal-flex-cc-55 .modal-content > .flex-56, .modal-flex-cc-50 .modal-content > .flex-56, .modal-flex-cc-45 .modal-content > .flex-56, .modal-flex-cc-40 .modal-content > .flex-56, .modal-flex-cc-ticket-task .modal-content > .flex-56, .modal-flex-cc-fit-width .modal-content > .flex-56, .modal-flex-cc .modal-dialog > .flex-56, .modal-flex-cc-95 .modal-dialog > .flex-56, .modal-flex-cc-90 .modal-dialog > .flex-56, .modal-flex-cc-85 .modal-dialog > .flex-56, .modal-flex-cc-80 .modal-dialog > .flex-56, .modal-flex-cc-75 .modal-dialog > .flex-56, .modal-flex-cc-70 .modal-dialog > .flex-56, .modal-flex-cc-65 .modal-dialog > .flex-56, .modal-flex-cc-60 .modal-dialog > .flex-56, .modal-flex-cc-55 .modal-dialog > .flex-56, .modal-flex-cc-50 .modal-dialog > .flex-56, .modal-flex-cc-45 .modal-dialog > .flex-56, .modal-flex-cc-40 .modal-dialog > .flex-56, .modal-flex-cc-ticket-task .modal-dialog > .flex-56, .modal-flex-cc-fit-width .modal-dialog > .flex-56, .loader.loader-centered > .flex-56 {
  -moz-flex: 1 1 56%;
  flex: 1 1 56%;
  max-height: 56%;
  max-width: 100%;
}

.flex-57,
.layout-row > .flex-57,
.loader.loader-horizontal > .flex-57 {
  -moz-flex: 1 1 57%;
  flex: 1 1 57%;
  max-width: 57%;
  max-height: 100%;
}

.layout-column > .flex-57, .modal-flex-cc .modal-content > .flex-57, .modal-flex-cc-95 .modal-content > .flex-57, .modal-flex-cc-90 .modal-content > .flex-57, .modal-flex-cc-85 .modal-content > .flex-57, .modal-flex-cc-80 .modal-content > .flex-57, .modal-flex-cc-75 .modal-content > .flex-57, .modal-flex-cc-70 .modal-content > .flex-57, .modal-flex-cc-65 .modal-content > .flex-57, .modal-flex-cc-60 .modal-content > .flex-57, .modal-flex-cc-55 .modal-content > .flex-57, .modal-flex-cc-50 .modal-content > .flex-57, .modal-flex-cc-45 .modal-content > .flex-57, .modal-flex-cc-40 .modal-content > .flex-57, .modal-flex-cc-ticket-task .modal-content > .flex-57, .modal-flex-cc-fit-width .modal-content > .flex-57, .modal-flex-cc .modal-dialog > .flex-57, .modal-flex-cc-95 .modal-dialog > .flex-57, .modal-flex-cc-90 .modal-dialog > .flex-57, .modal-flex-cc-85 .modal-dialog > .flex-57, .modal-flex-cc-80 .modal-dialog > .flex-57, .modal-flex-cc-75 .modal-dialog > .flex-57, .modal-flex-cc-70 .modal-dialog > .flex-57, .modal-flex-cc-65 .modal-dialog > .flex-57, .modal-flex-cc-60 .modal-dialog > .flex-57, .modal-flex-cc-55 .modal-dialog > .flex-57, .modal-flex-cc-50 .modal-dialog > .flex-57, .modal-flex-cc-45 .modal-dialog > .flex-57, .modal-flex-cc-40 .modal-dialog > .flex-57, .modal-flex-cc-ticket-task .modal-dialog > .flex-57, .modal-flex-cc-fit-width .modal-dialog > .flex-57, .loader.loader-centered > .flex-57 {
  -moz-flex: 1 1 57%;
  flex: 1 1 57%;
  max-height: 57%;
  max-width: 100%;
}

.flex-58,
.layout-row > .flex-58,
.loader.loader-horizontal > .flex-58 {
  -moz-flex: 1 1 58%;
  flex: 1 1 58%;
  max-width: 58%;
  max-height: 100%;
}

.layout-column > .flex-58, .modal-flex-cc .modal-content > .flex-58, .modal-flex-cc-95 .modal-content > .flex-58, .modal-flex-cc-90 .modal-content > .flex-58, .modal-flex-cc-85 .modal-content > .flex-58, .modal-flex-cc-80 .modal-content > .flex-58, .modal-flex-cc-75 .modal-content > .flex-58, .modal-flex-cc-70 .modal-content > .flex-58, .modal-flex-cc-65 .modal-content > .flex-58, .modal-flex-cc-60 .modal-content > .flex-58, .modal-flex-cc-55 .modal-content > .flex-58, .modal-flex-cc-50 .modal-content > .flex-58, .modal-flex-cc-45 .modal-content > .flex-58, .modal-flex-cc-40 .modal-content > .flex-58, .modal-flex-cc-ticket-task .modal-content > .flex-58, .modal-flex-cc-fit-width .modal-content > .flex-58, .modal-flex-cc .modal-dialog > .flex-58, .modal-flex-cc-95 .modal-dialog > .flex-58, .modal-flex-cc-90 .modal-dialog > .flex-58, .modal-flex-cc-85 .modal-dialog > .flex-58, .modal-flex-cc-80 .modal-dialog > .flex-58, .modal-flex-cc-75 .modal-dialog > .flex-58, .modal-flex-cc-70 .modal-dialog > .flex-58, .modal-flex-cc-65 .modal-dialog > .flex-58, .modal-flex-cc-60 .modal-dialog > .flex-58, .modal-flex-cc-55 .modal-dialog > .flex-58, .modal-flex-cc-50 .modal-dialog > .flex-58, .modal-flex-cc-45 .modal-dialog > .flex-58, .modal-flex-cc-40 .modal-dialog > .flex-58, .modal-flex-cc-ticket-task .modal-dialog > .flex-58, .modal-flex-cc-fit-width .modal-dialog > .flex-58, .loader.loader-centered > .flex-58 {
  -moz-flex: 1 1 58%;
  flex: 1 1 58%;
  max-height: 58%;
  max-width: 100%;
}

.flex-59,
.layout-row > .flex-59,
.loader.loader-horizontal > .flex-59 {
  -moz-flex: 1 1 59%;
  flex: 1 1 59%;
  max-width: 59%;
  max-height: 100%;
}

.layout-column > .flex-59, .modal-flex-cc .modal-content > .flex-59, .modal-flex-cc-95 .modal-content > .flex-59, .modal-flex-cc-90 .modal-content > .flex-59, .modal-flex-cc-85 .modal-content > .flex-59, .modal-flex-cc-80 .modal-content > .flex-59, .modal-flex-cc-75 .modal-content > .flex-59, .modal-flex-cc-70 .modal-content > .flex-59, .modal-flex-cc-65 .modal-content > .flex-59, .modal-flex-cc-60 .modal-content > .flex-59, .modal-flex-cc-55 .modal-content > .flex-59, .modal-flex-cc-50 .modal-content > .flex-59, .modal-flex-cc-45 .modal-content > .flex-59, .modal-flex-cc-40 .modal-content > .flex-59, .modal-flex-cc-ticket-task .modal-content > .flex-59, .modal-flex-cc-fit-width .modal-content > .flex-59, .modal-flex-cc .modal-dialog > .flex-59, .modal-flex-cc-95 .modal-dialog > .flex-59, .modal-flex-cc-90 .modal-dialog > .flex-59, .modal-flex-cc-85 .modal-dialog > .flex-59, .modal-flex-cc-80 .modal-dialog > .flex-59, .modal-flex-cc-75 .modal-dialog > .flex-59, .modal-flex-cc-70 .modal-dialog > .flex-59, .modal-flex-cc-65 .modal-dialog > .flex-59, .modal-flex-cc-60 .modal-dialog > .flex-59, .modal-flex-cc-55 .modal-dialog > .flex-59, .modal-flex-cc-50 .modal-dialog > .flex-59, .modal-flex-cc-45 .modal-dialog > .flex-59, .modal-flex-cc-40 .modal-dialog > .flex-59, .modal-flex-cc-ticket-task .modal-dialog > .flex-59, .modal-flex-cc-fit-width .modal-dialog > .flex-59, .loader.loader-centered > .flex-59 {
  -moz-flex: 1 1 59%;
  flex: 1 1 59%;
  max-height: 59%;
  max-width: 100%;
}

.flex-60,
.layout-row > .flex-60,
.loader.loader-horizontal > .flex-60 {
  -moz-flex: 1 1 60%;
  flex: 1 1 60%;
  max-width: 60%;
  max-height: 100%;
}

.layout-column > .flex-60, .modal-flex-cc .modal-content > .flex-60, .modal-flex-cc-95 .modal-content > .flex-60, .modal-flex-cc-90 .modal-content > .flex-60, .modal-flex-cc-85 .modal-content > .flex-60, .modal-flex-cc-80 .modal-content > .flex-60, .modal-flex-cc-75 .modal-content > .flex-60, .modal-flex-cc-70 .modal-content > .flex-60, .modal-flex-cc-65 .modal-content > .flex-60, .modal-flex-cc-60 .modal-content > .flex-60, .modal-flex-cc-55 .modal-content > .flex-60, .modal-flex-cc-50 .modal-content > .flex-60, .modal-flex-cc-45 .modal-content > .flex-60, .modal-flex-cc-40 .modal-content > .flex-60, .modal-flex-cc-ticket-task .modal-content > .flex-60, .modal-flex-cc-fit-width .modal-content > .flex-60, .modal-flex-cc .modal-dialog > .flex-60, .modal-flex-cc-95 .modal-dialog > .flex-60, .modal-flex-cc-90 .modal-dialog > .flex-60, .modal-flex-cc-85 .modal-dialog > .flex-60, .modal-flex-cc-80 .modal-dialog > .flex-60, .modal-flex-cc-75 .modal-dialog > .flex-60, .modal-flex-cc-70 .modal-dialog > .flex-60, .modal-flex-cc-65 .modal-dialog > .flex-60, .modal-flex-cc-60 .modal-dialog > .flex-60, .modal-flex-cc-55 .modal-dialog > .flex-60, .modal-flex-cc-50 .modal-dialog > .flex-60, .modal-flex-cc-45 .modal-dialog > .flex-60, .modal-flex-cc-40 .modal-dialog > .flex-60, .modal-flex-cc-ticket-task .modal-dialog > .flex-60, .modal-flex-cc-fit-width .modal-dialog > .flex-60, .loader.loader-centered > .flex-60 {
  -moz-flex: 1 1 60%;
  flex: 1 1 60%;
  max-height: 60%;
  max-width: 100%;
}

.flex-61,
.layout-row > .flex-61,
.loader.loader-horizontal > .flex-61 {
  -moz-flex: 1 1 61%;
  flex: 1 1 61%;
  max-width: 61%;
  max-height: 100%;
}

.layout-column > .flex-61, .modal-flex-cc .modal-content > .flex-61, .modal-flex-cc-95 .modal-content > .flex-61, .modal-flex-cc-90 .modal-content > .flex-61, .modal-flex-cc-85 .modal-content > .flex-61, .modal-flex-cc-80 .modal-content > .flex-61, .modal-flex-cc-75 .modal-content > .flex-61, .modal-flex-cc-70 .modal-content > .flex-61, .modal-flex-cc-65 .modal-content > .flex-61, .modal-flex-cc-60 .modal-content > .flex-61, .modal-flex-cc-55 .modal-content > .flex-61, .modal-flex-cc-50 .modal-content > .flex-61, .modal-flex-cc-45 .modal-content > .flex-61, .modal-flex-cc-40 .modal-content > .flex-61, .modal-flex-cc-ticket-task .modal-content > .flex-61, .modal-flex-cc-fit-width .modal-content > .flex-61, .modal-flex-cc .modal-dialog > .flex-61, .modal-flex-cc-95 .modal-dialog > .flex-61, .modal-flex-cc-90 .modal-dialog > .flex-61, .modal-flex-cc-85 .modal-dialog > .flex-61, .modal-flex-cc-80 .modal-dialog > .flex-61, .modal-flex-cc-75 .modal-dialog > .flex-61, .modal-flex-cc-70 .modal-dialog > .flex-61, .modal-flex-cc-65 .modal-dialog > .flex-61, .modal-flex-cc-60 .modal-dialog > .flex-61, .modal-flex-cc-55 .modal-dialog > .flex-61, .modal-flex-cc-50 .modal-dialog > .flex-61, .modal-flex-cc-45 .modal-dialog > .flex-61, .modal-flex-cc-40 .modal-dialog > .flex-61, .modal-flex-cc-ticket-task .modal-dialog > .flex-61, .modal-flex-cc-fit-width .modal-dialog > .flex-61, .loader.loader-centered > .flex-61 {
  -moz-flex: 1 1 61%;
  flex: 1 1 61%;
  max-height: 61%;
  max-width: 100%;
}

.flex-62,
.layout-row > .flex-62,
.loader.loader-horizontal > .flex-62 {
  -moz-flex: 1 1 62%;
  flex: 1 1 62%;
  max-width: 62%;
  max-height: 100%;
}

.layout-column > .flex-62, .modal-flex-cc .modal-content > .flex-62, .modal-flex-cc-95 .modal-content > .flex-62, .modal-flex-cc-90 .modal-content > .flex-62, .modal-flex-cc-85 .modal-content > .flex-62, .modal-flex-cc-80 .modal-content > .flex-62, .modal-flex-cc-75 .modal-content > .flex-62, .modal-flex-cc-70 .modal-content > .flex-62, .modal-flex-cc-65 .modal-content > .flex-62, .modal-flex-cc-60 .modal-content > .flex-62, .modal-flex-cc-55 .modal-content > .flex-62, .modal-flex-cc-50 .modal-content > .flex-62, .modal-flex-cc-45 .modal-content > .flex-62, .modal-flex-cc-40 .modal-content > .flex-62, .modal-flex-cc-ticket-task .modal-content > .flex-62, .modal-flex-cc-fit-width .modal-content > .flex-62, .modal-flex-cc .modal-dialog > .flex-62, .modal-flex-cc-95 .modal-dialog > .flex-62, .modal-flex-cc-90 .modal-dialog > .flex-62, .modal-flex-cc-85 .modal-dialog > .flex-62, .modal-flex-cc-80 .modal-dialog > .flex-62, .modal-flex-cc-75 .modal-dialog > .flex-62, .modal-flex-cc-70 .modal-dialog > .flex-62, .modal-flex-cc-65 .modal-dialog > .flex-62, .modal-flex-cc-60 .modal-dialog > .flex-62, .modal-flex-cc-55 .modal-dialog > .flex-62, .modal-flex-cc-50 .modal-dialog > .flex-62, .modal-flex-cc-45 .modal-dialog > .flex-62, .modal-flex-cc-40 .modal-dialog > .flex-62, .modal-flex-cc-ticket-task .modal-dialog > .flex-62, .modal-flex-cc-fit-width .modal-dialog > .flex-62, .loader.loader-centered > .flex-62 {
  -moz-flex: 1 1 62%;
  flex: 1 1 62%;
  max-height: 62%;
  max-width: 100%;
}

.flex-63,
.layout-row > .flex-63,
.loader.loader-horizontal > .flex-63 {
  -moz-flex: 1 1 63%;
  flex: 1 1 63%;
  max-width: 63%;
  max-height: 100%;
}

.layout-column > .flex-63, .modal-flex-cc .modal-content > .flex-63, .modal-flex-cc-95 .modal-content > .flex-63, .modal-flex-cc-90 .modal-content > .flex-63, .modal-flex-cc-85 .modal-content > .flex-63, .modal-flex-cc-80 .modal-content > .flex-63, .modal-flex-cc-75 .modal-content > .flex-63, .modal-flex-cc-70 .modal-content > .flex-63, .modal-flex-cc-65 .modal-content > .flex-63, .modal-flex-cc-60 .modal-content > .flex-63, .modal-flex-cc-55 .modal-content > .flex-63, .modal-flex-cc-50 .modal-content > .flex-63, .modal-flex-cc-45 .modal-content > .flex-63, .modal-flex-cc-40 .modal-content > .flex-63, .modal-flex-cc-ticket-task .modal-content > .flex-63, .modal-flex-cc-fit-width .modal-content > .flex-63, .modal-flex-cc .modal-dialog > .flex-63, .modal-flex-cc-95 .modal-dialog > .flex-63, .modal-flex-cc-90 .modal-dialog > .flex-63, .modal-flex-cc-85 .modal-dialog > .flex-63, .modal-flex-cc-80 .modal-dialog > .flex-63, .modal-flex-cc-75 .modal-dialog > .flex-63, .modal-flex-cc-70 .modal-dialog > .flex-63, .modal-flex-cc-65 .modal-dialog > .flex-63, .modal-flex-cc-60 .modal-dialog > .flex-63, .modal-flex-cc-55 .modal-dialog > .flex-63, .modal-flex-cc-50 .modal-dialog > .flex-63, .modal-flex-cc-45 .modal-dialog > .flex-63, .modal-flex-cc-40 .modal-dialog > .flex-63, .modal-flex-cc-ticket-task .modal-dialog > .flex-63, .modal-flex-cc-fit-width .modal-dialog > .flex-63, .loader.loader-centered > .flex-63 {
  -moz-flex: 1 1 63%;
  flex: 1 1 63%;
  max-height: 63%;
  max-width: 100%;
}

.flex-64,
.layout-row > .flex-64,
.loader.loader-horizontal > .flex-64 {
  -moz-flex: 1 1 64%;
  flex: 1 1 64%;
  max-width: 64%;
  max-height: 100%;
}

.layout-column > .flex-64, .modal-flex-cc .modal-content > .flex-64, .modal-flex-cc-95 .modal-content > .flex-64, .modal-flex-cc-90 .modal-content > .flex-64, .modal-flex-cc-85 .modal-content > .flex-64, .modal-flex-cc-80 .modal-content > .flex-64, .modal-flex-cc-75 .modal-content > .flex-64, .modal-flex-cc-70 .modal-content > .flex-64, .modal-flex-cc-65 .modal-content > .flex-64, .modal-flex-cc-60 .modal-content > .flex-64, .modal-flex-cc-55 .modal-content > .flex-64, .modal-flex-cc-50 .modal-content > .flex-64, .modal-flex-cc-45 .modal-content > .flex-64, .modal-flex-cc-40 .modal-content > .flex-64, .modal-flex-cc-ticket-task .modal-content > .flex-64, .modal-flex-cc-fit-width .modal-content > .flex-64, .modal-flex-cc .modal-dialog > .flex-64, .modal-flex-cc-95 .modal-dialog > .flex-64, .modal-flex-cc-90 .modal-dialog > .flex-64, .modal-flex-cc-85 .modal-dialog > .flex-64, .modal-flex-cc-80 .modal-dialog > .flex-64, .modal-flex-cc-75 .modal-dialog > .flex-64, .modal-flex-cc-70 .modal-dialog > .flex-64, .modal-flex-cc-65 .modal-dialog > .flex-64, .modal-flex-cc-60 .modal-dialog > .flex-64, .modal-flex-cc-55 .modal-dialog > .flex-64, .modal-flex-cc-50 .modal-dialog > .flex-64, .modal-flex-cc-45 .modal-dialog > .flex-64, .modal-flex-cc-40 .modal-dialog > .flex-64, .modal-flex-cc-ticket-task .modal-dialog > .flex-64, .modal-flex-cc-fit-width .modal-dialog > .flex-64, .loader.loader-centered > .flex-64 {
  -moz-flex: 1 1 64%;
  flex: 1 1 64%;
  max-height: 64%;
  max-width: 100%;
}

.flex-65,
.layout-row > .flex-65,
.loader.loader-horizontal > .flex-65 {
  -moz-flex: 1 1 65%;
  flex: 1 1 65%;
  max-width: 65%;
  max-height: 100%;
}

.layout-column > .flex-65, .modal-flex-cc .modal-content > .flex-65, .modal-flex-cc-95 .modal-content > .flex-65, .modal-flex-cc-90 .modal-content > .flex-65, .modal-flex-cc-85 .modal-content > .flex-65, .modal-flex-cc-80 .modal-content > .flex-65, .modal-flex-cc-75 .modal-content > .flex-65, .modal-flex-cc-70 .modal-content > .flex-65, .modal-flex-cc-65 .modal-content > .flex-65, .modal-flex-cc-60 .modal-content > .flex-65, .modal-flex-cc-55 .modal-content > .flex-65, .modal-flex-cc-50 .modal-content > .flex-65, .modal-flex-cc-45 .modal-content > .flex-65, .modal-flex-cc-40 .modal-content > .flex-65, .modal-flex-cc-ticket-task .modal-content > .flex-65, .modal-flex-cc-fit-width .modal-content > .flex-65, .modal-flex-cc .modal-dialog > .flex-65, .modal-flex-cc-95 .modal-dialog > .flex-65, .modal-flex-cc-90 .modal-dialog > .flex-65, .modal-flex-cc-85 .modal-dialog > .flex-65, .modal-flex-cc-80 .modal-dialog > .flex-65, .modal-flex-cc-75 .modal-dialog > .flex-65, .modal-flex-cc-70 .modal-dialog > .flex-65, .modal-flex-cc-65 .modal-dialog > .flex-65, .modal-flex-cc-60 .modal-dialog > .flex-65, .modal-flex-cc-55 .modal-dialog > .flex-65, .modal-flex-cc-50 .modal-dialog > .flex-65, .modal-flex-cc-45 .modal-dialog > .flex-65, .modal-flex-cc-40 .modal-dialog > .flex-65, .modal-flex-cc-ticket-task .modal-dialog > .flex-65, .modal-flex-cc-fit-width .modal-dialog > .flex-65, .loader.loader-centered > .flex-65 {
  -moz-flex: 1 1 65%;
  flex: 1 1 65%;
  max-height: 65%;
  max-width: 100%;
}

.flex-66,
.layout-row > .flex-66,
.loader.loader-horizontal > .flex-66 {
  -moz-flex: 1 1 66%;
  flex: 1 1 66%;
  max-width: 66%;
  max-height: 100%;
}

.layout-column > .flex-66, .modal-flex-cc .modal-content > .flex-66, .modal-flex-cc-95 .modal-content > .flex-66, .modal-flex-cc-90 .modal-content > .flex-66, .modal-flex-cc-85 .modal-content > .flex-66, .modal-flex-cc-80 .modal-content > .flex-66, .modal-flex-cc-75 .modal-content > .flex-66, .modal-flex-cc-70 .modal-content > .flex-66, .modal-flex-cc-65 .modal-content > .flex-66, .modal-flex-cc-60 .modal-content > .flex-66, .modal-flex-cc-55 .modal-content > .flex-66, .modal-flex-cc-50 .modal-content > .flex-66, .modal-flex-cc-45 .modal-content > .flex-66, .modal-flex-cc-40 .modal-content > .flex-66, .modal-flex-cc-ticket-task .modal-content > .flex-66, .modal-flex-cc-fit-width .modal-content > .flex-66, .modal-flex-cc .modal-dialog > .flex-66, .modal-flex-cc-95 .modal-dialog > .flex-66, .modal-flex-cc-90 .modal-dialog > .flex-66, .modal-flex-cc-85 .modal-dialog > .flex-66, .modal-flex-cc-80 .modal-dialog > .flex-66, .modal-flex-cc-75 .modal-dialog > .flex-66, .modal-flex-cc-70 .modal-dialog > .flex-66, .modal-flex-cc-65 .modal-dialog > .flex-66, .modal-flex-cc-60 .modal-dialog > .flex-66, .modal-flex-cc-55 .modal-dialog > .flex-66, .modal-flex-cc-50 .modal-dialog > .flex-66, .modal-flex-cc-45 .modal-dialog > .flex-66, .modal-flex-cc-40 .modal-dialog > .flex-66, .modal-flex-cc-ticket-task .modal-dialog > .flex-66, .modal-flex-cc-fit-width .modal-dialog > .flex-66, .loader.loader-centered > .flex-66 {
  -moz-flex: 1 1 66%;
  flex: 1 1 66%;
  max-height: 66%;
  max-width: 100%;
}

.flex-67,
.layout-row > .flex-67,
.loader.loader-horizontal > .flex-67 {
  -moz-flex: 1 1 67%;
  flex: 1 1 67%;
  max-width: 67%;
  max-height: 100%;
}

.layout-column > .flex-67, .modal-flex-cc .modal-content > .flex-67, .modal-flex-cc-95 .modal-content > .flex-67, .modal-flex-cc-90 .modal-content > .flex-67, .modal-flex-cc-85 .modal-content > .flex-67, .modal-flex-cc-80 .modal-content > .flex-67, .modal-flex-cc-75 .modal-content > .flex-67, .modal-flex-cc-70 .modal-content > .flex-67, .modal-flex-cc-65 .modal-content > .flex-67, .modal-flex-cc-60 .modal-content > .flex-67, .modal-flex-cc-55 .modal-content > .flex-67, .modal-flex-cc-50 .modal-content > .flex-67, .modal-flex-cc-45 .modal-content > .flex-67, .modal-flex-cc-40 .modal-content > .flex-67, .modal-flex-cc-ticket-task .modal-content > .flex-67, .modal-flex-cc-fit-width .modal-content > .flex-67, .modal-flex-cc .modal-dialog > .flex-67, .modal-flex-cc-95 .modal-dialog > .flex-67, .modal-flex-cc-90 .modal-dialog > .flex-67, .modal-flex-cc-85 .modal-dialog > .flex-67, .modal-flex-cc-80 .modal-dialog > .flex-67, .modal-flex-cc-75 .modal-dialog > .flex-67, .modal-flex-cc-70 .modal-dialog > .flex-67, .modal-flex-cc-65 .modal-dialog > .flex-67, .modal-flex-cc-60 .modal-dialog > .flex-67, .modal-flex-cc-55 .modal-dialog > .flex-67, .modal-flex-cc-50 .modal-dialog > .flex-67, .modal-flex-cc-45 .modal-dialog > .flex-67, .modal-flex-cc-40 .modal-dialog > .flex-67, .modal-flex-cc-ticket-task .modal-dialog > .flex-67, .modal-flex-cc-fit-width .modal-dialog > .flex-67, .loader.loader-centered > .flex-67 {
  -moz-flex: 1 1 67%;
  flex: 1 1 67%;
  max-height: 67%;
  max-width: 100%;
}

.flex-68,
.layout-row > .flex-68,
.loader.loader-horizontal > .flex-68 {
  -moz-flex: 1 1 68%;
  flex: 1 1 68%;
  max-width: 68%;
  max-height: 100%;
}

.layout-column > .flex-68, .modal-flex-cc .modal-content > .flex-68, .modal-flex-cc-95 .modal-content > .flex-68, .modal-flex-cc-90 .modal-content > .flex-68, .modal-flex-cc-85 .modal-content > .flex-68, .modal-flex-cc-80 .modal-content > .flex-68, .modal-flex-cc-75 .modal-content > .flex-68, .modal-flex-cc-70 .modal-content > .flex-68, .modal-flex-cc-65 .modal-content > .flex-68, .modal-flex-cc-60 .modal-content > .flex-68, .modal-flex-cc-55 .modal-content > .flex-68, .modal-flex-cc-50 .modal-content > .flex-68, .modal-flex-cc-45 .modal-content > .flex-68, .modal-flex-cc-40 .modal-content > .flex-68, .modal-flex-cc-ticket-task .modal-content > .flex-68, .modal-flex-cc-fit-width .modal-content > .flex-68, .modal-flex-cc .modal-dialog > .flex-68, .modal-flex-cc-95 .modal-dialog > .flex-68, .modal-flex-cc-90 .modal-dialog > .flex-68, .modal-flex-cc-85 .modal-dialog > .flex-68, .modal-flex-cc-80 .modal-dialog > .flex-68, .modal-flex-cc-75 .modal-dialog > .flex-68, .modal-flex-cc-70 .modal-dialog > .flex-68, .modal-flex-cc-65 .modal-dialog > .flex-68, .modal-flex-cc-60 .modal-dialog > .flex-68, .modal-flex-cc-55 .modal-dialog > .flex-68, .modal-flex-cc-50 .modal-dialog > .flex-68, .modal-flex-cc-45 .modal-dialog > .flex-68, .modal-flex-cc-40 .modal-dialog > .flex-68, .modal-flex-cc-ticket-task .modal-dialog > .flex-68, .modal-flex-cc-fit-width .modal-dialog > .flex-68, .loader.loader-centered > .flex-68 {
  -moz-flex: 1 1 68%;
  flex: 1 1 68%;
  max-height: 68%;
  max-width: 100%;
}

.flex-69,
.layout-row > .flex-69,
.loader.loader-horizontal > .flex-69 {
  -moz-flex: 1 1 69%;
  flex: 1 1 69%;
  max-width: 69%;
  max-height: 100%;
}

.layout-column > .flex-69, .modal-flex-cc .modal-content > .flex-69, .modal-flex-cc-95 .modal-content > .flex-69, .modal-flex-cc-90 .modal-content > .flex-69, .modal-flex-cc-85 .modal-content > .flex-69, .modal-flex-cc-80 .modal-content > .flex-69, .modal-flex-cc-75 .modal-content > .flex-69, .modal-flex-cc-70 .modal-content > .flex-69, .modal-flex-cc-65 .modal-content > .flex-69, .modal-flex-cc-60 .modal-content > .flex-69, .modal-flex-cc-55 .modal-content > .flex-69, .modal-flex-cc-50 .modal-content > .flex-69, .modal-flex-cc-45 .modal-content > .flex-69, .modal-flex-cc-40 .modal-content > .flex-69, .modal-flex-cc-ticket-task .modal-content > .flex-69, .modal-flex-cc-fit-width .modal-content > .flex-69, .modal-flex-cc .modal-dialog > .flex-69, .modal-flex-cc-95 .modal-dialog > .flex-69, .modal-flex-cc-90 .modal-dialog > .flex-69, .modal-flex-cc-85 .modal-dialog > .flex-69, .modal-flex-cc-80 .modal-dialog > .flex-69, .modal-flex-cc-75 .modal-dialog > .flex-69, .modal-flex-cc-70 .modal-dialog > .flex-69, .modal-flex-cc-65 .modal-dialog > .flex-69, .modal-flex-cc-60 .modal-dialog > .flex-69, .modal-flex-cc-55 .modal-dialog > .flex-69, .modal-flex-cc-50 .modal-dialog > .flex-69, .modal-flex-cc-45 .modal-dialog > .flex-69, .modal-flex-cc-40 .modal-dialog > .flex-69, .modal-flex-cc-ticket-task .modal-dialog > .flex-69, .modal-flex-cc-fit-width .modal-dialog > .flex-69, .loader.loader-centered > .flex-69 {
  -moz-flex: 1 1 69%;
  flex: 1 1 69%;
  max-height: 69%;
  max-width: 100%;
}

.flex-70,
.layout-row > .flex-70,
.loader.loader-horizontal > .flex-70 {
  -moz-flex: 1 1 70%;
  flex: 1 1 70%;
  max-width: 70%;
  max-height: 100%;
}

.layout-column > .flex-70, .modal-flex-cc .modal-content > .flex-70, .modal-flex-cc-95 .modal-content > .flex-70, .modal-flex-cc-90 .modal-content > .flex-70, .modal-flex-cc-85 .modal-content > .flex-70, .modal-flex-cc-80 .modal-content > .flex-70, .modal-flex-cc-75 .modal-content > .flex-70, .modal-flex-cc-70 .modal-content > .flex-70, .modal-flex-cc-65 .modal-content > .flex-70, .modal-flex-cc-60 .modal-content > .flex-70, .modal-flex-cc-55 .modal-content > .flex-70, .modal-flex-cc-50 .modal-content > .flex-70, .modal-flex-cc-45 .modal-content > .flex-70, .modal-flex-cc-40 .modal-content > .flex-70, .modal-flex-cc-ticket-task .modal-content > .flex-70, .modal-flex-cc-fit-width .modal-content > .flex-70, .modal-flex-cc .modal-dialog > .flex-70, .modal-flex-cc-95 .modal-dialog > .flex-70, .modal-flex-cc-90 .modal-dialog > .flex-70, .modal-flex-cc-85 .modal-dialog > .flex-70, .modal-flex-cc-80 .modal-dialog > .flex-70, .modal-flex-cc-75 .modal-dialog > .flex-70, .modal-flex-cc-70 .modal-dialog > .flex-70, .modal-flex-cc-65 .modal-dialog > .flex-70, .modal-flex-cc-60 .modal-dialog > .flex-70, .modal-flex-cc-55 .modal-dialog > .flex-70, .modal-flex-cc-50 .modal-dialog > .flex-70, .modal-flex-cc-45 .modal-dialog > .flex-70, .modal-flex-cc-40 .modal-dialog > .flex-70, .modal-flex-cc-ticket-task .modal-dialog > .flex-70, .modal-flex-cc-fit-width .modal-dialog > .flex-70, .loader.loader-centered > .flex-70 {
  -moz-flex: 1 1 70%;
  flex: 1 1 70%;
  max-height: 70%;
  max-width: 100%;
}

.flex-71,
.layout-row > .flex-71,
.loader.loader-horizontal > .flex-71 {
  -moz-flex: 1 1 71%;
  flex: 1 1 71%;
  max-width: 71%;
  max-height: 100%;
}

.layout-column > .flex-71, .modal-flex-cc .modal-content > .flex-71, .modal-flex-cc-95 .modal-content > .flex-71, .modal-flex-cc-90 .modal-content > .flex-71, .modal-flex-cc-85 .modal-content > .flex-71, .modal-flex-cc-80 .modal-content > .flex-71, .modal-flex-cc-75 .modal-content > .flex-71, .modal-flex-cc-70 .modal-content > .flex-71, .modal-flex-cc-65 .modal-content > .flex-71, .modal-flex-cc-60 .modal-content > .flex-71, .modal-flex-cc-55 .modal-content > .flex-71, .modal-flex-cc-50 .modal-content > .flex-71, .modal-flex-cc-45 .modal-content > .flex-71, .modal-flex-cc-40 .modal-content > .flex-71, .modal-flex-cc-ticket-task .modal-content > .flex-71, .modal-flex-cc-fit-width .modal-content > .flex-71, .modal-flex-cc .modal-dialog > .flex-71, .modal-flex-cc-95 .modal-dialog > .flex-71, .modal-flex-cc-90 .modal-dialog > .flex-71, .modal-flex-cc-85 .modal-dialog > .flex-71, .modal-flex-cc-80 .modal-dialog > .flex-71, .modal-flex-cc-75 .modal-dialog > .flex-71, .modal-flex-cc-70 .modal-dialog > .flex-71, .modal-flex-cc-65 .modal-dialog > .flex-71, .modal-flex-cc-60 .modal-dialog > .flex-71, .modal-flex-cc-55 .modal-dialog > .flex-71, .modal-flex-cc-50 .modal-dialog > .flex-71, .modal-flex-cc-45 .modal-dialog > .flex-71, .modal-flex-cc-40 .modal-dialog > .flex-71, .modal-flex-cc-ticket-task .modal-dialog > .flex-71, .modal-flex-cc-fit-width .modal-dialog > .flex-71, .loader.loader-centered > .flex-71 {
  -moz-flex: 1 1 71%;
  flex: 1 1 71%;
  max-height: 71%;
  max-width: 100%;
}

.flex-72,
.layout-row > .flex-72,
.loader.loader-horizontal > .flex-72 {
  -moz-flex: 1 1 72%;
  flex: 1 1 72%;
  max-width: 72%;
  max-height: 100%;
}

.layout-column > .flex-72, .modal-flex-cc .modal-content > .flex-72, .modal-flex-cc-95 .modal-content > .flex-72, .modal-flex-cc-90 .modal-content > .flex-72, .modal-flex-cc-85 .modal-content > .flex-72, .modal-flex-cc-80 .modal-content > .flex-72, .modal-flex-cc-75 .modal-content > .flex-72, .modal-flex-cc-70 .modal-content > .flex-72, .modal-flex-cc-65 .modal-content > .flex-72, .modal-flex-cc-60 .modal-content > .flex-72, .modal-flex-cc-55 .modal-content > .flex-72, .modal-flex-cc-50 .modal-content > .flex-72, .modal-flex-cc-45 .modal-content > .flex-72, .modal-flex-cc-40 .modal-content > .flex-72, .modal-flex-cc-ticket-task .modal-content > .flex-72, .modal-flex-cc-fit-width .modal-content > .flex-72, .modal-flex-cc .modal-dialog > .flex-72, .modal-flex-cc-95 .modal-dialog > .flex-72, .modal-flex-cc-90 .modal-dialog > .flex-72, .modal-flex-cc-85 .modal-dialog > .flex-72, .modal-flex-cc-80 .modal-dialog > .flex-72, .modal-flex-cc-75 .modal-dialog > .flex-72, .modal-flex-cc-70 .modal-dialog > .flex-72, .modal-flex-cc-65 .modal-dialog > .flex-72, .modal-flex-cc-60 .modal-dialog > .flex-72, .modal-flex-cc-55 .modal-dialog > .flex-72, .modal-flex-cc-50 .modal-dialog > .flex-72, .modal-flex-cc-45 .modal-dialog > .flex-72, .modal-flex-cc-40 .modal-dialog > .flex-72, .modal-flex-cc-ticket-task .modal-dialog > .flex-72, .modal-flex-cc-fit-width .modal-dialog > .flex-72, .loader.loader-centered > .flex-72 {
  -moz-flex: 1 1 72%;
  flex: 1 1 72%;
  max-height: 72%;
  max-width: 100%;
}

.flex-73,
.layout-row > .flex-73,
.loader.loader-horizontal > .flex-73 {
  -moz-flex: 1 1 73%;
  flex: 1 1 73%;
  max-width: 73%;
  max-height: 100%;
}

.layout-column > .flex-73, .modal-flex-cc .modal-content > .flex-73, .modal-flex-cc-95 .modal-content > .flex-73, .modal-flex-cc-90 .modal-content > .flex-73, .modal-flex-cc-85 .modal-content > .flex-73, .modal-flex-cc-80 .modal-content > .flex-73, .modal-flex-cc-75 .modal-content > .flex-73, .modal-flex-cc-70 .modal-content > .flex-73, .modal-flex-cc-65 .modal-content > .flex-73, .modal-flex-cc-60 .modal-content > .flex-73, .modal-flex-cc-55 .modal-content > .flex-73, .modal-flex-cc-50 .modal-content > .flex-73, .modal-flex-cc-45 .modal-content > .flex-73, .modal-flex-cc-40 .modal-content > .flex-73, .modal-flex-cc-ticket-task .modal-content > .flex-73, .modal-flex-cc-fit-width .modal-content > .flex-73, .modal-flex-cc .modal-dialog > .flex-73, .modal-flex-cc-95 .modal-dialog > .flex-73, .modal-flex-cc-90 .modal-dialog > .flex-73, .modal-flex-cc-85 .modal-dialog > .flex-73, .modal-flex-cc-80 .modal-dialog > .flex-73, .modal-flex-cc-75 .modal-dialog > .flex-73, .modal-flex-cc-70 .modal-dialog > .flex-73, .modal-flex-cc-65 .modal-dialog > .flex-73, .modal-flex-cc-60 .modal-dialog > .flex-73, .modal-flex-cc-55 .modal-dialog > .flex-73, .modal-flex-cc-50 .modal-dialog > .flex-73, .modal-flex-cc-45 .modal-dialog > .flex-73, .modal-flex-cc-40 .modal-dialog > .flex-73, .modal-flex-cc-ticket-task .modal-dialog > .flex-73, .modal-flex-cc-fit-width .modal-dialog > .flex-73, .loader.loader-centered > .flex-73 {
  -moz-flex: 1 1 73%;
  flex: 1 1 73%;
  max-height: 73%;
  max-width: 100%;
}

.flex-74,
.layout-row > .flex-74,
.loader.loader-horizontal > .flex-74 {
  -moz-flex: 1 1 74%;
  flex: 1 1 74%;
  max-width: 74%;
  max-height: 100%;
}

.layout-column > .flex-74, .modal-flex-cc .modal-content > .flex-74, .modal-flex-cc-95 .modal-content > .flex-74, .modal-flex-cc-90 .modal-content > .flex-74, .modal-flex-cc-85 .modal-content > .flex-74, .modal-flex-cc-80 .modal-content > .flex-74, .modal-flex-cc-75 .modal-content > .flex-74, .modal-flex-cc-70 .modal-content > .flex-74, .modal-flex-cc-65 .modal-content > .flex-74, .modal-flex-cc-60 .modal-content > .flex-74, .modal-flex-cc-55 .modal-content > .flex-74, .modal-flex-cc-50 .modal-content > .flex-74, .modal-flex-cc-45 .modal-content > .flex-74, .modal-flex-cc-40 .modal-content > .flex-74, .modal-flex-cc-ticket-task .modal-content > .flex-74, .modal-flex-cc-fit-width .modal-content > .flex-74, .modal-flex-cc .modal-dialog > .flex-74, .modal-flex-cc-95 .modal-dialog > .flex-74, .modal-flex-cc-90 .modal-dialog > .flex-74, .modal-flex-cc-85 .modal-dialog > .flex-74, .modal-flex-cc-80 .modal-dialog > .flex-74, .modal-flex-cc-75 .modal-dialog > .flex-74, .modal-flex-cc-70 .modal-dialog > .flex-74, .modal-flex-cc-65 .modal-dialog > .flex-74, .modal-flex-cc-60 .modal-dialog > .flex-74, .modal-flex-cc-55 .modal-dialog > .flex-74, .modal-flex-cc-50 .modal-dialog > .flex-74, .modal-flex-cc-45 .modal-dialog > .flex-74, .modal-flex-cc-40 .modal-dialog > .flex-74, .modal-flex-cc-ticket-task .modal-dialog > .flex-74, .modal-flex-cc-fit-width .modal-dialog > .flex-74, .loader.loader-centered > .flex-74 {
  -moz-flex: 1 1 74%;
  flex: 1 1 74%;
  max-height: 74%;
  max-width: 100%;
}

.flex-75,
.layout-row > .flex-75,
.loader.loader-horizontal > .flex-75 {
  -moz-flex: 1 1 75%;
  flex: 1 1 75%;
  max-width: 75%;
  max-height: 100%;
}

.layout-column > .flex-75, .modal-flex-cc .modal-content > .flex-75, .modal-flex-cc-95 .modal-content > .flex-75, .modal-flex-cc-90 .modal-content > .flex-75, .modal-flex-cc-85 .modal-content > .flex-75, .modal-flex-cc-80 .modal-content > .flex-75, .modal-flex-cc-75 .modal-content > .flex-75, .modal-flex-cc-70 .modal-content > .flex-75, .modal-flex-cc-65 .modal-content > .flex-75, .modal-flex-cc-60 .modal-content > .flex-75, .modal-flex-cc-55 .modal-content > .flex-75, .modal-flex-cc-50 .modal-content > .flex-75, .modal-flex-cc-45 .modal-content > .flex-75, .modal-flex-cc-40 .modal-content > .flex-75, .modal-flex-cc-ticket-task .modal-content > .flex-75, .modal-flex-cc-fit-width .modal-content > .flex-75, .modal-flex-cc .modal-dialog > .flex-75, .modal-flex-cc-95 .modal-dialog > .flex-75, .modal-flex-cc-90 .modal-dialog > .flex-75, .modal-flex-cc-85 .modal-dialog > .flex-75, .modal-flex-cc-80 .modal-dialog > .flex-75, .modal-flex-cc-75 .modal-dialog > .flex-75, .modal-flex-cc-70 .modal-dialog > .flex-75, .modal-flex-cc-65 .modal-dialog > .flex-75, .modal-flex-cc-60 .modal-dialog > .flex-75, .modal-flex-cc-55 .modal-dialog > .flex-75, .modal-flex-cc-50 .modal-dialog > .flex-75, .modal-flex-cc-45 .modal-dialog > .flex-75, .modal-flex-cc-40 .modal-dialog > .flex-75, .modal-flex-cc-ticket-task .modal-dialog > .flex-75, .modal-flex-cc-fit-width .modal-dialog > .flex-75, .loader.loader-centered > .flex-75 {
  -moz-flex: 1 1 75%;
  flex: 1 1 75%;
  max-height: 75%;
  max-width: 100%;
}

.flex-76,
.layout-row > .flex-76,
.loader.loader-horizontal > .flex-76 {
  -moz-flex: 1 1 76%;
  flex: 1 1 76%;
  max-width: 76%;
  max-height: 100%;
}

.layout-column > .flex-76, .modal-flex-cc .modal-content > .flex-76, .modal-flex-cc-95 .modal-content > .flex-76, .modal-flex-cc-90 .modal-content > .flex-76, .modal-flex-cc-85 .modal-content > .flex-76, .modal-flex-cc-80 .modal-content > .flex-76, .modal-flex-cc-75 .modal-content > .flex-76, .modal-flex-cc-70 .modal-content > .flex-76, .modal-flex-cc-65 .modal-content > .flex-76, .modal-flex-cc-60 .modal-content > .flex-76, .modal-flex-cc-55 .modal-content > .flex-76, .modal-flex-cc-50 .modal-content > .flex-76, .modal-flex-cc-45 .modal-content > .flex-76, .modal-flex-cc-40 .modal-content > .flex-76, .modal-flex-cc-ticket-task .modal-content > .flex-76, .modal-flex-cc-fit-width .modal-content > .flex-76, .modal-flex-cc .modal-dialog > .flex-76, .modal-flex-cc-95 .modal-dialog > .flex-76, .modal-flex-cc-90 .modal-dialog > .flex-76, .modal-flex-cc-85 .modal-dialog > .flex-76, .modal-flex-cc-80 .modal-dialog > .flex-76, .modal-flex-cc-75 .modal-dialog > .flex-76, .modal-flex-cc-70 .modal-dialog > .flex-76, .modal-flex-cc-65 .modal-dialog > .flex-76, .modal-flex-cc-60 .modal-dialog > .flex-76, .modal-flex-cc-55 .modal-dialog > .flex-76, .modal-flex-cc-50 .modal-dialog > .flex-76, .modal-flex-cc-45 .modal-dialog > .flex-76, .modal-flex-cc-40 .modal-dialog > .flex-76, .modal-flex-cc-ticket-task .modal-dialog > .flex-76, .modal-flex-cc-fit-width .modal-dialog > .flex-76, .loader.loader-centered > .flex-76 {
  -moz-flex: 1 1 76%;
  flex: 1 1 76%;
  max-height: 76%;
  max-width: 100%;
}

.flex-77,
.layout-row > .flex-77,
.loader.loader-horizontal > .flex-77 {
  -moz-flex: 1 1 77%;
  flex: 1 1 77%;
  max-width: 77%;
  max-height: 100%;
}

.layout-column > .flex-77, .modal-flex-cc .modal-content > .flex-77, .modal-flex-cc-95 .modal-content > .flex-77, .modal-flex-cc-90 .modal-content > .flex-77, .modal-flex-cc-85 .modal-content > .flex-77, .modal-flex-cc-80 .modal-content > .flex-77, .modal-flex-cc-75 .modal-content > .flex-77, .modal-flex-cc-70 .modal-content > .flex-77, .modal-flex-cc-65 .modal-content > .flex-77, .modal-flex-cc-60 .modal-content > .flex-77, .modal-flex-cc-55 .modal-content > .flex-77, .modal-flex-cc-50 .modal-content > .flex-77, .modal-flex-cc-45 .modal-content > .flex-77, .modal-flex-cc-40 .modal-content > .flex-77, .modal-flex-cc-ticket-task .modal-content > .flex-77, .modal-flex-cc-fit-width .modal-content > .flex-77, .modal-flex-cc .modal-dialog > .flex-77, .modal-flex-cc-95 .modal-dialog > .flex-77, .modal-flex-cc-90 .modal-dialog > .flex-77, .modal-flex-cc-85 .modal-dialog > .flex-77, .modal-flex-cc-80 .modal-dialog > .flex-77, .modal-flex-cc-75 .modal-dialog > .flex-77, .modal-flex-cc-70 .modal-dialog > .flex-77, .modal-flex-cc-65 .modal-dialog > .flex-77, .modal-flex-cc-60 .modal-dialog > .flex-77, .modal-flex-cc-55 .modal-dialog > .flex-77, .modal-flex-cc-50 .modal-dialog > .flex-77, .modal-flex-cc-45 .modal-dialog > .flex-77, .modal-flex-cc-40 .modal-dialog > .flex-77, .modal-flex-cc-ticket-task .modal-dialog > .flex-77, .modal-flex-cc-fit-width .modal-dialog > .flex-77, .loader.loader-centered > .flex-77 {
  -moz-flex: 1 1 77%;
  flex: 1 1 77%;
  max-height: 77%;
  max-width: 100%;
}

.flex-78,
.layout-row > .flex-78,
.loader.loader-horizontal > .flex-78 {
  -moz-flex: 1 1 78%;
  flex: 1 1 78%;
  max-width: 78%;
  max-height: 100%;
}

.layout-column > .flex-78, .modal-flex-cc .modal-content > .flex-78, .modal-flex-cc-95 .modal-content > .flex-78, .modal-flex-cc-90 .modal-content > .flex-78, .modal-flex-cc-85 .modal-content > .flex-78, .modal-flex-cc-80 .modal-content > .flex-78, .modal-flex-cc-75 .modal-content > .flex-78, .modal-flex-cc-70 .modal-content > .flex-78, .modal-flex-cc-65 .modal-content > .flex-78, .modal-flex-cc-60 .modal-content > .flex-78, .modal-flex-cc-55 .modal-content > .flex-78, .modal-flex-cc-50 .modal-content > .flex-78, .modal-flex-cc-45 .modal-content > .flex-78, .modal-flex-cc-40 .modal-content > .flex-78, .modal-flex-cc-ticket-task .modal-content > .flex-78, .modal-flex-cc-fit-width .modal-content > .flex-78, .modal-flex-cc .modal-dialog > .flex-78, .modal-flex-cc-95 .modal-dialog > .flex-78, .modal-flex-cc-90 .modal-dialog > .flex-78, .modal-flex-cc-85 .modal-dialog > .flex-78, .modal-flex-cc-80 .modal-dialog > .flex-78, .modal-flex-cc-75 .modal-dialog > .flex-78, .modal-flex-cc-70 .modal-dialog > .flex-78, .modal-flex-cc-65 .modal-dialog > .flex-78, .modal-flex-cc-60 .modal-dialog > .flex-78, .modal-flex-cc-55 .modal-dialog > .flex-78, .modal-flex-cc-50 .modal-dialog > .flex-78, .modal-flex-cc-45 .modal-dialog > .flex-78, .modal-flex-cc-40 .modal-dialog > .flex-78, .modal-flex-cc-ticket-task .modal-dialog > .flex-78, .modal-flex-cc-fit-width .modal-dialog > .flex-78, .loader.loader-centered > .flex-78 {
  -moz-flex: 1 1 78%;
  flex: 1 1 78%;
  max-height: 78%;
  max-width: 100%;
}

.flex-79,
.layout-row > .flex-79,
.loader.loader-horizontal > .flex-79 {
  -moz-flex: 1 1 79%;
  flex: 1 1 79%;
  max-width: 79%;
  max-height: 100%;
}

.layout-column > .flex-79, .modal-flex-cc .modal-content > .flex-79, .modal-flex-cc-95 .modal-content > .flex-79, .modal-flex-cc-90 .modal-content > .flex-79, .modal-flex-cc-85 .modal-content > .flex-79, .modal-flex-cc-80 .modal-content > .flex-79, .modal-flex-cc-75 .modal-content > .flex-79, .modal-flex-cc-70 .modal-content > .flex-79, .modal-flex-cc-65 .modal-content > .flex-79, .modal-flex-cc-60 .modal-content > .flex-79, .modal-flex-cc-55 .modal-content > .flex-79, .modal-flex-cc-50 .modal-content > .flex-79, .modal-flex-cc-45 .modal-content > .flex-79, .modal-flex-cc-40 .modal-content > .flex-79, .modal-flex-cc-ticket-task .modal-content > .flex-79, .modal-flex-cc-fit-width .modal-content > .flex-79, .modal-flex-cc .modal-dialog > .flex-79, .modal-flex-cc-95 .modal-dialog > .flex-79, .modal-flex-cc-90 .modal-dialog > .flex-79, .modal-flex-cc-85 .modal-dialog > .flex-79, .modal-flex-cc-80 .modal-dialog > .flex-79, .modal-flex-cc-75 .modal-dialog > .flex-79, .modal-flex-cc-70 .modal-dialog > .flex-79, .modal-flex-cc-65 .modal-dialog > .flex-79, .modal-flex-cc-60 .modal-dialog > .flex-79, .modal-flex-cc-55 .modal-dialog > .flex-79, .modal-flex-cc-50 .modal-dialog > .flex-79, .modal-flex-cc-45 .modal-dialog > .flex-79, .modal-flex-cc-40 .modal-dialog > .flex-79, .modal-flex-cc-ticket-task .modal-dialog > .flex-79, .modal-flex-cc-fit-width .modal-dialog > .flex-79, .loader.loader-centered > .flex-79 {
  -moz-flex: 1 1 79%;
  flex: 1 1 79%;
  max-height: 79%;
  max-width: 100%;
}

.flex-80,
.layout-row > .flex-80,
.loader.loader-horizontal > .flex-80 {
  -moz-flex: 1 1 80%;
  flex: 1 1 80%;
  max-width: 80%;
  max-height: 100%;
}

.layout-column > .flex-80, .modal-flex-cc .modal-content > .flex-80, .modal-flex-cc-95 .modal-content > .flex-80, .modal-flex-cc-90 .modal-content > .flex-80, .modal-flex-cc-85 .modal-content > .flex-80, .modal-flex-cc-80 .modal-content > .flex-80, .modal-flex-cc-75 .modal-content > .flex-80, .modal-flex-cc-70 .modal-content > .flex-80, .modal-flex-cc-65 .modal-content > .flex-80, .modal-flex-cc-60 .modal-content > .flex-80, .modal-flex-cc-55 .modal-content > .flex-80, .modal-flex-cc-50 .modal-content > .flex-80, .modal-flex-cc-45 .modal-content > .flex-80, .modal-flex-cc-40 .modal-content > .flex-80, .modal-flex-cc-ticket-task .modal-content > .flex-80, .modal-flex-cc-fit-width .modal-content > .flex-80, .modal-flex-cc .modal-dialog > .flex-80, .modal-flex-cc-95 .modal-dialog > .flex-80, .modal-flex-cc-90 .modal-dialog > .flex-80, .modal-flex-cc-85 .modal-dialog > .flex-80, .modal-flex-cc-80 .modal-dialog > .flex-80, .modal-flex-cc-75 .modal-dialog > .flex-80, .modal-flex-cc-70 .modal-dialog > .flex-80, .modal-flex-cc-65 .modal-dialog > .flex-80, .modal-flex-cc-60 .modal-dialog > .flex-80, .modal-flex-cc-55 .modal-dialog > .flex-80, .modal-flex-cc-50 .modal-dialog > .flex-80, .modal-flex-cc-45 .modal-dialog > .flex-80, .modal-flex-cc-40 .modal-dialog > .flex-80, .modal-flex-cc-ticket-task .modal-dialog > .flex-80, .modal-flex-cc-fit-width .modal-dialog > .flex-80, .loader.loader-centered > .flex-80 {
  -moz-flex: 1 1 80%;
  flex: 1 1 80%;
  max-height: 80%;
  max-width: 100%;
}

.flex-81,
.layout-row > .flex-81,
.loader.loader-horizontal > .flex-81 {
  -moz-flex: 1 1 81%;
  flex: 1 1 81%;
  max-width: 81%;
  max-height: 100%;
}

.layout-column > .flex-81, .modal-flex-cc .modal-content > .flex-81, .modal-flex-cc-95 .modal-content > .flex-81, .modal-flex-cc-90 .modal-content > .flex-81, .modal-flex-cc-85 .modal-content > .flex-81, .modal-flex-cc-80 .modal-content > .flex-81, .modal-flex-cc-75 .modal-content > .flex-81, .modal-flex-cc-70 .modal-content > .flex-81, .modal-flex-cc-65 .modal-content > .flex-81, .modal-flex-cc-60 .modal-content > .flex-81, .modal-flex-cc-55 .modal-content > .flex-81, .modal-flex-cc-50 .modal-content > .flex-81, .modal-flex-cc-45 .modal-content > .flex-81, .modal-flex-cc-40 .modal-content > .flex-81, .modal-flex-cc-ticket-task .modal-content > .flex-81, .modal-flex-cc-fit-width .modal-content > .flex-81, .modal-flex-cc .modal-dialog > .flex-81, .modal-flex-cc-95 .modal-dialog > .flex-81, .modal-flex-cc-90 .modal-dialog > .flex-81, .modal-flex-cc-85 .modal-dialog > .flex-81, .modal-flex-cc-80 .modal-dialog > .flex-81, .modal-flex-cc-75 .modal-dialog > .flex-81, .modal-flex-cc-70 .modal-dialog > .flex-81, .modal-flex-cc-65 .modal-dialog > .flex-81, .modal-flex-cc-60 .modal-dialog > .flex-81, .modal-flex-cc-55 .modal-dialog > .flex-81, .modal-flex-cc-50 .modal-dialog > .flex-81, .modal-flex-cc-45 .modal-dialog > .flex-81, .modal-flex-cc-40 .modal-dialog > .flex-81, .modal-flex-cc-ticket-task .modal-dialog > .flex-81, .modal-flex-cc-fit-width .modal-dialog > .flex-81, .loader.loader-centered > .flex-81 {
  -moz-flex: 1 1 81%;
  flex: 1 1 81%;
  max-height: 81%;
  max-width: 100%;
}

.flex-82,
.layout-row > .flex-82,
.loader.loader-horizontal > .flex-82 {
  -moz-flex: 1 1 82%;
  flex: 1 1 82%;
  max-width: 82%;
  max-height: 100%;
}

.layout-column > .flex-82, .modal-flex-cc .modal-content > .flex-82, .modal-flex-cc-95 .modal-content > .flex-82, .modal-flex-cc-90 .modal-content > .flex-82, .modal-flex-cc-85 .modal-content > .flex-82, .modal-flex-cc-80 .modal-content > .flex-82, .modal-flex-cc-75 .modal-content > .flex-82, .modal-flex-cc-70 .modal-content > .flex-82, .modal-flex-cc-65 .modal-content > .flex-82, .modal-flex-cc-60 .modal-content > .flex-82, .modal-flex-cc-55 .modal-content > .flex-82, .modal-flex-cc-50 .modal-content > .flex-82, .modal-flex-cc-45 .modal-content > .flex-82, .modal-flex-cc-40 .modal-content > .flex-82, .modal-flex-cc-ticket-task .modal-content > .flex-82, .modal-flex-cc-fit-width .modal-content > .flex-82, .modal-flex-cc .modal-dialog > .flex-82, .modal-flex-cc-95 .modal-dialog > .flex-82, .modal-flex-cc-90 .modal-dialog > .flex-82, .modal-flex-cc-85 .modal-dialog > .flex-82, .modal-flex-cc-80 .modal-dialog > .flex-82, .modal-flex-cc-75 .modal-dialog > .flex-82, .modal-flex-cc-70 .modal-dialog > .flex-82, .modal-flex-cc-65 .modal-dialog > .flex-82, .modal-flex-cc-60 .modal-dialog > .flex-82, .modal-flex-cc-55 .modal-dialog > .flex-82, .modal-flex-cc-50 .modal-dialog > .flex-82, .modal-flex-cc-45 .modal-dialog > .flex-82, .modal-flex-cc-40 .modal-dialog > .flex-82, .modal-flex-cc-ticket-task .modal-dialog > .flex-82, .modal-flex-cc-fit-width .modal-dialog > .flex-82, .loader.loader-centered > .flex-82 {
  -moz-flex: 1 1 82%;
  flex: 1 1 82%;
  max-height: 82%;
  max-width: 100%;
}

.flex-83,
.layout-row > .flex-83,
.loader.loader-horizontal > .flex-83 {
  -moz-flex: 1 1 83%;
  flex: 1 1 83%;
  max-width: 83%;
  max-height: 100%;
}

.layout-column > .flex-83, .modal-flex-cc .modal-content > .flex-83, .modal-flex-cc-95 .modal-content > .flex-83, .modal-flex-cc-90 .modal-content > .flex-83, .modal-flex-cc-85 .modal-content > .flex-83, .modal-flex-cc-80 .modal-content > .flex-83, .modal-flex-cc-75 .modal-content > .flex-83, .modal-flex-cc-70 .modal-content > .flex-83, .modal-flex-cc-65 .modal-content > .flex-83, .modal-flex-cc-60 .modal-content > .flex-83, .modal-flex-cc-55 .modal-content > .flex-83, .modal-flex-cc-50 .modal-content > .flex-83, .modal-flex-cc-45 .modal-content > .flex-83, .modal-flex-cc-40 .modal-content > .flex-83, .modal-flex-cc-ticket-task .modal-content > .flex-83, .modal-flex-cc-fit-width .modal-content > .flex-83, .modal-flex-cc .modal-dialog > .flex-83, .modal-flex-cc-95 .modal-dialog > .flex-83, .modal-flex-cc-90 .modal-dialog > .flex-83, .modal-flex-cc-85 .modal-dialog > .flex-83, .modal-flex-cc-80 .modal-dialog > .flex-83, .modal-flex-cc-75 .modal-dialog > .flex-83, .modal-flex-cc-70 .modal-dialog > .flex-83, .modal-flex-cc-65 .modal-dialog > .flex-83, .modal-flex-cc-60 .modal-dialog > .flex-83, .modal-flex-cc-55 .modal-dialog > .flex-83, .modal-flex-cc-50 .modal-dialog > .flex-83, .modal-flex-cc-45 .modal-dialog > .flex-83, .modal-flex-cc-40 .modal-dialog > .flex-83, .modal-flex-cc-ticket-task .modal-dialog > .flex-83, .modal-flex-cc-fit-width .modal-dialog > .flex-83, .loader.loader-centered > .flex-83 {
  -moz-flex: 1 1 83%;
  flex: 1 1 83%;
  max-height: 83%;
  max-width: 100%;
}

.flex-84,
.layout-row > .flex-84,
.loader.loader-horizontal > .flex-84 {
  -moz-flex: 1 1 84%;
  flex: 1 1 84%;
  max-width: 84%;
  max-height: 100%;
}

.layout-column > .flex-84, .modal-flex-cc .modal-content > .flex-84, .modal-flex-cc-95 .modal-content > .flex-84, .modal-flex-cc-90 .modal-content > .flex-84, .modal-flex-cc-85 .modal-content > .flex-84, .modal-flex-cc-80 .modal-content > .flex-84, .modal-flex-cc-75 .modal-content > .flex-84, .modal-flex-cc-70 .modal-content > .flex-84, .modal-flex-cc-65 .modal-content > .flex-84, .modal-flex-cc-60 .modal-content > .flex-84, .modal-flex-cc-55 .modal-content > .flex-84, .modal-flex-cc-50 .modal-content > .flex-84, .modal-flex-cc-45 .modal-content > .flex-84, .modal-flex-cc-40 .modal-content > .flex-84, .modal-flex-cc-ticket-task .modal-content > .flex-84, .modal-flex-cc-fit-width .modal-content > .flex-84, .modal-flex-cc .modal-dialog > .flex-84, .modal-flex-cc-95 .modal-dialog > .flex-84, .modal-flex-cc-90 .modal-dialog > .flex-84, .modal-flex-cc-85 .modal-dialog > .flex-84, .modal-flex-cc-80 .modal-dialog > .flex-84, .modal-flex-cc-75 .modal-dialog > .flex-84, .modal-flex-cc-70 .modal-dialog > .flex-84, .modal-flex-cc-65 .modal-dialog > .flex-84, .modal-flex-cc-60 .modal-dialog > .flex-84, .modal-flex-cc-55 .modal-dialog > .flex-84, .modal-flex-cc-50 .modal-dialog > .flex-84, .modal-flex-cc-45 .modal-dialog > .flex-84, .modal-flex-cc-40 .modal-dialog > .flex-84, .modal-flex-cc-ticket-task .modal-dialog > .flex-84, .modal-flex-cc-fit-width .modal-dialog > .flex-84, .loader.loader-centered > .flex-84 {
  -moz-flex: 1 1 84%;
  flex: 1 1 84%;
  max-height: 84%;
  max-width: 100%;
}

.flex-85,
.layout-row > .flex-85,
.loader.loader-horizontal > .flex-85 {
  -moz-flex: 1 1 85%;
  flex: 1 1 85%;
  max-width: 85%;
  max-height: 100%;
}

.layout-column > .flex-85, .modal-flex-cc .modal-content > .flex-85, .modal-flex-cc-95 .modal-content > .flex-85, .modal-flex-cc-90 .modal-content > .flex-85, .modal-flex-cc-85 .modal-content > .flex-85, .modal-flex-cc-80 .modal-content > .flex-85, .modal-flex-cc-75 .modal-content > .flex-85, .modal-flex-cc-70 .modal-content > .flex-85, .modal-flex-cc-65 .modal-content > .flex-85, .modal-flex-cc-60 .modal-content > .flex-85, .modal-flex-cc-55 .modal-content > .flex-85, .modal-flex-cc-50 .modal-content > .flex-85, .modal-flex-cc-45 .modal-content > .flex-85, .modal-flex-cc-40 .modal-content > .flex-85, .modal-flex-cc-ticket-task .modal-content > .flex-85, .modal-flex-cc-fit-width .modal-content > .flex-85, .modal-flex-cc .modal-dialog > .flex-85, .modal-flex-cc-95 .modal-dialog > .flex-85, .modal-flex-cc-90 .modal-dialog > .flex-85, .modal-flex-cc-85 .modal-dialog > .flex-85, .modal-flex-cc-80 .modal-dialog > .flex-85, .modal-flex-cc-75 .modal-dialog > .flex-85, .modal-flex-cc-70 .modal-dialog > .flex-85, .modal-flex-cc-65 .modal-dialog > .flex-85, .modal-flex-cc-60 .modal-dialog > .flex-85, .modal-flex-cc-55 .modal-dialog > .flex-85, .modal-flex-cc-50 .modal-dialog > .flex-85, .modal-flex-cc-45 .modal-dialog > .flex-85, .modal-flex-cc-40 .modal-dialog > .flex-85, .modal-flex-cc-ticket-task .modal-dialog > .flex-85, .modal-flex-cc-fit-width .modal-dialog > .flex-85, .loader.loader-centered > .flex-85 {
  -moz-flex: 1 1 85%;
  flex: 1 1 85%;
  max-height: 85%;
  max-width: 100%;
}

.flex-86,
.layout-row > .flex-86,
.loader.loader-horizontal > .flex-86 {
  -moz-flex: 1 1 86%;
  flex: 1 1 86%;
  max-width: 86%;
  max-height: 100%;
}

.layout-column > .flex-86, .modal-flex-cc .modal-content > .flex-86, .modal-flex-cc-95 .modal-content > .flex-86, .modal-flex-cc-90 .modal-content > .flex-86, .modal-flex-cc-85 .modal-content > .flex-86, .modal-flex-cc-80 .modal-content > .flex-86, .modal-flex-cc-75 .modal-content > .flex-86, .modal-flex-cc-70 .modal-content > .flex-86, .modal-flex-cc-65 .modal-content > .flex-86, .modal-flex-cc-60 .modal-content > .flex-86, .modal-flex-cc-55 .modal-content > .flex-86, .modal-flex-cc-50 .modal-content > .flex-86, .modal-flex-cc-45 .modal-content > .flex-86, .modal-flex-cc-40 .modal-content > .flex-86, .modal-flex-cc-ticket-task .modal-content > .flex-86, .modal-flex-cc-fit-width .modal-content > .flex-86, .modal-flex-cc .modal-dialog > .flex-86, .modal-flex-cc-95 .modal-dialog > .flex-86, .modal-flex-cc-90 .modal-dialog > .flex-86, .modal-flex-cc-85 .modal-dialog > .flex-86, .modal-flex-cc-80 .modal-dialog > .flex-86, .modal-flex-cc-75 .modal-dialog > .flex-86, .modal-flex-cc-70 .modal-dialog > .flex-86, .modal-flex-cc-65 .modal-dialog > .flex-86, .modal-flex-cc-60 .modal-dialog > .flex-86, .modal-flex-cc-55 .modal-dialog > .flex-86, .modal-flex-cc-50 .modal-dialog > .flex-86, .modal-flex-cc-45 .modal-dialog > .flex-86, .modal-flex-cc-40 .modal-dialog > .flex-86, .modal-flex-cc-ticket-task .modal-dialog > .flex-86, .modal-flex-cc-fit-width .modal-dialog > .flex-86, .loader.loader-centered > .flex-86 {
  -moz-flex: 1 1 86%;
  flex: 1 1 86%;
  max-height: 86%;
  max-width: 100%;
}

.flex-87,
.layout-row > .flex-87,
.loader.loader-horizontal > .flex-87 {
  -moz-flex: 1 1 87%;
  flex: 1 1 87%;
  max-width: 87%;
  max-height: 100%;
}

.layout-column > .flex-87, .modal-flex-cc .modal-content > .flex-87, .modal-flex-cc-95 .modal-content > .flex-87, .modal-flex-cc-90 .modal-content > .flex-87, .modal-flex-cc-85 .modal-content > .flex-87, .modal-flex-cc-80 .modal-content > .flex-87, .modal-flex-cc-75 .modal-content > .flex-87, .modal-flex-cc-70 .modal-content > .flex-87, .modal-flex-cc-65 .modal-content > .flex-87, .modal-flex-cc-60 .modal-content > .flex-87, .modal-flex-cc-55 .modal-content > .flex-87, .modal-flex-cc-50 .modal-content > .flex-87, .modal-flex-cc-45 .modal-content > .flex-87, .modal-flex-cc-40 .modal-content > .flex-87, .modal-flex-cc-ticket-task .modal-content > .flex-87, .modal-flex-cc-fit-width .modal-content > .flex-87, .modal-flex-cc .modal-dialog > .flex-87, .modal-flex-cc-95 .modal-dialog > .flex-87, .modal-flex-cc-90 .modal-dialog > .flex-87, .modal-flex-cc-85 .modal-dialog > .flex-87, .modal-flex-cc-80 .modal-dialog > .flex-87, .modal-flex-cc-75 .modal-dialog > .flex-87, .modal-flex-cc-70 .modal-dialog > .flex-87, .modal-flex-cc-65 .modal-dialog > .flex-87, .modal-flex-cc-60 .modal-dialog > .flex-87, .modal-flex-cc-55 .modal-dialog > .flex-87, .modal-flex-cc-50 .modal-dialog > .flex-87, .modal-flex-cc-45 .modal-dialog > .flex-87, .modal-flex-cc-40 .modal-dialog > .flex-87, .modal-flex-cc-ticket-task .modal-dialog > .flex-87, .modal-flex-cc-fit-width .modal-dialog > .flex-87, .loader.loader-centered > .flex-87 {
  -moz-flex: 1 1 87%;
  flex: 1 1 87%;
  max-height: 87%;
  max-width: 100%;
}

.flex-88,
.layout-row > .flex-88,
.loader.loader-horizontal > .flex-88 {
  -moz-flex: 1 1 88%;
  flex: 1 1 88%;
  max-width: 88%;
  max-height: 100%;
}

.layout-column > .flex-88, .modal-flex-cc .modal-content > .flex-88, .modal-flex-cc-95 .modal-content > .flex-88, .modal-flex-cc-90 .modal-content > .flex-88, .modal-flex-cc-85 .modal-content > .flex-88, .modal-flex-cc-80 .modal-content > .flex-88, .modal-flex-cc-75 .modal-content > .flex-88, .modal-flex-cc-70 .modal-content > .flex-88, .modal-flex-cc-65 .modal-content > .flex-88, .modal-flex-cc-60 .modal-content > .flex-88, .modal-flex-cc-55 .modal-content > .flex-88, .modal-flex-cc-50 .modal-content > .flex-88, .modal-flex-cc-45 .modal-content > .flex-88, .modal-flex-cc-40 .modal-content > .flex-88, .modal-flex-cc-ticket-task .modal-content > .flex-88, .modal-flex-cc-fit-width .modal-content > .flex-88, .modal-flex-cc .modal-dialog > .flex-88, .modal-flex-cc-95 .modal-dialog > .flex-88, .modal-flex-cc-90 .modal-dialog > .flex-88, .modal-flex-cc-85 .modal-dialog > .flex-88, .modal-flex-cc-80 .modal-dialog > .flex-88, .modal-flex-cc-75 .modal-dialog > .flex-88, .modal-flex-cc-70 .modal-dialog > .flex-88, .modal-flex-cc-65 .modal-dialog > .flex-88, .modal-flex-cc-60 .modal-dialog > .flex-88, .modal-flex-cc-55 .modal-dialog > .flex-88, .modal-flex-cc-50 .modal-dialog > .flex-88, .modal-flex-cc-45 .modal-dialog > .flex-88, .modal-flex-cc-40 .modal-dialog > .flex-88, .modal-flex-cc-ticket-task .modal-dialog > .flex-88, .modal-flex-cc-fit-width .modal-dialog > .flex-88, .loader.loader-centered > .flex-88 {
  -moz-flex: 1 1 88%;
  flex: 1 1 88%;
  max-height: 88%;
  max-width: 100%;
}

.flex-89,
.layout-row > .flex-89,
.loader.loader-horizontal > .flex-89 {
  -moz-flex: 1 1 89%;
  flex: 1 1 89%;
  max-width: 89%;
  max-height: 100%;
}

.layout-column > .flex-89, .modal-flex-cc .modal-content > .flex-89, .modal-flex-cc-95 .modal-content > .flex-89, .modal-flex-cc-90 .modal-content > .flex-89, .modal-flex-cc-85 .modal-content > .flex-89, .modal-flex-cc-80 .modal-content > .flex-89, .modal-flex-cc-75 .modal-content > .flex-89, .modal-flex-cc-70 .modal-content > .flex-89, .modal-flex-cc-65 .modal-content > .flex-89, .modal-flex-cc-60 .modal-content > .flex-89, .modal-flex-cc-55 .modal-content > .flex-89, .modal-flex-cc-50 .modal-content > .flex-89, .modal-flex-cc-45 .modal-content > .flex-89, .modal-flex-cc-40 .modal-content > .flex-89, .modal-flex-cc-ticket-task .modal-content > .flex-89, .modal-flex-cc-fit-width .modal-content > .flex-89, .modal-flex-cc .modal-dialog > .flex-89, .modal-flex-cc-95 .modal-dialog > .flex-89, .modal-flex-cc-90 .modal-dialog > .flex-89, .modal-flex-cc-85 .modal-dialog > .flex-89, .modal-flex-cc-80 .modal-dialog > .flex-89, .modal-flex-cc-75 .modal-dialog > .flex-89, .modal-flex-cc-70 .modal-dialog > .flex-89, .modal-flex-cc-65 .modal-dialog > .flex-89, .modal-flex-cc-60 .modal-dialog > .flex-89, .modal-flex-cc-55 .modal-dialog > .flex-89, .modal-flex-cc-50 .modal-dialog > .flex-89, .modal-flex-cc-45 .modal-dialog > .flex-89, .modal-flex-cc-40 .modal-dialog > .flex-89, .modal-flex-cc-ticket-task .modal-dialog > .flex-89, .modal-flex-cc-fit-width .modal-dialog > .flex-89, .loader.loader-centered > .flex-89 {
  -moz-flex: 1 1 89%;
  flex: 1 1 89%;
  max-height: 89%;
  max-width: 100%;
}

.flex-90,
.layout-row > .flex-90,
.loader.loader-horizontal > .flex-90 {
  -moz-flex: 1 1 90%;
  flex: 1 1 90%;
  max-width: 90%;
  max-height: 100%;
}

.layout-column > .flex-90, .modal-flex-cc .modal-content > .flex-90, .modal-flex-cc-95 .modal-content > .flex-90, .modal-flex-cc-90 .modal-content > .flex-90, .modal-flex-cc-85 .modal-content > .flex-90, .modal-flex-cc-80 .modal-content > .flex-90, .modal-flex-cc-75 .modal-content > .flex-90, .modal-flex-cc-70 .modal-content > .flex-90, .modal-flex-cc-65 .modal-content > .flex-90, .modal-flex-cc-60 .modal-content > .flex-90, .modal-flex-cc-55 .modal-content > .flex-90, .modal-flex-cc-50 .modal-content > .flex-90, .modal-flex-cc-45 .modal-content > .flex-90, .modal-flex-cc-40 .modal-content > .flex-90, .modal-flex-cc-ticket-task .modal-content > .flex-90, .modal-flex-cc-fit-width .modal-content > .flex-90, .modal-flex-cc .modal-dialog > .flex-90, .modal-flex-cc-95 .modal-dialog > .flex-90, .modal-flex-cc-90 .modal-dialog > .flex-90, .modal-flex-cc-85 .modal-dialog > .flex-90, .modal-flex-cc-80 .modal-dialog > .flex-90, .modal-flex-cc-75 .modal-dialog > .flex-90, .modal-flex-cc-70 .modal-dialog > .flex-90, .modal-flex-cc-65 .modal-dialog > .flex-90, .modal-flex-cc-60 .modal-dialog > .flex-90, .modal-flex-cc-55 .modal-dialog > .flex-90, .modal-flex-cc-50 .modal-dialog > .flex-90, .modal-flex-cc-45 .modal-dialog > .flex-90, .modal-flex-cc-40 .modal-dialog > .flex-90, .modal-flex-cc-ticket-task .modal-dialog > .flex-90, .modal-flex-cc-fit-width .modal-dialog > .flex-90, .loader.loader-centered > .flex-90 {
  -moz-flex: 1 1 90%;
  flex: 1 1 90%;
  max-height: 90%;
  max-width: 100%;
}

.flex-91,
.layout-row > .flex-91,
.loader.loader-horizontal > .flex-91 {
  -moz-flex: 1 1 91%;
  flex: 1 1 91%;
  max-width: 91%;
  max-height: 100%;
}

.layout-column > .flex-91, .modal-flex-cc .modal-content > .flex-91, .modal-flex-cc-95 .modal-content > .flex-91, .modal-flex-cc-90 .modal-content > .flex-91, .modal-flex-cc-85 .modal-content > .flex-91, .modal-flex-cc-80 .modal-content > .flex-91, .modal-flex-cc-75 .modal-content > .flex-91, .modal-flex-cc-70 .modal-content > .flex-91, .modal-flex-cc-65 .modal-content > .flex-91, .modal-flex-cc-60 .modal-content > .flex-91, .modal-flex-cc-55 .modal-content > .flex-91, .modal-flex-cc-50 .modal-content > .flex-91, .modal-flex-cc-45 .modal-content > .flex-91, .modal-flex-cc-40 .modal-content > .flex-91, .modal-flex-cc-ticket-task .modal-content > .flex-91, .modal-flex-cc-fit-width .modal-content > .flex-91, .modal-flex-cc .modal-dialog > .flex-91, .modal-flex-cc-95 .modal-dialog > .flex-91, .modal-flex-cc-90 .modal-dialog > .flex-91, .modal-flex-cc-85 .modal-dialog > .flex-91, .modal-flex-cc-80 .modal-dialog > .flex-91, .modal-flex-cc-75 .modal-dialog > .flex-91, .modal-flex-cc-70 .modal-dialog > .flex-91, .modal-flex-cc-65 .modal-dialog > .flex-91, .modal-flex-cc-60 .modal-dialog > .flex-91, .modal-flex-cc-55 .modal-dialog > .flex-91, .modal-flex-cc-50 .modal-dialog > .flex-91, .modal-flex-cc-45 .modal-dialog > .flex-91, .modal-flex-cc-40 .modal-dialog > .flex-91, .modal-flex-cc-ticket-task .modal-dialog > .flex-91, .modal-flex-cc-fit-width .modal-dialog > .flex-91, .loader.loader-centered > .flex-91 {
  -moz-flex: 1 1 91%;
  flex: 1 1 91%;
  max-height: 91%;
  max-width: 100%;
}

.flex-92,
.layout-row > .flex-92,
.loader.loader-horizontal > .flex-92 {
  -moz-flex: 1 1 92%;
  flex: 1 1 92%;
  max-width: 92%;
  max-height: 100%;
}

.layout-column > .flex-92, .modal-flex-cc .modal-content > .flex-92, .modal-flex-cc-95 .modal-content > .flex-92, .modal-flex-cc-90 .modal-content > .flex-92, .modal-flex-cc-85 .modal-content > .flex-92, .modal-flex-cc-80 .modal-content > .flex-92, .modal-flex-cc-75 .modal-content > .flex-92, .modal-flex-cc-70 .modal-content > .flex-92, .modal-flex-cc-65 .modal-content > .flex-92, .modal-flex-cc-60 .modal-content > .flex-92, .modal-flex-cc-55 .modal-content > .flex-92, .modal-flex-cc-50 .modal-content > .flex-92, .modal-flex-cc-45 .modal-content > .flex-92, .modal-flex-cc-40 .modal-content > .flex-92, .modal-flex-cc-ticket-task .modal-content > .flex-92, .modal-flex-cc-fit-width .modal-content > .flex-92, .modal-flex-cc .modal-dialog > .flex-92, .modal-flex-cc-95 .modal-dialog > .flex-92, .modal-flex-cc-90 .modal-dialog > .flex-92, .modal-flex-cc-85 .modal-dialog > .flex-92, .modal-flex-cc-80 .modal-dialog > .flex-92, .modal-flex-cc-75 .modal-dialog > .flex-92, .modal-flex-cc-70 .modal-dialog > .flex-92, .modal-flex-cc-65 .modal-dialog > .flex-92, .modal-flex-cc-60 .modal-dialog > .flex-92, .modal-flex-cc-55 .modal-dialog > .flex-92, .modal-flex-cc-50 .modal-dialog > .flex-92, .modal-flex-cc-45 .modal-dialog > .flex-92, .modal-flex-cc-40 .modal-dialog > .flex-92, .modal-flex-cc-ticket-task .modal-dialog > .flex-92, .modal-flex-cc-fit-width .modal-dialog > .flex-92, .loader.loader-centered > .flex-92 {
  -moz-flex: 1 1 92%;
  flex: 1 1 92%;
  max-height: 92%;
  max-width: 100%;
}

.flex-93,
.layout-row > .flex-93,
.loader.loader-horizontal > .flex-93 {
  -moz-flex: 1 1 93%;
  flex: 1 1 93%;
  max-width: 93%;
  max-height: 100%;
}

.layout-column > .flex-93, .modal-flex-cc .modal-content > .flex-93, .modal-flex-cc-95 .modal-content > .flex-93, .modal-flex-cc-90 .modal-content > .flex-93, .modal-flex-cc-85 .modal-content > .flex-93, .modal-flex-cc-80 .modal-content > .flex-93, .modal-flex-cc-75 .modal-content > .flex-93, .modal-flex-cc-70 .modal-content > .flex-93, .modal-flex-cc-65 .modal-content > .flex-93, .modal-flex-cc-60 .modal-content > .flex-93, .modal-flex-cc-55 .modal-content > .flex-93, .modal-flex-cc-50 .modal-content > .flex-93, .modal-flex-cc-45 .modal-content > .flex-93, .modal-flex-cc-40 .modal-content > .flex-93, .modal-flex-cc-ticket-task .modal-content > .flex-93, .modal-flex-cc-fit-width .modal-content > .flex-93, .modal-flex-cc .modal-dialog > .flex-93, .modal-flex-cc-95 .modal-dialog > .flex-93, .modal-flex-cc-90 .modal-dialog > .flex-93, .modal-flex-cc-85 .modal-dialog > .flex-93, .modal-flex-cc-80 .modal-dialog > .flex-93, .modal-flex-cc-75 .modal-dialog > .flex-93, .modal-flex-cc-70 .modal-dialog > .flex-93, .modal-flex-cc-65 .modal-dialog > .flex-93, .modal-flex-cc-60 .modal-dialog > .flex-93, .modal-flex-cc-55 .modal-dialog > .flex-93, .modal-flex-cc-50 .modal-dialog > .flex-93, .modal-flex-cc-45 .modal-dialog > .flex-93, .modal-flex-cc-40 .modal-dialog > .flex-93, .modal-flex-cc-ticket-task .modal-dialog > .flex-93, .modal-flex-cc-fit-width .modal-dialog > .flex-93, .loader.loader-centered > .flex-93 {
  -moz-flex: 1 1 93%;
  flex: 1 1 93%;
  max-height: 93%;
  max-width: 100%;
}

.flex-94,
.layout-row > .flex-94,
.loader.loader-horizontal > .flex-94 {
  -moz-flex: 1 1 94%;
  flex: 1 1 94%;
  max-width: 94%;
  max-height: 100%;
}

.layout-column > .flex-94, .modal-flex-cc .modal-content > .flex-94, .modal-flex-cc-95 .modal-content > .flex-94, .modal-flex-cc-90 .modal-content > .flex-94, .modal-flex-cc-85 .modal-content > .flex-94, .modal-flex-cc-80 .modal-content > .flex-94, .modal-flex-cc-75 .modal-content > .flex-94, .modal-flex-cc-70 .modal-content > .flex-94, .modal-flex-cc-65 .modal-content > .flex-94, .modal-flex-cc-60 .modal-content > .flex-94, .modal-flex-cc-55 .modal-content > .flex-94, .modal-flex-cc-50 .modal-content > .flex-94, .modal-flex-cc-45 .modal-content > .flex-94, .modal-flex-cc-40 .modal-content > .flex-94, .modal-flex-cc-ticket-task .modal-content > .flex-94, .modal-flex-cc-fit-width .modal-content > .flex-94, .modal-flex-cc .modal-dialog > .flex-94, .modal-flex-cc-95 .modal-dialog > .flex-94, .modal-flex-cc-90 .modal-dialog > .flex-94, .modal-flex-cc-85 .modal-dialog > .flex-94, .modal-flex-cc-80 .modal-dialog > .flex-94, .modal-flex-cc-75 .modal-dialog > .flex-94, .modal-flex-cc-70 .modal-dialog > .flex-94, .modal-flex-cc-65 .modal-dialog > .flex-94, .modal-flex-cc-60 .modal-dialog > .flex-94, .modal-flex-cc-55 .modal-dialog > .flex-94, .modal-flex-cc-50 .modal-dialog > .flex-94, .modal-flex-cc-45 .modal-dialog > .flex-94, .modal-flex-cc-40 .modal-dialog > .flex-94, .modal-flex-cc-ticket-task .modal-dialog > .flex-94, .modal-flex-cc-fit-width .modal-dialog > .flex-94, .loader.loader-centered > .flex-94 {
  -moz-flex: 1 1 94%;
  flex: 1 1 94%;
  max-height: 94%;
  max-width: 100%;
}

.flex-95,
.layout-row > .flex-95,
.loader.loader-horizontal > .flex-95 {
  -moz-flex: 1 1 95%;
  flex: 1 1 95%;
  max-width: 95%;
  max-height: 100%;
}

.layout-column > .flex-95, .modal-flex-cc .modal-content > .flex-95, .modal-flex-cc-95 .modal-content > .flex-95, .modal-flex-cc-90 .modal-content > .flex-95, .modal-flex-cc-85 .modal-content > .flex-95, .modal-flex-cc-80 .modal-content > .flex-95, .modal-flex-cc-75 .modal-content > .flex-95, .modal-flex-cc-70 .modal-content > .flex-95, .modal-flex-cc-65 .modal-content > .flex-95, .modal-flex-cc-60 .modal-content > .flex-95, .modal-flex-cc-55 .modal-content > .flex-95, .modal-flex-cc-50 .modal-content > .flex-95, .modal-flex-cc-45 .modal-content > .flex-95, .modal-flex-cc-40 .modal-content > .flex-95, .modal-flex-cc-ticket-task .modal-content > .flex-95, .modal-flex-cc-fit-width .modal-content > .flex-95, .modal-flex-cc .modal-dialog > .flex-95, .modal-flex-cc-95 .modal-dialog > .flex-95, .modal-flex-cc-90 .modal-dialog > .flex-95, .modal-flex-cc-85 .modal-dialog > .flex-95, .modal-flex-cc-80 .modal-dialog > .flex-95, .modal-flex-cc-75 .modal-dialog > .flex-95, .modal-flex-cc-70 .modal-dialog > .flex-95, .modal-flex-cc-65 .modal-dialog > .flex-95, .modal-flex-cc-60 .modal-dialog > .flex-95, .modal-flex-cc-55 .modal-dialog > .flex-95, .modal-flex-cc-50 .modal-dialog > .flex-95, .modal-flex-cc-45 .modal-dialog > .flex-95, .modal-flex-cc-40 .modal-dialog > .flex-95, .modal-flex-cc-ticket-task .modal-dialog > .flex-95, .modal-flex-cc-fit-width .modal-dialog > .flex-95, .loader.loader-centered > .flex-95 {
  -moz-flex: 1 1 95%;
  flex: 1 1 95%;
  max-height: 95%;
  max-width: 100%;
}

.flex-96,
.layout-row > .flex-96,
.loader.loader-horizontal > .flex-96 {
  -moz-flex: 1 1 96%;
  flex: 1 1 96%;
  max-width: 96%;
  max-height: 100%;
}

.layout-column > .flex-96, .modal-flex-cc .modal-content > .flex-96, .modal-flex-cc-95 .modal-content > .flex-96, .modal-flex-cc-90 .modal-content > .flex-96, .modal-flex-cc-85 .modal-content > .flex-96, .modal-flex-cc-80 .modal-content > .flex-96, .modal-flex-cc-75 .modal-content > .flex-96, .modal-flex-cc-70 .modal-content > .flex-96, .modal-flex-cc-65 .modal-content > .flex-96, .modal-flex-cc-60 .modal-content > .flex-96, .modal-flex-cc-55 .modal-content > .flex-96, .modal-flex-cc-50 .modal-content > .flex-96, .modal-flex-cc-45 .modal-content > .flex-96, .modal-flex-cc-40 .modal-content > .flex-96, .modal-flex-cc-ticket-task .modal-content > .flex-96, .modal-flex-cc-fit-width .modal-content > .flex-96, .modal-flex-cc .modal-dialog > .flex-96, .modal-flex-cc-95 .modal-dialog > .flex-96, .modal-flex-cc-90 .modal-dialog > .flex-96, .modal-flex-cc-85 .modal-dialog > .flex-96, .modal-flex-cc-80 .modal-dialog > .flex-96, .modal-flex-cc-75 .modal-dialog > .flex-96, .modal-flex-cc-70 .modal-dialog > .flex-96, .modal-flex-cc-65 .modal-dialog > .flex-96, .modal-flex-cc-60 .modal-dialog > .flex-96, .modal-flex-cc-55 .modal-dialog > .flex-96, .modal-flex-cc-50 .modal-dialog > .flex-96, .modal-flex-cc-45 .modal-dialog > .flex-96, .modal-flex-cc-40 .modal-dialog > .flex-96, .modal-flex-cc-ticket-task .modal-dialog > .flex-96, .modal-flex-cc-fit-width .modal-dialog > .flex-96, .loader.loader-centered > .flex-96 {
  -moz-flex: 1 1 96%;
  flex: 1 1 96%;
  max-height: 96%;
  max-width: 100%;
}

.flex-97,
.layout-row > .flex-97,
.loader.loader-horizontal > .flex-97 {
  -moz-flex: 1 1 97%;
  flex: 1 1 97%;
  max-width: 97%;
  max-height: 100%;
}

.layout-column > .flex-97, .modal-flex-cc .modal-content > .flex-97, .modal-flex-cc-95 .modal-content > .flex-97, .modal-flex-cc-90 .modal-content > .flex-97, .modal-flex-cc-85 .modal-content > .flex-97, .modal-flex-cc-80 .modal-content > .flex-97, .modal-flex-cc-75 .modal-content > .flex-97, .modal-flex-cc-70 .modal-content > .flex-97, .modal-flex-cc-65 .modal-content > .flex-97, .modal-flex-cc-60 .modal-content > .flex-97, .modal-flex-cc-55 .modal-content > .flex-97, .modal-flex-cc-50 .modal-content > .flex-97, .modal-flex-cc-45 .modal-content > .flex-97, .modal-flex-cc-40 .modal-content > .flex-97, .modal-flex-cc-ticket-task .modal-content > .flex-97, .modal-flex-cc-fit-width .modal-content > .flex-97, .modal-flex-cc .modal-dialog > .flex-97, .modal-flex-cc-95 .modal-dialog > .flex-97, .modal-flex-cc-90 .modal-dialog > .flex-97, .modal-flex-cc-85 .modal-dialog > .flex-97, .modal-flex-cc-80 .modal-dialog > .flex-97, .modal-flex-cc-75 .modal-dialog > .flex-97, .modal-flex-cc-70 .modal-dialog > .flex-97, .modal-flex-cc-65 .modal-dialog > .flex-97, .modal-flex-cc-60 .modal-dialog > .flex-97, .modal-flex-cc-55 .modal-dialog > .flex-97, .modal-flex-cc-50 .modal-dialog > .flex-97, .modal-flex-cc-45 .modal-dialog > .flex-97, .modal-flex-cc-40 .modal-dialog > .flex-97, .modal-flex-cc-ticket-task .modal-dialog > .flex-97, .modal-flex-cc-fit-width .modal-dialog > .flex-97, .loader.loader-centered > .flex-97 {
  -moz-flex: 1 1 97%;
  flex: 1 1 97%;
  max-height: 97%;
  max-width: 100%;
}

.flex-98,
.layout-row > .flex-98,
.loader.loader-horizontal > .flex-98 {
  -moz-flex: 1 1 98%;
  flex: 1 1 98%;
  max-width: 98%;
  max-height: 100%;
}

.layout-column > .flex-98, .modal-flex-cc .modal-content > .flex-98, .modal-flex-cc-95 .modal-content > .flex-98, .modal-flex-cc-90 .modal-content > .flex-98, .modal-flex-cc-85 .modal-content > .flex-98, .modal-flex-cc-80 .modal-content > .flex-98, .modal-flex-cc-75 .modal-content > .flex-98, .modal-flex-cc-70 .modal-content > .flex-98, .modal-flex-cc-65 .modal-content > .flex-98, .modal-flex-cc-60 .modal-content > .flex-98, .modal-flex-cc-55 .modal-content > .flex-98, .modal-flex-cc-50 .modal-content > .flex-98, .modal-flex-cc-45 .modal-content > .flex-98, .modal-flex-cc-40 .modal-content > .flex-98, .modal-flex-cc-ticket-task .modal-content > .flex-98, .modal-flex-cc-fit-width .modal-content > .flex-98, .modal-flex-cc .modal-dialog > .flex-98, .modal-flex-cc-95 .modal-dialog > .flex-98, .modal-flex-cc-90 .modal-dialog > .flex-98, .modal-flex-cc-85 .modal-dialog > .flex-98, .modal-flex-cc-80 .modal-dialog > .flex-98, .modal-flex-cc-75 .modal-dialog > .flex-98, .modal-flex-cc-70 .modal-dialog > .flex-98, .modal-flex-cc-65 .modal-dialog > .flex-98, .modal-flex-cc-60 .modal-dialog > .flex-98, .modal-flex-cc-55 .modal-dialog > .flex-98, .modal-flex-cc-50 .modal-dialog > .flex-98, .modal-flex-cc-45 .modal-dialog > .flex-98, .modal-flex-cc-40 .modal-dialog > .flex-98, .modal-flex-cc-ticket-task .modal-dialog > .flex-98, .modal-flex-cc-fit-width .modal-dialog > .flex-98, .loader.loader-centered > .flex-98 {
  -moz-flex: 1 1 98%;
  flex: 1 1 98%;
  max-height: 98%;
  max-width: 100%;
}

.flex-99,
.layout-row > .flex-99,
.loader.loader-horizontal > .flex-99 {
  -moz-flex: 1 1 99%;
  flex: 1 1 99%;
  max-width: 99%;
  max-height: 100%;
}

.layout-column > .flex-99, .modal-flex-cc .modal-content > .flex-99, .modal-flex-cc-95 .modal-content > .flex-99, .modal-flex-cc-90 .modal-content > .flex-99, .modal-flex-cc-85 .modal-content > .flex-99, .modal-flex-cc-80 .modal-content > .flex-99, .modal-flex-cc-75 .modal-content > .flex-99, .modal-flex-cc-70 .modal-content > .flex-99, .modal-flex-cc-65 .modal-content > .flex-99, .modal-flex-cc-60 .modal-content > .flex-99, .modal-flex-cc-55 .modal-content > .flex-99, .modal-flex-cc-50 .modal-content > .flex-99, .modal-flex-cc-45 .modal-content > .flex-99, .modal-flex-cc-40 .modal-content > .flex-99, .modal-flex-cc-ticket-task .modal-content > .flex-99, .modal-flex-cc-fit-width .modal-content > .flex-99, .modal-flex-cc .modal-dialog > .flex-99, .modal-flex-cc-95 .modal-dialog > .flex-99, .modal-flex-cc-90 .modal-dialog > .flex-99, .modal-flex-cc-85 .modal-dialog > .flex-99, .modal-flex-cc-80 .modal-dialog > .flex-99, .modal-flex-cc-75 .modal-dialog > .flex-99, .modal-flex-cc-70 .modal-dialog > .flex-99, .modal-flex-cc-65 .modal-dialog > .flex-99, .modal-flex-cc-60 .modal-dialog > .flex-99, .modal-flex-cc-55 .modal-dialog > .flex-99, .modal-flex-cc-50 .modal-dialog > .flex-99, .modal-flex-cc-45 .modal-dialog > .flex-99, .modal-flex-cc-40 .modal-dialog > .flex-99, .modal-flex-cc-ticket-task .modal-dialog > .flex-99, .modal-flex-cc-fit-width .modal-dialog > .flex-99, .loader.loader-centered > .flex-99 {
  -moz-flex: 1 1 99%;
  flex: 1 1 99%;
  max-height: 99%;
  max-width: 100%;
}

.flex-100, .tree-fork:not(.tree-top),
.layout-row > .flex-100,
.loader.loader-horizontal > .flex-100 {
  -moz-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
}

.layout-column > .flex-100, .layout-column > .tree-fork:not(.tree-top), .modal-flex-cc .modal-content > .flex-100, .modal-flex-cc .modal-content > .tree-fork:not(.tree-top), .modal-flex-cc-95 .modal-content > .flex-100, .modal-flex-cc-95 .modal-content > .tree-fork:not(.tree-top), .modal-flex-cc-90 .modal-content > .flex-100, .modal-flex-cc-90 .modal-content > .tree-fork:not(.tree-top), .modal-flex-cc-85 .modal-content > .flex-100, .modal-flex-cc-85 .modal-content > .tree-fork:not(.tree-top), .modal-flex-cc-80 .modal-content > .flex-100, .modal-flex-cc-80 .modal-content > .tree-fork:not(.tree-top), .modal-flex-cc-75 .modal-content > .flex-100, .modal-flex-cc-75 .modal-content > .tree-fork:not(.tree-top), .modal-flex-cc-70 .modal-content > .flex-100, .modal-flex-cc-70 .modal-content > .tree-fork:not(.tree-top), .modal-flex-cc-65 .modal-content > .flex-100, .modal-flex-cc-65 .modal-content > .tree-fork:not(.tree-top), .modal-flex-cc-60 .modal-content > .flex-100, .modal-flex-cc-60 .modal-content > .tree-fork:not(.tree-top), .modal-flex-cc-55 .modal-content > .flex-100, .modal-flex-cc-55 .modal-content > .tree-fork:not(.tree-top), .modal-flex-cc-50 .modal-content > .flex-100, .modal-flex-cc-50 .modal-content > .tree-fork:not(.tree-top), .modal-flex-cc-45 .modal-content > .flex-100, .modal-flex-cc-45 .modal-content > .tree-fork:not(.tree-top), .modal-flex-cc-40 .modal-content > .flex-100, .modal-flex-cc-40 .modal-content > .tree-fork:not(.tree-top), .modal-flex-cc-ticket-task .modal-content > .flex-100, .modal-flex-cc-ticket-task .modal-content > .tree-fork:not(.tree-top), .modal-flex-cc-fit-width .modal-content > .flex-100, .modal-flex-cc-fit-width .modal-content > .tree-fork:not(.tree-top), .modal-flex-cc .modal-dialog > .flex-100, .modal-flex-cc .modal-dialog > .tree-fork:not(.tree-top), .modal-flex-cc-95 .modal-dialog > .flex-100, .modal-flex-cc-95 .modal-dialog > .tree-fork:not(.tree-top), .modal-flex-cc-90 .modal-dialog > .flex-100, .modal-flex-cc-90 .modal-dialog > .tree-fork:not(.tree-top), .modal-flex-cc-85 .modal-dialog > .flex-100, .modal-flex-cc-85 .modal-dialog > .tree-fork:not(.tree-top), .modal-flex-cc-80 .modal-dialog > .flex-100, .modal-flex-cc-80 .modal-dialog > .tree-fork:not(.tree-top), .modal-flex-cc-75 .modal-dialog > .flex-100, .modal-flex-cc-75 .modal-dialog > .tree-fork:not(.tree-top), .modal-flex-cc-70 .modal-dialog > .flex-100, .modal-flex-cc-70 .modal-dialog > .tree-fork:not(.tree-top), .modal-flex-cc-65 .modal-dialog > .flex-100, .modal-flex-cc-65 .modal-dialog > .tree-fork:not(.tree-top), .modal-flex-cc-60 .modal-dialog > .flex-100, .modal-flex-cc-60 .modal-dialog > .tree-fork:not(.tree-top), .modal-flex-cc-55 .modal-dialog > .flex-100, .modal-flex-cc-55 .modal-dialog > .tree-fork:not(.tree-top), .modal-flex-cc-50 .modal-dialog > .flex-100, .modal-flex-cc-50 .modal-dialog > .tree-fork:not(.tree-top), .modal-flex-cc-45 .modal-dialog > .flex-100, .modal-flex-cc-45 .modal-dialog > .tree-fork:not(.tree-top), .modal-flex-cc-40 .modal-dialog > .flex-100, .modal-flex-cc-40 .modal-dialog > .tree-fork:not(.tree-top), .modal-flex-cc-ticket-task .modal-dialog > .flex-100, .modal-flex-cc-ticket-task .modal-dialog > .tree-fork:not(.tree-top), .modal-flex-cc-fit-width .modal-dialog > .flex-100, .modal-flex-cc-fit-width .modal-dialog > .tree-fork:not(.tree-top), .loader.loader-centered > .flex-100, .loader.loader-centered > .tree-fork:not(.tree-top) {
  -moz-flex: 1 1 100%;
  flex: 1 1 100%;
  max-height: 100%;
  max-width: 100%;
}

/* Generate .flex-col-1 through .flex-col-12 */
.flex-col-1,
.layout-row > .flex-col-1,
.loader.loader-horizontal > .flex-col-1 {
  -moz-flex: 1 1 8.3333333333%;
  flex: 1 1 8.3333333333%;
  max-width: 8.3333333333%;
  max-height: 100%;
}

.layout-column > .flex-col-1, .modal-flex-cc .modal-content > .flex-col-1, .modal-flex-cc-95 .modal-content > .flex-col-1, .modal-flex-cc-90 .modal-content > .flex-col-1, .modal-flex-cc-85 .modal-content > .flex-col-1, .modal-flex-cc-80 .modal-content > .flex-col-1, .modal-flex-cc-75 .modal-content > .flex-col-1, .modal-flex-cc-70 .modal-content > .flex-col-1, .modal-flex-cc-65 .modal-content > .flex-col-1, .modal-flex-cc-60 .modal-content > .flex-col-1, .modal-flex-cc-55 .modal-content > .flex-col-1, .modal-flex-cc-50 .modal-content > .flex-col-1, .modal-flex-cc-45 .modal-content > .flex-col-1, .modal-flex-cc-40 .modal-content > .flex-col-1, .modal-flex-cc-ticket-task .modal-content > .flex-col-1, .modal-flex-cc-fit-width .modal-content > .flex-col-1, .modal-flex-cc .modal-dialog > .flex-col-1, .modal-flex-cc-95 .modal-dialog > .flex-col-1, .modal-flex-cc-90 .modal-dialog > .flex-col-1, .modal-flex-cc-85 .modal-dialog > .flex-col-1, .modal-flex-cc-80 .modal-dialog > .flex-col-1, .modal-flex-cc-75 .modal-dialog > .flex-col-1, .modal-flex-cc-70 .modal-dialog > .flex-col-1, .modal-flex-cc-65 .modal-dialog > .flex-col-1, .modal-flex-cc-60 .modal-dialog > .flex-col-1, .modal-flex-cc-55 .modal-dialog > .flex-col-1, .modal-flex-cc-50 .modal-dialog > .flex-col-1, .modal-flex-cc-45 .modal-dialog > .flex-col-1, .modal-flex-cc-40 .modal-dialog > .flex-col-1, .modal-flex-cc-ticket-task .modal-dialog > .flex-col-1, .modal-flex-cc-fit-width .modal-dialog > .flex-col-1, .loader.loader-centered > .flex-col-1 {
  -moz-flex: 1 1 8.3333333333%;
  flex: 1 1 8.3333333333%;
  max-height: 8.3333333333%;
  max-width: 100%;
}

.flex-col-2,
.layout-row > .flex-col-2,
.loader.loader-horizontal > .flex-col-2 {
  -moz-flex: 1 1 16.6666666667%;
  flex: 1 1 16.6666666667%;
  max-width: 16.6666666667%;
  max-height: 100%;
}

.layout-column > .flex-col-2, .modal-flex-cc .modal-content > .flex-col-2, .modal-flex-cc-95 .modal-content > .flex-col-2, .modal-flex-cc-90 .modal-content > .flex-col-2, .modal-flex-cc-85 .modal-content > .flex-col-2, .modal-flex-cc-80 .modal-content > .flex-col-2, .modal-flex-cc-75 .modal-content > .flex-col-2, .modal-flex-cc-70 .modal-content > .flex-col-2, .modal-flex-cc-65 .modal-content > .flex-col-2, .modal-flex-cc-60 .modal-content > .flex-col-2, .modal-flex-cc-55 .modal-content > .flex-col-2, .modal-flex-cc-50 .modal-content > .flex-col-2, .modal-flex-cc-45 .modal-content > .flex-col-2, .modal-flex-cc-40 .modal-content > .flex-col-2, .modal-flex-cc-ticket-task .modal-content > .flex-col-2, .modal-flex-cc-fit-width .modal-content > .flex-col-2, .modal-flex-cc .modal-dialog > .flex-col-2, .modal-flex-cc-95 .modal-dialog > .flex-col-2, .modal-flex-cc-90 .modal-dialog > .flex-col-2, .modal-flex-cc-85 .modal-dialog > .flex-col-2, .modal-flex-cc-80 .modal-dialog > .flex-col-2, .modal-flex-cc-75 .modal-dialog > .flex-col-2, .modal-flex-cc-70 .modal-dialog > .flex-col-2, .modal-flex-cc-65 .modal-dialog > .flex-col-2, .modal-flex-cc-60 .modal-dialog > .flex-col-2, .modal-flex-cc-55 .modal-dialog > .flex-col-2, .modal-flex-cc-50 .modal-dialog > .flex-col-2, .modal-flex-cc-45 .modal-dialog > .flex-col-2, .modal-flex-cc-40 .modal-dialog > .flex-col-2, .modal-flex-cc-ticket-task .modal-dialog > .flex-col-2, .modal-flex-cc-fit-width .modal-dialog > .flex-col-2, .loader.loader-centered > .flex-col-2 {
  -moz-flex: 1 1 16.6666666667%;
  flex: 1 1 16.6666666667%;
  max-height: 16.6666666667%;
  max-width: 100%;
}

.flex-col-3,
.layout-row > .flex-col-3,
.loader.loader-horizontal > .flex-col-3 {
  -moz-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: 25%;
  max-height: 100%;
}

.layout-column > .flex-col-3, .modal-flex-cc .modal-content > .flex-col-3, .modal-flex-cc-95 .modal-content > .flex-col-3, .modal-flex-cc-90 .modal-content > .flex-col-3, .modal-flex-cc-85 .modal-content > .flex-col-3, .modal-flex-cc-80 .modal-content > .flex-col-3, .modal-flex-cc-75 .modal-content > .flex-col-3, .modal-flex-cc-70 .modal-content > .flex-col-3, .modal-flex-cc-65 .modal-content > .flex-col-3, .modal-flex-cc-60 .modal-content > .flex-col-3, .modal-flex-cc-55 .modal-content > .flex-col-3, .modal-flex-cc-50 .modal-content > .flex-col-3, .modal-flex-cc-45 .modal-content > .flex-col-3, .modal-flex-cc-40 .modal-content > .flex-col-3, .modal-flex-cc-ticket-task .modal-content > .flex-col-3, .modal-flex-cc-fit-width .modal-content > .flex-col-3, .modal-flex-cc .modal-dialog > .flex-col-3, .modal-flex-cc-95 .modal-dialog > .flex-col-3, .modal-flex-cc-90 .modal-dialog > .flex-col-3, .modal-flex-cc-85 .modal-dialog > .flex-col-3, .modal-flex-cc-80 .modal-dialog > .flex-col-3, .modal-flex-cc-75 .modal-dialog > .flex-col-3, .modal-flex-cc-70 .modal-dialog > .flex-col-3, .modal-flex-cc-65 .modal-dialog > .flex-col-3, .modal-flex-cc-60 .modal-dialog > .flex-col-3, .modal-flex-cc-55 .modal-dialog > .flex-col-3, .modal-flex-cc-50 .modal-dialog > .flex-col-3, .modal-flex-cc-45 .modal-dialog > .flex-col-3, .modal-flex-cc-40 .modal-dialog > .flex-col-3, .modal-flex-cc-ticket-task .modal-dialog > .flex-col-3, .modal-flex-cc-fit-width .modal-dialog > .flex-col-3, .loader.loader-centered > .flex-col-3 {
  -moz-flex: 1 1 25%;
  flex: 1 1 25%;
  max-height: 25%;
  max-width: 100%;
}

.flex-col-4,
.layout-row > .flex-col-4,
.loader.loader-horizontal > .flex-col-4 {
  -moz-flex: 1 1 33.3333333333%;
  flex: 1 1 33.3333333333%;
  max-width: 33.3333333333%;
  max-height: 100%;
}

.layout-column > .flex-col-4, .modal-flex-cc .modal-content > .flex-col-4, .modal-flex-cc-95 .modal-content > .flex-col-4, .modal-flex-cc-90 .modal-content > .flex-col-4, .modal-flex-cc-85 .modal-content > .flex-col-4, .modal-flex-cc-80 .modal-content > .flex-col-4, .modal-flex-cc-75 .modal-content > .flex-col-4, .modal-flex-cc-70 .modal-content > .flex-col-4, .modal-flex-cc-65 .modal-content > .flex-col-4, .modal-flex-cc-60 .modal-content > .flex-col-4, .modal-flex-cc-55 .modal-content > .flex-col-4, .modal-flex-cc-50 .modal-content > .flex-col-4, .modal-flex-cc-45 .modal-content > .flex-col-4, .modal-flex-cc-40 .modal-content > .flex-col-4, .modal-flex-cc-ticket-task .modal-content > .flex-col-4, .modal-flex-cc-fit-width .modal-content > .flex-col-4, .modal-flex-cc .modal-dialog > .flex-col-4, .modal-flex-cc-95 .modal-dialog > .flex-col-4, .modal-flex-cc-90 .modal-dialog > .flex-col-4, .modal-flex-cc-85 .modal-dialog > .flex-col-4, .modal-flex-cc-80 .modal-dialog > .flex-col-4, .modal-flex-cc-75 .modal-dialog > .flex-col-4, .modal-flex-cc-70 .modal-dialog > .flex-col-4, .modal-flex-cc-65 .modal-dialog > .flex-col-4, .modal-flex-cc-60 .modal-dialog > .flex-col-4, .modal-flex-cc-55 .modal-dialog > .flex-col-4, .modal-flex-cc-50 .modal-dialog > .flex-col-4, .modal-flex-cc-45 .modal-dialog > .flex-col-4, .modal-flex-cc-40 .modal-dialog > .flex-col-4, .modal-flex-cc-ticket-task .modal-dialog > .flex-col-4, .modal-flex-cc-fit-width .modal-dialog > .flex-col-4, .loader.loader-centered > .flex-col-4 {
  -moz-flex: 1 1 33.3333333333%;
  flex: 1 1 33.3333333333%;
  max-height: 33.3333333333%;
  max-width: 100%;
}

.flex-col-5,
.layout-row > .flex-col-5,
.loader.loader-horizontal > .flex-col-5 {
  -moz-flex: 1 1 41.6666666667%;
  flex: 1 1 41.6666666667%;
  max-width: 41.6666666667%;
  max-height: 100%;
}

.layout-column > .flex-col-5, .modal-flex-cc .modal-content > .flex-col-5, .modal-flex-cc-95 .modal-content > .flex-col-5, .modal-flex-cc-90 .modal-content > .flex-col-5, .modal-flex-cc-85 .modal-content > .flex-col-5, .modal-flex-cc-80 .modal-content > .flex-col-5, .modal-flex-cc-75 .modal-content > .flex-col-5, .modal-flex-cc-70 .modal-content > .flex-col-5, .modal-flex-cc-65 .modal-content > .flex-col-5, .modal-flex-cc-60 .modal-content > .flex-col-5, .modal-flex-cc-55 .modal-content > .flex-col-5, .modal-flex-cc-50 .modal-content > .flex-col-5, .modal-flex-cc-45 .modal-content > .flex-col-5, .modal-flex-cc-40 .modal-content > .flex-col-5, .modal-flex-cc-ticket-task .modal-content > .flex-col-5, .modal-flex-cc-fit-width .modal-content > .flex-col-5, .modal-flex-cc .modal-dialog > .flex-col-5, .modal-flex-cc-95 .modal-dialog > .flex-col-5, .modal-flex-cc-90 .modal-dialog > .flex-col-5, .modal-flex-cc-85 .modal-dialog > .flex-col-5, .modal-flex-cc-80 .modal-dialog > .flex-col-5, .modal-flex-cc-75 .modal-dialog > .flex-col-5, .modal-flex-cc-70 .modal-dialog > .flex-col-5, .modal-flex-cc-65 .modal-dialog > .flex-col-5, .modal-flex-cc-60 .modal-dialog > .flex-col-5, .modal-flex-cc-55 .modal-dialog > .flex-col-5, .modal-flex-cc-50 .modal-dialog > .flex-col-5, .modal-flex-cc-45 .modal-dialog > .flex-col-5, .modal-flex-cc-40 .modal-dialog > .flex-col-5, .modal-flex-cc-ticket-task .modal-dialog > .flex-col-5, .modal-flex-cc-fit-width .modal-dialog > .flex-col-5, .loader.loader-centered > .flex-col-5 {
  -moz-flex: 1 1 41.6666666667%;
  flex: 1 1 41.6666666667%;
  max-height: 41.6666666667%;
  max-width: 100%;
}

.flex-col-6,
.layout-row > .flex-col-6,
.loader.loader-horizontal > .flex-col-6 {
  -moz-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  max-height: 100%;
}

.layout-column > .flex-col-6, .modal-flex-cc .modal-content > .flex-col-6, .modal-flex-cc-95 .modal-content > .flex-col-6, .modal-flex-cc-90 .modal-content > .flex-col-6, .modal-flex-cc-85 .modal-content > .flex-col-6, .modal-flex-cc-80 .modal-content > .flex-col-6, .modal-flex-cc-75 .modal-content > .flex-col-6, .modal-flex-cc-70 .modal-content > .flex-col-6, .modal-flex-cc-65 .modal-content > .flex-col-6, .modal-flex-cc-60 .modal-content > .flex-col-6, .modal-flex-cc-55 .modal-content > .flex-col-6, .modal-flex-cc-50 .modal-content > .flex-col-6, .modal-flex-cc-45 .modal-content > .flex-col-6, .modal-flex-cc-40 .modal-content > .flex-col-6, .modal-flex-cc-ticket-task .modal-content > .flex-col-6, .modal-flex-cc-fit-width .modal-content > .flex-col-6, .modal-flex-cc .modal-dialog > .flex-col-6, .modal-flex-cc-95 .modal-dialog > .flex-col-6, .modal-flex-cc-90 .modal-dialog > .flex-col-6, .modal-flex-cc-85 .modal-dialog > .flex-col-6, .modal-flex-cc-80 .modal-dialog > .flex-col-6, .modal-flex-cc-75 .modal-dialog > .flex-col-6, .modal-flex-cc-70 .modal-dialog > .flex-col-6, .modal-flex-cc-65 .modal-dialog > .flex-col-6, .modal-flex-cc-60 .modal-dialog > .flex-col-6, .modal-flex-cc-55 .modal-dialog > .flex-col-6, .modal-flex-cc-50 .modal-dialog > .flex-col-6, .modal-flex-cc-45 .modal-dialog > .flex-col-6, .modal-flex-cc-40 .modal-dialog > .flex-col-6, .modal-flex-cc-ticket-task .modal-dialog > .flex-col-6, .modal-flex-cc-fit-width .modal-dialog > .flex-col-6, .loader.loader-centered > .flex-col-6 {
  -moz-flex: 1 1 50%;
  flex: 1 1 50%;
  max-height: 50%;
  max-width: 100%;
}

.flex-col-7,
.layout-row > .flex-col-7,
.loader.loader-horizontal > .flex-col-7 {
  -moz-flex: 1 1 58.3333333333%;
  flex: 1 1 58.3333333333%;
  max-width: 58.3333333333%;
  max-height: 100%;
}

.layout-column > .flex-col-7, .modal-flex-cc .modal-content > .flex-col-7, .modal-flex-cc-95 .modal-content > .flex-col-7, .modal-flex-cc-90 .modal-content > .flex-col-7, .modal-flex-cc-85 .modal-content > .flex-col-7, .modal-flex-cc-80 .modal-content > .flex-col-7, .modal-flex-cc-75 .modal-content > .flex-col-7, .modal-flex-cc-70 .modal-content > .flex-col-7, .modal-flex-cc-65 .modal-content > .flex-col-7, .modal-flex-cc-60 .modal-content > .flex-col-7, .modal-flex-cc-55 .modal-content > .flex-col-7, .modal-flex-cc-50 .modal-content > .flex-col-7, .modal-flex-cc-45 .modal-content > .flex-col-7, .modal-flex-cc-40 .modal-content > .flex-col-7, .modal-flex-cc-ticket-task .modal-content > .flex-col-7, .modal-flex-cc-fit-width .modal-content > .flex-col-7, .modal-flex-cc .modal-dialog > .flex-col-7, .modal-flex-cc-95 .modal-dialog > .flex-col-7, .modal-flex-cc-90 .modal-dialog > .flex-col-7, .modal-flex-cc-85 .modal-dialog > .flex-col-7, .modal-flex-cc-80 .modal-dialog > .flex-col-7, .modal-flex-cc-75 .modal-dialog > .flex-col-7, .modal-flex-cc-70 .modal-dialog > .flex-col-7, .modal-flex-cc-65 .modal-dialog > .flex-col-7, .modal-flex-cc-60 .modal-dialog > .flex-col-7, .modal-flex-cc-55 .modal-dialog > .flex-col-7, .modal-flex-cc-50 .modal-dialog > .flex-col-7, .modal-flex-cc-45 .modal-dialog > .flex-col-7, .modal-flex-cc-40 .modal-dialog > .flex-col-7, .modal-flex-cc-ticket-task .modal-dialog > .flex-col-7, .modal-flex-cc-fit-width .modal-dialog > .flex-col-7, .loader.loader-centered > .flex-col-7 {
  -moz-flex: 1 1 58.3333333333%;
  flex: 1 1 58.3333333333%;
  max-height: 58.3333333333%;
  max-width: 100%;
}

.flex-col-8,
.layout-row > .flex-col-8,
.loader.loader-horizontal > .flex-col-8 {
  -moz-flex: 1 1 66.6666666667%;
  flex: 1 1 66.6666666667%;
  max-width: 66.6666666667%;
  max-height: 100%;
}

.layout-column > .flex-col-8, .modal-flex-cc .modal-content > .flex-col-8, .modal-flex-cc-95 .modal-content > .flex-col-8, .modal-flex-cc-90 .modal-content > .flex-col-8, .modal-flex-cc-85 .modal-content > .flex-col-8, .modal-flex-cc-80 .modal-content > .flex-col-8, .modal-flex-cc-75 .modal-content > .flex-col-8, .modal-flex-cc-70 .modal-content > .flex-col-8, .modal-flex-cc-65 .modal-content > .flex-col-8, .modal-flex-cc-60 .modal-content > .flex-col-8, .modal-flex-cc-55 .modal-content > .flex-col-8, .modal-flex-cc-50 .modal-content > .flex-col-8, .modal-flex-cc-45 .modal-content > .flex-col-8, .modal-flex-cc-40 .modal-content > .flex-col-8, .modal-flex-cc-ticket-task .modal-content > .flex-col-8, .modal-flex-cc-fit-width .modal-content > .flex-col-8, .modal-flex-cc .modal-dialog > .flex-col-8, .modal-flex-cc-95 .modal-dialog > .flex-col-8, .modal-flex-cc-90 .modal-dialog > .flex-col-8, .modal-flex-cc-85 .modal-dialog > .flex-col-8, .modal-flex-cc-80 .modal-dialog > .flex-col-8, .modal-flex-cc-75 .modal-dialog > .flex-col-8, .modal-flex-cc-70 .modal-dialog > .flex-col-8, .modal-flex-cc-65 .modal-dialog > .flex-col-8, .modal-flex-cc-60 .modal-dialog > .flex-col-8, .modal-flex-cc-55 .modal-dialog > .flex-col-8, .modal-flex-cc-50 .modal-dialog > .flex-col-8, .modal-flex-cc-45 .modal-dialog > .flex-col-8, .modal-flex-cc-40 .modal-dialog > .flex-col-8, .modal-flex-cc-ticket-task .modal-dialog > .flex-col-8, .modal-flex-cc-fit-width .modal-dialog > .flex-col-8, .loader.loader-centered > .flex-col-8 {
  -moz-flex: 1 1 66.6666666667%;
  flex: 1 1 66.6666666667%;
  max-height: 66.6666666667%;
  max-width: 100%;
}

.flex-col-9,
.layout-row > .flex-col-9,
.loader.loader-horizontal > .flex-col-9 {
  -moz-flex: 1 1 75%;
  flex: 1 1 75%;
  max-width: 75%;
  max-height: 100%;
}

.layout-column > .flex-col-9, .modal-flex-cc .modal-content > .flex-col-9, .modal-flex-cc-95 .modal-content > .flex-col-9, .modal-flex-cc-90 .modal-content > .flex-col-9, .modal-flex-cc-85 .modal-content > .flex-col-9, .modal-flex-cc-80 .modal-content > .flex-col-9, .modal-flex-cc-75 .modal-content > .flex-col-9, .modal-flex-cc-70 .modal-content > .flex-col-9, .modal-flex-cc-65 .modal-content > .flex-col-9, .modal-flex-cc-60 .modal-content > .flex-col-9, .modal-flex-cc-55 .modal-content > .flex-col-9, .modal-flex-cc-50 .modal-content > .flex-col-9, .modal-flex-cc-45 .modal-content > .flex-col-9, .modal-flex-cc-40 .modal-content > .flex-col-9, .modal-flex-cc-ticket-task .modal-content > .flex-col-9, .modal-flex-cc-fit-width .modal-content > .flex-col-9, .modal-flex-cc .modal-dialog > .flex-col-9, .modal-flex-cc-95 .modal-dialog > .flex-col-9, .modal-flex-cc-90 .modal-dialog > .flex-col-9, .modal-flex-cc-85 .modal-dialog > .flex-col-9, .modal-flex-cc-80 .modal-dialog > .flex-col-9, .modal-flex-cc-75 .modal-dialog > .flex-col-9, .modal-flex-cc-70 .modal-dialog > .flex-col-9, .modal-flex-cc-65 .modal-dialog > .flex-col-9, .modal-flex-cc-60 .modal-dialog > .flex-col-9, .modal-flex-cc-55 .modal-dialog > .flex-col-9, .modal-flex-cc-50 .modal-dialog > .flex-col-9, .modal-flex-cc-45 .modal-dialog > .flex-col-9, .modal-flex-cc-40 .modal-dialog > .flex-col-9, .modal-flex-cc-ticket-task .modal-dialog > .flex-col-9, .modal-flex-cc-fit-width .modal-dialog > .flex-col-9, .loader.loader-centered > .flex-col-9 {
  -moz-flex: 1 1 75%;
  flex: 1 1 75%;
  max-height: 75%;
  max-width: 100%;
}

.flex-col-10,
.layout-row > .flex-col-10,
.loader.loader-horizontal > .flex-col-10 {
  -moz-flex: 1 1 83.3333333333%;
  flex: 1 1 83.3333333333%;
  max-width: 83.3333333333%;
  max-height: 100%;
}

.layout-column > .flex-col-10, .modal-flex-cc .modal-content > .flex-col-10, .modal-flex-cc-95 .modal-content > .flex-col-10, .modal-flex-cc-90 .modal-content > .flex-col-10, .modal-flex-cc-85 .modal-content > .flex-col-10, .modal-flex-cc-80 .modal-content > .flex-col-10, .modal-flex-cc-75 .modal-content > .flex-col-10, .modal-flex-cc-70 .modal-content > .flex-col-10, .modal-flex-cc-65 .modal-content > .flex-col-10, .modal-flex-cc-60 .modal-content > .flex-col-10, .modal-flex-cc-55 .modal-content > .flex-col-10, .modal-flex-cc-50 .modal-content > .flex-col-10, .modal-flex-cc-45 .modal-content > .flex-col-10, .modal-flex-cc-40 .modal-content > .flex-col-10, .modal-flex-cc-ticket-task .modal-content > .flex-col-10, .modal-flex-cc-fit-width .modal-content > .flex-col-10, .modal-flex-cc .modal-dialog > .flex-col-10, .modal-flex-cc-95 .modal-dialog > .flex-col-10, .modal-flex-cc-90 .modal-dialog > .flex-col-10, .modal-flex-cc-85 .modal-dialog > .flex-col-10, .modal-flex-cc-80 .modal-dialog > .flex-col-10, .modal-flex-cc-75 .modal-dialog > .flex-col-10, .modal-flex-cc-70 .modal-dialog > .flex-col-10, .modal-flex-cc-65 .modal-dialog > .flex-col-10, .modal-flex-cc-60 .modal-dialog > .flex-col-10, .modal-flex-cc-55 .modal-dialog > .flex-col-10, .modal-flex-cc-50 .modal-dialog > .flex-col-10, .modal-flex-cc-45 .modal-dialog > .flex-col-10, .modal-flex-cc-40 .modal-dialog > .flex-col-10, .modal-flex-cc-ticket-task .modal-dialog > .flex-col-10, .modal-flex-cc-fit-width .modal-dialog > .flex-col-10, .loader.loader-centered > .flex-col-10 {
  -moz-flex: 1 1 83.3333333333%;
  flex: 1 1 83.3333333333%;
  max-height: 83.3333333333%;
  max-width: 100%;
}

.flex-col-11,
.layout-row > .flex-col-11,
.loader.loader-horizontal > .flex-col-11 {
  -moz-flex: 1 1 91.6666666667%;
  flex: 1 1 91.6666666667%;
  max-width: 91.6666666667%;
  max-height: 100%;
}

.layout-column > .flex-col-11, .modal-flex-cc .modal-content > .flex-col-11, .modal-flex-cc-95 .modal-content > .flex-col-11, .modal-flex-cc-90 .modal-content > .flex-col-11, .modal-flex-cc-85 .modal-content > .flex-col-11, .modal-flex-cc-80 .modal-content > .flex-col-11, .modal-flex-cc-75 .modal-content > .flex-col-11, .modal-flex-cc-70 .modal-content > .flex-col-11, .modal-flex-cc-65 .modal-content > .flex-col-11, .modal-flex-cc-60 .modal-content > .flex-col-11, .modal-flex-cc-55 .modal-content > .flex-col-11, .modal-flex-cc-50 .modal-content > .flex-col-11, .modal-flex-cc-45 .modal-content > .flex-col-11, .modal-flex-cc-40 .modal-content > .flex-col-11, .modal-flex-cc-ticket-task .modal-content > .flex-col-11, .modal-flex-cc-fit-width .modal-content > .flex-col-11, .modal-flex-cc .modal-dialog > .flex-col-11, .modal-flex-cc-95 .modal-dialog > .flex-col-11, .modal-flex-cc-90 .modal-dialog > .flex-col-11, .modal-flex-cc-85 .modal-dialog > .flex-col-11, .modal-flex-cc-80 .modal-dialog > .flex-col-11, .modal-flex-cc-75 .modal-dialog > .flex-col-11, .modal-flex-cc-70 .modal-dialog > .flex-col-11, .modal-flex-cc-65 .modal-dialog > .flex-col-11, .modal-flex-cc-60 .modal-dialog > .flex-col-11, .modal-flex-cc-55 .modal-dialog > .flex-col-11, .modal-flex-cc-50 .modal-dialog > .flex-col-11, .modal-flex-cc-45 .modal-dialog > .flex-col-11, .modal-flex-cc-40 .modal-dialog > .flex-col-11, .modal-flex-cc-ticket-task .modal-dialog > .flex-col-11, .modal-flex-cc-fit-width .modal-dialog > .flex-col-11, .loader.loader-centered > .flex-col-11 {
  -moz-flex: 1 1 91.6666666667%;
  flex: 1 1 91.6666666667%;
  max-height: 91.6666666667%;
  max-width: 100%;
}

.flex-col-12,
.layout-row > .flex-col-12,
.loader.loader-horizontal > .flex-col-12 {
  -moz-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
}

.layout-column > .flex-col-12, .modal-flex-cc .modal-content > .flex-col-12, .modal-flex-cc-95 .modal-content > .flex-col-12, .modal-flex-cc-90 .modal-content > .flex-col-12, .modal-flex-cc-85 .modal-content > .flex-col-12, .modal-flex-cc-80 .modal-content > .flex-col-12, .modal-flex-cc-75 .modal-content > .flex-col-12, .modal-flex-cc-70 .modal-content > .flex-col-12, .modal-flex-cc-65 .modal-content > .flex-col-12, .modal-flex-cc-60 .modal-content > .flex-col-12, .modal-flex-cc-55 .modal-content > .flex-col-12, .modal-flex-cc-50 .modal-content > .flex-col-12, .modal-flex-cc-45 .modal-content > .flex-col-12, .modal-flex-cc-40 .modal-content > .flex-col-12, .modal-flex-cc-ticket-task .modal-content > .flex-col-12, .modal-flex-cc-fit-width .modal-content > .flex-col-12, .modal-flex-cc .modal-dialog > .flex-col-12, .modal-flex-cc-95 .modal-dialog > .flex-col-12, .modal-flex-cc-90 .modal-dialog > .flex-col-12, .modal-flex-cc-85 .modal-dialog > .flex-col-12, .modal-flex-cc-80 .modal-dialog > .flex-col-12, .modal-flex-cc-75 .modal-dialog > .flex-col-12, .modal-flex-cc-70 .modal-dialog > .flex-col-12, .modal-flex-cc-65 .modal-dialog > .flex-col-12, .modal-flex-cc-60 .modal-dialog > .flex-col-12, .modal-flex-cc-55 .modal-dialog > .flex-col-12, .modal-flex-cc-50 .modal-dialog > .flex-col-12, .modal-flex-cc-45 .modal-dialog > .flex-col-12, .modal-flex-cc-40 .modal-dialog > .flex-col-12, .modal-flex-cc-ticket-task .modal-dialog > .flex-col-12, .modal-flex-cc-fit-width .modal-dialog > .flex-col-12, .loader.loader-centered > .flex-col-12 {
  -moz-flex: 1 1 100%;
  flex: 1 1 100%;
  max-height: 100%;
  max-width: 100%;
}

/* Generate .flex-order--1 through .flex-order-99 */
.flex-order--1 {
  -moz-order: -1;
  order: -1;
}

.flex-order-0 {
  -moz-order: 0;
  order: 0;
}

.flex-order-1 {
  -moz-order: 1;
  order: 1;
}

.flex-order-2 {
  -moz-order: 2;
  order: 2;
}

.flex-order-3 {
  -moz-order: 3;
  order: 3;
}

.flex-order-4 {
  -moz-order: 4;
  order: 4;
}

.flex-order-5 {
  -moz-order: 5;
  order: 5;
}

.flex-order-6 {
  -moz-order: 6;
  order: 6;
}

.flex-order-7 {
  -moz-order: 7;
  order: 7;
}

.flex-order-8 {
  -moz-order: 8;
  order: 8;
}

.flex-order-9 {
  -moz-order: 9;
  order: 9;
}

.flex-order-10 {
  -moz-order: 10;
  order: 10;
}

.flex-order-11 {
  -moz-order: 11;
  order: 11;
}

.flex-order-12 {
  -moz-order: 12;
  order: 12;
}

.flex-order-13 {
  -moz-order: 13;
  order: 13;
}

.flex-order-14 {
  -moz-order: 14;
  order: 14;
}

.flex-order-15 {
  -moz-order: 15;
  order: 15;
}

.flex-order-16 {
  -moz-order: 16;
  order: 16;
}

.flex-order-17 {
  -moz-order: 17;
  order: 17;
}

.flex-order-18 {
  -moz-order: 18;
  order: 18;
}

.flex-order-19 {
  -moz-order: 19;
  order: 19;
}

.flex-order-20 {
  -moz-order: 20;
  order: 20;
}

.flex-order-21 {
  -moz-order: 21;
  order: 21;
}

.flex-order-22 {
  -moz-order: 22;
  order: 22;
}

.flex-order-23 {
  -moz-order: 23;
  order: 23;
}

.flex-order-24 {
  -moz-order: 24;
  order: 24;
}

.flex-order-25 {
  -moz-order: 25;
  order: 25;
}

.flex-order-26 {
  -moz-order: 26;
  order: 26;
}

.flex-order-27 {
  -moz-order: 27;
  order: 27;
}

.flex-order-28 {
  -moz-order: 28;
  order: 28;
}

.flex-order-29 {
  -moz-order: 29;
  order: 29;
}

.flex-order-30 {
  -moz-order: 30;
  order: 30;
}

.flex-order-31 {
  -moz-order: 31;
  order: 31;
}

.flex-order-32 {
  -moz-order: 32;
  order: 32;
}

.flex-order-33 {
  -moz-order: 33;
  order: 33;
}

.flex-order-34 {
  -moz-order: 34;
  order: 34;
}

.flex-order-35 {
  -moz-order: 35;
  order: 35;
}

.flex-order-36 {
  -moz-order: 36;
  order: 36;
}

.flex-order-37 {
  -moz-order: 37;
  order: 37;
}

.flex-order-38 {
  -moz-order: 38;
  order: 38;
}

.flex-order-39 {
  -moz-order: 39;
  order: 39;
}

.flex-order-40 {
  -moz-order: 40;
  order: 40;
}

.flex-order-41 {
  -moz-order: 41;
  order: 41;
}

.flex-order-42 {
  -moz-order: 42;
  order: 42;
}

.flex-order-43 {
  -moz-order: 43;
  order: 43;
}

.flex-order-44 {
  -moz-order: 44;
  order: 44;
}

.flex-order-45 {
  -moz-order: 45;
  order: 45;
}

.flex-order-46 {
  -moz-order: 46;
  order: 46;
}

.flex-order-47 {
  -moz-order: 47;
  order: 47;
}

.flex-order-48 {
  -moz-order: 48;
  order: 48;
}

.flex-order-49 {
  -moz-order: 49;
  order: 49;
}

.flex-order-50 {
  -moz-order: 50;
  order: 50;
}

.flex-order-51 {
  -moz-order: 51;
  order: 51;
}

.flex-order-52 {
  -moz-order: 52;
  order: 52;
}

.flex-order-53 {
  -moz-order: 53;
  order: 53;
}

.flex-order-54 {
  -moz-order: 54;
  order: 54;
}

.flex-order-55 {
  -moz-order: 55;
  order: 55;
}

.flex-order-56 {
  -moz-order: 56;
  order: 56;
}

.flex-order-57 {
  -moz-order: 57;
  order: 57;
}

.flex-order-58 {
  -moz-order: 58;
  order: 58;
}

.flex-order-59 {
  -moz-order: 59;
  order: 59;
}

.flex-order-60 {
  -moz-order: 60;
  order: 60;
}

.flex-order-61 {
  -moz-order: 61;
  order: 61;
}

.flex-order-62 {
  -moz-order: 62;
  order: 62;
}

.flex-order-63 {
  -moz-order: 63;
  order: 63;
}

.flex-order-64 {
  -moz-order: 64;
  order: 64;
}

.flex-order-65 {
  -moz-order: 65;
  order: 65;
}

.flex-order-66 {
  -moz-order: 66;
  order: 66;
}

.flex-order-67 {
  -moz-order: 67;
  order: 67;
}

.flex-order-68 {
  -moz-order: 68;
  order: 68;
}

.flex-order-69 {
  -moz-order: 69;
  order: 69;
}

.flex-order-70 {
  -moz-order: 70;
  order: 70;
}

.flex-order-71 {
  -moz-order: 71;
  order: 71;
}

.flex-order-72 {
  -moz-order: 72;
  order: 72;
}

.flex-order-73 {
  -moz-order: 73;
  order: 73;
}

.flex-order-74 {
  -moz-order: 74;
  order: 74;
}

.flex-order-75 {
  -moz-order: 75;
  order: 75;
}

.flex-order-76 {
  -moz-order: 76;
  order: 76;
}

.flex-order-77 {
  -moz-order: 77;
  order: 77;
}

.flex-order-78 {
  -moz-order: 78;
  order: 78;
}

.flex-order-79 {
  -moz-order: 79;
  order: 79;
}

.flex-order-80 {
  -moz-order: 80;
  order: 80;
}

.flex-order-81 {
  -moz-order: 81;
  order: 81;
}

.flex-order-82 {
  -moz-order: 82;
  order: 82;
}

.flex-order-83 {
  -moz-order: 83;
  order: 83;
}

.flex-order-84 {
  -moz-order: 84;
  order: 84;
}

.flex-order-85 {
  -moz-order: 85;
  order: 85;
}

.flex-order-86 {
  -moz-order: 86;
  order: 86;
}

.flex-order-87 {
  -moz-order: 87;
  order: 87;
}

.flex-order-88 {
  -moz-order: 88;
  order: 88;
}

.flex-order-89 {
  -moz-order: 89;
  order: 89;
}

.flex-order-90 {
  -moz-order: 90;
  order: 90;
}

.flex-order-91 {
  -moz-order: 91;
  order: 91;
}

.flex-order-92 {
  -moz-order: 92;
  order: 92;
}

.flex-order-93 {
  -moz-order: 93;
  order: 93;
}

.flex-order-94 {
  -moz-order: 94;
  order: 94;
}

.flex-order-95 {
  -moz-order: 95;
  order: 95;
}

.flex-order-96 {
  -moz-order: 96;
  order: 96;
}

.flex-order-97 {
  -moz-order: 97;
  order: 97;
}

.flex-order-98 {
  -moz-order: 98;
  order: 98;
}

.flex-order-99 {
  -moz-order: 99;
  order: 99;
}

.flex-min-content {
  min-height: -moz-min-content;
  min-height: min-content;
}

.flex-wrap {
  flex-wrap: wrap;
}

.display-flex {
  display: flex;
}

/*
 * This file imports all of the module and component style sheets for the
 * application.
 *
 * - Modules are defined a individual application feature sets, usually
 *   designated by top-level menu items
 *
 * - Components are modular pieces of UI, like alerts, modals, buttons, etc
 *   that can be used anywhere throughout the application
 *
 */
:root {
  --primary-violet: #6941eb;
  --primary-dark-gray: #262626;
  --primary-light-gray: #525b75;
  --primary-yellow: #fecb02;
  --primary-white: #ffffff;
  --secondary-gray-100: #b3b4b3;
  --secondary-gray-40: #e1e1e1;
  --secondary-gray-15: #f4f4f4;
  --secondary-bg-100: #e8eaf6;
  --tertiary-navy: #23184d;
  --tertiary-navy-75: #4f476f;
  --tertiary-navy-50: #7a758f;
  --tertiary-navy-25: #a6a3b0;
  --tertiary-teal: #00cbbc;
  --tertiary-teal-75: #35cbc2;
  --tertiary-teal-50: #69cdc7;
  --tertiary-teal-25: #9dcfcc;
  --tertiary-orange: #ffa532;
  --tertiary-orange-75: #f4b15a;
  --tertiary-orange-50: #e9bb82;
  --tertiary-orange-25: #ddc6a9;
  --tertiary-dark-violet: #4d1da3;
  --tertiary-dark-violet-75: #6f4baf;
  --tertiary-dark-violet-50: #8f77ba;
  --tertiary-dark-violet-25: #b0a5c6;
  --tertiary-cyan: #509eff;
  --tertiary-cyan-75: #71abf4;
  --tertiary-cyan-50: #91b8e9;
  --tertiary-cyan-25: #b1c4dd;
  --tertiary-hover: #eae4fc;
  --tertiary-bg-75: rgba(105, 65, 235, 0.4392156863);
  --tertiary-red: #e00109;
  --tertiary-red-75: #dd363c;
  --tertiary-red-50: #d9696d;
  --tertiary-red-25: #d59d9f;
  --tertiary-green: #27a745;
  --tertiary-green-75: #53b269;
  --tertiary-green-50: #7dbc8b;
  --tertiary-green-25: #a7c7ae;
  --tertiary-yellow-75: #f6c500;
  --list-item-hover: rgba(255, 210, 47, 0.5019607843);
}

.btn {
  min-height: 34px;
}

.btn-sm, .btn-group-sm > .btn {
  min-height: 26px;
}

.btn-default {
  color: #262626;
  background: #ffffff;
  border: 1px solid #b3b4b3;
}
.btn-default:focus {
  color: #262626;
  background: #e1e1e1;
  border: 1px solid #b3b4b3;
  box-shadow: 0 0 0 0.2rem #e1e1e1;
}
.btn-default:hover {
  color: #262626;
  background: #e1e1e1;
  border: 1px solid #b3b4b3;
}

.btn-primary {
  color: #ffffff;
  background: #6941eb;
  border: 1px solid #6941eb;
}
.btn-primary:focus {
  color: #ffffff;
  background: #4d1da3;
  border: 1px solid #4d1da3;
  box-shadow: 0 0 0 0.2rem #6f4baf;
}
.btn-primary:hover {
  color: #ffffff;
  background: #4d1da3;
  border: 1px solid #4d1da3;
}

.btn-secondary {
  color: #262626;
  background: #fecb02;
  border: 1px solid #fecb02;
}
.btn-secondary:focus {
  color: #262626;
  background: #f6c500;
  border: 1px solid #f6c500;
  box-shadow: 0 0 0 0.2rem #f6c500;
}
.btn-secondary:hover {
  color: #262626;
  background: #f6c500;
  border: 1px solid #f6c500;
}

.btn-success {
  color: #ffffff;
  background: #28a745;
  border: 1px solid #28a745;
}
.btn-success:focus {
  color: #ffffff;
  background: #53b269;
  border: 1px solid #53b269;
  box-shadow: 0 0 0 0.2rem #53b269;
}
.btn-success:hover {
  color: #ffffff;
  background: #53b269;
  border: 1px solid #53b269;
}

.btn-danger {
  color: #ffffff;
  background: #e00109;
  border: 1px solid #e00109;
}
.btn-danger:focus {
  color: #ffffff;
  background: #dd363c;
  border: 1px solid #dd363c;
  box-shadow: 0 0 0 0.2rem #dd363c;
}
.btn-danger:hover {
  color: #ffffff;
  background: #dd363c;
  border: 1px solid #dd363c;
}

.btn-warning {
  color: #ffffff;
  background: #ffa532;
  border: 1px solid #ffa532;
}
.btn-warning:focus {
  color: #ffffff;
  background: #f4b15a;
  border: 1px solid #ffa532;
  box-shadow: 0 0 0 0.2rem #f4b15a;
}
.btn-warning:hover {
  color: #ffffff;
  background: #f4b15a;
  border: 1px solid #ffa532;
}

.btn-info {
  color: #ffffff;
  background: #509eff;
  border: 1px solid #509eff;
}
.btn-info:focus {
  color: #ffffff;
  background: #71abf4;
  border: 1px solid #71abf4;
  box-shadow: 0 0 0 0.2rem #71abf4;
}
.btn-info:hover {
  color: #ffffff;
  background: #71abf4;
  border: 1px solid #71abf4;
}

.btn-data {
  color: #fff;
  background-color: #00c8bc;
  border-color: rgb(0, 111.75, 105.045);
}
.btn-data:hover {
  color: #fff;
  background-color: #00968d;
  border-color: rgb(0, 111.75, 105.045);
}
.btn-data:focus, .btn-data.focus {
  color: #fff;
  background-color: #00968d;
  border-color: rgb(0, 111.75, 105.045);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 133.2375, 127.53825, 0.5);
}
.btn-data.disabled, .btn-data:disabled {
  color: #fff;
  background-color: #00c8bc;
  border-color: rgb(0, 111.75, 105.045);
}
.btn-data:not(:disabled):not(.disabled):active, .btn-data:not(:disabled):not(.disabled).active, .show > .btn-data.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 149, 140.06);
  border-color: rgb(0, 48, 45.12);
}
.btn-data:not(:disabled):not(.disabled):active:focus, .btn-data:not(:disabled):not(.disabled).active:focus, .show > .btn-data.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 133.2375, 127.53825, 0.5);
}
.btn-data {
  border-color: transparent;
}

.btn-icon-lg {
  min-height: 38px;
  min-width: 38px;
  max-height: 38px;
  max-width: 38px;
}

.btn-square {
  min-width: 34px;
  min-height: 34px;
}

.btn-rectangle {
  width: 74px;
  height: 34px;
}
@media (max-width: 767.98px) {
  .btn-rectangle {
    width: 72px;
  }
}

.btn-outline-primary {
  background: #ffffff;
}

.dropdown.open .dropdown-menu {
  display: block;
}

.dropdown-toggle::after {
  display: none;
}

.collapse.in {
  display: block;
}

@media (max-width: 767.98px) {
  .toast-container > .gtw-toast > .alert {
    margin-right: -10px;
  }
}
.toast-container > .gtw-toast > .alert {
  position: relative;
}
.toast-container > .gtw-toast > .alert > .close {
  outline: none;
  color: white;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  height: 48px;
  width: 48px;
  right: 4px;
}
@media (max-width: 767.98px) {
  .toast-container > .gtw-toast > .alert > .close {
    height: 30px;
    width: 30px;
  }
}
.toast-container > .gtw-toast > .alert > .close:hover {
  opacity: 1;
}
.toast-container > .gtw-toast > .alert > span {
  display: inline-block;
}

.gateway-toast {
  width: 470px;
  max-width: 470px;
  height: 60px;
  max-height: 60px;
}
@media (max-width: 767.98px) {
  .gateway-toast {
    width: 331.333px;
    max-width: 331.333px;
    height: auto;
    max-height: auto;
    white-space: normal;
    position: relative;
    margin-left: -3px;
  }
}

.pre-line-gateway-toast .gateway-toast {
  white-space: pre-line !important;
}

.gateway-toast-icon {
  font-size: 4rem;
  margin-right: 15px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767.98px) {
  .gateway-toast-icon {
    font-size: 3rem;
    margin-right: 12px;
  }
}

.alert-text {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.alert-default,
.alert-primary,
.alert-secondary,
.alert-success,
.alert-info,
.alert-warning,
.alert-danger {
  border-color: transparent;
  color: #fff;
  opacity: 0.9;
}
.alert-default a,
.alert-primary a,
.alert-secondary a,
.alert-success a,
.alert-info a,
.alert-warning a,
.alert-danger a {
  color: white;
  text-decoration: underline;
}

.alert-default {
  background-color: #ffffff;
  color: #262626;
}

.alert-primary {
  background-color: #6941eb;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .alert-primary {
    width: 355.333px;
    max-width: 355.333px;
    white-space: normal;
    position: relative;
    margin-left: -3px;
  }
}

.alert-secondary {
  background-color: #fecb02;
  color: #262626;
}

.alert-success {
  background-color: #27a745;
  color: #ffffff;
}

.alert-info {
  background-color: #509eff;
  color: #ffffff;
}

.alert-warning {
  background-color: #ffa532;
  color: #ffffff;
}

.alert-danger {
  background-color: #e00109;
  color: #ffffff;
}

.alert-content {
  text-align: left;
}

.alert-info-box {
  border-radius: 2px;
  border: 2px solid #509eff;
  background: white !important;
  text-align: center;
  position: relative;
  background-color: lightgray;
  padding: 10px;
}
@media (max-width: 575.98px) {
  .alert-info-box {
    margin-bottom: 10px;
    padding: 7px 3px;
    margin-top: -5px;
    background-color: #f5f5f5 !important;
  }
}

.animate-view.ng-leave {
  transition: all ease-out 3s;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.animate-view.ng-leave.ng-leave-active {
  animation: leave-left 0.2s linear;
}

@keyframes customFlipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 135deg);
    animation-timing-function: ease-in;
    opacity: 0.75;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flip-in-x {
  backface-visibility: visible;
  animation: customFlipInX 1s infinite;
}

@keyframes click-pulse {
  50% {
    background-color: rgb(100, 38, 103);
    opacity: 0.5;
    color: #fff;
  }
}
@keyframes clockwise-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes leave-left {
  0% {
    left: 0;
    opacity: 1;
  }
  30% {
    left: -30%;
    opacity: 1;
  }
  50% {
    left: -50%;
    opacity: 0.7;
  }
  90% {
    left: -90%;
    opacity: 0.3;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
@keyframes silde-in-right {
  0% {
    left: -50px;
    opacity: 0;
  }
  10% {
    left: -50px;
    opacity: 0;
  }
  50% {
    left: -25px;
    opacity: 0.7;
  }
  90% {
    left: -5px;
    opacity: 0.9;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0%, 30% {
    right: -50px;
    opacity: 0;
  }
  50% {
    right: -25px;
    opacity: 0.7;
  }
  90% {
    right: -5px;
    opacity: 0.9;
  }
  100% {
    right: 0px;
    opacity: 1;
  }
}
@keyframes highlightflash {
  0% {
    background-color: transparent;
  }
  33% {
    background-color: rgba(103, 160, 58, 0.45);
  }
  66% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(103, 160, 58, 0.45);
  }
}
.card {
  background: white;
}
.card.light {
  background: #f5f5f5 !important;
}
.card.is-darker {
  box-shadow: 0px 0px 2px #474747;
}
.card.is-lifted {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.card.is-outlined {
  border: 1px solid #dadada;
}

.item-box {
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
@media (max-width: 575.98px) {
  .item-box {
    background-color: #fff;
    border-radius: 2px;
  }
}

/*
 * It's a bird, it's a plane, nope, it's a form. Bootstrap forms are pretty
 * great already, so not much to do here.
 *
 */
.form-error {
  color: #e00109;
}

.form-control-loading {
  position: absolute;
  background: white;
  font-size: 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  height: 32px;
  line-height: 31px;
  top: 1px;
  right: 1px;
  padding-right: 4px;
}

.config-input {
  max-width: 700px;
}
.config-input > label {
  width: 150px;
  padding-right: 8px;
  margin-right: 8px;
}
.config-input > api-select,
.config-input > api-category-select,
.config-input > api-autocomplete,
.config-input > date-range-picker,
.config-input > .form-control {
  width: 550px;
}

[uib-typeahead-popup] {
  z-index: 2000;
}

.icon-input {
  position: relative;
}
.icon-input > input {
  padding-right: 32px;
}
.icon-input .icon-input-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 34px;
  line-height: 34px;
  text-align: center;
}
.icon-input [id^=typeahead-] {
  width: 100%;
}

.required-field {
  color: red;
}

input[type=radio]:has(+ label),
input[type=checkbox]:has(+ label) {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  display: inline-block;
  line-height: 16px;
  margin-right: 10px;
}

input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #6941eb;
  border-radius: 50%;
  background-color: transparent;
}

input[type=checkbox] + label::before {
  border-radius: 3px;
}

input[type=checkbox]:checked + label::before {
  background-color: #6941eb;
  border-radius: 3px;
}

input[type=checkbox]:disabled + label::before {
  border-color: #b3b4b3;
  background-color: #e1e1e1;
}

input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  background-color: #6941eb;
  border-radius: 50%;
}

input[type=radio]:disabled + label::before {
  border-color: #b3b4b3;
  background-color: #e1e1e1;
}

input[type=radio]:checked:disabled + label::after {
  background-color: #b3b4b3;
}

.has-loader {
  position: relative;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 100;
}
.loader.loader-see-thru {
  background-color: rgba(255, 255, 255, 0.75);
}
.loader.loader-horizontal > h1,
.loader.loader-horizontal h3 {
  font-size: 2rem;
  margin: 0;
  display: inline-block;
}
.loader.loader-horizontal > h1 {
  margin-right: 10px;
}

/*
 * Override and Extend styles for the Bootstrap Modal Component
 *
 */
.no-transition .modal.fade .modal-dialog,
.no-transition .modal.in .modal-dialog {
  transition: none;
}

.modal-flex-cc .modal-dialog, .modal-flex-cc-95 .modal-dialog, .modal-flex-cc-90 .modal-dialog, .modal-flex-cc-85 .modal-dialog, .modal-flex-cc-80 .modal-dialog, .modal-flex-cc-75 .modal-dialog, .modal-flex-cc-70 .modal-dialog, .modal-flex-cc-65 .modal-dialog, .modal-flex-cc-60 .modal-dialog, .modal-flex-cc-55 .modal-dialog, .modal-flex-cc-50 .modal-dialog, .modal-flex-cc-45 .modal-dialog, .modal-flex-cc-40 .modal-dialog, .modal-flex-cc-ticket-task .modal-dialog, .modal-flex-cc-fit-width .modal-dialog {
  height: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.modal-flex-cc .modal-content, .modal-flex-cc-95 .modal-content, .modal-flex-cc-90 .modal-content, .modal-flex-cc-85 .modal-content, .modal-flex-cc-80 .modal-content, .modal-flex-cc-75 .modal-content, .modal-flex-cc-70 .modal-content, .modal-flex-cc-65 .modal-content, .modal-flex-cc-60 .modal-content, .modal-flex-cc-55 .modal-content, .modal-flex-cc-50 .modal-content, .modal-flex-cc-45 .modal-content, .modal-flex-cc-40 .modal-content, .modal-flex-cc-ticket-task .modal-content, .modal-flex-cc-fit-width .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-flex-cc .modal-body, .modal-flex-cc-95 .modal-body, .modal-flex-cc-90 .modal-body, .modal-flex-cc-85 .modal-body, .modal-flex-cc-80 .modal-body, .modal-flex-cc-75 .modal-body, .modal-flex-cc-70 .modal-body, .modal-flex-cc-65 .modal-body, .modal-flex-cc-60 .modal-body, .modal-flex-cc-55 .modal-body, .modal-flex-cc-50 .modal-body, .modal-flex-cc-45 .modal-body, .modal-flex-cc-40 .modal-body, .modal-flex-cc-ticket-task .modal-body, .modal-flex-cc-fit-width .modal-body {
  overflow-y: auto;
  padding: 0;
}
.modal-flex-cc .modal-header, .modal-flex-cc-95 .modal-header, .modal-flex-cc-90 .modal-header, .modal-flex-cc-85 .modal-header, .modal-flex-cc-80 .modal-header, .modal-flex-cc-75 .modal-header, .modal-flex-cc-70 .modal-header, .modal-flex-cc-65 .modal-header, .modal-flex-cc-60 .modal-header, .modal-flex-cc-55 .modal-header, .modal-flex-cc-50 .modal-header, .modal-flex-cc-45 .modal-header, .modal-flex-cc-40 .modal-header, .modal-flex-cc-ticket-task .modal-header, .modal-flex-cc-fit-width .modal-header {
  padding: 0;
}
.modal-flex-cc .modal-header h4, .modal-flex-cc-95 .modal-header h4, .modal-flex-cc-90 .modal-header h4, .modal-flex-cc-85 .modal-header h4, .modal-flex-cc-80 .modal-header h4, .modal-flex-cc-75 .modal-header h4, .modal-flex-cc-70 .modal-header h4, .modal-flex-cc-65 .modal-header h4, .modal-flex-cc-60 .modal-header h4, .modal-flex-cc-55 .modal-header h4, .modal-flex-cc-50 .modal-header h4, .modal-flex-cc-45 .modal-header h4, .modal-flex-cc-40 .modal-header h4, .modal-flex-cc-ticket-task .modal-header h4, .modal-flex-cc-fit-width .modal-header h4 {
  display: inline-block;
  padding: 15px;
  font-size: 18px;
}
.modal-flex-cc .modal-header .close, .modal-flex-cc-95 .modal-header .close, .modal-flex-cc-90 .modal-header .close, .modal-flex-cc-85 .modal-header .close, .modal-flex-cc-80 .modal-header .close, .modal-flex-cc-75 .modal-header .close, .modal-flex-cc-70 .modal-header .close, .modal-flex-cc-65 .modal-header .close, .modal-flex-cc-60 .modal-header .close, .modal-flex-cc-55 .modal-header .close, .modal-flex-cc-50 .modal-header .close, .modal-flex-cc-45 .modal-header .close, .modal-flex-cc-40 .modal-header .close, .modal-flex-cc-ticket-task .modal-header .close, .modal-flex-cc-fit-width .modal-header .close {
  transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .modal-flex-cc .modal-header .close, .modal-flex-cc-95 .modal-header .close, .modal-flex-cc-90 .modal-header .close, .modal-flex-cc-85 .modal-header .close, .modal-flex-cc-80 .modal-header .close, .modal-flex-cc-75 .modal-header .close, .modal-flex-cc-70 .modal-header .close, .modal-flex-cc-65 .modal-header .close, .modal-flex-cc-60 .modal-header .close, .modal-flex-cc-55 .modal-header .close, .modal-flex-cc-50 .modal-header .close, .modal-flex-cc-45 .modal-header .close, .modal-flex-cc-40 .modal-header .close, .modal-flex-cc-ticket-task .modal-header .close, .modal-flex-cc-fit-width .modal-header .close {
    transition: none;
  }
}
.modal-flex-cc .modal-header .close, .modal-flex-cc-95 .modal-header .close, .modal-flex-cc-90 .modal-header .close, .modal-flex-cc-85 .modal-header .close, .modal-flex-cc-80 .modal-header .close, .modal-flex-cc-75 .modal-header .close, .modal-flex-cc-70 .modal-header .close, .modal-flex-cc-65 .modal-header .close, .modal-flex-cc-60 .modal-header .close, .modal-flex-cc-55 .modal-header .close, .modal-flex-cc-50 .modal-header .close, .modal-flex-cc-45 .modal-header .close, .modal-flex-cc-40 .modal-header .close, .modal-flex-cc-ticket-task .modal-header .close, .modal-flex-cc-fit-width .modal-header .close {
  padding: 17px 25px 17px 18px;
  display: inline-block;
  margin-top: 0;
  opacity: 1;
  color: #333;
  outline: none;
  text-shadow: none;
}
.modal-flex-cc .modal-header .close .fa-close, .modal-flex-cc-95 .modal-header .close .fa-close, .modal-flex-cc-90 .modal-header .close .fa-close, .modal-flex-cc-85 .modal-header .close .fa-close, .modal-flex-cc-80 .modal-header .close .fa-close, .modal-flex-cc-75 .modal-header .close .fa-close, .modal-flex-cc-70 .modal-header .close .fa-close, .modal-flex-cc-65 .modal-header .close .fa-close, .modal-flex-cc-60 .modal-header .close .fa-close, .modal-flex-cc-55 .modal-header .close .fa-close, .modal-flex-cc-50 .modal-header .close .fa-close, .modal-flex-cc-45 .modal-header .close .fa-close, .modal-flex-cc-40 .modal-header .close .fa-close, .modal-flex-cc-ticket-task .modal-header .close .fa-close, .modal-flex-cc-fit-width .modal-header .close .fa-close {
  width: 21.6px;
}
.modal-flex-cc .modal-header .close:hover, .modal-flex-cc-95 .modal-header .close:hover, .modal-flex-cc-90 .modal-header .close:hover, .modal-flex-cc-85 .modal-header .close:hover, .modal-flex-cc-80 .modal-header .close:hover, .modal-flex-cc-75 .modal-header .close:hover, .modal-flex-cc-70 .modal-header .close:hover, .modal-flex-cc-65 .modal-header .close:hover, .modal-flex-cc-60 .modal-header .close:hover, .modal-flex-cc-55 .modal-header .close:hover, .modal-flex-cc-50 .modal-header .close:hover, .modal-flex-cc-45 .modal-header .close:hover, .modal-flex-cc-40 .modal-header .close:hover, .modal-flex-cc-ticket-task .modal-header .close:hover, .modal-flex-cc-fit-width .modal-header .close:hover, .modal-flex-cc .modal-header .close:focus, .modal-flex-cc-95 .modal-header .close:focus, .modal-flex-cc-90 .modal-header .close:focus, .modal-flex-cc-85 .modal-header .close:focus, .modal-flex-cc-80 .modal-header .close:focus, .modal-flex-cc-75 .modal-header .close:focus, .modal-flex-cc-70 .modal-header .close:focus, .modal-flex-cc-65 .modal-header .close:focus, .modal-flex-cc-60 .modal-header .close:focus, .modal-flex-cc-55 .modal-header .close:focus, .modal-flex-cc-50 .modal-header .close:focus, .modal-flex-cc-45 .modal-header .close:focus, .modal-flex-cc-40 .modal-header .close:focus, .modal-flex-cc-ticket-task .modal-header .close:focus, .modal-flex-cc-fit-width .modal-header .close:focus {
  color: #333;
  outline: none;
  background: #dadada;
}

.modal-flex-cc-fit-width .modal-dialog {
  width: auto !important;
  max-width: 75%;
}

.modal-flex-cc-ticket-task .modal-dialog {
  padding: 30px 435px;
}

/* Generate .modal-flex-cc-50 through .modal-flex-cc-95 */
.modal-flex-cc-40 .modal-dialog {
  width: auto !important;
  max-width: 40%;
}

.modal-flex-cc-45 .modal-dialog {
  width: auto !important;
  max-width: 45%;
}

.modal-flex-cc-50 .modal-dialog {
  width: auto !important;
  max-width: 50%;
}

.modal-flex-cc-55 .modal-dialog {
  width: auto !important;
  max-width: 55%;
}

.modal-flex-cc-60 .modal-dialog {
  width: auto !important;
  max-width: 60%;
}

.modal-flex-cc-65 .modal-dialog {
  width: auto !important;
  max-width: 65%;
}

.modal-flex-cc-70 .modal-dialog {
  width: auto !important;
  max-width: 70%;
}

.modal-flex-cc-75 .modal-dialog {
  width: auto !important;
  max-width: 75%;
}

.modal-flex-cc-80 .modal-dialog {
  width: auto !important;
  max-width: 80%;
}

.modal-flex-cc-85 .modal-dialog {
  width: auto !important;
  max-width: 85%;
}

.modal-flex-cc-90 .modal-dialog {
  width: auto !important;
  max-width: 90%;
}

.modal-flex-cc-95 .modal-dialog {
  width: auto !important;
  max-width: 95%;
}

.modal-title {
  font-weight: 700;
  line-height: 1.42857 !important;
}

.modal.fade {
  /* IE focus input bug fix */
  transition: opacity 0.3s linear;
}

.modal-footer .btn + .btn {
  margin-left: 11px;
}

.modal-footer {
  min-height: -moz-min-content;
  min-height: min-content;
}
.modal-footer .btn:focus {
  outline: none;
}

.modal.layout-column, .modal.loader.loader-centered, .modal-flex-cc .modal.modal-dialog, .modal-flex-cc .modal.modal-content, .modal-flex-cc-fit-width .modal.modal-dialog, .modal-flex-cc-fit-width .modal.modal-content, .modal-flex-cc-ticket-task .modal.modal-dialog, .modal-flex-cc-ticket-task .modal.modal-content, .modal-flex-cc-40 .modal.modal-dialog, .modal-flex-cc-40 .modal.modal-content, .modal-flex-cc-45 .modal.modal-dialog, .modal-flex-cc-45 .modal.modal-content, .modal-flex-cc-50 .modal.modal-dialog, .modal-flex-cc-50 .modal.modal-content, .modal-flex-cc-55 .modal.modal-dialog, .modal-flex-cc-55 .modal.modal-content, .modal-flex-cc-60 .modal.modal-dialog, .modal-flex-cc-60 .modal.modal-content, .modal-flex-cc-65 .modal.modal-dialog, .modal-flex-cc-65 .modal.modal-content, .modal-flex-cc-70 .modal.modal-dialog, .modal-flex-cc-70 .modal.modal-content, .modal-flex-cc-75 .modal.modal-dialog, .modal-flex-cc-75 .modal.modal-content, .modal-flex-cc-80 .modal.modal-dialog, .modal-flex-cc-80 .modal.modal-content, .modal-flex-cc-85 .modal.modal-dialog, .modal-flex-cc-85 .modal.modal-content, .modal-flex-cc-90 .modal.modal-dialog, .modal-flex-cc-90 .modal.modal-content, .modal-flex-cc-95 .modal.modal-dialog, .modal-flex-cc-95 .modal.modal-content {
  display: flex !important;
}

modal.modal-dialog {
  margin: 30px;
  width: inherit;
  min-width: 100%;
}

modal-sidebar {
  z-index: -1;
  border: none !important;
  opacity: 0;
}

.modal-sidebar-open modal-sidebar {
  opacity: 1;
}

.modal-content-animating,
.modal-sidebar-animating {
  transition: transform 0.2s ease;
}

modal:not(.modal-sidebar-open) .modal-sidebar-animating {
  transition: transform 0.2s ease, opacity 0s ease 0.2s;
}

.modal-body.modal-body-no-padding {
  padding: 0;
}

.fade.in {
  opacity: 1;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-flex-cc .modal.fade .modal-dialog, .modal-flex-cc-fit-width .modal.fade .modal-dialog, .modal-flex-cc-ticket-task .modal.fade .modal-dialog, .modal-flex-cc-40 .modal.fade .modal-dialog, .modal-flex-cc-45 .modal.fade .modal-dialog, .modal-flex-cc-50 .modal.fade .modal-dialog, .modal-flex-cc-55 .modal.fade .modal-dialog, .modal-flex-cc-60 .modal.fade .modal-dialog, .modal-flex-cc-65 .modal.fade .modal-dialog, .modal-flex-cc-70 .modal.fade .modal-dialog, .modal-flex-cc-75 .modal.fade .modal-dialog, .modal-flex-cc-80 .modal.fade .modal-dialog, .modal-flex-cc-85 .modal.fade .modal-dialog, .modal-flex-cc-90 .modal.fade .modal-dialog, .modal-flex-cc-95 .modal.fade .modal-dialog,
modal.modal.fade .modal-dialog {
  transform: 0, -5%;
}

.modal-flex-cc .modal.in .modal-dialog, .modal-flex-cc-fit-width .modal.in .modal-dialog, .modal-flex-cc-ticket-task .modal.in .modal-dialog, .modal-flex-cc-40 .modal.in .modal-dialog, .modal-flex-cc-45 .modal.in .modal-dialog, .modal-flex-cc-50 .modal.in .modal-dialog, .modal-flex-cc-55 .modal.in .modal-dialog, .modal-flex-cc-60 .modal.in .modal-dialog, .modal-flex-cc-65 .modal.in .modal-dialog, .modal-flex-cc-70 .modal.in .modal-dialog, .modal-flex-cc-75 .modal.in .modal-dialog, .modal-flex-cc-80 .modal.in .modal-dialog, .modal-flex-cc-85 .modal.in .modal-dialog, .modal-flex-cc-90 .modal.in .modal-dialog, .modal-flex-cc-95 .modal.in .modal-dialog,
modal.modal.in .modal-dialog {
  transform: 0, 0;
}

:root {
  --primary-violet: #6941eb;
  --primary-dark-gray: #262626;
  --primary-light-gray: #525b75;
  --primary-yellow: #fecb02;
  --primary-white: #ffffff;
  --secondary-gray-100: #b3b4b3;
  --secondary-gray-40: #e1e1e1;
  --secondary-gray-15: #f4f4f4;
  --secondary-bg-100: #e8eaf6;
  --tertiary-navy: #23184d;
  --tertiary-navy-75: #4f476f;
  --tertiary-navy-50: #7a758f;
  --tertiary-navy-25: #a6a3b0;
  --tertiary-teal: #00cbbc;
  --tertiary-teal-75: #35cbc2;
  --tertiary-teal-50: #69cdc7;
  --tertiary-teal-25: #9dcfcc;
  --tertiary-orange: #ffa532;
  --tertiary-orange-75: #f4b15a;
  --tertiary-orange-50: #e9bb82;
  --tertiary-orange-25: #ddc6a9;
  --tertiary-dark-violet: #4d1da3;
  --tertiary-dark-violet-75: #6f4baf;
  --tertiary-dark-violet-50: #8f77ba;
  --tertiary-dark-violet-25: #b0a5c6;
  --tertiary-cyan: #509eff;
  --tertiary-cyan-75: #71abf4;
  --tertiary-cyan-50: #91b8e9;
  --tertiary-cyan-25: #b1c4dd;
  --tertiary-hover: #eae4fc;
  --tertiary-bg-75: rgba(105, 65, 235, 0.4392156863);
  --tertiary-red: #e00109;
  --tertiary-red-75: #dd363c;
  --tertiary-red-50: #d9696d;
  --tertiary-red-25: #d59d9f;
  --tertiary-green: #27a745;
  --tertiary-green-75: #53b269;
  --tertiary-green-50: #7dbc8b;
  --tertiary-green-25: #a7c7ae;
  --tertiary-yellow-75: #f6c500;
  --list-item-hover: rgba(255, 210, 47, 0.5019607843);
}

.fa-file-word-o {
  color: rgb(42, 86, 153);
}

.fa-file-excel-o {
  color: rgb(31, 114, 70);
}

.fa-file-powerpoint-o {
  color: rgb(208, 70, 38);
}

.fa-file-pdf-o {
  color: rgb(213, 4, 25);
}

.fa-file-archive-o {
  color: rgb(250, 172, 61);
}

.fa-file-image-o {
  color: rgb(216, 219, 50);
}

i.more-space-left {
  margin-left: 5px;
}

i.more-space-right {
  margin-right: 5px;
}

.text-2x {
  font-size: 2em;
}

@keyframes elliptext {
  0% {
    content: " .";
  }
  25% {
    content: " . .";
  }
  50% {
    content: " . . .";
  }
  100% {
    content: " . . .";
  }
}
.ellip-text:after {
  content: "";
  animation: elliptext 1.2s linear infinite;
}

.hint, .gtwy-or {
  font-style: italic;
  color: #b3b4b3 !important;
}

.bold-text {
  font-weight: bold;
}

.monospace-text {
  font-family: monospace;
}

h1,
h2,
h3,
.display-1,
.display-2,
.display-3,
.display-4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}

/*
 * This file contains all those nice util style rules that make our lives
 * easier and DRYer. If you find yourself writing something over and over
 * again, this is the right place to define that stuff.
 *
 */
.full-width {
  width: 100%;
  max-width: 100%;
}

.full-height {
  height: 100%;
  max-height: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.scrollable::-webkit-scrollbar {
  width: 8px;
  background: #eae4fc;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-left: 1px solid rgba(105, 65, 235, 0.4392156863);
  border-right: 1px solid rgba(105, 65, 235, 0.4392156863);
}
.scrollable::-webkit-scrollbar-thumb {
  background: #6941eb;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.scrollable-h::-webkit-scrollbar {
  height: 8px;
  background: #eae4fc;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-left: 1px solid rgba(105, 65, 235, 0.4392156863);
  border-right: 1px solid rgba(105, 65, 235, 0.4392156863);
}
.scrollable-h::-webkit-scrollbar-thumb {
  background: #6941eb;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.will-scroll {
  overflow-x: hidden;
  overflow-y: auto;
}

.will-scroll-fixed-width {
  overflow-x: hidden;
  overflow-y: scroll;
}

.one-liner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-border {
  border-top: 1px solid #ddd;
}

.no-outline {
  outline: none;
}

.alert-border {
  width: 35px;
}

.alert-message {
  margin: 15px;
  flex-direction: row;
}

.alert-content a {
  text-decoration: underline;
}

.warning-message.alert-message {
  border: 1px solid #ffa532;
}
.warning-message .alert-border {
  background: #ffa532;
}
.warning-message .alert-header,
.warning-message .alert-border .fa,
.warning-message .alert-border .glyphicon {
  color: #be9b00;
}

.info-message.alert-message {
  border: 1px solid rgb(156.5, 200.4028571429, 255);
}
.info-message .alert-border {
  background: rgb(156.5, 200.4028571429, 255);
}
.info-message .alert-header,
.info-message .alert-border .fa,
.info-message .alert-border .glyphicon {
  color: #509eff;
}

.warning-icon .fa-exclamation-triangle {
  margin-right: 15px;
  font-size: 2rem;
  cursor: auto;
}

.default-cursor {
  cursor: default !important;
}

.disabled {
  background: rgba(0, 0, 0, 0.07);
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.gradient.thresholds-interpreted-safe,
.active-chart.thresholds-interpreted-safe {
  background: linear-gradient(to bottom right, rgb(47, 255, 242.52), #00c8bc);
}
.gradient.thresholds-interpreted-warning,
.active-chart.thresholds-interpreted-warning {
  background: linear-gradient(to bottom right, rgb(255, 209.7804878049, 152), rgb(254, 142.487804878, 0));
}
.gradient.thresholds-interpreted-danger,
.active-chart.thresholds-interpreted-danger {
  background: linear-gradient(to bottom right, rgb(254.1866666667, 72.8133333333, 79.32), rgb(173.2266666667, 0.7733333333, 6.96));
}

.btn-secondary:focus {
  outline: none;
}

.search-box.inpbox {
  box-shadow: 2px 2px 5px #dadada;
  border: 1px solid rgba(218, 218, 218, 0.8);
}

.position-relative {
  position: relative;
}

.position-absolute-0 {
  position: absolute;
  left: 0;
  right: 0;
}

.no-padding {
  padding: 0;
}

.invisible {
  visibility: hidden;
}

.item-list .list-group-item, .item-list .gateway-list {
  padding: 0;
}
.item-list .list-group-inner-button, .item-list .free-list-group-inner-button {
  font-size: 1.7rem;
  padding: 20px;
}

@-moz-document url-prefix() {
  .scrollable,
  .scrollable-h,
  .ng-dropdown-panel-items {
    scrollbar-width: 8px;
    scrollbar-color: #6941eb #eae4fc;
    border-left: 1px solid rgba(105, 65, 235, 0.4392156863);
  }
}
.ng-dropdown-panel-items::-webkit-scrollbar {
  width: 8px;
  background: #eae4fc;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-left: 1px solid rgba(105, 65, 235, 0.4392156863);
}
.ng-dropdown-panel-items::-webkit-scrollbar-thumb {
  background: #6941eb;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.content-item {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-left: none;
  border-right: none;
  font-size: 1.4rem;
  line-height: 2rem;
}
.content-item.selected {
  color: #6941eb;
  box-shadow: 0px 2px 4px #eaeaea;
  border-left: solid 4px #6941eb;
}
.content-item.selected {
  background-color: #ededed;
}
.content-item.selected:hover {
  background-color: #ededed;
}
.content-item.selected-details {
  background-color: #fff;
  padding-left: 30px;
}

.list-group-inner-button, .free-list-group-inner-button {
  text-align: center;
  color: #bbb !important;
}
.list-group-inner-button:hover, .free-list-group-inner-button:hover {
  color: black !important;
  border-left: 1px solid #ddd;
}

.outer:hover {
  border-right: 1px solid #ddd;
}

[vs-repeat] {
  overflow-anchor: none;
}

.gateway-list {
  padding: 0;
}
.gateway-list .list-group-inner-button, .gateway-list .free-list-group-inner-button {
  padding: 0;
  line-height: 41px;
  width: 41px;
  font-size: 1.7rem;
}
.gateway-list .list-group-inner-button.disabled, .gateway-list .disabled.free-list-group-inner-button {
  color: #b2b4b2;
  cursor: not-allowed;
}

label {
  font-weight: 700;
}

.separator {
  border-left: 1px solid #dadada;
}

.tree-menu {
  padding: 0;
  max-height: 250px;
  z-index: 2000;
}
.tree-menu .tree-menu-title {
  padding: 8px 5px;
  border-bottom: 1px solid #eee;
}
.tree-menu .tree-menu-title > a {
  margin: -8px 8px -8px -5px;
  padding: 8px 10px;
  border-right: 1px solid #ddd;
}
.tree-menu .tree-menu-title > a:hover {
  background-color: #eee;
}
.tree-menu .tree-menu-item-label,
.tree-menu .tree-menu-item-drill {
  padding: 8px;
}
.tree-menu .tree-menu-item-label:hover,
.tree-menu .tree-menu-item-drill:hover {
  background-color: rgb(159.6428571429, 134.2142857143, 242.2857142857);
  color: white;
}

.gateway-table-header {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}

.gateway-table-header-item > i {
  transform: rotateZ(180deg);
  opacity: 0;
  transition: transform 0.2s linear;
}
.gateway-table-header-item.sort-active, .gateway-table-header-item.sort-desc {
  font-weight: bold;
}
.gateway-table-header-item.sort-active i {
  opacity: 1 !important;
}
.gateway-table-header-item.sort-desc i {
  transform: rotateZ(0deg) !important;
}
.gateway-table-header-item:hover > i {
  opacity: 0.2;
}

.gateway-table-body {
  overflow-y: auto;
}
.gateway-table-body .list-group-item, .gateway-table-body .gateway-list {
  padding-left: 0;
  padding-right: 0;
}
.gateway-table-body .list-group {
  margin-bottom: 0;
  margin-top: -1px;
}
.gateway-table-body span[ng-click] {
  text-decoration: underline;
  cursor: pointer;
}

.large-table {
  position: relative;
  table-layout: fixed;
  margin-bottom: 0;
}
.large-table th {
  vertical-align: top !important;
}
.large-table th:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #dddddd;
}
.large-table th::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  right: -1px;
  bottom: -1px;
  background-color: #dddddd;
  z-index: -1;
}
.large-table td[ng-click],
.large-table td [ng-click] {
  text-decoration: underline;
}
.large-table tbody > tr:nth-last-child(2) .sorted-column {
  border-bottom: 1px solid #642667 !important;
}

.large-table-sticky-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: white;
}

.large-table-filter-options {
  height: 34px;
  margin-top: 4px;
}
.large-table-filter-options input.form-control {
  padding: 3px;
  height: 28px;
  font-weight: normal;
}
.large-table-filter-options .hint, .large-table-filter-options .gtwy-or {
  font-weight: normal;
}

.large-table-row-striped {
  background-color: #f9f9f9;
}

.sorted-column {
  background: #eee !important;
  border-left: 1px solid #642667 !important;
  border-right: 1px solid #642667 !important;
  z-index: 1;
}
.sorted-column.first {
  border-top: 1px solid #642667 !important;
  right: 0px;
}

.expand-chart-link {
  padding-right: 10px;
  font-size: small;
}

.gtwy-or::before, .gtwy-or::after {
  content: "";
  height: 1px;
  border-bottom: 1px solid #cccccc;
}
.gtwy-or::before {
  margin-right: 10px;
}
.gtwy-or::after {
  margin-left: 10px;
}

:root {
  --primary-violet: #6941eb;
  --primary-dark-gray: #262626;
  --primary-light-gray: #525b75;
  --primary-yellow: #fecb02;
  --primary-white: #ffffff;
  --secondary-gray-100: #b3b4b3;
  --secondary-gray-40: #e1e1e1;
  --secondary-gray-15: #f4f4f4;
  --secondary-bg-100: #e8eaf6;
  --tertiary-navy: #23184d;
  --tertiary-navy-75: #4f476f;
  --tertiary-navy-50: #7a758f;
  --tertiary-navy-25: #a6a3b0;
  --tertiary-teal: #00cbbc;
  --tertiary-teal-75: #35cbc2;
  --tertiary-teal-50: #69cdc7;
  --tertiary-teal-25: #9dcfcc;
  --tertiary-orange: #ffa532;
  --tertiary-orange-75: #f4b15a;
  --tertiary-orange-50: #e9bb82;
  --tertiary-orange-25: #ddc6a9;
  --tertiary-dark-violet: #4d1da3;
  --tertiary-dark-violet-75: #6f4baf;
  --tertiary-dark-violet-50: #8f77ba;
  --tertiary-dark-violet-25: #b0a5c6;
  --tertiary-cyan: #509eff;
  --tertiary-cyan-75: #71abf4;
  --tertiary-cyan-50: #91b8e9;
  --tertiary-cyan-25: #b1c4dd;
  --tertiary-hover: #eae4fc;
  --tertiary-bg-75: rgba(105, 65, 235, 0.4392156863);
  --tertiary-red: #e00109;
  --tertiary-red-75: #dd363c;
  --tertiary-red-50: #d9696d;
  --tertiary-red-25: #d59d9f;
  --tertiary-green: #27a745;
  --tertiary-green-75: #53b269;
  --tertiary-green-50: #7dbc8b;
  --tertiary-green-25: #a7c7ae;
  --tertiary-yellow-75: #f6c500;
  --list-item-hover: rgba(255, 210, 47, 0.5019607843);
}

.badge {
  padding: 4px 8px;
}
.badge-primary {
  color: #ffffff;
  background-color: #6941eb;
}
.badge-primary-rect {
  background-color: rgb(196.0714285714, 180.3571428571, 247.1428571429) !important;
  border: 1px solid #6941eb;
  border-radius: 3px;
  color: #262626;
}
.badge-secondary {
  color: #262626;
  background-color: #fecb02;
}
.badge-secondary-rect {
  background-color: rgb(254.5019685039, 229.1023622047, 128.9980314961) !important;
  border: 1px solid #fecb02;
  border-radius: 3px;
  color: #262626;
}
.badge-success {
  color: #ffffff;
  background-color: #27a745;
}
.badge-success-rect {
  background-color: #a7c7ae !important;
  border: 1px solid #27a745;
  border-radius: 3px;
  color: #262626;
}
.badge-danger {
  color: #ffffff;
  background-color: #e00109;
}
.badge-danger-rect {
  background-color: #d59d9f !important;
  border: 1px solid #e00109;
  border-radius: 3px;
  color: #262626;
}
.badge-warning {
  color: #ffffff;
  background-color: #ffa532;
}
.badge-warning-rect {
  background-color: #ddc6a9 !important;
  border: 1px solid #ffa532;
  border-radius: 3px;
  color: #262626;
}
.badge-info {
  color: #ffffff;
  background-color: #509eff;
}
.badge-info-rect {
  background-color: #b1c4dd !important;
  border: 1px solid #509eff;
  border-radius: 3px;
  color: #262626;
}

:root {
  --primary-violet: #6941eb;
  --primary-dark-gray: #262626;
  --primary-light-gray: #525b75;
  --primary-yellow: #fecb02;
  --primary-white: #ffffff;
  --secondary-gray-100: #b3b4b3;
  --secondary-gray-40: #e1e1e1;
  --secondary-gray-15: #f4f4f4;
  --secondary-bg-100: #e8eaf6;
  --tertiary-navy: #23184d;
  --tertiary-navy-75: #4f476f;
  --tertiary-navy-50: #7a758f;
  --tertiary-navy-25: #a6a3b0;
  --tertiary-teal: #00cbbc;
  --tertiary-teal-75: #35cbc2;
  --tertiary-teal-50: #69cdc7;
  --tertiary-teal-25: #9dcfcc;
  --tertiary-orange: #ffa532;
  --tertiary-orange-75: #f4b15a;
  --tertiary-orange-50: #e9bb82;
  --tertiary-orange-25: #ddc6a9;
  --tertiary-dark-violet: #4d1da3;
  --tertiary-dark-violet-75: #6f4baf;
  --tertiary-dark-violet-50: #8f77ba;
  --tertiary-dark-violet-25: #b0a5c6;
  --tertiary-cyan: #509eff;
  --tertiary-cyan-75: #71abf4;
  --tertiary-cyan-50: #91b8e9;
  --tertiary-cyan-25: #b1c4dd;
  --tertiary-hover: #eae4fc;
  --tertiary-bg-75: rgba(105, 65, 235, 0.4392156863);
  --tertiary-red: #e00109;
  --tertiary-red-75: #dd363c;
  --tertiary-red-50: #d9696d;
  --tertiary-red-25: #d59d9f;
  --tertiary-green: #27a745;
  --tertiary-green-75: #53b269;
  --tertiary-green-50: #7dbc8b;
  --tertiary-green-25: #a7c7ae;
  --tertiary-yellow-75: #f6c500;
  --list-item-hover: rgba(255, 210, 47, 0.5019607843);
}

.progress-bar {
  background-color: #b3b4b3;
}
.progress-bar-primary {
  background-color: #6941eb;
}
.progress-bar-secondary {
  background-color: #fecb02;
}
.progress-bar-success {
  background-color: #28a745;
}
.progress-bar-danger {
  background-color: #fa046d;
}
.progress-bar-warning {
  background-color: #ffa532;
}
.progress-bar-info {
  background-color: #509eff;
}

:root {
  --primary-violet: #6941eb;
  --primary-dark-gray: #262626;
  --primary-light-gray: #525b75;
  --primary-yellow: #fecb02;
  --primary-white: #ffffff;
  --secondary-gray-100: #b3b4b3;
  --secondary-gray-40: #e1e1e1;
  --secondary-gray-15: #f4f4f4;
  --secondary-bg-100: #e8eaf6;
  --tertiary-navy: #23184d;
  --tertiary-navy-75: #4f476f;
  --tertiary-navy-50: #7a758f;
  --tertiary-navy-25: #a6a3b0;
  --tertiary-teal: #00cbbc;
  --tertiary-teal-75: #35cbc2;
  --tertiary-teal-50: #69cdc7;
  --tertiary-teal-25: #9dcfcc;
  --tertiary-orange: #ffa532;
  --tertiary-orange-75: #f4b15a;
  --tertiary-orange-50: #e9bb82;
  --tertiary-orange-25: #ddc6a9;
  --tertiary-dark-violet: #4d1da3;
  --tertiary-dark-violet-75: #6f4baf;
  --tertiary-dark-violet-50: #8f77ba;
  --tertiary-dark-violet-25: #b0a5c6;
  --tertiary-cyan: #509eff;
  --tertiary-cyan-75: #71abf4;
  --tertiary-cyan-50: #91b8e9;
  --tertiary-cyan-25: #b1c4dd;
  --tertiary-hover: #eae4fc;
  --tertiary-bg-75: rgba(105, 65, 235, 0.4392156863);
  --tertiary-red: #e00109;
  --tertiary-red-75: #dd363c;
  --tertiary-red-50: #d9696d;
  --tertiary-red-25: #d59d9f;
  --tertiary-green: #27a745;
  --tertiary-green-75: #53b269;
  --tertiary-green-50: #7dbc8b;
  --tertiary-green-25: #a7c7ae;
  --tertiary-yellow-75: #f6c500;
  --list-item-hover: rgba(255, 210, 47, 0.5019607843);
}

.tooltip-inner {
  background-color: #262626;
  color: #ffffff;
  text-align: unset;
}

.breadcrumb {
  background: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

/*
* Override and Extend styles for the Bootstrap Panel Component
*
*/
.panel {
  border: none;
  box-shadow: none;
}

.panel-default > .panel-heading {
  background-color: transparent;
}

.panel-heading {
  padding: 10px 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-title {
  font-size: 14px;
  font-weight: bold;
}

.popover:not(popover-container) {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover:not(popover-container) .arrow {
  margin: 0 -5px;
}
.popover:not(popover-container) .arrow::before, .popover:not(popover-container) .arrow::after {
  width: 0;
  height: 0;
  border-width: 1rem;
}
.popover:not(popover-container).top .arrow {
  left: 50%;
}
.popover:not(popover-container).right .arrow {
  top: 50%;
}
.popover:not(popover-container).bottom .arrow {
  left: 50%;
}
.popover:not(popover-container).left .arrow {
  top: 50%;
}
:root {
  --primary-violet: #6941eb;
  --primary-dark-gray: #262626;
  --primary-light-gray: #525b75;
  --primary-yellow: #fecb02;
  --primary-white: #ffffff;
  --secondary-gray-100: #b3b4b3;
  --secondary-gray-40: #e1e1e1;
  --secondary-gray-15: #f4f4f4;
  --secondary-bg-100: #e8eaf6;
  --tertiary-navy: #23184d;
  --tertiary-navy-75: #4f476f;
  --tertiary-navy-50: #7a758f;
  --tertiary-navy-25: #a6a3b0;
  --tertiary-teal: #00cbbc;
  --tertiary-teal-75: #35cbc2;
  --tertiary-teal-50: #69cdc7;
  --tertiary-teal-25: #9dcfcc;
  --tertiary-orange: #ffa532;
  --tertiary-orange-75: #f4b15a;
  --tertiary-orange-50: #e9bb82;
  --tertiary-orange-25: #ddc6a9;
  --tertiary-dark-violet: #4d1da3;
  --tertiary-dark-violet-75: #6f4baf;
  --tertiary-dark-violet-50: #8f77ba;
  --tertiary-dark-violet-25: #b0a5c6;
  --tertiary-cyan: #509eff;
  --tertiary-cyan-75: #71abf4;
  --tertiary-cyan-50: #91b8e9;
  --tertiary-cyan-25: #b1c4dd;
  --tertiary-hover: #eae4fc;
  --tertiary-bg-75: rgba(105, 65, 235, 0.4392156863);
  --tertiary-red: #e00109;
  --tertiary-red-75: #dd363c;
  --tertiary-red-50: #d9696d;
  --tertiary-red-25: #d59d9f;
  --tertiary-green: #27a745;
  --tertiary-green-75: #53b269;
  --tertiary-green-50: #7dbc8b;
  --tertiary-green-25: #a7c7ae;
  --tertiary-yellow-75: #f6c500;
  --list-item-hover: rgba(255, 210, 47, 0.5019607843);
}

.tooltip:not(bs-tooltip-container) {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip:not(bs-tooltip-container) .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  background-color: #262626;
  border-radius: 4px;
}
.tooltip:not(bs-tooltip-container) .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip:not(bs-tooltip-container).in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip:not(bs-tooltip-container).top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip:not(bs-tooltip-container).top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip:not(bs-tooltip-container).right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip:not(bs-tooltip-container).right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip:not(bs-tooltip-container).bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip:not(bs-tooltip-container).bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip:not(bs-tooltip-container).left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip:not(bs-tooltip-container).left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip:not(bs-tooltip-container).top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip:not(bs-tooltip-container).top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip:not(bs-tooltip-container).bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip:not(bs-tooltip-container).bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

@media (max-width: 767.98px) {
  .tooltip {
    display: none !important;
  }
}

div.uib-daypicker table,
div.uib-monthpicker table,
div.uib-yearpicker table {
  border-collapse: collapse;
  border-spacing: 0;
}
div.uib-daypicker table .btn-group-sm > .btn,
div.uib-daypicker table .btn-sm,
div.uib-monthpicker table .btn-group-sm > .btn,
div.uib-monthpicker table .btn-sm,
div.uib-yearpicker table .btn-group-sm > .btn,
div.uib-yearpicker table .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
  margin: 0px !important;
}
div.uib-daypicker table .btn-default,
div.uib-monthpicker table .btn-default,
div.uib-yearpicker table .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
div.uib-daypicker table .btn-default:hover,
div.uib-monthpicker table .btn-default:hover,
div.uib-yearpicker table .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
div.uib-daypicker table .btn-default.active,
div.uib-daypicker table .btn-default:active,
div.uib-daypicker table .open > .btn-default.dropdown-toggle,
div.uib-monthpicker table .btn-default.active,
div.uib-monthpicker table .btn-default:active,
div.uib-monthpicker table .open > .btn-default.dropdown-toggle,
div.uib-yearpicker table .btn-default.active,
div.uib-yearpicker table .btn-default:active,
div.uib-yearpicker table .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
div.uib-daypicker table td,
div.uib-daypicker table th,
div.uib-monthpicker table td,
div.uib-monthpicker table th,
div.uib-yearpicker table td,
div.uib-yearpicker table th {
  padding: 0 !important;
}
div.uib-daypicker small,
div.uib-daypicker .small,
div.uib-monthpicker small,
div.uib-monthpicker .small,
div.uib-yearpicker small,
div.uib-yearpicker .small {
  font-weight: bold !important;
}

table.uib-timepicker .btn-group-sm > .btn,
table.uib-timepicker .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
  margin: 0px !important;
}
table.uib-timepicker .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
table.uib-timepicker .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/*
 * This file is where you can come to designate the location of your new
 * module style sheet in the source. It can serve as a global mapping of all
 * of the module declarations, and any submodules they utilize.
 *
 */
.flex-grid-two {
  display: flex;
  justify-content: space-between;
}

.flex-grid-two .col {
  width: 48%;
}

@media (max-width: 100px) {
  .flex-grid-two {
    display: block;
  }
  .flex-grid-two .col {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.folder-permission {
  max-height: 700px;
}

.folder-permission-path {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 10px;
}

.folder-permission-header {
  margin-bottom: 10px;
}

.folder-permission-header-title {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: bold;
}

.folder-permission-list {
  max-height: 320px;
  border: 1px solid #bbb;
}

.folder-permission-none-message {
  padding: 50px 0;
  margin: 0;
  font-style: italic;
  opacity: 0.7;
}

.folder-permission-entry {
  border-bottom: 1px solid #bbb;
  font-size: 1.4rem;
}
.folder-permission-entry select {
  padding: 2px;
  outline: none;
}
.folder-permission-entry > .folder-permission-entry-icon {
  font-size: 2.7rem;
  margin-right: 12px;
}

.folder-permissions-search {
  width: 300px;
  border: 1px solid #bbb;
  padding: 2px 0;
  box-shadow: 2px 2px 5px #dadada;
}
.folder-permissions-search i {
  padding-left: 8px;
}
.folder-permissions-search input {
  width: 100%;
}
.folder-permissions-search .folder-permissions-search-input {
  outline: none;
  border: none;
  width: 100%;
}

.trash-perm {
  color: #999;
}

.trash-perm:hover {
  color: #333;
}

.folder-permission-section {
  margin-bottom: 50px;
}

/*
 * We will need to refactor some of these pieces into their own directives,
 * as they will be much better served application-wide
 *
 */
.inpbox {
  line-height: 1;
  cursor: default;
  background: #fff;
  margin-bottom: 12px;
  box-shadow: 0 0 2px #dadada;
}
.inpbox .popover.top {
  border: 1px solid #dadada;
  border-radius: 4px;
}
.inpbox .popover > .arrow {
  border-top-color: #dadada;
}

.inpbox-input {
  float: left;
  padding: 6px;
  border: none;
  background-color: inherit;
  min-width: 0;
  outline: none;
}
.inpbox-input::-moz-placeholder {
  color: #6941eb;
  opacity: 1;
}
.inpbox-input::placeholder {
  color: #6941eb;
  opacity: 1;
}

.inpbox-button {
  font-size: 1.6rem;
  line-height: 36px;
  padding: 0 10px;
  color: #6941eb;
  font-weight: normal;
  border: none;
  background: inherit;
}
.inpbox-button:hover {
  background: #e8eaf6;
}
.inpbox-button:focus {
  outline: none;
}

.tree-fork {
  list-style: none;
  margin: 0;
  padding: 0;
  transition-duration: 0.15s !important;
  min-width: 0;
}

.tree-fork:not(.tree-top) {
  margin-left: 20px;
}

.tree-branch {
  line-height: 30px;
  overflow: hidden;
}

.tree-branch-content {
  padding-left: 6px;
}

.tree-branch-toggle {
  line-height: 30px;
  width: 20px;
}
.tree-branch-toggle > i {
  transition: transform 0.15s linear;
}
.tree-branch-toggle.branch-expand > i {
  transform: rotate(90deg);
}

.file-library-tree {
  background-color: rgba(105, 65, 235, 0.15);
  border-right: 1px solid #ddd;
  z-index: 5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.folder-tree {
  overflow-x: hidden;
  overflow-y: auto;
}

.folder-tree-item {
  font-size: 1.2rem;
}

.current-folder {
  color: #6941eb;
  background-color: #fff !important;
}

.folder-action-group {
  height: 30px;
  border-left: 1px solid transparent;
  margin-left: 6px;
}
.folder-action-group > a {
  display: none;
  color: #6941eb !important;
  font-size: 1.7rem;
  width: 28px;
  line-height: 30px;
}
.folder-action-group > a.current-home-folder {
  color: #6941eb !important;
}
.folder-action-group:hover {
  border-left-color: #e8eaf6 !important;
}

.folder-tree-item:hover .folder-action-group > a,
.folder-action-group > .current-home-folder {
  display: block;
}

.folder-contents {
  overflow-y: auto;
}

.folder-contents-list {
  margin-bottom: 0px;
}
.folder-contents-list .content-item {
  padding: 10px 0;
}
.folder-contents-list .content-item:first-child,
.folder-contents-list .content-item:last-child {
  border-radius: 0;
}
.folder-contents-list .content-item:first-child,
.folder-contents-list .content-item-first {
  border-top: none;
}
.folder-contents-list .content-title > i:before {
  font-size: 1.8rem;
}
.folder-contents-list .content-title > i.fa-folder-o {
  color: #6941eb;
}
.folder-contents-list .folder-row {
  background: #e9bb82;
}
.folder-contents-list .folder-row:hover, .folder-contents-list .folder-row.selected {
  background: #ddc6a9;
}

.sticky-header {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}

.sticky-header-item > i {
  transform: rotateZ(180deg);
  opacity: 0;
  transition: transform 0.2s linear;
}
.sticky-header-item.sort-active, .sticky-header-item.sort-desc {
  font-weight: bold;
}
.sticky-header-item.sort-active i {
  opacity: 1;
}
.sticky-header-item.sort-desc i {
  transform: rotateZ(0deg) !important;
}
.sticky-header-item:hover > i {
  opacity: 0.2;
}

.dynamic-width-div {
  transition: all 0.2s ease;
}

.content-icon {
  margin-right: 15px;
}

.split-pane-divider {
  background: #ddd;
}

.split-pane-component {
  background: #ffffff;
}
.split-pane-component .file-library-tree,
.split-pane-component .folder-contents-container {
  height: 100%;
}

.folder-row .edit-container input {
  background: #ddc6a9;
}

.edit-container {
  margin-right: 15px;
}
.edit-container input {
  border: none;
  background: #ededed;
  border-bottom: 1px solid #6941eb;
  margin-right: 15px;
}
.edit-container input:focus {
  outline: none;
}

.file-error-message {
  color: #e00109;
}
.file-error-message span {
  padding-left: 8.333333%;
  margin-left: 5px;
}

.edit-field::-ms-clear {
  display: none;
}

.rename-icons i {
  margin-right: 15px;
}
.rename-icons i:hover {
  opacity: 0.7;
}

.split {
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}

.gutter {
  background-color: #ddd;
}

.gutter-margin {
  margin-right: 5px;
}

.gutter.gutter-horizontal {
  cursor: col-resize !important;
}

.split.split-horizontal,
.gutter.gutter-horizontal {
  height: 100%;
  float: left;
}

.selected-move-folder {
  background-color: #f4f4f4;
}

.tree-branch > span:hover {
  background-color: #ffffff;
}

.right-click-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  z-index: 200;
  font-size: 1.2rem;
}
.right-click-menu i {
  padding: 0 5px 0 0;
}

.nav-item:hover,
.nav-item:focus {
  text-decoration: none;
  background-color: #eee;
}

.file-uploads {
  margin: 15px;
}
.file-uploads .file-upload-icon {
  font-size: 2.6rem;
  margin-right: 15px;
}
.file-uploads .file-upload-remove {
  font-size: 2.2rem;
  padding: 0 10px;
  margin-right: -10px;
  margin-top: -4px;
  cursor: pointer;
}
.file-uploads .file-upload-text {
  font-size: 1.6rem;
}

.brand-warning {
  color: #ffa532;
}

.file-upload-remove.disabled i {
  opacity: 0.5;
}

.legend-position-buttons {
  width: 120px;
}
.legend-position-buttons .btn {
  width: 40px;
  height: 40px;
}
.legend-position-buttons .legend_neg_45deg {
  transform: rotate(-45deg);
}
.legend-position-buttons .legend_pos_45deg {
  transform: rotate(45deg);
}

.topten-config .tab-pane {
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px;
}

.component-config chips {
  min-height: 32px;
  padding: 2px;
}
.component-config chip-tmpl {
  margin-bottom: 0;
}
.component-config .default-chip {
  padding: 3px;
  border: none;
  border-radius: 3px;
}

:root {
  --primary-violet: #6941eb;
  --primary-dark-gray: #262626;
  --primary-light-gray: #525b75;
  --primary-yellow: #fecb02;
  --primary-white: #ffffff;
  --secondary-gray-100: #b3b4b3;
  --secondary-gray-40: #e1e1e1;
  --secondary-gray-15: #f4f4f4;
  --secondary-bg-100: #e8eaf6;
  --tertiary-navy: #23184d;
  --tertiary-navy-75: #4f476f;
  --tertiary-navy-50: #7a758f;
  --tertiary-navy-25: #a6a3b0;
  --tertiary-teal: #00cbbc;
  --tertiary-teal-75: #35cbc2;
  --tertiary-teal-50: #69cdc7;
  --tertiary-teal-25: #9dcfcc;
  --tertiary-orange: #ffa532;
  --tertiary-orange-75: #f4b15a;
  --tertiary-orange-50: #e9bb82;
  --tertiary-orange-25: #ddc6a9;
  --tertiary-dark-violet: #4d1da3;
  --tertiary-dark-violet-75: #6f4baf;
  --tertiary-dark-violet-50: #8f77ba;
  --tertiary-dark-violet-25: #b0a5c6;
  --tertiary-cyan: #509eff;
  --tertiary-cyan-75: #71abf4;
  --tertiary-cyan-50: #91b8e9;
  --tertiary-cyan-25: #b1c4dd;
  --tertiary-hover: #eae4fc;
  --tertiary-bg-75: rgba(105, 65, 235, 0.4392156863);
  --tertiary-red: #e00109;
  --tertiary-red-75: #dd363c;
  --tertiary-red-50: #d9696d;
  --tertiary-red-25: #d59d9f;
  --tertiary-green: #27a745;
  --tertiary-green-75: #53b269;
  --tertiary-green-50: #7dbc8b;
  --tertiary-green-25: #a7c7ae;
  --tertiary-yellow-75: #f6c500;
  --list-item-hover: rgba(255, 210, 47, 0.5019607843);
}

:root {
  --primary-violet: #6941eb;
  --primary-dark-gray: #262626;
  --primary-light-gray: #525b75;
  --primary-yellow: #fecb02;
  --primary-white: #ffffff;
  --secondary-gray-100: #b3b4b3;
  --secondary-gray-40: #e1e1e1;
  --secondary-gray-15: #f4f4f4;
  --secondary-bg-100: #e8eaf6;
  --tertiary-navy: #23184d;
  --tertiary-navy-75: #4f476f;
  --tertiary-navy-50: #7a758f;
  --tertiary-navy-25: #a6a3b0;
  --tertiary-teal: #00cbbc;
  --tertiary-teal-75: #35cbc2;
  --tertiary-teal-50: #69cdc7;
  --tertiary-teal-25: #9dcfcc;
  --tertiary-orange: #ffa532;
  --tertiary-orange-75: #f4b15a;
  --tertiary-orange-50: #e9bb82;
  --tertiary-orange-25: #ddc6a9;
  --tertiary-dark-violet: #4d1da3;
  --tertiary-dark-violet-75: #6f4baf;
  --tertiary-dark-violet-50: #8f77ba;
  --tertiary-dark-violet-25: #b0a5c6;
  --tertiary-cyan: #509eff;
  --tertiary-cyan-75: #71abf4;
  --tertiary-cyan-50: #91b8e9;
  --tertiary-cyan-25: #b1c4dd;
  --tertiary-hover: #eae4fc;
  --tertiary-bg-75: rgba(105, 65, 235, 0.4392156863);
  --tertiary-red: #e00109;
  --tertiary-red-75: #dd363c;
  --tertiary-red-50: #d9696d;
  --tertiary-red-25: #d59d9f;
  --tertiary-green: #27a745;
  --tertiary-green-75: #53b269;
  --tertiary-green-50: #7dbc8b;
  --tertiary-green-25: #a7c7ae;
  --tertiary-yellow-75: #f6c500;
  --list-item-hover: rgba(255, 210, 47, 0.5019607843);
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v1/1cXxaUPXBpj2rGoU7C9mj0lY6yK0.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
.page-header, .gw-header-title {
  font-size: 16px;
}

.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-click {
  cursor: not-allowed !important;
}

.pointer {
  pointer-events: none;
}

.font-weight-600, .gw-header-title {
  font-weight: 600;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-400, .component-standard-header .component-header-title {
  font-weight: 400;
}

.font-weight-300 {
  font-weight: 300;
}

.font-primary, .gw-header-title {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
}

.font-secondary, .component-standard-header .component-header-title {
  font-family: "Inter";
}

.bottom-border, .grid-card-container .grid-card-overview .grid-card-header {
  border-bottom: 1px solid #b3b4b3;
}

.modal-footer {
  border-top: 1px solid #b3b4b3;
}

.top-border {
  border-top: 1px solid #b3b4b3;
}

.right-border {
  border-right: 1px solid #b3b4b3;
}

.box-border {
  border: 1px solid #b3b4b3;
}

.box-shadow, #RecentEvents gw-overlay .gw-overlay,
#CaseOverviewComponent gw-overlay .gw-overlay, .grid-box, #IbmDiskUtilizationChart .custom-highchart,
#IbmCpuUtilizationChart .custom-highchart,
#IbmMemoryUsageByPoolChart .custom-highchart,
#IbmResponseTimeChart .custom-highchart, .grid-card-container .grid-card {
  box-shadow: 0px 2px 6px 0px rgba(105, 65, 235, 0.15);
}

.border-radius, .grid-box, #IbmDiskUtilizationChart .custom-highchart,
#IbmCpuUtilizationChart .custom-highchart,
#IbmMemoryUsageByPoolChart .custom-highchart,
#IbmResponseTimeChart .custom-highchart, .grid-card-container .grid-card {
  border-radius: 4px;
}

.custom-scrollbar {
  scrollbar-width: thin;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
}
.custom-scrollbar::-webkit-scrollbar-button {
  display: none;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #6941eb;
  border-radius: 4px;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #4d1da3;
}

.card-body {
  padding: 8px;
}

.grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  gap: 8px;
}

.gw-header-title {
  color: #262626;
}

.border-radius-top {
  border-radius: 4px 4px 0 0;
}

.grid-card-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  gap: 16px;
}
.grid-card-container .grid-card-overview .grid-card-header {
  height: 34px !important;
  font-weight: 600;
}
.grid-card-container .grid-card-overview .grid-card-header-btn {
  margin-left: auto;
  color: #6941eb;
  cursor: pointer;
}
.grid-card-container .grid-card-overview .grid-card-body {
  min-height: 150px;
}

#ResourceFilterForm .select-dropdown-container .ng-select-container .ng-value-container {
  overflow: hidden !important;
  flex-wrap: nowrap !important;
}
#ResourceFilterForm ng-select > div > div > div {
  min-width: 20% !important;
}

#EditResourceDetailsForm .ng-select.ng-select-disabled > .ng-select-container {
  background-color: #e9ecef !important;
}

.disabled {
  color: #b2b4b2;
  cursor: default !important;
}

.error-message {
  color: #e00109;
  font-size: 12px;
  font-weight: 500;
}

#RecentEvents gw-overlay .gw-overlay,
#CaseOverviewComponent gw-overlay .gw-overlay {
  height: 284px !important;
  min-height: 284px !important;
}

#IbmDiskUtilizationChart .custom-highchart,
#IbmCpuUtilizationChart .custom-highchart,
#IbmMemoryUsageByPoolChart .custom-highchart,
#IbmResponseTimeChart .custom-highchart {
  width: 100%;
  height: 320px !important;
  display: block;
  overflow: auto;
}
#IbmDiskUtilizationChart .gw-overlay,
#IbmCpuUtilizationChart .gw-overlay,
#IbmMemoryUsageByPoolChart .gw-overlay,
#IbmResponseTimeChart .gw-overlay {
  border: none !important;
}

#IbmMemoryUsageByPoolChart .custom-highchart {
  height: 350px !important;
}

#SlaTrendAnalyisReportData .trend-comparison .red-icon {
  color: #fa046d;
}
#SlaTrendAnalyisReportData .trend-comparison .green-icon {
  color: #27a745;
}
#SlaTrendAnalyisReportData .trend-comparison {
  color: #000000;
}

.break-word {
  word-break: break-word;
}

.toggle-group .btn {
  min-height: 30px;
}
.toggle-group .off-btn:disabled {
  opacity: 1;
  background-color: #b3b4b3;
}
.toggle-group .on-btn:disabled {
  opacity: 1;
  background-color: #6941eb;
}

#NoDataForCompareDrifts .gw-overlay {
  position: relative;
}

#NoConcernsBlock .gw-overlay {
  min-height: 150px;
  margin-top: 8px;
}

#mfAuditTableFilters .filter-title {
  font-size: 14px;
}
#mfAuditTableFilters .remove-filter i.fa, #mfAuditTableFilters .remove-filter i.glyphicon {
  font-size: 14px;
}

#CSATSurveyResultsTable .ag-header-group-cell-with-group .ag-header-cell-comp-wrapper {
  justify-content: center;
  text-align: center;
}

#GridDataListTable .ag-header-cell-label .ag-sort-order {
  display: none;
}

.mips-clickable-link {
  cursor: pointer;
  text-decoration: underline;
}
.mips-clickable-link:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.loading-dots {
  display: inline-block;
}
.loading-dots::after {
  content: ".";
  animation: dots 1.5s steps(3, end) infinite;
}

@keyframes dots {
  0%, 20% {
    content: ".";
  }
  40% {
    content: "..";
  }
  60%, 100% {
    content: "...";
  }
}
.change-calendar-tiles {
  height: 200px;
  min-height: 200px;
  max-height: 200px;
}

.change-calendar-detail-sections > div {
  min-height: 250px;
  max-height: 500px;
}

.client-activity-dashboard-tile {
  height: 250px;
}

.mainframe-dashboard {
  background-color: #f5f5f5;
}
.mainframe-dashboard .mainframe-dashboard-section {
  margin-bottom: 30px;
}
.mainframe-dashboard .mainframe-dashboard-section:last-child {
  margin-bottom: 0;
}

.mainframe-dashboard-icon {
  max-width: 33px;
  max-height: 33px;
  margin: 0 10px 0 0;
  border: none;
}

.mainframe-dashboard-changes > .component {
  min-height: 0;
}
.mainframe-dashboard-changes > .component:first-child {
  margin-bottom: 5px;
}
.mainframe-dashboard-changes > .component:last-child {
  margin-top: 5px;
}

.mainframe-dashboard-business-context {
  height: 225px;
}

.mainframe-dashboard-suggestions {
  width: 400px;
}

.mainframe-dashboard-psys-overview {
  height: 200px;
}

.mainframe-dashboard-reports-list .clickable {
  text-decoration: underline;
}

.mainframe-dashboard table tr td {
  padding: 4px;
}

.server-dashboard h4.selected {
  color: black;
  border: 1px solid #642667;
}
.server-dashboard h4 {
  margin: 0 10px;
  padding: 8px;
  font-size: 1.6rem;
  font-weight: lighter;
}
.server-dashboard .tile-report {
  height: 200px;
}

.server-icon-container {
  min-height: 65px;
  padding: 0 0 0 5px;
}

.server-meta-container {
  padding: 3px 0 3px 5px;
}

.server-meta {
  padding: 0;
  min-height: 210px;
  min-width: 405px;
}

.server-dashboard .tickets-chart,
.server-details .tickets-chart {
  font-size: 1.3rem;
}
.server-dashboard .tickets-chart .table-chart,
.server-details .tickets-chart .table-chart {
  border: 1px solid #ddd;
  height: 250px;
  box-shadow: 2px 2px 5px rgba(128, 128, 128, 0.45);
}
.server-dashboard .tickets-chart .table-chart thead,
.server-details .tickets-chart .table-chart thead {
  background-color: lightgrey;
}
.server-dashboard .uptime-chart,
.server-details .uptime-chart {
  width: 250px;
  height: 200px;
  flex: none;
  max-width: 100%;
}
.server-dashboard .bottom-chart,
.server-details .bottom-chart {
  height: 830px !important;
}

.server-summary-card-row {
  min-height: 200px;
}

.server-related-tickets {
  max-height: 500px;
  box-shadow: 2px 2px 5px rgba(128, 128, 128, 0.45);
}

.server-details-metric-charts {
  height: 528px;
  max-height: 528px;
}

.dashboard-r-view {
  background-color: #f5f5f5;
}

.component-container {
  height: 250px;
}

.basic-component-time-series {
  padding: 8px;
}
.basic-component-time-series > a {
  display: inline-block;
  color: #6941eb;
}
.basic-component-time-series > a.text-underline {
  text-decoration: underline;
}

.basic-component-text-chart {
  font-size: 4.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}

.cursor-default {
  cursor: default;
}

.basic-component .gw-overlay h1 {
  font-size: 1.4rem;
  width: 90%;
}

.change-calendar-ticket-counts > div {
  margin-bottom: 8px;
}
.change-calendar-ticket-counts > div:last-child {
  margin-bottom: 0;
}

.change-calendar-ticket-count-badge {
  width: 5.2rem;
  font-size: 1.2rem;
  padding: 2px 4px;
  text-align: center;
  margin-right: 10px;
  border-radius: 0.3rem;
}
.change-calendar-ticket-count-badge.bg-info {
  background-color: white !important;
  border: 3px solid #509eff;
}
.change-calendar-ticket-count-badge.bg-success {
  background-color: rgb(225.5, 255, 253.23) !important;
  border: 3px solid #00c8bc;
}
.change-calendar-ticket-count-badge.bg-warning {
  background-color: white !important;
  border: 3px solid #ffa532;
}
.change-calendar-ticket-count-badge.bg-danger {
  background-color: rgb(254.98, 250.52, 250.68) !important;
  border: 3px solid #e00109;
}

.change-calendar-ticket-count-text {
  width: 92px;
}

.cell-gray-out {
  color: rgb(229.6710526316, 230.3289473684, 229.6710526316);
}
.cell-gray-out .bg-info,
.cell-gray-out .bg-success,
.cell-gray-out .bg-warning,
.cell-gray-out .bg-danger {
  background-color: white !important;
  border: 3px solid rgb(229.6710526316, 230.3289473684, 229.6710526316) !important;
}

.change-calendar-high-risk {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: transparent;
  border: 25px solid transparent;
  border-top-color: #ffa532;
  border-left-color: #ffa532;
}
.change-calendar-high-risk + ng-transclude {
  z-index: 10;
  pointer-events: none;
}

.icon-component-image {
  height: 50px;
  width: auto;
  margin: 12px 0 10px 0;
}

.notifications-component {
  position: relative;
}

/* Keeping for "show more" field later
.more-notifications {
    display: none;
}
*/
.notifications-component-item {
  height: calc((100% - 20px) / 5);
  padding: 10px;
  margin: 5px 0;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px rgba(128, 128, 128, 0.45);
  border: none;
  border-left: 5px solid transparent;
}
.notifications-component-item.PRIMARY {
  border-color: #6941eb;
}
.notifications-component-item.ERROR {
  border-color: #e00109;
}
.notifications-component-item.SUCCESS {
  border-color: #00c8bc;
}
.notifications-component-item.INFO {
  border-color: #509eff;
}
.notifications-component-item.WARNING {
  border-color: #ffa532;
}
.notifications-component-item:first-child {
  margin-top: 0;
}
.notifications-component-item.ng-enter {
  animation-name: slideInLeft;
  animation-iteration-count: 0.1s;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.top-ten-config-button.selected {
  color: black;
  border: 1px solid #642667;
}
.top-ten-config-button {
  margin: 0 10px;
  padding: 8px;
  font-size: 1.6rem;
  font-weight: lighter;
}

.top-ten-component-table thead tr th {
  border-bottom: 1px solid #ddd;
}

.component {
  min-height: 100%;
  max-height: 100%;
}
.component.component-inline {
  display: inline-block;
  min-height: -moz-min-content;
  min-height: min-content;
}
.component.component-inline.component-in-modal {
  min-height: 420px;
}

.component-not-found {
  padding: 25px;
}
.component-not-found > i {
  font-size: 3rem;
}

.component-message-overlay {
  z-index: 10;
}

.component-filters > span {
  display: inline-block;
  width: 150px;
}

.component-tile {
  min-width: 20%;
  max-width: 25%;
}

.component-small {
  min-width: 25%;
  max-width: 33.33%;
}

.component-medium {
  min-width: 33.33%;
  max-width: 50%;
}

.component-large {
  min-width: 50%;
  max-width: 100%;
}

.component-standard {
  box-shadow: 2px 2px 5px rgba(128, 128, 128, 0.45);
}

.component-standard-header {
  background: #ffffff;
  min-height: 34px;
}
.component-standard-header .component-header-subtitle {
  font-size: 11px;
  margin: 0;
}

.component-fancy-header {
  min-height: 62px;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 4px;
}
.component-fancy-header .component-header-title {
  font-size: 2.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  margin: 0 0 4px 0;
}
.component-fancy-header .component-header-subtitle {
  font-size: 12px;
  margin: 0;
}

.component-header-button {
  padding: 2px 8px;
  font-size: 1.8rem;
  margin: 0 0 0 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.component-header-button:hover {
  background-color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.component-body .layout-row, .component-body .loader.loader-horizontal, .component-body .gtwy-or, .component-body .tree-branch {
  min-height: -moz-min-content;
  min-height: min-content;
}
.component-body.modal-body {
  min-height: 300px;
}

.component-body-no-top-border {
  border-top: none;
}

.highcharts-legend-button {
  cursor: pointer;
  text-decoration: underline;
}

.chart-widget-container {
  min-height: 350px;
}

.flex-container {
  display: flex;
  flex-direction: row;
}

@media (max-width: 991.98px) {
  .flex-container {
    flex-direction: column;
  }
}
.report-dashboard .card {
  margin: 20px 0;
}

.filters {
  align-items: center;
}

.filter {
  position: relative;
  border-style: solid;
  border-width: thin;
  border-color: #ddd;
  border-radius: 5px;
  text-align: center;
  height: inherit;
}
.filter.server-filter {
  padding-bottom: 8px;
  cursor: pointer;
}

.filter:hover {
  background: #f5f5f5;
}

.filter.active-filter {
  background: #f5f5f5;
}

.active-filter-bar {
  height: 8px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.filter.active-filter > .active-filter-bar {
  background: #6941eb;
}

.filter-icon {
  padding-top: 10px;
  flex-grow: 1;
}
.filter-icon .fa-server {
  font-size: 70px;
}

.filter-icon > img {
  max-width: 75%;
  max-height: 70px;
}

.filter-name {
  font-size: 1.3em;
  color: #797979;
  overflow: hidden;
  line-height: 0.9em;
}

.filter-separator {
  height: 120px;
  margin-right: 12px;
  margin-left: 12px;
}

.filter.last-viewed {
  margin-right: 36px;
}

.filter.last-viewed:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  height: 120px;
  width: 1px;
  border-left: 1px solid #ddd;
  margin: -60px 24px 0 24px;
}

.search-form {
  background: #f5f5f5;
  border-style: solid;
  border-color: #ddd;
  border-radius: 10px;
  border-width: thin;
}

.search-bar,
.search-button {
  background: inherit;
  border-style: none;
  color: #797979;
  font-style: italic;
  font-size: 1.5em;
}

.search-bar:focus,
.search-button:focus {
  outline-color: transparent;
}

.report {
  overflow: hidden;
  border-radius: 10px;
  border-style: solid;
  border-width: thin;
  border-color: #ddd;
}

.report:hover {
  background: #f5f5f5;
}

.report-icon > img {
  height: 50px;
}

.report-icon {
  max-width: 50px;
  max-height: 50px;
  margin: 6px 20px 6px 10px;
}

.report-icon-header {
  height: 20px;
  width: auto;
  margin: 6px 20px 6px 20px;
}

.report-name {
  font-size: 1.4em;
  color: #797979;
}

.report-tag {
  color: #797979;
}

.report-tag-sep {
  padding: 0 5px;
}

.reports-back-button {
  position: absolute;
  left: 0;
  top: 20px;
  height: 45px;
}

.reports-title {
  position: relative;
  justify-content: center;
  margin: 0 12px;
  min-height: 69px;
}

.chart-container {
  position: relative;
}

.chart-container .highcharts-container {
  width: 100% !important;
}

.chart-container-error {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: white;
}

.basic-chart-header-bar {
  padding-left: 38px;
  padding-right: 10px;
}

.chart-filter {
  margin-left: 10px;
  width: 150px;
}

.calendar-flex {
  min-width: 14.2857142857%;
  max-width: 14.2857142857%;
  padding: 5px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.calendar-days {
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.calendar-dates {
  border-left: 1px solid #ddd;
  align-content: flex-start;
}

.calendar-entry {
  height: 200px;
}

.calendar-entry-blank {
  cursor: default;
  background-color: #fafafa;
  font-style: italic;
  color: #ccc;
}

.report-chart {
  min-width: 50%;
}

.table-chart-modal {
  min-height: 300px;
}

.table-chart-loading {
  min-height: 250px;
}

.table-chart-section {
  table-layout: fixed;
  margin-bottom: 0;
}
.table-chart-section .clickable {
  text-decoration: underline;
}

.editable-report {
  padding: 15px;
  min-height: 59px;
  border-bottom: 1px solid #ddd;
}
.editable-report:hover {
  background-color: #ccc;
}
.editable-report a {
  font-size: 2rem;
  margin-left: 15px;
}

.report-builder-big-or {
  font-size: 4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  padding: 30px;
  margin: 0 30px;
  border-radius: 100%;
}

.report-config .form-group {
  margin-left: 10px;
  margin-right: 10px;
}

.report-config .panel {
  margin: 0;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.report-config .panel-heading {
  padding: 10px;
  font-size: 1.8rem;
  cursor: pointer;
}

.chart-config {
  width: 100%;
}

.chart-config-drill {
  padding-left: 30px;
}

.chart-query textarea {
  resize: vertical;
  font-family: monospace;
}

#DDVitalSigns,
.report-object {
  height: calc(100vh - 60px);
  position: relative;
}
#DDVitalSigns.empty-shrink,
.report-object.empty-shrink {
  height: 150px;
}

.tile-reports {
  height: 25%;
}

.medium-reports {
  height: 60%;
}

.time-series-chart .options-container {
  padding: 5px 0 0 30px;
  margin-bottom: 40px;
}
.time-series-chart .options-container .options {
  color: #6941eb;
}
.time-series-chart .options-container .options .text-underline {
  text-decoration: underline;
}

.tile-report .loader .text-2x,
.medium-report .loader .text-2x {
  font-size: 1em;
}
.tile-report .loader h3,
.medium-report .loader h3 {
  font-size: 1.4em;
}
.tile-report .card,
.medium-report .card {
  box-shadow: 2px 2px 5px rgba(128, 128, 128, 0.45);
}
.tile-report .card .chart-header-bar,
.medium-report .card .chart-header-bar {
  background: lightgrey;
  padding: 2px 4px;
}
.tile-report .card .chart-header-bar .chart-title b,
.medium-report .card .chart-header-bar .chart-title b {
  font-size: 1.3rem;
}
.tile-report .card .chart-header-bar .chart-title span,
.medium-report .card .chart-header-bar .chart-title span {
  font-size: 1.1rem;
}
.tile-report .card .active-chart .text-chart,
.medium-report .card .active-chart .text-chart {
  font-size: 4.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}

.report-link-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.report-manual-refresh {
  z-index: 11;
  width: 20px;
  height: 20px;
  text-align: center;
}
.report-manual-refresh:hover {
  opacity: 0.5;
}
.report-manual-refresh:active {
  opacity: 1;
}

.report-config .required span {
  color: red;
}
.report-config .required > span {
  font-size: 1.2rem;
}

.ets-dropdown-menu {
  padding: 0;
}

.ets-submenu-header {
  padding: 8px 5px;
  border-bottom: 1px solid #eee;
}

.ets-submenu-header-back {
  margin: -8px 0 -8px -5px;
  padding: 8px 10px;
}
.ets-submenu-header-back:hover {
  background-color: #eee;
}

.ets-no-option {
  padding: 8px;
}

.ets-option {
  padding: 8px;
}
.ets-option:hover {
  background-color: rgb(159.6428571429, 134.2142857143, 242.2857142857);
  color: white;
}

.analytics-filter-group {
  margin-bottom: 15px;
}

.analytics-filter-label {
  width: 100px;
  font-weight: bold;
  margin-right: 10px;
  text-align: right;
}

.analytics-event-type-selector {
  margin-top: 10px;
  font-weight: normal;
}

.analytics-event-chip {
  line-height: 100%;
  background: #ccc;
  padding: 5px 10px;
  border-radius: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.analytics-date-picker {
  margin-right: 10px;
}

user-export {
  display: flex;
}
user-export button {
  font-size: 20px !important;
}

.user-item-highlighted {
  background-color: rgb(255, 248, 216) !important;
}

.required-field {
  color: red;
}

.user-admin-tenant-list {
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.user-admin-tenant-list > a {
  padding: 0 5px;
}

.padded-top-user-admin {
  padding-top: 28px;
}

.domain-error-message {
  color: #e00109;
  font-size: 1.3rem;
  visibility: hidden;
  margin-top: 3px;
}
.domain-error-message.show {
  visibility: visible;
}

.internal-user-add {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

:root {
  --primary-violet: #6941eb;
  --primary-dark-gray: #262626;
  --primary-light-gray: #525b75;
  --primary-yellow: #fecb02;
  --primary-white: #ffffff;
  --secondary-gray-100: #b3b4b3;
  --secondary-gray-40: #e1e1e1;
  --secondary-gray-15: #f4f4f4;
  --secondary-bg-100: #e8eaf6;
  --tertiary-navy: #23184d;
  --tertiary-navy-75: #4f476f;
  --tertiary-navy-50: #7a758f;
  --tertiary-navy-25: #a6a3b0;
  --tertiary-teal: #00cbbc;
  --tertiary-teal-75: #35cbc2;
  --tertiary-teal-50: #69cdc7;
  --tertiary-teal-25: #9dcfcc;
  --tertiary-orange: #ffa532;
  --tertiary-orange-75: #f4b15a;
  --tertiary-orange-50: #e9bb82;
  --tertiary-orange-25: #ddc6a9;
  --tertiary-dark-violet: #4d1da3;
  --tertiary-dark-violet-75: #6f4baf;
  --tertiary-dark-violet-50: #8f77ba;
  --tertiary-dark-violet-25: #b0a5c6;
  --tertiary-cyan: #509eff;
  --tertiary-cyan-75: #71abf4;
  --tertiary-cyan-50: #91b8e9;
  --tertiary-cyan-25: #b1c4dd;
  --tertiary-hover: #eae4fc;
  --tertiary-bg-75: rgba(105, 65, 235, 0.4392156863);
  --tertiary-red: #e00109;
  --tertiary-red-75: #dd363c;
  --tertiary-red-50: #d9696d;
  --tertiary-red-25: #d59d9f;
  --tertiary-green: #27a745;
  --tertiary-green-75: #53b269;
  --tertiary-green-50: #7dbc8b;
  --tertiary-green-25: #a7c7ae;
  --tertiary-yellow-75: #f6c500;
  --list-item-hover: rgba(255, 210, 47, 0.5019607843);
}

#menu {
  background-color: #f5f5f5;
  min-width: 275px;
  width: 275px;
}
@media (max-width: 575.98px) {
  #menu {
    min-width: 315px;
    width: 315px;
  }
}

#content {
  position: relative;
}

#toolbar {
  height: 60px;
}

.modal[window-top-class=menu-aside-window],
.modal-backdrop.menu-aside-backdrop {
  position: absolute;
}

[window-top-class=menu-aside-window] .modal-dialog {
  min-width: 275px !important;
  width: 275px !important;
  max-width: 275px !important;
}
@media (max-width: 575.98px) {
  [window-top-class=menu-aside-window] .modal-dialog {
    min-width: 315px !important;
    width: 315px !important;
    max-width: 315px !important;
  }
}

[window-top-class=menu-aside-window].modal.fade:not(.in) .modal-dialog {
  transform: translate(0, 0);
}

#ToggleResponsiveMenu > .fa-bars {
  margin-top: -1px;
}

.main-header {
  height: 60px;
  min-height: 60px;
  background-color: #ffffff;
}
.main-header .fa-bars {
  font-size: 24px;
  margin-top: -1px;
  padding: 0 2px;
}
.main-header .menu-active {
  color: #ffffff;
  background-color: #6941eb;
}

.showHideButton {
  width: 25px;
  height: 25px;
  position: fixed;
  z-index: 1050;
  left: 258px;
  margin-top: 8px;
  font-size: 10px;
  border-radius: 50%;
  color: rgb(107, 119, 140);
  cursor: pointer;
  opacity: 1;
  outline: 0px;
  box-shadow: #dcdcdc 0px 0px 0px 1px, #dcdcdc 0px 2px 4px 1px;
  transition: all 275ms ease;
  min-height: auto;
}
.showHideButton:hover {
  background-color: #6941eb;
  border-color: #6941eb;
  color: #fff;
}
.showHideButton:focus {
  box-shadow: #dcdcdc 0px 0px 0px 1px, #dcdcdc 0px 2px 4px 1px;
}
.showHideButton i {
  padding: 8px;
}

@-moz-document url-prefix() {
  .showHideButton {
    left: 254px;
  }
}
.collapseBtn {
  left: 7px;
}

.collapseMenu {
  border-right: 1px solid #ccc;
  width: 20px !important;
}
.collapseMenu aside {
  opacity: 0;
}

.ResponsiveMenuWrapper {
  width: 275px;
  transition: all 300ms ease;
}
.ResponsiveMenuWrapper aside {
  transition: all 300ms ease;
}

.content-section {
  color: #262626 !important;
}

.loader-image {
  display: block;
  margin: auto;
  width: 330px;
}

.loader-message {
  font-size: 21px;
  margin-top: 24px;
  color: #bababa;
}

#mainMenu,
#MENU_CONFIG_BUTTON {
  width: 275px;
  font-size: 11px;
  background-color: #ffffff;
}
#mainMenu i,
#MENU_CONFIG_BUTTON i {
  color: #6941eb;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  #mainMenu,
  #MENU_CONFIG_BUTTON {
    width: 315px;
  }
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 275px;
}
@media (max-width: 575.98px) {
  .menu {
    width: 315px;
  }
}

.menu-item.active .menu-link:not(.menu-collapse).selected {
  border-left: 8px solid #6941eb;
}

.menu-item .menu-link:not(.menu-collapse) {
  border-left: 8px solid transparent;
}

.menu-item-children {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-item-children:before {
  content: "";
  display: block;
  position: absolute;
  left: 23px;
  top: 0;
  width: 2px;
  height: calc(100% - 20px);
  background-color: #ddd;
  z-index: 10;
}

.menu-item-child {
  position: relative;
}
.menu-item-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 23px;
  top: 50%;
  height: 2px;
  width: 10px;
  margin-top: -1px;
  background-color: #ddd;
  z-index: 10;
}

.menu-link {
  display: block;
  color: #333;
  line-height: 40px;
  padding: 0 10px;
  position: relative;
  cursor: pointer;
}
.menu-link:hover, .menu-link:focus, .menu-link:visited {
  color: #333;
  text-decoration: none;
  background-color: #eee;
}
.menu-link.selected {
  color: #6941eb !important;
  background: white;
}
.menu-link.selected.highlight:not(.menu-collapse) {
  border-left: 8px solid #6941eb;
  padding-left: 10px;
}
.menu-link > i {
  margin-right: 10px;
}

.menu-item:not(.active) .menu-link:not(.menu-collapse) {
  padding-left: 10px;
}

.menu-item:not(.active) .menu-item-child .menu-link {
  padding-left: 33px;
}

.menu-item.active .menu-item-child .menu-link {
  padding-left: 33px;
}

.menu-collapse {
  border-left: 1px solid transparent;
}
.menu-collapse > i {
  width: 20px;
  margin-right: 0;
  transition: transform 0.2s linear;
}
.menu-collapse > i.open {
  transform: rotateZ(90deg);
}

.menu-link:hover + .menu-collapse,
.menu-collapse:hover {
  border-left-color: #ddd;
}

.menu-config-button {
  height: 60px;
  min-height: 60px;
  line-height: 59px;
  border-top: 1px solid #dddddd;
  cursor: pointer;
  padding-left: 18px;
}
.menu-config-button:hover {
  background-color: #e8eaf6 !important;
  color: #6941eb !important;
}
.menu-config-button > i {
  margin-right: 10px;
}

.highlight {
  background-color: rgba(103, 160, 58, 0.45) !important;
  animation-name: highlightflash;
  animation-duration: 1.8s;
}

.menu-config-container {
  padding: 15px;
}
.menu-config-container > h3 {
  margin-top: 0;
}

.menu-config-modal.modal-flex-cc .modal.fade .modal-dialog, .menu-config-modal.modal-flex-cc-fit-width .modal.fade .modal-dialog, .menu-config-modal.modal-flex-cc-ticket-task .modal.fade .modal-dialog, .menu-config-modal.modal-flex-cc-40 .modal.fade .modal-dialog, .menu-config-modal.modal-flex-cc-45 .modal.fade .modal-dialog, .menu-config-modal.modal-flex-cc-50 .modal.fade .modal-dialog, .menu-config-modal.modal-flex-cc-55 .modal.fade .modal-dialog, .menu-config-modal.modal-flex-cc-60 .modal.fade .modal-dialog, .menu-config-modal.modal-flex-cc-65 .modal.fade .modal-dialog, .menu-config-modal.modal-flex-cc-70 .modal.fade .modal-dialog, .menu-config-modal.modal-flex-cc-75 .modal.fade .modal-dialog, .menu-config-modal.modal-flex-cc-80 .modal.fade .modal-dialog, .menu-config-modal.modal-flex-cc-85 .modal.fade .modal-dialog, .menu-config-modal.modal-flex-cc-90 .modal.fade .modal-dialog, .menu-config-modal.modal-flex-cc-95 .modal.fade .modal-dialog {
  transform: 0, 0;
}

.modal-ace {
  width: 1200px;
}

.calendar-head {
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.calendar-body {
  border-left: 1px solid #ddd;
  align-content: flex-start;
}

.calendar-head > .flex, .calendar-head > .gtwy-or::before, .calendar-head > .gtwy-or::after, .calendar-head > .tree-branch-content,
.calendar-body > .flex,
.calendar-body > .gtwy-or::before,
.calendar-body > .gtwy-or::after,
.calendar-body > .tree-branch-content {
  min-width: 14.2857142857%;
  max-width: 14.2857142857%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.calendar-head > .flex, .calendar-head > .gtwy-or::before, .calendar-head > .gtwy-or::after, .calendar-head > .tree-branch-content,
.calendar-cell-default-padding {
  padding: 5px;
}

.calendar-cell {
  height: 200px;
  background-color: white;
}

.calendar-cell-blank {
  cursor: default !important;
  pointer-events: none;
  background-color: #fafafa;
  font-style: italic;
  color: #ccc;
}

.config-page {
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.config-page .loader {
  background-color: rgba(255, 255, 255, 0.65);
}

.config-panel {
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.config-panel h2 {
  margin: 0;
}
.config-panel .filter-panel {
  background-color: #f5f5f5;
}
.config-panel .filter-panel .search-icon {
  padding: 1px solid #dee2e6;
}
.config-panel .empty-message {
  display: flex;
}
.config-panel .autosave-message {
  color: #bbb;
  font-style: italic;
}
.config-panel .config-page-title {
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 51.5px;
}
.config-panel .config-page-side-title {
  min-height: 51.5px;
}

dt-picker .uib-datepicker {
  max-width: 252px;
  overflow: hidden;
}
dt-picker .dt-timepicker {
  width: 160px;
}

.uib-time.has-error input {
  border: 1px solid red;
}

@media (max-width: 575.98px) {
  .uib-datepicker-popup div {
    flex-direction: column;
  }
}
.uib-datepicker-popup .validator-error-message {
  margin-left: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.datetime-picker-menu {
  padding: 8px;
  overflow: hidden;
  left: auto;
  right: 0;
  z-index: 2000;
}
.datetime-picker-menu [uib-timepicker] {
  margin-left: 10px;
}
.datetime-picker-menu * {
  outline: none;
}

.date-picker-hidden {
  position: absolute;
  visibility: hidden;
  height: 100%;
  border: none;
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
}

.btn-group-btn {
  padding-bottom: 7px;
}

.file-tile-icon {
  font-size: 2.6rem;
  margin-right: 15px;
}

.file-tile-text {
  font-size: 1.6rem;
}

.file-tile-remove {
  opacity: 0.5;
  font-size: 2.2rem;
  padding: 0 10px;
  margin-right: -10px;
  margin-top: -4px;
  cursor: pointer;
}
.file-tile-remove:hover {
  opacity: 1;
}

.section-header {
  margin-bottom: 10px;
}
.section-header strong {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.section-header i {
  width: 42px;
  font-size: 3rem;
}

.section-content {
  padding-left: 8px;
}

.inner-label-warning,
.inner-label-danger,
.inner-label-safe {
  width: 100%;
  position: relative;
}
.inner-label-warning input,
.inner-label-danger input,
.inner-label-safe input {
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  padding: 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.inner-label-safe input {
  background: #00c8bc;
}

.inner-label-warning input {
  background: #ffa532;
}

.inner-label-danger input {
  background: #e00109;
}

.threshold-safe,
.threshold-warning,
.threshold-danger {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  height: 10px;
}

.threshold-safe {
  background: #00c8bc;
  border: 1px solid #00c8bc;
}

.threshold-warning {
  background: #ffa532;
  border: 1px solid #ffa532;
}

.threshold-danger {
  background: #e00109;
  border: 1px solid #e00109;
}

.threshold-left {
  border-radius: 10px 0 0 10px;
}

.threshold-right {
  border-radius: 0 10px 10px 0;
}

.meta-table {
  width: 100%;
  min-width: 400px;
}

.search-popup-inner-icons {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 34px;
  text-align: center;
}

.search-popup {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: -1px;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 5px 0;
}
.search-popup .search-list-item {
  padding: 5px 15px;
}
.search-popup a {
  color: black;
  text-decoration: none;
}
.search-popup .search-active {
  background-color: #6941eb;
}
.search-popup .search-active a {
  color: white;
}

.search-popup-max-height {
  max-height: 300px;
}

.free-list-group-inner-button {
  line-height: 41px;
  width: 41px;
  font-size: 1.7rem;
}

.free-list-borders {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

@media (max-width: 575.98px) {
  .layout-row .mobile-modal, .loader.loader-horizontal .mobile-modal, .gtwy-or .mobile-modal, .tree-branch .mobile-modal {
    min-height: 0px !important;
    margin-right: 60px;
  }
}
.modal {
  color: #262626;
}
.modal .modal-header {
  padding: 8px 16px;
}
.modal .modal-header .modal-title {
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}
.modal .close {
  opacity: 1;
  font-size: 14px;
}
.modal .modal-footer {
  padding: 8px 16px;
}
.modal .modal-footer .btn-primary {
  margin-left: 8px;
}

.month-selection-button.selected {
  color: black;
  border: 1px solid #6941eb;
}
.month-selection-button {
  margin: 0 10px;
  padding: 8px;
  font-size: 1.6rem;
  font-weight: lighter;
}

/*
* No, it doesn't form countries, but it does handle states. These are global
* state modifier classes that can be used just about anywhere. Most of the
* time, you will probably have a state that applies specifically to a
* component or module, so keep those together. In the case you have a more
* applicable state, put it below.
*
*/
.px-2-fix {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.m-3-neg {
  margin: -12px !important;
}

.mx-3-neg {
  margin-left: -12px !important;
  margin-right: -12px !important;
}

.my-3-neg {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}

.m-0-abs {
  margin: 0 !important;
}

.mh-280 {
  max-height: 280px;
}

.is-disabled {
  color: #bbb;
  cursor: no-drop;
}

.is-bordered-right {
  border-right: 1px solid #ddd;
}

.is-bordered-left {
  border-left: 1px solid #ddd;
}

.is-bordered-top {
  border-top: 1px solid #ddd;
}

.is-bordered-bottom {
  border-bottom: 1px solid #ddd;
}

.no-border {
  border: none;
}

.selectable:hover,
.selected {
  background-color: #eee;
}

.cursor-pointer {
  cursor: pointer;
}