.jump {
  animation: jump 1.5s infinite ease;
}
@keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: -40px;
  }
  100% {
    top: 0;
  }
}
.coin {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 150px;
  width: 150px;
}

.coin .front, .coin .back {
  position: absolute;
  height: 150px;
  width: 150px;
  background: #ffbd0b;
  border-radius: 50%;
  border-top: 7px solid #ffd84c;
  border-left: 7px solid #ffd84c;
  border-right: 7px solid #d57e08;
  border-bottom: 7px solid #d57e08;
  transform: rotate(44deg);
}
.coin .front:before, .coin .back:before {
  content: "";
  margin: 35.5px 35.5px;
  position: absolute;
  width: 70px;
  height: 70px;
  left: 0px;
  background: #f0a608;
  border-radius: 50%;
  border-bottom: 5px solid #ffd84c;
  border-right: 5px solid #ffd84c;
  border-left: 5px solid #d57e08;
  border-top: 5px solid #d57e08;
  z-index: 2;
}
.coin .front .creditsAmount, .coin .back .creditsAmount {
  overflow: hidden;
  position: absolute;
  color: #fff;
  font-size: 35px;
  transform: rotate(-44deg);
  line-height: 4.1;
  width: 100%;
  height: 100%;
  left: 0px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 3px 0 #cb7407;
  z-index: 3;
  border-radius: 50%;
}
.coin .front .creditsAmount:after, .coin .back .creditsAmount:after {
  content: "";
  position: absolute;
  height: 200px;
  width: 40px;
  margin: 20px -65px;
  box-shadow: 50px -23px 0 -10px rgba(255, 255, 255, 0.22), 85px -10px 0 -16px rgba(255, 255, 255, 0.19);
  transform: rotate(-50deg);
  animation: shine 1.5s infinite ease;
}
@keyframes shine {
  0% {
    margin: 20px -65px;
  }
  50% {
    margin: 70px -85px;
  }
  100% {
    margin: 20px -65px;
  }
}
.coin .front .shapes, .coin .back .shapes {
  transform: rotate(-44deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.coin .front .shapes div, .coin .back .shapes div {
  width: 20px;
  height: 4px;
  background: #d57e08;
  border-top: 2px solid #c47207;
  margin: 75px 7px;
}
.coin .front .shapes div:before, .coin .back .shapes div:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background: #d57e08;
  border-top: 2px solid #c47207;
  margin: -10px 0;
}
.coin .front .shapes div:after, .coin .back .shapes div:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background: #d57e08;
  border-top: 2px solid #c47207;
  margin: 8px 0;
}
.coin .front .shape_l, .coin .back .shape_l {
  float: left;
}
.coin .front .shape_r, .coin .back .shape_r {
  float: right;
}
.coin .front .top, .coin .back .top {
  font-size: 35px;
  color: #d67f08;
  text-align: center;
  width: 100%;
  position: absolute;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 900;
  left: 0;
  top: -5px;
}
.coin .front .bottom, .coin .back .bottom {
  font-size: 16px;
  color: #d67f08;
  text-align: center;
  width: 100%;
  position: absolute;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 900;  
  left: 0;
  bottom: 5px;
}

.coin .shadow {
  width: 100%;
  height: 20px;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  bottom: -50px;
  border-radius: 50%;
  z-index: -1;
  margin: 185px 7px 0 7px;
  animation: swift 1.5s infinite ease;
}
@keyframes swift {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
    transform: scale(0.8);
  }
  100% {
    opacity: 0.8;
  }
}


.header{
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.roller {
  position: absolute;
  top: 5px;
  left: 5px;
  margin: 5px;
  width: 80px;
  height: 80px;
  border-width: 2px;
  border-style: dotted;
  border-radius: 50%;
  animation: roll 3s linear infinite, border-color 2s linear infinite;
}

.roller-complete {
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;

}
.storyLoaded {
    stroke: #f8f8f8;
}

.over-roller {
  top: 0px;
  left: 0px;
  margin: 0px auto;
  width: 100px;
  height: 100px;
  position: absolute;
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  stroke: #7f17a9;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.stopCircular {
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.storyOn{
  stroke: #7f17a9 !important;
}

.storyOff{
  stroke: #fff !important;
  stroke-width:1px !important;
}


.storyOffOnline{
  stroke: #00b85e !important;
}

.stopRoller {
  position: absolute;
  top: 5px;
  left: 5px;
  margin: 5px;
  width: 80px;
  height: 80px;
  border-width: 0px;
  border-style: solid;
  border-radius: 50%;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 2s ease-in-out infinite, color 2s linear infinite;
  stroke-linecap: round;
}


@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes roll {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #4f5bd5;
  }
  40% {
    stroke: #962fbf;
  }
  66% {
    stroke: #4f5bd5;
  }
  80%,
  90% {
    stroke: #962fbf;
  }
}
@keyframes border-color {
}



#storytime .storytime {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: opacity 0s;
    -moz-transition: opacity 0s;
    -webkit-transition: opacity 0s;
}

#storytime .story-cover {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    background-color: #000000;
    opacity: .85;
    animation: fadeInOpacity 0.32s ease;
    animation-iteration-count: 1;
}

@keyframes fadeInOpacity {
  0% {
    opacity: .70;
  }  
  100% {
    opacity: .85;
  }
}

#storytime .story-nav-left {
    height: 7vh;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    font-family: 'Helvetica', sans-serif;
    vertical-align: middle;
    font-size: 85%;
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: left;
}

#storytime .story-nav-right {
    height: 7vh;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: right;
    width: 50%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

#storytime span.story-text {
    font-weight: bold;
    display: inline-table;
    padding-left: 10px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 15px;
    position: absolute;
    top: 7px;
    left: 59px;
    padding-left: 10px;    
}

#storytime span.story-date {
  position: absolute;
  top: 25px;
  left: 59px;
  opacity: 0.6;
  font-size: 90%;
  padding-left: 10px;
}

#storytime .story-timeline {
    height: 3vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

#storytime .story-timeline-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 2px;
    position: relative;
    margin-right: 5px;
}

#storytime .story-timeline-item:last-child {
    margin-right: 0px;
}

#storytime .story-timeline-line {
    background: rgba(255,255,255,.35);
    border-radius: 2px;
    height: 2px;
    position: absolute;
    top: 0;
    width: 100%;
}

#storytime .story-timeline-line-active {
    -webkit-transition: width .25s linear;
    transition: width .25s linear;
    width: auto;
    will-change: width;
    border-radius: 2px;
    height: 2px;
    position: absolute;
    top: 0;
    background: #ffffff;
}

#storytime .story-icon {
    position: relative;
    height: 50px;
    width: 50px;
    display: inline-block;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;    
    border-radius: 50%;
    vertical-align:middle;
    margin-left: 5px;
}

#storytime .story-window {
    z-index: 1010;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 90%;
    display: block;
    min-width: 47.81vh;
    max-width: 1280px;
}



#storytime .story-blur {
    position: absolute;
    top: 48%;
    left: 10%;
    height: 40px;
    width: 80%;
    object-fit: contain;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}

#storytime .story-blur span{
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  padding: 10px;
}
#storytime .story-nav{
  position: relative !important;
  background:000;
  z-index: 9999;
  width: 100%;
  height: 6vh;
}

#storytime .story-video .leftSection{
    position: absolute;
    top:0;
    left: 0;
    width: 30%;
    height: 80vh;
    background: none;
    z-index: 9;
}

#storytime .story-video .rightSection{
    position: absolute;
    top:0;
    right: 0;
    width: 70%;
    height: 80vh;
    background: none;
    z-index: 9;
}

#storytime .story-video {
    position: relative;  
    display: block;
    height: 85vh;
    width: 47.81vh;
    object-fit: cover;
    background-color: #000000;

}

#storytime .story-video video {

    object-fit: cover;
    display: inline-block;

    top: 0;
    height: 100%;  
    width: 100%;
    max-width: 47.81vh;   
    overflow: hidden;
}


#storytime .story-video img {
    height: 100%;  
    width: 100%;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#storytime .close {
    position: absolute;
    right: 0;
    top:7px;
  width: 28px;
  height: 28px;
  opacity: 0.55;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

#storytime .close:hover {
  opacity: 1;
}

#storytime .paused {
    position: absolute;
    right: 0px;
    top: 12px;
  width: 60px;
  height: 24px;
  background: #515151;
  border-radius: 3px;
  opacity: 0.65;
  text-align: center;
  display: none;
}
#storytime .paused span {
  font-family: 'Montserrat';
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
}

#storytime .paused:hover {
  opacity: 1;
}


#storytime .storyCredit {
    position: absolute;
    right: 72px;
    top: 12px;
  width: auto;
  height: 24px;
  background: #515151;
  border-radius: 3px;
  opacity: 0.65;
  text-align: right;
  cursor: pointer;

}
#storytime .storyCredit span {
  font-family: 'Montserrat';
  font-size: 14px;
  margin-left: 36px;
  margin-right: 8px;
  font-weight: 700;
  color: #fff;
  line-height: 24px;
}
#storytime .storyCredit i {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
}

#storytime .storyCredit:hover {
  opacity: 1;
}


#storytime .storySettings {
    position: absolute;
    right: 40px;
    top: 12px;
  width: 28px;
  height: 24px;
  background: #515151;
  border-radius: 3px;
  opacity: 0.65;
  text-align: center;
  cursor: pointer;
  display: none

}

#storytime .storySettings i {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 24px;
}

#storytime .storySettings:hover {
  opacity: 1;
}


#storytime .close:hover {
  opacity: 1;
}


#storytime .close:before, #storytime .close:after {
  position: absolute;
  top: 2px;
  left: 15px;
  content: ' ';
  height: 30px;
  width: 2px;
  background-color: #ffffff;
}

#storytime .close:before {
  transform: rotate(45deg);
}

#storytime .close:after {
  transform: rotate(-45deg);
}

#storytime .story-arrow {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: block;
    padding: 8px;
    opacity: 0.2;
}

#storytime .story-arrow:hover {
    opacity: 0.9;
}


#storytime .right {
    position: absolute;
    right: -10%;
    top: 50%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#storytime .left {
    position: absolute;
    left: -10%;
    top: 50%;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

#storytime .spinner {
  width: 70px;
  text-align: center;
  margin:auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
}

#storytime .spinner > div {
  width: 14px;
  height: 14px;
  margin-left: 4px;
  background-color: #999999;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: st-sk-bouncedelay 1.7s infinite ease-in-out both;
  animation: st-sk-bouncedelay 1.7s infinite ease-in-out both;
}

#storytime .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

#storytime .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes st-sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes st-sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.meetStory {
  position:absolute;
  left:0px;
  top: -10px;
  width:200px;
  height:200px;
  overflow:hidden;
}

.story {
  position:absolute;
  left:0px;
  top: 5px;
  width:100px;
  height:100px;
  overflow:hidden;
}
.story .profile-photo {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 9;
}

.yesStory svg {
  fill:none;
  stroke:#8a3ab8;
  stroke-width:3px;
  stroke-dasharray:5;
  stroke-dashoffset:5;
  stroke-linecap:round;
  animation:storyAnim 2500ms ease-in-out infinite alternate;
}
.noStory svg {
  fill:none;
  stroke:#000000;
  stroke-width:2px;
  stroke-dasharray:0;
  stroke-dashoffset:0;
  stroke-linecap:round;
}
.noStoryOnline svg {
  fill:none;
  stroke:#41c906;
  stroke-width:3px;
  stroke-dasharray:0;
  stroke-dashoffset:0;
  stroke-linecap:round;
}
@keyframes storyAnim {    
  100% {
    stroke:#cd476b;
    stroke-dasharray:6;
    transform:rotate(150deg);
  }
}


.gradient1{
    background-color: #FFFFFF !important;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #6284FF 50%, #FF0000 100%) !important;
}

.gradient2{
background-color: #52ACFF !important;
background-image: linear-gradient(180deg, #52ACFF 25%, #FFE32C 100%) !important;
}

.gradient3{
background-color: #FFE53B !important;
background-image: linear-gradient(147deg, #FFE53B 0%, #FF2525 74%) !important;
}
.gradient4{
background-color: #FAACA8 !important;
background-image: linear-gradient(19deg, #FAACA8 0%, #DDD6F3 100%) !important;

}

.gradient5{
background-color: #21D4FD !important;
background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%) !important;

}

.gradient6{
background-color: #08AEEA !important;
background-image: linear-gradient(0deg, #08AEEA 0%, #2AF598 100%) !important;

}

.gradient7{
background-color: #FEE140 !important;
background-image: linear-gradient(90deg, #FEE140 0%, #FA709A 100%) !important;

}

.gradient8{
background-color: #8EC5FC !important;
background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%) !important;

}

.gradient9{
background-color: #FBAB7E !important;
background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%) !important;

}

.gradient10{
background-color: #FF3CAC !important;
background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%) !important;

}

.gradient11{
background-color: #D9AFD9 !important;
background-image: linear-gradient(0deg, #D9AFD9 0%, #97D9E1 100%) !important;

}

.gradient12{
background-color: #00DBDE !important;
background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%) !important;

}

.gradient13{
background-color: #F4D03F !important;
background-image: linear-gradient(132deg, #F4D03F 0%, #16A085 100%) !important;

}

.gradient14{
background-color: #0093E9 !important;
background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%) !important;

}

.gradient15{
background-color: #FAD961 !important;
background-image: linear-gradient(90deg, #FAD961 0%, #F76B1C 100%) !important;

}

.gradient16{
background-color: #FA8BFF !important;
background-image: linear-gradient(45deg, #FA8BFF 0%, #2BD2FF 52%, #2BFF88 90%) !important;

}

.gradient17{
background-color: #FBDA61 !important;
background-image: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%) !important;

}

.gradient18{
background-color: #4158D0 !important;
background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%) !important;

}

.gradient19{
background-color: #3EECAC !important;
background-image: linear-gradient(19deg, #3EECAC 0%, #EE74E1 100%) !important;

}

.gradient20{
background-color: #FF9A8B !important;
background-image: linear-gradient(90deg, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%) !important;
}


.gradient21{
  background: #bdc3c7 !important;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7) !important;  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2c3e50, #bdc3c7) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gradient22{
background: #ee9ca7 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #ffdde1, #ee9ca7) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #ffdde1, #ee9ca7) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gradient23{
background: #2193b0 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #6dd5ed, #2193b0) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #6dd5ed, #2193b0) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient24{
background: #C6FFDD !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #f7797d, #FBD786, #C6FFDD) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #f7797d, #FBD786, #C6FFDD) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient25{
background: #0F2027 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #2C5364, #203A43, #0F2027) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #2C5364, #203A43, #0F2027) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient26{
background: #12c2e9 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #f64f59, #c471ed, #12c2e9) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #f64f59, #c471ed, #12c2e9) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient27{
  background: #b92b27 !important;
  background: -webkit-linear-gradient(to left, #1565C0, #b92b27) !important;
  background: linear-gradient(to left, #1565C0, #b92b27) !important;
}

.gradient28{
background: #373B44 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #4286f4, #373B44) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #4286f4, #373B44) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient29{
background: #2980B9 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #FFFFFF, #6DD5FA, #2980B9) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #FFFFFF, #6DD5FA, #2980B9) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient30{
background: #FF0099 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #493240, #FF0099) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #493240, #FF0099) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient31{
background: #aa4b6b !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #3b8d99, #6b6b83, #aa4b6b) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #3b8d99, #6b6b83, #aa4b6b) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient32{
background: #8E2DE2 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #4A00E0, #8E2DE2) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #4A00E0, #8E2DE2) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient33{
background: #1f4037 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #99f2c8, #1f4037) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #99f2c8, #1f4037) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient34{
background: #f953c6 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #b91d73, #f953c6) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #b91d73, #f953c6) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient35{
background: #7F7FD5 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #91EAE4, #86A8E7, #7F7FD5) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #91EAE4, #86A8E7, #7F7FD5) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient36{
background: #c31432 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #240b36, #c31432) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #240b36, #c31432) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient37{
background: #f12711 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #f5af19, #f12711) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #f5af19, #f12711) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient38{
background: #659999 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #f4791f, #659999) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #f4791f, #659999) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient39{
background: #dd3e54 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #6be585, #dd3e54) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #6be585, #dd3e54) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient40{
background: #8360c3 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #2ebf91, #8360c3) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #2ebf91, #8360c3) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient41{
background: #544a7d !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #ffd452, #544a7d) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #ffd452, #544a7d) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient42{
background: #009FFF !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #ec2F4B, #009FFF) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #ec2F4B, #009FFF) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient43{
background: #654ea3 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #eaafc8, #654ea3) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #eaafc8, #654ea3) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient44{
background: #FF416C !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #FF4B2B, #FF416C) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #FF4B2B, #FF416C) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient45{
background: #8A2387 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #F27121, #E94057, #8A2387) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #F27121, #E94057, #8A2387) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient45{
background: #a8ff78 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #78ffd6, #a8ff78) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #78ffd6, #a8ff78) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient46{
background: #1E9600 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #FF0000, #FFF200, #1E9600) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #FF0000, #FFF200, #1E9600) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient47{
background: #ED213A !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #93291E, #ED213A) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #93291E, #ED213A) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient48{
background: #FDC830 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #F37335, #FDC830) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #F37335, #FDC830) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.gradient49{
background: #00B4DB !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #0083B0, #00B4DB) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #0083B0, #00B4DB) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.gradient50{
background: #FFEFBA !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #FFFFFF, #FFEFBA) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #FFFFFF, #FFEFBA) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.gradient51{
background: #59C173 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #5D26C1, #a17fe0, #59C173) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #5D26C1, #a17fe0, #59C173) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.gradient52{
background: #DA4453 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #89216B, #DA4453) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #89216B, #DA4453) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.gradient53{
background: #ad5389 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #3c1053, #ad5389) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #3c1053, #ad5389) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.gradient54{
background: #a8c0ff !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #3f2b96, #a8c0ff) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #3f2b96, #a8c0ff) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.gradient55{
background: #333333 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #dd1818, #333333) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #dd1818, #333333) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.gradient56{
background: #4e54c8 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #8f94fb, #4e54c8) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.gradient57{
background: #bc4e9c !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #f80759, #bc4e9c) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #f80759, #bc4e9c) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.gradient58{
background: #40E0D0 !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #FF0080, #FF8C00, #40E0D0) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #FF0080, #FF8C00, #40E0D0) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.gradient59{
background: #11998e !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #38ef7d, #11998e) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #38ef7d, #11998e) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.gradient60{
background: #c94b4b !important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #4b134f, #c94b4b) !important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #4b134f, #c94b4b) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}




.plus {
  width: 30px;
  cursor: pointer;
  transition: all .3s ease 0s;
  height: 30px;
  background: #ffe581;
  border-radius: 50%;
  display: flex;
  position: relative;
}
.plus__line {
  width: 2px;
  height: 18px;
  background: #000;
  border-radius: 10px;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 9px);
}
.plus__line--h {
  transform: rotate(90deg);
}
.plus__line--v {
  display: flex;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
  transition: all .4s ease 0s;
}
.plus__link {
  color: #fff;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease 0s;
  transform: scale(0.5);
}
.plus--active {
  height: 22px;
  border-radius: 30px;
}
.plus--active .plus__line--v {
  height: 38px;
  top: calc(-90% - 0px);
  padding: 0 5px;
  box-sizing: border-box;
  width: 170px;
  border-radius: 60px;
  left: calc(50% - 85px);
}
.plus--active .plus__link {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: .05s;
}

.centered {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}




#chat-input {
  position: fixed;
  bottom: -20px;
  height: 40px;
  width: 90%;
  left: 5%;
  background: rgba(255,255,255,.55);
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.35);   
  z-index: 1001;
}
#chat-input:hover{
  background: rgba(255,255,255,1);
  color: #333;
}
#chat-input input:focus{
  background: rgba(255,255,255,1);
  color: #111;
}
#chat-input input {
  position: relative;
  width: 100%;
  height: 100%;
  background:none;
  border: none;
  outline: none;
  border-radius: 6px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 45px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

#chat-input-send {
  position: fixed;
  bottom: -25px;
  height: 40px;
  width: 40px;
  right: 10px;
  background: none;
  overflow: hidden;
  z-index: 1002;
}
#chat-input-send i{
  font-size: 26px;
  color: #333;
  cursor: pointer; 
}


toast-bar .toast-bar {
    position: fixed;
    padding: 12px 0;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 1003;
}

toast-bar .toast-bar.isVisible {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: var(--easeOutExpo);
    animation-timing-function: var(--easeOutExpo);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideIn {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

toast-bar .toast-bar.isHidden {
    -webkit-animation-name: slideOut;
    animation-name: slideOut;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: var(--easeOutExpo);
    animation-timing-function: var(--easeOutExpo);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes slideOut {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    99% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOut {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    99% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

toast-bar .toast-bar.preload {
    opacity: 0
}

toast-bar .toast-bar--inner {
    background-color: #333;
    height: 80px;
    border-radius: 15px;
    padding: 0 20px 0 30px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .1), 0 8px 16px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .1), 0 8px 16px 0 rgba(0, 0, 0, .08)
}

toast-bar .toast-bar--inner h4 {
    color: #fff;
    margin: 0;
    white-space: nowrap;
    margin-right: 30px
}

toast-bar .toast-bar__details {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

toast-bar .toast-bar__section-header,
toast-bar .toast-bar__section-header>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

toast-bar .toast-bar__section-header {
    height: 10px;
    margin-bottom: 7px
}

toast-bar .toast-bar__section-header h6 {
    display: inline-block
}

toast-bar .toast-bar__section-header a {
    -webkit-transition: border .3s;
    transition: border .3s;
    color: var(--color-melrose);
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-decoration: none;
    border-bottom: 1px solid transparent
}

toast-bar .toast-bar__section-header a:hover {
    border-bottom-color: var(--color-melrose-dark)
}

toast-bar .toast-bar__section-header i {
    margin-left: 3px
}

toast-bar .toast-bar__section:not(:first-child) {
    margin-left: 20px
}

toast-bar .toast-bar__section:first-child {
    position: relative;
    max-width: none
}

toast-bar .toast-bar__details code {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    height: 32px;
    padding: 0 12px;
    cursor: text;
    overflow: hidden
}

@supports (display:grid) {
    toast-bar .toast-bar__section:not(: first-child) {
        -ms-flex: 0;
        flex: 0
    }
    toast-bar .toast-bar__section:first-child {
        -ms-flex: 1;
        flex: 1
    }
    toast-bar .toast-bar__details code {
        overflow-x: auto
    }
}

toast-bar .toast-bar__details code>span {
    position: absolute;
    white-space: nowrap
}

toast-bar .toast-bar__section .confirmation {
    font-size: 11px;
    font-family: Eina;
    font-weight: 600;
    color: #aec6ff;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    margin-left: 12px
}

toast-bar .toast-bar__section .confirmation .ion {
    color: #aec6ff;
    font-size: 14px;
    margin-right: 4px
}

toast-bar .toast-bar__section.copied .confirmation {
    -webkit-animation-name: slideInOut;
    animation-name: slideInOut;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes slideInOut {
    0% {
        opacity: 0;
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    10% {
        opacity: .9;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    90% {
        opacity: .9;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes slideInOut {
    0% {
        opacity: 0;
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    10% {
        opacity: .9;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    90% {
        opacity: .9;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

toast-bar .toast-bar__details code:hover .hover-highlight {
    background-color: #5882b2
}

@media screen and (max-width:768px) {
    toast-bar .toast-bar__section:not(: first-child) {
        display: none
    }
}

@media screen and (max-width:540px) {
    toast-bar .toast-bar--inner {
        padding: 16px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        height: auto
    }
    toast-bar .toast-bar--inner h4 {
        margin: 0 0 16px
    }
    toast-bar .toast-bar__section {
        max-width: 100%!important
    }
    toast-bar .toast-bar__details {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}


.blurred{
  -webkit-filter: blur(25px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(15px);  
}

.uploadingGray{
  -webkit-filter: grayscale(100%) !important; /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) !important;    
}

:root{
  --background-dark: #2d3548;
  --text-light: rgba(255,255,255,0.6);
  --text-lighter: rgba(255,255,255,0.9);
  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 64px;
  --width-container: 1200px;
}


.profile-stories-section{
  align-items: flex-start;
  display: flex;
  height: auto;
  justify-content: center;
}

.stories-grid{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: var(--spacing-l);
  grid-row-gap: var(--spacing-l);
  max-width: var(--width-container);
  width: 100%;
}

@media(min-width: 540px){
  .stories-grid{
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media(min-width: 960px){
  .stories-grid{
    grid-template-columns: repeat(4, 1fr); 
  }
}

.profile-story-album{
  list-style: none;
  position: relative;
}

.profile-story-album:before{
  content: '';
  display: block;
  padding-bottom: 150%;
  width: 100%;
}

.profile-story-album__background{
  background-size: cover;
  background-position: center;
  border-radius: var(--spacing-l);
  bottom: 0;
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;
  trsnsform: scale(1) translateZ(0);
  transition: 
    filter 200ms linear,
    transform 200ms linear;
}

.profile-story-album:hover .profile-story-album__background{
  transform: scale(1.05) translateZ(0);
  filter: brightness(1) saturate(1) contrast(1);
}

.profile-story-album-grid:hover > .profile-story-album:not(:hover) .profile-story-album__background{

}

.profile-story-album__content{
  left: 0;
  padding: var(--spacing-l);
  position: absolute;
  top: 0;
}

.profile-story-album__category{
  position: absolute !important;  
  font-family: 'Montserrat', sans-serif;
  bottom: 0px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  left: 0px;
  font-weight: bold;
}

.profile-story-album__heading{
  color: var(--text-lighter);
  font-size: 1.9rem;
  text-shadow: 2px 2px 20px rgba(0,0,0,0.2);
  line-height: 1.4;
}


.stories-wrap {
  width: 100%;
  margin: auto;


}
.stories-wrap:focus, .stories-wrap:active {
  outline: 0;
}

.flickity-viewport {
  height: 210px;
  overflow: hidden;

}

.story-album {
  width: 100%;
  max-width: 120px;
  min-width: 120px;
  border-radius: 0.6rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.04);
  position: relative;
  min-height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 1rem;
  transition: all 350ms ease;
}
.story-album__overlay {
  border-radius: 0.6rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.12);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.2));
  z-index: 3;
}
.story-album__info {
  position: absolute;
  padding: 1.5rem 1.5rem;
  width: 100%;
  text-align: center;
  color: white;
  position: absolute;
  bottom: 0;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
  z-index: 7;
  left: 0;
  bottom: 8px;
  height: 100%;
}
.uploadStoryAlbum{
    z-index: 6 !important;
}
.story-album__title {
  position: absolute;
  bottom:10px;
  left: 10px;
  width: 90px;
  font-size: 1.2rem;
  font-weight: 800;
  text-overflow: ellipsis;
  overflow: hidden; 
  white-space: nowrap;  
  margin-bottom: .5rem;
  color: #fff;
  text-align: center;
  z-index: 9;

}

.story-album__edit {
  border-radius: 3px;
  width: 80px;
  height: 20px;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 8px;
  right: 8px;
  transition: all 0.3s ease;
  z-index: 4;
  cursor: pointer;
}

.story-album__edit span{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  padding: 2px;
  padding-left: 5px;
  color: #333;
}

.story-album__count {
  border-radius: 3px;
  width: 74px;
  height: 20px;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 8px;
  left: 8px;
  transition: all 0.3s ease;
  z-index: 4;
  cursor: pointer;
}

.story-album__count span{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  padding: 2px;
  padding-left: 5px;
  color: #333;
}

.story-album:hover, .story-album:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 450ms ease;
}
.story-album:hover .story-album__overlay, .story-album:focus .story-album__overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.1));
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: all 350ms ease;
}
.story-album:hover {
  cursor: -webkit-grab;
}
.story-album:focus, a.story-album:active {
  cursor: -webkit-grabbing;
}

.overlayScroller {
  position: absolute;
  top: 70px;
  pointer-events: none;
  bottom: 0;
  right: 0;
  left: 0;
  background: transparent;
  
  z-index: 100;
}


.container-grid-interest {
  background: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 80px;
  height: 80px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  margin-left: 5px;
  margin-top: 0px;
  border-radius: 50%;  
  cursor: pointer;
}

.interestName {
  border-radius: 3px;
  width: 60px;
  height: 20px;
  background: none;
  position: absolute;
  bottom: 30px;
  left: 10px;
  transition: all 0.3s ease;
  z-index: 4;
  opacity: 0;
  text-align: center;
}
.interestAdd{
  opacity: 1;
  bottom: 40px;
}
.container-grid-interest:hover .interestName{
  opacity: 1;
}

.interestName span{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-align: center !important;
  font-size: 12px;
  line-height: 20px;
  color: #fafafa;
  padding: 2px;
}
.interestChecked {
  border-radius: 3px;
  width: 60px;
  height: 20px;
  background: none;
  position: absolute;
  bottom: 30px;
  left: 10px;
  transition: all 0.3s ease;
  z-index: 4;
  opacity: 1;
  text-align: center;
  font-size: 24px;
  display: none;
}

.container-grid-stories {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 121px;
  height: 180px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  margin-left: 5px;
  margin-top: 0px;
}
.circle-grid-stories {
  border-radius: 50%;
  opacity: 0;
  width: 40px;
  height: 40px;
  background: rgba(115, 200, 13, 0.4);
  box-shadow: 2px 2px 2px #ddd;
  position: absolute;
  bottom: 25px;
  right: 25px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.circle-grid-stories.expand {
  opacity: 1;
  border-radius: 50%;
  width: 800px;
  height: 800px;
  right: -350px;
  bottom: -350px;
  box-shadow: 0px 0px 0px #ddd;
  background: rgba(255, 255, 255, 0.6);
}
.circleclose {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding-top: 5px;

  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 4;
}

.selectStoryDate {
  border-radius: 3px;
  width: 60px;
  height: 20px;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 8px;
  left: 8px;
  transition: all 0.3s ease;
  z-index: 4;
}

.selectStoryDate span{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  padding: 2px;
  padding-left: 6px;
}





.selectStoryType {
  border-radius: 3px;
  width: 30px;
  height: 20px;
  background: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 8px;
  right: 8px;
  transition: all 0.3s ease;
  z-index: 4;
}

.selectStoryType svg{
  margin-left: 5px;
}

.circleclose svg{
  margin-left: 5px;
}
.circleclose.gobottom {
  transform: scale(0);
  opacity: 0;
}


.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;

}

.fullscreen-bg__video {
   width: 141px;
   height: 220px; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 220px;
   min-width: 141px; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.box-shadow{
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);    
}
.text-shadow-banner{
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);    
}
.text-shadow{
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);    
}

.box-shadow-left-profile{
    -webkit-box-shadow: 0 10px 25px 0  rgba(0, 0, 0, 0.22);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.22);    
}

.box-shadow-credits{
    -webkit-box-shadow: 0 10px 25px 0  rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.12);    
}
.as-container{

}
.as-button{
    cursor: pointer;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);   
}

@media (max-width:600px) {
  #storytime .story-window {
    max-height: 100%;
    height: 100%;
    width: 100%;
  }
  #storytime .story-nav {
    position: absolute;
    top: 25px;
    padding-top: 10px;    
    z-index: 999;
    width: 100%;
    height: 9vh;
    background: none;
    padding-left:15px;
    padding-right:15px;     
  }
  #storytime .story-nav-left {
    height: 8vh;
  } 
  #storytime .story-nav-right {
    height: 8vh;
  }    
  #storytime .story-video {
      position: absolute;
      top: 0px;
      display: block;
      height: 100%;
      width: 100%;
      background-color: #000000;
      max-width: 100% !important;
      min-width: 100% !important;            
  } 
  #storytime .story-timeline {
      position: absolute;
      top: 0px;
      padding-top: 5px;    
      z-index: 998;
      width: 100%;
      background: none;
      padding-left:15px;
      padding-right:15px;    
  }
  #storytime .story-video video {
      max-width: 100% !important;
      min-width: 100% !important;
      object-fit: cover;
  }
  #storytime .story-video img {
      max-width: 100% !important;
      min-width: 100% !important;
  } 
  #storytime .close {
      right: 10px;
  }  
  #chat-input-send{
    bottom: 5px;
  } 
  #chat-input{
    bottom: 10px;
  }     
}

@media (max-width:475px) {
  #storytime .close {
      right: 15px;
  } 
  #storytime .story-timeline {
      padding-right:20px;
      padding-left:20px;    
  }   
}

@media (max-width:425px) {
   #storytime .story-nav {
    height: 9.5vh;    
  }
  #storytime .close {
      right: 5px;
  } 
   
}

@media (max-width:375px) {
  #storytime .close {
      right: 5px;
  } 
  #storytime .story-timeline {
      width: 92%;
      padding-right:0px;
      padding-left:20px;    
  } 
  .as-button {
  }   
}

@media (max-width:340px) {
   #storytime .story-nav {
    height: 10vh;    
  }
  #storytime .close {
      right: 10px;
  }      
}

.story-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 104px;
    width: 84px;
    overflow: hidden;
    margin-left: 8px;
    margin-right: 8px;
    display: inline-block;
}

.story-container:first-child {
    margin-left: 0
}

.story-container:last-child {
    margin-right: 0
}

.story-preview {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 10px;
    height: 104px;
    width: 84px;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.slider-content .story-preview {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 84px;
    flex: 0 0 84px
}
.stories-feed{
  display: flex;
  flex-wrap: wrap;  
}

@media screen and (max-width:425px) {
  .story-container {
      height: 10.5rem;
      width: 7.7rem;
      margin-bottom: 8px;
  }  
  .story-preview {
      height: 10.5rem;
      width: 7.7rem;
  }

  .slider-content .story-preview {
      -ms-flex: 0 0 7.7rem;
      flex: 0 0 7.7rem
  }
}

@media screen and (max-width:375px) {
  .story-container {
      height: 9rem;
      width: 6.7rem;
      margin-bottom: 8px;
  }  
  .story-preview {
      height: 9rem;
      width: 6.7rem;
  }

  .slider-content .story-preview {
      -ms-flex: 0 0 6.7rem;
      flex: 0 0 6.7rem
  }
}

@media screen and (max-width:320px) {
  .story-container {
      height: 12rem;
      width: 9rem;
      margin-bottom: 8px;
  }  
  .story-preview {
      height: 12rem;
      width: 9rem;
  }

  .slider-content .story-preview {
      -ms-flex: 0 0 9rem;
      flex: 0 0 9rem
  }
}




.story-preview:hover .story-preview-background {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    border-radius: 10px;
}

.story-preview .story-preview-background,
.story-preview .story-preview-mask,.story-preview .story-preview-mask-me {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.story-preview .story-preview-mask {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .7)));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .7));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .7))
}
.story-preview .story-preview-mask-me {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .7)));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .7));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .7))
}


.story-preview .story-preview-avatar {
    bottom: 26px;
    left: 8px;
    position: absolute
}

.story-preview .story-preview-name {
    bottom: 6px;
    color: #fff;
    font-size: 12px;
    left: 8px;
    margin: 0;
    position: absolute;
    width: 70px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.story-preview-placeholder {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 104px;
    width: 84px;
    margin-left: 8px;
    margin-right: 8px;
    background-color: #ece9e9;
    border-radius: 10px
}



.story-preview-placeholder:last-child {
    margin-right: 0
}
.user-avatar {
    border-radius: 50% 50% 50% 50%;
    height: 28px;
    width: 28px
}

.wallet-container {
  display: flex;
  justify-content: center;
}

.wallet-iphone {
  background-color: #FFF;
  margin: 0px;
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
  transform: scale(1);
  transform-origin: top center;
}

.wallet-header {
  height: 40%;
  width: 90%;
  margin-left: 5%;
  background-color: #FFF;
  border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  z-index: 1;
   overflow: hidden;
}

.wallet-header-summary {
  display: flex;
  flex-direction: column;
  font-family: 'Rubik', sans-serif;
  color: black;
  z-index: 3;
}

.wallet-summary-text {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.wallet-summary-balance {
  font-size: 2rem;
  letter-spacing: 1.5px;
  margin-bottom: 0.8rem;
  
}

.wallet-summary-text-2 {
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.wallet-user-profile {
  margin-top: 2rem;
  height: 99px;
  width: 99px;
  align-self: flex-start;
}

.wallet-user-photo {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid white;
  box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.2);
}



.wallet-card {
  
font-family: 'Rubik', sans-serif;
  align-self: stretch;
  background-color: white;
  border-radius: 12px;
  display: flex;
  flex-direction:column;
   box-shadow: 0 14px 28px rgba(0,0,0,0.02), 0 10px 10px rgba(0,0,0,0.0);
}

.wallet-upper-row {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 25px;
  padding-top: 10px
}

.wallet-card-item {
  margin: 20px;
  display: flex;
  flex-direction: column;
}

.wallet-card-item span:first-child {
  font-size: 0.7rem;
  font-weight: bold;
  margin-bottom:10px;
}

.wallet-card-item span:last-child {
  font-size: 1.2rem;
  font-weight: 300;
}

.wallet-dollar {
  color: #FFC168;
}

.wallet-lower-row {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 20px;
}

.wallet-lower-row::before {
    content: '';
    display: block;
    position: absolute;
    top: 110px;
    width: 50%;
    left: 25%;
    border-top: 1px solid #E1E1E1;
}

.wallet-icon-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wallet-icon {
  color: #FFC168;
  padding: 10px;
  background-color: #FBFBFB;
  border-radius: 5px;
  margin-bottom: 5px;
}

.wallet-icon-text {
  font-size: 0.6em;
  color: #939393;
}
.wallet-content {
  z-index: 4;
  position: absolute;
  top: 210px;
  margin-left:90px;
  width:90%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 230px;
  overflow-y: auto;
}
.wallet-transactions {
  font-family: 'Rubik', sans-serif;
  position: relative;
  margin-top: 1.5rem;
  width: 25%;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 10%;
}

.wallet-t-desc {
  font-size: 0.8rem;
  font-weight: bold;
  padding-bottom: 10px;
}

.wallet-transaction {
  cursor: default;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color:white;
  box-shadow: 0 14px 28px rgba(0,0,0,0.02), 0 10px 10px rgba(0,0,0,0.0);
  border-radius: 12px;
  margin-bottom:20px;
}

.wallet-t-details {
  width: 55%;
}

.wallet-t-icon-container {
  width: 45px;
  align-self: flex-start;
}

.wallet-t-icon {
  width: 100%;
  border-radius: 50%;
  box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.2);
}

.wallet-t-title {
  text-align: left;
  flex-grow: 1;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.wallet-t-time {
  font-size: 0.8rem;
  opacity: 0.8;
  font-weight: 300;
  letter-spacing: 1px;
}

.wallet-t-amount {
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 400;
  color: #06D778;
}

.wallet-red {
  color: #F4532D;
}

.wallet-drawer {
  display:flex;
  background-color: white;
  height:80px;
  position:absolute;
  bottom: 0px;
  width: 100%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  z-index: 5;
  justify-content: space-evenly;
  align-items: center;
}


.wallet-drawer span {
  display: inline-block;
  font-size: 1.5rem;
  color: #FFC168;
  transition: all 0.4s;
  cursor: pointer;
}

.wallet-drawer span i:hover {
  transform: scale(1.2);
  border-bottom: 2px solid orange;
}

.wallet-drawer span i {
  transition: all 0.3s ease;
  padding-bottom: 8px;
}



.wallet-menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #FFC168;
  color: white;
  top: -25px;
  position: absolute;
  transform: rotate(-45deg);
  border-radius: 10px;
  box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: all 0.1s;
  opacity: 0.9;
}

.wallet-menu-btn:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.wallet-menu-btn i{
  font-size: 1.5em;
  transform: rotate(45deg);
  
}

.wallet-footer {
  margin-top: 20px;
  text-align: center;
}

/* Footer institucional compartilhado. */
.site-footer{width:100%;margin:0;background:#0b0d12;color:#aeb5c2;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-align:left}.site-footer *{box-sizing:border-box}.site-footer__inner{display:grid;grid-template-columns:minmax(260px,1.5fr) repeat(2,minmax(140px,.75fr)) minmax(220px,1fr);gap:54px 44px;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:64px 0 28px}.site-footer__brand p,.site-footer__apps p{max-width:360px;margin:20px 0;color:#929baa;font-size:13px;line-height:1.7}.site-footer__logo{display:inline-flex;align-items:center;gap:11px;color:#fff!important;text-decoration:none!important}.site-footer__logo strong{color:#fff;font-size:24px;font-weight:900;letter-spacing:0}.site-footer__mark{display:grid;width:38px;height:38px;place-items:center;border-radius:10px;background:#ffd633;color:#11151d;font-size:20px;font-weight:950}.site-footer__contact{display:inline-flex;align-items:center;gap:8px;color:#d5d9e0!important;font-size:12px;font-weight:700;text-decoration:none!important}.site-footer__contact i{color:#ffd633;font-size:16px}.site-footer h2{margin:4px 0 20px!important;color:#fff!important;font-size:14px!important;font-weight:850!important;letter-spacing:0;text-transform:none}.site-footer__column{display:flex;flex-direction:column;align-items:flex-start;gap:13px}.site-footer__column a{position:relative;color:#aeb5c2!important;font-size:13px;font-weight:600;text-decoration:none!important;transition:color .18s ease,transform .18s ease}.site-footer__column a:hover{color:#ffd633!important;transform:translateX(3px)}.site-footer__apps p{margin:0 0 18px}.site-footer__store-list{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.site-footer__store-list a{display:flex;width:170px;min-height:48px;padding:7px 12px;align-items:center;gap:11px;border:1px solid #343945;border-radius:8px;background:#151820;color:#fff!important;text-decoration:none!important;transition:border-color .18s ease,background .18s ease}.site-footer__store-list a:hover{border-color:#ffd633;background:#1b1f28}.site-footer__store-list i{width:24px;color:#fff;font-size:25px;text-align:center}.site-footer__store-list span{font-size:13px;font-weight:800;line-height:1.1}.site-footer__store-list small{display:block;margin-bottom:2px;color:#8f98a8;font-size:8px;font-weight:650;text-transform:uppercase}.site-footer__discover{display:inline-flex;align-items:center;gap:8px;color:#ffd633!important;font-size:13px;font-weight:850;text-decoration:none!important}.site-footer__discover span{font-size:18px}.site-footer__bottom{grid-column:1/-1;display:flex;justify-content:space-between;gap:20px;padding-top:25px;border-top:1px solid #282d37}.site-footer__bottom p{margin:0;color:#767f8e;font-size:10px;line-height:1.5}.footer-content>.site-footer{margin-top:24px}.footer-content:has(.site-footer){padding-top:0!important;border-top:0!important}
@media(max-width:900px){.site-footer__inner{grid-template-columns:1.4fr repeat(2,1fr);gap:42px 30px}.site-footer__apps{grid-column:1/-1}.site-footer__store-list{flex-direction:row;flex-wrap:wrap}}
@media(max-width:620px){.site-footer__inner{grid-template-columns:1fr 1fr;gap:38px 24px;width:calc(100% - 32px);padding:46px 0 24px}.site-footer__brand,.site-footer__apps{grid-column:1/-1}.site-footer__brand p{max-width:100%}.site-footer__bottom{flex-direction:column;gap:7px}.site-footer__store-list{flex-direction:column}.site-footer__store-list a{width:100%}}

/* Paginas legais publicas. */
.legal-body{margin:0;background:#fff;color:#172033;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.legal-page{width:min(1040px,calc(100% - 48px));margin:0 auto;padding:126px 0 96px}.legal-hero{padding:36px 0 58px;border-bottom:1px solid #dfe4ea}.legal-back{display:inline-flex;align-items:center;gap:9px;margin-bottom:48px;color:#667085!important;font-size:12px;font-weight:800;text-decoration:none!important}.legal-back span{display:grid;width:30px;height:30px;place-items:center;border:1px solid #d9dee7;border-radius:8px;color:#172033;font-size:16px;transition:background .18s ease,color .18s ease}.legal-back:hover span{background:#172033;color:#fff}.legal-hero__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.legal-hero__heading>div>span{color:#e15332;font-size:10px;font-weight:900;letter-spacing:1.5px;text-transform:uppercase}.legal-hero h1{max-width:760px;margin:12px 0 0!important;color:#111827!important;font-size:58px!important;font-weight:920!important;line-height:1!important;letter-spacing:0}.legal-hero__heading small{flex:0 0 auto;padding:0 0 7px 24px;border-left:2px solid #ffd633;color:#8993a1;font-size:9px;font-weight:750;line-height:1.7;text-transform:uppercase}.legal-hero__heading small strong{color:#344054;font-size:11px;text-transform:none}.legal-hero>p{max-width:720px;margin:30px 0 0;color:#596575;font-size:18px;line-height:1.75}.legal-content{background:#fff}.legal-content>section{display:grid;grid-template-columns:76px minmax(0,720px);gap:22px;padding:38px 0;border-bottom:1px solid #e7eaef}.legal-content>section>span{padding-top:5px;color:#bdc4ce;font-size:10px;font-weight:900;letter-spacing:1px}.legal-content h2{margin:0 0 12px!important;color:#172033!important;font-size:19px!important;font-weight:850!important;letter-spacing:0}.legal-content p{margin:0;color:#657181;font-size:14px;line-height:1.85}.legal-content aside{max-width:720px;margin:44px 0 0 98px;padding:24px 27px;border-left:3px solid #ffd633;border-radius:0 6px 6px 0;background:#f5f7f9}.legal-content aside strong{display:block;margin-bottom:6px;color:#172033;font-size:15px}.legal-content aside p{font-size:13px}.legal-content aside a{color:#d44c2b;font-weight:750}.site-dark-theme .legal-body{background:#11151c;color:#fff}.site-dark-theme .legal-hero,.site-dark-theme .legal-content>section{border-color:#303743}.site-dark-theme .legal-hero h1,.site-dark-theme .legal-content h2,.site-dark-theme .legal-content aside strong,.site-dark-theme .legal-hero__heading small strong{color:#fff!important}.site-dark-theme .legal-content{background:#11151c}.site-dark-theme .legal-content aside{background:#202630}
@media(max-width:620px){.legal-page{width:calc(100% - 32px);padding:94px 0 60px}.legal-hero{padding:24px 0 36px}.legal-back{margin-bottom:38px}.legal-hero__heading{display:block}.legal-hero h1{font-size:39px!important}.legal-hero__heading small{display:block;margin-top:25px;padding:0 0 0 14px}.legal-hero>p{margin-top:24px;font-size:15px}.legal-content>section{grid-template-columns:34px 1fr;gap:8px;padding:27px 0}.legal-content h2{font-size:17px!important}.legal-content p{font-size:13px;line-height:1.75}.legal-content aside{margin:30px 0 0;padding:21px}}

/* Recuperacao de senha. */
.recovery-body{margin:0;background:#f3f5f7;color:#172033;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.recovery-page{display:grid;min-height:760px;padding:128px 24px 80px;place-items:center}.recovery-panel{display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;width:min(1000px,100%);min-height:550px;border:1px solid #dde2e9;border-radius:8px;background:#fff;box-shadow:0 24px 70px rgba(16,24,40,.1)}.recovery-panel__intro{position:relative;overflow:hidden;padding:68px 62px;background:#171b24;color:#fff}.recovery-panel__intro:after{position:absolute;right:-90px;bottom:-130px;width:290px;height:290px;border:55px solid rgba(255,214,51,.08);border-radius:50%;content:""}.recovery-panel__icon{display:grid;width:48px;height:48px;margin-bottom:42px;place-items:center;border-radius:12px;background:#ffd633;color:#171b24;font-size:22px}.recovery-panel__eyebrow{color:#ffd633;font-size:9px;font-weight:900;letter-spacing:1.5px;text-transform:uppercase}.recovery-panel__intro h1{margin:13px 0 20px!important;color:#fff!important;font-size:43px!important;font-weight:920!important;line-height:1.04!important;letter-spacing:0}.recovery-panel__intro>p{max-width:390px;margin:0;color:#afb7c4;font-size:14px;line-height:1.75}.recovery-panel__intro ul{position:relative;z-index:1;margin:38px 0 0;padding:0;list-style:none}.recovery-panel__intro li{display:flex;align-items:center;gap:10px;margin:13px 0;color:#cbd1db;font-size:11px;font-weight:650}.recovery-panel__intro li i{display:grid;width:20px;height:20px;place-items:center;border-radius:50%;background:rgba(255,214,51,.12);color:#ffd633}.recovery-panel__form-wrap{display:grid;padding:62px;place-items:center}.recovery-form,.recovery-success{width:100%;max-width:340px}.recovery-form header{margin-bottom:31px}.recovery-form header>span,.recovery-success>small{color:#e15332;font-size:9px;font-weight:900;letter-spacing:1.3px;text-transform:uppercase}.recovery-form h2,.recovery-success h2{margin:8px 0 7px!important;color:#172033!important;font-size:24px!important;font-weight:880!important;letter-spacing:0}.recovery-form header p,.recovery-success p{margin:0;color:#7a8492;font-size:12px;line-height:1.6}.recovery-form>label{display:block;margin-bottom:8px;color:#344054;font-size:11px;font-weight:800}.recovery-form__field{display:flex;height:50px;align-items:center;border:1px solid #d9dee7;border-radius:8px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}.recovery-form__field:focus-within{border-color:#667085;box-shadow:0 0 0 3px rgba(23,32,51,.08)}.recovery-form__field i{width:44px;color:#98a2b3;font-size:17px;text-align:center}.recovery-form__field input{min-width:0;height:100%;flex:1;border:0!important;background:transparent!important;color:#172033!important;font:600 13px Inter,sans-serif!important;outline:0!important;box-shadow:none!important}.recovery-form__message{min-height:19px;margin:8px 0;color:#667085;font-size:10px}.recovery-form__message.is-error{color:#c9362b}.recovery-form>button{display:flex;width:100%;height:48px;padding:0 17px;align-items:center;justify-content:space-between;border:0;border-radius:8px;background:#172033;color:#fff;font:800 12px Inter,sans-serif;cursor:pointer;transition:background .18s ease,transform .18s ease}.recovery-form>button:hover{background:#252d3c;transform:translateY(-1px)}.recovery-form>button:disabled{cursor:wait;opacity:.7;transform:none}.recovery-form__back{display:flex;margin-top:22px;align-items:center;justify-content:center;gap:8px;color:#687383!important;font-size:11px;font-weight:750;text-decoration:none!important}.recovery-success{text-align:center}.recovery-success>span{display:grid;width:66px;height:66px;margin:0 auto 25px;place-items:center;border-radius:50%;background:#fff8d8;color:#8b7100;font-size:27px}.recovery-success p{margin:0 0 25px}.recovery-success a{display:inline-flex;min-height:42px;padding:0 18px;align-items:center;border:1px solid #d9dee7;border-radius:8px;color:#344054!important;font-size:11px;font-weight:800;text-decoration:none!important}.site-dark-theme .recovery-body{background:#11151c}.site-dark-theme .recovery-panel,.site-dark-theme .recovery-panel__form-wrap{border-color:#303743;background:#171b22}.site-dark-theme .recovery-form h2,.site-dark-theme .recovery-success h2,.site-dark-theme .recovery-form>label{color:#fff!important}.site-dark-theme .recovery-form__field{border-color:#3a4350;background:#11151c}.site-dark-theme .recovery-form__field input{color:#fff!important}
@media(max-width:760px){.recovery-page{min-height:0;padding:96px 14px 52px}.recovery-panel{grid-template-columns:1fr}.recovery-panel__intro{padding:38px 28px}.recovery-panel__icon{margin-bottom:28px}.recovery-panel__intro h1{font-size:34px!important}.recovery-panel__intro ul{display:none}.recovery-panel__form-wrap{padding:42px 28px 48px}}

/* Identidade visual principal: roxo Patineiros. */
.site-footer__mark{background:#6d4aff;color:#fff}.site-footer__contact i{color:#8b72ff}.site-footer__column a:hover,.site-footer__discover{color:#8b72ff!important}.site-footer__store-list a:hover{border-color:#6d4aff}.legal-hero__heading>div>span{color:#6d4aff}.legal-hero__heading small{border-left-color:#6d4aff}.legal-content aside{border-left-color:#6d4aff}.legal-content aside a{color:#6d4aff}.legal-back span{border-radius:10px}.legal-back:hover span{border-color:#6d4aff;background:#fff;color:#6d4aff}.recovery-panel__intro:after{border-color:rgba(109,74,255,.12)}.recovery-panel__icon{background:#6d4aff;color:#fff}.recovery-panel__eyebrow,.recovery-form header>span,.recovery-success>small{color:#8b72ff}.recovery-panel__intro li i{background:rgba(109,74,255,.16);color:#a897ff}.recovery-form__field:focus-within{border-color:#6d4aff;box-shadow:0 0 0 3px rgba(109,74,255,.12)}.recovery-form>button.patineiros-button{display:flex!important;width:100%;height:48px;min-height:48px;padding:9px 15px!important;align-items:center;justify-content:space-between;border:1px solid #d9dee7!important;border-radius:10px!important;background:#fff!important;color:#344054!important;font:800 12px Inter,sans-serif!important;cursor:pointer}.recovery-form>button.patineiros-button:hover{border-color:#6d4aff!important;background:#fff!important;color:#6d4aff!important;box-shadow:0 6px 18px rgba(109,74,255,.12);transform:translateY(-1px)}.recovery-success>span{background:rgba(109,74,255,.1);color:#6d4aff}.recovery-success a{border-radius:10px}.recovery-success a:hover{border-color:#6d4aff;color:#6d4aff!important}.site-dark-theme .recovery-form>button.patineiros-button{border-color:#3a4350!important;background:#171b22!important;color:#fff!important}

/* Botao secundario padrao do Patineiros, baseado nas acoes da atividade. */
.patineiros-button,
.activity-detail-back button,
.cookieinfo .cookieinfo-close {
  box-sizing: border-box;
  display: inline-flex !important;
  min-height: 40px;
  padding: 9px 15px !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9dee7 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #344054 !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 13px;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.patineiros-button:hover,
.activity-detail-back button:hover,
.cookieinfo .cookieinfo-close:hover {
  border-color: #b7c0ce !important;
  box-shadow: 0 6px 18px rgba(16, 24, 40, .10);
  transform: translateY(-1px);
}

/* Aviso de cookies compartilhado pelas paginas publicas e autenticadas. */
.cookieinfo {
  box-sizing: border-box !important;
  left: 50% !important;
  right: auto !important;
  bottom: 18px !important;
  width: min(680px, calc(100% - 32px)) !important;
  min-height: 0 !important;
  padding: 16px !important;
  display: flex !important;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(16, 24, 40, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .97) !important;
  color: #475467 !important;
  box-shadow: 0 18px 50px rgba(16, 24, 40, .18);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  text-align: left !important;
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.cookieinfo > span {
  display: block !important;
  flex: 1;
  padding: 0 !important;
}

.cookieinfo > span a {
  color: #245eea !important;
  font-weight: 750;
}

.cookieinfo .cookieinfo-close {
  order: 2;
  float: none !important;
  min-width: 92px !important;
  margin: 0 !important;
  flex: 0 0 auto;
}

.site-dark-theme .patineiros-button,
.site-dark-theme .activity-detail-back button,
.site-dark-theme .cookieinfo .cookieinfo-close {
  border-color: #3a4350 !important;
  background: #171b22 !important;
  color: #fff !important;
}

.site-dark-theme .cookieinfo {
  border-color: #303743;
  background: rgba(23, 27, 34, .97) !important;
  color: #c7ced8 !important;
}

@media (max-width: 560px) {
  .cookieinfo {
    bottom: 10px !important;
    width: calc(100% - 20px) !important;
    padding: 15px !important;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .cookieinfo .cookieinfo-close {
    width: 100%;
  }
}

.auth-body{margin:0;background:#f3f5f7;color:#172033;font-family:"Inter",sans-serif}.auth-page{display:grid;min-height:760px;padding:128px 24px 80px;place-items:center}.auth-shell{display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;width:min(1000px,100%);min-height:570px;border:1px solid #dde2e9;border-radius:8px;background:#fff;box-shadow:0 24px 70px rgba(16,24,40,.1)}.auth-shell__visual{position:relative;padding:62px;background:#171b24;color:#fff}.auth-shell__visual:after{position:absolute;right:-110px;bottom:-125px;width:310px;height:310px;border:55px solid rgba(109,74,255,.12);border-radius:50%;content:""}.auth-shell__back{display:inline-flex;align-items:center;gap:8px;margin-bottom:78px;color:#aeb6c4!important;font-size:10px;font-weight:750;text-decoration:none!important}.auth-shell__eyebrow{display:block;color:#a897ff;font-size:9px;font-weight:900;letter-spacing:1.4px;text-transform:uppercase}.auth-shell__visual h1{margin:14px 0 20px!important;color:#fff!important;font-size:45px!important;font-weight:920!important;line-height:1.03!important;letter-spacing:0}.auth-shell__visual>p{max-width:390px;margin:0;color:#aeb6c4;font-size:14px;line-height:1.7}.auth-shell__visual>div{position:absolute;z-index:1;right:62px;bottom:54px;left:62px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-shell__visual>div span{padding:15px;border:1px solid rgba(255,255,255,.1);border-radius:7px;background:rgba(255,255,255,.04)}.auth-shell__visual>div strong,.auth-shell__visual>div small{display:block}.auth-shell__visual>div strong{font-size:11px}.auth-shell__visual>div small{margin-top:4px;color:#8892a2;font-size:8px}.auth-shell__form-side{display:grid;padding:60px;place-items:center}.auth-form{width:100%;max-width:340px}.auth-form header{margin-bottom:29px}.auth-form header>span{color:#6d4aff;font-size:9px;font-weight:900;letter-spacing:1.3px;text-transform:uppercase}.auth-form h2{margin:8px 0 7px!important;color:#172033!important;font-size:25px!important;font-weight:880!important;letter-spacing:0}.auth-form header p{margin:0;color:#7a8492;font-size:12px}.auth-form>label{display:block;margin:15px 0 8px;color:#344054;font-size:11px;font-weight:800}.auth-form__field{display:flex;height:50px;align-items:center;border:1px solid #d9dee7;border-radius:8px;background:#fff}.auth-form__field:focus-within{border-color:#6d4aff;box-shadow:0 0 0 3px rgba(109,74,255,.12)}.auth-form__field>i{width:43px;color:#98a2b3;font-size:16px;text-align:center}.auth-form__field input{min-width:0;height:100%;flex:1;border:0!important;background:transparent!important;color:#172033!important;font:600 13px Inter,sans-serif!important;outline:0!important;box-shadow:none!important}.auth-form__field button{width:42px;height:100%;border:0;background:transparent;color:#7c8796;font-size:16px;cursor:pointer}.auth-form__options{display:flex;align-items:center;justify-content:space-between;margin-top:14px}.auth-form__options label{display:flex;align-items:center;gap:7px;color:#667085;font-size:10px}.auth-form__options input{width:14px;height:14px;margin:0;accent-color:#6d4aff}.auth-form__options a{color:#6d4aff!important;font-size:10px;font-weight:750;text-decoration:none!important}.auth-form__message{min-height:19px;margin:9px 0;color:#667085;font-size:10px}.auth-form__message.is-error{color:#c9362b}.auth-form>button.patineiros-button{display:flex!important;width:100%;height:48px;justify-content:space-between}.auth-form__legal{margin:20px 0 0;color:#929aa7;font-size:9px;line-height:1.6;text-align:center}.auth-form__legal a{color:#667085!important;font-weight:750}.site-dark-theme .auth-shell,.site-dark-theme .auth-shell__form-side{border-color:#303743;background:#171b22}.site-dark-theme .auth-form h2,.site-dark-theme .auth-form>label{color:#fff!important}
.auth-form__invite{display:flex;gap:11px;margin:-9px 0 20px;padding:13px;border:1px solid rgba(109,74,255,.2);border-radius:8px;background:rgba(109,74,255,.06)}.auth-form__invite>i{flex:0 0 auto;color:#6d4aff;font-size:20px}.auth-form__invite strong{display:block;color:#403271;font-size:11px;font-weight:850}.auth-form__invite p{margin:4px 0 0;color:#71698a;font-size:9px;line-height:1.5}.site-dark-theme .auth-form__invite{border-color:rgba(168,151,255,.25);background:rgba(109,74,255,.12)}.site-dark-theme .auth-form__invite strong{color:#d9d1ff}.site-dark-theme .auth-form__invite p{color:#aaa2c4}
.site-footer__logo img{display:block;width:190px;max-width:100%;height:auto;filter:none!important}
.site-footer__socials{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 20px}.site-footer__social{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid #303541;border-radius:50%;background:#151820;color:#aeb5c2!important;transition:transform .18s ease,color .18s ease,background .18s ease,border-color .18s ease}.site-footer__social svg{width:18px;height:18px;fill:currentColor}.site-footer__social:hover{transform:translateY(-2px);border-color:transparent;color:#fff!important;background:#6d4aff}.site-footer__social--instagram:hover{background:#d946ef}.site-footer__social--youtube:hover{background:#f00}.site-footer__social--whatsapp:hover{background:#22c55e}.site-footer__social--threads:hover,.site-footer__social--tiktok:hover,.site-footer__social--x:hover{background:#050505}.site-footer__social--strava:hover{background:#fc4c02}.site-footer__social--facebook:hover{background:#1877f2}

/* Footer theme */
.site-footer{border-top:1px solid #e4e7ec;background:#f7f8fb;color:#667085}.site-footer__brand p,.site-footer__apps p{color:#667085}.site-footer h2{color:#172033!important}.site-footer__column a{color:#667085!important}.site-footer__contact{color:#475467!important}.site-footer__bottom{border-top-color:#dfe3ea}.site-footer__bottom p{color:#7a8492}.site-footer__store-list a{border-color:#dce1e9;background:#fff;color:#172033!important}.site-footer__store-list i{color:#172033}.site-footer__store-list small{color:#7a8492}.site-footer__social{border-color:#dce1e9;background:#fff;color:#667085!important;box-shadow:0 4px 12px rgba(16,24,40,.04)}
.site-dark-theme .site-footer{border-top-color:#282d37;background:#0b0d12;color:#aeb5c2}.site-dark-theme .site-footer__brand p,.site-dark-theme .site-footer__apps p{color:#929baa}.site-dark-theme .site-footer h2{color:#fff!important}.site-dark-theme .site-footer__column a{color:#aeb5c2!important}.site-dark-theme .site-footer__contact{color:#d5d9e0!important}.site-dark-theme .site-footer__bottom{border-top-color:#282d37}.site-dark-theme .site-footer__bottom p{color:#767f8e}.site-dark-theme .site-footer__store-list a{border-color:#343945;background:#151820;color:#fff!important}.site-dark-theme .site-footer__store-list i{color:#fff}.site-dark-theme .site-footer__store-list small{color:#8f98a8}.site-dark-theme .site-footer__social{border-color:#303541;background:#151820;color:#aeb5c2!important;box-shadow:none}
.site-footer__column a:hover{color:#6d4aff!important}.site-footer__store-list a:hover{border-color:#6d4aff;background:#f3f0ff}.site-dark-theme .site-footer__store-list a:hover{border-color:#6d4aff;background:#1b1f28}.site-dark-theme .site-footer__social:hover{border-color:transparent;color:#fff!important;background:#6d4aff}.site-dark-theme .site-footer__social--instagram:hover{background:#d946ef}.site-dark-theme .site-footer__social--youtube:hover{background:#f00}.site-dark-theme .site-footer__social--whatsapp:hover{background:#22c55e}.site-dark-theme .site-footer__social--threads:hover,.site-dark-theme .site-footer__social--tiktok:hover,.site-dark-theme .site-footer__social--x:hover{background:#050505}.site-dark-theme .site-footer__social--strava:hover{background:#fc4c02}.site-dark-theme .site-footer__social--facebook:hover{background:#1877f2}
@media(max-width:760px){.auth-page{min-height:0;padding:96px 14px 52px}.auth-shell{grid-template-columns:1fr}.auth-shell__visual{padding:36px 28px}.auth-shell__back{margin-bottom:42px}.auth-shell__visual h1{font-size:35px!important}.auth-shell__visual>div{display:none}.auth-shell__form-side{padding:42px 28px 48px}}

.wallet-transaction:hover {
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}
