﻿.scroll-1 {
    width: 100%;
    height: 200px;
    overflow: scroll;
    padding: 5px;
    border: 1px solid #d0d0d0;
    background: #ffeedd;
}

.card-1 {
    text-align: center;
    padding: 5px 0 2px 0;
    background: #f27f44;
    color: #fff;
    border-radius: 5px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #f27f44;
}
