body
{
    /* margin:50px auto; */
}

#content
{
    width:400px;
    margin: auto;
    border: 2px solid gray;
    border-radius: 10px;
    padding: 10px;
}
#error
{
    text-align: center;
    font-weight: bold;
    margin:8px;
    color: blue;
    
}



#tiket:hover {
    background-color: #F9FAFC;
    color: black;
}

.dropbtn {
    /*background-color: #4CAF50;*/
    /*color: white;*/
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 8px 10px;
    font-size: 12px;
}

.dropdown-content a {
    color: black;
    padding: 6px 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #1bbae1;
    border-radius: 3px;
    padding: 6px 10px;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #1bbae1;
}

.modal-dialog-qc {
    width: 80%;
    margin: 30px auto;
}

/* 
    1. Use the same color as modal.
    2. Ensure that the sticky layer is above the modal content.
    */

/* Header fixed to the top of the modal */
.modal-header--sticky {
    position: sticky;
    top: 0;
    background-color: inherit;
    /* [1] */
    z-index: 1055;
    /* [2] */
}

/* Footer fixed to the bottom of the modal */
.modal-footer--sticky {
    position: sticky;
    bottom: 0;
    background-color: inherit;
    /* [1] */
    z-index: 1055;
    /* [2] */
}

.scroll {
    max-width: 575px;

    /*padding: 15px;*/
    overflow: scroll;
    height: 650px;
    max-width: -webkit-fill-available;

    /*script tambahan khusus untuk IE */
    scrollbar-face-color: #CE7E00;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #6F4709;
    scrollbar-3dlight-color: #11111;
    scrollbar-darkshadow-color: #6F4709;
    scrollbar-track-color: #FFE8C1;
    scrollbar-arrow-color: #6F4709;
    margin-left: -10px;
}

.scroll1 {
    max-width: 575px;

    padding: 15px;
    overflow: scroll;
    height: 650px;
    max-width: -webkit-fill-available;

    /*script tambahan khusus untuk IE */
    scrollbar-face-color: #CE7E00;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #6F4709;
    scrollbar-3dlight-color: #11111;
    scrollbar-darkshadow-color: #6F4709;
    scrollbar-track-color: #FFE8C1;
    scrollbar-arrow-color: #6F4709;
}