/* 
    Created on : 05 Jan 2024, 11:43:05 AM
    Author     : Dakalo
*/

.brand-text {
    text-transform: uppercase;
}

.help-block {
    color: var(--bs-danger);
}

.hint-block {
    color: #cccccc;
    font-size: 0.8em;
}

form div.required label.control-label:after {
    content:" * ";
    color: var(--bs-danger);
}

.form-group {
    margin-bottom: 1rem;
}

label {
    margin-bottom: 0.5rem;
}

.loading-animation {
    display: none;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 40%;
    text-align: center;
    background: rgba(62, 71, 83 , 0.8);
    z-index: 2000;
}
.loading-animation.show {
    display: block;
}

.loading-animation-mini {
    display: none;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    text-align: center;
    background: rgba(62, 71, 83 , 0.8);
    z-index: 100;
}
.loading-animation-mini.show {
    display: block;
}
.loading-animation-mini .spinner-border {
    height: 1em;
    width: 1em;
}

.clickable {
    cursor: pointer;
}

.app-header .brand-mobile {
    height: 100%;
    width: 18.875rem;
    padding: 0 1rem;
    display: flex;
    align-items: center;
}

.app-header .brand-mobile .brand-logo {
    text-decoration: none;
    color: var(--bs-app-header-link-color);
    font-size: .91875rem;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
}

.app-header .brand-mobile .brand-logo .brand-img {
    height: 1.625rem;
    background: var(--bs-app-header-brand-img);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.app-header .brand-mobile .brand-logo img {
    max-width: 100%;
    max-height: 100%;
    margin-right: 1rem;
}