.search_result {
    display: none;
}

.search_result_table_td_input {
    display: none;
}

/*
    search by mhtid
*/
#search_by_mhtid:active {
    border-color: #ffc107 !important;
    border: outset;
}

#search_by_mhtid:focus {
    border-color: #ffc107 !important;
    border: outset;
}

.errorClass {
    border-color: coral !important;
    border: solid;
}

#loading {
    position: fixed;
    /* display: none; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 1051;
    display: none;
}

#loading-image {
    position: absolute;
    /* top: 100px; */
    /* left: 240px; */
    z-index: 2000;
    width: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}

.addNewPrint:focus {
    box-shadow: 0 0 0 0.2rem #495057;
    background-color: #ff1200;
}

.addNewPrint:hover {
    box-shadow: 0 0 0 0.2rem rgb(238 7 105 / 94%);
    background-color: #ffbc00;
}

.addNewPrint {
    width: 200px;
    height: 75px;
    font-size: 35px;
}

#addNewModalForm input {
    font-weight: 900;
    /* color: red; */
    font-size: 20px;
}

.printButton:hover {
    box-shadow: 0 0 0 0.2rem rgb(238 7 105 / 94%);
    background-color: #ffbc00;
}

.printButton:focus {
    box-shadow: 0 0 0 0.2rem #495057;
    background-color: #ff1200;
}

.top_floor {
    background: #e9e9e9;

}

.today_total_status span {
    float: right;
}

.btn {
    margin-top: 2px;
}

.search_mht_by {
    border-radius: 5px;
}

.import_format {
    font-size: xx-small;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #bcc5d3;
}

.refresh_total_status {
    padding: 0px 2px 0px 2px;
    margin: 0px 0px 0px 2px;
}

#startButton,
#resetButton {
    cursor: pointer;
}

.video-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.video-container video {
    border: 1px solid gray;
    width: min(700px, 100%);
    /* aspect-ratio: 4/3; */
}

.output-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.token_number {
    font-size: 15rem;
    position: relative;
    top: -8rem;
}
.checkout_result {
    display: none;
}
.total_bags_checkout_html, .total_bags_checkin_html, .total_bags_count_html {
    font-weight: 700;
}
.scanned_result_message_bg {
    background: #e9e9e9;
    color:black;
}
.token_number_machine {
    font-size: 15rem;
    position: relative;
    top: -90px;
}
