.resultModal .btn {
    height: 40px;
    padding: 0 20px;
    width: 50%;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}
.redBtn{
    background-color: #F00;
}
.greenBtn{
    background-color: #00CA63;
}
.blueBtn{
    background-color: #432352;
}
.teamLogo{
    width: 70px;
    height: 70px;
    border-radius: 100px;
    margin-bottom: 20px;
}
.resultModal .modal-footer {
    justify-content: center;
    border: 0;
}
.resultModal .modal-body{
    text-align: center;
    padding-bottom: 0;
}
.resultModal .modal-body h5{
    color: #F00;
}

.resultModal .modal-dialog {
    max-width: 400px;
}
.resultModal .modal-dialog .modal-content {
    border-radius: 30px;
    border: 0;
    padding: 10px;
}
.resultModal .modal-dialog .modal-content p{
    margin-bottom: 0;
}
.resultModal form{
    margin-top: 20px;
}
.resultModal form input{
    height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #F0F0F0;
    border: 0;
    width: 100%;
}
.resultModal .modal-body textarea {
    background-color: #F0F0F0;
    border: 0;
    width: 100%;
    height: 100px;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 13px;
}