/* netAdapt 2021. Developer must not edit - it will be overwritten. */

/* UI */
.btn-action {
    color: white;
    background-color: #90c833;
    border-color: #719b28
}

.btn-action:hover {
    color: white;
    background-color: #9ad73a;
    border-color: #90c833
}

.speech-bubble {
    position: relative;
    border-radius: .4em;
    min-height: 2rem;
    color: #FFF;
    padding: 0.5rem;
    margin: 0;
}

.speech-bubble-left {
    margin-left: 3rem;
    background: #e4e5e9;
    color: black;
}

.speech-bubble-right {
    margin-right: 3rem;
    background: #1a91fc;
}

.speech-bubble:after {
    content: \'\';
    position: absolute;
    top: 1.2rem;
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    margin-top: -0.5em;
}

.speech-bubble-left:after {
    left: 0;
    border-left: 0;
    margin-left: -0.5em;
    border-right-color: #e4e5e9;
}

.speech-bubble-right:after {
    right: 0;
    border-right: 0;
    margin-right: -0.5em;
    border-left-color: #1a91fc;
}

.Vue-Toastification__container.toastTweaks {
    font-weight: bold;
    text-align: center;
}


.clock-text-live {
    font-size: 2rem;
}

.clock-text-daily {
    font-size: 1rem;
}

.status-icon {
    width: 1.6rem;
    height: 1.6rem;
}

.inline-action-icon {
    width: 1.2rem;
    height: 1.0rem;
}

.flag-small {
    width: 1.3rem;
    height: 1.0rem;
}

.flag {
    width: 1.6rem;
    height: 1.2rem;
}

.clean-link {
    color: inherit;
    text-decoration: inherit;
}

.avatar-navbar {
    width: 1.6rem;
    height: 1.6rem;
}

.avatar-micro {
    width: 2.4rem;
    height: 2.4rem;
}

.avatar-normal {
    width: 3.2rem;
    height: 3.2rem;
}

.nav-button {
    background-color: #F8F8F8;
}

.nav-button:hover {
    background-color: #e3e8e8;
}

a {
    text-decoration: none;
}


@media screen and (max-width: 1024px) {
    .clock-text {
        /* Apply some styles */
        font-size: 1.2rem;
    }

    .avatar-normal {
        width: 2rem;
        height: 2rem;
    }
}