html .btn-primary {
    background-color: #50b3fa;
    border-color: #50b3fa;

}
.btn-success {
    background-color: #fe3d20;
    border-color: #fe3d20;
    color: #FFF;
}
.mx-main-color-headers {
    color: #03A9F4 !important;
}
.feature-box .feature-box-icon {
    color: #03A9F4;
}
.mx-bg-icons {
    background-color: #e7edee !important;
}
.mx-count-digital-gallery {

    color: #FFC107;

}
.nav-link.text-light.mx-text-white.active {
    color: #fbbd33 !important;
    font-weight: bold;
}
.table > :not(:first-child) {
    border-top: 2px solid #fabd3b;
}
html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs.tabs-bottom .nav-tabs .nav-link.active, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active, html body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover, html body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus {
    border-bottom-color: #fbbd33;
}
#footer {
    background: #bdc3c7;
    background: -webkit-linear-gradient(to top, #2c3e50, #bdc3c7);
    background: linear-gradient(to top, #000d57, #2d43bf);
}
.mx-light-gray {
    background: #ffffff;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid #ffffff;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background-color: #2c9bf3;
}
.mx-bg-yellow-gradient {
    background: #67B26F;
    background: -webkit-linear-gradient(to right, #4ca2cd, #67B26F);
    background: linear-gradient(to right, #2196F3, #7dcef3);
}
.mx-link-compact a {
    color: white !important;
}
html .text-color-primary, html .text-primary {
    color: #ffffff !important;
    background-color: #50b4fb;
    padding: 0px 10px;
    text-indent: 10px;
}
.mx-count-digital {
    color: #03a9f45c;
}
.price-digital {
    color: #2c3237;
}
.price-value {
    flex: 1;
    background-color: #def4ff;

}
.price-label {
    flex: 0.5;
    background-color: #2196F3;
    color: #fffefa;
    padding: 10px;
    border-right: 1px solid #fffefb;
}
.price-block {
    border: 1px solid #bbe4f7;
    border-radius: 7px;
    overflow: hidden;
    display: flex;
}