.btn-link-default {
    vertical-align: baseline !important;
    padding: 0 !important;
    line-height: 1.0 !important;
}

.btn-link{
    text-decoration: none !important;
}

.control-label-required::after {
    margin-left: 0.25rem;
    content: "*";
    color: #dc3545;
}

.form-invalid {
    border-color: #dc3545;
}
.nav-icon {
    color:#6ea8fe !important;
}
.nav-item-1 {
    font-size:0.9rem !important;
}

.form-control-text {
    border: 0
}

.table-clickable {
    cursor: pointer
}
.totalRow {
    font-size: 1.125rem;
    background-color: #606060;
}
.billOrderNumberDigit {
    border: 1px solid white;
    font-family:monospace;
    padding: 0px 4px;
}

.form-data {
    line-height: 2rem;
    font-size: 100%;
     color: white; 
    /* text-transform: uppercase; */
    font-weight: 300;
    /* margin-top: 2px; */
    /* margin-bottom: 5px; */
    display: inline-block;
    white-space: pre-line !important;
    width: 100%;
}
.form-label{
    color: white;
    font-size:1.25rem;
    font-weight: 500;
    margin-bottom: 4px;
}


.list-group-header{
    color: #fff;
    background-color: rgba(0, 0, 0, .45) !important;
}
.list-group-striped {
    border-color: rgba(0, 0, 0, .25);
}
.list-group-striped  .list-group-item:nth-child(odd){
    color: #fff;
    background-color:rgba(0, 0, 0, .15);
}

.list-group-striped  .list-group-item:nth-child(even){

    color: #fff;
    background-color:rgba(0, 0, 0, .05);
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d !important;
    pointer-events: none;
}


.input-group.input-daterange .input-group-text{
    border-radius:0 !important;
}


.badge-table{
    border-radius: 5rem;
    display: block;
    font-size: 90%;
    line-height: normal;
    margin: 0 0.5rem
}

.no-margin{
    margin: 0 0
}

.tooltip-danger-custom {
    --bs-tooltip-bg: #f8d7da;
    --bs-tooltip-color:  #58151c ;
}
.password{
    -webkit-text-security: circle
}

div.form-check.form-switch:has(> .form-check-input.form-switch-large) {
    width:3rem;
}

.form-check-input.form-switch-large{
    width: 3rem;
    height: 1.5rem;
}