.horizontal-line
{
    height: 1px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #363636;
}
.veterinarian-data-form
{
    color: #363636;
    font-family: "Roboto", sans-serif;
}
.veterinarian-data-form h2
{
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
}
.veterinarian-form-text-bold
{
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #363636;
    margin-bottom: 20px;
}
.no-border
{
    border: none;
    padding: 0;
}

input[type="color"] {
    padding: 0;
    border: none;
    height: 50px;
    width: 98px;
}
input[type="color"]::-moz-color-swatch {
    border: none;
}
input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
    border-radius: 0;
}
input[type="color"]::-webkit-color-swatch {
    border: none;
}

.color-selection-row-flexbox
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.veterinarian-form-data-preview
{
    max-width: 100px;
    max-height: 100px;
}

.form-row-flexbox
{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

#vet_icon {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.change-vet-logo-text
{
    color: #04AA52!important;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
}

.change-vet-logo-text:hover, .change-vet-logo-text:focus
{
    color: #007236!important;
}

