@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/avenir');
@import url("../default/loading.css");
@import 'variables.css';
@import 'form-core.css';
@import 'header-core.css';

body {
    font-family: var(--font-default);
    font-optical-sizing: auto;
    font-weight: 400;
    background-color: #fff;
    overflow-x: hidden;
    font-size: 15px;
    color: var(--color-default);
    letter-spacing: -0.1px;
    margin-top: 0;
    height: 100vh;
    max-height: 100%;
}

.app-container {
    max-width: min(620px, 100%);
    margin: 0px auto;
    display: flex;
    flex-flow: column;
    -webkit-box-pack: justify;
    justify-content: center;
    padding-bottom: 0.5rem;
    background-color: #fff;
    min-height: 100vh;
    max-height: 100%;
    padding-top: 80px;
}

/** H */
h4 {
    font-weight: 500;
    letter-spacing: -1px;
}

/** text */
.subhome {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-sub);
}

.group-profile {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    border: var(--bs-border-width) solid var(--bs-border-color);
    font-size: 18px !important;
    background-color: #fbfbfb;
    border-radius: var(--bs-border-radius);
}

.how4-profile {
    padding: 0.375rem 0rem 0.375rem 0.75rem;
    background-color: #fbfbfb;
    display: flex;
    align-items: center;
    padding: 0.375rem 0 0.375rem 0.75rem;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.5;
    color: #8899A6;
    text-align: center;
    white-space: nowrap;
    border: 0px;
    border-radius: 8px;
}

.how4-profile-link {
    padding-left: 1.5px;
    border: 0px !important;
    color: #141414 !important;
    font-weight: 500;
}

.char-counter {
    margin-top: 5px;
    font-size: 12px;
    color: #999;
}

.char-counter.warning {
    color: #ff6b35;
}

.char-counter.danger {
    color: #dc3545;
}

@media screen and (max-width: 768px) {
    .app-container {
        padding-top: 80px;
    }

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