@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: 'Roboto', sans-serif;
}

.wide-container{
    width: 90%;
}

.status-container{
    background-color: #f5f5f5;
    padding: 10px;
    text-align: center;
    border: 1px solid #e7e4e4;
    border-radius: 4px;
    overflow-y: scroll;
    min-height: 700px;
    max-height: 700px;
}

.status-header{
    background-color: #f5f5f5;
}

.dropzone{
    min-height: 700px;
}

.box-shadow{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.ticket-card{
    font-size: 14px;
}

.it-icon{
    background-color: #b5e0ff;
    color: #0094ff;
    padding: 2px;
    border-radius: 4px;
}

.ltms-icon{
    background-color: #ffc6c6;
    color: #ff3131;
    padding: 2px;
    border-radius: 4px;
}

.details-link{
    font-size: 16px;
    text-decoration: none;
    color: #0094ff;
    cursor: pointer;
}

#ticket-search{
    width: 325px;
}