body {
    /* color: white;    
    background-color: black; */
    color: black;
    background-color: white;

}

.dark-mode {
    background-color: black;
    color: white;
}

/* .button {
    background-color: #FFFFFF;
    border: none;
    color: black;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
} */
/* .buttonRounded {border-radius: 12px;} */

.button {
    outline: 0;
    grid-gap: 8px;
    align-items: center;
    background: 0 0;
    border: 1px solid #000;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 16px;
    gap: 8px;
    justify-content: center;
    line-height: 1.5;
    overflow: hidden;
    padding: 12px 16px;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all .14s ease-out;
    white-space: nowrap;

}

.button:hover {
    box-shadow: 4px 4px 0 #000;
    transform: translate(-4px, -4px);
}

.button:focus-visible {
    outline-offset: 1px;
}

.dark-button {
    outline: 0;
    grid-gap: 8px;
    align-items: center;
    color: #fff;
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 16px;
    gap: 8px;
    justify-content: center;
    line-height: 1.5;
    overflow: hidden;
    padding: 12px 16px;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all .14s ease-out;
    white-space: nowrap;

}

.dark-button:hover {
    box-shadow: 4px 4px 0 #fff;
    transform: translate(-4px, -4px);
}

.dark-button:focus-visible {
    outline-offset: 1px;
}

#modelNumberInput {
    padding: 7px;
    border-radius: 6px;
    font-size: 16px;
    background: #fbfbfb;
    border: 2px solid transparent;
    height: 36px;
    box-shadow: 0 0 0 1px #dddddd, 0 2px 4px 0 rgb(0 0 0 / 7%), 0 1px 1.5px 0 rgb(0 0 0 / 5%);
}

#toggle-button {
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    margin-right: 6px;
}

#toggle-button svg {   
    width: 25px;
    height: 25px;
}

.dark-toggle-button {
    fill: white;
    background: black;
    border: none;
    width: 30px;
    height: 30px;
}

.dark-toggle-button svg {   
    width: 25px;
    height: 25px;
}

#modelNumberInput:focus {
    border: 2px solid #000;
    border-radius: 4px;
}

.center-text {
    text-align: center;
}

.center-table {
    margin-left: auto;
    margin-right: auto
}

.font {
    font-family: 'Arial', sans-serif;
    /* font-family: 'Verdana', sans-serif; */
}

.a {
    color: white;
}

#omd_hero {
    /*SAFARI IOS*/
    /* width: 1920px; */
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
/* img {
    opacity: 0.5;
} */

/* tr:nth-child(even) {
    background-color: #f2f2f2;
} */
/* th {
    text-align: left;
  }
td {
    text-align: left;
} */
