.text-justify {
    text-align: justify;
}

#clubs h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #444;
}

#clubs blockquote:hover {
    background-color: #eee;
    cursor: pointer;
}

#clubs .club-info {
    display: none;
}

#plebiscyt .section-title {
    font-size: 50px !important;
    font-weight: 900;
    background: -webkit-linear-gradient(#ffdc00, #a59e00);
    text-shadow: 0px 0px 20px #fff3a1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.plebiscyt-name {
    display: block;
    clear: both;
    font-weight: bold;
}

#plebiscyt .button {
    margin: 5px 5px !important;
    width: 100px !important;
    padding: 2px;
}

#plebiscyt .button:nth-of-type(2) {
    background-color: #084ea3;
    border-color: #084ea3;
    color: #fff;   
}

.plebiscyt-result {
    font-weight: bold;
    margin: 5px;
    border: 1px dashed #aaa;
    padding: 3px 10px;
}

.modal-container {
    background: linear-gradient(160deg, #fff, rgb(255, 255, 255) 55.04%, rgb(182, 196, 204) 78.15%, #b6c4cc);
    top: 0px;
    left: 0px;
    position: fixed;
    width:100%;
    height: 100%;
    z-index: 10000;
    box-sizing: border-box;
    padding: 40px;
    color: #fff;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.modal-container h1 {
    font-weight: 900;
    color: #97a6ab;
}

.modal-container .close {
    font-size: 2.0rem;
    cursor: pointer;
    color: #7c9095;
    text-align: right;
    font-weight: 100;
}

.modal-container img {
    width: 200px;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

.modal-container p {
    text-align: justify;
    color: #3d4b4f;
    line-height: 1.3;
}

.modal-content-row {
    overflow: auto;
    height: calc(100% - 150px);
    width: 100%;
    margin-top: 125px;
}

.modal-content-row table {
    border: none;
    color: #333;
    width: 100%;
}

.button {
    cursor: pointer;
}

.modal-content-row table tr td, table tr th {
    border: none;
    color: #457;
    padding: 3px;
    border-bottom: 1px dotted #aaa;
}

.waiter {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color:rgba(157, 178, 191, 0.5);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: none;
    -webkit-backdrop-filter: blur(10px);
    
}

.waiter h1 {
    padding-top: 10px;
}
.waiter .spinner-border {
    margin-top: 40vh;
}