/*
Theme Name: WinkChat
Version: 1.0
*/
/* =========================================================================
   Custom Fonts
 =========================================================================== */
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.eot');
  src: local('Gilroy Regular'), local('Gilroy-Regular'), url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.eot');
  src: local('Gilroy Medium'), local('Gilroy-Medium'), url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.eot');
  src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'), url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-SemiBold.woff') format('woff'), url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.eot');
  src: local('Gilroy Bold'), local('Gilroy-Bold'), url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/* Global Reset */
/*-----------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}
/* =========================================================================
   General Styles
 =========================================================================== */
html.hidden {
  display: block !important;
}
@media only screen and (max-width: 991px) {
  html {
    overflow-x: hidden;
  }
}
body {
  font-family: 'Gilroy', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
  background: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 1339px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1279px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
body .transparentnav {
  opacity: 0;
  border: none;
}
.oldie body {
  background: none;
  filter: none;
  font-size: 22px;
  color: #000;
  text-align: center;
  padding-top: 200px;
}
::-moz-selection {
  background: #7C74FF;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #7C74FF;
  color: #fff;
  text-shadow: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.inline {
  display: inline-block;
}
.gm-style img {
  display: inline-block;
  max-width: none;
}
embed,
iframe {
  max-width: 100%;
}
.video-player {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 0.7em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  display: inline-block;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
.h1 a:focus,
.h2 a:focus,
.h3 a:focus,
.h4 a:focus,
.h5 a:focus,
.h6 a:focus {
  color: #000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active,
.h1 a:active,
.h2 a:active,
.h3 a:active,
.h4 a:active,
.h5 a:active,
.h6 a:active {
  color: #7C74FF;
}
h1,
.h1 {
  font-size: 50px;
}
h2,
.h2 {
  font-size: 40px;
}
h3,
.h3 {
  font-size: 32px;
}
h4,
.h4 {
  font-size: 26px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 18px;
}
@media only screen and (max-width: 1279px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 25.6px;
  }
  h4,
  .h4 {
    font-size: 20.8px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 14.4px;
  }
}
@media only screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 24px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h5,
  .h5 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 22px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  h3,
  .h3 {
    font-size: 16px;
  }
  h4,
  .h4 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  h1,
  .h1 {
    font-size: 20px;
  }
  h2,
  .h2 {
    font-size: 18px;
  }
}
a {
  outline: none;
  color: #7C74FF;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
a:focus {
  outline: none;
  text-decoration: none;
  color: #7C74FF;
}
a:hover,
a:active {
  color: #7C74FF;
  text-decoration: none;
  outline: none;
}
a:active {
  background-color: transparent;
}
a.link-underlined {
  text-decoration: underline;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
small {
  font-size: 85%;
}
pre {
  border-radius: 0;
}
i {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
}
p {
  line-height: 1.5;
  word-wrap: break-word;
  margin-bottom: 1em;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.notransform {
  text-transform: none !important;
}
.italic {
  font-style: italic !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.font-thin {
  font-weight: 100 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.color-white {
  color: #fff !important;
}
.color-black {
  color: #000 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.text-md {
  font-size: 16px !important;
}
.text-sm {
  font-size: 14px !important;
}
.text-xs {
  font-size: 13px !important;
}
.inline-block {
  display: inline-block;
}
.visible-desktop {
  display: block;
}
.hidden-desktop {
  display: none;
}
.visible-mobile {
  display: none;
}
.hidden-mobile {
  display: block;
}
@media only screen and (max-width: 767px) {
  .visible-desktop {
    display: none;
  }
  .hidden-desktop {
    display: block;
  }
  .visible-mobile {
    display: block;
  }
  .hidden-mobile {
    display: none;
  }
}
/* =========================================================================
   Buttons
 =========================================================================== */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  outline: none;
}
.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn {
  position: relative;
  outline: none;
  vertical-align: top;
  height: 50px;
  line-height: 50px;
  border: 0 solid #F427A2;
  border-radius: 25px;
  background-color: #F427A2;
  font-family: 'Gilroy', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: none;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
  padding: 0 30px;
  min-width: 200px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn:hover,
.btn:active {
  border-color: #dd0b89;
  color: #fff;
  background-color: #dd0b89;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:focus {
  color: #fff;
}
.btn.btn-wide {
  display: block;
  width: 100%;
  padding: 0 5px !important;
}
.btn.btn-transparent {
  background-color: transparent;
  color: #F427A2;
}
.btn.btn-transparent:hover,
.btn.btn-transparent:active {
  border-color: #F427A2;
  background-color: #F427A2;
  color: #fff;
}
.btn.btn-large {
  height: 64px;
  line-height: 64px;
  font-size: 20px;
  padding: 0 64px / 2;
  border-radius: 15px;
}
.btn.btn-small {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  padding: 0 20px;
  border-radius: 20px;
}
/* =========================================================================
   Animate Things
 =========================================================================== */
.animate__animated {
  opacity: 0;
}
.animate__animated.animated {
  opacity: 1;
}
/* =========================================================================
   HighLighted First Letter
 =========================================================================== */
.first-letter:first-letter {
  float: left;
  font-size: 3.4em;
  font-weight: 700;
  color: inherit;
  line-height: 0.8;
  padding: 0.1em 0.1em 0 0;
}
/* =========================================================================
   ScrollBar Width Detection
 =========================================================================== */
.scrollbar-detect {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
}
.scrollbar-detect span {
  display: block;
}
/* =========================================================================
   Header
 =========================================================================== */
@media only screen and (max-width: 767px) {
  .site-logo svg {
    width: 100px;
  }
}
.header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 30px 35px;
}
.header.absolute {
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body.main-menu-opened .header.absolute {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 20px;
  }
  .header.sticky {
    position: fixed;
    z-index: 99;
    background-color: #fff;
  }
  .header .btn {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    min-width: 0;
  }
}
.header .header-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
/* =========================================================================
   Footer
 =========================================================================== */
.footer {
  background: #11003E;
  padding: 22px 35px;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 20px 20px 100px;
  }
}
.footer .footer-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer .footer-flex {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-menu {
    margin-bottom: 15px;
  }
}
.footer .footer-menu li {
  display: inline-block;
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-menu li {
    display: block;
    margin: 0 20px 10px;
    text-align: center;
  }
}
.footer .footer-menu a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
.footer .copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    text-align: center;
  }
}
.footer .btn {
  display: none;
}
@media only screen and (max-width: 767px) {
  .footer .btn {
    display: block;
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 30px;
    z-index: 1;
  }
}
.fictional {
  font-size: 14px;
  font-weight: 400;
  margin: 12px 0 0;
  text-align: center;
  color: #aaa;
  float: none !important;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.section-main {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
/* =========================================================================
   Section Main
 =========================================================================== */
.section-main {
  padding: 130px 0 40px;
  background: linear-gradient(208.8deg, #764AE7 46.23%, #9D36EE 80.88%);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .section-main {
    padding: 100px 0 0;
  }
}
.section-main .rectangle1 {
  position: absolute;
  top: 12%;
  left: 0;
}
.section-main .rectangle2 {
  position: absolute;
  top: 37%;
  right: 15%;
}
@media only screen and (max-width: 767px) {
  .section-main .rectangle2 {
    top: 55%;
  }
}
.section-main .rectangle3 {
  position: absolute;
  left: 42%;
  bottom: -6%;
}
.section-main .container-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-main .container-flex {
    display: block;
    text-align: center;
  }
}
.section-main .container-flex .column-left {
  flex: 0 0 auto;
  width: 45%;
}
@media only screen and (max-width: 991px) {
  .section-main .container-flex .column-left {
    width: 59%;
  }
}
@media only screen and (max-width: 767px) {
  .section-main .container-flex .column-left {
    width: 100%;
  }
}
.section-main .container-flex .column-right {
  flex: 0 0 auto;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .section-main .container-flex .column-right {
    width: 100%;
  }
}
.section-main .section-title {
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1279px) {
  .section-main .section-title {
    font-size: 54px;
    line-height: 1;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-main .section-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.section-main .section-subtitle {
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1279px) {
  .section-main .section-subtitle {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .section-main .section-subtitle {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-main .section-subtitle {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 35px;
  }
}
.section-main .btn {
  min-width: 300px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .section-main .btn {
    display: none;
  }
}
.section-main .download {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .section-main .download {
    text-align: center;
    margin-bottom: 35px;
  }
}
.section-main .download svg {
  width: 195px;
  height: 65px;
}
@media only screen and (max-width: 767px) {
  .section-main .download svg {
    width: 156px;
    height: 52px;
  }
}
.section-main .disclaimer {
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .section-main .disclaimer {
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.section-main .disclaimer a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.section-main .image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .section-main .image {
    justify-content: center;
  }
}
/* =========================================================================
   Cookies banner
 =========================================================================== */
.cc-banner {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.cc-banner .cc-banner-inner {
  padding: 10px;
  display: flex;
  background: #fff;
  font-size: 16px;
  border-radius: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  pointer-events: all;
}
.cc-banner .cc-message {
  align-self: center;
  line-height: 1.3em;
  font-weight: 400;
  color: #2F2F2F;
}
.cc-banner .cc-btn-wrap {
  margin: 0 0 0 15px;
  align-self: center;
}
.cc-banner .cc-btn-wrap .btn {
  font-size: 16px;
  background-color: #F427A2;
  color: #fff;
  height: 40px;
  padding: 7px 20px;
  border-radius: 25px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.cc-banner .cc-btn-wrap .btn:hover {
  background-color: #F427A2;
}
.cc-banner .cc-btn-wrap a {
  color: #F427A2;
}
@media (min-width: 576px) {
  .cc-banner {
    bottom: 10px;
    right: 15px;
    left: 15px;
  }
  .cc-banner .cc-banner-inner {
    border-radius: 5px;
  }
}
.cc-banner.hide {
  display: none !important;
}
/* =========================================================================
   Modals
 =========================================================================== */
.modal-header {
  padding: 20px 50px;
  position: relative;
  display: block;
  text-align: center;
  border: none;
}
@media only screen and (max-width: 991px) {
  .modal-header {
    padding: 20px;
  }
}
.modal-header .btn-close {
  position: absolute;
  top: 40px;
  right: 40px;
  margin-top: -1rem;
}
@media only screen and (max-width: 991px) {
  .modal-header .btn-close {
    top: 25px;
    right: 25px;
    margin-top: -0.9rem;
  }
}
.modal-header .btn-close:focus {
  box-shadow: none;
}
.modal-body {
  padding: 50px;
}
@media only screen and (max-width: 991px) {
  .modal-body {
    padding: 20px;
  }
}
.text-formatted b {
  font-weight: 700;
}
.text-formatted ul {
  margin: 2.5em 3em 3em 2.5em;
}
@media only screen and (max-width: 1279px) {
  .text-formatted ul {
    margin: 2em;
  }
}
@media only screen and (max-width: 991px) {
  .text-formatted ul {
    margin: 2em 0;
  }
}
.text-formatted ul li {
  font-size: 16px;
  line-height: 1.2;
  padding-left: 26px;
  margin-bottom: 1em;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .text-formatted ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .text-formatted ul li {
    padding-left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .text-formatted ul li {
    font-size: 14px;
  }
}
.text-formatted ul li strong {
  font-weight: 700;
}
.text-formatted ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 8px;
  left: 0;
}
@media only screen and (max-width: 1279px) {
  .text-formatted ul li:before {
    top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .text-formatted ul li:before {
    top: 4px;
  }
}
/* =========================================================================
   Loader
 =========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.preloader.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s, visibility 0.4s;
}
/* Page Loader Wheel */
/*-----------------------------------*/
.preloader-wheel-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 80vh;
}
.preloader-wheel {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px/2 0 0 -50px/2;
  width: 50px;
  height: 50px;
}
.table-fixed-header .preloader-wheel {
  top: 50%;
}
.preloader-wheel.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}
@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #7C74FF;
}
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 5px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}
.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
/*# sourceMappingURL=style.css.map */