.nav .nav-link {
    color: rgb(110, 110, 110);
    font-weight: 500;
    height: 55px;
}

.nav .nav-link:hover {
    color: black;
    background-color: #ededed;
    border-bottom: 2px solid #55c57a;
    color: rgb(110, 110, 110);
}

.nav-pills .nav-link.active {
    color: black;
    background-color: white;
    font-weight: 600;
    border-bottom: 2px solid #55c57a;
}

.nav-pills .nav-link.active:hover {
    color: black;
    background-color: #ededed;
    font-weight: 600;
    border-bottom: 2px solid #55c57a;
}

.vr {
    height: 37px;
    margin-top: 8px;
}

.col #inputA,
.col #inputB {
    margin-bottom: 0px;
    text-align: right
}

div.col-4,
div.col-2 {
    margin-top: 0px;
}

div.col input.form-control {
    margin-bottom: 0px;
}

select#inputGroupSelect01,
.row input.form-control,
#inputC,
#colorpic {
    gap: 12px;
    height: 48px;
    border-radius: 10px;
}

div.row.justify-content-md-center div.col-4 {
    border: 2px solid #D9D9D9;
    border-radius: 14px;
    width: 260px;
}

div.row.justify-content-md-center div.col-4.active {
    border: 2px solid #7c6be6d1;
    border-radius: 14px;
    width: 260px;
}

@media (max-width:769px) {
    .nav-pills {
        list-style: none;
        padding-left: 0px;
        display: inline-block;
        width: 100%;
    }
    .nav-pills li {
        padding: 10px;
        width: 100%;
    }
    .nav-pills button {
        padding: 10px;
        color: #000000;
        width: inherit;
    }
    .vr {
        display: none;
    }
}