/* general styles */
* {
  box-sizing: border-box;
}

body {
  background: #0F127D;
  display: block;
  font-family: sans-serif;
  height: auto;
  margin: 0 auto;
  position: relative;
}

a {
  display: block;
  background-color:rgb(230, 238, 255);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 1.6em;
  border-bottom: 1px solid #1b316c;
  margin: 7px 13px 5px;
  text-decoration: none
}

.a-nav {
  width: auto;
  height: auto;
  padding: 10px 0 15px;
  background-color:rgba(255, 255, 255, 0.2);
  padding-left: 20px;
  padding-right: 20px;
}

.a-nav h1 {
  font-family: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 0px;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  color:rgb(255, 239, 14);
}

@media(max-width:767px) {
  .a-nav h1 {
    display: none;
  }

  .a-nav {
    height: 55px;
  }
}

.nav-cont {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.nav-cont::before {
  content: '';
  display: block;
  position: absolute;
  width: 134px;
  height: 32px;
  background-image: url(./walmart_logo.png);
  top: 8px;
  left: 0;
}

@media(max-width:767px) {
  .nav-cont::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, 5%);
  }
}

.main-content {
  border-radius: 4px;
}

.main-content h1 {
  font-size: 18px;
  color: #2062a3;
  font-weight: 100;
  text-align: center;
  margin: 0px;
}

.main-content h2 {
  font-size: 18px;
  color: #2062a3;
  font-weight: normal;
  font-family: impact;
}

.main-content p {
  font-size: 15px;
  font-family: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}


.content_header {
  text-align: center;
}

.title {
  color:rgb(255, 255, 255);
  font-size: 28px !important;
  font-weight: 600;
  margin-bottom: 0;
}

@media(min-width:1024px) {
  .title {
    font-size: 32px !important;
    margin-bottom: 0;
  }
}

.main-content .title-small {
  font-size: 22px;
  color:rgba(255, 255, 255, 0.8);
}

@media(max-width:767px) {
  .main-content .title-small {
    font-size: 18px;
  }
}



/* modals */
.modal_text {
  margin-bottom: 22px;
}

.modal_button {
  display: inline-block;
}

.prize_button {
  /* background: linear-gradient(180deg, #16ACFD 0%, #0071DD 100%); */
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  max-width: 368px;
  width: 368px;
  display: block;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0 auto;
}

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

.timer_container {
  margin-top: 5px;
  margin-left: 5px
}

.timer {
  color: red;
  font-weight: 900;
}

.button {
  background: rgb(146, 204, 221);
  background: -moz-linear-gradient(top, rgba(182, 224, 38, 1) 0%, rgba(146, 191, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(182, 224, 38, 1) 0%, rgba(146, 191, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(182, 224, 38, 1) 0%, rgba(146, 191, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6e026', endColorstr='#92bf00', GradientType=0);
  text-align: center;
  padding: 8px 0px;
  margin: 5px auto;
  cursor: pointer;
  max-width: 200px;
  font-size: 15px;
  color: rgb(255, 255, 255);
  border-radius: 5px 5px 5px 5px;
}

/* /modals */
/* comments */
.like_container {
  margin: 0px;
  padding: 0px;
}

.like {
  font-size: 14px;
  background: url(./like.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  color: #6983bd;
}

.like_text {
  font-size: 13px;
  color: #8e8e8e;
}



.comments_text {
  color: #3b5898;
  font-size: 15px;
}

.comments_number {
  color: #9E9E9E;
  text-align: right;
  float: right;
  font-size: 15px;
}

.comments-cont {
  padding-top: 40px;
  padding-bottom: 40px;
}

.comment-content {
  cursor: pointer;
  margin-right: 10px;
  padding-left: 64px;
}

.pic1 {
  background: url(./1.png) no-repeat scroll 0px 0px transparent;
}

.pic2 {
  background: url(2.jpg) no-repeat scroll 0px 0px transparent;
}

.pic3 {
  background: url(3.jpg) no-repeat scroll 0px 0px transparent;
}

.pic4 {
  background: url(4.jpg) no-repeat scroll 0px 0px transparent;
}

.pic5 {
  background: url(5.jpg) no-repeat scroll 0px 0px transparent;
}

.content {
  padding: 10px 10px 0px 10px;
  max-width: 1280px;
  margin: 0px auto;
}

.comment-content {
  cursor: pointer;
  margin-right: 10px;
}

.comentarios {
  color: #333;
  font-size: 14px;
  line-height: auto;
  margin: 4px auto;
}

.comment-status {
  color: #8e8e8e;
  font-size: 13px;
  cursor: pointer;
  padding: 10px 0;
}

.comment-status span {
  color: #6983bd;
  font-size: 13px;
  padding-right: 5px;
}


.name {
  font-weight: bold;
  color: #3b5898;
  margin: 0px;
  cursor: pointer;
  font-size: 14px;
}

/* /comments */
/* /general styles */
/*spiner*/
.spinner {
  position: relative;
  margin: 1em auto 0;
  width: 100%px;
  overflow: hidden;
  max-width: 320px;
  height: 320px;
}

.spinner_prize {
  z-index: 4;
  width: 200px;
  top: 56px;
  left: 52px;
  position: absolute;
  display: none;
}

@media(min-width:768px) {
  .spinner_prize {
    top: 126px;
    left: 109px;
  }
}

@media(min-width:360px) {
  .spinner {
    width: 100%;
    max-width: 320px;
  }
}

@media(min-width:768px) {
  .spinner {
    height: 420px;
    max-width: 420px;
  }
}

#spinBG {
  z-index: 1;
  width: 100%
}

@media(min-width:360px) {
  #spinBG {
    width: 100%
  }
}

#spin {
  z-index: 2;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 94.5%
}

@media(min-width:360px) {
  #spin {
    width: 94.5%
  }
}

#win {
  position: absolute;
  z-index: 3;
  width: 95px;
  left: 34%;
  top: 33%
}

@media(min-width:360px) {
  #win {
    width: 70px
  }
}

@media(min-width:768px) {
  #win {
    width: 120px;
    top: 31%;
  }
}

/* ----- Sweet-alert START */
.sweet-overlay {
  display: block;
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  opacity: 1.03;
}

.sweet-alert {
  background: linear-gradient(135deg,rgb(224, 209, 120),rgb(248, 198, 59));
  color: #2c3e50;
  border: 3px solid #fff;
  box-shadow: 0 15px 40px rgba(255, 215, 0, 0.5);
  font-family: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  width: 680px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  display: none;
  z-index: 99999;
  padding-bottom: 80px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 80px;
  border-radius: 10px;
}


@media all and (max-width: 767px) {
  .sweet-alert {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: 520px;
    padding: 40px 30px;
  }
}

.sweet-alert h2 {
  color: #e74c3c;
  /* font-size: 30px; */
  font-size: 42px;
  text-align: center;
  font-weight: 700;
  text-transform: none;
  position: relative;
  /* margin: 25px 0; */
  padding: 0 10px;
  /* line-height: 30px; */
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}

@media(max-width:767px) {
  .sweet-alert h2 {
    font-size: 24px;
  }
}

.sweet-alert p {
  font-size: 22px;
  text-align: center;
  /*text-align: left;*/
  font-weight: 300;
  position: relative;
  text-align: inherit;
  /*text-align: left;*/
  float: none;
  padding: 0;
  line-height: normal;
}

@media(max-width:767px) {
  .sweet-alert p {
    font-size: 18px;
  }
}

.sweet-alert fieldset {
  border: none;
  position: relative;
}

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: right;
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

.sweet-alert button {
  /* background: linear-gradient(180deg, #16ACFD 0%, #0071DD 100%); */
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: white;
  border: 2px solid #c0392b;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
  max-width: 368px;
  width: 368px;
  display: block;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0 auto;
}

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

.visible {
  display: block;
}

.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default;
}

.sweet-alert button.confirm[disabled] {
  color: transparent;
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  /* background-color: #C9DAE1; */
}

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #3A559F;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #c0392b;
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  /* background: white; */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(139, 194, 74, 0.31);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  /* background-color: white; */
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #c0392b;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Animations */
.spinAround {
  -webkit-animation: spin 3.3s;
  -moz-animation: spin 3.3s;
  -o-animation: spin 3.3s;
  animation: spin 3.3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

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

  90% {
    -webkit-transform: rotate(3110deg);
    transform: rotate(3110deg)
  }

  95% {
    -webkit-transform: rotate(3108deg);
    transform: rotate(3108deg)
  }

  100% {
    -webkit-transform: rotate(3109deg);
    transform: rotate(3109deg)
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  90% {
    -moz-transform: rotate(3110deg);
    transform: rotate(3110deg)
  }

  95% {
    -moz-transform: rotate(3108deg);
    transform: rotate(3108deg)
  }

  100% {
    -moz-transform: rotate(3109deg);
    transform: rotate(3109deg)
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  90% {
    -o-transform: rotate(3110deg);
    transform: rotate(3110deg)
  }

  95% {
    -o-transform: rotate(3108deg);
    transform: rotate(3108deg)
  }

  100% {
    -o-transform: rotate(3109deg);
    transform: rotate(3109deg)
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  90% {
    -webkit-transform: rotate(3110deg);
    -moz-transform: rotate(3110deg);
    -o-transform: rotate(3110deg);
    transform: rotate(3110deg)
  }

  95% {
    -webkit-transform: rotate(3108deg);
    -moz-transform: rotate(3108deg);
    -o-transform: rotate(3108deg);
    transform: rotate(3108deg)
  }

  100% {
    -webkit-transform: rotate(3109deg);
    -moz-transform: rotate(3109deg);
    -o-transform: rotate(3109deg);
    transform: rotate(3109deg)
  }
}

.spinAround2 {
  -webkit-animation: spinTwo 3.3s;
  -moz-animation: spinTwo 3.3s;
  -o-animation: spinTwo 3.3s;
  animation: spinTwo 3.3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

@-webkit-keyframes spinTwo {
  0% {
    -webkit-transform: rotate(3109deg);
    transform: rotate(3109deg)
  }

  90% {
    -webkit-transform: rotate(6314deg);
    transform: rotate(6314deg)
  }

  95% {
    -webkit-transform: rotate(6312deg);
    transform: rotate(6312deg)
  }

  100% {
    -webkit-transform: rotate(6303deg);
    transform: rotate(6303deg)
  }
}

@-moz-keyframes spinTwo {
  0% {
    -moz-transform: rotate(3109deg);
    transform: rotate(3109deg)
  }

  90% {
    -moz-transform: rotate(6314deg);
    transform: rotate(6314deg)
  }

  95% {
    -moz-transform: rotate(6312deg);
    transform: rotate(6312deg)
  }

  100% {
    -moz-transform: rotate(6303deg);
    transform: rotate(6303deg)
  }
}

@-o-keyframes spinTwo {
  0% {
    -o-transform: rotate(3109deg);
    transform: rotate(3109deg)
  }

  90% {
    -o-transform: rotate(6314deg);
    transform: rotate(6314deg)
  }

  95% {
    -o-transform: rotate(6312deg);
    transform: rotate(6312deg)
  }

  100% {
    -o-transform: rotate(6303deg);
    transform: rotate(6303deg)
  }
}

@keyframes spinTwo {
  0% {
    -webkit-transform: rotate(3109deg);
    -moz-transform: rotate(3109deg);
    -o-transform: rotate(3109deg);
    transform: rotate(3109deg)
  }

  90% {
    -webkit-transform: rotate(6314deg);
    -moz-transform: rotate(6314deg);
    -o-transform: rotate(6314deg);
    transform: rotate(6314deg)
  }

  95% {
    -webkit-transform: rotate(6312deg);
    -moz-transform: rotate(6312deg);
    -o-transform: rotate(6312deg);
    transform: rotate(6312deg)
  }

  100% {
    -webkit-transform: rotate(6303deg);
    -moz-transform: rotate(6303deg);
    -o-transform: rotate(6303deg);
    transform: rotate(6303deg)
  }
}

@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }

  100% {
    top: 50%;
  }
}

@keyframes slideFromTop {
  0% {
    top: 0%;
  }

  100% {
    top: 50%;
  }
}

@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }

  100% {
    top: 0%;
  }
}

@keyframes slideToTop {
  0% {
    top: 50%;
  }

  100% {
    top: 0%;
  }
}

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }

  100% {
    top: 50%;
  }
}

@keyframes slideFromBottom {
  0% {
    top: 70%;
  }

  100% {
    top: 50%;
  }
}

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }

  100% {
    top: 70%;
  }
}

@keyframes slideToBottom {
  0% {
    top: 50%;
  }

  100% {
    top: 70%;
  }
}

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }

  100% {
    border-color: #F8BB86;
  }
}

@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }

  100% {
    border-color: #F8BB86;
  }
}

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }

  100% {
    background-color: #F8BB86;
  }
}

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }

  100% {
    background-color: #F8BB86;
  }
}

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Sweet-alert FINISH */
/* animate */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}



@-webkit-keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* Comments */

.comment-img {
  height: 90px;
  margin-right: 20px;
}

.comment {
  display: flex;
  margin-bottom: 20px;
}

.comment:nth-last-child(1) {
  margin-bottom: 0;
}

.comment-right {
  width: 100%;
}

.comment-top {
  position: relative;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 26px;
}

.comment .comment-top::after {
  content: '';
  display: block;
  width: 71px;
  height: 32px;
  position: absolute;
  right: 35px;
  bottom: -14px;
}

.comment:nth-child(1) .comment-top::after {
  background-image: url(./1_likes.png);
}

.comment:nth-child(2) .comment-top::after {
  background-image: url(./2_likes.png);
  width: 56px;
}

.comment:nth-child(3) .comment-top::after {
  background-image: url(./3_likes.png);
  width: 56px;
}

.comment:nth-child(4) .comment-top::after {
  background-image: url(./4_likes.png);
  width: 71px;
}

.comment:nth-child(5) .comment-top::after {
  background-image: url(./5_likes.png);
  width: 100px;
}

.comment:nth-child(6) .comment-top::after {
  background-image: url(./6_likes.png);
  width: 71px;
}

.comment-name {
  margin-top: 0;
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
}

.comment p {
  margin: 0;
}

.comment-text {
  font-size: 18px;
  color: #fff;
}

.comment-bottom {
  margin-top: 12px;
  display: flex;
  padding-left: 25px;
}

.comment-active {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  color: rgba(215, 255, 255, 0.47);
  padding-left: 12px;
  padding-right: 12px;
}

.comment-active:nth-child(1)::before,
.comment-active:nth-child(2)::before
{
  padding-left: 0;
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 50%;
  display: block;
  background-color:rgb(167, 180, 209);
  position: absolute;
  right: 0;
  top: 50%;

}


.comment-time {
  padding-right: 0;
  color: rgba(215, 255, 255, 0.47);
}


.comment-walmart {
  position: relative;
  padding-left: 109px;
}


.comment-walmart::before {
  content: '';
  display: block;
  width: 49px;
  height: 102px;
  background-image: url(./rectangle.png);
  position: absolute;
  left: 42px;
  top: -50px;
}


@media screen and (min-width: 320px) and (max-width: 480px) {
  .comment-name {
    font-size: 16px;
  }

  .comment-text {
    font-size: 14px;
  }

  .comment-img {
    width: 45px;
    height: 45px;
  }

  .comment-top {
    padding: 18px;
  }

  .comment-walmart {
    padding-left: 63px;
  }

  .comment-walmart::before {
    width: 37px;
    left: 18px;
    top: -80px;
  }

  .comment-bottom {
    padding-left: 0;
  }

  .comment-active {
    font-size: 14px;
    margin-right: 10px;
  }

  .comment .comment-top::after {
    width: 52px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 27px;
    bottom: -15px;
  }

  .comment:nth-child(2) .comment-top::after {
    width: 41px;
  }

  .comment:nth-child(3) .comment-top::after {
    width: 41px;
  }

  .comment:nth-child(4) .comment-top::after {
    width: 51px;
  }

  .comment:nth-child(5) .comment-top::after {
    width: 70px;
  }

  .comment:nth-child(6) .comment-top::after {
    width: 51px;
  }

  .comment-img {
    margin-right: 10px;
  }
}