/* /Components/Pages/CampaignDetails.razor.rz.scp.css */

.toolbar[b-wcf5yeyxfl] {
    top: 0;
    width: 100%;
    height: var(--toolbar-height);
    background-color: whitesmoke;
}

.layer[b-wcf5yeyxfl] {
    right: 0;
    top: var(--toolbar-height);
    width: var(--layer-width);
    bottom: var(--footer-height);
    background-color: whitesmoke;
    border: 1px solid gray;
}

.map-control[b-wcf5yeyxfl] {
    top: var(--toolbar-height);
    left: 0;
    width: 100%;
    bottom: var(--footer-height);
    border: 1px solid gray;
    border-right-style: solid;
    color: #000;
}

.footer[b-wcf5yeyxfl] {
    bottom: 0;
    width: 100%;
    height: var(--footer-height);
    background-color: whitesmoke;
}

#timeSlider[b-wcf5yeyxfl] {
    width: 800px;
    /*display: none;*/
}
/* /Components/Pages/DataAnalysisCompetitionTrackerComponent.razor.rz.scp.css */

.map-control[b-5oo56zwws8] {
    top: var(--toolbar-height);
    left: 0;
    width: 100%;
    bottom: var(--footer-height);
    background-color: #CCCCCC;
    border: 1px solid gray;
    border-right-style: none;
    color: #000;
    z-index: 50
}
/* /Components/Pages/LocationDetails.razor.rz.scp.css */

.map-control[b-w0ka7xz3qz] {
    top: var(--toolbar-height);
    left: 0;
    width: 100%;
    bottom: var(--footer-height);
    background-color: #CCCCCC;
    border: 1px solid gray;
    border-right-style: none;
    color: #000;
}

.footer[b-w0ka7xz3qz] {
    bottom: 0;
    width: 100%;
    height: var(--footer-height);
    background-color: whitesmoke;
}

.toolbar[b-w0ka7xz3qz] {
    top: 0;
    width: 100%;
    height: var(--toolbar-height);
    background-color: whitesmoke;
}

.layer[b-w0ka7xz3qz] {
    right: 0;
    top: var(--toolbar-height);
    width: var(--layer-width);
    bottom: var(--footer-height);
    background-color: whitesmoke;
    border: 1px solid gray;
}

/* ***************************************************** */
/* ***************************************************** */

.visible[b-w0ka7xz3qz] {
    display: block !important;
}

.hidden[b-w0ka7xz3qz] {
    display: none;
}
/* /Components/Pages/Widgets/CampaignCard.razor.rz.scp.css */
.flip-card[b-e7eelrwwmt] {
    background-color: transparent;
    height: 300px;
    max-height: 264px;
    font-family: sans-serif;
}

.title[b-e7eelrwwmt] {
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    margin: 0;
}

.flip-card-inner[b-e7eelrwwmt] {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner[b-e7eelrwwmt] {
    transform: rotateY(180deg);
}

.flip-card-front[b-e7eelrwwmt], .flip-card-back[b-e7eelrwwmt] {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 1rem;
}

.flip-card-front[b-e7eelrwwmt] {
}

.flip-card-back[b-e7eelrwwmt] {
    transform: rotateY(180deg);
}
/* /Components/Pages/Widgets/CampaignCardAB.razor.rz.scp.css */
.flip-card[b-kue0nwzajx] {
    background-color: transparent;
    height: 300px;
    max-height: 264px;
    font-family: sans-serif;
}

.title[b-kue0nwzajx] {
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    margin: 0;
}

.flip-card-inner[b-kue0nwzajx] {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner[b-kue0nwzajx] {
    transform: rotateY(180deg);
}

.flip-card-front[b-kue0nwzajx], .flip-card-back[b-kue0nwzajx] {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 1rem;
}

.flip-card-front[b-kue0nwzajx] {
}

.flip-card-back[b-kue0nwzajx] {
    transform: rotateY(180deg);
}
