.checkin_event_content{
    max-width: 1200px;
    margin-top: 25px;
    padding-bottom: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.header_checkin_event{
    font-weight: 700;
    font-size: 20px;
    color: #000000 !important;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.header_checkin_event_name{
    font-weight: 700;
    font-size: 24px;
    color: #000000 !important;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.jss9, .jss19{
    margin-top: 25px !important;
    color: #ffffff;
    font-family: Kanit !important;
}

.MuiIconButton-label{
    margin-top: 25px !important; 
}

.list_checkin_event th{
    font-weight: 600;
    background-color: #5746af;
    text-align: center;
    color: #ffffff;
    border: 1px solid #eeeeee;
}

.list_checkin_event td{
    color:#000000;
    text-align: center;
}
.list_checkin_event{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.checkin_button_section{
    text-align: center;
}

.button_margin_bottom{
    margin-bottom: 25px !important;
}

.progress-checkin-section{
    background-color: #3E14A10D;
    text-align: center;
    padding: 20px 0px;
    border-radius: 20px;
    margin: 0px 10px;
}

.progress-checkin-bar{
    margin:30px 100px;
}

.detail-checkin-progress{
    color:#000000;
    font-size: 30px;
}

.header-checkin-progress{
    color : #3E14A1;
    font-size: 24px;
}

.participant-sction{
    margin-top:100px;
}

.detail-checkin-section{
    display: flex;
    justify-content: space-between;
    margin: 0px 50px;
    color: #000000;
    font-size: 16px;
}

@media only screen and (max-width: 600px) {
    .hide_on_mobile{
        display: none !important;
    }

    .detail-checkin-section{
        display: flex;
        justify-content: space-between;
        margin: 0px 20px;
        color: #000000;
        font-size: 16px;
    }
     
    .progress-checkin-bar{
        margin:30px 20px;
    }
}

.qsr-ios-file-input{
	margin-left:75px !important;
}

.nav>li>a:focus, .nav>li>a:hover{
    text-decoration: none !important;
    background-color: #00000000 !important;
}

.list_checkin_event a{
    color: #5746af !important;
}

.search_eventname_input{
    width: 200px !important;
    padding: 0 8px;
    line-height: 2;
    min-height: 30px;
    border-radius: 5px !important;
}

.search_event_section{
    display: flex;
    justify-content: flex-end;
}

td p{
    margin: 0px !important;
}

.checkin_time_selection{
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
}

.checkin_time_option{
    background-color: #5746af;
    color: #ffffff;
    padding: 5px 30px;
    border-radius: 5px;
    font-size: 16px;
    border: 2px solid #20134b;
}

a:focus, a:hover{
    text-decoration: none !important;
}