@charset "utf-8";






::-webkit-scrollbar {
  width: 0px;
    
}

::-webkit-scrollbar-track {
    background-color: #fff;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #fff;
    border-radius: 4px;
	
}

::-webkit-scrollbar-thumb:hover {
  background: #ddd;
        
}






input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


input[type=number] {
  -moz-appearance: textfield;
}
.ui-colorpicker, .ui-dialog.ui-colorpicker{
    z-index: 99999;
}

@font-face {
  font-family: main;
  src: url("../font/News Gothic No2 W02 Light It.woff");
}
@font-face {
  font-family: jersey;
  src: url("../font/Jersey M54.ttf");
    font-style: normal;
}

@font-face {
  font-family: jerseyS;
  src: url("../font/newJersey.ttf");
    font-style: normal;
}

@font-face {
  font-family: jerseySB;
  src: url("../font/JerseyStrokeBB.ttf");
    font-style: normal;
}

::placeholder{
    font-family: main;

}

html{
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
}
body{
	margin:0;
	padding:0;
    min-width: 100%;
    font-family: main;
    font-weight: bolder;
}
ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	color:inherit;	
	cursor:pointer;
	
}
p{
	text-align:justify;	
}
h1{
    font-weight: normal;
}





.loaderHolder{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999;

}
.loader{
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #A8A8A8;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -2s;
}
.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -1.6s;
}
.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -2s;
}
.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -1.6s;
}
.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -2.4s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -1.6s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -2.4s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -3.2s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}


.wrapper{
    width: 100%;
    height: 100vh;
    background-color: #000000;
    
}

.wrapperInner{
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    
}

.inputAlert{
    border: 2px solid #FF0003!important;
}


.entryPopBoxHolder{
   width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    height: 100vh;
    z-index: 99999999;
    display: none;
    backdrop-filter: blur(2px);
    display: block;
}


.entryPopBox{
    width: 300px;
    overflow: hidden;
    left: 50%;
    top: 50%;
    margin-top: -160px;
    margin-left: -150px;
    text-align: center;
    position: absolute;
    background-color: rgba(0,0,0,0.1);
    padding: 20px;
    box-sizing: border-box;
        border-radius: 10px;

}


.entryPopBoxSec{
    
    box-sizing: border-box;
    
}


.restoreEntryPopBoxSec{
    background-color: #fff;
        padding: 20px;
        border-radius: 5px;
}


.restoreEntryPopBoxSecTitle{
    text-align: left;
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    color: #999;
    
}






.entryPopBoxSec label{
    
    display: block;
    text-align: left
        ;
    
}



.entryPopBoxSec input{
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    outline: none;
    font-size: 18px;
    font-family: main;
    font-weight: 800;
}




#passSubmitBtn{
    background-color: #333;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
}
#passSubmitBtn span{
    display:block;
    font-size: 16px;
    line-height: 40px;
    vertical-align: middle;
    color: #fff;
}


#passSubmitBtn img{
    width: 22px;
    height: 22px;
    opacity: .5;
    transition: all .2s ease-in-out;
    display: inline-block;
    vertical-align: middle;
}



.restoreCanvasBtnFormError{
    font-size: 14px!important;
    display: none;
    height: 20px;
    line-height: 20px;
    color: #FF0004;
    margin-bottom: 5px;
}
.entryPopBoxSecDivider{
    height: 2px;
    width: 200px;
    margin: 5px auto;
}
#newCanvasBtn{
   background-color: #FF0004;
    text-align: center;
    color: #fff;
    height: 50px;
    line-height:50px;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}

#newCanvasBtn span{
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 10px;
    padding-top: 2px;
    font-weight: 400;
}


#newCanvasBtn img{
    width: 24px;
    height: 24px;
    transition: all .2s ease-in-out;
    display: inline-block;
    vertical-align: middle;
}


.progress{
    width: 100%;
    height: 4px;
    margin-bottom: 10px;
}

.progress-bar{
    background-color: #FF0004;
    height: 100%;
    width: 0%;
    transition: width 2s;
}




.headerHolder{
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    border-bottom: 1px solid #ddd;
}




.headerLogoHolder{
    width: 110px;
    height: auto;
    float: left;
    margin-top: 16px;
    padding-left: 20px;
    
}


.headerbackLink{
    width: 110px;
    overflow: hidden;
    float: right;
    margin-top: 16px;
    font-size: 14px;
    text-align: right;
    padding-right: 20px;
}


.headerbackLink a{
    text-decoration: underline;
    color: #878787
}


.canvasOpenHolder{
    padding-top: 15px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    
}

#adminCanvasInput{
    width: 150px;
    height: 30px;
    font-family: main;
    line-height: 30px;
    display: inline-block;
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
    padding-left: 5px;
    margin-right: 10px;
}



#adminCanvasOpenBtn{
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #FF8284;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    pointer-events: none;
    font-size: 14px;
}

.adminCanvasOpenBtnActive{
    background-color: #FF0004!important;
    pointer-events: auto!important;
}

#adminCanvasOpenError{
    color: #FF0002;
    margin: 0 auto;
    width: 260px;
    text-align: left;
    padding-top: 5px;font-size: 14px;
}



.contentHolder{
    width: 100%;
    overflow: hidden;
    background-color: #f4f4f4;
    position: fixed;
    padding-top: 120px;
    top: 0px;
    left: 0;
    z-index: 3;
    border-bottom: 1px solid #eee;
}



.canvasCoverL{
    position: absolute;
    width: 3.5%;
    height: 100%;
    background-color: #f4f4f4;
    left: 0;
    top: 0;
    z-index: 99;
}

.canvasCoverR{
    position: absolute;
    width: 3.5%;
    height: 100%;
    background-color: #f4f4f4;
    right: 0;
    top: 0;
    z-index: 99;
}
.titleHolder{
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    margin-bottom: 10px;
    position: absolute;
    top: 85px;
    height: 20px;
    z-index: 9999;
    
}

.titleHolder span{
    color: #FF0004;
    font-weight: bold;
}


.canvasHolder{
    width: 94%;
    background-color: #f4f4f4;
    overflow: hidden;
    margin: 0 auto;
    
}



.canvas{
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #000;

}

.canvasPreview{
    transform: scale(4);
    -webkit-transform:scale(4);
    -moz-transform: scale(4);
    -o-transform: scale(4);
    -ms-transform: scale(4);
    transform-origin: top left; 
}
.testPreview{
    width: 2000px!important;
    height: 553px!important;
    
}
.canvasDownload{
    width: 2000px;
    height: 553.75px;
}




.canvasBGDownload div{
    display: none!important;
}

.canvasBGDownload .maskLayer{
    display: block!important;
}


.canvasTrademarkDownload{
    background-color: transparent!important;
    background: transparent!important;
}
.canvasTrademarkDownload div{
    display: none!important;
}

.canvasTrademarkDownload .watermarkLayer{
    display: block!important;
}
.canvasTrademarkDownload .watermarkLayerTwo{
    display: block!important;
}




.canvasJerseyDownload{
    background-color: transparent!important;
    background: transparent!important;
}
.canvasJerseyDownload div{
    display: none!important;
}

.canvasJerseyDownload .jerseyNumHolder{
    display: block!important;
}

.canvasJerseyDownload .jerseyNumHolderMirror{
    display: block!important;
}



.canvasLogoDownload{
    background-color: transparent!important;
    background: transparent!important;
}
.canvasLogoDownload div{
    display: none!important;
}

.canvasLogoDownload .logoHolderMirror{
    display: block!important;
}



.canvasLogoDownload .logoHolderMirror .logoHolderIMGBOX {
    display: block!important;
}

.canvasLogoDownload .logoBHolderMirror{
    display: block!important;
}



.canvasLogoDownload .logoBHolderMirror .logoHolderIMGBOX {
    display: block!important;
}

.canvasLogoDownload .sudoLogoWrapper{
    display: block!important;
}



.canvasLogoDownload .sudoLogoWrapper .logoHolder {
    display: block!important;
}


.canvasLogoDownload .sudoLogoWrapper .logoBHolder  {
    display: block!important;
}



.canvasLogoDownload .sudoLogoWrapper .logoHolderIMGBOX {
    display: block!important;
}





.maskLayer{
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../assets/mask.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;

}


.darkLayer{
    width: 100%;
    height: 100%;
    z-index: 8;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background-color: rgba(0,0,0,0.75);
    display: none;
}


.textureLayer{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.noneTexture{
    background-image:none;
}


.maskCoverLayer{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}



.patternOne{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
     background-image: url("../assets/pattern11.svg");
    background-repeat: repeat;
    background-size: contain;
    display: none;
}


.patternOneBack{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; 
    display: none;
}
.patternOneBack path{
    stroke:none;
}

.patternOneBack  path{
    fill:#fff;
}



.patternTwo{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
     background-image: url("../assets/pattern22.svg");
    background-repeat: repeat;
    background-size: contain;
    display: none;
}


.patternTwoBack{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; 
    display: none;
}
.patternTwoBack path{
    stroke:none;
}

.patternTwoBack  path{
    fill:#fff;
}



.patternThree{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-repeat: repeat;
    background-size: contain;
    display: none;
}


.patternThreeBack{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index:1; 
    display: none;
}
.patternThreeBack path{
    stroke:none;
}

.patternThreeBack  path{
    fill:#fff;
}





#testerSpan{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    
}



.sudoLogoWrapper{
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
}


.logoHolder{
    width: 10%;
    position: absolute;
    left: 65%;
    margin-left: -5%;
    margin-top: -5%;
    top: 35%;
    display: none;
    z-index: 5;
    aspect-ratio:auto;
    cursor: move;
    padding: 2px;

}

.logoBHolder{
    width: 10%;
    position: absolute;
    left: 65%;
    margin-left: -5%;
    margin-top: -5%;
    top: 35%;
    display: none;
    z-index: 5;
    aspect-ratio:auto;
    cursor: move;
    padding: 2px;

}
.ui-resizable-handle {
    width: 12px!important;
    height: 12px!important;
    border: 2px solid #fff!important;
    border-radius: 3px!important;
    box-sizing: border-box!important;
    display: none!important;
    fill:#fff!important;
    background-color: #000!important;
    box-shadow: 0 0 2px rgba(0,0,0,.2)!important;

}


.ui-icon-gripsmall-diagonal-se{
    right: -7px!important;
    bottom: -7px!important;
    margin: 0!important;
    background-image:none!important;
    background-position: center;
}
.ui-resizable-se{
    right: -7px!important;
    bottom: -7px!important;
}
.ui-resizable-sw{
    left: -7px!important;
    bottom: -7px!important;
}
.ui-resizable-ne{
    right: -7px!important;
    top: -7px!important;
}
.ui-resizable-nw{
    left: -7px!important;
    top: -7px!important;
}

.logoHolderIMGBOX{
    width: 90%;
    height: 90%;
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 5%;
    position: relative;
     display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.logoHolderIMGBOX img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.logoRotateHandleHolder{
    position: absolute;
    bottom: -20px;
    left: 50%;
    height: 20px;
    width: 10px;
    margin-left: -5px;
    display: none;
    
}

.rotateHandleLine{
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    margin-left: -1px;
    width: 2px;
    background-color: #eee;
}

.rotateHandle{
    position: absolute;
    left: 50%;
    bottom: -5px;
    height: 14px;
    margin-left: -7px;
    width: 14px;
    border-radius: 50%;
    background-color: #000;
    border: 2px solid #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    box-sizing: border-box;
    cursor: grab;
}



.logoHolder:hover {
    border: 2px solid #eee;
    padding: 0;
}

.logoHolder:hover .ui-resizable-handle{
    
    display: block!important;
    
}

.logoHolder:hover .logoRotateHandleHolder{
    
    display: block!important;
    
}

.logoHolderActive{
    border: 2px solid #eee;
    padding: 0;
}



.logoHolderActive .ui-resizable-handle{
    
    display: block!important;
    
}

.logoHolderActive .logoRotateHandleHolder{
    
    display: block;
    
}

.logoHolderMirror{

    
    aspect-ratio:auto;
    margin-right: -5%;
    margin-top: -5%;
    padding: 2px;
    width: 10%;
    position: absolute;
    right: 63%;
    top: 27%;
    z-index:4;
    display: none;
}

.logoBHolderMirror{

    
    aspect-ratio:auto;
    margin-right: -5%;
    margin-top: -5%;
    padding: 2px;
    width: 10%;
    position: absolute;
    right: 63%;
    top: 27%;
    z-index:4;
    display: none;
}




.jerseyNumHolder{
    font-weight: 400;
    cursor: move;
    width: 50px;
    height: 50px;
    display: none;
    position: absolute;
    left: 82%;
    margin-left: -25px;
    margin-top: -25px;
    top:75%;
    font-size: 40px;
    text-align: center;
    z-index: 3;
    aspect-ratio:auto;
    border: 2px solid rgba(255,255,255,0.00);
    transform: rotate(10deg);
}



.jerseyRotateHandleHolder{
     
    position: absolute;
    bottom: -20px;
    left: 50%;
    height: 20px;
    width: 10px;
    margin-left: -5px;
    display: none;
}



.jerseyNumHolder:hover {
    border: 2px solid #eee;
    padding: 0;
}

.jerseyNumHolder:hover .ui-resizable-handle{
    
    display: block!important;
    
}

.jerseyNumHolder:hover .jerseyRotateHandleHolder{
    
    display: block!important;
    
}



.jerseyNumHolderActive{
    border: 2px solid #eee;
    padding: 0;
}



.jerseyNumHolderActive .ui-resizable-handle{
    
    display: block!important;
    
}

.jerseyNumHolderActive .jerseyRotateHandleHolder{
    
    display: block!important;
    
}





.jerseyNumHolderMirror{
    font-weight: 400;
    width: auto;
    height: auto;
    position: absolute;
    right: 80%;
    top:65%;
    font-size: 7vw;
    color: #000;
    text-align: center;
    z-index: 2;
    cursor: default;
    display: none;
    border: 2px solid rgba(255,255,255,0.00);

}

.jerseyNumHolder span , .jerseyNumHolderMirror span{
    text-align: center;
    height: 100%;
    line-height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-weight: 400;
}

.jerseyNumHolder:hover .jerseyNumHolder span{
        line-height: 52px;
}

.jerseyNum{
    font-family: jerseySB!important;
    color: #ff0000;
    z-index: 1;
}

.jerseyStroke{
    font-family: jersey!important;
    color: #fff;
    z-index: 2;
}

.jerseyStrokeB{
    font-family: jerseyS!important;
    color: #000;
    z-index: 3;
}






.watermarkLayer{
    width: 6%;
    display: block;
    position: absolute;
    right: 3%;
    bottom: 13%;
    z-index: 7;
    transform: rotate(-25.5deg);
    -webkit-transform: rotate(-25.5deg);
    -moz-transform: rotate(-25.5deg);
    -o-transform: rotate(-25.5deg);
    -ms-transform: rotate(-2.5deg);
    overflow: hidden;
}


.watermarkLayerTwo{
    width: 6%;
    display: block;
    position: absolute;
    left: 3%;
    bottom: 13%;
    z-index: 7;
    transform: rotate(25.5deg);
    -webkit-transform: rotate(25.5deg);
    -moz-transform: rotate(25.5deg);
    -o-transform: rotate(2.5deg);
    -ms-transform: rotate(25.5deg);
    overflow: hidden;
}

.watermark{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.watermarkBorder{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}


.watermark path{

    stroke:none;
}


.watermark  path{
    fill:#fff;
}





#secondaryPanelHolder{
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 10px;
}



#previewBtn{
    width: 70px;
    line-height: 26px;
    height: 26px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    background-color: #fff;
    color: #333;
    border: 1px solid #bbb;
    font-size: 14px;
    cursor: pointer;
}






#updateBtnError{
    background-color: #fff;
    border-radius: 5px;
    width: 280px;
    box-sizing: border-box;
    color: #333;
    display: none;
    position: absolute;
    font-size: 14px;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -150px;
    z-index: 9999;
    height: 30px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

.updateBtnErrorSuccess{ 
    color: #00C310!important;
}
.updateBtnErrorFail{ 
    color: #C30000!important;
}
#updateBtnError span{ 
    display: inline-block;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
}
#updateBtnError span::before{ 
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    vertical-align: middle;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}




.updateBtnErrorSuccess span::before{ 
    background-image: url("../assets/greenTick.svg");
}

.updateBtnErrorFail span::before{ 
    background-image: url("../assets/redCross.svg");
}


#updateBtn{
    margin-right: 6px;
    cursor: pointer;
    width: 70px;
    line-height: 26px;
    height: 26px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    background-color: #fff;
    color: #333;
    border: 1px solid #bbb;
    font-size: 14px;
    opacity: .5;
    pointer-events: none;
    display: none!important;
}

.show{
    display: block;
    
}


.hide{
    display: none!important;
}







.updateBtnActive{
    background-color:#FF0004!important;
    color: #fff!important;
    opacity: 1!important;
    pointer-events: auto!important;
}


.stealthModeHolder{
display: inline-block;
    vertical-align: middle;
    
}


.switchBtnHolder{
    width: 120px;
    overflow: hidden;
}

.switchBtnLabel{
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}

.switchBtnTrack{
    display: inline-block;
    width: 36px;
    height: 20px;
    background-color: #999;
    border-radius: 20px;
    position: relative;
    vertical-align: middle;
        transition: all .1s ease-in-out;
    cursor: pointer;

}

.switchBtnNob{
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 2px;
    transition: all .2s ease-in-out;
}

.switchOn{
    background-color: #FF0004;
}

.switchOn .switchBtnNob{
    left: 18px;
}




.checkBoxLabel{
    font-size: 16px!important;
    line-height: 22px;
    font-weight: 900!important;
    vertical-align: middle;
    display: inline-block;
    padding-top: 2px;
}

.checkBoxHolder{
    pointer-events: none;
    opacity: .5;
    width: 100px;
}


.checkBoxHolderActive{
    pointer-events: auto;
    opacity: 1;
}


.checkBox{
    height: 18px;
    width: 18px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    accent-color: #FF0004;
    cursor: pointer;
}





.popBoxHolder{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f4f4f4;
    height: 100%;
    z-index: 999999;
    display: none;
}


.popBox{
    position: absolute;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0 0 50px rgba(0,0,0,0.4);
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}

.saveBox span{
    display: block;
    font-size: 18px;
    padding-bottom: 5px;
}


#saveboxSaveBtn{
    background-color: #f4f4f4;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    width: 100px;
    color: #888;
    float: left;
    transition: all .2s ease-in-out;
    cursor: pointer;
    pointer-events: none;
}

.saveboxSaveBtnActive{
    background-color: #FF0000!important;
    color: #fff!important;
    pointer-events: auto!important;
}

.popBoxError{
      display: none;
    margin-bottom: 10px;
    color: #FF0004;
}



.passBoxError{
      display: block;
    margin-bottom: 10px;
    color: #FF0004;
}



#savedResultBoxHolderPDF{
    width: 210mm;
    height: 280mm;
    display: none;
    background-color: #f4f4f4;
    
}


#savedResultBoxPDF{
    width: 500px;
    height: auto;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto ;
    padding-top: 100px;
    background-color: #f4f4f4;
}
#PDFLinkSpan{
    color: #000AC1;
    text-align: center;
    width: auto;
    margin: 40px auto;
    display: block;
    font: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    
}
.savedResultBoxLogoPDF{
    width: 200px;
    height: 59px;
    margin: 0 auto;
    background-image: url("../assets/skateskins.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 20px;
    margin-left: calc(50% - 75px);
}

.savedResultBoxPreviewPDF{
    width: 200px;
    height:auto;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;

}
.savedResultBoxPreviewPDF img{
    width: 200px;
    height:auto;
    margin: 0 auto;
    display: block;
    
}
.savedResultBoxTextPDF{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
}

.savedResultBoxTextPDF a{
    color: #0200C8;
}
.savedResultBoxTextPDF span{
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    padding-top: 5px;
    display: block;

}
.savedCanvasResultPDF{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding-top: 20px;
}



.savedCanvasResultPDF span{
    font-size: 26px;
    font-weight: 800;
    color: #FF0004;
}







.savedResultBoxHolder{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 100%;
    z-index: 999999;
    display: none;
}


.pdfBox{
    
}

.savedResultBox{
    position: absolute;
    width: 300px;
    height: 470px;
    background-color: #f4f4f4;
    border-radius: 5px;
    left: 50vw;
    top: 50vh;
    margin-left: -150px;
    margin-top: -270px;
    padding: 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.savedResultBoxLogo{
    width: 200px;
    height:40px;
    background-image: url("../assets/skateskins.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    margin-top: 20px;
}
.savedResultBoxPreview{
    width: 200px;
    height:auto;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.savedResultBoxPreview img{
    width: 200px;
    height:auto;
    margin: 0 auto;
    display: block;
    background-image: url("../assets/load.gif");
    background-position: center;
    background-size: 40px;
    background-repeat: no-repeat;
}
.savedResultBoxText{
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
}

.savedResultBoxText span{
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    padding-top: 5px;
    display: block;

}

.savedCanvasResult{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding-top: 10px;
}



.savedCanvasResult span{
    font-size: 26px;
    font-weight: 900;
    color: #FF0004;
}

#downloadPDFBtn{

    
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    color: #0004C8;
    text-decoration: underline;
    cursor: pointer;
}

#doneBtn{
    width: 200px;
    line-height: 50px;
    color: #0028E5;
    text-decoration: underline;
    text-align: center;
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    
}



#checkOutBtn{
    width: auto;
    line-height: 50px;
    background-color: #FF0004;
    color: #Fff;
    text-align: center;
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    
}



.checkoutSection{
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    padding-top: 10px;
    margin-top:  30px;
    border-top: 1px solid #eee;
    max-width: 700px;
}




.checkoutBtnHolder{
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}



.checkoutBtn{
    cursor: pointer;
    width: 100%;
    text-align: center;
    background-color: #fff;
    max-width: 400px;
    border: 1px solid #aaa;
    line-height: 50px;
    height: 50px;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 20px;

}

.checkoutBtn span{
    width: auto;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;

}
.saveBtnIcon{
    width: 14px;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    opacity: .8;
    transition: all .1s ease-in-out;

}

.saveBtnIcon img{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;

}

#saveBtn:hover .saveBtnIcon{
 
    margin-left: 14px;

}





.reviewBoxHolder{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.95);
    height: 100%;
    z-index: 999999;
    display: none;
}


.reviewBoxLoader{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    position: absolute;
    z-index: 99;
        
}


.reviewBox{
    width: 96%;
    height: auto;
    min-height: 70vh;
    margin: 0 auto;
    margin-top: 5vh;
    border-radius: 5px;
    padding: 0;
    box-sizing: border-box;
}

.reviewBoxClose{
    position: absolute;
    width:32px;
    height: 32px;
    right:10px;
    margin-left: -16px;
    top: 10px;
    background-color: #aaa;
    padding: 8px;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 999;
    cursor: pointer;
    
}
.reviewBoxClose img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
}
.reviewSlideHolder{
    width: 100%;
    height: auto;
    min-height: 60vh;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    max-width: 600px;
    
}

.reviewSlide{
    background-color: #fff;
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top:  50%;
    margin-left: -150px;
    margin-top: -150px;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}

.reviewSlideSelected{
    display: block;
}





.reviewMaskLayer{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    
}


.reviewMaskLayer img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

#rightReviewSlide .reviewMaskLayer{
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}







.reviewCanvasLayer{
    position: absolute;
    z-index: 4;
}




#leftReviewSlide .reviewCanvasLayer{
    left: 22.2%;
    top: 31%;
    transform: rotate(-8deg) scaleY(.98);
    -webkit-transform: rotate(-8deg) scaleY(.98);
    -moz-transform: rotate(-8deg) scaleY(.98);
    -o-transform: rotate(-8deg) scaleY(.98);
    -ms-transform: rotate(-8deg) scaleY(.98);
    width: 135%;
}




#rearReviewSlide .reviewCanvasLayer{
    left: -34.6%;
    top: 28.5%;
    width: 168%;
}


#rearReviewSlide .reviewCanvasLayer img{

}

#rightReviewSlide .reviewCanvasLayer{
    left: -57.2%;
    top: 31%;
    transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    width: 135%;
}


#rightReviewSlide .reviewCanvasLayer img{

    transform: scaleY(.98);
    -webkit-transform: scaleY(.98);
    -moz-transform: scaleY(.98);
    -o-transform: scaleY(.98);
    -ms-transform: scaleY(.98);
}

.reviewTitleHolder{
    width: 100%;
    height: 50px;
    margin-top: 10px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}


.reviewTitleHolder span{
    width: 100px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}




.reviewSlideBtnHolder{
    width: 100%;
    height: 50px;
    margin-top: 20px;
 text-align: center;   
}

.reviewSlideBtn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    margin: 0 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    border: 1px solid #4E4E4E;
    background-color: rgba(255,0,4,1.00);
    opacity: .5;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

#rightViewSlideBtn{
    background-image: url("../assets/left.png");
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
#leftViewSlideBtn{
    background-image: url("../assets/left.png");
}
#rearViewSlideBtn{
    background-image: url("../assets/rear.png");
}

.reviewSlideBtnSelected{
    border: 1px solid #FF0004;
    opacity: 1;
    box-shadow: 0 0 10px 0 rgba(255,0,4,1);
}









.stage {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 100%;
      overflow: hidden;
}
.dot-flashing {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: rgba(50,50,50,0.72);
  -webkit-animation: dot-flashing 1s infinite linear alternate;
  animation: dot-flashing 1s infinite linear alternate;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.dot-flashing::before, .dot-flashing::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -12px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: rgba(50,50,50,0.72);
  -webkit-animation: dot-flashing 1s infinite alternate;
  animation: dot-flashing 1s infinite alternate;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: rgba(50,50,50,0.72);
  -webkit-animation: dot-flashing 1s infinite alternate;
  animation: dot-flashing 1s infinite alternate;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes dot-flashing {
  0% {
    background-color: rgba(50,50,50,0.72);
  }

  100% {
    background-color: rgba(50,50,50,0.2);
  }
}

















@media only screen and (min-width: 360px){


.reviewSlide{
    width: 360px;
    height: 360px;
    margin-left: -180px;
    margin-top: -180px;
}




}




@media only screen and (min-width: 450px){


.reviewSlide{
    width: 450px;
    height: 450px;
    margin-left: -225px;
    margin-top: -225px;
}




}


@media only screen and (min-width: 1000px){

    .wrapperInner{
        background-color: #f4f4f4;
    }
    

    
.contentHolder{
    width: calc(100% - 400px);
    overflow: hidden;
  float: left;
    padding-top:  140px;
    border: none;
}

    .titleHolder{
    top:100px;
    
}
    .footer{
        
    }
    
}








