@import "https://cdn.jsdelivr.net/npm/bulma@0.9.2/css/bulma.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css";

body.container.is-max-widescreen {
    max-width: 800px;
}

.notification.is-danger {
    margin-bottom: 0;
}

.button.is-link {
    width: 45%;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
}

.title.is-4 {
    margin-bottom: 5px;
}

.block.form {
    padding: 20px;
    background-color: #ffffff;
}

.container.is-max-widescreen .tabs.is-large {
    font-size: 1.2em;
    margin: 0;
}

.container.is-max-widescreen .tabs .is-active {
    font-weight: bold;
}

.container.is-max-widescreen .tabs .is-active a {
    border-width: 2px;
}

.columns {
    border-bottom: 1px solid #dbdbdb;
}

.columns .column {
    padding-left: .1rem;
    padding-right: .1rem;
}

.details {
    margin-top: 35px;
    color: rgb(255, 138, 138)
}

.details .title .button {
    padding-bottom: 0;
    padding-top: 0;
    height: auto;
}

.page-statistics .columns .column .select select {
    border: none;
    font-weight: bold;
}

.page-statistics .subtitle {
    margin-bottom: 0;
}

.page-diabetes .radio {
    padding: 10px;
    line-height: 3em;
    width: 100%;
    background-color: #effaf5;
    color: #257953;
    margin: 0;
    margin-top: 5px;
}

.page-diabetes .radio span {
    line-height: 1em;
    display: inline-block;
}

.page-diabetes .radio span em {
    font-size: .8em;
    display: block;
}

.page-diabetes .prefix .radio {
    background-color: #fff6de;
    color: #946c00;
}

.page-diabetes .radio input {
    display: none;
}

.page-diabetes .radio.is-checked {
    background-color: #48c78e;
    color: #fff;
}

.page-diabetes .prefix .radio.is-checked {
    background-color: #ffe08a;
    color: rgba(0, 0, 0, .7);
}

@media only screen and (max-width: 640px) {
    .container.is-max-widescreen .tabs.is-large {
        font-size: 1em;
    }
}

@media only screen and (max-width: 560px) {
    .container.is-max-widescreen .tabs.is-large {
        font-size: .8em;
    }
}

@media only screen and (max-width: 460px) {
    .container.is-max-widescreen .tabs.is-large {
        font-size: 2em;
    }

    .container.is-max-widescreen .tabs .text {
        display: none;
    }

    .container.is-max-widescreen .tabs .icon {
        margin: 0;
    }
}