.btn {
    margin-bottom: 0 !important;
}

.input-group label{
    padding-top:7px !important;
}

.alert-invalid {
    background-color: transparent;
    animation: fadeInBackground 1s ease-in-out infinite;
}

@keyframes fadeInBackground {
    0% {
        background-color: #ff9999;
    }
    50% {
        background-color: #ff9999;
    }
}


#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.input-container {
    height:40px;
    display: flex;
    align-items: center;
    border: 1px solid #d4d4d4 !important;
    border-radius: 5px;
    overflow: hidden;
    max-width: 100%;
}

.currency-symbol {
    width: 30px;
    text-align: center;
    background: #e9ecef;
    padding: 8px 0;
    color: #6c757d;
    font-size: 16px;
}

.input-container input {
    flex: 1; /* Takes remaining space */
    border: none;
    padding: 8px;
    font-size: 16px;
    outline: none; /* Removes blue border on focus */
    width: 60px;

}

.input-error{
    border: 1px solid red !important;
}

.form-control{
    padding: 3px !important;
}

.number-input{
    width: 80px;
    text-align:right;
    padding: 3px;
    margin-left:3px;
}

.bg-dark input,
.bg-dark input,
.bg-dark th,
.bg-dark{
    color: white !important;
}

.text-light a{
    color:#ccc;
}

.text-light a:hover{
    color:#999;
}


.text-black{
    color: #000 !important;
}


.form-control{
    background: #fff !important;
}

.btn-outline-primary{
    color:#4a4a4a;
    border: 1px solid #4a4a4a;
}

.btn:hover{
    background:#fff !important;
    color:#5a6268;
}

.btn-sm{
    padding:3px 7px !important;
    border-radius: 3px !important;
}
