/* --- Start reset styles ---*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    font-size: 100%;
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    color: #363636;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875em;
    line-height: 1.3em;
    height: 100%;
    margin: 0;
}

a {
    color: #1973e8;
    background: transparent;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

p:first-child {
    margin-top: 0;
}

h1 {
    margin: 0;
    font-weight: normal;
    line-height: 1.2;

    .fs-24
;
}

h2, h3, h4, h5 {
    margin: 0;
    font-weight: 400;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 500;

}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    border: 0;
    border-bottom: solid 1px #eee;

    &.double {
        border-bottom-width: 2px;
    }
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: none;
    padding: 0;
}

fieldset legend {
    border-bottom: solid 1px #ccc;
    display: block;
    padding: 0 0 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
}

input[type=text], input[type=password], input[type=search], input[type=number] {
    outline: none;
    -webkit-appearance: none;
    border: solid 1px #d7d7d7;
    border-radius: 4px;
    color: #363636;
    padding: 10px 15px;

    .fs-13
;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

*::-webkit-input-placeholder {
    color: #363636;
}

*:-moz-placeholder {
    color: #363636;
}

*::-moz-placeholder {
    color: #363636;
}

*:-ms-input-placeholder {
    color: #363636;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.hide {
    display: none;
}

.clear {
    clear: both;
    *zoom: 1;
}

.clear:before,
.clear:after {
    display: table;
    line-height: 0;
    content: "";
}

.clear:after {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.f-center {
    margin: 0 auto;
}

.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}

.ta-center {
    text-align: center;
}

.va-top {
    vertical-align: top;
}

.va-bottom {
    vertical-align: bottom;
}

.va-middle {
    vertical-align: middle;
}

.va-baseline {
    vertical-align: baseline;
}

.tt-upper {
    text-transform: uppercase;
}

.td-underline {
    text-decoration: underline;
}

.ff-opensans {
    font-family: 'Open Sans', sans-serif;
}

.fw-light {
    font-weight: 300;
}

.fw-normal {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-semi-bold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-extra-bold {
    font-weight: 800;
}

.fw-black {
    font-weight: 900;
}

.lh-1 {
    line-height: 1;
}

.lh-12 {
    line-height: 1.2;
}

.lh-15 {
    line-height: 1.5;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-50 {
    padding-right: 50px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.fs-10 {
    font-size: 0.714em;
}

.fs-11 {
    font-size: 0.786em;
}

.fs-12 {
    font-size: 0.857em;
}

.fs-13 {
    font-size: 0.929em;
}

.fs-14 {
    font-size: 1em;
}

.fs-15 {
    font-size: 1.071em;
}

.fs-16 {
    font-size: 1.143em;
}

.fs-17 {
    font-size: 1.214em;
}

.fs-18 {
    font-size: 1.286em;
}

.fs-19 {
    font-size: 1.357em;
}

.fs-20 {
    font-size: 1.429em;
}

.fs-21 {
    font-size: 1.5em;
}

.fs-22 {
    font-size: 1.571em
}

.fs-23 {
    font-size: 1.643em
}

.fs-24 {
    font-size: 1.714em;
}

.fs-26 {
    font-size: 1.857em;
}

.fs-28 {
    font-size: 2em;
}

.fs-30 {
    font-size: 2.143em;
}

.fs-32 {
    font-size: 2.286em;
}

.fs-34 {
    font-size: 2.429em;
}

.fs-36 {
    font-size: 2.571em;
}

.fs-40 {
    font-size: 2.857em;
}

.fs-43 {
    font-size: 3.071em;
}

.fs-60 {
    font-size: 4.286em;
}

.c-gray {
    color: #73797f;
}

.c-orange {
    color: #ff6a48;
}

.c-blue {
    color: #47b6ca;
}

.c-46 {
    color: #464646;
}

.c-36 {
    color: #363636;
}

.c-red {
    color: #ee5a55;
}

.c-link {
    color: #1a89c0;
}

.c-reminder {
    color: #3cb878
}

.col1 {
    width: 100%;
}

.col2 {
    width: 49%;
}

.col3 {
    width: 32%;
}

.col4 {
    width: 24%;
}

.col5 {
    width: 19%;
}

.col6 {
    width: 16%;
}

.col7 {
    width: 14%;
}

.max-fit {
    max-width: 100%;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.left-0 {
    left: 0;
}

/* hotfix for new design */
.top-\[-34px\] {
    top: -20px;
}

.display-block {
    display: block;
}

.flex, .display-flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-2 {
    gap: 8px;
}

.gap-4 {
    gap: 16px;
}

.gap-x-3 {
    -moz-column-gap: .75rem;
    column-gap: .75rem;
}

.flex-col {
    flex-direction: column;
}

@media (min-width: 768px) {
    .md\:flex-row {
        flex-direction: row;
    }
}

.flex-grow {
    flex-grow: 1;
}

.flex-column {
    flex-flow: column;
}

.flex-order-1 {
    order: 1;
}

.flex-order-2 {
    order: 2;
}

.w-\[100px\] {
    width: 100px;
}

.box-border {
    box-sizing: border-box;
}

.p-relative {
    position: relative;
}

.no-scroll {
    overflow: hidden;
    height: 100%;
}

.overflow-hidden {
    overflow: hidden;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5px;
    box-sizing: border-box;
}

.btn {
    background: #8d8d8d;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: Roboto, sans-serif;
    line-height: 24px;
    padding: 9px 40px;
    min-width: 90px;
    text-align: center;
    white-space: nowrap;
    font-size: 1.143em
}

.btn.green {
    background: #00c100
}

.btn.blue {
    background: #1973e8
}

.btn.red {
    background: #da2133
}

.btn.gray {
    background: #d7d7d7;
    color: #8d8d8d
}

.btn.gray-blue {
    background: #f5f5f5;
    font-weight: 500;
    color: #1973e7
}

.btn.flat-blue {
    background: #fff;
    border: solid 2px #1973e8;
    border-radius: 5px;
    font-weight: 500;
    color: #1973e8
}

.btn.flat-red {
    background: #fff;
    border: solid 2px #da2133;
    border-radius: 5px;
    font-weight: 500;
    color: #da2133
}

.btn.flat-green {
    background: #fff;
    border: solid 2px #29b626;
    border-radius: 5px;
    font-weight: 500;
    color: #29b626
}

.btn.mini {
    padding: 3px 10px;
    font-size: 1em
}

.btn.trans {
    color: #363636;
    background-color: rgba(255, 255, 255, .7);
    padding: 8px 25px;
    font-weight: 400;
    font-size: 1.071em
}

.btn[disabled] {
    background: #d6d6d6
}

.btn-help {
    border: none;
    background-color: #1f73b7;
    color: #fff;
    fill: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif;
    font-feature-settings: "kern", "kern";
    font-kerning: normal;
    font-size: 15px;
    letter-spacing: .6px;
    padding: 13px 22px;
    border-radius: 999rem;
    font-weight: 700;
    box-sizing: border-box;
    position: fixed;
    bottom: 15px;
    right: 20px;
    cursor: pointer;
    z-index: 999998;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    transition-property: opacity, top, bottom
}

.btn-help svg {
    min-width: 20px;
    min-height: 20px;
    height: 20px;
    width: 20px;
    padding-right: 8px;
    vertical-align: middle
}

.btn-help span {
    vertical-align: middle
}

.styled-select {
    display: inline-block;
    position: relative
}

.styled-select div {
    background: #fff;
    border: solid 1px #d9d9d9;
    box-sizing: border-box;
    border-radius: 5px;
    color: #363636;
    display: block;
    cursor: pointer;
    padding: 9px 15px;
    position: relative;
    text-align: left;
    min-width: 200px;
    zoom: 1
}

.styled-select div i {
    background: url(/img/icon/arrow-down.png);
    background-size: 8px 5px;
    width: 8px;
    height: 5px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 45%
}

.styled-select div span {
    display: block;
    white-space: nowrap;
    overflow: hidden
}

.styled-select ul {
    display: none;
    background: #fff;
    border: solid 1px #d6d6d6;
    border-radius: 3px;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    top: 41px;
    left: 0;
    width: 245px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 100
}

.styled-select ul li {
    color: #363636;
    text-align: left;
    padding: 3px 0 3px 20px;
    cursor: pointer
}

.styled-select ul li.active, .styled-select ul li:hover {
    background: #6197fa;
    color: #fff
}

.styled-select ul li.item-group {
    padding-left: 10px;
    font-weight: 500
}

.styled-select ul li.item-group:hover {
    background: #fff;
    color: #393939;
    cursor: default
}

.styled-select ul li.preloader {
    padding: 0;
    text-align: center
}

.styled-select + label {
    display: block;
    float: right;
    text-align: center;
    text-transform: uppercase;
    width: 45px;
    font-size: .857em
}

.styled-select.-readonly div {
    background: #f2f2f2
}

.editor-dialog-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    z-index: 100;
}

.editor-dialog {
    padding: 32px;
    border-radius: 12px;
    background: #fff;
    width: 320px;
    max-width: 90%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.2s ease-out;
}

.editor-dialog-select {
    background: #fff;
    border: solid 1px #d9d9d9;
    box-sizing: border-box;
    border-radius: 5px;
    color: #363636;
    display: block;
    cursor: pointer;
    padding: 9px 15px;
    position: relative;
    text-align: left;
    width: 100%;
    zoom: 1;
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}