.menu-el a.active {
    color: #e70716;
}

a.button.tiny.active {
    background-color: #9a9a9a;
}

.main-menu .button.active{
    color:#e70716!important;
    border:2px solid #e70716;
    background:transparent;
}

#idConfirmationAlert {
    text-align: center;
}

#idConfirmationAlert .button {
    border-radius: 5px;
    margin: auto;
    min-width: 150px;
    font-size: 1.15rem;
    line-height: normal;
    position: relative;
    top: auto;
    right: auto;
    color: #fff;
}

#idConfirmationAlert input[type=text] {
    border-radius: 5px;
    width: 300px;
    display: inline-block;
}
.atlas-protect-logo img {
    height: 50px;
}
.atlas-protect-logo span {
    font-size: 1.125rem !important;
    font-family: poppins,sans-serif !important;
}
.logo .button {
    margin: 5px 0 0 0;
    padding: 5px 10px;
}
.top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 1rem;
}

.form-validation-error {
    background-color: white;
    color: red;
    font-weight: bolder;
}

#overlay{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.is-hide{
    display:none;
}
