﻿.nav-tabs .nav-link {
    transition: background 0.3s ease-in-out;
}

    .nav-tabs .nav-link.active {
        background-color: #f8f9fa !important;
        border-color: #dee2e6 #dee2e6 #fff;
    }

/* Ensures inputs are placed side by side */
.input-pair {
    display: flex;
}

/* Left input: Removes only right-side border radius */
.input-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

/* Right input: Removes only left-side border radius */
.input-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

/* Vertical Divider: Matches Bootstrap's default input border color */
.input-divider {
    width: 1px;
    background-color: #ced4da;
    border-left: 1px solid #ced4da;
}


/*autofill styling*/

input,
textarea,
select,
button {
    font-size: 1rem !important; /* Locks font size */
}

.text-danger ul {
    padding-left: 1rem !important;
}