html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif !important;
}

.hide {
    display: none !important
}
.hide-opacity {
    height: 0;
    opacity: 0;
}
.show-opacity {
    height: auto;
    opacity: 1
}
.hide-transition {
    transition:  .5s ease-out;
}
.container {
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    flex-direction: column;
}
.text-center {
    text-align:center 
}
.strong {
    font-weight: bold;
}
#options-bar {
    display: flex;
    flex-direction: row ;
    align-items: center;
    justify-content: flex-start;
}
.actBut  {
    border: none;
    display: inline-block;
    padding: 10px 20px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #FFFFFF;
    background-color: #4CAF50;
    font-size:20px;
}
.actBut:hover {
    box-shadow: none;
    background-color: #46a049!important;
}
.aWrap {
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 35px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.badLogo {
    height: 100%;
    width: 300px;
}
.align-center-flex {
    align-items:center;
}
.flex {
    display: flex;
}
.searchCont {
    overflow: auto;
    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;
}

.loginCont {
    margin-top: 50px;
    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-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.smallEdit {
    background-color: white;
    border: 2px solid grey;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.39);
    width: 50%;
    overflow: auto;
    padding: 20px;
    margin: 10px;
}

.cFlex {
    flex-direction: column;
    display: flex;
    margin-left: 10%;
    margin-right: 10%;
}
.rFlex {
    flex-direction: row;
    display: flex;
    margin-left: 5%;
    margin-right: 5%;
}
.bannerFlex {
    flex-direction: column;
    display: flex;
    width: 60%;
}

.max {
    max-width: 450px;
}

.loginFlex {
    flex-direction: column;
    display: flex;
    width: 100%;
    margin-right: 5%;
    margin-left: 5%;
    overflow: auto;
}

.buttonDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.addTitle {
    font-weight: 500;
    font-size: 25px;
    padding: 10px;
    text-align: center;
}

.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;
}

@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);
    }
}

.loader {
    animation: 0.5s ease-out 0s 1 slideUp;
    display: none;
    flex-direction: column;
}

.alignCenter {
    text-align: center;
    margin-bottom: 10px;
}

.text-area-small {

    height: 75px;
}

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

.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);
}

.editInput {
    font-size: 17.5px;
    height: 25px;
    padding: 10px;
    border-radius: 5px;
    outline: 0;
    border: 2px solid grey;
    margin: 5px;
}

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

.createTitle {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
}

.bannerTitle {
    text-align: center;
    font-weight: 400;
    margin-bottom: 25px;
    border: 2px solid grey;
    margin-left: 20%;
    margin-right: 20%;
    padding: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.39)
}

.bannerInner {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 10px;
}

.tempText {
    text-align: center;
    font-size: 30px;
    font-weight: 200;
    padding-bottom: 25px;
}

.subBut {
    height: 60px;
    width: 100px;
    float: right;
    margin-top: 15px;
    background: white;
    border: 2px solid grey;
    font-size: 17.5px;
    margin-right: 5px;
}
.options-bar-btn {
    margin-left: auto;
    margin-top: 0;
}
.subBut:focus {
    background: rgba(0, 0, 0, 0.384);
}

.dealerCont {
    margin-left: 10%;
    margin-right: 10%;
    border: 2px solid grey;
    margin-bottom: 50px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.39)
}

.smallerCont {
    padding: 30px;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.356);
}

.smallerCont:last-child {
    border-bottom: none;
}

.dealerTitle {
    font-size: 25px;
    font-weight: 500;
}

.optionCont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 35%;
}

.optionDec {
    text-decoration: none;
    color: black;
    font-size: 25px;
    font-weight: bold;
}

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

.fontDash {
    font-size: 25px;
}

.dFlex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-right: 10%;
    padding-left: 10%;
}

.uploadFlex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.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);
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 70%;
}

.errorMessage {
    border: 3px solid rgb(253, 81, 81);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
    min-height: 30px;
    text-align: center;
    font-size: 20px;
    background-color: rgb(255, 155, 155);
    width: 70%;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.formCont {
    animation: 0.5s ease-out 0s 1 slideUp;
    border: 2px solid grey;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.39);
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 40px;
}

@keyframes slideUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.topMar {
    margin-top: 30px;
}

.noDec {
    color: black;
    text-align: center;
}

.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;
}
.addSubTitle {
    text-align: center;
    color: black;
    font-size: 2em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.formFlex {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.deleteText {
    text-align: center;
    font-size: 25px;
    font-weight: 300;
}

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

.editCont {
    margin-right: 15%;
    margin-left: 15%;
    margin-bottom: 25px;
    border: 2px solid grey;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.39);
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.editTitle {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}

.editDealer {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
}

.editDealerTitle {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}

.editDealerID {
    text-align: center;
    font-size: 17.5px;
    font-weight: 100;
    /* margin-bottom: 50px; */
}

.dealerNotes {

    margin: 10px auto 50px;
    color: #dc3925;
    font-size: 18px;
    max-width: 60%;
}

.jsDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.checkDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    width: 200px
}
.checkInput {
    /* flex-basis: 35%; */
    margin-right: 17%;
    width: 19.27px;
    height: 19px;
    display: block;
    
    box-shadow: none;
    font-size: 2em;
    
}
.checkLabel {
    font-size: 17.5px
}
.checkInput:hover {
    cursor: pointer;
}
.listCont {
    margin-right: 15%;
    margin-left: 15%;
    margin-bottom: 25px;
    border: 2px solid grey;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.39);
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.listCont--fullscreen {

    margin-bottom: 25px;
    border: 2px solid grey;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.39);
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.invButton {
    background-color: transparent;
    outline: 0;
    border: 0;
    cursor: pointer;
}

.xIcon {
    height: 20px;
}

.goRight {
    margin-left: 12%;
}

.itemCont {
    padding: 20px;
    border-bottom: 1px solid rgba(48, 48, 48, 0.308);
    margin-bottom: 30px;
}

.itemCont:last-child {
    border-bottom: 0;
}

.rowFlex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.itemName {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-left: 40px;
}

.imgContainer {
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    position: relative;
}

.imgContainer:hover .placeholder-overlay {
    opacity: 1;
}

.placeholder-overlay--top {

    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 3%;
    transform: translate(50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.bgImg {
    height: auto;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
    display: block
}

.imgContainer:hover .bgImg {
    opacity: 0.3;
}

.placeholder-overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;

}

.overlay-text {
    background-color: rgb(38, 89, 167);
    color: white;
    font-size: 18px;
    padding: 16px 32px;
}

.overlay-text--clickable:hover {
    cursor: pointer;
}

.logoCont {
    padding: 5px;
    margin: 20px;
    width: 40%;
    border: 1px solid black;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
}

.dealerDrop {
    font-size: 17.5px;
    padding: 10px;
    border-radius: 5px;
    outline: 0;
    border: 2px solid grey;
    margin-bottom: 10px;
    font-size: 18px;
}


.dealerDrop:focus {
    background-color: rgba(180, 180, 180, 0.808);
    transition: 0.75s ease all;
}

.disclaimer {
    min-width: 425px;
    font-size: 17.5px;
    padding: 10px;
    border-radius: 5px;
    outline: 0;
    border: 2px solid grey;
    margin: 5px;
    font-size: 18px;
}

.disclaimer:focus {
    background-color: rgba(180, 180, 180, 0.808);
    transition: 0.75s ease all;
}

.addBut {
    width: 150px !important;
}

.formMar {
    margin-top: 20px;
}

.specialCont {
    padding-top: 20px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 50px;
    padding: 10px;
    border: 2px solid grey;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.39);

}

.headers {
    border: 1px solid black;
}

.deleteSquare {
    border: none;
    width: 5%;
    background-color: white;
}

.smallX {
    height: 30px;
}

.smallY {
    height: 30px;
}

.floatRight {
    float: right;
    margin-bottom: 30px;
}

.addMore {
    margin-top: 10px;
    margin-left: 7.5%;
}

.underTitle {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.795);
}

th {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0.438);
    width: 16.67%;
}

.noBorder {
    width: 15%;
}

table {
    width: 100%;
    font-size: 18px;
    border-collapse: collapse;
}

.tableCont {
    margin-bottom: 10px;
}

.marBot {
    margin-bottom: 45px;
}

.tempBot {
    margin-bottom: 45px;
    margin-top: 45px;
    border-top: 1px solid rgba(0, 0, 0, 0.37);
    padding-top: 45px;
}

.borRight {
    border-right: 1px solid rgba(0, 0, 0, 0.753);

}

.topTable {
    border-right: 1px solid rgba(0, 0, 0, 0.753);
}

.nothingBut {
    background: white;
    outline: 0;
    border: none;
    cursor: pointer;
}

.tableFull {
    margin-bottom: 30px;
    margin-top: 30px;
}

textarea {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 17.5px;
    margin-bottom: 10px;
    border-radius: 5px;
    outline: 0;
    border: 2px solid grey;
}

.editForm {
    width: auto !important;
}

form {
    width: 100%;
}

.bannerLink {
    text-align: center;
    color: black;
    margin-bottom: 20px;
}

.labelForm {
    text-align: center;
}

.textLabel {
    font-size: 17.5px;
    font-weight: 700;
    padding-bottom: 5px;
    padding-left: 10px;
}

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

.logoRepeat {
    height: auto;
    width: 100%;
}

.spanishLabel {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
}

.expired {
    background-color: rgba(255, 0, 0, 0.356);
}

.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;
}

.lastEdited {
    text-align: center;
    color: rgba(99, 99, 99, 0.884);
    font-size: 14px;
    margin-bottom: 20px;
}

.countTable {
    font-size: 14px;
    margin-top: 25px;
    table-layout: auto;
    margin-bottom: 30px;
}

.countTh {
    width: auto;
    padding: 0 !important;
    border: none !important;
}

.countTd {
    text-align: center;
    padding: 10px;
}

.offColor:nth-child(odd) {
    background-color: rgba(128, 128, 128, 0.651);
}

.offColor {
    border: 1px solid black;
}
.mobile {
    visibility: hidden;
}

.dealerCount {
    width: 20%;
    text-align: center;
}

.bannerUnder {
    text-align: center;
}

@media only screen and (max-width: 1500px) {
    .specialCont {
        margin-left: 5%;
        margin-right: 5%;
    }

    .container {
        margin-left: 5%;
        margin-right: 5%;
    }

    .smallChange {
        font-size: 15px !important;
    }

    .editCont {
        margin-left: 5%;
        margin-right: 5%;
    }
}

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

    .smallChange {
        font-size: 10px !important;
        word-wrap: break-word;
        min-width: 10%;
    }

    .smallX {
        height: 20px;
    }

    .smallY {
        height: 20px;
    }

    .formCont {
        margin-left: 5%;
        margin-right: 5%;
    }

    .dealerCont {
        margin-left: 2%;
        margin-right: 2%;
    }

    .container {
        margin-left: 2%;
        margin-right: 2%;
    }

    .loginCont {
        margin-left: 20%;
        margin-right: 20%;
    }



    .listCont {
        margin-left: 7.5%;
        margin-right: 7.5%;
    }

    .smallerCont {
        margin-left: 2%;
        margin-right: 2%;
    }

    .searchCont {
        margin-left: 7.5%;
        margin-right: 7.5%;

    }

    .addTitle {
        padding-left: 50px;
        padding-right: 50px;
    }

    .borRight {
        font-size: 15px;
    }

}

@media only screen and (max-width: 775px) {
    .smallerCont {
        display: flex;
        flex-direction: column;
    }

    .searchCont {
        margin-left: 15%;
        margin-right: 15%;
        overflow: auto;
    }

    .loginCont {
        margin-left: 15%;
        margin-right: 15%;
    }

    .dealerTitle {
        text-align: center;
        padding-bottom: 10px;
    }

    .optionCont {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        text-align: center;
        width: 100%;
    }

    .addTitle {
        text-align: center;
        padding: 0;
    }

    .editCont {
        margin-left: 1%;
        margin-right: 1%;
    }

    .nothingBut {
        padding-right: 10px;
    }

    .smallY {
        padding-left: 20px;
    }

    .badLogo {
        width: 200px;
    }

    .navBar {
        margin-left: 0;
        margin-right: 0;

    }

    .aBar {
        font-size: 15px;
    }

    .optionDec {
        font-size: 18px;
    }

    .fontDash {
        font-size: 18px;
    }

    .addTitle {
        font-size: 30px;
    }

    .docFlex {
        flex-direction: column;
    }

    .gifCont {
        width: 100%;
    }

    .paraText {
        width: 100%;
    }

    .titleText {
        text-align: center;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .textCont {
        margin: 15px;
    }

    .dealerText {
        font-size: 25px;
    }

    .dealerDrop {
        font-size: 15px;
    }

    .formCont {
        margin-left: 1%;
        margin-right: 1%;
    }

    .uploadFlex {
        flex-direction: column;
    }

    .smallEdit {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
    }

    .subBut {
        margin-bottom: 10px;
    }


    .listCont {
        margin-left: 1%;
        margin-right: 1%;
    }

    .logoCont {
        width: 100%;
    }

    .bgSplit {
        max-width: 240px;
    }

    .tableFull {
        overflow: auto;
    }

    .borRight {
        font-size: 12px;
    }

    .noBorder {
        font-size: 12px;
    }

    .hiddenMobile {
        display: none;
    }

    .invButton {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 615px) {
    .jsDiv {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .mobile {
        visibility: visible;
    }
    .desktop {
        display: none;
    }
    .countTable {
        font-size: 12px;
    }
}

@media only screen and (max-width: 450px) {
    .loginCont {
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 5%;
    }

    .searchCont {
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 5%;
    }

    .cFlex {
        margin-left: 1%;
        margin-right: 1%;
    }
}

/* For easter egg */

#easter {
    background-color: transparent;
    height: 50px;
    width: 50px;
}