﻿.validation-message {
    color: red;
    font-weight: bold;
    font-style: italic;
}

.uppercase-text {
    text-transform: uppercase;
}

.info-icon {
    width: 4.5% !important;
    cursor: pointer;
}

.no-resize {
    resize: none !important;
}