html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'Quicksand', sans-serif;}
.container {
    margin-left: 20%;
    margin-right: 20%;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 80px;
    margin-bottom: 15px;
}
.navBarCont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(48, 48, 48, 0.308);
}
.navDec {
    text-decoration: none;
    color: black;
    font-size: 27.5px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.navDec:hover {
    color: rgba(92, 92, 92, 0.63);
    margin-bottom: 2px;
    padding-bottom: 2px;
    transition: 0.3s ease all;
    border-bottom: 1px solid black;
}
.underLine {
    padding-top: 45px;
}
.smallRight {
    margin-right: 50px;
}
.logoImg {
    height: 80px;
    padding-left: 40px;
}
.noDec {
    text-decoration: none;
}
.searchCont {
    overflow: auto;
    margin-top: 2%;
    margin-left: 30%;
    margin-right: 30%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: white;
    border: 2px solid grey;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.39);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.textInput {
    font-size: 17.5px;
    height: 25px;
    padding: 10px;
    border-radius: 5px;
    outline: 0;
    border: 2px solid grey;
    margin: 5px;

}
.textInput:focus {
    background: rgba(0, 0, 0, 0.247);
}

.labelForm {
    text-align: center;
}

.bannerFlex {
    flex-direction: column;
    display: flex;
    width: 60%;
}

.bannerTitle {
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    color: black;
}
.inputCont {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 40px;
}
.marTop {
    margin-top: 30px;
}
.midBorder {
    border: 0.5px solid rgba(0, 0, 0, 0.253);
}
.newDealerCont {
    margin-top: 30px;
    margin-bottom: 30px;
}
.newDealer {
    font-size: 23px;
    text-align: center;
    margin-bottom: 10px;
}
.dealerInput {
    width: 330px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 7.5px;
    outline: 0;
    font-size: 18px;
    border: 0.5px solid rgba(0, 0, 0, 0.418);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
}
.dealerInput:focus {
    background-color: rgba(180, 180, 180, 0.808);
    transition: 0.75s ease all;
}
.dealerDrop {
    width: 350px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 7.5px;
    outline: 0;
    font-size: 18px;
    border: 0.5px solid rgba(0, 0, 0, 0.418);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
}
.dealerDrop:focus {
    background-color: rgba(180, 180, 180, 0.808);
    transition: 0.75s ease all;
}
.acLabel {
    text-align: center;
    margin-bottom: 5px;
}
.dFlex {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.subBut {
    outline: 0;
    height: 35px;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.575);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
    background-color: white;
    font-weight: 100;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}
.subBut:active {
    background-color: rgba(180, 180, 180, 0.808);
}
.formCont {
    animation: 0.5s ease-out 0s 1 slideUp;
}
@keyframes slideUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.xDiv {
    margin-top: 30px;
    height: 30px;
}
.xDelete {
    margin-right: 30px;
    margin-top: 10px;
    height: 30px;
}
.xIcon {
    float: right;
    margin-right: 20px;
    height: 20px;
}
.addTitle {
    text-align: center;
    color: black;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.dealerTitle {
    font-size: 25px;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.603);
    text-align: center;
}
.formFlex {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.cFlex {
    display: flex;
    flex-direction: column;
}
.fileUpload {
    width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.fileUpload + label {
    margin-top: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: black;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.363);
    cursor: pointer;
    padding: 2px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
    height: 35px;
}
.fileUpload:active + label:active {
    background-color: rgba(180, 180, 180, 0.808);
}
.clickIcon {
    padding: 2px;
    height: 25px;
    vertical-align: text-bottom;
}
.addTemp {
    margin-top: 40px;
    width: 200px;
}
.rowFlex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dealerShipsTitle {
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 30px;
}
.dealerInfoCont {
    width: 45%;
    display: flex;
    flex-direction: column;
}
.dealerNameFront {
    font-size: 25px;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 10px;
    color: black;
}
.infoCont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 1px solid rgba(0, 0, 0, 0.568);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
    min-height: 92px;
    margin-bottom: 25px;
    overflow: auto;
}
.infoText {
    width: 30%;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-left: 10px;
}
.createTitle {
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 500;
}
.aLine {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.397);
    margin-top: 50px;
    margin-bottom: 40px;
}
.labelForm {
    padding-left: 10px;
    margin-bottom: 5px;
}
.marBot {
    margin-bottom: 100px;
}
tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.438);

}
tr:nth-child(even) {
    background-color: rgba(139, 139, 139, 0.377);
}
th {
    width: 30%;
    padding: 15px;
}
tr:last-child {
    border-bottom: 0;
}
table {
    width: 100%;
    font-size: 18px;
    border-collapse: collapse;
}
.tableCont {
    border: 1px solid rgba(0, 0, 0, 0.568);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
    margin-bottom: 25px;
}
.borRight {
    border-right: 1px solid rgba(0, 0, 0, 0.753);
}
.tableDec {
    text-decoration: none;
    color: black;
}
.tableDec:hover {
    color: rgb(102, 102, 102);
}
.pencilImg {
    height: 20px;
    vertical-align: text-bottom;
}
.dealerText {
    font-size: 25px;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.603);
    text-align: center;
    margin-right: 10px;
}
.editFlex {
    flex-direction: row;
    display: flex;
    justify-content: center;
}
.upLabel {
    margin-bottom: 20px;
}
.editHeader {
    font-size: 30px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}
.bgCont {
    border: 1px solid rgba(0, 0, 0, 0.568);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
    margin-bottom: 25px;
}
.disabled {
    color: rgba(255,255,255,.75);
    background: gray;
    cursor: not-allowed;
}
.errorMessage {
    border: 3px solid rgba(245, 57, 57, 0.39);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
    min-height: 30px;
    text-align: center;
    font-size: 20px;
    background-color: rgba(252, 110, 110, 0.479);
    width: 50%;
    padding: 15px;
}
.successMessage {
    border: 3px solid rgba(57, 245, 66, 0.425);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
    min-height: 30px;
    text-align: center;
    font-size: 20px;
    background-color: rgba(115, 252, 110, 0.479);
    width: 50%;
    padding: 15px;
}
.deleteText {
    text-align: center;
    font-size: 25px;
    font-weight: 300;
}
.deleteName {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.editImg {
    height: 100px;
}
.lowMar {
    margin-bottom: 5px !important;
}
.highMar {
    margin-bottom: 20px !important;
}
.botBorder {
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(48, 48, 48, 0.308);
}
.itemCont {
    padding: 20px;
    border-bottom: 1px solid rgba(48, 48, 48, 0.308);
    margin-bottom: 30px;
}
.itemCont:last-child {
    border-bottom: 0;
}
.itemName {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-left: 40px;
}
.bgImg {
    height: auto;
    width: 100%;
}
.imgContainer {
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}
.invButton {
    background-color: transparent;
    outline: 0;
    border: 0;
    cursor: pointer;
}
.logoCont {
    padding: 5px;
    margin: 20px;
    width: 45%;
    border: 1px solid black;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
}
.logoRepeat {
    height: 100px;
}
.ctaImg {
    height: 50px;
}
.altLogo {
    display: none;
}
.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
  }
.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid rgb(0, 0, 0);
    border-color: rgb(0, 0, 0) transparent rgb(0, 0, 0) transparent;
    animation: lds-hourglass 1.2s infinite;
}
.loader {
    animation: 0.5s ease-out 0s 1 slideUp;
    display: none;
    flex-direction: column;
}
.alignCenter {
    text-align: center;
    margin-bottom: 10px;
}
.createError {
    margin-bottom: 30px;
}
.dealerName {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-top: 40px;
}
.dealerID {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(48, 48, 48, 0.308);
}
.dealerTemp {
    font-size: 25px;
    padding: 20px;
    text-align: center;
}
.inventoryForm {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(48, 48, 48, 0.308);
}

.banner-only {
    background-color: rgba(75, 75, 75, 0.466);
}

.navBar {
    border: 1px solid rgba(0, 0, 0, 0.267);
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.295);
    margin-left: 20%;
    margin-right: 20%;
}

.aBar {
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.267);
    width: 100%;
    padding: 10px;
    font-weight: 500;
    font-size: 20px;
    background-image: linear-gradient(to bottom, rgba(214, 214, 214, 0.582), rgba(219, 219, 219, 0.144));
    text-decoration: none;
    color: black;
}

.aBar:hover {
    background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.582), rgba(228, 228, 228, 0.144));
}

.textCont {
    margin: 30px;
}

.titleText {
    cursor: pointer;
    font-size: 30px;
}

.docFlex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

.paraText {
    text-align: left;
    width: 40%;
    padding: 20px;

}

.gifImage {
    width: 100%;
    height: auto;
    border: 2px solid black;
}

.gifCont {
    width: 60%;
    height: auto;
}

.insideText {
    padding-bottom: 10px;
}

.editLink {
    text-align: center;
    padding: 5px;
    color: black;
}

.radio_item {
    display: none !important;
}

.label_item {
    opacity: 0.3;
    width: 100%;
}

.radio-select {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.radio_item:checked+label {
    opacity: 1;
}

.chooseImg {
    cursor: pointer;
    margin-bottom: 10px;
    max-width: 450px;
}

.chooseImgLogo {
    cursor: pointer;
    width: 200px;
    margin-bottom: 10px;
}

.chooseText {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bgSplit {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid black;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.logoSplit {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid black;
    max-width: 450px;
    display: flex;
    flex-direction: column;
}

.bgSplitText {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
}

.createBanners {
    text-decoration: none;
    color: black;
    font-size: 20px;
    padding-bottom: 15px;
}

.createBanners:hover {
    text-decoration: underline;
}

select {
    text-overflow: ellipsis;
    width: 100%;
}

.colorInput {
    width: 100%;
    height: 25px;
    border-radius: 5px;
    outline: 0;
    border: 2px solid grey;
}

.logoLabel {
    text-align: center;
    padding: 5px;
}

.alignMiddle {
    color: black;
    text-decoration: none;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
}

.alignMiddle:hover {
    text-decoration: underline;
}

.textLabel {
    text-align: center;
}

.textInput {
    margin-bottom: 10px;
}

@keyframes lds-hourglass {
    0% {
      transform: rotate(0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
      transform: rotate(900deg);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
      transform: rotate(1800deg);
    }
}

@media only screen and (max-width: 1350px) {
    .container {
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media only screen and (max-width: 775px) {
    .dealerInput {
        width: 230px;
    }
    .dealerDrop {
        width: 250px;
    }
    .itemName {
        font-size: 25px;
        margin-left: 10px;
    }
    .xDelete {
        margin-right: 0px;
        height: 20px;
    }
    .xIcon {
        margin-right: 5px;
        height: 15px;
    }
    .logoCont {
        padding: 5px;
        margin: 10px;
        width: 45%;
    }
}

@media only screen and (max-width: 450px) {
    .mainLogo {
        display: none;
    }
    .altLogo {
        display: block;
    }
    .editFlex {
        flex-wrap: wrap;
    }
    .inputCont {
        flex-direction: column;
        margin-top: 10px;
    }
    .container {
        margin-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .dealerInfoCont {
        width: 100%;
    }
    .marTop {
        margin-top: 10px;
    }
    .infoCont {
        flex-direction: column;
    }
    .infoText {
        width: 100%;
    }
    .imgContainer {
        padding-left: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
    }
    .logoCont {
        width: 100%;
    }
}

@media only screen and (max-width: 450px) { 
    .logoImg {
        padding-left: 35px;
    }
}