#surveyModal .modal-content .modal-header{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#surveyModal .modal-content .modal-header h5{
    color:white;
}

#surveyModal .modal-content .modal-body{
    width:95%;
    height: auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin:0;

    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#surveyModal .modal-content .modal-body #session-time-lockout-survey{
    width:100%;
    height: auto;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
