.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #050b4b;
    background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}


input[type="radio"],input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    height: 20px;
    width: 25px;
}


input[type="file"]{
    width: 100%;
    height: 34px;
    border: none;
    line-height: 27px;
    margin-bottom: 0;
    padding: 0;
}
