
.customStepWrapper
{
  
     margin: 0 auto;
    background-color: rgb(240, 240, 240);
    border: 1px solid rgba(0,0,0,0.1);
  border-radius:10px;
}

/*mobile*/
@media (max-width:1025px) {
  .customStepWrapper
  {
    max-width:400px;
  }
}

/*desktop*/
@media (min-width:1025px) {
  .customStepWrapper
  {
    max-width:600px;
  }
}




/*tablet portrait*/
@media (min-width: 768px) and (max-width: 1024px) {
  
  .customStepWrapper
  {
    max-width:700px;
  }
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  .customStepWrapper
  {
    max-width:700px;
  }
  
}






.testMan
{
 background-color:red;
  width:200px;
  height:200px;
}


.sizeContainerWrapper
{
  padding: 0px 0px;
  
  margin-bottom:20px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 0.5em;
  
}
.sizeContainer
{
  padding: 10px 10px;
  background-color: white;
  border-radius: 20px;
      border: 1px solid rgba(0,0,0,0.1);
  display:inline-block;
}
.sizePicContainer
{
 width:100%;
}
.sizePicContainer > img
{
 border-radius:5px; 
}

.sizeName
{
 font-size:0.5em;
  white-space: initial;
}
.sizePrice
{
 font-size:0.4em;
  white-space: initial;
}
.sizeSize
{
 font-size:1.2em; 
}


.sizeContainer.selected
{
  background-color: skyblue;
}


.stepStuffContainer
{
  /*margin-bottom:430px;*/
  margin-bottom:50px;
  width:80%;
  margin: 0 auto;
}
.progressBarBg
{
  position:relative;
  top:0px;
  left:0px;
  width:100%;
  background-color:grey;
  height:8px;
 
}
.progressBarCurrent
{
  position:absolute;
  top:0px;
  left:0px;
  width:15%;
  background: linear-gradient(90deg, rgba(109,150,216,1) 0%, rgba(120,29,253,1) 100%, rgba(69,97,252,1) 100%);
  height:100%;
  transition: width 1s;
 
}
.relative
{
 position:relative; 
}


.p-custom > .page-container > .transition-body > .main-content
{
  background-size: cover;
  background-image: url('stepsbg2.png');
  padding-bottom:40px;
}

.p-footballshirt > .page-container > .transition-body > .main-content
{
  background-size: cover;
  background-image: url('stepsbg2.png');
  padding-bottom:40px;
}
@media (min-width:1025px) {
  .p-custom > .page-container > .transition-body > .main-content
  {
    padding-top:40px;
  }
}


@media (max-width:1025px) {
  .p-custom > .page-container > .transition-body > #shopify-section-header
  {
   display:none; 
    position:fixed;
    top:0px;
    left:0px;
  }

  .p-custom > #shopify-section-header
  {
   display:none; 
    position:fixed;
    top:0px;
    left:0px;
  }

  .p-custom > #google_translate_element
  {
   display:none; 
    position:fixed;
    top:0px;
    left:0px;
  }
}
.customCardHeader
{
  display:flex;
  justify-content:start;
  align-items:center;
  padding: 15px 15px;
  /*background-color:rgb(230, 230, 230);*/
  
  
}
.customCardHeaderTitle
{
  font-size:1.15em;
  
}
.headerLogo{
 width:15%;
  padding-right:20px;
}


/* PHONE BOTTOM FOOTER */
@media (max-width:1025px) {
  .bottomFooter
  {
    position:fixed;
    left:0px;
    bottom:0px;
    width:100%;

    border-top:1px solid rgba(0,0,0,0.2);

    display:flex;
    justify-content:start;
    align-items:center;
    padding: 15px 0px;
    /*background-color:rgb(254, 254, 254);*/
    z-index: 554445;
    background-color: rgb(240, 240, 240);


  }
}

/*desktop*/
@media (min-width:1025px) {
  .bottomFooter
  {
    position:relative;
    left:0px;
    bottom:0px;
    width:100%;

    border-top:1px solid rgba(0,0,0,0.2);

    display:flex;
    justify-content:start;
    align-items:center;
    padding: 15px 0px;
    /*background-color:rgb(254, 254, 254);*/
    z-index: 554445;
    background-color: rgb(240, 240, 240);


  }
}

.prevStepButton
{
	width: 100%;
  	border-radius: 50px;
    font-size: 1.2em;
    padding: 10px 50px;
    background: rgb(251, 251, 251);
    color:#3D75CC;
    box-shadow: 0px 4px 0px 2px rgba(0,0,0,0.1);
     border: 0px;
  	border: 1px solid rgba(0,0,0,0.1)
}
.nextStepButton
{
  	width: 100%;
    border: 1px solid rgb(0,0,0,0.2);
    border-radius: 50px;
    font-size: 1.2em;
    padding: 10px 50px;
    padding: 10px 10px;
    background: rgb(109,150,216);
    background: linear-gradient(90deg, rgba(109,150,216,1) 0%, rgba(120,29,253,1) 100%, rgba(69,97,252,1) 100%);
    color:white;
    box-shadow: 0px 4px 0px 2px rgba(0,0,0,0.1);
  	border: 0px;
}
.uploadButton
{
    border-radius: 50px;
    font-size: 1em;
    padding: 20px 5px;
    background: rgb(109,150,216);
    background: linear-gradient(90deg, rgba(109,150,216,1) 0%, rgba(120,29,253,1) 100%, rgba(69,97,252,1) 100%);
    color: white;
    box-shadow: 0px 4px 0px 2px rgba(0,0,0,0.1);
    border: 0px;
    /* white-space: break-spaces; */
    margin-top: 15px;
    margin-bottom: 20px;
  width:100%;
  
}
.w50p
{
 width:50%; 
}
.wFull
{
 width:100%; 
}
.navButtonCont
{
      padding: 0px 20px;
}
.currentStepName
{
  width:100%;
  text-align:center;
  font-weight:900;
  font-size: 1.1rem;
  margin-top:15px;
  margin-bottom:15px;
  white-space: break-spaces;
}

.stepContainer
{
  position:relative;
  display:inline-block;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  vertical-align: top;
  
}
.stepContainerContent
{
  padding: 0px 20px;
}
.allStepsContainer
{
  overflow: hidden;
  white-space: nowrap;
}
.clubsContainer
{
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
}
.ui-menu-item-wrapper
{
/* background-color:rgb(200, 200, 200);*/
  font-size:1.3rem;
  
}

.inputsWrapper
{
 width:70%;
  margin: 0 auto;
  white-space: initial;
}
.customStepsInput
{
 border:2px solid black !important;
  border-radius:5px !important;
  background-color:white;
}
.stepAttributeContainer
{
  display: inline-block;
  width: calc(50% - 10px);
  margin: 0px 5px;
  margin-bottom:10px;
}
.uploadButtonContainer
{
 width:100%;
  text-align:center;
}
.attributesStuffWrapper
{
 display:flex;
  justify-content:center;
  align-items:center;
}

.stepsError
{
 font-size:1.3rem;
  color:red;
  width:100%;
  padding:10px;
  padding-bottom:0px;
  text-align:center;
}

.cardPositionContainer
{
 margin-top:30px; 
}
.attributeHeader
{
     display: block;
  background: linear-gradient(90deg, rgba(109,150,216,1) 0%, rgba(120,29,253,1) 100%, rgba(69,97,252,1) 100%);
    color:white;
  
}
.fut18.playercard.card-large .playercard-picture {
    height: 100px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1033200;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
.attributeValue
{
 /*background-color:white;*/
      /*border: 1px solid rgba(0,0,0,0.3);*/
}
.blackAndWhite
{
 filter: grayscale(100%); 
}

.realPlayerTemplateButton
{
  width: 100%;
  border: 1px solid rgb(0,0,0,0.2);
  border-radius: 50px;
  font-size: 1.2em;
  padding: 10px 50px;
  padding: 20px 10px;
  background: rgb(109,150,216);
  background: linear-gradient(90deg, rgba(29,150,216,1) 0%, rgba(120,29,253,1) 100%, rgba(69,97,252,1) 100%);
  color:white;
  box-shadow: 0px 4px 0px 2px rgba(0,0,0,0.1);
  border: 0px;
  margin-bottom:20px;
  display:block;
}
.customTemplateButton
{
  width: 100%;
  border: 1px solid rgb(0,0,0,0.2);
  border-radius: 50px;
  font-size: 1.2em;
  padding: 10px 50px;
  padding: 20px 10px;
  background: rgb(109,150,216);
  background: linear-gradient(90deg, rgba(109,150,216,1) 0%, rgba(120,29,253,1) 100%, rgba(69,97,252,1) 100%);
  color:white;
  box-shadow: 0px 4px 0px 2px rgba(0,0,0,0.1);
  border: 0px;
  margin-bottom:20px;
  display:block;
}
.hidden
{
 display:none; 
}
.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.w-6\/12 {
    width: 50%;
}

.cardStatsToggle.toggledOn
{
  background-color: skyblue;
  color:black;
}
.cardStatsToggle 
{
  	color: black;
    border: 1px solid black;
    /* border-radius: 3px; */
    padding: 0.75em 0em;
    text-align: center;
  cursor:pointer;
}
.tcenter
{
 text-align:center; 
}