.submit-ticket{
background-color:#3886d5 !important;
width:100%;
color:white;
border:none;
padding:12px 20px;
cursor:pointer;
border-radius:2px;
}

.submit-ticket:hover{
background:#1e3a8a;
color:white;
}

.smt-portal{
display:flex;
min-height:600px;
}

.smt-sidebar{
width:220px;
background:#0f2a44;
padding:20px;
}

.smt-sidebar button{
width:100%;
margin-bottom:10px;
padding:10px;
border:none;
background:#3886d5;
color:white;
cursor:pointer;
}

.smt-content{
flex:1;
padding:30px;
background:#f5f7fa;
}

.ticket-box{
background:white;
padding:20px;
margin-bottom:20px;
border-radius:1px;
}

.ticket-form input,
.ticket-form textarea{
width:100%;
padding:10px;
margin-bottom:15px;
}
