body {
    background: rgb(56, 59, 61);
}
.tabs .tab a{
    color:#009BAD;
}
.tabs .tab a:hover,.tabs .tab a.active {
    background-color: #222629;
    color:#fff !important;
}
.tabs .tab.disabled a,.tabs .tab.disabled a:hover {
    color:rgba(102,147,153,0.7);
}
.tabs .indicator {
    background-color:#009BAD;
}

.collection-item.active {
    background: #222629 !important;
}
.collection-item.active a {
    color: #fff !important;
}

.our-green {
    background-color: #4B8130 !important;
}

.dropdown-content {
    top: 60px !important;
    min-width: 200px !important;
}

.form-profile {
    color: #fff !important;
}