#logolar{
    width: 80%;
    text-align: center;
    margin: 10px auto;
}

#description{
    width: 90%;
    text-align: center;
    margin: 10px auto;
    line-height: 20px;
}

#infoform{
    width: 90%;
    margin: 10px auto;
}

.form{
    margin: 20px auto;
    text-align: center;
}

.form input{
    background-color: #FFFFFF;
    width: 90%;
    margin-bottom: 15px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    padding: 5px;
    font-size: 22px;
}

.form button{
    background-color: #da451b;
    width: 90%;
    margin-bottom: 20px;
    border-radius: 2px;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #da451b;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
}

.hidden{
    display: none;
}

.notvisible{
    visibility: hidden;
}

#modalout{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

#modalout .modalw{
    position:relative;
    width: 400px;
    background-color: #FFFFFF;
    /*border: 4px solid #da451b;*/
    border-radius: 5px;
    color: #000000;
}
#modalout .modalw .close{
    position: absolute;
    right: -17px;
    top: -17px;
}
#modalout .modalw .close img{
    width: 40px;
}

#modalout .modalw .result{
    padding: 10px;
    overflow: scroll;
    max-height: 75vh;
    text-align: center;
}

#modalout .button1{
    background-color: #da451b;
    width: 45%;
    margin-bottom: 20px;
    border-radius: 2px;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #da451b;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
}
#modalout .button2{
    background-color: #515151;
    width: 45%;
    margin-bottom: 20px;
    border-radius: 2px;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #515151;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

