:root {
    --header-height: 64px;
    --footer-height: 23px;
    --content-height: calc(100dvh - var(--header-height) - var(--footer-height));
}

#fanipay-widget #fanipay .fanipay-amount-custom-link {
    font-size: 1.25rem !important;
    line-height: 1.25em !important;
}

#fixed-button {
    position: fixed;
    z-index: 10000;
    font-weight: 600;
    bottom: 55%;
    right: 0;
    background-color: rgb(211, 49, 21);
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #fff;
    padding: .75em .75em .5em .75em;
    text-align: center;
    border: none;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    cursor: pointer;
    transform-origin: bottom right;
    transform: rotate(-90deg) translateX(50%);
    transition: padding-bottom 250ms ease;
}

#fixed-button:hover {
    padding-bottom: .75em;
}

.scrolled-section {
    height: 100%;
    margin: 0;
    padding-top: 3rem;
    scroll-snap-align: center;
    scroll-snap-stop: normal;
}

.scrolled-section .e-card {
    max-height: 50vh;
    height: 100%;
}

.from-section {
    margin: 0 auto;
    width: 40%;
}

.no-select {
    user-select: none;
}

.m3-footer {
    box-shadow: 5px 0 0 2px rgba(0, 0, 0, .1), 10px 0 0 2px rgba(0, 0, 0, .1);
    position: fixed;
    bottom: 0;
    width: 100%;
    height: var(--footer-height);
}

.raw-link {
    color: inherit;
    text-decoration: underline;
}

.left-list {
    max-width: 75%;
    margin: .5rem auto;
    text-align: left
}

@media screen and (min-width: 1024px) {
    .left-list {
        max-width: 50%
    }
}

.e-delete {
    position: relative;
    font-weight: 700;
    font-family: sans-serif;
    background: 0 0;
    color: rgba(0, 0, 0, .4);
    text-decoration: none !important;
    border: none;
    border-radius: 4px;
    font-size: 1.5rem;
    line-height: normal;
    padding: 2px 8px;
    text-align: center
}

.e-delete:focus {
    outline: rgba(77, 77, 77, .2) solid 2.2px
}

dialog {
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

dialog form {
    float: right;
}

dialog form .e-delete {
    background-color: #fff;
}

.bg-400 {
    background-image: linear-gradient(40deg, rgba(69, 202, 252, .9), rgba(48, 63, 159, .7)), url("bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
}

.logo {
    font-family: "Noto Serif Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

@media screen and (max-width: 1023px) {
    .scrolled-section {
        padding-top: 1rem;
    }

    .from-section {
        padding-top: 0;
        width: 100%;
    }

    .logo {
        font-size: .75em;
    }
}

.e-btn {
    white-space: nowrap;
    transition: box-shadow .18s ease-out, background .18s ease-out, color .18s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgba(0, 0, 0, .6);
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: .9rem;
    padding: .575rem 1.25rem;
    display: inline-block;
    position: relative;
    font-weight: 600;
    letter-spacing: .4px;
    margin: .3rem;
    text-decoration: none;
    line-height: normal
}

.e-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: calc(2.42rem + 2px);
    padding: .375rem .75rem;
    border: 1px solid #e3e4e5;
    display: inline-flex;
    justify-content: flex-start;
    color: rgba(0, 0, 0, .6) !important;
    border-radius: .25rem;
    align-items: center;
    background-color: #fff !important;
    font-size: 1rem;
    max-width: 100%;
    vertical-align: top;
    position: relative;
    box-shadow: inset 0 1px 1px rgba(10, 10, 10, .05);
    width: 100%
}

.blue-gradient[class*=e-], .blue-gradient[class*=e-] a:not(.e-btn), .success[class*=e-], .success[class*=e-] a:not(.e-btn), .danger[class*=e-] {
    color: #fff
}

.transparent[class*=e-], .warning[class*=e-], .white[class*=e-], .white[class*=e-] a:not(.e-btn), .white[class*=e-] p {
    color: rgba(0, 0, 0, .6)
}

.white[class*=e-] {
    background: #fff
}

.transparent[class*=e-] {
    background: #fff;
    font-weight: 700
}

@media only screen and (min-width: 1024px) {
    .transparent[class*=e-] {
        background: rgba(255, 255, 255, .1);
        font-weight: 400;
        color: #fff
    }
}

.warning[class*=e-] {
    background: #ffdd57
}

.blue-gradient[class*=e-] {
    background: linear-gradient(40deg, #45cafc, #303f9f)
}

.success[class*=e-] {
    background: #4fd69c
}

.text-success {
    color: #4fd69c
}

.text-primary {
    color: #1da1f2 !important
}

.primary[class*=e-] {
    background: #1da1f2
}

.danger[class*=e-] {
    background: #f75676
}

.danger.e-btn:hover {
    background: #f64669
}

.danger.e-btn:focus {
    background: #f52f56;
    box-shadow: 0 0 0 2.4px rgba(247, 86, 118, .4)
}

.text-danger {
    color: #f75676 !important
}

.e-btn.transparent {
    background: rgba(255, 255, 255, .1) !important;
    color: #fff !important
}

@media only screen and (min-width: 1024px) {
    .e-btn.transparent {
        background: rgba(255, 255, 255, .1) !important
    }
}

.e-btn, .e-face, .e-nav, .e-note {
    background-color: #f7f8f9
}

.e-btn, .e-form-box {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.e-nav {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1), 0 2px 10px 0 rgba(0, 0, 0, .1) !important;
    position: fixed;
    top: 0;
    justify-content: space-between;
    width: 100%;
    z-index: 1000;
    height: var(--header-height);
    padding: 8px
}

.ePull, .eUp {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.e-btn:not([disabled]), .e-menu-item {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

.e-btn:not([disabled]):after, .e-menu-item:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #fff 10%, transparent .01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
}

.e-btn:not([disabled]):active:after, .e-menu-item:active:after {
    transform: scale(0, 0);
    opacity: .3;
    transition: 0s
}

.e-face {
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100dvh;
    overflow: hidden;
    min-width: 100%;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.centered, .e-cards, .e-control-helper, .e-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    vertical-align: middle
}

body, html {
    line-height: 1.5
}

body, ol {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box;
    word-wrap: break-word
}

::after, ::before {
    box-sizing: inherit
}

html {
    font-family: sans-serif;
    min-width: 320px;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    color: #fff;
    background-color: #fff;
    font-size: .9375rem
}

@media only screen and (min-width: 768px) {
    body {
        font-size: 1rem
    }
}

img {
    width: 100%;
    max-width: 100%;
    height: auto
}

a {
    color: #1da1f2;
    text-decoration: none;
    background-color: transparent;
}

hr {
    border: none;
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background-color: rgba(5, 5, 5, .1)
}

[disabled] {
    opacity: .5;
    pointer-events: none;
    cursor: not-allowed;
    box-shadow: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.e-btn, .e-menu-item, .e-delete {
    cursor: pointer
}

button, input, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

textarea {
    overflow: auto;
    resize: vertical
}

.active {
    background-color: rgba(77, 77, 77, .1) !important
}

.e-container {
    width: 92.5%;
    margin: 0 auto;
    height: 100%;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.e-container::-webkit-scrollbar {
    display: none;
}

@media only screen and (min-width: 768px) {
    .e-container {
        max-width: 720px
    }
}

@media only screen and (min-width: 1024px) {
    .e-container {
        max-width: 976px
    }
}

@media only screen and (min-width: 1366px) {
    .e-container {
        max-width: 1366px
    }
}

.w-100 {
    width: 100% !important
}

.face-body {
    height: var(--content-height);
    margin: var(--header-height) auto var(--footer-height);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 1.5rem;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.face-body .e-btn, .e-badge {
    text-shadow: none
}

@media only screen and (min-width: 1366px) {
    .face-body {
        max-width: 80rem
    }
}

@media only screen and (max-width: 1024px) {
    .e-face, .face-body {
        overflow: hidden
    }
}

.size-4, h1, h2, h3 {
    margin-bottom: .5rem;
    margin-top: .5rem;
    line-height: 1.2;
    font-weight: 700;
    color: inherit
}

.e-title, strong {
    font-weight: 900
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

.e-title {
    font-size: 2.7rem;
    line-height: 1.125;
    color: inherit
}

.e-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: inherit
}

.size-4 {
    font-size: 2rem
}

.text-left {
    text-align: left !important
}

.text-justify {
    text-align: justify !important
}

.e-menu-item, .e-nav {
    color: rgba(0, 0, 0, .6)
}

.centered {
    justify-content: center !important
}

@media only screen and (min-width: 1024px) {
    .e-nav {
        padding-left: 5%;
        padding-right: 5%;
        border-bottom: solid 1px rgba(51, 51, 51, .1)
    }
}

@media only screen and (min-width: 1366px) {
    .e-nav {
        padding-left: 8%;
        padding-right: 10%
    }
}

.e-menu-item {
    list-style: none;
    display: inline-block;
    background: 0 0;
    position: relative;
    padding: .5rem 1rem;
    border: 1px rgba(0, 0, 0, 0) solid;
    text-decoration: none;
    text-align: left;
    line-height: 22px;
    border-radius: 3px;
    margin: 0 2px;
    width: auto
}

.e-menu-item.active {
    border: 1px white dotted
}

.e-menu-item:hover {
    transition: .2s;
    background: rgba(255, 255, 255, .17)
}

.e-menu-item img {
    height: 1em;
    width: auto;
    vertical-align: middle;
}

.note-body {
    font-family: inherit;
    padding: 1.25rem 1.25rem 1.25rem 1.5rem;
    background: rgba(255, 255, 255, .95);
    font-weight: 400 !important
}

.e-btn, .e-btn.circle, .e-badge {
    text-align: center
}

.e-btn.small {
    padding: .27rem .85rem;
    font-size: .85rem
}

.e-btn.plus {
    padding: .75rem 2rem;
    font-size: 1.125rem
}

.e-btn.fullwidth {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.e-btn.circle {
    border-radius: 100%;
    font-size: 1.2rem;
    border: none;
    padding: 0;
    line-height: 56px;
    width: 56px;
    overflow: hidden;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.e-btn.circle.small {
    line-height: 45px;
    width: 45px;
    font-size: .8875rem;
    padding: 0
}

.e-btn.outlined {
    background: #fff;
    color: rgba(0, 0, 0, .6);
    border-color: #f7f8f9
}

.e-btn.outlined:focus, .e-btn.outlined:hover {
    background: #f7f8f9
}

.e-btn:focus {
    box-shadow: 0 0 0 2.4px #fcfdfd;
    outline: 0 !important;
    z-index: 100
}

.e-card, .e-note {
    overflow: hidden
}

.e-cards .e-card {
    margin-bottom: .5rem;
    margin-left: .25rem;
    margin-right: .25rem;
}

.e-cards {
    justify-content: flex-start;
    align-items: stretch
}

.e-card {
    flex-direction: column;
    font-weight: 400;
    border-radius: .35rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    background: #fff;
    max-width: 18rem;
    transition: transform 0.25s;
}

.e-cards .e-card:hover {
    transform: scale(1.02);
}

.e-card ol, .e-card ul {
    margin: 0;
    padding: .25rem 0 .25rem 1.25rem;
}

.e-card ol li {
    list-style: upper-roman;
}

.e-card img {
    border-bottom: solid 1px black;
}

.e-note {
    position: relative;
    border-radius: .25rem;
    letter-spacing: .2px
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    font-size: 1.5rem;
    color: inherit;
    padding: 0;
    margin: 0
}

.card-text {
    color: inherit;
    font-size: .9rem
}

.e-control:hover {
    border-color: #c9cbcc
}

.e-control:focus {
    outline: 0 !important;
    z-index: 100;
    border-color: #1da1f2;
    box-shadow: 0 0 0 .125em rgba(29, 161, 242, .25)
}

.e-form-group {
    margin-bottom: .5rem
}

textarea.e-control {
    min-height: 120px;
    padding-top: .9em;
    resize: vertical
}

.e-control-helper {
    padding: 0 .9em;
    border-radius: .25rem;
    background: #fff;
    border: 1px solid #e3e4e5;
    color: rgba(0, 0, 0, .5);
    font-weight: 500
}

.e-form-group.unified {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.e-form-group.unified .e-control-helper:not(:first-child), .e-form-group.unified .e-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px
}

.e-form-group.unified .e-control-helper:not(:last-child), .e-form-group.unified .e-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px
}

.e-form-group.unified .e-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.e-form-box {
    margin: 0 auto;
    padding: .5rem;
    overflow: hidden;
    border-radius: .625rem;
    border: .5px solid rgba(0, 0, 0, .05)
}

.rounded {
    border-radius: 100px
}

.circle {
    border-radius: 100%
}

.e-note.block {
    border-left: solid 5px transparent
}

.note-body, .note-body a {
    color: rgba(0, 0, 0, .8) !important
}

.no-p {
    padding: 0 !important
}

@media only screen and (max-width: 1024px) {
    .no-mobile {
        display: none !important
    }
}

.no-shadow {
    box-shadow: none
}

@-webkit-keyframes ePull {
    from, to {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes ePull {
    from, to {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.ePull {
    -webkit-animation-name: ePull;
    animation-name: ePull
}

@-webkit-keyframes eUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes eUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.eUp {
    -webkit-animation-name: eUp;
    animation-name: eUp
}

.icon {
    height: 1rem;
    vertical-align: middle;
}
