body{
    background-image: url(../../images/banner.jpg);
    background-blend-mode: overlay;
}

label {
    margin: 0;
}

p {
    margin: 0;
}

.horizontalcontainer {
    display: flex;
    justify-content: center;
    margin: -16px -15px 0px -14px;
    background: darkgray;
    border-radius: 50px 50px 0px 0px;    
}

.Configurator{
    font-family: sans-serif;
    font-size: medium;
    border-radius: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.configgallery {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.configgallery a {
    text-decoration: none !important;
    color: rgba(1,1,1,0);
    margin: 5px 0px 0px 0px;
    transition: margin .225s ease-in-out;
}

.configgallery a:hover {
    margin: 0px;
}

.configthumb {
    box-shadow: 10px 10px 15px rgba(255, 255, 255, 0.4);
    transition: box-shadow 2s ease-in-out 0s;
/*    -webkit-transition: .25s ease-in-out 0s;
    -moz-transition: .25s ease-in-out 0s;
    -o-transition: .25s ease-in-out 0s;
    transition: .25s ease-in-out 0s;*/
    margin: 20px 20px 0px 20px;
    border-radius: 25px;
}

.configthumb:hover {
    box-shadow: 10px 10px 15px rgba(255,155,0,.7);
}

.configthumb_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 25px 25px 0px 0px;
    background-color: white;
    padding: 10px 10px 0px 10px;
}

.configthumb_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0px 0px 25px 25px;
    background-color: lightgray;
    padding: 0px 10px 10px 10px;
}

#configtext, #configid {
    display: none;
}

.docpage{
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: rgba(0,0,0,.4);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

#configtitle {
    align-items: center;
    display: flex;
    flex-direction: column;
}

#configtitle H4{
    color: orange;
}
/*
.titlebar{
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    // background-color: whitesmoke;
    color: darkGrey;
    height: 40px;
    margin: -15px 0px 5px 0px;
}
*/
.topbar{
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom: 1px solid rgba(255,255,255,.3);
    display: flex;
    flex-direction: row;
    align-items: center;
}

input[type="text"]{
    width: 250px;
    height: 30px;
    background: rgba(0,0,0,.3);
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 5px;
    color: white;
    padding: 5px;
    margin: 5px;
}


.input-group{
    margin-right: 0.1rem;
}

.styleselector{
    display: flex;
    flex-direction: row;
}

.input-group-text{
    background: rgba(0,0,0,.3);
    color: orange;
    font-weight: bold;
}

#colorpreview{
    width: 40px;
}

.custom-select{
    background-color: darkgray;
    color: black;
}

.productselector{
    padding: 10px 20px;
    cursor: pointer;
    border-left: 1px solid lightgray;
    font-weight: bold;
    color: white;
}

.productselector:hover{
    background-color: lightgray;
    color: black;
}

.productselector.active:hover{
    background-color: red;
    color: white;
}

.productselector.active{
    background-color: red;
    font-weight: bold;
    color: white;
}

.modelselector{
    padding: 10px 20px;
    cursor: pointer;
    border-left: 1px solid lightgray;
    font-weight: bold;
    color: white;
}

.modelselector:hover{
    background-color: lightgray;
    color: black;
}

.modelselector.active:hover{
    background-color: blue;
    color: white;
}

.modelselector.active{
    background-color: blue;
    font-weight: bold;
    color: white;
}

.helpercontainer {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgba(0,0,0,.5);
    color: lightgray;
    margin-top: 70px;
    padding: 10px 0px 0px 0px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.helper{
    margin: 0px 30px;
    letter-spacing: 0em;
    width: -webkit-fill-available;
}

.containerpreview{
    background-color: white;
    border-radius: 50px;
    padding: 15px;
    max-width: -webkit-fill-available;
    position: relative;
}

.previewbox{
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    max-width: -webkit-fill-available;
    margin-top: 15px;
}

.styleF1
{
    background-image: url(../../images/F1/g920.png);
}
.styleGT
{
    background-image: url(../../images/GT/g29.png);
}
.styleGTR1
{
    background-image: url(../../images/GTR1/g29.png);
}
.styleGTR2
{
    background-image: url(../../images/GTR2/g29.png);
}

.previewimg{
    position: relative;
    cursor: pointer;
}

.sidebar{
    width: 25%;
    margin: 0 auto;
    color: white;
}

.colorpicker{
    display: none;
    flex-direction: column;
    padding: 10px;
}
.logopicker{
    display: none;
    flex-direction: column;
    padding: 10px;
}
.badgepicker{
    display: none;
    flex-direction: column;
    padding: 10px;
}

.colorline{
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    margin: 1px;
    height: 42px;
    background-color: rgba(255,255,255,.3);
    color: white;
}

.colorbox{
    width: 30px;
    height: 30px;
    margin: 5px;
    border: 1px solid black;
    display: flex;
}

.thumb{
    width: 40px;
    padding: 1px 10px 1px 1px;
}

th{
    background-color: gray;
    color: red;
    font-weight: bold;
}

td{
    color: blue;
}

.previewimg .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.previewimg:hover .tooltiptext {
  visibility: visible;
}

p{
    margin-left: 10px;
}

.rtbutton{
    background-color: rgba(30,50,255,0.8);
    color: white;
    font-weight: bold;
/*    padding: 10px; */
    border-radius: 10px;
    border: 1px solid darkblue;
    cursor: pointer;
    min-width: 250px;
}

.rtbutton:hover{
    background-color: rgba(60,100,255,1);
}

.disabled {
    display: none;
}


.sendbox {
    display:none;
    position:fixed;
    z-index:1;
    padding-top:100px;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color: rgba(0,0,0,0.4);
}

.sendbox_wrap {
    background-color: black;
    margin: auto;
    padding: 5px;
    border: 2px solid lightgrey;
    width: 435px;
    height: fit-content;
    border-radius: 15px;
    box-shadow: 15px 15px 15px rgb(0 0 0 / 40%);
    align-content: center;
}

form {
    margin: 2em 2em 1em 2em;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.sendbox_close {
    color: white;
    background-color: rgb(180,30,30);
    float: right;
    font-size: 15px;
    font-weight: bold;
    padding: 0px 5px;
    cursor: pointer;
}

#coloritem {
    background-color: lightgray;
}

.sendbox_close:hover, .Indice_close:focus {
    background-color: rgb(255,30,30);
}

.navbar3 {
    display: flex;
    align-items: center;
    justify-content: center;    
}

.formTextBox {
    width: 350px;
    height: 40px;
    background-color: rgb(30,30,30);
    color: white;
    margin: 10px;
    border: 1px solid rgb(90,90,90);
    padding: 0px 10px;
}

#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    /* padding: 16px;  Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
    background-color: darkred;
    color: white;
    padding: 5px;
  }
  
    #snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  /* Animations to fade the snackbar in and out */
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }