/*!
 * https://github.com/YouCanBookMe/react-datetime
 */
.rdt {
  position: relative; }

.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f9f9f9; }

.rdtOpen .rdtPicker {
  display: block; }

.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static; }

.rdtPicker .rdtTimeToggle {
  text-align: center; }

.rdtPicker table {
  width: 100%;
  margin: 0; }

.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px; }

.rdtPicker td {
  cursor: pointer; }

.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer; }

.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999; }

.rdtPicker td.rdtToday {
  position: relative; }

.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff; }

.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed; }

.rdtPicker td span.rdtOld {
  color: #999999; }

.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed; }

.rdtPicker th {
  border-bottom: 1px solid #f9f9f9; }

.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default; }

.rdtPicker th.rdtSwitch {
  width: 100px; }

.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top; }

.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed; }

.rdtPicker thead tr:first-child th {
  cursor: pointer; }

.rdtPicker thead tr:first-child th:hover {
  background: #eeeeee; }

.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9; }

.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer; }

.rdtPicker button:hover {
  background-color: #eee; }

.rdtPicker thead button {
  width: 100%;
  height: 100%; }

td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer; }

td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee; }

.rdtCounters {
  display: inline-block; }

.rdtCounters > div {
  float: left; }

.rdtCounter {
  height: 100px; }

.rdtCounter {
  width: 40px; }

.rdtCounterSeparator {
  line-height: 100px; }

.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.rdtCounter .rdtBtn:hover {
  background: #eee; }

.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em; }

.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px; }

.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px; }

.rdtTime td {
  cursor: default; }

/**
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */
/**
 * Styles shared by multiple animations
 */
/**
 * Dots
 */
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.ball-pulse > div:nth-child(0) {
  -webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.ball-pulse-sync > div:nth-child(0) {
  -webkit-animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }

.ball-pulse-sync > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite; }

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite; }

.ball-scale-random {
  width: 37px;
  height: 40px; }

.ball-scale-random > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite; }

.ball-scale-random > div:nth-child(1) {
  margin-left: -7px;
  -webkit-animation: ball-scale 1s 0.2s ease-in-out infinite;
  animation: ball-scale 1s 0.2s ease-in-out infinite; }

.ball-scale-random > div:nth-child(3) {
  margin-left: -2px;
  margin-top: 9px;
  -webkit-animation: ball-scale 1s 0.5s ease-in-out infinite;
  animation: ball-scale 1s 0.5s ease-in-out infinite; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ball-rotate {
  position: relative; }

.ball-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: relative; }

.ball-rotate > div:first-child {
  -webkit-animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
  animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite; }

.ball-rotate > div:before, .ball-rotate > div:after {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  content: "";
  position: absolute;
  opacity: 0.8; }

.ball-rotate > div:before {
  top: 0px;
  left: -28px; }

.ball-rotate > div:after {
  top: 0px;
  left: 25px; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }

.ball-clip-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  height: 25px;
  width: 25px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }

@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px); }

.ball-clip-rotate-pulse > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%; }

.ball-clip-rotate-pulse > div:first-child {
  background: #fff;
  height: 16px;
  width: 16px;
  top: 7px;
  left: -7px;
  -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

.ball-clip-rotate-pulse > div:last-child {
  position: absolute;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  left: -16px;
  top: -2px;
  background: transparent;
  border: 2px solid;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }

.ball-clip-rotate-multiple {
  position: relative; }

.ball-clip-rotate-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -20px;
  top: -20px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  -webkit-animation: rotate 1s 0s ease-in-out infinite;
  animation: rotate 1s 0s ease-in-out infinite; }

.ball-clip-rotate-multiple > div:last-child {
  display: inline-block;
  top: -10px;
  left: -10px;
  width: 15px;
  height: 15px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-color: #fff transparent #fff transparent;
  -webkit-animation-direction: reverse;
  animation-direction: reverse; }

@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

.ball-scale-ripple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px); }

.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.ball-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear; }

.ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important; }

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px); }

.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.ball-scale-multiple > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite; }

@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px); }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px); }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px); }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px); }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px); }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px); }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

.ball-triangle-path {
  position: relative;
  -webkit-transform: translate(-29.994px, -37.50938px);
  -ms-transform: translate(-29.994px, -37.50938px);
  transform: translate(-29.994px, -37.50938px); }

.ball-triangle-path > div:nth-child(1) {
  -webkit-animation-name: ball-triangle-path-1;
  animation-name: ball-triangle-path-1;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.ball-triangle-path > div:nth-child(2) {
  -webkit-animation-name: ball-triangle-path-2;
  animation-name: ball-triangle-path-2;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.ball-triangle-path > div:nth-child(3) {
  -webkit-animation-name: ball-triangle-path-3;
  animation-name: ball-triangle-path-3;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.ball-triangle-path > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff; }

.ball-triangle-path > div:nth-of-type(1) {
  top: 50px; }

.ball-triangle-path > div:nth-of-type(2) {
  left: 25px; }

.ball-triangle-path > div:nth-of-type(3) {
  top: 50px;
  left: 50px; }

@-webkit-keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75); } }

@keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75); } }

.ball-pulse-rise > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

.ball-pulse-rise > div:nth-child(2n) {
  -webkit-animation-name: ball-pulse-rise-even;
  animation-name: ball-pulse-rise-even; }

.ball-pulse-rise > div:nth-child(2n-1) {
  -webkit-animation-name: ball-pulse-rise-odd;
  animation-name: ball-pulse-rise-odd; }

@-webkit-keyframes ball-grid-beat {
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }

@keyframes ball-grid-beat {
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }

.ball-grid-beat {
  width: 57px; }

.ball-grid-beat > div:nth-child(1) {
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
  -webkit-animation-duration: 1.27s;
  animation-duration: 1.27s; }

.ball-grid-beat > div:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 1.52s;
  animation-duration: 1.52s; }

.ball-grid-beat > div:nth-child(3) {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
  -webkit-animation-duration: 0.61s;
  animation-duration: 0.61s; }

.ball-grid-beat > div:nth-child(4) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-duration: 0.82s;
  animation-duration: 0.82s; }

.ball-grid-beat > div:nth-child(5) {
  -webkit-animation-delay: -0.01s;
  animation-delay: -0.01s;
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s; }

.ball-grid-beat > div:nth-child(6) {
  -webkit-animation-delay: -0.07s;
  animation-delay: -0.07s;
  -webkit-animation-duration: 1.35s;
  animation-duration: 1.35s; }

.ball-grid-beat > div:nth-child(7) {
  -webkit-animation-delay: 0.29s;
  animation-delay: 0.29s;
  -webkit-animation-duration: 1.44s;
  animation-duration: 1.44s; }

.ball-grid-beat > div:nth-child(8) {
  -webkit-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-animation-duration: 1.19s;
  animation-duration: 1.19s; }

.ball-grid-beat > div:nth-child(9) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
  -webkit-animation-duration: 1.48s;
  animation-duration: 1.48s; }

.ball-grid-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-beat;
  animation-name: ball-grid-beat;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.ball-grid-pulse {
  width: 57px; }

.ball-grid-pulse > div:nth-child(1) {
  -webkit-animation-delay: 0.58s;
  animation-delay: 0.58s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s; }

.ball-grid-pulse > div:nth-child(2) {
  -webkit-animation-delay: 0.01s;
  animation-delay: 0.01s;
  -webkit-animation-duration: 0.94s;
  animation-duration: 0.94s; }

.ball-grid-pulse > div:nth-child(3) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 1.43s;
  animation-duration: 1.43s; }

.ball-grid-pulse > div:nth-child(4) {
  -webkit-animation-delay: -0.03s;
  animation-delay: -0.03s;
  -webkit-animation-duration: 0.74s;
  animation-duration: 0.74s; }

.ball-grid-pulse > div:nth-child(5) {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
  -webkit-animation-duration: 0.68s;
  animation-duration: 0.68s; }

.ball-grid-pulse > div:nth-child(6) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 1.17s;
  animation-duration: 1.17s; }

.ball-grid-pulse > div:nth-child(7) {
  -webkit-animation-delay: 0.46s;
  animation-delay: 0.46s;
  -webkit-animation-duration: 1.41s;
  animation-duration: 1.41s; }

.ball-grid-pulse > div:nth-child(8) {
  -webkit-animation-delay: 0.02s;
  animation-delay: 0.02s;
  -webkit-animation-duration: 1.56s;
  animation-duration: 1.56s; }

.ball-grid-pulse > div:nth-child(9) {
  -webkit-animation-delay: 0.13s;
  animation-delay: 0.13s;
  -webkit-animation-duration: 0.78s;
  animation-duration: 0.78s; }

.ball-grid-pulse > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-pulse;
  animation-name: ball-grid-pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px; }

.ball-spin-fade-loader > div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear; }

.ball-spin-fade-loader > div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear; }

.ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear; }

.ball-spin-fade-loader > div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear; }

.ball-spin-fade-loader > div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear; }

.ball-spin-fade-loader > div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear; }

.ball-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear; }

.ball-spin-fade-loader > div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear; }

.ball-spin-fade-loader > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute; }

@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

@keyframes ball-spin-loader {
  75% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

.ball-spin-loader {
  position: relative; }

.ball-spin-loader > span:nth-child(1) {
  top: 45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
  animation: ball-spin-loader 2s 0.9s infinite linear; }

.ball-spin-loader > span:nth-child(2) {
  top: 30.68182px;
  left: 30.68182px;
  -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
  animation: ball-spin-loader 2s 1.8s infinite linear; }

.ball-spin-loader > span:nth-child(3) {
  top: 0;
  left: 45px;
  -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
  animation: ball-spin-loader 2s 2.7s infinite linear; }

.ball-spin-loader > span:nth-child(4) {
  top: -30.68182px;
  left: 30.68182px;
  -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
  animation: ball-spin-loader 2s 3.6s infinite linear; }

.ball-spin-loader > span:nth-child(5) {
  top: -45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
  animation: ball-spin-loader 2s 4.5s infinite linear; }

.ball-spin-loader > span:nth-child(6) {
  top: -30.68182px;
  left: -30.68182px;
  -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
  animation: ball-spin-loader 2s 5.4s infinite linear; }

.ball-spin-loader > span:nth-child(7) {
  top: 0;
  left: -45px;
  -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
  animation: ball-spin-loader 2s 6.3s infinite linear; }

.ball-spin-loader > span:nth-child(8) {
  top: 30.68182px;
  left: -30.68182px;
  -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
  animation: ball-spin-loader 2s 7.2s infinite linear; }

.ball-spin-loader > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: green; }

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ball-zig-zag {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  -ms-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px); }

.ball-zig-zag > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px; }

.ball-zig-zag > div:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear; }

.ball-zig-zag > div:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear; }

@-webkit-keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ball-zig-zag-deflect {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  -ms-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px); }

.ball-zig-zag-deflect > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px; }

.ball-zig-zag-deflect > div:first-child {
  -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
  animation: ball-zig-deflect 1.5s 0s infinite linear; }

.ball-zig-zag-deflect > div:last-child {
  -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
  animation: ball-zag-deflect 1.5s 0s infinite linear; }

/**
 * Lines
 */
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }

@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }

.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: -0.09s;
  animation-delay: -0.09s;
  -webkit-animation-duration: 0.83s;
  animation-duration: 0.83s; }

.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.33s;
  animation-delay: 0.33s;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s; }

.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
  -webkit-animation-duration: 0.39s;
  animation-duration: 0.39s; }

.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.47s;
  animation-delay: 0.47s;
  -webkit-animation-duration: 0.52s;
  animation-duration: 0.52s; }

.line-scale-party > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
  animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }

.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }

.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important; }

.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important; }

@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }

@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }

.line-scale-pulse-out-rapid > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }

.line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
  -webkit-animation-delay: -0.25s !important;
  animation-delay: -0.25s !important; }

.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important; }

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px; }

.line-spin-fade-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out; }

.line-spin-fade-loader > div:nth-child(2) {
  top: 13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out; }

.line-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; }

.line-spin-fade-loader > div:nth-child(4) {
  top: -13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out; }

.line-spin-fade-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out; }

.line-spin-fade-loader > div:nth-child(6) {
  top: -13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out; }

.line-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out; }

.line-spin-fade-loader > div:nth-child(8) {
  top: 13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; }

.line-spin-fade-loader > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px; }

/**
 * Misc
 */
@-webkit-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0); } }

@keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0); } }

.triangle-skew-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0); } }

@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0); } }

.square-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid red;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

@-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px); } }

@keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px); } }

.pacman {
  position: relative; }

.pacman > div:nth-child(2) {
  -webkit-animation: pacman-balls 1s -0.99s infinite linear;
  animation: pacman-balls 1s -0.99s infinite linear; }

.pacman > div:nth-child(3) {
  -webkit-animation: pacman-balls 1s -0.66s infinite linear;
  animation: pacman-balls 1s -0.66s infinite linear; }

.pacman > div:nth-child(4) {
  -webkit-animation: pacman-balls 1s -0.33s infinite linear;
  animation: pacman-balls 1s -0.33s infinite linear; }

.pacman > div:nth-child(5) {
  -webkit-animation: pacman-balls 1s 0s infinite linear;
  animation: pacman-balls 1s 0s infinite linear; }

.pacman > div:first-of-type {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
  animation: rotate_pacman_half_up 0.5s 0s infinite;
  position: relative;
  left: -30px; }

.pacman > div:nth-child(2) {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
  animation: rotate_pacman_half_down 0.5s 0s infinite;
  margin-top: -50px;
  position: relative;
  left: -30px; }

.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: translate(0, -6.25px);
  -ms-transform: translate(0, -6.25px);
  transform: translate(0, -6.25px);
  top: 25px;
  left: 70px; }

@-webkit-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg); }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg); }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg); }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg); }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

.cube-transition {
  position: relative;
  -webkit-transform: translate(-25px, -25px);
  -ms-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px); }

.cube-transition > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #fff;
  -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
  animation: cube-transition 1.6s 0s infinite ease-in-out; }

.cube-transition > div:last-child {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden; }

.semi-circle-spin > div {
  position: absolute;
  border-width: 0px;
  border-radius: 100%;
  -webkit-animation: spin-rotate 0.6s 0s infinite linear;
  animation: spin-rotate 0.6s 0s infinite linear;
  background-image: -webkit-linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
  background-image: linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
  width: 100%;
  height: 100%; }

@-webkit-keyframes bar-progress {
  0% {
    -webkit-transform: scaleY(20%);
    transform: scaleY(20%);
    opacity: 1; }
  25% {
    -webkit-transform: translateX(6%) scaleY(10%);
    transform: translateX(6%) scaleY(10%);
    opacity: 0.7; }
  50% {
    -webkit-transform: translateX(20%) scaleY(20%);
    transform: translateX(20%) scaleY(20%);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(6%) scaleY(10%);
    transform: translateX(6%) scaleY(10%);
    opacity: 0.7; }
  100% {
    -webkit-transform: scaleY(20%);
    transform: scaleY(20%);
    opacity: 1; } }

@keyframes bar-progress {
  0% {
    -webkit-transform: scaleY(20%);
    transform: scaleY(20%);
    opacity: 1; }
  25% {
    -webkit-transform: translateX(6%) scaleY(10%);
    transform: translateX(6%) scaleY(10%);
    opacity: 0.7; }
  50% {
    -webkit-transform: translateX(20%) scaleY(20%);
    transform: translateX(20%) scaleY(20%);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(6%) scaleY(10%);
    transform: translateX(6%) scaleY(10%);
    opacity: 0.7; }
  100% {
    -webkit-transform: scaleY(20%);
    transform: scaleY(20%);
    opacity: 1; } }

.bar-progress {
  width: 30%;
  height: 12px; }

.bar-progress > div {
  position: relative;
  width: 20%;
  height: 12px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-animation: bar-progress 3s cubic-bezier(0.57, 0.1, 0.44, 0.93) infinite;
  animation: bar-progress 3s cubic-bezier(0.57, 0.1, 0.44, 0.93) infinite;
  opacity: 1; }

@-webkit-keyframes bar-swing {
  0% {
    left: 0; }
  50% {
    left: 70%; }
  100% {
    left: 0; } }

@keyframes bar-swing {
  0% {
    left: 0; }
  50% {
    left: 70%; }
  100% {
    left: 0; } }

.bar-swing {
  width: 30%;
  height: 8px; }

.bar-swing > div {
  position: relative;
  width: 30%;
  height: 8px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-animation: bar-swing 1.5s infinite;
  animation: bar-swing 1.5s infinite; }

@-webkit-keyframes bar-swing-container {
  0% {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    left: 70%;
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px); }
  100% {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bar-swing-container {
  0% {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    left: 70%;
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px); }
  100% {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.bar-swing-container {
  width: 20%;
  height: 8px;
  position: relative; }

.bar-swing-container div:nth-child(1) {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  height: 12px;
  border-radius: 10px; }

.bar-swing-container div:nth-child(2) {
  position: absolute;
  width: 30%;
  height: 8px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-animation: bar-swing-container 2s cubic-bezier(0.91, 0.35, 0.12, 0.6) infinite;
  animation: bar-swing-container 2s cubic-bezier(0.91, 0.35, 0.12, 0.6) infinite;
  margin: 2px 2px 0; }

h2,
.h2 {
  margin-bottom: 0 !important;
  font-size: 36px !important;
  line-height: 32px !important;
  color: #25282B !important; }

h3,
.h3 {
  margin-bottom: 0 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  color: #25282B !important; }

h4,
.h4 {
  margin-bottom: 0 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #25282B !important; }

h5,
.h5 {
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #25282B !important;
  margin: 0 !important; }

h6,
.h6 {
  font-weight: 600 !important;
  font-size: 30px !important;
  line-height: 30px !important;
  color: #25282B !important;
  margin: 0 !important; }

hr.hr-dashed {
  border: 1px dashed #dee9e9; }

.container-sm {
  max-width: 555px !important; }

.last-p-m-0 p:last-child {
  margin-bottom: 0; }

.flex-1 {
  flex: 1; }

@media (max-width: 767px) {
  .sm-flex-dir-collumn {
    flex-direction: column; } }

.line-clamp-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.responsive-embed {
  position: relative;
  z-index: 1;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.contentInGraph {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.w-100pr {
  width: 100%; }

.h-100pr {
  height: 100%; }

.h-500 {
  height: 500px !important; }

.rotate-90 {
  transform: rotate(90deg); }

.rotate-180 {
  transform: rotate(180deg); }

.op-half {
  opacity: 0.5; }

.ovf-hidden {
  overflow: hidden; }

.ws-nowrap {
  white-space: nowrap; }

.pointer-events-none {
  pointer-events: none; }

.cursor-pointer {
  cursor: pointer; }

.cursor-move {
  cursor: move; }

@media (max-width: 767px) {
  .hidden-sm {
    display: none !important; } }

.visible-md {
  display: none; }
  @media (min-width: 992px) {
    .visible-md {
      display: block !important; } }

.visible-sm {
  display: none; }
  @media (max-width: 767px) {
    .visible-sm {
      display: block !important; } }

.color-black {
  color: #000 !important; }

.color-primary {
  color: #2AB859 !important; }

.color-secondary {
  color: #A0A4A8 !important; }

.color-danger {
  color: #F05050 !important; }

.btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 40px !important;
  cursor: pointer;
  border-radius: 4px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  border: none !important;
  white-space: nowrap;
  padding: 0 25px !important; }
  .btn-primary {
    background-color: #2AB859 !important;
    box-shadow: 0px 4px 8px rgba(26, 183, 89, 0.24) !important; }
  .btn-secondary {
    background-color: #F3F6F6 !important;
    color: #7f878f !important; }
  .btn-transparent {
    color: #A0A4A8 !important;
    padding: 0 !important;
    box-shadow: none !important; }
  .btn-gray {
    background-color: #f5f5f5 !important;
    border: 1px solid #eaeaea !important; }
  .btn-disabled {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    opacity: 0.25;
    cursor: not-allowed !important; }
  .btn-outline-primary {
    border: 1px solid #2AB859 !important;
    color: #2AB859 !important; }
    .btn-outline-primary svg line {
      fill: #000000 !important; }
    .btn-outline-primary:hover {
      background-color: #2AB859 !important;
      color: #fff !important; }
  .btn_circular {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    background-color: #999;
    color: #fff;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    font-size: 23px;
    outline: none;
    border: none; }
  .btn_noText {
    padding: 0; }
    .btn_noText .btn-label {
      left: 0; }

.btnIcon {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 21px;
  padding: 0;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  margin-right: -5px;
  color: #A0A4A8; }
  .btnIcon:hover {
    background: #F3F6F6;
    color: #2AB859; }
  .btnIcon .lds-ring {
    width: 34px;
    height: 34px; }
    .btnIcon .lds-ring div {
      width: 20px;
      height: 20px;
      border-width: 2px;
      margin: 7px; }

.breadcrumb {
  padding: 0 !important;
  background-color: transparent !important;
  margin-bottom: 5px !important; }
  .breadcrumb > li {
    margin-right: 2px; }
    .breadcrumb > li > a {
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
      display: flex;
      align-items: center;
      text-transform: capitalize;
      color: #a0a4a8; }
      .breadcrumb > li > a i,
      .breadcrumb > li > a svg {
        margin-right: 3px; }

.cardBtn {
  cursor: pointer;
  transition: all .3s; }
  .cardBtn:hover {
    opacity: .8; }

.card-noBorder {
  border: none !important;
  border-radius: 12px !important;
  box-shadow: 0px 8px 16px #ebf2f2 !important; }

.card-header {
  font-weight: bold; }
  .card-header.bg-success {
    background-color: #2AB85999 !important; }

.card-body {
  padding: 30px !important; }

.card-primary {
  background-color: #F4FBF6 !important;
  border: 1px solid #2AB859 !important; }

.card_gray {
  background-color: #eaeded !important;
  border: none !important; }
  .card_gray .card-body {
    padding: 20px !important; }

.card-wGraph .card-body {
  padding: 30px 12px 12px !important; }

.card_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  border-bottom: 1px solid #f0f4f4;
  margin: -30px -30px 0;
  padding: 0 30px;
  margin-bottom: 20px; }

.card.border-success {
  border: none !important; }

.card_dark {
  background: #f0f4f4;
  border-radius: 8px;
  padding: 12px 17px; }

.checkbox label {
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  color: #25282B; }

.cardSmall {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px;
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0px 8px 16px #ebf2f2;
  border-radius: 12px;
  height: 125px; }
  .cardSmall_title {
    color: #52575c; }
  .cardSmall_title {
    color: #52575c; }
  .cardSmall_text {
    color: #7f878f; }
  .cardSmall_value {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #25282B; }
  .cardSmall_valueSm {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #7f878f; }

.platformDropdown {
  background: #fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 8px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0, 100%);
  z-index: 2; }
  .platformDropdown_item {
    padding: 0 30px 0 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 12px;
    height: 28px;
    cursor: pointer;
    transition: all 0.3s; }
    .platformDropdown_item svg,
    .platformDropdown_item i,
    .platformDropdown_item em {
      margin-right: 8px; }
    .platformDropdown_item:hover {
      background-color: #F4FBF6;
      color: #2AB859; }
    .platformDropdown_item.danger:hover {
      background-color: #ffeded;
      color: #F05050; }

.fileUploader {
  cursor: pointer;
  color: #A0A4A8;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  height: 40px;
  margin: 0; }
  .fileUploader img,
  .fileUploader svg,
  .fileUploader i {
    margin-right: 10px; }
  .fileUploader input {
    position: absolute;
    visibility: hidden; }

.module {
  background: #ffffff;
  box-shadow: 0px 8px 16px #ebf2f2;
  border-radius: 12px;
  padding: 15px 20px;
  margin-bottom: 15px; }
  .module_inner {
    display: flex;
    align-items: center; }
  .module_new {
    padding: 30px; }
    .module_new .module_inner {
      flex-direction: column; }

.pagination {
  justify-content: flex-end;
  margin-bottom: 0; }
  .pagination .page-item.active .page-link {
    background-color: #fff !important;
    border-radius: 8px; }
  .pagination .page-link {
    min-width: 32px !important;
    min-height: 32px !important;
    color: #a0a4a8 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px !important;
    font-size: 14px !important;
    line-height: 16px !important;
    background-color: transparent !important;
    border: none !important;
    cursor: pointer !important; }
    .pagination .page-link:focus {
      box-shadow: none !important; }
  .pagination .break-me {
    display: inline-flex;
    margin-top: 2px; }
    .pagination .break-me a {
      cursor: pointer;
      color: #a0a4a8 !important;
      text-decoration: none; }
  @media (max-width: 767px) {
    .pagination {
      justify-content: center; } }

.preLoader {
  background-color: rgba(243, 246, 246, 0.5);
  backdrop-filter: blur(2px);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center; }
  .preLoader > img {
    animation: spinAnimation 1s infinite linear; }

@keyframes spinAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.list {
  color: #52575C;
  padding-left: 0;
  list-style: none; }
  .list li {
    margin-bottom: 13px;
    display: flex;
    align-items: center; }
    .list li:last-child {
      margin-bottom: 0; }

.contentLoader {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3; }
  .contentLoader > div div {
    width: 50px;
    height: 50px; }
  .contentLoader_wrapper {
    position: relative; }

.s-alert-box {
  border-radius: 6px;
  z-index: 10000000000; }

.modal-dialog {
  max-width: 90% !important; }
  .modal-dialog.modal-md {
    max-width: 555px; }

.modal-content {
  border-radius: 0;
  border: none !important; }

.modal-backdrop.show {
  opacity: 0.6; }

.modal-closeBtn {
  border: none;
  background: #fff;
  position: absolute;
  padding: 0;
  width: 30px;
  height: 30px;
  top: -15px;
  right: -15px;
  border-radius: 100%;
  z-index: 10;
  transition: all 0.3s; }
  .modal-closeBtn:hover {
    background-color: #C6CFD2; }

.modal-body {
  padding: 30px !important; }

.modal-lg {
  max-width: 600px !important; }

.modal-md {
  max-width: 600px !important; }

.modal-gray .modal-body {
  display: flex;
  flex-direction: column; }

.modal-gray .modal-content {
  min-height: 500px;
  background-color: #F3F6F6;
  max-height: calc(100vh - 60px);
  overflow-y: hidden; }

.modal-gray_innerScroll {
  max-height: calc(100vh - 180px);
  overflow: auto;
  padding: 0 5px;
  flex: 1; }

.tab-content {
  background-color: #fff; }

.tab_nav {
  margin-bottom: 20px;
  display: flex;
  overflow: auto; }
  .tab_nav_item {
    cursor: pointer;
    background: #edf0f0;
    border-radius: 8px;
    margin-right: 20px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    color: #52575C;
    transition: all 0.3s;
    text-transform: capitalize;
    white-space: nowrap; }
    .tab_nav_item:last-child {
      margin-right: 0; }
    .tab_nav_item.active, .tab_nav_item:hover {
      background: #ffffff;
      box-shadow: 0px 8px 16px #ebf2f2; }
    .tab_nav_item_val {
      color: #FF474A;
      margin-left: 8px; }

.platformTab {
  display: flex; }
  .platformTab_item {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #7f878f;
    margin-right: 30px;
    cursor: pointer;
    padding-bottom: 8px; }
    .platformTab_item:hover {
      text-decoration: none;
      color: #25282B; }
    .platformTab_item.active {
      color: #25282B; }
      .platformTab_item.active:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 20px;
        height: 3px;
        background-color: #2AB859; }
  @media (max-width: 991px) {
    .platformTab {
      white-space: nowrap;
      overflow: auto;
      overflow-y: scroll; } }

.search {
  position: relative; }
  .search_control {
    width: 240px;
    background-color: #fff;
    height: 40px;
    border-radius: 40px;
    border: none;
    padding-left: 15px;
    padding-right: 40px; }
    .search_control::placeholder {
      color: #A0A4A8; }
    .search_control_wrapper {
      position: relative; }
      .search_control_wrapper svg {
        position: absolute;
        right: 12px;
        bottom: 0;
        top: 0;
        margin: auto; }
  .search_results {
    position: absolute;
    z-index: 1;
    bottom: -10px;
    right: 0;
    transform: translate(0, 100%);
    background-color: #fff;
    border-radius: 8px;
    width: 320px;
    box-shadow: 0px 8px 16px #ebf2f2;
    max-height: 400px;
    overflow: auto; }
    .search_results_item {
      padding: 6px 12px;
      transition: all 0.3s; }
      .search_results_item:first-child {
        background-color: #F4FBF6;
        text-transform: capitalize;
        font-weight: bold;
        color: #2AB859; }
      .search_results_item:not(:first-child) {
        cursor: pointer; }
        .search_results_item:not(:first-child):hover {
          background-color: #F3F6F6; }
    .search_results_empty {
      text-align: center;
      padding: 6px 12px; }
    @media (max-width: 767px) {
      .search_results {
        width: 240px; } }

.react-select__control {
  min-height: 40px !important;
  border: 1px solid #C6CFD2 !important;
  border-radius: 4px !important;
  box-shadow: none !important; }

.react-select__indicator {
  padding: 6px !important; }

.react-select__placeholder {
  color: #a0a4a8; }

.react-select__value-container {
  padding: 0 12px !important; }

.react-select__indicator-separator {
  display: none !important; }

.react-select__menu {
  z-index: 10 !important; }

.radio {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 1px solid #a0a4a8;
  display: inline-flex;
  position: relative; }
  .radio.active {
    border-color: #2AB859; }
    .radio.active:after {
      content: '';
      position: absolute;
      top: 3px;
      left: 3px;
      width: 6px;
      height: 6px;
      border-radius: 100%;
      background-color: #2AB859; }

.form-group {
  margin-bottom: 20px;
  position: relative; }
  .form-group .invalid-feedback {
    position: absolute;
    left: 0;
    bottom: -2px;
    transform: translate(0, 100%);
    white-space: nowrap; }
  .form-group label {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    max-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.form-control {
  background: #ffffff;
  border: 1px solid #C6CFD2 !important;
  border-radius: 4px !important;
  height: 40px !important;
  display: inline-flex;
  align-items: center; }
  .form-control:focus {
    box-shadow: 0px 0px 0px 1px #2AB859, 0px 0px 0px 5px rgba(26, 183, 89, 0.1) !important;
    border-color: #2AB859 !important; }
  .form-control.disabled {
    background: #f0f4f4; }
  .form-control.multiline {
    height: auto !important; }
  .form-control_date {
    padding-left: 40px !important; }
    .form-control_date_wrapper {
      position: relative; }
      .form-control_date_wrapper svg {
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        z-index: 1;
        margin: auto; }

@media (max-width: 991px) {
  .form-control {
    -webkit-appearance: none;
    font-size: 16px; } }

textarea.form-control {
  height: auto !important;
  min-height: 130px; }

.quill {
  background-color: #fff;
  border-radius: 4px; }
  .quill .ql-toolbar {
    height: 54px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .quill .ql-container {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 120px; }
  .quill .ql-editor * {
    background-color: transparent !important; }

.tooltip {
  max-width: 500px;
  background-color: #2AB859 !important;
  box-shadow: 0px 4px 8px rgba(26, 183, 89, 0.24) !important; }
  .tooltip:after {
    border-top-color: #2AB859 !important; }

.platformTable {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: separate;
  border-spacing: 0 15px; }
  .platformTable thead tr th {
    white-space: nowrap;
    padding: 0 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #a0a4a8; }
  .platformTable tbody tr {
    box-shadow: 0px 8px 16px #ebf2f2;
    border-radius: 12px; }
    .platformTable tbody tr:hover {
      box-shadow: 0px 0px 0px 1px #2ab859, 0px 0px 0px 5px rgba(26, 183, 89, 0.1); }
    .platformTable tbody tr td {
      background: #fff;
      height: 60px;
      padding: 10px 20px;
      font-size: 14px;
      line-height: 16px;
      color: #52575c; }
      .platformTable tbody tr td.platformTable_tdNostyles {
        height: auto;
        padding: 0; }
      .platformTable tbody tr td:first-child {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px; }
      .platformTable tbody tr td:last-child {
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px; }
  @media (max-width: 1199px) {
    .platformTable thead tr th {
      padding: 0 10px; }
    .platformTable tbody tr td {
      padding: 8px 10px; } }

.platformTable_collapse {
  width: 100%;
  border-spacing: 0 6px;
  border-collapse: separate; }
  .platformTable_collapse thead tr th {
    padding: 0 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #a0a4a8; }
  .platformTable_collapse tr td {
    padding: 12px;
    background-color: #fff; }
    .platformTable_collapse tr td h5 {
      max-width: 300px; }
    .platformTable_collapse tr td:first-child {
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px; }
    .platformTable_collapse tr td:last-child {
      border-top-right-radius: 12px;
      border-bottom-right-radius: 12px; }

.tableDark {
  background: #ffffff;
  box-shadow: 0px 8px 16px #ebf2f2;
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 15px;
  color: #000; }
  .tableDark_item {
    display: flex;
    padding: 15px 20px;
    background: #f3f6f6;
    border-radius: 8px;
    align-items: center;
    margin-bottom: 8px; }
    .tableDark_item > div {
      display: flex;
      align-items: center; }

.dnd {
  background: #ffffff;
  box-shadow: 0px 8px 16px #ebf2f2;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  margin-bottom: 15px;
  cursor: move;
  color: #000; }
  .dnd_new {
    padding: 30px; }

.platformBadge {
  display: inline-flex;
  align-items: center;
  height: 32px;
  border-radius: 32px;
  padding: 0 20px;
  white-space: nowrap; }
  .platformBadge_primary {
    background-color: #F4FBF6;
    color: #2AB859; }
  .platformBadge_secondary {
    background-color: #78B4F5;
    color: #A0A4A8; }
  .platformBadge_gray {
    background-color: #edf0f0;
    color: #7f878f; }
  .platformBadge_danger {
    background-color: #ffeded;
    color: #F05050; }
  .platformBadge_warning {
    background-color: #FF7B1319;
    color: #FF7B13; }
  .platformBadge_success {
    background-color: #2AB859;
    color: #fff; }

.lineItem {
  position: relative;
  margin-bottom: 30px !important; }
  .lineItem_addBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -12px;
    right: -12px;
    border: none;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    background-color: #F05050;
    overflow: hidden;
    padding: 0;
    z-index: 1; }

.panel {
  background: #ffffff;
  box-shadow: 0px 8px 16px #ebf2f2;
  border-radius: 0px 12px 12px 12px;
  padding: 30px; }
  .panel_nav {
    display: flex; }
    .panel_nav_item {
      background: #eaeded;
      border-radius: 12px 12px 0px 0px;
      display: inline-flex;
      align-items: center;
      height: 48px;
      padding: 0 20px;
      margin-right: 4px;
      cursor: pointer;
      transition: all 0.3s;
      text-transform: capitalize;
      color: #7f878f; }
      .panel_nav_item:hover, .panel_nav_item.active {
        background: #ffffff; }

.analytics_row > div {
  flex: 0 0 20%;
  max-width: 20%; }

@media (max-width: 1499px) {
  .analytics_row > div {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (max-width: 1199px) {
  .analytics_row > div {
    flex: 0 0 33.33%;
    max-width: 33.33%; } }

@media (max-width: 991px) {
  .analytics_row > div {
    flex: 0 0 50%;
    max-width: 50%; }
    .analytics_row > div .card {
      height: 120px !important; }
      .analytics_row > div .card-body {
        padding: 20px !important; } }

@media (max-width: 499px) {
  .analytics_row > div {
    flex: 0 0 100%;
    max-width: 100%; } }

.courseAnalytics {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px; }
  .courseAnalytics_row > div {
    flex: 0 0 20%;
    max-width: 20%; }
  .courseAnalytics_graphTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
  @media (max-width: 1199px) {
    .courseAnalytics_row > div {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (max-width: 991px) {
    .courseAnalytics_row > div {
      flex: 0 0 50%;
      max-width: 50%; }
      .courseAnalytics_row > div .card {
        height: 120px !important; }
        .courseAnalytics_row > div .card-body {
          padding: 20px !important; } }
  @media (max-width: 767px) {
    .courseAnalytics_graphTitle {
      flex-direction: column; } }
  @media (max-width: 499px) {
    .courseAnalytics_row > div {
      flex: 0 0 100%;
      max-width: 100%; } }

.login {
  display: flex;
  min-height: 100vh; }
  .login_left, .login_right {
    width: 50%; }
  .login_left {
    padding: 60px;
    display: flex;
    flex-direction: column; }
    .login_left img {
      max-width: 100%; }
  .login_right {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .login_right_inner {
      max-width: 400px;
      width: 100%; }
    .login_right_mobile {
      display: none; }
  @media (max-width: 991px) {
    .login_left {
      padding: 15px; }
    .login_right {
      padding: 15px; } }
  @media (max-width: 767px) {
    .login_left {
      display: none; }
    .login_right {
      width: 100%; }
      .login_right_mobile {
        display: block; } }

@media (max-width: 1199px) {
  .courses_row > div {
    flex: 0 0 33.33%;
    max-width: 33.33%; } }

@media (max-width: 991px) {
  .courses_row > div {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 767px) {
  .courses_row > div {
    flex: 0 0 100%;
    max-width: 100%; } }

.quizStats_table > div {
  display: flex;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px; }
  .quizStats_table > div:first-child {
    font-weight: bold;
    font-size: 16px; }
  .quizStats_table > div > div {
    padding: 0 10px;
    width: 50%; }

.dashboard_salesCard {
  background-color: #2AB859;
  box-shadow: 0px 8px 16px #ebf2f2;
  border-radius: 12px;
  padding: 20px;
  color: #fff;
  height: calc(100% - 30px); }
  .dashboard_salesCard_value {
    font-weight: 600;
    font-size: 44px;
    line-height: 30px;
    color: #fff;
    margin: 20px 0; }

.dashboard_quickLinks {
  display: flex;
  flex-flow: row wrap; }
  .dashboard_quickLinks > button {
    margin-right: 30px; }

@media (max-width: 1199px) {
  .dashboard_quickLinks > button {
    margin-right: 15px;
    margin-bottom: 15px; }
    .dashboard_quickLinks > button:last-child {
      margin-bottom: 0; } }

@media (max-width: 991px) {
  .dashboard_quickLinks > button {
    margin-right: 15px;
    margin-bottom: 15px; }
    .dashboard_quickLinks > button:last-child {
      margin-bottom: 0; }
  .dashboard_salesCard {
    height: auto;
    margin-bottom: 30px; } }

.membership_period {
  display: flex;
  width: 50%; }

@media (max-width: 767px) {
  .membership_period {
    width: 100%; } }

@media (max-width: 1199px) {
  .checkout_courses > div, .checkout_periods > div {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (max-width: 767px) {
  .checkout_courses > div, .checkout_periods > div {
    max-width: 100%;
    flex: 0 0 100%; } }

.broadcastAnalytics_icon {
  display: flex;
  align-items: center; }

.broadcastAnalytics_row {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px; }

.broadcastAnalytics_col {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px; }
  .broadcastAnalytics_col .card_header {
    padding: 0 20px; }

@media (max-width: 1399px) {
  .broadcastAnalytics_col {
    flex: 0 0 50%;
    width: 50%; } }

@media (max-width: 767px) {
  .broadcastAnalytics_icon {
    display: none; }
  .broadcastAnalytics_col {
    flex: 0 0 100%;
    width: 100%; }
    .broadcastAnalytics_col .progressbar {
      width: 110px; } }

.emailForm .form-group textarea {
  height: 400px !important; }

.sidebar {
  background-color: transparent !important;
  color: #52575C !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100%; }
  .sidebar_logo {
    display: flex;
    align-items: center;
    padding: 10px 0 0 30px !important;
    min-height: 80px;
    height: 80px;
    margin-bottom: 40px !important;
    border-bottom: 1px solid #f0f4f4; }
    .sidebar_logo img {
      width: 55px;
      display: block; }
  .sidebar_btn {
    display: none; }
  .sidebar_bot {
    border-top: 1px solid #f0f4f4;
    padding: 20px 40px;
    margin-top: auto; }
    .sidebar_bot_avatar {
      height: 30px;
      width: 30px;
      object-fit: cover;
      margin-bottom: 5px;
      margin-right: 10px;
      border-radius: 50%;
      box-shadow: 0px 2px 12px #e6e6e6;
      border: 2px solid #ffffff; }
  .sidebar-nav {
    color: #52575C !important;
    background-color: transparent !important; }
    .sidebar-nav,
    .sidebar-nav li,
    .sidebar-nav li a,
    .sidebar-nav .nav-item {
      color: #52575C !important; }
    .sidebar-nav li {
      border: none !important;
      position: relative !important;
      margin-bottom: 5px; }
      .sidebar-nav li:last-child {
        margin-top: auto !important; }
      .sidebar-nav li.active {
        background-color: transparent !important; }
        .sidebar-nav li.active > a {
          color: #2AB859 !important;
          background-color: #F4FBF6 !important; }
          .sidebar-nav li.active > a em,
          .sidebar-nav li.active > a svg {
            color: #2AB859 !important; }
      .sidebar-nav li,
      .sidebar-nav li a,
      .sidebar-nav li .nav-item {
        cursor: pointer !important;
        width: 100% !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        line-height: 16px !important;
        padding: 0 20px !important; }
        .sidebar-nav li em,
        .sidebar-nav li svg,
        .sidebar-nav li a em,
        .sidebar-nav li a svg,
        .sidebar-nav li .nav-item em,
        .sidebar-nav li .nav-item svg {
          display: flex !important;
          justify-content: center !important;
          align-self: center !important;
          width: 17px !important;
          font-size: 17px !important;
          margin-right: 13px !important; }
      .sidebar-nav li a,
      .sidebar-nav li .nav-item {
        border-radius: 44px !important;
        background: transparent !important;
        transition: all 0.3s;
        display: flex !important;
        align-items: center !important;
        height: 32px !important; }
        .sidebar-nav li a:hover,
        .sidebar-nav li .nav-item:hover {
          background: #F4FBF6 !important; }
    .sidebar-nav.sidebar-subnav {
      padding: 5px 0 0 !important; }
      .sidebar-nav.sidebar-subnav li {
        padding: 0 !important; }
        .sidebar-nav.sidebar-subnav li a {
          padding-left: 50px !important; }
  .sidebar_locked:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #fff;
    opacity: 0.5; }
  .sidebar_lockImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 50px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .sidebar_logo {
      margin-bottom: 25px !important;
      padding-left: 10px !important; }
    .sidebar-nav {
      padding-right: 0 !important; }
      .sidebar-nav li,
      .sidebar-nav li a,
      .sidebar-nav li .nav-item {
        padding: 0 10px !important; }
      .sidebar-nav.sidebar-subnav li a {
        padding-left: 40px !important; }
    .sidebar_bot {
      padding: 15px 15px; } }
  @media (max-width: 991px) {
    .sidebar_btn {
      position: absolute;
      left: 15px;
      top: 0;
      bottom: 0;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media (max-width: 767px) {
    .sidebar_btn {
      position: relative;
      display: flex;
      order: 1; }
    .sidebar_shadow {
      content: '';
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #000;
      opacity: 0.7;
      z-index: 3; } }

.header {
  display: flex;
  justify-content: space-between;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0 30px;
  align-items: center;
  height: 80px;
  border-bottom: 1px solid #e9efef;
  background-color: #F3F6F6;
  color: #25282B;
  position: fixed;
  left: 260px;
  right: 30px;
  top: 0;
  z-index: 100; }
  .header h3 {
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
  .header_logo {
    display: none; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .header {
      left: 220px; } }
  @media (max-width: 991px) {
    .header {
      left: 0;
      margin: 0;
      right: 0;
      padding: 0 15px 0 55px; } }
  @media (max-width: 767px) {
    .header {
      justify-content: center;
      flex-wrap: wrap;
      position: relative;
      padding: 0 0 10px 0;
      margin: 0 -15px 10px;
      height: auto;
      z-index: 2; }
      .header .breadcrumb {
        display: none; }
      .header_logo {
        display: flex;
        height: 56px;
        margin: 0px -11px;
        justify-content: center;
        align-items: center;
        transform: translate(-12px);
        flex: 1;
        order: 2;
        background: #fff;
        border-bottom: 1px solid #e9efef; }
      .header_title {
        width: 100%;
        text-align: center;
        order: 3; }
      .header h3 {
        font-size: 20px !important;
        line-height: 28px !important;
        margin: 15px 0 5px !important; }
      .header_children {
        order: 4; }
        .header_children_overflow {
          margin: 0 15px;
          overflow: auto; }
      .header .btn {
        height: 36px !important;
        font-size: 13px !important; }
        .header .btn.m-l-30 {
          margin-left: 15px !important; }
        .header .btn-primary {
          padding: 0 15px !important; } }

.wrapper {
  background: #F3F6F6;
  overflow-x: initial !important; }
  .wrapper .section-container {
    background-color: #F3F6F6 !important;
    margin-left: 230px !important;
    margin-bottom: 0 !important;
    padding-top: 110px;
    z-index: inherit !important; }
  .wrapper .aside-container {
    background: #fff !important;
    width: 230px !important;
    padding: 0 !important;
    height: 100vh;
    position: fixed !important; }
    .wrapper .aside-container .aside-inner {
      width: 100% !important;
      padding-top: 0 !important; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .wrapper .section-container {
      margin-left: 190px !important; }
    .wrapper .aside-container {
      height: auto;
      width: 190px !important; } }
  @media (max-width: 991px) {
    .wrapper .section-container {
      margin-left: 0 !important; }
    .wrapper .aside-container {
      transition: all 0.5s !important;
      margin-left: -230px !important; }
      .wrapper .aside-container.active {
        margin-left: 0 !important; } }
  @media (max-width: 767px) {
    .wrapper .section-container {
      padding-top: 0; } }

.content-wrapper {
  border-top: none !important;
  position: relative !important;
  padding: 0 30px 30px 30px !important; }

.content-withNav {
  display: flex; }

.content-body {
  flex: 1;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important; }

.content-sidebar {
  width: 290px; }
  .content-sidebar.disabled > div:not(.active) {
    opacity: 0.5; }
  .content-sidebar > div.active > a {
    background: #fff;
    box-shadow: 0px 8px 16px #ebf2f2;
    border-radius: 44px;
    color: #2AB859; }
  .content-sidebar > div > a {
    padding: 0 35px;
    display: inline-flex;
    cursor: pointer;
    height: 44px;
    align-items: center;
    text-transform: capitalize;
    color: #52575c; }
  .content-sidebar > div svg {
    margin-right: 15px; }
  .content-sidebar_secondary {
    display: flex;
    align-items: center; }
    .content-sidebar_secondary > div {
      position: relative;
      margin-right: 30px;
      font-weight: bold;
      font-size: 18px;
      line-height: 24px;
      padding-bottom: 15px;
      cursor: pointer;
      color: #7f878f; }
      .content-sidebar_secondary > div:last-child {
        margin-right: 0; }
      .content-sidebar_secondary > div.active {
        color: #25282B; }
        .content-sidebar_secondary > div.active:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          border-radius: 3px;
          width: 20px;
          border: 3px solid #2AB859; }

@media (max-width: 1399px) {
  .content-wrapper {
    padding: 0 15px 30px 15px !important; }
  .content-sidebar {
    width: 190px;
    padding-right: 15px; }
    .content-sidebar > div > a {
      padding: 0 20px; } }

@media (max-width: 1199px) {
  .content-sidebar {
    width: 100%;
    padding: 0;
    display: flex;
    white-space: nowrap;
    overflow: scroll; }
  .content-withNav {
    flex-direction: column; }
  .content-body {
    margin-top: 30px; } }

.m-t-0 {
  margin-top: 0px !important; }

.p-t-0 {
  padding-top: 0px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.m-l-0 {
  margin-left: 0px !important; }

.p-l-0 {
  padding-left: 0px !important; }

.m-r-0 {
  margin-right: 0px !important; }

.p-r-0 {
  padding-right: 0px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-t-7 {
  margin-top: 7px !important; }

.p-t-7 {
  padding-top: 7px !important; }

.m-b-7 {
  margin-bottom: 7px !important; }

.p-b-7 {
  padding-bottom: 7px !important; }

.m-l-7 {
  margin-left: 7px !important; }

.p-l-7 {
  padding-left: 7px !important; }

.m-r-7 {
  margin-right: 7px !important; }

.p-r-7 {
  padding-right: 7px !important; }

.m-t-8 {
  margin-top: 8px !important; }

.p-t-8 {
  padding-top: 8px !important; }

.m-b-8 {
  margin-bottom: 8px !important; }

.p-b-8 {
  padding-bottom: 8px !important; }

.m-l-8 {
  margin-left: 8px !important; }

.p-l-8 {
  padding-left: 8px !important; }

.m-r-8 {
  margin-right: 8px !important; }

.p-r-8 {
  padding-right: 8px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-t-15 {
  margin-top: 15px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.m-t-25 {
  margin-top: 25px !important; }

.p-t-25 {
  padding-top: 25px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.p-b-25 {
  padding-bottom: 25px !important; }

.m-l-25 {
  margin-left: 25px !important; }

.p-l-25 {
  padding-left: 25px !important; }

.m-r-25 {
  margin-right: 25px !important; }

.p-r-25 {
  padding-right: 25px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.m-t-35 {
  margin-top: 35px !important; }

.p-t-35 {
  padding-top: 35px !important; }

.m-b-35 {
  margin-bottom: 35px !important; }

.p-b-35 {
  padding-bottom: 35px !important; }

.m-l-35 {
  margin-left: 35px !important; }

.p-l-35 {
  padding-left: 35px !important; }

.m-r-35 {
  margin-right: 35px !important; }

.p-r-35 {
  padding-right: 35px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.m-r-40 {
  margin-right: 40px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.m-t-45 {
  margin-top: 45px !important; }

.p-t-45 {
  padding-top: 45px !important; }

.m-b-45 {
  margin-bottom: 45px !important; }

.p-b-45 {
  padding-bottom: 45px !important; }

.m-l-45 {
  margin-left: 45px !important; }

.p-l-45 {
  padding-left: 45px !important; }

.m-r-45 {
  margin-right: 45px !important; }

.p-r-45 {
  padding-right: 45px !important; }

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

.p-t-50 {
  padding-top: 50px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

.m-l-50 {
  margin-left: 50px !important; }

.p-l-50 {
  padding-left: 50px !important; }

.m-r-50 {
  margin-right: 50px !important; }

.p-r-50 {
  padding-right: 50px !important; }

.m-t-60 {
  margin-top: 60px !important; }

.p-t-60 {
  padding-top: 60px !important; }

.m-b-60 {
  margin-bottom: 60px !important; }

.p-b-60 {
  padding-bottom: 60px !important; }

.m-l-60 {
  margin-left: 60px !important; }

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

.m-r-60 {
  margin-right: 60px !important; }

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

.m-t-80 {
  margin-top: 80px !important; }

.p-t-80 {
  padding-top: 80px !important; }

.m-b-80 {
  margin-bottom: 80px !important; }

.p-b-80 {
  padding-bottom: 80px !important; }

.m-l-80 {
  margin-left: 80px !important; }

.p-l-80 {
  padding-left: 80px !important; }

.m-r-80 {
  margin-right: 80px !important; }

.p-r-80 {
  padding-right: 80px !important; }

.m-t-100 {
  margin-top: 100px !important; }

.p-t-100 {
  padding-top: 100px !important; }

.m-b-100 {
  margin-bottom: 100px !important; }

.p-b-100 {
  padding-bottom: 100px !important; }

.m-l-100 {
  margin-left: 100px !important; }

.p-l-100 {
  padding-left: 100px !important; }

.m-r-100 {
  margin-right: 100px !important; }

.p-r-100 {
  padding-right: 100px !important; }

.m-t-140 {
  margin-top: 140px !important; }

.p-t-140 {
  padding-top: 140px !important; }

.m-b-140 {
  margin-bottom: 140px !important; }

.p-b-140 {
  padding-bottom: 140px !important; }

.m-l-140 {
  margin-left: 140px !important; }

.p-l-140 {
  padding-left: 140px !important; }

.m-r-140 {
  margin-right: 140px !important; }

.p-r-140 {
  padding-right: 140px !important; }

.m-t-150 {
  margin-top: 150px !important; }

.p-t-150 {
  padding-top: 150px !important; }

.m-b-150 {
  margin-bottom: 150px !important; }

.p-b-150 {
  padding-bottom: 150px !important; }

.m-l-150 {
  margin-left: 150px !important; }

.p-l-150 {
  padding-left: 150px !important; }

.m-r-150 {
  margin-right: 150px !important; }

.p-r-150 {
  padding-right: 150px !important; }

@media (max-width: 767px) {
  .sm-m-t-0 {
    margin-top: 0px !important; }
  .sm-p-t-0 {
    padding-top: 0px !important; } }

@media (max-width: 767px) {
  .sm-m-b-0 {
    margin-bottom: 0px !important; }
  .sm-p-b-0 {
    padding-bottom: 0px !important; } }

@media (max-width: 767px) {
  .sm-m-l-0 {
    margin-left: 0px !important; }
  .sm-p-l-0 {
    padding-left: 0px !important; } }

@media (max-width: 767px) {
  .sm-m-r-0 {
    margin-right: 0px !important; }
  .sm-p-r-0 {
    padding-right: 0px !important; } }

@media (max-width: 767px) {
  .sm-m-t-3 {
    margin-top: 3px !important; }
  .sm-p-t-3 {
    padding-top: 3px !important; } }

@media (max-width: 767px) {
  .sm-m-b-3 {
    margin-bottom: 3px !important; }
  .sm-p-b-3 {
    padding-bottom: 3px !important; } }

@media (max-width: 767px) {
  .sm-m-l-3 {
    margin-left: 3px !important; }
  .sm-p-l-3 {
    padding-left: 3px !important; } }

@media (max-width: 767px) {
  .sm-m-r-3 {
    margin-right: 3px !important; }
  .sm-p-r-3 {
    padding-right: 3px !important; } }

@media (max-width: 767px) {
  .sm-m-t-5 {
    margin-top: 5px !important; }
  .sm-p-t-5 {
    padding-top: 5px !important; } }

@media (max-width: 767px) {
  .sm-m-b-5 {
    margin-bottom: 5px !important; }
  .sm-p-b-5 {
    padding-bottom: 5px !important; } }

@media (max-width: 767px) {
  .sm-m-l-5 {
    margin-left: 5px !important; }
  .sm-p-l-5 {
    padding-left: 5px !important; } }

@media (max-width: 767px) {
  .sm-m-r-5 {
    margin-right: 5px !important; }
  .sm-p-r-5 {
    padding-right: 5px !important; } }

@media (max-width: 767px) {
  .sm-m-t-7 {
    margin-top: 7px !important; }
  .sm-p-t-7 {
    padding-top: 7px !important; } }

@media (max-width: 767px) {
  .sm-m-b-7 {
    margin-bottom: 7px !important; }
  .sm-p-b-7 {
    padding-bottom: 7px !important; } }

@media (max-width: 767px) {
  .sm-m-l-7 {
    margin-left: 7px !important; }
  .sm-p-l-7 {
    padding-left: 7px !important; } }

@media (max-width: 767px) {
  .sm-m-r-7 {
    margin-right: 7px !important; }
  .sm-p-r-7 {
    padding-right: 7px !important; } }

@media (max-width: 767px) {
  .sm-m-t-8 {
    margin-top: 8px !important; }
  .sm-p-t-8 {
    padding-top: 8px !important; } }

@media (max-width: 767px) {
  .sm-m-b-8 {
    margin-bottom: 8px !important; }
  .sm-p-b-8 {
    padding-bottom: 8px !important; } }

@media (max-width: 767px) {
  .sm-m-l-8 {
    margin-left: 8px !important; }
  .sm-p-l-8 {
    padding-left: 8px !important; } }

@media (max-width: 767px) {
  .sm-m-r-8 {
    margin-right: 8px !important; }
  .sm-p-r-8 {
    padding-right: 8px !important; } }

@media (max-width: 767px) {
  .sm-m-t-10 {
    margin-top: 10px !important; }
  .sm-p-t-10 {
    padding-top: 10px !important; } }

@media (max-width: 767px) {
  .sm-m-b-10 {
    margin-bottom: 10px !important; }
  .sm-p-b-10 {
    padding-bottom: 10px !important; } }

@media (max-width: 767px) {
  .sm-m-l-10 {
    margin-left: 10px !important; }
  .sm-p-l-10 {
    padding-left: 10px !important; } }

@media (max-width: 767px) {
  .sm-m-r-10 {
    margin-right: 10px !important; }
  .sm-p-r-10 {
    padding-right: 10px !important; } }

@media (max-width: 767px) {
  .sm-m-t-12 {
    margin-top: 12px !important; }
  .sm-p-t-12 {
    padding-top: 12px !important; } }

@media (max-width: 767px) {
  .sm-m-b-12 {
    margin-bottom: 12px !important; }
  .sm-p-b-12 {
    padding-bottom: 12px !important; } }

@media (max-width: 767px) {
  .sm-m-l-12 {
    margin-left: 12px !important; }
  .sm-p-l-12 {
    padding-left: 12px !important; } }

@media (max-width: 767px) {
  .sm-m-r-12 {
    margin-right: 12px !important; }
  .sm-p-r-12 {
    padding-right: 12px !important; } }

@media (max-width: 767px) {
  .sm-m-t-15 {
    margin-top: 15px !important; }
  .sm-p-t-15 {
    padding-top: 15px !important; } }

@media (max-width: 767px) {
  .sm-m-b-15 {
    margin-bottom: 15px !important; }
  .sm-p-b-15 {
    padding-bottom: 15px !important; } }

@media (max-width: 767px) {
  .sm-m-l-15 {
    margin-left: 15px !important; }
  .sm-p-l-15 {
    padding-left: 15px !important; } }

@media (max-width: 767px) {
  .sm-m-r-15 {
    margin-right: 15px !important; }
  .sm-p-r-15 {
    padding-right: 15px !important; } }

@media (max-width: 767px) {
  .sm-m-t-20 {
    margin-top: 20px !important; }
  .sm-p-t-20 {
    padding-top: 20px !important; } }

@media (max-width: 767px) {
  .sm-m-b-20 {
    margin-bottom: 20px !important; }
  .sm-p-b-20 {
    padding-bottom: 20px !important; } }

@media (max-width: 767px) {
  .sm-m-l-20 {
    margin-left: 20px !important; }
  .sm-p-l-20 {
    padding-left: 20px !important; } }

@media (max-width: 767px) {
  .sm-m-r-20 {
    margin-right: 20px !important; }
  .sm-p-r-20 {
    padding-right: 20px !important; } }

@media (max-width: 767px) {
  .sm-m-t-25 {
    margin-top: 25px !important; }
  .sm-p-t-25 {
    padding-top: 25px !important; } }

@media (max-width: 767px) {
  .sm-m-b-25 {
    margin-bottom: 25px !important; }
  .sm-p-b-25 {
    padding-bottom: 25px !important; } }

@media (max-width: 767px) {
  .sm-m-l-25 {
    margin-left: 25px !important; }
  .sm-p-l-25 {
    padding-left: 25px !important; } }

@media (max-width: 767px) {
  .sm-m-r-25 {
    margin-right: 25px !important; }
  .sm-p-r-25 {
    padding-right: 25px !important; } }

@media (max-width: 767px) {
  .sm-m-t-30 {
    margin-top: 30px !important; }
  .sm-p-t-30 {
    padding-top: 30px !important; } }

@media (max-width: 767px) {
  .sm-m-b-30 {
    margin-bottom: 30px !important; }
  .sm-p-b-30 {
    padding-bottom: 30px !important; } }

@media (max-width: 767px) {
  .sm-m-l-30 {
    margin-left: 30px !important; }
  .sm-p-l-30 {
    padding-left: 30px !important; } }

@media (max-width: 767px) {
  .sm-m-r-30 {
    margin-right: 30px !important; }
  .sm-p-r-30 {
    padding-right: 30px !important; } }

@media (max-width: 767px) {
  .sm-m-t-35 {
    margin-top: 35px !important; }
  .sm-p-t-35 {
    padding-top: 35px !important; } }

@media (max-width: 767px) {
  .sm-m-b-35 {
    margin-bottom: 35px !important; }
  .sm-p-b-35 {
    padding-bottom: 35px !important; } }

@media (max-width: 767px) {
  .sm-m-l-35 {
    margin-left: 35px !important; }
  .sm-p-l-35 {
    padding-left: 35px !important; } }

@media (max-width: 767px) {
  .sm-m-r-35 {
    margin-right: 35px !important; }
  .sm-p-r-35 {
    padding-right: 35px !important; } }

@media (max-width: 767px) {
  .sm-m-t-40 {
    margin-top: 40px !important; }
  .sm-p-t-40 {
    padding-top: 40px !important; } }

@media (max-width: 767px) {
  .sm-m-b-40 {
    margin-bottom: 40px !important; }
  .sm-p-b-40 {
    padding-bottom: 40px !important; } }

@media (max-width: 767px) {
  .sm-m-l-40 {
    margin-left: 40px !important; }
  .sm-p-l-40 {
    padding-left: 40px !important; } }

@media (max-width: 767px) {
  .sm-m-r-40 {
    margin-right: 40px !important; }
  .sm-p-r-40 {
    padding-right: 40px !important; } }

@media (max-width: 767px) {
  .sm-m-t-45 {
    margin-top: 45px !important; }
  .sm-p-t-45 {
    padding-top: 45px !important; } }

@media (max-width: 767px) {
  .sm-m-b-45 {
    margin-bottom: 45px !important; }
  .sm-p-b-45 {
    padding-bottom: 45px !important; } }

@media (max-width: 767px) {
  .sm-m-l-45 {
    margin-left: 45px !important; }
  .sm-p-l-45 {
    padding-left: 45px !important; } }

@media (max-width: 767px) {
  .sm-m-r-45 {
    margin-right: 45px !important; }
  .sm-p-r-45 {
    padding-right: 45px !important; } }

@media (max-width: 767px) {
  .sm-m-t-50 {
    margin-top: 50px !important; }
  .sm-p-t-50 {
    padding-top: 50px !important; } }

@media (max-width: 767px) {
  .sm-m-b-50 {
    margin-bottom: 50px !important; }
  .sm-p-b-50 {
    padding-bottom: 50px !important; } }

@media (max-width: 767px) {
  .sm-m-l-50 {
    margin-left: 50px !important; }
  .sm-p-l-50 {
    padding-left: 50px !important; } }

@media (max-width: 767px) {
  .sm-m-r-50 {
    margin-right: 50px !important; }
  .sm-p-r-50 {
    padding-right: 50px !important; } }

@media (max-width: 767px) {
  .sm-m-t-60 {
    margin-top: 60px !important; }
  .sm-p-t-60 {
    padding-top: 60px !important; } }

@media (max-width: 767px) {
  .sm-m-b-60 {
    margin-bottom: 60px !important; }
  .sm-p-b-60 {
    padding-bottom: 60px !important; } }

@media (max-width: 767px) {
  .sm-m-l-60 {
    margin-left: 60px !important; }
  .sm-p-l-60 {
    padding-left: 60px !important; } }

@media (max-width: 767px) {
  .sm-m-r-60 {
    margin-right: 60px !important; }
  .sm-p-r-60 {
    padding-right: 60px !important; } }

@media (max-width: 767px) {
  .sm-m-t-80 {
    margin-top: 80px !important; }
  .sm-p-t-80 {
    padding-top: 80px !important; } }

@media (max-width: 767px) {
  .sm-m-b-80 {
    margin-bottom: 80px !important; }
  .sm-p-b-80 {
    padding-bottom: 80px !important; } }

@media (max-width: 767px) {
  .sm-m-l-80 {
    margin-left: 80px !important; }
  .sm-p-l-80 {
    padding-left: 80px !important; } }

@media (max-width: 767px) {
  .sm-m-r-80 {
    margin-right: 80px !important; }
  .sm-p-r-80 {
    padding-right: 80px !important; } }

@media (max-width: 767px) {
  .sm-m-t-100 {
    margin-top: 100px !important; }
  .sm-p-t-100 {
    padding-top: 100px !important; } }

@media (max-width: 767px) {
  .sm-m-b-100 {
    margin-bottom: 100px !important; }
  .sm-p-b-100 {
    padding-bottom: 100px !important; } }

@media (max-width: 767px) {
  .sm-m-l-100 {
    margin-left: 100px !important; }
  .sm-p-l-100 {
    padding-left: 100px !important; } }

@media (max-width: 767px) {
  .sm-m-r-100 {
    margin-right: 100px !important; }
  .sm-p-r-100 {
    padding-right: 100px !important; } }

@media (max-width: 767px) {
  .sm-m-t-140 {
    margin-top: 140px !important; }
  .sm-p-t-140 {
    padding-top: 140px !important; } }

@media (max-width: 767px) {
  .sm-m-b-140 {
    margin-bottom: 140px !important; }
  .sm-p-b-140 {
    padding-bottom: 140px !important; } }

@media (max-width: 767px) {
  .sm-m-l-140 {
    margin-left: 140px !important; }
  .sm-p-l-140 {
    padding-left: 140px !important; } }

@media (max-width: 767px) {
  .sm-m-r-140 {
    margin-right: 140px !important; }
  .sm-p-r-140 {
    padding-right: 140px !important; } }

@media (max-width: 767px) {
  .sm-m-t-150 {
    margin-top: 150px !important; }
  .sm-p-t-150 {
    padding-top: 150px !important; } }

@media (max-width: 767px) {
  .sm-m-b-150 {
    margin-bottom: 150px !important; }
  .sm-p-b-150 {
    padding-bottom: 150px !important; } }

@media (max-width: 767px) {
  .sm-m-l-150 {
    margin-left: 150px !important; }
  .sm-p-l-150 {
    padding-left: 150px !important; } }

@media (max-width: 767px) {
  .sm-m-r-150 {
    margin-right: 150px !important; }
  .sm-p-r-150 {
    padding-right: 150px !important; } }

.w-0 {
  width: 0px !important; }

.h-0 {
  height: 0px !important; }

.w-3 {
  width: 3px !important; }

.h-3 {
  height: 3px !important; }

.w-5 {
  width: 5px !important; }

.h-5 {
  height: 5px !important; }

.w-7 {
  width: 7px !important; }

.h-7 {
  height: 7px !important; }

.w-8 {
  width: 8px !important; }

.h-8 {
  height: 8px !important; }

.w-10 {
  width: 10px !important; }

.h-10 {
  height: 10px !important; }

.w-12 {
  width: 12px !important; }

.h-12 {
  height: 12px !important; }

.w-15 {
  width: 15px !important; }

.h-15 {
  height: 15px !important; }

.w-20 {
  width: 20px !important; }

.h-20 {
  height: 20px !important; }

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

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

.w-30 {
  width: 30px !important; }

.h-30 {
  height: 30px !important; }

.w-35 {
  width: 35px !important; }

.h-35 {
  height: 35px !important; }

.w-40 {
  width: 40px !important; }

.h-40 {
  height: 40px !important; }

.w-45 {
  width: 45px !important; }

.h-45 {
  height: 45px !important; }

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

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

.w-60 {
  width: 60px !important; }

.h-60 {
  height: 60px !important; }

.w-80 {
  width: 80px !important; }

.h-80 {
  height: 80px !important; }

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

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

.w-140 {
  width: 140px !important; }

.h-140 {
  height: 140px !important; }

.w-150 {
  width: 150px !important; }

.h-150 {
  height: 150px !important; }

body {
  background: #f3f6f9; }
  body > div {
    height: 100%; }

