﻿
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media (min-width: 992px) {
    .dInfo {
        display: initial !important;
    }
}
.areaError {
    font-size: 15px !important;
}
.errorHolder {
    height: 25px;
    color: white;
    vertical-align: middle;
    padding-top: 10px;
    text-align: left;
    padding-left: 10px;
}

.errorOutline {
    height: 25px;
    color: white;
    vertical-align: middle;
    width: 25px;
}
.btn-icon-small {
    margin-right: 5px;
    margin-top: 2px;
    border: none;
    background-color: transparent;
    color: white;
}

    .btn-icon-small:hover {
        opacity: .9;
    }

#msg {
    margin-left: auto;
    margin-right: auto;
    width: inherit;
    max-height: 100px;
    height: auto;
    max-width: 330px;
}

.errorRed {
    background-color: var(--error1);
}
.errorRedBorder {
    border: 1px solid var(--error1);
}
.errorGreenBorder {
    border: 1px solid var(--error2);
}
.errorGreen {
    background-color: var(--error2);
}
.errorWarning {
    background-color: var(--warning1);
}
.errorWarningBorder {
    border: 1px solid var(--warning1);
}
.alert2 {
    align-items: flex-start;
    /* Body Text / Bold */
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    /* White */
    color: var(--general7);
    /* Inside Auto Layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    /*margin: 0px 16px;*/
    /*overflow:scroll;*/
    overflow-x: auto;
    max-height: 100px;
    margin: 10px;
    word-break: break-word;
    max-width: 370px !important;
}

