/* ikony: https://about.google/brand-resource-center/logos-list/ */

/* .event-content form {
    max-width: 500px;
    
    
} */
.event {
    background-image: url(/img/bg/event.png);
    /*background-image: url(/img/bg/o-nas-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
}

.event-signed,
.make-article-signed {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 7px;
}

.event-signed-card-img-div img,
.make-article-signed-card-img-div img {
    border-radius: 50%;
    max-height: 80px;
    max-width: 80px;
}

/* Fukcjonalość nie zmieniać !!! */
.event-show {
    display: block;
}
.make-article-signed-show {
    display: flex;
}

/* Fukcjonalość nie zmieniać !!! */
.event-hide,
.make-article-signed-hide {
    display: none;
}

.event-unsigned,
.make-article-unsigned {
    justify-content: space-between;
    margin-bottom: 7px;
}

/* Fukcjonalość nie zmieniać !!! */
.make-article-unsigned-hide {
    display: none;
}

/* Fukcjonalość nie zmieniać !!! */
.make-article-unsigned-show {
    display: flex;
}

.event-unsigned-gInfo,
.make-article-unsigned-gInfo {
    color: #eee;
}
.opis-miejsca a {
    margin
}

.your_name, .event-form-title {
    color: #fff;
    font-size: 1.1rem;
}

/* .event-signed-card {  order: -1;} */

.event-content .toggle-info-btn {
    margin-bottom: 30px;
}

.event-content form label {
    margin-bottom: 4px;
    display: none;
}

.event-content form input {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 7px;
    border: 1px solid #4e4e4e;
    outline: none;
    opacity: 0.7;
    /* background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHklEQVQ4EaVTO26DQBD1ohQWaS2lg9JybZ+AK7hNwx2oIoVf4UPQ0Lj1FdKktevIpel8AKNUkDcWMxpgSaIEaTVv3sx7uztiTdu2s/98DywOw3Dued4Who/M2aIx5lZV1aEsy0+qiwHELyi+Ytl0PQ69SxAxkWIA4RMRTdNsKE59juMcuZd6xIAFeZ6fGCdJ8kY4y7KAuTRNGd7jyEBXsdOPE3a0QGPsniOnnYMO67LgSQN9T41F2QGrQRRFCwyzoIF2qyBuKKbcOgPXdVeY9rMWgNsjf9ccYesJhk3f5dYT1HX9gR0LLQR30TnjkUEcx2uIuS4RnI+aj6sJR0AM8AaumPaM/rRehyWhXqbFAA9kh3/8/NvHxAYGAsZ/il8IalkCLBfNVAAAAABJRU5ErkJggg==");
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-size: 16px 18px;
      background-position: 98% 50%; */
    cursor: auto;
    border-radius: 4px;
}

#event-unsigned-info {
    background: #202020;
    font-size: 0.9rem;
    padding: 10px;

    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 7px;
}

ul{
    list-style-type: disc;
    margin-left: 24px;
}

#event-unsigned-info dl {
    margin-top: 20px;
}

#event-unsigned-info dt {
    margin-left: 20px;
    margin-bottom: 8px;
}

#event-unsigned-info dd {
    margin-left: 40px;
    margin-bottom: 6px;
}

#event-unsigned-info form {
    max-width: 500px;
}

input[type="text"],
textarea, select, option:not(:checked)  {
    background-color: var(--input-bg);
    color: var(--page-text);
    border-radius: 5px;
}

label {
    color: --var(--page-text);
}
.ogniska-informacje h2 {
    font-size: x-large;
    color: aquamarine;
}
.ogniska-informacje ul {

}
.ogniska-informacje li {

}
.ogniska-opis-miejsca h2 {
    font-size: x-large;
    color:orange
}
.ogniska-opis-miejsca hr {
    width: 50%;
    height: 2px;
    border-width: 0;
    color:gray;
    background-color:gray;
}
.ogniska-opis-miejsca p {

}
.geo-loc-ico {
    content: url('/img/geoLoc_20px.png');
    /* height: 15px; */
    width: 20px;
}

.event-logged {
    display: none;
}

.event-unlogged {
    display: block;
}

.event-single-line {
    white-space: nowrap;
    display: flex;
}
.event-line-with-br {
    padding-top: 12px;
}
.event-form-label {
        margin-right: 30px;
}
.event-submit-button {
    justify-content: right;
}