a{
    text-decoration: none;
}

.form-control {
    border: 1px solid #98bcee !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

/* Optionally, add some custom styles to the number input */
input[type="number"] {
    /* Add any additional styling you want here */
    padding: 5px;
    border: 1px solid #ccc;
}

.header-icon-link{
    width: 70px;
    height: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    cursor: pointer;
    color: #0d6efd;
    
}
.header-icon-link h1{
    line-height: 0.6;
    
}
.header-icon-link a{
    text-decoration: none;
    
}
.header-icon-link:hover{
    background-color: #0d6efd;
    color: #fff;
}

.header-icon-link.active{
    background-color: #0d6efd;
    color: #fff;
}

.fz-11{
    font-size: 11px;
}

.barcode-card{
    width: 384px;
    height: 192px;
}

.barcode-text{
    transform: scale(1.5);
    left: 63px;
    position: absolute;
    bottom: 0;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #98bcee !important;
    border-radius: 4px;
    height: 35px !important;
}

.select2-container{
    width: 100% !important;
}

.fz-50{
    font-size: 50px;
}