﻿@keyframes fillPath {
    0% {
        fill: transparent;
    }
    50% {
        fill: #333333;
    }
    100% {
        fill: transparent;
    }
}

#ingo_loading {
    stroke-width: 2;
    animation: fillPath 3s infinite;
}

.vl {
    border-left: 7px solid green;
    height: 500px;
}

div.style-hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #ffc266;
}

.subtitle-7-custom {
    color: black;
    font-size: 12px;
    font-weight:bolder;
}

.subtitle-8-custom {
    color: #849094;
    font-size: 10px;
}

.subtitle-9-custom {
    color: #849094;
    font-size: 8px;
}

.company-item:hover {
    background-color: white;
}

.cls-link {
    font-size: 10px;
}

.cls-link:hover {
    text-decoration: none;
}

.company-item li {
    border: 2px solid #545e61;
    color: #545e61;
    border-radius: 30px;
    text-align: center;
    padding: 10px;
    font-size: 12px;
}

.Projekt-eigner {
    border: 2px solid #849094;
    color: #849094;
    font-size: 10px;
    border-radius: 30px;
    padding: 5px;
    display: inline-block;
}

.btn-radius-orange {
    font-size: 10px;
    font-weight: bold;
    border-radius: 20px;
    background-color: #ffcc00;
    padding: 5px;
    color: black;
}

.disabled-link {
    color: #cccccc;
    font-size: 10px;
    text-decoration: none;
}

.active-partner {
    border-radius: 5px;
    color: white;
    background-color: black;
    display: inline-block;
    padding: 2px 5px 2px 5px;
    font-size: 10px;
}

.inactive-partner {
    border-radius: 5px;
    color: #808080;
    background-color: #cccccc;
    display: inline-block;
    padding: 2px 5px 2px 5px;
    font-size: 10px;
}

.pending-partner {
    border-radius: 5px;
    color: #040303;
    background-color: #fce4af;
    display: inline-block;
    padding: 2px 5px 2px 5px;
    font-size: 10px;
}

.rejected-partner {
    border-radius: 5px;
    color: #808080;
    background-color: #cccccc;
    display: inline-block;
    padding: 2px 5px 2px 5px;
    font-size: 10px;
}

.identifier {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.link-card {
    font-size: 12px;
    color: black
}

.loading-wrapper {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.loading-caption {
    text-align: center;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #273447;
    border-bottom-color: #F9C85E;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.card-role {
    font-size: 10px;
    margin-bottom: 5px
}
.card-photo {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.Infos_FirstDep_FireDep {
    color: #3333ff;
    text-decoration: underline;
}

.h-inherit {
    height: inherit;
}

.qr-code-size {
    width: 300px;
    height: 300px;
}