.font-color-black {
    color: #000000!important;
}

.background-black {
    background: #000000!important;
    color: #ffffff!important;
}

.background-black-60 {
    background: #00000090!important;
    color: #ffffff!important;
}

.padding-left-16 {
    padding-left: 16px;
}

.padding-top-16 {
    padding-top: 16px;
}

.margin-top-16 {
    margin-top: 16px;
}

.text-primary {
    color: #ffc40b!important;
}

.btn-outline-primary {
    color: #0682c4!important;
    border-color: #0682c4!important;
}

.btn-outline-primary:hover {
    background-color: #0682c4!important;
    color: #fff!important;
}

.bg-primary {
    background-color: #0682c4!important;
}

.btn-primary {
    background-color: #0682c4!important;
    border-color: #0682c4!important;
}

.primary-text {
    color: #0682c4!important;
}

.black-text {
    color: #000000!important;
}