
@font-face {
  font-family:  'Font Awesome 6 Free';
  font-style:   normal;
  font-weight:  900;
  font-display: block;
  
  src: url("/view/font/fa-solid-900.woff2") format("woff2"), url("/view/font/fa-solid-900.ttf") format("truetype"); 
}

@font-face {
  font-family:  'Open Sans';
  font-style:   normal;
  font-weight:  300;
  font-display: block;
  
  src: url("/view/font/OpenSans-Regular.ttf") format("truetype"); 
}

html {
    font-family: 'Open Sans', sans-serif;
    
    -ms-text-size-adjust:     100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

img {
    border-style: none;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size:   inherit;
    line-height: inherit;
    
    margin: 0; 
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding:      0;
}

progress {
    display:        inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding:    0;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font:               inherit;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

:root {
    
}

.fd-section {
    box-sizing: border-box;
    
    padding-top:    40px;
    padding-bottom: 40px;
}

.fd-section > :last-child {
    margin-bottom: 0;
}

@media (min-width: 960px) {
    .fd-section {
        padding-top:    70px;
        padding-bottom: 70px;
    }
}

.fd-section-default {
    background: #fff;
}

.fd-section-muted {
    background: #f8f8f8;
}

.fd-padding-remove {
    padding: 0;
}

.fd-height-viewport {
    min-height: 100vh;
}

.fd-flex {
    display: flex;
}

.fd-flex-middle {
    align-items: center;
}

.fd-flex-center {
    justify-content: center;
}

.fd-text-center {
    text-align: center;
}

.fd-background-default {
    background-color: #fff;
}

.fd-padding-small {
    padding: 15px;
}

.fd-margin {
    margin-bottom: 20px;
}

* + .fd-margin {
    margin-top: 20px;
}

.fd-inline {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}

.fd-input {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
}

.fd-input {
    overflow: visible;
}

.fd-input {
    -webkit-appearance: none;
}

.fd-input {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color, border;
}

.fd-input {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
}

.fd-input:not(input) {
    line-height: 38px;
}

.fd-input:focus {
    outline: none;
    background-color: #fff;
    color: #666;
    border-color: #1e87f0;
}

.fd-input::-moz-placeholder {
    opacity: 1;
}

.fd-input::placeholder {
    color: #999;
}

.fd-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color, border-color;
}

.fd-button:not(:disabled) {
    cursor: pointer;
}

.fd-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.fd-button:hover {
    text-decoration: none;
}

.fd-button-default {
    background-color: transparent;
    color: #333;
    border: 1px solid #e5e5e5;
}

.fd-button-default:hover {
    background-color: transparent;
    color: #333;
    border-color: #b2b2b2;
}

.fd-button-default:active {
    background-color: transparent;
    color: #333;
    border-color: #999999;
}

.fd-button-primary {
    background-color: #1e87f0;
    color: #fff;
    border: 1px solid transparent;
}

.fd-button-primary:hover {
    background-color: #0f7ae5;
    color: #fff;
}

.fd-button-primary:active {
    background-color: #0e6dcd;
    color: #fff;
}

.fd-button-small {
    padding: 0 15px;
    line-height: 28px;
    font-size: 0.875rem;
}

.fd-form-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    
    width: 40px;
    
    display: inline-flex;
    justify-content: center;
    align-items: center;
    
    color: #999;
    
    font-family: 'Font Awesome 6 Free';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 1em;
}

.fd-form-icon:not(.fd-form-icon-flip) ~ .fd-input {
    padding-left: 40px;
}

.fd-form-icon-flip {
    right: 0;
    left: auto;
}

.fd-form-icon-flip ~ .fd-input {
    padding-right: 40px;
}

.fd-form-icon:hover {
    color: #666;
}

.fd-form-icon:not(input) {
    pointer-events: none;
}

.fd-icon-user::before {
    content: "\f007";
}

.fd-icon-lock::before {
    content: "\f023";
}

.fd-icon-eye::before {
    content: "\f06e";
}

.fd-icon-plus::before {
    content: "\2b";
}

.fd-icon-cloud-arrow-up::before {
    content: "\f574";
}

.fd-text-success {
    color: #32d296;
}

.fd-text-warning {
    color: #faa05a !important;
}

.fd-text-danger {
    color: #f0506e !important;
}

.fd-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    padding: 15px 15px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fd-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fd-grid > * {
    margin: 0;
}

.fd-grid > * > :last-child {
    margin-bottom: 0;
}

.fd-grid {
    margin-left: -30px;
}

.fd-grid > * {
    padding-left: 30px;
}

@media (min-width: 1200px) {
    .fd-grid {
        margin-left: -40px;
    }
    
    .fd-grid > * {
        padding-left: 40px;
    }
}

.fd-grid-collapse {
    margin-left: 0;
}

.fd-grid-collapse > * {
    padding-left: 0;
}

.fd-grid + .fd-grid-collapse {
    margin-top: 0;
}

[class*='fd-width'] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.fd-width-auto {
    width: auto;
}

.fd-button-group {
    display: inline-flex;
    vertical-align: middle;
    position: relative;
}

.fd-button-group > .fd-button:nth-child(n+2),
.fd-button-group > div:nth-child(n+2) .fd-button {
    margin-left: -1px;
}

.fd-button-group .fd-button:hover,
.fd-button-group .fd-button:focus,
.fd-button-group .fd-button:active {
    position: relative;
    z-index: 1;
}
