.btn-circle {
    width: 30px;
    height: 30px;
    padding: 5px 5px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
}

.required::after {
    content: '*';
    color: #dc3545 !important; /* .text-red */
}

/*.modal-backdrop {*/
/*    display: none;*/
/*}*/

.modal {
    background: rgba(0, 0, 0, 0.5);
}

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

#signature-pad {
    border: 1px solid black;
    width: 200px;
    height: 100px;
}

.w-20 {
    width: 20%;
}
/*.products-info-table thead th{*/
/*    width: 20%;*/
/*}*/

.confirm-products-table{
    text-align: center;
    border-collapse: collapse;
    vertical-align: top;
    margin-bottom: 1rem;
}
.confirm-products-table th{
    padding: 2px 10px;
}
/*.confirm-products-table th, .confirm-products-table td{*/
/*    border: 1px solid black;*/
/*}*/

.borderClass{
    border: 1px solid #4a4a4a;
}

.circle-icon {
    background: #ffffff;
    border-radius: 50%;
}

#locations-table thead input {
    width: 100%;
}

.filter-appearance-none{
    -webkit-appearance: none;
}
#filter-reset {
    cursor: pointer;
}


.uwy .userway_buttons_wrapper{
    position: fixed !important;
    bottom: 20px !important; /* Podesi razmak od dna */
    right: 20px !important; /* Podesi razmak od desnog ruba */
    top: auto !important;
    left: auto !important;
    z-index: 9999; /* Osigurava da bude iznad ostalih elemenata */
}