/*
 Distributed under the MIT License (license terms are at http://opensource.org/licenses/MIT).
 */

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: SourceSansPro-Regular;
  src: url('../fonts/source-sans-pro/SourceSansPro-Regular.ttf');
}

@font-face {
  font-family: SourceSansPro-Bold;
  src: url('../fonts/source-sans-pro/SourceSansPro-Bold.ttf');
}

@font-face {
  font-family: SourceSansPro-SemiBold;
  src: url('../fonts/source-sans-pro/SourceSansPro-SemiBold.ttf');
}

@font-face {
  font-family: JosefinSans-Bold;
  src: url('../fonts/JosefinSans/JosefinSans-Bold.ttf');
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-family: SourceSansPro-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
  font-family: SourceSansPro-Regular;
  /* font-size: 14px; */
  line-height: 1.7;
  color: #3367d6;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

p {
  font-family: SourceSansPro-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

ul,
li {
  margin: 0px;
  list-style-type: none;
}


/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
}

input::-webkit-input-placeholder {
  color: #4b2354;
}

input:-moz-placeholder {
  color: #4b2354;
}

input::-moz-placeholder {
  color: #4b2354;
}

input:-ms-input-placeholder {
  color: #4b2354;
}

textarea::-webkit-input-placeholder {
  color: #4b2354;
}

textarea:-moz-placeholder {
  color: #4b2354;
}

textarea::-moz-placeholder {
  color: #4b2354;
}

textarea:-ms-input-placeholder {
  color: #4b2354;
}

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

.supporthelp {
  background-color: #3367d6;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  border-color: #3367d6;
  position: fixed;
  bottom: -2px;
  right: 10px;
  z-index: 9999;
}

.profilehelp {
  background-color: #3367d6;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  border-color: #3367d6;
  position: fixed;
  top: 2px;
  right: 10px;
  z-index: 9999;
}

.feedback {
  background-color: #3367d6;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  border-color: #3367d6;
  position: fixed;
  top: 2px;
  right: 110px;
  z-index: 9999;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: SourceSansPro-Regular;
  font-size: 16px;
  line-height: 1.4;
  color: #999999;
}

.txt2 {
  font-family: SourceSansPro-Regular;
  font-size: 16px;
  line-height: 1.4;
  color: #4b2354;
}

.blocktxt {
  max-width: 590px;
  margin: auto;
  /* border-style: dotted; */
  /* padding: 10px;  */
  /* border-color: #823fb9;  */
  color: black;
  /* font-weight: 600;  */
  /* font-family:Arial, Helvetica, sans-serif; */
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: justify;
}

.hov1:hover {
  color: #4b2354;
  text-decoration: underline;
}

/*//////////////////////////////////////////////////////////////////
[ products ]*/

.card-columns {
  @include media-breakpoint-only(lg) {
    column-count: 4;
  }

  @include media-breakpoint-only(xl) {
    column-count: 5;
  }
}

.container-product100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  /* background-repeat: no-repeat; */
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.container-product100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* Blue --> Red Gradient */
  /* background: rgba(93,84,240,0.5);
  background: -webkit-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
  background: -o-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
  background: -moz-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
  background: linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5)); */
  /* White --> Black */
  background: rgba(93, 84, 240, 0.5);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.5));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.5));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.5));
  background: linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.5));
  pointer-events: none;
}

/* Style the navbar */
#navbar {
  overflow: hidden;
  background-color: #33333330;
  z-index: 9999;
}


/*//////////////////////////////////////////////////////////////////
[ NAVIGATION BAR STICKY ]*/

/* Navbar links */
#navbar div {
  float: left;
  display: block;
  /* color: #; */
  text-align: center;
  /* padding: 14px; */
  text-decoration: none;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky+.content {
  padding-top: 60px;
}

/*//////////////////////////////////////////////////////////////////
[ bulk ]*/

.container-bulk100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: block;
  /* flex-wrap: wrap; */
  justify-content: center;
  align-items: center;
  padding: 15px;
  /* background-repeat: no-repeat; */
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.container-bulk100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* Blue --> Red Gradient */
  /* background: rgba(93,84,240,0.5);
  background: -webkit-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
  background: -o-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
  background: -moz-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
  background: linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5)); */
  /* White --> Black */
  background: rgba(93, 84, 240, 0.5);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.5));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.5));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.5));
  background: linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.5));
  pointer-events: none;
}

/*//////////////////////////////////////////////////////////////////
[ help ]*/

.container-helps100 {
  width: 100%;
  min-height: 100vh;
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; */
  display: block;
  /* box-sizing: unset; */
  /* justify-content: center; */
  align-items: center;
  padding: 15px;
  /* background-repeat: no-repeat; */
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.container-helps100::before {
  content: "";
  display: block;
  /* box-sizing: unset; */
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(93, 84, 240, 0.5);
  background: -webkit-linear-gradient(left, rgba(0, 168, 255, 0.5), rgba(185, 0, 255, 0.5));
  background: -o-linear-gradient(left, rgba(0, 168, 255, 0.5), rgba(185, 0, 255, 0.5));
  background: -moz-linear-gradient(left, rgba(0, 168, 255, 0.5), rgba(185, 0, 255, 0.5));
  background: linear-gradient(left, rgba(0, 168, 255, 0.5), rgba(185, 0, 255, 0.5));
  pointer-events: none;
}

.wrap-help100 {
  margin: 1.5rem;
  width: 80vw;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;

  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.help-logo {
  border-radius: 50%;
  max-width: 100px;
  max-height: 100px;
  background-color: #FFF;
  margin: auto;
  justify-content: center;
  box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.9);
  -moz-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.9);
  -webkit-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.9);
  -o-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.9);
  -ms-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.9);
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active,
.accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.container-login100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* Blue to Red --> */
  /* background: rgba(93,84,240,0.5);
  background: -webkit-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
  background: -o-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
  background: -moz-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
  background: linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5)); */

  /* Black to White --> 
  background: rgba(93, 84, 240, 0.5);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.5));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.5));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.5));
  background: linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.5)); */

  /* Black to Black --> */
  background: rgba(93, 84, 240, 0.5);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background: linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));

  pointer-events: none;
}

.wrap-login100 {
  margin: 1.5rem;
  width: 380px; /*360px*/
  background: #fff;
  border-radius: 10px;
  overflow: hidden;

  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.wrap-table-stocksummary {
  margin: 1.5rem;
  min-width: 400px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;

  box-shadow: 0 3px 20px 0px #0000001a;
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}


.wrap-table-stocksummary-red-strong {
  margin: 1.5rem;
  min-width: 460px;
  background: #821a1a;
  ;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;

  box-shadow: 0 10px 30px 0px #821a1a;
  ;
  -moz-box-shadow: 0 10px 30px 0px rgba(239, 8, 127, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(239, 8, 127, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(239, 8, 127, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(239, 8, 127, 0.5);
}

.wrap-table-stocksummary-red {
  margin: 1.5rem;
  min-width: 460px;
  background: #fdabab;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;

  box-shadow: 0 10px 30px 0px #e00b7980;
  -moz-box-shadow: 0 10px 30px 0px rgba(225, 10, 121, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(225, 10, 121 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(225, 10, 121, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(225, 10, 121, 0.5);
}

.wrap-table-stocksummary-blue {
  margin: 1.5rem;
  min-width: 460px;
  background: #f2cbe1;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;

  box-shadow: 0 3px 20px 0px #d45970c9;
  -moz-box-shadow: 0 3px 20px 0px rgba(212, 89, 112, 0.7);
  -webkit-box-shadow: 0 3px 20px 0px rgba(212, 89, 112, 0.7);
  -o-box-shadow: 0 3px 20px 0px rgba(212, 89, 112, 0.7);
  -ms-box-shadow: 0 3px 20px 0px rgba(212, 89, 112, 0.7);
}

.wrap-table-stocksummary-stoch-short {
  margin: 1.5rem;
  min-width: 460px;
  background: #f0a46dc9;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;

  box-shadow: 0 3px 20px 0px rgba(212, 153, 25, 0.788);
  -moz-box-shadow: 0 3px 20px 0px rgba(212, 153, 25, 0.788);
  -webkit-box-shadow: 0 3px 20px 0px rgba(212, 153, 25, 0.788);
  -o-box-shadow: 0 3px 20px 0px rgba(212, 153, 25, 0.788);
  -ms-box-shadow: 0 3px 20px 0px rgba(212, 153, 25, 0.788);
}

.wrap-table-stocksummary-stoch-long {
  margin: 1.5rem;
  min-width: 460px;
  background: #49c5d9c9;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;

  box-shadow: 0 3px 20px 0px rgba(5, 70, 120, 0.788);
  -moz-box-shadow: 0 3px 20px 0px rgba(5, 70, 120, 0.788);
  -webkit-box-shadow: 0 3px 20px 0px rgba(5, 70, 120, 0.788);
  -o-box-shadow: 0 3px 20px 0px rgba(5, 70, 120, 0.788);
  -ms-box-shadow: 0 3px 20px 0px rgba(5, 70, 120, 0.788);
}

.wrap-table-stocksummary-yellow {
  margin: 1.5rem;
  min-width: 460px;
  background: #f0e691;
  border-radius: 10px;
  overflow: hidden;
  color: #3367d6;

  box-shadow: 0 3px 20px 0px rgb(240, 230, 145);
  -moz-box-shadow: 0 3px 20px 0px rgba(240, 230, 145, 0.9);
  -webkit-box-shadow: 0 3px 20px 0px rgba(240, 230, 145, 0.7);
  -o-box-shadow: 0 3px 20px 0px rgba(240, 230, 145, 0.7);
  -ms-box-shadow: 0 3px 20px 0px rgba(240, 230, 145, 0.7);
}


.wrap-table-stocksummary-green {
  margin: 1.5rem;
  min-width: 460px;
  background: #b5ecd5;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;

  box-shadow: 0 3px 20px 0px #2fdc0db3;
  -moz-box-shadow: 0 3px 20px 0px rgba(47, 220, 13, 0.7);
  -webkit-box-shadow: 0 3px 20px 0px rgba(47, 220, 13, 0.7);
  -o-box-shadow: 0 3px 20px 0px rgba(47, 220, 13, 0.7);
  -ms-box-shadow: 0 3px 20px 0px rgba(47, 220, 13, 0.7);
}

.wrap-table-stocksummary-green-strong {
  margin: 1.5rem;
  min-width: 460px;
  background: #34db95;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;

  box-shadow: 0 3px 20px 0px rgba(2, 127, 6, 0.702);
  -moz-box-shadow: 0 3px 20px 0px rgba(2, 127, 6, 0.7);
  -webkit-box-shadow: 0 3px 20px 0px rgba(2, 127, 6, 0.7);
  -o-box-shadow: 0 3px 20px 0px rgba(2, 127, 6, 0.7);
  -ms-box-shadow: 0 3px 20px 0px rgba(2, 127, 6, 0.7);
}


/*==================================================================
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  font-family: SourceSansPro-Bold;
  font-size: 30px;
  color: #4b2354;
  line-height: 1.2;
  text-align: center;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
}

.input100 {
  font-family: SourceSansPro-Bold;
  font-size: 16px;
  color: #4b2354;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 62px;
  background: transparent;
  padding: 0 20px 0 23px;
}


/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 20px;
  box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus+.focus-input100 {
  box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
}

/*------------------------------------------------------------------
[ Button ]*/
.container-landing100-form-btn {
  width: 100%;
  display: block;
  justify-content: center;
}

.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


/** ------------ Manage Subscription button Landing page *****/
.black-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #000;
  border-radius: 5px 5px;

  /* font-family: SourceSansPro-SemiBold; */
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  box-shadow: 0 10px 30px 0px rgba(129, 129, 129, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(129, 129, 129, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(129, 129, 129, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(129, 129, 129, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(129, 129, 129, 0.5);
}

.black-button:hover {
  background-color: #000000;
  box-shadow: 0 10px 30px 0px #596dd4cc;
  -moz-box-shadow: 0 10px 30px 0px rgba(89, 109, 212, 0.8);
  -webkit-box-shadow: 0 10px 30px 0px rgba(89, 109, 212, 0.8);
  -o-box-shadow: 0 10px 30px 0px rgba(89, 109, 212, 0.8);
  -ms-box-shadow: 0 10px 30px 0px rgba(89, 109, 212, 0.8);
}

/****/

.blue-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #3367d6;
  border-radius: 5px 5px;

  /* font-family: SourceSansPro-SemiBold; */
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  box-shadow: 0 10px 30px 0px rgba(129, 129, 129, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(129, 129, 129, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(129, 129, 129, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(129, 129, 129, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(129, 129, 129, 0.5);
}

.blue-button:hover {
  background-color: #3367d6;
  box-shadow: 0 10px 30px 0px #596dd4cc;
  -moz-box-shadow: 0 10px 30px 0px rgba(89, 109, 212, 0.8);
  -webkit-box-shadow: 0 10px 30px 0px rgba(89, 109, 212, 0.8);
  -o-box-shadow: 0 10px 30px 0px rgba(89, 109, 212, 0.8);
  -ms-box-shadow: 0 10px 30px 0px rgba(89, 109, 212, 0.8);
}

/*****************/

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #720fa3;
  border-radius: 5px 5px;

  /* font-family: SourceSansPro-SemiBold; */
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
}

.login100-form-btn:hover {
  background-color: #ae0e86;
  box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -moz-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -webkit-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -o-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -ms-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
}

.product100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  max-width: 100px;
  height: 50px;
  background-color: #720fa3;
  border-radius: 5px 5px;

  /* font-family: SourceSansPro-SemiBold; */
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
}

.product100-form-btn:hover {
  background-color: #ae0e86;
  box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -moz-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -webkit-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -o-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -ms-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
}

.home100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #FFF;
  border-radius: 5px 5px;

  /* font-family: SourceSansPro-SemiBold; */
  font-size: 12px;
  color: #7d787891;
  line-height: 1.2;
  text-transform: uppercase;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  /* box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -moz-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -webkit-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -o-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -ms-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8); */
}

.home100-form-btn:hover {
  /* background-color: #ae0e86;  */
  box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.9);
  -moz-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.9);
  -webkit-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.9);
  -o-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.9);
  -ms-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.9);
}

.search00-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 80px;
  height: 50px;
  background-color: #FFF;
  border-radius: 25px;

  /* font-family: SourceSansPro-SemiBold; */
  font-size: 12px;
  color: #7d787891;
  line-height: 1.2;
  text-transform: uppercase;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  /* box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -moz-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -webkit-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -o-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -ms-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8); */
}

.search100-form-btn:hover {
  /* background-color: #ae0e86;  */
  box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.9);
  -moz-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.9);
  -webkit-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.9);
  -o-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.9);
  -ms-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.9);
}


/** ------------ Manage Subscription button Landing page *****/
.viewprod100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #0f50a3;
  border-radius: 5px 5px;

  /* font-family: SourceSansPro-SemiBold; */
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
}

.viewprod100-form-btn:hover {
  background-color: #ae0e86;
  box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -moz-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -webkit-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -o-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -ms-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
}

/*****************/

/** ------------ Manage Subscription button Landing page *****/
.addprod100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #6110b3;
  border-radius: 5px 5px;

  /* font-family: SourceSansPro-SemiBold; */
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
}

.addprod100-form-btn:hover {
  background-color: #ae0e86;
  box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -moz-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -webkit-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -o-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -ms-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
}

/*****************/

/** ------------ Manage Subscription button Landing page *****/
.managesub100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #930d52;
  border-radius: 5px 5px;

  /* font-family: SourceSansPro-SemiBold; */
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
}

.managesub100-form-btn:hover {
  background-color: #ae0e86;
  box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -moz-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -webkit-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -o-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
  -ms-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
}

/*****************/
.avatar {
  /* This image is 687 wide by 1024 tall, similar to your aspect ratio */
  /* background-image: url('../images/icons/avatar.png');     */
  /* make a square container */
  width: 50px;
  height: 50px;
  /* fill the container, preserving aspect ratio, and cropping to fit */
  background-size: cover;
  /* center the image vertically and horizontally */
  background-position: top center;
  /* round the edges to a circle with border radius 1/2 container size */
  border-radius: 50%;
  padding: 5px;
}

.avatarx {
  /* This image is 687 wide by 1024 tall, similar to your aspect ratio */
  /* background-image: url('../images/icons/avatar.png');     */
  /* make a square container */
  /* width: 50px; */
  height: 50px;
  /* fill the container, preserving aspect ratio, and cropping to fit */
  background-size: cover;
  /* center the image vertically and horizontally */
  background-position: top center;
  /* round the edges to a circle with border radius 1/2 container size */
  border-radius: 50%;
  padding: 5px;
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate .focus-input100 {
  box-shadow: 0 5px 30px 0px rgba(250, 66, 81, 0.1);
  -moz-box-shadow: 0 5px 30px 0px rgba(250, 66, 81, 0.1);
  -webkit-box-shadow: 0 5px 30px 0px rgba(250, 66, 81, 0.1);
  -o-box-shadow: 0 5px 30px 0px rgba(250, 66, 81, 0.1);
  -ms-box-shadow: 0 5px 30px 0px rgba(250, 66, 81, 0.1);
}

.alert-validate::before {
  content: attr(data-validate);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  min-height: 62px;
  background-color: #fff;
  border-radius: 20px;
  top: 0px;
  left: 0px;
  padding: 0 45px 0 22px;
  pointer-events: none;

  font-family: SourceSansPro-Bold;
  font-size: 16px;
  color: #fa4251;
  line-height: 1.2;
}

.btn-hide-validate {
  font-family: Material-Design-Iconic-Font;
  font-size: 15px;
  color: #fa4251;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 62px;
  top: 0px;
  right: 23px;
}

.rs1-alert-validate.alert-validate::before {
  background-color: #fff;
}

.true-validate::after {
  content: "\f269";
  font-family: Material-Design-Iconic-Font;
  font-size: 15px;
  color: #57b846;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 62px;
  top: 0px;
  right: 23px;
}

/* ///////////////////////////////////////
[Scroll to Top floating button] */

.buttonfloat {
  display: inline-block;
  background-color: #3367d6;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 5px;
  right: 130px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.buttonfloat::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 01rem;
  line-height: 30px;
  color: #fff;
}

.buttonfloat:hover {
  cursor: pointer;
  background-color: #720fa3;
}

.buttonfloat:active {
  background-color: #720fa3;
}

.showtotop {
  opacity: 1;
  visibility: visible;
}

/* ///////////////////////////////////////
[Feedback Top floating button] */

.feedbackfloat {
  display: inline-block;
  color: #3367d6;
  background-color: #fff;
  border: 1px solid #e9ecef;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  top: 25px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  visibility: visible;
  z-index: 1000;
}

.feedbackfloat::after {
  content: "\f086";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 01rem;
  line-height: 30px;
}

.feedbackfloat:hover {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #2254bf;
}

.feedbackfloat:active {
  background-color: #2254bf;
}

/* ///////////////////////////////////////
[dataprivacyfloat Top floating button] */

.dataprivacyfloat {
  display: inline-block;
  color: #3367d6;
  background-color: #fff;
  border: 1px solid #e9ecef;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  top: 25px;
  right: 70px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  visibility: visible;
  z-index: 1000;
}

.dataprivacyfloat::after {
  content: "\f132";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 01rem;
  line-height: 30px;
}

.dataprivacyfloat:hover {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #3367d6;
}

.dataprivacyfloat:active {
  background-color: #fff;
  border: 1px solid #3367d6;
}


/* ///////////////////////////////////////
[cryptofloat Top floating button] */

.cryptofloat {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e9ecef;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  top: 25px;
  right: 110px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  visibility: visible;
  z-index: 1000;
}

.cryptofloat::after {
  content: "\20BF";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 01rem;
  line-height: 30px;
}

.cryptofloat:hover {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #3367d6;
}

.cryptofloat:active {
  background-color: #fff;
  border: 1px solid #3367d6;
}

/*//////////////////////////////////////////////////////////////////
[ GuageGuru Floating Button Round ]*/
  
.login100-social-item-blue {
  font-size: 25px;
  background-color: #fff;
  border: 1px solid #e9ecef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 5px;
}

.login100-social-item-blue img {
  width: 26px;
}

.login100-social-item-blue:hover {
  background-color: #fff;
  border: 1px solid #3367d6;
}

/*//////////////////////////////////////////////////////////////////
[ Social item ]*/

.login100-social-item-black {
  font-size: 25px;
  color: #3b5998;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  margin: 5px;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.login100-social-item-black img {
  width: 26px;
}

.login100-social-item-black:hover {
  color: #ae1c8a;
  box-shadow: 0 5px 20px 0px rgba(5, 35, 207, 0.212);
  -moz-box-shadow: 0 5px 20px 0px rgba(5, 35, 207, 0.212);
  -webkit-box-shadow: 0 5px 20px 0px rgba(5, 35, 207, 0.212);
  -o-box-shadow: 0 5px 20px 0px rgba(5, 35, 207, 0.212);
  -ms-box-shadow: 0 5px 20px 0px rgba(5, 35, 207, 0.212);
}

/*//////////////////////////////////////////////////////////////////
[ Social item ]*/

.login100-social-item {
  font-size: 25px;
  color: #3b5998;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  margin: 5px;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.login100-social-item img {
  width: 26px;
}

.login100-social-item:hover {
  color: #ae1c8a;
  box-shadow: 0 5px 20px 0px rgba(150, 5, 207, 0.212);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
}

/*//////////////////////// Back Button round  //////////////////////////////////////////
[ Social item ]*/

.login100-social-item-bckbtn {
  font-size: 25px;
  color: #3b5998;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  margin: 5px;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.login100-social-item-bckbtn img {
  width: 26px;
}

.login100-social-item-bckbtn:hover {
  color: #ae1c8a;
  box-shadow: 0 5px 20px 0px rgba(150, 5, 207, 0.212);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
}

/*//////////////////////////////////////////////////////////////////
[ Social item ]*/

.login100-social-item-green {
  font-size: 25px;
  color: #1ec523;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  margin: 5px;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.login100-social-item-green img {
  width: 26px;
}

.login100-social-item-green:hover {
  color: #ae1c8a;
  box-shadow: 0 5px 20px 0px rgba(150, 5, 207, 0.212);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
}

/*//////////////////////////////////////////////////////////////////
[ Social item ]*/

.login100-social-item-red {
  font-size: 25px;
  color: #c51e64;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  margin: 5px;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.login100-social-item-red img {
  width: 26px;
}

.login100-social-item-red:hover {
  color: #ae1c8a;
  box-shadow: 0 5px 20px 0px rgba(150, 5, 207, 0.212);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
}

/*//////////////////////////////////////////////////////////////////
[ Search item ]*/

.search100-social-item {
  font-size: 25px;
  color: #3b5998;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  margin: 5px;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.search100-social-item img {
  width: 26px;
}

.search100-social-item:hover {
  color: #ae1c8a;
  box-shadow: 0 5px 20px 0px rgba(150, 5, 207, 0.212);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
}

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (max-width: 480px) {
  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Determine page ]*/

.container-determine100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.wrap-determine100 {
  margin: 1.5rem;
  width: 390px;
  /* background: #fff;
            border-radius: 10px; */
  overflow: hidden;

  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}


/*//////////////////////////////////////////////////////////////////
[ file drop page ]*/


/* body.auth-false .auth-false {
  display: block;
}
body.auth-false .auth-true {
  display: none;
}
body.auth-true .auth-false {
  display: none;
}
body.auth-true .auth-true {
  display: block;
} */
[file-drop] {
  position: relative;
  border: 1px solid transparent;
}

.img-preview>div,
[file-drop-preview] div {
  display: inline-block;
  position: relative;
}

.img-preview img,
[file-drop-preview] img {
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
}

.img-preview>div,
[file-drop-preview]>div {
  margin: 0.25em;
}

.img-preview>div:after,
[file-drop-preview]>div:after {
  content: 'Click to remove!';
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
  color: #fff;
  padding: 0.5em;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  font-size: 0.65em;
}

.img-preview>div:hover:before,
[file-drop-preview]>div:hover:before {
  opacity: 0.7;
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.img-preview>div:before,
[file-drop-preview]>div:before {
  transition: all ease 250ms;
  font-size: 1.6em;
  content: '❌';
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.001);
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 55px;
  opacity: 0;
}

.solid-border:after {
  border: 1px dashed #aaa;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  content: 'Drop Files Here!';
  text-align: center;
  line-height: 100%;
}

/*//////////////////////////////////////////////////////////////////
[ file upload page ]*/

.wrap-upload100 {
  margin: 1.5rem;
  width: 990px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;

  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}


/*//////////////////////////////////////////////////////////////////
[ file bulk upload page ]*/

.wrap-bulk100 {
  margin: 1.5rem;
  /* width: 590px; */
  background: #fff;
  border-radius: 10px;
  overflow: hidden;

  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

/*//////////////////////////////////////////////////////////////////
[ STOCK Tool Tip OHLC ]*/

.ohlc {
  font-weight: bold;
  font-size: 0.6rem;
  z-index: 999;
}

.green {
  color: green;
  font-weight: normal;
  /* font-size: small; */
}

.red {
  color: red;
  font-weight: normal;
  /* font-size: small; */
}

.verticalLineRed {
  border-left: thick solid #cf1766;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}

.verticalLineGreen {
  border-left: thick solid #32a852;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}

.verticalLineBlack {
  border-left: thick solid #000000;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}

.verticalLineYellow {
  border-left: thick solid #ddc109;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}

.verticalLineBlackThin {
  border-left: thin solid #000000;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}

/*//////////////////////////////////////////////////////////////////
[ CSS Loader ]*/
.hidden-span {
  display: none;
}

.show-span {
  display: block;
}

.progress-bar-container {
  width: 50px;
  height: 5px;
  background-color: #eee;
  margin: 20px 0;
  position: relative;
}

.progress-bar {
  height: 5px;
  /* background-color: #4CAF50; */
  background: linear-gradient(to right, #FF4136, #FFDC00, #2ECC40, #0074D9);
  width: 50px;
  position: absolute;
  animation: progress 5s linear infinite;
}

@keyframes progress {
  0% { width: 0%; }
  100% { width: 100%; }
}

.loader {
  color: #fff;
  position: fixed;
  box-sizing: border-box;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 999999
}

.loader:after,
.loader:before {
  box-sizing: border-box;
  display: none
}

.loader.is-active {
  background-color: rgba(0, 0, 0, .85);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.loader.is-active:after,
.loader.is-active:before {
  display: block
}

@keyframes rotation {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(359deg)
  }
}

@keyframes blink {
  0% {
    opacity: .5
  }

  to {
    opacity: 1
  }
}

.loader[data-text]:before {
  position: fixed;
  left: 0;
  top: 50%;
  color: currentColor;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  width: 100%;
  font-size: 14px
}

.loader[data-text=""]:before {
  content: "Loading"
}

.loader[data-text]:not([data-text=""]):before {
  content: attr(data-text)
}

.loader[data-text][data-blink]:before {
  animation: blink 1s linear infinite alternate
}

.loader-default[data-text]:before {
  top: calc(50% - 63px)
}

.loader-default:after {
  content: "";
  position: fixed;
  width: 48px;
  height: 48px;
  border: 8px solid #fff;
  border-left-color: transparent;
  border-radius: 50%;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  animation: rotation 1s linear infinite
}

.loader-default[data-half]:after {
  border-right-color: transparent
}

.loader-default[data-inverse]:after {
  animation-direction: reverse
}

.loader-double:after,
.loader-double:before {
  content: "";
  position: fixed;
  border-radius: 50%;
  border: 8px solid;
  animation: rotation 1s linear infinite
}

.loader-double:after {
  width: 48px;
  height: 48px;
  border-color: #fff;
  border-left-color: transparent;
  top: calc(50% - 24px);
  left: calc(50% - 24px)
}

.loader-double:before {
  width: 64px;
  height: 64px;
  border-color: #eb974e;
  border-right-color: transparent;
  animation-duration: 2s;
  top: calc(50% - 32px);
  left: calc(50% - 32px)
}

.loader-bar[data-text]:before {
  top: calc(50% - 40px);
  color: #fff
}

.loader-bar:after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 20px;
  transform: translate(-50%, -50%);
  background: linear-gradient(-45deg, #4183d7 25%, #52b3d9 0, #52b3d9 50%, #4183d7 0, #4183d7 75%, #52b3d9 0, #52b3d9);
  background-size: 20px 20px;
  box-shadow: inset 0 10px 0 hsla(0, 0%, 100%, .2), 0 0 0 5px rgba(0, 0, 0, .2);
  animation: moveBar 1.5s linear infinite reverse
}

.loader-bar[data-rounded]:after {
  border-radius: 15px
}

.loader-bar[data-inverse]:after {
  animation-direction: normal
}

@keyframes moveBar {
  0% {
    background-position: 0 0
  }

  to {
    background-position: 20px 20px
  }
}

.loader-bar-ping-pong:before {
  width: 200px;
  background-color: #3367d6;
}

.loader-bar-ping-pong:after,
.loader-bar-ping-pong:before {
  content: "";
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 100px)
}

.loader-bar-ping-pong:after {
  width: 50px;
  background-color: #f19;
  animation: moveBarPingPong .5s linear infinite alternate
}

.loader-bar-ping-pong[data-rounded]:before {
  border-radius: 10px
}

.loader-bar-ping-pong[data-rounded]:after {
  border-radius: 50%;
  width: 20px;
  animation-name: moveBarPingPongRounded
}

@keyframes moveBarPingPong {
  0% {
    left: calc(50% - 100px)
  }

  to {
    left: calc(50% - -50px)
  }
}

@keyframes moveBarPingPongRounded {
  0% {
    left: calc(50% - 100px)
  }

  to {
    left: calc(50% - -80px)
  }
}

@keyframes corners {
  6% {
    width: 60px;
    height: 15px
  }

  25% {
    width: 15px;
    height: 15px;
    left: calc(100% - 15px);
    top: 0
  }

  31% {
    height: 60px
  }

  50% {
    height: 15px;
    top: calc(100% - 15px);
    left: calc(100% - 15px)
  }

  56% {
    width: 60px
  }

  75% {
    width: 15px;
    left: 0;
    top: calc(100% - 15px)
  }

  81% {
    height: 60px
  }
}

.loader-border[data-text]:before {
  color: #fff
}

.loader-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #ff0;
  animation: corners 3s ease both infinite
}

.loader-ball:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  animation: kickBall 1s infinite alternate ease-in both
}

.loader-ball[data-shadow]:before {
  box-shadow: inset -5px -5px 10px 0 rgba(0, 0, 0, .5)
}

.loader-ball:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, .3);
  border-radius: 50%;
  width: 45px;
  height: 20px;
  top: calc(50% + 10px);
  left: 50%;
  margin: 0 0 0 -22.5px;
  z-index: 0;
  animation: shadow 1s infinite alternate ease-out both
}

@keyframes shadow {
  0% {
    background-color: transparent;
    transform: scale(0)
  }

  40% {
    background-color: transparent;
    transform: scale(0)
  }

  95% {
    background-color: rgba(0, 0, 0, .75);
    transform: scale(1)
  }

  to {
    background-color: rgba(0, 0, 0, .75);
    transform: scale(1)
  }
}

@keyframes kickBall {
  0% {
    transform: translateY(-80px) scaleX(.95)
  }

  90% {
    border-radius: 50%
  }

  to {
    transform: translateY(0) scaleX(1);
    border-radius: 50% 50% 20% 20%
  }
}

.loader-smartphone:after {
  content: "";
  color: #fff;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 120px;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 130px;
  margin: -65px 0 0 -35px;
  border: 5px solid #fd0;
  border-radius: 10px;
  box-shadow: inset 0 5px 0 0 #fd0;
  background: radial-gradient(circle at 50% 90%, rgba(0, 0, 0, .5) 6px, transparent 0), linear-gradient(0deg, #fd0 22px, transparent 0), linear-gradient(0deg, rgba(0, 0, 0, .5) 22px, rgba(0, 0, 0, .5));
  animation: shake 2s cubic-bezier(.36, .07, .19, .97) both infinite
}

.loader-smartphone[data-screen=""]:after {
  content: "Loading"
}

.loader-smartphone:not([data-screen=""]):after {
  content: attr(data-screen)
}

@keyframes shake {
  5% {
    transform: translate3d(-1px, 0, 0)
  }

  10% {
    transform: translate3d(1px, 0, 0)
  }

  15% {
    transform: translate3d(-1px, 0, 0)
  }

  20% {
    transform: translate3d(1px, 0, 0)
  }

  25% {
    transform: translate3d(-1px, 0, 0)
  }

  30% {
    transform: translate3d(1px, 0, 0)
  }

  35% {
    transform: translate3d(-1px, 0, 0)
  }

  40% {
    transform: translate3d(1px, 0, 0)
  }

  45% {
    transform: translate3d(-1px, 0, 0)
  }

  50% {
    transform: translate3d(1px, 0, 0)
  }

  55% {
    transform: translate3d(-1px, 0, 0)
  }
}

.loader-clock:before {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: -60px 0 0 -60px;
  background: linear-gradient(180deg, transparent 50%, #f5f5f5 0), linear-gradient(90deg, transparent 55px, #2ecc71 0, #2ecc71 65px, transparent 0), linear-gradient(180deg, #f5f5f5 50%, #f5f5f5 0);
  box-shadow: inset 0 0 0 10px #f5f5f5, 0 0 0 5px #555, 0 0 0 10px #7b7b7b;
  animation: rotation infinite 2s linear
}

.loader-clock:after,
.loader-clock:before {
  content: "";
  position: fixed;
  left: 50%;
  top: 50%;
  overflow: hidden
}

.loader-clock:after {
  width: 60px;
  height: 40px;
  margin: -20px 0 0 -15px;
  border-radius: 20px 0 0 20px;
  background: radial-gradient(circle at 14px 20px, #25a25a 10px, transparent 0), radial-gradient(circle at 14px 20px, #1b7943 14px, transparent 0), linear-gradient(180deg, transparent 15px, #2ecc71 0, #2ecc71 25px, transparent 0);
  animation: rotation infinite 24s linear;
  transform-origin: 15px center
}

.loader-curtain:after,
.loader-curtain:before {
  position: fixed;
  width: 100%;
  top: 50%;
  margin-top: -35px;
  font-size: 70px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  overflow: hidden;
  line-height: 1.2;
  content: "Loading"
}

.loader-curtain:before {
  color: #666
}

.loader-curtain:after {
  color: #fff;
  height: 0;
  animation: curtain 1s linear infinite alternate both
}

.loader-curtain[data-curtain-text]:not([data-curtain-text=""]):after,
.loader-curtain[data-curtain-text]:not([data-curtain-text=""]):before {
  content: attr(data-curtain-text)
}

.loader-curtain[data-brazilian]:before {
  color: #f1c40f
}

.loader-curtain[data-brazilian]:after {
  color: #2ecc71
}

.loader-curtain[data-colorful]:before {
  animation: maskColorful 2s linear infinite alternate both
}

.loader-curtain[data-colorful]:after {
  animation: curtain 1s linear infinite alternate both, maskColorful-front 2s 1s linear infinite alternate both;
  color: #3367d6;
}

@keyframes maskColorful {
  0% {
    color: #3498db
  }

  49.5% {
    color: #3498db
  }

  50.5% {
    color: #e74c3c
  }

  to {
    color: #e74c3c
  }
}

@keyframes maskColorful-front {
  0% {
    color: #2ecc71
  }

  49.5% {
    color: #2ecc71
  }

  50.5% {
    color: #f1c40f
  }

  to {
    color: #f1c40f
  }
}

@keyframes curtain {
  0% {
    height: 0
  }

  to {
    height: 84px
  }
}

.loader-music:after,
.loader-music:before {
  content: "";
  position: fixed;
  width: 240px;
  height: 240px;
  top: 50%;
  left: 50%;
  margin: -120px 0 0 -120px;
  border-radius: 50%;
  text-align: center;
  line-height: 240px;
  color: #fff;
  font-size: 40px;
  font-family: Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
  letter-spacing: -1px
}

.loader-music:after {
  backface-visibility: hidden
}

.loader-music[data-hey-oh]:after,
.loader-music[data-hey-oh]:before {
  box-shadow: 0 0 0 10px
}

.loader-music[data-hey-oh]:before {
  background-color: #fff;
  color: #3367d6;
  animation: coinBack 2.5s linear infinite, oh 5s 1.25s linear infinite both
}

.loader-music[data-hey-oh]:after {
  background-color: #3367d6;
  animation: coin 2.5s linear infinite, hey 5s linear infinite both
}

.loader-music[data-no-cry]:after,
.loader-music[data-no-cry]:before {
  background: linear-gradient(45deg, #009b3a 50%, #fed100 51%);
  box-shadow: 0 0 0 10px #3367d6
}

.loader-music[data-no-cry]:before {
  animation: coinBack 2.5s linear infinite, cry 5s 1.25s linear infinite both
}

.loader-music[data-no-cry]:after {
  animation: coin 2.5s linear infinite, no 5s linear infinite both
}

.loader-music[data-we-are]:before {
  animation: coinBack 2.5s linear infinite, theWorld 5s 1.25s linear infinite both;
  background: radial-gradient(ellipse at center, #4ecdc4 0, #556270)
}

.loader-music[data-we-are]:after {
  animation: coin 2.5s linear infinite, weAre 5s linear infinite both;
  background: radial-gradient(ellipse at center, #26d0ce 0, #1a2980)
}

.loader-music[data-rock-you]:before {
  animation: coinBack 2.5s linear infinite, rockYou 5s 1.25s linear infinite both;
  background: #444
}

.loader-music[data-rock-you]:after {
  animation: coin 2.5s linear infinite, weWill 5s linear infinite both;
  background: #96281b
}

@keyframes coin {
  to {
    transform: rotateY(359deg)
  }
}

@keyframes coinBack {
  0% {
    transform: rotateY(180deg)
  }

  50% {
    transform: rotateY(1turn)
  }

  to {
    transform: rotateY(180deg)
  }
}

@keyframes hey {
  0% {
    content: "Hey!"
  }

  50% {
    content: "Let's!"
  }

  to {
    content: "Hey!"
  }
}

@keyframes oh {
  0% {
    content: "Oh!"
  }

  50% {
    content: "Go!"
  }

  to {
    content: "Oh!"
  }
}

@keyframes no {
  0% {
    content: "No..."
  }

  50% {
    content: "no"
  }

  to {
    content: "No..."
  }
}

@keyframes cry {
  0% {
    content: "woman"
  }

  50% {
    content: "cry!"
  }

  to {
    content: "woman"
  }
}

@keyframes weAre {
  0% {
    content: "We are"
  }

  50% {
    content: "we are"
  }

  to {
    content: "We are"
  }
}

@keyframes theWorld {
  0% {
    content: "the world,"
  }

  50% {
    content: "the children!"
  }

  to {
    content: "the world,"
  }
}

@keyframes weWill {
  0% {
    content: "We will,"
  }

  50% {
    content: "rock you!"
  }

  to {
    content: "We will,"
  }
}

@keyframes rockYou {
  0% {
    content: "we will"
  }

  50% {
    content: "\1F918"
  }

  to {
    content: "we will"
  }
}

.loader-pokeball:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  background: linear-gradient(180deg, red 42%, #000 0, #000 58%, #fff 0);
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  animation: movePokeball 1s linear infinite both
}

.loader-pokeball:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  animation: movePokeball 1s linear infinite both, flashPokeball .5s infinite alternate;
  border: 2px solid #000;
  box-shadow: 0 0 0 5px #fff, 0 0 0 10px #000
}

@keyframes movePokeball {
  0% {
    transform: translateX(0) rotate(0)
  }

  15% {
    transform: translatex(-10px) rotate(-5deg)
  }

  30% {
    transform: translateX(10px) rotate(5deg)
  }

  45% {
    transform: translatex(0) rotate(0)
  }
}

@keyframes flashPokeball {
  0% {
    background-color: #fff
  }

  to {
    background-color: #fd0
  }
}

.loader-bouncing:after,
.loader-bouncing:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  border-radius: 50%;
  background-color: #fff;
  animation: kick .6s infinite alternate
}

.loader-bouncing:after {
  margin-left: -30px;
  animation: kick .6s infinite alternate
}

.loader-bouncing:before {
  animation-delay: .2s
}

@keyframes kick {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  to {
    opacity: .3;
    transform: translateY(-1rem)
  }
}