body {
    min-height: 100vh;
}

.btn-primary {
    border-color: #235675;
    background-color: #235675;
    color: #fff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    border-color: #17394e;
    background-color: #17394e;
    color: #fff;
}

.header-bg {
    position: absolute;
    height: 700px;
    width: 100%;
    background-position: center;
    filter: grayscale(100%);
    opacity: 0.125;
    z-index: 10;
}
.header-bg-gradient {
    position: absolute;
    background-image: linear-gradient(to right, #17394e, #1a4057, #1d4761, #204f6b, #235675);
    width: 100%;
    height: 700px;
    z-index: 5;
}

header {
    position: relative;
    z-index: 20;
}
header.with-blue-bg {
    background-image: linear-gradient(to right, #17394e, #1a4057, #1d4761, #204f6b, #235675);
}

header nav a:hover {
    color: #badb3a!important;
}

.login-register {
    background-color: #C9E365;
    color: #17394e;
}

.login-register:hover {
    background-color: #badb3a;
    color: #17394e!important;
}

.jumbotron {
    position: relative;
    /* background-image: linear-gradient(to right, #17394e, #1a4057, #1d4761, #204f6b, #235675); */
    height: 600px;
    z-index: 20;
}

.jumbotron-main {
    height: 600px;
}

.features .card {
    height: 100%;
    border-color: #235675;
}

.features .card h3 {
    color: #235675;
}

.features .icon {
    color: #235675;
}

.plans .card {
    height: 100%;
}

.plans .text-bg-primary {
    background-color: #badb3a !important;
    color: #000 !important;
}

.plans .border-primary {
    border-color: #badb3a !important;
}

.plans a {
    border-color: #235675;
    color: #235675;
}

.plans a:hover {
    border-color: #235675;
    background-color: #235675;
    color: #fff;
}

.plans .btn-primary {
    border-color: #235675;
    background-color: #235675;
    color: #fff;
}

.plans .btn-primary:hover {
    border-color: #17394e;
    background-color: #17394e;
    color: #fff;
}

.register-plan {
    height: 100%;
    background-image: linear-gradient(to right, #17394e, #1a4057, #1d4761, #204f6b, #235675);
    color: #fff;
}
.register-plan .price {
    color: #badb3a;
}
.register-plan .price .frequency {
    color: #c5ce9f;
}

.register-change-plan {
    background-image: linear-gradient(to right, #17394e, #1a4057, #1d4761, #204f6b, #235675);
}
.register-change-plan select {
    min-width: 200px;
    border: 0;
    background-color: transparent;
    color: #fff;
}

.payment-helper {
    font-size: 12px;
}

.api-docs .nav-title {
    font-size: 12px;
}
.api-docs .nav > .nav-item:first-child a.active {
    margin-top: 8px;
}
.api-docs .endpoint {
    font-family: "Courier New";
}

.api-docs .request-params {
}
.api-docs .request-params > ul, .api-docs .currencies-supported > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.api-docs .request-params > ul > li {
    line-height: 20px;
}
.api-docs .request-params > ul > li:last-of-type, .api-docs .currencies-supported > ul > li:last-of-type {
    border-bottom: 0!important;
}
.api-docs .request-params > ul > li .property-name {
    font-family: "Courier New";
    font-weight: bold;
}
.api-docs .request-params > ul > li .property-type {
    font-family: "Courier New";
    font-size: 85%;
}
.api-docs .request-params > ul > li .property-required, .nb-mandatory-message .property-required {
    color: red;
    font-size: 85%;
}
.api-docs .request-params > ul > li .property-description {
    margin: 0;
    padding: 0;
    font-size: 85%;
}
.nb-mandatory-message {
    font-size: 70%;
}

.api-docs .code .status-code {
    font-family: "Courier New";
}
.api-docs .code pre {
    margin: 0;
}
.api-docs .code pre {
    line-height: 18px !important;
    display: block;
    overflow-x: auto;
    color: #000;
    margin: 0;
    padding: 0;
}
.api-docs .code .code-desc {
    font-size: 80%;
}
.api-docs .json-key { color: rgb(92, 38, 153); font-weight: bold; }
.api-docs .json-string { color: rgb(196, 26, 22); }
.api-docs .json-number { color: rgb(28, 0, 207); }
.api-docs .json-comment { color: gray; }

.api-docs .currencies-supported .currency-code {
    display: block;
    font-weight: bold;
    font-family: "Courier New";
    font-size: 150%;
}
.api-docs .currencies-supported .currency-label {
    display: block;
    font-size: 80%;
}
.api-docs .integrations .lang-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.api-docs .integrations .lang-list > li {
    margin-right: 10px;
}
.api-docs .integrations .lang-list > li:last-of-type {
    margin-right: 0;
}
/*.api-docs .integrations .lang-list > li > a {*/
/*    padding-bottom: 5px;*/
/*    text-decoration: none;*/
/*}*/
/*.api-docs .integrations .lang-list > li > a.active {*/
/*    border-bottom: solid 3px red;*/
/*}*/

footer {
    background-image: linear-gradient(to right, #17394e, #1a4057, #1d4761, #204f6b, #235675);
}
footer a:hover {
    color: #badb3a!important;
}
