.form-single{
    margin-top: 10px;
}
.form-control{
    border : 1px solid rgb(129, 129, 129) !important;
}
.navigation ul{
    padding: 0px;
}
.navigation ul li {
    display: inline-block;
}
.tab-link {
    background: rgb(109, 158, 248);
    color: white;
    padding: 10px;
}

.navigation-box {
    display: flex;
}

.tab-link {
    width: 162px;
}
.tab-link a {
   color: white;;
}

.tab-link.disabled
{
    background: lightgray;
    pointer-events: none;
}

.tab-link.active
{
    background: rgb(0, 71, 95);
}
