/* firoz utilize css  */
.link-btn {
    text-underline-position: under;
    text-decoration: underline;
    color: var(--primary);
    background: none;
    border: none;
}

.floating-label {
    position: relative;
}

.floating-label label {
    position: absolute;
    top: -10px;
    left: 5px;
    padding: 0 5px;
    background-color: #fef;
    color: var(--primary);
    border-radius: 5px;
    width: max-content;
}

.xy_center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.border_bottom_primary {
    border-bottom: 1px solid var(--bs-primary);
}
.pm-0{
    padding: 0;
    margin: 0;
}