.modal{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    align-items: center;
    background-color: rgb(0 0 0 / 90%) !important;
}
.modalContent{
    background-color: lightgray;
    max-width: 60vw;
    border-radius: 15px;
    width: 100%;
    max-height: 95vh;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    padding: 0px;
    justify-content: center;
    border: 4px solid #38595A;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%), 0 6px 20px 0 rgb(0 0 0 / 50%);
    transition: .76s;
    margin: 0 auto;
}
.modalCustomButtons {
  	position: -webkit-sticky;
  	position: -moz-sticky;
  	position: -ms-sticky;
  	position: -o-sticky;
  	position: sticky;
    padding-top: 15px;
    bottom: -1px;
    border-top: 2px solid #203132;
    width: 60vw;
    background-color: white;
}
.formErrorEmail{
    font-size: 0.725em;
    color: red;
    font-style: italic;
    margin: 0.25em;
    padding: 0.25em 0.25em 0.25em 0.25em;
    text-align: center;
}

#prodType{
    display:flex;
    flex-direction: column;
    justify-content: center;
}



#sort{
	position: relative;
	height: fit-content;
}

.sortItem{
    background-color: #294040 !important;
    margin: 10px;
    padding: 15px;
    border: 3px solid #38595A;
    color: white;
    transition: .75
}