/**************************************************/
/* begin:HtmlBody                                 */
/**************************************************/

html,
body {
    height: 100%;
    background-color: #f8f9fa;
}

/**************************************************/
/* end:HtmlBody                                   */
/**************************************************/

/**************************************************/
/* begin:Login                                    */
/**************************************************/

.form-signin {
    max-width: 330px;
    padding: 1rem;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/**************************************************/
/* end:Login                                      */
/**************************************************/

/**************************************************/
/* begin:Header                                   */
/**************************************************/

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.text-small {
    font-size: 85%;
}

.dropdown-toggle {
    outline: 0;
}

/**************************************************/
/* end:Header                                     */
/**************************************************/

/**************************************************/
/* begin:HtmlEditor                                */
/**************************************************/

.tinymce_editor {
    height: 400px;
    visibility: hidden;
}

.tox-promotion {
    display: none !important;
}

/**************************************************/
/* end:HtmlEditor                                 */
/**************************************************/

/**************************************************/
/* begin:UploadImage                              */
/**************************************************/

#imageLoading  {
    margin: 27px 0 27px 0;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1.2rem;
    height: 1.2rem;
    border-width: 0.2em;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border {
        animation-duration: 1.5s;
    }
}

/**************************************************/
/* end:UploadImage                                */
/**************************************************/