#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.EmojiCharacter {
    display: inline-block;
    cursor: pointer;
    min-width: 55px;
    font-size: 18pt;
    background: transparent;
    padding: 1px;
    text-align: center;
}

    .EmojiCharacter a {
        text-decoration: none;
        cursor: pointer;
    }

.EmojiCharacterUsed {
    font-size: 20pt;
}

.emojiButton {
    margin-top: 1px;
    margin-bottom: 1px;
    border-radius: 10px 100px / 120px;
    border: 2px double #666666;
    text-decoration: none;
    margin-right: 3px;
    background-color: #efefee;
}

.emojiButtonSelected {
    background: white;
}




.FieldSet_Main {
    border: 1px dotted #999 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #999;
    box-shadow: 0px 0px 0px 0px #999;
    width: auto; /* Or  inherit */
    padding: 0 10px;
}

    .FieldSet_Main > legend:first-child {
        /*font-weight: bold !important;*/
        text-align: left !important;
        float: none;
        width: auto; /* Or  inherit */
        padding: 0 10px; /* To give a bit of padding on the left and right */
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 100;
        line-height: 1.2;
        letter-spacing: 0.02em;
        border: dotted 1px #ccc;
    }


.FieldSet_Sub {
    border: 1px dashed #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #ddd;
    box-shadow: 0px 0px 0px 0px #ddd;
    width: auto; /* Or  inherit */
    padding: 0 10px;
}

    .FieldSet_Sub > legend:first-child {
        /*font-weight: bold !important;*/
        text-align: left !important;
        float: none;
        width: auto; /* Or  inherit */
        padding: 0 10px; /* To give a bit of padding on the left and right */
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 100;
        line-height: 1.2;
        letter-spacing: 0.02em;
        font-size: 15pt;
        border: dotted 1px #ccc;
    }

.FieldSet_Sub2 {
    border: 1px dashed #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #ddd;
    box-shadow: 0px 0px 0px 0px #ddd;
    width: auto; /* Or  inherit */
    padding: 0 10px;
}

    .FieldSet_Sub2 > legend:first-child {
        /*font-weight: bold !important;*/
        text-align: left !important;
        float: none;
        width: auto; /* Or  inherit */
        padding: 0 10px; /* To give a bit of padding on the left and right */
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 100;
        line-height: 1.2;
        letter-spacing: 0.02em;
        font-size: 14pt;
        border: dotted 1px #ccc;
    }

.FieldSet_Sub3 {
    border: 1px dashed #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #ddd;
    box-shadow: 0px 0px 0px 0px #ddd;
    width: auto; /* Or  inherit */
    padding: 0 10px;
}

    .FieldSet_Sub3 > legend:first-child {
        /*font-weight: bold !important;*/
        text-align: left !important;
        float: none;
        width: auto; /* Or  inherit */
        padding: 0 10px; /* To give a bit of padding on the left and right */
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 100;
        line-height: 1.2;
        letter-spacing: 0.02em;
        color: #777;
        font-size: 13pt;
        border: dotted 1px #ccc;
    }

.btn {
    margin-top: 1px;
    margin-bottom: 1px;
    border-radius: 10px 100px / 120px;
    border: 2px double #666666;
    text-decoration: none;
    margin-right: 3px;
}

.btnNoBorder {
    border: none;
}

.btnCircle {
    border-radius: 31px;
    border: 1px solid #ccc;
    text-decoration: none;
    width: 26px;
    height: 26px;
    font-size: 20px;
}

.btnSquare {
    border-radius: 1px;
    border: 1px solid #ccc;
    text-decoration: none;
    width: 26px;
    height: 26px;
}

.linkButton {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

.btn-warning {
    color: white;
}

    .btn-warning:hover {
        background-color: #dda107;
        color: white;
    }
