.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;
}



.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;
}
#scannedcode:focus{
    background:red;
    color:#fff;
}
#scannedcode:active{
    background:blue;
}
#scannedcode:visited{
    background:yellow;
    color:blue;
}

.search_mht_by:focus{
    background:red;
    color:#fff;
}
.search_mht_by:active{
    background:blue;
}
.search_mht_by:visited{
    background:yellow;
    color:blue;
}

/* #loading {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  } */

#loading {
    position: fixed;
    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;
    z-index: 2000;
    width: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#loading-text {
    background-color: cadetblue;
    color: white;
    font-size: xx-large;
    height: 61px;
    position: relative;
    top: 150px;
    z-index: 10000000;
    opacity: 1;
}
.password_eye {
    float: right;
    margin-right: 6px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    /* color: red; */
}
.video-container video {
    border: 1px solid gray;
    height: min(600px, 100%);
    aspect-ratio: 4/2;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}
.shibirinfo {
    background-color: cadetblue;
}
.scanbymachine_container {
    font-size: xxx-large;

}
.scanbymachine_container .token_number_machine{
    font-size: 20rem;
}
