.valid.modified:not([type=checkbox]) { outline: 1px solid #0acf97; }

.invalid { outline: 1px solid #fa5c7c; }

.validation-message { color: #fa5c7c; }

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* Registrant overwrites */

.registrant-overwrite .content-page .content .navbar-custom { left: 0px !important; }

.registrant-overwrite .content-page { margin-left: 0 !important; }

.registrant-overwrite .content-page .footer { left: 0px !important; }

/* Registrant overwrites end */

.registrant-body { padding-top: 30px; }

.product-logo { height: 45px; }

.product-title {
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
}

.button-wrapper { margin: 15px 0; }

.button-wrapper a:last-child { margin-left: 10px; }

.login-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1;
    text-transform: uppercase;
}

.chat-avatar .uil-user-circle:before {
    font-size: 28px;
}

.message-date {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.status-change-button {
    font-size: 11px;
    text-decoration: underline;
    margin-left: 4px;
    cursor: pointer;
    color: #6c757d;
}

.admin-jobtitle {
    display: block;
    margin-bottom: 5px;
}

.admin-fullname {
    display: block;
    font-weight: bold;
    margin-top: 5px;
}

.language-selector {
    float: right;
    width: auto;
    margin-top: 15px;

}

.muted-card p, .muted-card ul {
    font-size: 14px !important;
}

.muted-card h5 {
    margin: 20px 0 10px 0 !important;
}

.muted-card h4 {
    margin-bottom: 1rem!important;
}

.muted-card h5:first-of-type {
    margin-top: 10px !important;
}

@media (max-width: 767.98px) {
    .navbar-custom {
        padding: 0 24px;
    }
}

.multiselect {
    margin-top: 0.5rem;
}

.download-pdf-btn {
    margin-bottom: 10px;
}

.responsible-admin-btn {
    border: none;
    background-color: transparent;
    padding-left: 0;
    color: #6c757d;
}

.follow-up-badge {
    font-size: 0.9rem;
    font-weight: normal;
    cursor: pointer;
}

.admin-follow-up-task-info {
    border: 1px solid #eee;
    margin-bottom: 22px;
    background: #f9f9f9;
    padding: 5px 10px 2px;
}

.concern-table tr {
    cursor: pointer;
}

.dropdown-item {
    cursor: pointer;
}
.create-select {
    width: auto!important;
    display: inline-block;
}

.card .header-title {
    font-size: 1.4em;
}

.accordion > .card > .card-header {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #e0e0e0;
}

.accordion > .card:last-of-type > .card-header {
    border-bottom: none !important;
}

.q-and-a {
    margin-top: 25px;
}

.edit-faq-menu a {
    cursor: pointer;
    margin-left: 10px;
    display: inline;
    text-decoration: none;
    width: auto;
    float: right;
}

.edit-faq-title {
    margin-bottom: 15px;
}

.edit-faq-add-new-link {
    margin-top: 15px;
    display: block;
    cursor: pointer;
}

.inquiryinformation {
    margin: 20px 0 5px;
}

.concern-download-form {
    float: right;
    
}

    .concern-download-form button {
        height: auto;
        background: transparent;
        outline: none;
        color: #6c757d;
        font-size: .9375rem;
        border: none;
        
    }
	
.close-jq-toast-single{display:none!important;}

.jq-toast-wrap.top-right {
    top: 20px;
    right: 20px;
}

.jq-toast-wrap{
	width: auto!important;
}