.error{
    font-size: 0.95rem;
    color: red;
}

.input-group label.error{
    position: absolute;
    bottom: -23px;
    left: 5px;
}

.label.error-float{
    position: absolute;
    bottom: -23px;
    left: 5px;
}

.modal-header{
    padding: 15px;
    padding-left: 20px;
}

.blockui-overlay{
    position: fixed !important;
}
.modal-footer{
    justify-content: space-between !important;
}

.modal-max-heigth
{
    max-height: 600px !important;
}

.stripe-control{
    background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-100);
    color: var(--bs-gray-700);
    transition: color 0.2s ease;
    padding: 5px;
    min-height: calc(1.5em + 1.65rem + 2px);
    font-size: 1.15rem;
    border-radius: 0.625rem;
    padding-left: 15px;
}

.bullet-med
{
    width: 6px !important;
    height: 6px !important;
}

.bdsolidgray{
    border: 1px solid #d8cccc !important;
}