/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=text]{
    text-transform: uppercase;
}

.p-6 {
    padding: 6px;
}

.login-mt-25 {
    margin-top: 25% !important;
}

.mr-15 {
    margin-right: 15px;
}

.input-border-1 {
    border: 1px solid #66A589 !important;
}

.custom-input-text {
    background-color: white !important;
    border: 1px solid #ddd !important;
    color: #7e7e7e !important;
}

.custom-select-sm {
    height: 40px !important;
    font-size: 0.875rem;
}

.household-input {
    height: 39px !important;
}

.custom-table td {
    background-color: white !important;
}

.float-r-btn-remove {
    float: right !important;
    /* padding-right: calc(var(--bs-gutter-x)* .5); */
}

.pr-0 {
    padding-right: 0;
}

.float-r {
    float: right !important;
}

.btn_add_household {
    border-radius: 1px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.alert-close-btn-p {
    padding: 6px 6px !important;
}

.is-invalid {
    border-color: #dc3545 !important;
}

input:focus{
  outline: none !important;
  border-color: #555 !important;
  box-shadow: 0 0 3px #555 !important;
  -moz-box-shadow: 0 0 3px #555 !important;
  -webkit-box-shadow: 0 0 3px #555 !important;
}

select:focus{
    outline: none !important;
    border-color: #555 !important;
    box-shadow: 0 0 3px #555 !important;
    -moz-box-shadow: 0 0 3px #555 !important;
    -webkit-box-shadow: 0 0 3px #555 !important;
  }