/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.required-indicator,
label .span-asterisk,
label .text-danger{
    color: var(--vz-danger, #dc3545) !important;
    font-weight: 600;
    display: inline-block;
    margin-left: 0.2rem;
}

.billing-brand-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.25rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 1px solid rgba(30, 64, 175, 0.14);
    color: #1d4ed8;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.billing-brand-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 999px;
    background: #1d4ed8;
    color: #fff;
    font-size: 1rem;
    flex-shrink: 0;
}

.billing-brand-text {
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.billing-home-brand {
    margin-bottom: 0.75rem;
}

.welcome-banner .billing-brand-badge {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    box-shadow: none;
}

.welcome-banner .billing-brand-icon {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.input-indexing{
    border-radius: 50%;
    border: 1px solid #6D7085;
    max-width: 22px;
    display: block;
    text-align: center;
    padding: 0px;
    margin: 3px 0px;
}

.tool-tip-button{
    padding: 0px 5px;
    font-size: 9px;
    font-weight: bold;
    border: 1px solid grey;
    border-radius: 8px;
    background-color: white;
}

.width-cursor{
    width: fit-content;
    cursor: pointer;
}
