.cookie-consent {
    font-size: 0.9em;
    padding: 1em;
    text-align: center;
}

.cookie-consent__message {
    display: inline-block;
}

.cookie-consent__message p {
    margin: 0;
}

.cookie-consent__agree {
    font-weight: bold;
    margin: 0 1em;
    padding: .5em 1em;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(217, 142, 0, 0.15);
}


.cookie-consent__agree:active {
    top: 1px;
}

#read-story-profile-pic {
    margin: auto;
    max-width: 125px;
    border-radius: 50%;
    border: 5px solid #fff;
}

#sidebar-user-profile-card #img-profile-pic {
    margin: auto;
    max-width: 200px;
    border-radius: 50%;
    margin-top: -125px;
    border: 5px solid #fff;
}

#main-user-profile-card #img-profile-pic {
    margin: auto;
    max-width: 200px;
    border-radius: 50%;
    border: 5px solid #fff;
}

.stat-panel{
    border: 0px;
    margin: 5px;
}

.stat-panel h4{
    margin-bottom: 0px;
}

#login-dropdown-panel {
    min-width: 250px;
    padding: 14px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .7);
}

.background-milk {
    background-color: rgba(255, 255, 255, .7);
}

#navbar-offset {
    height: 56px;
}

#mobile-only .card {
    border: 0px;
}

.max-viewport-height {
    height: calc(100vh - 56px);
}

.max-viewport-height img {
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
}

#logo {
    max-width: 100%;
    width: 40vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

#earth {
    max-width: 100%;
    width: 80vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sky {
    background: linear-gradient(#2b89c6, #b4ecff);
    padding-bottom: 230px;
    min-height: 100vh;
}

.about-image {
    height: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    #login-dropdown-panel {
        display: none;
    }

    #login-dropdown-nav-link {
        display: none;
    }
}

@media (max-width: 480px){
    .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}

@media (min-width: 768px) {
    #login-nav-link {
        display: none;
    }
}

@media screen and (max-height: 575px){
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}

.container-fluid {
    padding: 0px;
}

.row {
    margin: 0px;
}

.text-align-center {
    text-align: center;
}

body {
    margin: 0;
    padding: 0;
    background: #b4ecff;
}

#content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

#register-form {
    align-self: center;
}

html, body {
    height: 100%;
}

#wrap {
    min-height: 100%;
}

#main {
    overflow: auto;
}

.footer {
    position: relative;
    margin-top: -205px; /* negative value of footer height */
    height: 205px;
    clear: both;
}

.footer-small  {
    position: relative;
    margin-top: -105px; /* negative value of footer height */
    height: 105px;
    clear: both;
}

.text-align-center {
    text-align: center;
}

.big-icon {
    font-size: 100px;
}

.vue-input-tag-wrapper {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
    overflow: hidden;
    cursor: text;
    text-align: left;
    -webkit-appearance: textfield;
    width: 100%;
}

#tag-input {
    background: transparent;
    border: 0;
    outline: none;
}

.vue-input-tag-wrapper .badge .remove {
    cursor: pointer;
}

.vue-input-tag-wrapper .read-only {
    cursor: default;
}

.btn-multiline {
    white-space: normal;
}