  @font-face {
  font-family: 'Super-Potato';
    src:  url('fonts/Super-Potato.ttf.woff') format('woff'),
    url('fonts/Super-Potato.ttf.svg#Super-Potato') format('svg'),
    url('fonts/Super-Potato.ttf.eot'),
    url('fonts/Super-Potato.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
  }

    @font-face {
    font-family: 'CabinetGrotesk-Black';
    src:  url('fonts/CabinetGrotesk-Black.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
  }
    @font-face {
    font-family: 'CabinetGrotesk-Bold';
    src:  url('fonts/CabinetGrotesk-Bold.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
  }
    @font-face {
    font-family: 'CabinetGrotesk-Medium';
    src:  url('fonts/CabinetGrotesk-Medium.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
  }

    @font-face {
    font-family: 'MAK-bold';
    src:  url('fonts/MAK-bold.woff') format('woff'); 
    font-weight: normal;
    font-style: normal;
  }  
  
    @font-face {
    font-family: 'Thunder-ExtraBoldLC';
    src:  url('fonts/Thunder-ExtraBoldLC.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
  }  

  @font-face {
    font-family: 'Anagram-NF';
      src:  url('fonts/Anagram-NF.ttf.woff') format('woff'),
      url('fonts/Anagram-NF.ttf.svg#Anagram-NF') format('svg'),
      url('fonts/Anagram-NF.ttf.eot'),
      url('fonts/Anagram-NF.eot?#iefix') format('embedded-opentype'); 
      font-weight: normal;
      font-style: normal;
  } 

  @font-face {
    font-family: 'Anagram-NF';
      src:  url('fonts/Anagram-NF.ttf.woff') format('woff'),
      url('fonts/Anagram-NF.ttf.svg#Anagram-NF') format('svg'),
      url('fonts/Anagram-NF.ttf.eot'),
      url('fonts/Anagram-NF.eot?#iefix') format('embedded-opentype'); 
      font-weight: normal;
      font-style: normal;
  } 

  @font-face {
    font-family: 'Absans-Regular';
      src:  url('fonts/Absans-Regular.woff2') format('woff'),
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
    font-family: 'Telma-Regular';
    src: url('fonts/Telma-Regular.woff2') format('woff2'),
         url('fonts/Telma-Regular.woff') format('woff'),
         url('fonts/Telma-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'Boska-Medium';
    src: url('fonts/Boska-Medium.woff') format('woff'),
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  }                                         
  @font-face {
    font-family: 'Melodrama-Regular';
    src: url('fonts/Melodrama-Regular.woff') format('woff'),
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  } 
  @font-face {
    font-family: 'Melodrama-Bold';
    src: url('fonts/Melodrama-Bold.woff') format('woff'),
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  }         
  @font-face {
    font-family: 'ClashDisplay-Regular';
    src: url('fonts/ClashDisplay-Regular.woff') format('woff'),
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'Asiana';
    src: url('fonts/Asiana.ttf') format('ttf'),
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  }                    

        body {
            margin: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            font-family: MAK-bold;
            font-family: 'Boska-Medium';
            font-family: 'Melodrama-Regular';
            font-family: 'ClashDisplay-Regular';
            font-family: 'Telma-Regular';
            font-family: 'Absans-Regular';
            font-family: 'CabinetGrotesk-Black';
            font-family: Limelight;
        }

        h2 {
            font-family: 'Limelight';
            font-weight: 400;
            text-transform: uppercase;
            color: #444;
        }

        #stage {
            position: relative;
            width: 800px;
            height: 540px;
            border: 1px solid #fff;
            box-shadow: 0 3px 95px #c9c9c9e6;
            overflow: hidden;
            z-index: 2;
            background-image: url(transparent3.png);
            background-size: 600px;
        }
        .gif-container {
            position: absolute;
            cursor: move;
            user-select: none;
            overflow: hidden;
        }
        .gif-container img {
        }
        .resize-handle {
            width: 15px;
            height: 10px;
            border-right: 2px solid #2344f5;
            border-bottom: 2px solid #2344f5;
            border-bottom-right-radius: 4px;
            position: absolute;
            right: 0;
            bottom: 0;
            cursor: se-resize;
        }
        #log {
            width: 100%;
            height: 100px;
            overflow-y: scroll;
            border: 1px solid #ccc;
            padding: 10px;
            margin-bottom: 10px;
            display: none;
        }
        button {
            font-size: 16px;
            font-family: inherit;
            background: none;
            border: none;
            cursor: pointer;
        }
        #loading {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-size: 24px;
            z-index: 1000;
            display: none !important;
        }

.gif-container img, .gif-container canvas {
} 

.gif-container {
    position: absolute;
    cursor: grabbing;
    user-select: none;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ededed;
}

.gif-container img,
.gif-container canvas {
}

.gif-controls {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    gap: 5px;
    z-index: 10;
}

.gif-control-button {
    background-color: #fff;
    border: none;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    transition: background-color 0.3s;
    background-repeat: no-repeat;
}

.gif-control-button:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.remove-gif {
    background-image: url(close.png);
    background-size: 12px;
    background-position: center;
    opacity: .4;
}

.flip-gif {
    color: #4444ff;
    background-image: url(fliph.png);
    background-size: 14px;
    opacity: .4;
    background-repeat: no-repeat;
    background-position: center;
}
#stage.drag-over {
    border: 1px solid #2196F3;
    background-color: #fff;
}    

.firstupload {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #fff;
  padding-top: 30px;
  box-sizing: border-box;
}

.firstupload h1 {
    margin-bottom: 20px !important;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 3.5em;
    color: #d6c7ff;
    line-height: 1;
    text-transform: uppercase;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 90px;
    background: linear-gradient(90deg, #d6c7ff, #0000ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.firstupload p {position: relative;z-index: 1;}

.firstupload button {font-size: 1.6em;max-width: 220px;line-height: 1.1;position: relative;z-index: 4;font-family: 'CabinetGrotesk-Black';}

.wrap-stage {
  position: relative;
  top: -6%;
  z-index: 99;
}

.wrap-stage:after {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1000px;
  right: -1000px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  z-index: 0;
  pointer-events: none;
}

.wrap-stage:before {
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1000px;
  bottom: -1000px;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  z-index: 0;
  pointer-events: none;
}

.logo {position: absolute;width: 150px;right: 10px;bottom: 50px;z-index: 9;position: absolute;bottom: 25px;right: 10px;width: 130px;height: auto;z-index: 1000;display: block;}

.logo span {
  
/* position: absolute; */
  
/* top: -10px; */
  
/* font-size: .7em; */
  
/* left: -20px; */
  
/* letter-spacing: -1px; */
  
color: #0027ff;
}

.guide-line {
    position: absolute;
    background-color: red;
    z-index: 99999999;
    display: none; /* Initially hidden */
}

.guide-line-horizontal {
    width: 100%;
    height: 2px;
}

.guide-line-vertical {
    height: 100%;
    width: 2px;
}

.background-controls {position: absolute;top: 6px;left: -52px;text-align: center;z-index: 9;transition: .2s;background: #fff;padding: 10px 0px;padding-top: 5px;box-shadow: -20px 10px 40px #7b7b7b0d;}

.background-controls:after {
    content: '';
}

.full .background-controls {left: 8px;transition: .2s;}


.background-controls #transparent {display: block;width: 20px;height: 20px;background: #d9d9d9;background-image: url(transparent.png);background-position: center;background-size: 44px;margin: 5px auto;border: 1px solid #c6c6c6;border-radius: 50%;}

.background-controls #pickit {
display: block;
width: 20px;
height: 20px;
display: none;
}

.background-controls input {display: block !important;padding: 0;cursor: pointer;overflow-clip-margin: border-box !important;overflow: hidden !important;border: 1px solid #fff;width: 100%;border-radius: 2px;}

#fileInput {position: absolute;display: none !important;height: 0;opacity: 0;}

#downloadButton {position: absolute;right: 10px;top: -31px;z-index: 999;box-shadow: 0px 3px 5px #c7c7c7;border-radius: 2px;padding: 2px 8px;font-size: .9em;color: #fff;cursor: pointer;background-image: linear-gradient(145deg, #2344f5, #03A9F4);}

.fileInput {
    font-size: .85em;
    color: #868686;
    cursor: pointer;
    background: #fff;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 5px;
    line-height: 20px;
    padding-top: 4px;
    display: block;
}

.screen-size-controls {position: absolute;z-index: 9;left: -47px;bottom: 0px;text-align: center;padding-bottom: 8px;transition: .2s;}

.full .screen-size-controls {
    left: 8px;
    transition: .2s;
}


.screen-size-controls #mobile {display: block;margin-bottom: 3px;}

.screen-size-controls #desktop {
display: block;
}

.screen-size-controls #fullscreen {
display: block;
}

.screen-size-controls img {
  width: 24px;
  opacity: .5;
}

#duration, #frameDelays {
  display: none;
}

        .progress-container {
            width: 100%;
            background-color: #f3f3f3;
            position: absolute;
            bottom: 0;
            z-index: 9;
        }
        .progress-bar {
            width: 0%;
            height: 25px;
            background-color: #243ece;
            text-align: center;
            line-height: 25px;
            color: white;
            font-size: 14px;
        }


.text-element {
    border: none !important;
    padding: 5px;
    font-size: 16px;
    font-weight: normal;
    z-index: 1000;
    width: 50%;
    text-align: center;
}

.text-control-button {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 16px;
    cursor: pointer;
}

.remove-text {
    color: #000;
    border: none;
    padding: 2px 5px;
    top: -5px;
    background-image: url(close.png);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .4;
}

.text-element .remove-text {
    display: none;
}

.text-element .remove-text {
    display: block;
}

/* Hide the remove button in the output */
.canvas-container .remove-text {
    display: none;
}

.text-controls {position: absolute;top: 7px;right: -39px;z-index: 9;background: #fff;padding: 5px 0;transition: .2s;}

.full .text-controls {
    right: 15px;
    transition: .2s;
}

#addHeader {display: block;font-family: "Luckiest Guy", cursive;font-size: 2em;width: 35px;height: 43px;}

#addParagraph {
  
display: block;
  
width: 35px;
}

.heady {
font-family: Luckiest Guy;
font-size: 3em;
}

.pary {
  
}

:focus-visible {
    outline: none;
}

.send-to-back {
    background-image: url(layer.png);
    background-size: 18px;
    background-position: center;
    opacity: .4;
}

.background-controls:after {
    content: '';
    position: absolute;
    top: -1000px;
    bottom: -1000px;
    left: 0;
    /* border-left: 1px solid #e8ebff; */
    z-index: -1;
}

#loginForm {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 999;text-align: center;background: #fff;background-image: url(https://i.pinimg.com/originals/bb/97/b1/bb97b1b41042b37e87893c881e8a496b.gif);background-position: center;background-size: cover;padding-top: 70px;/* display: none; */}

#registerForm {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 99;text-align: center;background: #f4fdfc;overflow: hidden;padding: 15px;background-image: url(pool.gif);background-repeat: no-repeat;background-position: center bottom;background-size: 370px;}

#registerForm h2 {font-size: 2em;font-weight: 400;background-image: linear-gradient(45deg, #0023e7 30%, #E91E63);-webkit-background-clip: text;-webkit-text-fill-color: transparent;margin: 15px;margin-bottom: 5px;font-family: 'CabinetGrotesk-Black';}

#registerForm input, #loginForm input {
    padding: 5px 8px;
    padding-top: 3px;
    font-size: 1.3em;
    background: #fff;
    font-weight: 400;
    width: 250px;
    border-radius: 2px;
    border: 1px solid #cacaca;
    cursor: pointer;
    /* text-align: center; */
    color: #2344f5;
    height: 27px;
    position: relative;
    margin: 5px 0;
    font-family: 'CabinetGrotesk-Black';
}

#registerForm button, #loginForm button {
    background-image: linear-gradient(45deg, #0930d9, #9C27B0);
    padding: 5px 20px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    color: #fff;
    margin-top: 25px;
    border-radius: 3px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: none;
    width: 0px;
    height: 0px;
    border-width: thin;
}

.loggedOutContent, .loggedInContent {position: absolute;left: 0;right: 0;padding: 10px 20px;text-align: right;}

.loggedInContent button, .loggedOutContent button {
    
position: relative;
    
padding: 0;
    
margin-left: 5px;
    
font-size: 15px;
}

.login {position: relative;text-align: center;right: unset;left: -8px;padding: 0;margin-left: 10px;display: inline-block;}

#login-close {position: absolute;top: 0;right: 0;padding: 10px;cursor: pointer;}

#login-close img {width: 40px;}

#login-landing {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #f7f7f7;
    text-align: center;
    overflow: hidden;
}

.crop-handle {
    position: absolute;
    height: 70px;
    width: 10px;
    background-color: transparent;
    z-index: 1000;
    cursor: col-resize !important;
}

.crop-handle-top, .crop-handle-bottom {
    left: 50%;
    transform: translateX(-50%);
}

.crop-handle-left, .crop-handle-right {
    top: 50%;
    transform: translateY(-50%);
}

.crop-handle-top {top: -10px;height: 20px;width: 70px;cursor: row-resize !important;}
.crop-handle-bottom {bottom: -10px;height: 20px;width: 70px;cursor: row-resize !important;}
.crop-handle-left {left: -10px;}
.crop-handle-right {right: -10px;}

      .button-container{
      }
      .text-container{
          display: flex;
          flex-direction: column;
          align-items: center;
          margin-left: 10px;
          justify-content: center;
          margin-right: 10px;
          position: relative;
          color: #2344f5;
      }
      .logo-container{
          width: 40px;
          height: 40px;
      }
      .seconday-logo-container{
        width: 16px;
        height: 16px;
        vertical-align: middle;
      }
      a{
        text-decoration:none;
      }

.login-landing {position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 9;background: #fefefe;text-align: center;padding: 10%;background-image: url(dance.gif);background-repeat: no-repeat;background-position: center;display: none;}

.purchase {
    
display: inline-block;
    
position: absolute;
    
left: 0;
    
right: 0;
}

.circle {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #0a9809;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: -6px;
}

.fight {
    width: 105px;
    position: absolute;
    left: 105px;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    border-top-left-radius: 125px;
    border-top-right-radius: 125px;
    border-bottom-left-radius: 135px;
    border-bottom-right-radius: 135px;
    transform: scale(.48);
    bottom: 155px;
}

.fight img {
    width: calc(100% + 60px);
    margin-left: -30px;
}

.fck {
    width: 135px;
    position: absolute;
    right: 0px;
    left: 325px;
    margin: 0 auto;
    bottom: 40px;
}

.fck img {
    width: 160px;
    transform: rotate(10deg);
    position: relative;
}

.fist {
  animation: moveToTop .8s ease-out infinite;
  position: absolute;
  right: 0;
  left: -300px;
  margin: 0 auto;
  overflow: hidden;
  height: 600px;
}

.fist img {
  width: 300px;
  transform: rotate(5deg) translateY(200px);
}

.fire {
    position: absolute;
    width: 385px !important;
    right: 440px;
    transform: unset !important;
    z-index: 2;
    bottom: 60px;
    opacity: .5;
}

.bfire {
    transform: none !important;
    width: 120px !important;
    z-index: 2;
    left: 30px;
    position: absolute;
    top: -290px;
    opacity: .4;
}

@keyframes moveToTop {
  0% {
    bottom: -100px;
  }
  25% {
    bottom: 20px;
  }
  55% {
    bottom: 20px;
  }  
  100% {
    bottom: -100px;
  }  
}

#loginForm h2 {font-size: 2.5em;font-weight: 900;background-image: unset;-webkit-background-clip: unset;-webkit-text-fill-color: unset;text-transform: uppercase;color: #fff;font-family: 'Limelight';}

#loginForm input {
    border: 1px solid #fff;
    padding-top: 5px;
}

.contact {position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: #fff;text-align: center;padding: 10%;padding-top: 5%;}

.contact h2 {
}

.contact input {
    
width: 310px;
    
display: inline-block;
    
padding: 10px;
    
box-sizing: border-box;
    
font-family: 'Absans-Regular';
    
font-size: 1em;
    
border: 1px solid #e2e2e2;
    
max-width: 100%;
    
margin-bottom: 10px;
}

.contact textarea {
    
width: 631px;
    
/* margin: 10px 5px; */
    
padding: 15px;
    
box-sizing: border-box;
    
font-family: 'Absans-Regular';
    
font-size: 1em;
    
border: 1px solid #e2e2e2;
    
max-width: 100%;
}

.contact button {
    
margin-top: 20px;
    
background: #000;
    
border: none;
    
color: #fff;
    
cursor: pointer;
    
margin-bottom: 30px;
}

.logo2 {
    width: 75px;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.foot {position: absolute;font-size: 15px;left: 0;right: 0;text-align: center;font-family: 'ClashDisplay-Regular';top: 16px;}

.foot a {color: #444;margin: 0 4px;position: relative;z-index: 9;}

.foot a:after {
    content: '';
}

.regif {position: fixed;/* left: 0; *//* right: 0; */top: 0;bottom: 0;/* overflow: hidden; */display: flex;justify-content: center;align-items: center;}

.mainland {
    position: absolute;
    left: -430px;
    right: -400px;
    bottom: -55px;
}

.t {position: absolute;width: 680px;left: -500px;right: -550px;bottom: 20px;margin: 0 auto;}

.mainland .tr {width: 450px;position: relative;display: inline-block;text-align: center;}

.t img {
    max-width: 100%;
}


.terms {
    text-align: left;
    padding: 0px 6%;
    padding-bottom: 100px;
}

.terms h1, .terms h2 {font-size: 1.3em;margin-bottom: 5px;}

.price {
background: #fff;
position: absolute;
padding: 5% 10%;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
}

.price h1 {font-family: MAK-bold;font-size: 2.8em;color: #2344f5;letter-spacing: -1.5px;}

.price h2 {
font-weight: 400;
}

.pay {
}

.privacy {padding: 100px 5%;background: #fff;text-align: left;padding-top: 0;}

.foot:after {
    content: '';
    position: absolute;
    left: -1000px;
    right: -1000px;
    border-bottom: 1px solid #f3f3f3;
    bottom: 3px;
    z-index: -1;
}

.foot .active:after {
    content: '';
    left: 0;
    right: 0;
    border-bottom: 1px solid #2344f5;
    position: absolute;
    bottom: 2px;
    z-index: 9;
}

.currency-convert {
text-align: center;
}

.currency-convert img {
width: 20px;
}

        /* Hide radio buttons */
        .currency-tab-input {
            position: absolute;
            display: none !important;
            height: 0;
            opacity: 0;
        }

        /* Basic tab label styling */
        .currency-tab-label {
            cursor: pointer;
            margin: 20px 5px;
            display: inline-block;
            padding: 0 5px;
            font-size: 15px;
            font-weight: 500;
        }

        /* Active tab label styling */
        .currency-tab-input:checked + .currency-tab-label {
            background-color: white;
            border-bottom: 3px solid #2344f5;
        }

        /* Content sections */
        .currency-content {
            display: none;
            margin-top: 10px;
        }

        .currency-content h1 {
            position: relative;
            display: inline-block;
            margin: 10px 0;
        }

        .currency-content span {
            position: absolute;
            top: 0px;
            font-size: .7em;
            color: #444;
            left: -30px;
        }

        /* Display content of the checked tab */
        #currency-tab-1:checked ~ .currency-rupee,
        #currency-tab-2:checked ~ .currency-dollar {
            display: block;
        }

.pay-wrap {
    position: absolute;
    width: 180px;
    text-align: center;
    font-weight: 500;
    font-style: inherit !important;
    color: #000;
    /* z-index: 9; */
    line-height: 1.5;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #fff;
}

.pay {
    text-align: center;
    font-weight: 500;
    font-style: inherit !important;
    color: #2344f5;
    line-height: 1.5;
    background: #fff;
    box-shadow: 0 1px 2px #8f8f8f;
    display: inline-block;
    padding: 3px 10px;
    padding-bottom: 2px;
    border-radius: 2px;
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
    z-index: 999999;
}

.pay-wrap p {margin: 0;margin-bottom: 2px;font-family: 'CabinetGrotesk-Black';font-size: 18px;color: #707070;}

.gum {font-size: 14px;color: #000;opacity: .25;}

.gum img {
    width: 90px;
    position: relative;
    top: 2px;
}

a.gumroad-button .logo-full {
    display: none !important;
}

#regDate:after {
    content: 'Birthday';
    position: absolute;
    right: 5px;
    top: 10px;
    width: 80px;
    text-align: left;
    font-size: 18px;
    line-height: 1;
    color: #444;
    float: right;
}

#regFourChars {
    text-align: center;
}

.hide {
    display: none;
}

#clear {color: #868686;cursor: pointer;background: #fff;margin: 0 5px;text-align: center;display: block;}

#clear svg {
        width: 24px;
        height: 24px;
        position: relative;
        left: -1px;
        top: -1px;
}

.tip {
    position: relative;
    background: #fff;
    padding: 0 5px;
    margin-left: 8px;
    border: 1px solid #cecece;
    font-family: 'ClashDisplay-Regular';
    font-weight: 800;
    font-size: 13px;
    color: #929292;
    border-radius: 3px;
}

.tooltip {
  display: none;
  position: absolute;
  transform: translateY(-140%);
  background-color: #444;
  color: #fff;
  padding: 10px;
  z-index: 999;
  border: none;
  font-size: 15px;
  top: -10px;
  max-width: 250px;
}

.wrap-stage.full {
    top: 0px !important;
    transition: .2s;
}

.remove-background {
    background-image: url(wand.png);
    background-size: 19px;
    opacity: .4;
    background-repeat: no-repeat;
    background-position: center;
}

.removing {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #ffffff78;
    text-align: center;
    color: #444;
    background-image: url(bird.gif);
    background-position: bottom left;
    background-size: 100px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.firstupload h1 span {}

.b {
position: absolute;
z-index: 999999;
bottom: 205px;
left: -85px;
right: 0;
}

.b img {
    
width: 30px;
}

.flag {
    right: -530px;
    left: 0;
    bottom: 180px;
    position: absolute;
    z-index: 999999;
}

.flag img {
    width: 280px;
}

input[type="color"] {
    -webkit-appearance: none;
    border: none;
    width: 20px;
    height: 20px;
    margin: 5px auto;
    border-radius: 50%;
    margin-top: 15px;
}
input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}
input[type="color"]::-webkit-color-swatch {
    border: none;
}

#trim {
display: block;
margin-bottom: 3px;
}

/* Use a media query to add a breakpoint at 800px: */
@media screen and (max-width: 800px) {
  #stage {
    width: 93vw;*
    height: 75vh; */
    box-shadow: none;
    height: 60vh;
  }

  .background-controls {
    left: 0px;
    display: flex;
    flex-direction: row;
    top: -52px;
    padding: 3px 15px;
    padding-left: 10px;
    justify-content: center;
    align-items: center;
    height: 38px;
  }

  .text-controls {
    right: 0px;
    box-shadow: 0px 2px 23px #c7c7c740;
    display: flex;
    top: -53px;
    padding: 4px 0;
    justify-content: center;
    align-items: center;
    height: 38px;
  }

  .screen-size-controls {
    display: none;

  }

.wrap-stage {
    top: -3%;
}

#clear {
    position: relative;
    top: 4px;
}

input[type="color"] {
    display: none;
    margin: 0;
    margin-left: 15px;
}

}
