@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Lexend+Deca:wght@600&display=swap");

/************************************************************************************************** */
/* Core CSS
/************************************************************************************************** */

@font-face {
    font-family: 'lexend-deca';
    src: url('/public/fonts/LexendDeca-VariableFont_wght.ttf')format('ttf');
    font-style: normal;
}

body {
    color: #000;
    font-family: "Inter", sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    display: block;
    margin: 0px;
    font-size: 1em;
    font-weight: 600;
    color: #333;
    line-height: 1.2em;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body.stop {
    overflow: hidden;
}
html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
a {
    text-decoration: none !important;
    cursor: pointer;
    color: #333;
}
h1 {
    font-family: "Lexend Deca", sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1em;
    letter-spacing: 0px;
    color: #333;
}
h2 {
    font-family: "Lexend Deca", sans-serif;
    font-weight: 700;
    font-size: 16pt;
    color: #363636;
    line-height: 1.1em;
}
h1,
h2 {
    margin-right: auto;
    margin-left: auto;
}
h3 {
    font-size: 14pt;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin: 0 auto 30px auto;
    display: inline-block;
}
h4 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    margin: 1em 0 1em 0;
}
h6 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 12pt;
    color: #9d9c9a;
    margin: 1em 0 1em 0;
}
p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1em;
    color: #555;
    margin: 0 0 15px 0;
    padding: 0px;
    line-height: 1.3em;
}
ul {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.5em;
}
a,
a:hover,
.btn,
.btn:hover {
    outline: none;
}
strong {
    font-weight: 600 !important;
    color: #000;
}
object {
    pointer-events: none;
}
img {
    width: 100%;
    image-orientation: none;
}
textarea,
input,
button {
    outline: none;
}

.disc {
    font-size: 8pt !important;
}

.login-error {
    font-family: "Inter", sans-serif;
    font-weight: 600 !important;
    font-size: 1.2em;
    color: deeppink;
    margin: 0 0 15px 0;
    padding: 0px;
    line-height: 1.3em;
}

/************************************************************************************************** */
/* CORE CLASSES
/************************************************************************************************** */

.clear {
    clear: both;
    float: none !important;
    min-height: 0 !important;
}
.wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 10px;
}

.wrapper.secondarymenu {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

p.left {
    text-align: left;
}

p.right {
    text-align: right;
}

p.center {
    text-align: center;
}

.t-small {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    color: #555;
}

.ico-moreinfo {
    width: 100%;
    max-width: 15px;
}

.ui.button.btn-back,
.ui.button.btn-back:hover {
    background: url(../images/ico-back.svg) 5px 12px no-repeat !important;
    background-size: 24px !important;
    padding-left: 35px !important;
    /*box-shadow: ;*/
}

.ui.button.mini.btn-back,
.ui.button.mini.btn-back:hover {
    background: url(../images/ico-back.svg) 8px 9px no-repeat !important;
    background-size: 18px !important;
    padding-left: 30px !important;
    /*box-shadow: ;*/
    margin-bottom: 10px !important;
}

.pagination {
    margin-top: 20px !important;
}
.pagination.center {
    margin: 10px auto !important;
}

/************************************************************************************************** */
/* Global container library
/************************************************************************************************** */

header {
    width: 100%;
}

footer {
    margin: 30px;
    min-height: 100px;
}

.data-wrap {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px 20px;
    border-radius: 4px;
}

/************************************************************************************************** */
/* Global text library
/************************************************************************************************** */

.txt-disclaimer {
    font-size: 10px;
    line-height: 1.2em;
    color: #999;
}

@media (min-width: 2000px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 850px) {
}

@media (max-width: 550px) {
    .wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 30px 10px;
    }
}
