﻿.field-validation-error {
    color: red;
}
.text-center {
    text-align: center !important;
}
.text-dark {
    color: #191919 !important;
}
.text-gray {
    color: #757575;
}
.small-2 {
    font-size: 12px !important;
}
.opt-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 30px;
    height: 50px;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 2px;
    border-bottom: 2px solid #999;
    color: #373737;
}
.ltr {direction:ltr;}


.header2 {
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    color:black !important;
}
    .header2 a {
        width: 100%;
        display: block;
        font-size: 13px;
        line-height: 40px;
        height: 40px;
        color: #252a2b;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }