﻿.invalid-information {
    margin-top: 0.25rem;
    font-size: 0.875em;
}

.firma-logo-white {
    color: #313131;
    font-weight: 700;
    font-size: 18px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: initial;
}

.company-name {
    color: #313131;
    font-weight: 700;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .company-name:hover {
        color: #313131;
        font-weight: 700;
    }

.form-control {
    color: #313131 !important;
    padding: .53rem;
}

#pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f0f078;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.loader-logo {
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

#pageLoader.hidden {
    opacity: 0;
    visibility: hidden;
}

.cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 20px 26px;
    border-radius: 12px;
    width: 90%;
    max-width: 480px;
    display: none;
    z-index: 99999;
    font-size: 14px;
    line-height: 1.45;
}

.cookie-text a {
    text-decoration: underline;
}
