.fs-xs {
    font-size: 0.7rem;
}

.up-shadow{
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.075);
}

.input-require {
    border-left: 4px solid #dc3545 !important;
}

.notification {
    position: relative;
    display: inline-block;
}
.notification .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 1.4em;
    height: 1.4em;
    padding-top: 0.4em;
    border-radius: 50%;
    background-color: #dc3545;
    color: white;
    font-size: 0.75em;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* フォーカス時のデフォルトの青影をなくす */
*:focus {
    box-shadow: none !important;
}

#loaderBack {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
    opacity: 0;
}
