/**
 * Campaign Styles for campaign #239818
 */

/** Theme builder #3935 */
@layer theme {
:root {
  --si: 230 32% 30%;
  --sif: 230 32% 10%;
  --sic: 0 0% 100%;
}
}
/** Style Dashboard banners#3940 */
/* Dashboard Headers */
#campaign-dashboard .widget .widget-header-text{
    font-size: 42px;
    font-family: "Cinzel";
    font-weight: 500;   
    margin-top: 7px;
 }

#campaign-dashboard .content > .max-w-7xl {
    max-width: initial;
    padding: 2rem;
}

#campaign-dashboard .widget.widget-header {
   position: relative;
   text-align: center;
    margin-left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    margin-bottom: 45px;
    margin-top: 25px;
    width: 100%;
    height: 90px;
    padding-top: 10px;
    background-image: url(https://img.freepik.com/premium-photo/background-blue-dark-snow-gradient-abstract-background-texture-christmas_39768-5019.jpg);    
}
/** Style Headers#3941 */
/*HEADERS IN ENTITY ARTICLES*/
/*h4 nazwy na mapie h1 nazwy sekcji w zakładkach*/
/*h3 to tytuły notek, pinów itp. oraz nazwy sekcji na dashboardzie*/
h6 {
color: white;
}
/** Style Map#4048 */
/* Map*/
.widget-map .panel-body { height: 600px; !important} 
.widget-map { height: 598px; !important} 
.map-dashboard leaflet-container  { height: 398px; !important} 
/* map fix for vertical monitors */
.map-dashboard {
    min-height: unset;
}
/** Style Tables#4282 */
.entity-content table, th, td {
  border: 1px solid black;
}
/** Style Top tooltip#4391 */
/*Górny nagłówek ukryty*/
#campaign-dashboard .campaign-header-content  { display: none; }
