.btn_yatta_1{
    background: #a71919;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #a71919;
    color: #fff;
    transition: 0.2s all;
    margin:3px 3px;
} 
.btn_yatta_1:hover{
    background: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #a71919;
    color: #a71919;
    cursor:pointer;

}
.input_yatta_1{
    background: transparent;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #333;
    color: #333;
    transition: 0.2s all;
    margin:3px 3px;
    width:100%;
    box-sizing: border-box;
}
.input_yatta_1:hover{
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #a71919;
    color: #333;
    cursor:pointer;
}
.input_yatta_1:focus{
    outline: none;
    border: 1px solid #a71919;
}
.font-small{
    font-size: 12px;
}


.shadow{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.shadow-sm{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}


.fixed-model-body{
    max-height:400px;
    overflow: auto;
}
 
.illuminati{
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    overflow:hidden;
    height:auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
}

.illuminati-temat{
    font-weight:bold;
    margin-bottom:5px;
    color:#d20000;
    font-size:24px;
    display:block;

}
.illuminati-temat-arrow{
    font-weight:bold;
    margin-bottom:5px;
    color:#d20000;
    font-size:24px;
    display:block;
    padding-left: 15px;
    font-size: 20px;
    background-image: url(//cache3.yatta-static.pl/images/bullet_big_1.gif);
    background-repeat: no-repeat;
    background-position: center left;
    display: block;
    margin: 10px 0 10px 10px;
}
.illuminati-a{
    margin: 0px auto;
    text-align: center;
    color: #aaa;
    font-size: 12px;
    font-weight:bold;
}

.max-w-50{
    width: 100%;
    max-width: 50%;
}
@media (max-width: 768px) {
    .max-w-50{
        max-width: 100%;
    }
}
.center_inside{
    display: flex;
    justify-content: center;
    align-items: center;
}
.center{
    margin:0 auto;
    text-align: center;
}

.yp-1{
    padding:5px;
}