@import url('https://fonts.googleapis.com/css?family=Numans');

html, body {
    background: linear-gradient(180deg, #000 0, transparent), linear-gradient(0deg, #000 0, transparent), linear-gradient(70deg, #00bec4, #005fbc, #00a8af, #b90061, #c5c400, #04ad44);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    font-family: 'Numans', sans-serif;
}

.container {
    height: 100%;
    align-content: center;
}

.card {
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.stat-card {
    height: 800px;
    width: 400px;
}

.login-card {
    height: 300px;
}

.home-card {
    height: 300px;
}

.register-card {
    height: 600px;
    width: 500px;
}

.profile-card {
    height: 400px;
}

.apidoc-body {
    color: white;
    font-size: 14px;
}

.models-body {
    color: white;
    font-size: 14px;
}

.apidoc-title {
    color: #007bff;
    margin: 0.5rem 0 0.5rem 0;
}

.models-title {
    color: #007bff;
    margin: 0.5rem 0 0.5rem 0;
}

.apidoc-code {
    color: #eeeeee;
    font-size: 14px;
    font-family: monospace;
    margin: 1rem 1rem 1rem 1rem;
}

.apidoc-header {
    color: white;
    margin: 0.5rem 0 0.5rem 0;
}

.models-header {
    color: white;
    padding: 0.5rem 0 0.5rem 0;
}

.apidoc-text {
}

.apidoc-container {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.models-container {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.apidoc-footer {
    margin: 2rem 0 2rem 0;
}

.models-footer {
    margin: 2rem 0 2rem 0;
}

.apidoc-code-container {
    border-left: 3px solid white;
}

.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

.social_icon span:hover {
    color: white;
    cursor: pointer;
}

.card-header h3 {
    color: white;
}

.card-header {
    color: #cc0000;
}

.error-messages {
    color: #cc0000;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span {
    width: 50px;
    background-color: #FFC312;
    color: black;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;

}

.remember {
    color: white;
}

.remember input {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.login_btn {
    color: black;
    background-color: #FFC312;
    /*width: 100px;*/
}

.login_btn:hover {
    color: black;
    background-color: white;
}

.links {
    color: white;
}

.links a {
    margin-left: 4px;
}

.model-name {
    color: #007bff;
}

.tag-name {
    color: #007bff;
}

.tag-description {
    padding-left: 15px;
    color: #ccc;
}

.model-description {
    padding-left: 15px;
    color: #ccc;
}

/* Model charts for /user/models */
.jquery-modal.blocker {
    background-color: rgb(0 0 0 / 20%);
    overflow-y: auto;
}

.jquery-modal.blocker > .modal {
    max-width: fit-content;
    height: auto;

}

.jquery-modal.blocker > .modal > .close-modal {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 35px;
    height: 35px;
}
