@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", "Inter", Verdana, Geneva, Tahoma, sans-serif, sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    font-size: 14px;
    background-color: var(--color-body);
    color: var(--color-font);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    height: 100%;
}

p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
}

* {
    margin: 0;
    padding: 0;
}

span,
a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0px;
    color: var(--color-font-active);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

button,
.btn,
h1,
h2,
h3,
h4,
h5,
h6,
.title,
.navbar-nav {
    font-family: var(--font-primary);
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.cover {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.cover.bg {
    background-color: var(--color-body);
}

.logo {
    width: 100px;
    height: auto;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

a {
    color: var(--color-sec);
}

a:hover {
    color: var(--color-pri-active);
}

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

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 30px;
        font-weight: 700;
    }

    h2 {
        font-size: 24px;
        font-weight: 700;
    }

    h3 {
        font-size: 18px;
    }
}

#app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
}

input,
select,
textarea,
.form-control,
.form-select {
    background-color: var(--color-input);
    border-radius: 4px;
    border-width: 0px;
}


.window .header,
.page .header {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    width: 100%;
    height: 50px;
    background: var(--color-white);
    border-bottom: 1px solid var(--color-disabled);
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
}

.window .header.lg,
.page .header.lg {
    padding: 8px 16px 8px 4px;
    height: 64px;
}


.window .header .end,
.page .header .end {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.window .header button,
.page .header button {
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.window .header.lg button,
.page .header.lg button {
    height: 45px;
    width: 45px;
}


.window .body,
.page .body {
    background-color: var(--color-white);
    width: 100%;
    height: 100%;
}

.window .body,
.page .body {
    padding-top: 50px !important;
}

.window .body.pd,
.page .body.pd {
    padding-left: 8px;
    padding-right: 8px;
}


.window .header h1,
.page .header h1 {
    display: flex;
    justify-content: center;
    align-items: center;

    /* Headline */
    height: 28px;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;

    color: var(--color-title);
}

.list {
    border-bottom: 1px solid var(--color-border);
    float: left;
    padding: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    margin-bottom: 5px;
}

.list.bg {
    background-color: var(--color-input);
    border-radius: 8px;
    padding: 10px;
    border-bottom: 1px solid var(--color-input);
}

.list .item {
    float: left;
    width: 100%;
    padding-bottom: 3px;
    padding-top: 3px;
}

.list .item span,
.list .item i {
    float: left;
}

.list .item i.end {
    float: right;
}

.list .item span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.list .item span i {
    margin-right: 6px;
}

.list span,
.list h3 {
    height: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: var(--color-title);
}

.list i.end {
    color: var(--color-title);
    text-align: right;
}

.list h3 {
    width: 100%;
    float: left;
    padding-bottom: 8px;
    font-weight: 600;
    line-height: 15px;
}

.form-control-image {
    background-color: var(--color-input);
    border: 1px solid var(--color-input);
    border-radius: 4px;
    height: 150px;
    width: 150px;
    margin: 4px;
    padding: 2px;
    cursor: pointer;
}

.form-control-image input {
    display: none;
}

.form-control-image img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.form-control-image label {
    text-align: center;
    width: 100%;
    padding: 5px;
    padding-top: 8px;
    font-size: 14px;
    color: rgba(var(--bs-body-color-rgb), .65);
    position: relative;
    left: 0;
    bottom: 0;
}

.form-control-image .icon-upload {
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    font-size: 60px;
    color: rgba(var(--bs-body-color-rgb), .65);
}