.required_indicator{
    color: red;
    font-size: 8px;
    margin-top: 5px;
    position: absolute;
    margin-left: 4px;
}

.agree-label{
    border-color: #dc3545;
    padding-right: calc(1.5em + 1.5rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .375rem) center;
    background-size: calc(.75em + .75rem) calc(.75em + .75rem);
}

.override_invalid_feed_back{
    display: block !important;
}

.pass-rules div{
    padding: 3px;
    color: #7D7C7C;
    font-size: 12px;
}
.pass-rules img{
    margin-bottom: 2px;
}

.disabled-btn{
    border: 1px solid #999999 !important;
    background-color: #cccccc !important;
    color: #666666 !important;

    /* color: #fff;
    background-color: #40ae00;
    border-color: #40ae00;
    opacity: .65; */
    
}

.background-img-rm{
    background-image: unset !important;
}

.danger-alert-demo {
    color: #bd0505;
    background-color: #dc354530;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    display: none;
}

.disclaimer-text
{
    padding-top: 100px;
    font-size: 0.7em;
    color: #aaa;
    text-align: justify;
}