/*.nav-bar {*/
/*    display: flex;*/
/*    justify-content: start;*/
/*    align-items: center;*/
/*    padding: 0.5rem 3rem;*/
/*    background-color: whitesmoke;*/
/*    margin: 0;*/
/*}*/

/*.nav-link a{*/
/*    padding-left: 5rem;*/
/*    color: darkblue;*/
/*    text-decoration: none;*/
/*    font-size: 1.2rem;*/
/*    font-weight: 500;*/
/*}*/

/*.title {*/
/*    text-align: center;*/
/*    font-size: 5rem;*/
/*    font-weight: 700;*/
/*}*/

/*.form-box {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding: 5rem 3rem;*/

/*}*/

/*.form-submit{*/
/*    min-width: 300px;*/
/*    !*display: flex;*!*/
/*    !*flex-direction: column;*!*/
/*    !*justify-content: center;*!*/
/*    !*align-items: start;*!*/
/*}*/

.label{
    margin: 1.5rem 0 0 0;
    /*float: left;*/
}

.ai-sandbox-question{
    margin: 0.5rem 0 1rem 0;
}

.ai-sandbox-poll-card{
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.ai-sandbox-poll-option-hover{
    padding: 1.25rem;
}

.ai-sandbox-poll-option-hover:hover{
    background-color: #f7fafc;
}

.model-name{
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0.5rem;
}

.processing-status{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.process-section{
    margin-bottom: 3rem;
}

.processing-img {
	max-width: 100%;
	height: auto;
	max-height: 94px;
}