span.label, .input > label {font-family: Oswald;letter-spacing: .40px; text-transform:uppercase;font-size: 1.2em; font-weight: 500;margin-top: 2.4rem; margin-bottom: 1.2rem;}
span.label::after, .input > label::after {content: ' : '}
#plate-tab, #plate-sponsor-tab { padding-top: 4.8rem;}
.input-typo {
    margin-bottom: 1.6rem;
    align-items: center;
}
.input {margin-bottom: 1.6rem; align-items: center;}
.input > input[type="text"] {height: 5.2rem;}
.picker-colors {
    display: grid;
    grid-template-columns: repeat(auto-fill, 8rem);
    grid-template-rows: repeat(auto-fill,8rem);
    column-gap: 1.6rem;
    row-gap: 1.6rem;    
}
.picker-typos {
    
    column-gap: 1.6rem;
    row-gap: 1.6rem;    
}

div.typo, div.logo {
    min-height: 4.8rem;
    display: inline-flex;
    align-items: center;
    padding: .4rem;
    border-radius: .4rem;
    border-style: solid;
    cursor: pointer;
    justify-content: center;
    transition: border-color .3s;
}
div.typo {min-height: 5.6rem;}

div.typo:hover, div.logo:hover {    
    border-color: green;
}

.input-typo {margin-bottom: 1.6rem;align-items: center;}

.input-typo > div, .input-logo > div  {
    position: relative;    
    display: flex;
    min-height: 4.8rem;
    align-items: center;
    border-style: solid;
    border-width: .1rem;
    border-radius: .2rem;
    cursor: pointer;
    padding-left: .8rem;
}

.input-typo img {max-width:calc(100% - 3.2rem);cursor: inherit;}

.input-logo > div {max-height: 8rem;padding: .2rem;justify-content: center;}
.input-logo img {max-height:calc(100% - 0.4rem);height:auto;cursor: inherit;}

div.input-color, .picker-colors .color {
   
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    
    
}
.input-color > div {
    position: relative;
    display: flex;
    align-items: center;
    border-style: solid;
    border-width: .1rem;
    border-radius: .2rem;
    padding-left: .8rem;
    cursor: pointer;
    
}

.input-color > div input[type="color"] {   
   width: calc(100% - 2.4rem);
    /* padding: 0; */
    border: 0;
    background-color: transparent;
    min-height: 5.2rem;
    /* padding: 0; */
    outline: none;
    cursor: inherit;
}
.picker-colors .color {cursor: pointer;}
div.input-color label {
    cursor: inherit;
    position: absolute;
    z-index: 2;   
    left: 50%;
    transform: translateX(calc(-50% - 1.6rem));
    font-size: 1.6rem;
}
div.input-color label[data-color="#000000"] {
  color: #000000;
}
div.input-color label[data-color="#FFFFFF"] {
  color: #ffffff;
}
.picker-colors .color { display: flex; justify-content: center;flex-flow: column;}
.picker-colors .color input[type="color"] {width: 8rem;height: 4rem; background-color: #ffffff;  border-radius: .4rem;  cursor: inherit;}
.picker-colors .color label {margin-top:.8rem;}

.input-color > div  i, .input-typo > div  i,  .input-logo > div  i{
    position: absolute;    
    right: 0;    
    cursor: inherit;
}


.sponsor-template {text-align: center;}
.sponsors {column-gap: 1.6rem;row-gap: 1.6rem;padding-top:4.8rem;}
div.sponsor {
    display: flex;
    flex-wrap: wrap;
    height: 4.8rem;
    background-color: transparent;
    color: inherit;
    cursor: initial;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    align-items: flex-end;
    margin-bottom: .8rem;
}
span.filename {
    width: 100%;
    font-size: 1.2rem;
    color: #1997c6;
    font-weight: 600;
    padding: 0.4rem 0 0 0.4rem;
}

span.filename .delete-file {
    display: inline-block;
    margin-left: .8rem;
    vertical-align: sub;
    color: #000000;
    font-style: normal;
    font-weight: 400;
    font-size:2rem;
}
span.filename .delete-file:after {
    content: '\f74f';
    font-family: 'Material Symbols Rounded';
    cursor: pointer;
    
    

}
.sponsor .place {
    padding-left: 0.8rem;
    padding-right: 1.6rem;
    border-bottom: 0.1rem solid #000000;
    font-size: 1.6rem;
    font-weight: 600;   
    width: 3.6rem;   
    line-height: 3.6rem;
}
.sponsor input[type="text"] {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    border-color: transparent;    
    padding-bottom: .8rem;
    border-bottom: 0.1rem solid #000000;
    outline: none;
    font-size: 1.6rem;    
    border-right: none;
    border-left: none;
    border-width: .1rem;
    margin: 0 0 0 0;
}
.sponsor input[type="file"] {
    display: none;
}
.sponsor label:last-of-type {
    border-bottom: 0.1rem solid #000000;    
    height: 4.8rem;
    line-height: 4.8rem;
    width: 4.8rem;    
    text-align: center;
}

.sponsor label i.icon {
    font-size: 3.6rem;    
    vertical-align: middle;
    cursor: pointer; 
}
@media only screen and (min-width: 1024px) {
    span.label, .input > label {margin-top:0;margin-bottom: 0;font-size: 1.6rem;}
    
    .col-logo {grid-column: 7 / 13 !important;}
    .sponsors {padding:4.8rem;}
    .sponsor-template img {border-width: .1rem;border-radius:.4rem;border-style:solid;}
    .input > input[type="text"]{height:4.8rem;}
    .input-color > div input[type="color"] {min-height:4.8rem;}
}