@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

.toast {
    top:0;
    right:0;    
    position:fixed;
}

#urloutput:focus {
    background-color:#CCC;color:#FFF;
}

.bi {
    fill: currentColor;
}

.youtube { 
    color: #FF0000;
}

.discord {
    color: #5865F2;
}

.twitter {
    color: #1DA1F2;
}

.facebook { 
    color: #4267B2;
}

h1, h2, h3 {
    font-family: 'Poppins'
}

.alert {
    padding: 1rem 1rem 1rem 1.5rem;
}

.alert-dismissible .btn-close {
    padding: 1.25rem 1rem;
}

.twitch {
    background-color: #6441A5
}

.output span, .output output {
    font-size: 2em;
}

.card {
background: rgba(0,0,0,0.5);
}

.pro-only {
    background-color: darkslateblue;   
    position:relative;
}

.pro-only p {
  padding-right: 1rem;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 93px;
    height: 93px;
    text-align: right;
  }

.ribbon span {
    font-size: 0.8rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
    transform: rotate(45deg);
    width: 125px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#9bc90d 0%, #79a70a 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 17px; 
    right: -29px; 
  }
  
  .ribbon span::before {
     content: '';
     position: absolute; 
     left: 0px; top: 100%;
     z-index: -1;
     border-left: 3px solid #79A70A;
     border-right: 3px solid transparent;
     border-bottom: 3px solid transparent;
     border-top: 3px solid #79A70A;
  }

  .ribbon span::after {
     content: '';
     position: absolute; 
     right: 0%; top: 100%;
     z-index: -1;
     border-right: 3px solid #79A70A;
     border-left: 3px solid transparent;
     border-bottom: 3px solid transparent;
     border-top: 3px solid #79A70A;
  }

  .thumbnailContainer {
      position: relative;
  }

  .thumbnailContainer iframe {
    position: absolute;
    left: 0;
    }

.sp-container button,
.sp-container .sp-choose
{
  color: #fff;
  background-color: #e83283 !important;
  border-color: #e83283;
  background-image:none;
  border-radius: 0.5rem;
  padding:1em;
}

.sp-container button:hover,
.sp-container .sp-choose:hover
{
  background-color: #c52b6f  !important;
  border-color: #ba2869;
  background-image:none;
}

/* CLIP PREVIEW */

.preview-container {
  position: relative;  
  height: 255px;
  overflow:hidden;
}

.overlayText {
  position: absolute;
  bottom:0vw;
  left:0;
  font-size: 1rem;
  border-radius: 0 50px 50px 0px;
  padding: 0.5vw 1.5vw 1vw 0.5vw;
  max-width: 50%;
  transition: transform 1s ease;
  transform: translateX(0) skewY(-4deg);
  -webkit-transform: translateX(0) skewY(-4deg);
}

.overlayText p {
  margin-top: 0;
  padding-top: 0;
  margin-bottom:0.5vw;
  font-weight:400;
  font-size:0.5vw;
}

p.gameinfo {
  margin-bottom:0;
}

p.clipnumber {
  font-size:1vw;
  margin-top:1vw;
  margin-bottom:0;
}

.overlayText h1 {
  font-size: 0.7rem;
  margin-bottom: 0;
  padding-bottom:0;
  margin-top:0;
  font-weight:700;
}

h1#checkout {
  font-size: 1.5rem;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 700;
  text-align: center;
  width: 100%;
  position: absolute;
  top:0;
}

#timer {
  position:absolute;
  bottom:0;
  right:0;
  z-index:1000;
  width:2em;
  height:2em;
  padding-top:0.2em;
  background-color:rgba(0,0,0,0.5);
  color:#fff;
  margin:1vw;
  border-radius: 50%;
  font-family: 'Verdana';
  text-align:center;
}

.overlayText.hide {
  transform: translateX(-100%) skewY(-4deg);
  -webkit-transform: translateX(-100%) skewY(-4deg);
}

#timer.hide {
  display:none;
}

.payment-spinner {
  height: 100vh;
  overflow: hidden;
  top:0;
  left:0;
  width:100%;
  position:absolute;
  display:none;
  z-index:1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000;
  opacity: 0.5;
}

#accordionSetup .accordion-body {
  padding: 0px;
}

#accordionSetup .accordion-item {
  margin-top: 15px;
  border:0;
}

#accordionSetup .accordion-header button {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

table h6 {
  margin-top:1rem;
}