@font-face {
    font-family: Aptos;
    src: url(../fonts/aptos/Aptos.ttf);
}

@font-face {
    font-family: American-Captain;
    src: url(../fonts/american-captain/American-Captain.ttf);
}

html,
html body,
button,
input,
select,
textarea,
body h1, body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
    font-family: 'Aptos', sans-serif !important;
}

html, body {
    font-size: 1em !important;
    line-height: 1.4;
    height: 100%;
}

main#main {
    padding-top: 70px;
}

.action_msg {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 30px 30px 0;
}

/* Loading Spinner CSS */
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #C6C6C6;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #C6C6C6 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* Loading Spinner CSS */

.show-entries {
    width: 355px;
}

.show-entries-with-add {
    width: 555px;
}