html {
    overflow-x: hidden;
}
@font-face {
    font-family: 'Cera Pro';
    src: url('../assets/CeraPro.ttf') format('truetype');
}
body {
    margin: 0;
    display: flex;
    font-family: "Cera Pro", serif;
    background: radial-gradient(circle, rgba(23, 1, 42, 0.7) 0%, rgba(20, 1, 31, 1) 100%), url("../assets/background.jpg") no-repeat center top fixed;
}
body::-webkit-scrollbar {
    width: 5px;
}
body::-webkit-scrollbar-track {
    background: rgb(34,28,38);
}
body::-webkit-scrollbar-thumb {
    background-color: rgb(80,60,90);
    border-radius: 4px;

}
.a {
    display: flex;
    flex-direction: row;
}

.b {
    display: flex;
    flex-direction: column;
}

.animated {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.main {

    width: 100vw;

}

.hat {
    position: fixed;
    backdrop-filter: blur(3px);
    width: 100vw;
    height: 9vh;
}


.hat-part {
    user-select: none;
    cursor: pointer;
    padding: 1.5vh 1.5vw;
    font-size: 1.15vw;
    color: white;
    background-color: rgba(1, 1, 1, 0.55);
    width: 7.5vw;
    min-width: 7.5vw;
    align-items: center;
    justify-content: center;
    align-content: center;
    transition: background-color 0.1s, font-size 0.1s ease-in-out;
    letter-spacing: 0.06vw;
}

.hat-part:hover {
    background-color: rgba(30, 5, 35, 0.35);
    font-size: 1.05vw;
}

.small-hat {
    width: 2.6vw;
    min-width: 2.6vw;
}

.big-hat {
    width: 4.6vw;
    min-width: 4.6vw;
}

.biggest-hat {
    width: 7vw;
    min-width: 7vw;
}

.second-part {
    user-select: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.08vw;
    font-size: 0.95vw;
    padding: 1.5vh 1.5vw;
    color: white;
    background-color: rgba(1, 1, 1, 0.55);
    align-items: center;
    justify-content: center;
    align-content: center;
    transition: background-color 0.1s, font-size 0.1s;
}

.second-part:hover {
    background-color: rgba(30, 5, 35, 0.35);
    font-size: 0.85vw;
}

.hat-clickable:active {
    background-color: rgba(70, 35, 75, 0.45);
    font-size: 0.65vw;
}

.logo {

    width: 2.65vw;
    height: 2.65vw;
    padding: 0.1vw;
}

.logo-back {
    position: absolute;
    width: 2.65vw;
    height: 2.65vw;
    padding: 0.1vw;
}

.logo-container {

    margin-right: 0.7vw;
}

.logotype {
    font-weight: bold;
}

.open-arrow {
    opacity: 100%;
    margin-left: 0.7vw;
    width: 1vw;
    height: 1vw;
    animation-duration: 0.15s;
}

.divider {
    border-right-style: solid;
    border-right-color: rgba(255, 255, 255, 0.15);
    border-width: 2px
}

.center {
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

.search {
    width: 4vw;
    padding: 0.3vw;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.08vw;
    font-size: 1vw;
    color: black;
    background-color: rgba(1, 1, 1, 0.55);
    align-items: center;
    justify-content: center;
    align-content: center;
    transition: background-color 0.1s;
}

.search:hover {
    background-color: rgba(30, 5, 35, 0.35);
}

.search-input {
    border: None;
    background-color: rgba(255, 255, 255, 1);
    font-family: Calibri, serif;
    letter-spacing: 0.08vw;
    font-size: 1.5vw;
    width: 3vw;
    height: 3vh;

    outline: None;
    margin-top: 1vw;
}

.search-image {
    width: 2.5vw;
    height: 2.5vw;
    margin: 1vh;
    padding: 0.1vw;
}

.warning {
    color: rgb(210, 40, 40);
    background-color: rgba(12,1,1,0.4);
}
.warning:hover {
    background-color: rgba(110,10,10,0.4);
}
.profile {

    user-select: none;
    cursor: pointer;
    width: 19vw;

    letter-spacing: 0.08vw;
    font-size: 1vw;
    padding: 1.5vh 1.5vw;
    color: white;
    background-color: rgba(1, 1, 1, 0.55);
    align-items: center;
    justify-content: center;
    align-content: center;
    transition: background-color 0.1s;
}

.profile:hover {
    background-color: rgba(30, 5, 35, 0.35);
}

.profile-icon {
    margin: 0.5vw;
    margin-right: 0.1vw;
    margin-left: 0.75vw;
    width: 5vh;
    height: 5vh;
    padding: 0.2vw;
    border-width: 0.2vw;
    border-radius: 50%;
    border-style: solid;
    border-color: white;
    transition: transform 0.25s;

}

.back-exp-line {
    margin: 1vh;
    margin-left: 0;
    width: 6vw;
    height: 0.35vw;
    border-radius: 1vw;
    background-color: rgba(45, 30, 50, 1);
}

.exp-line {
    position: absolute;
    z-index: 10;
    width: 3.5vw;
    height: 0.35vw;
    border-radius: 1vw;
    background: radial-gradient(circle, rgba(8, 170, 110, 1), rgba(15, 160, 95, 1));
}

.level-exp-line {
    max-width: 4vw;
    margin-left: 0.3vw;
    max-height: 0.35vw;
    margin-top: 0.3vh;
    color: white;
    font-size: 0.75vw;

}

.notify {
    min-width: 2vw;
    width: 2vw;
}

.notify-image {
    width: 2.25vw;
    height: 2.25vw;
    margin: 0.9vh;
    padding: 0.1vw;
    transform-origin: top center 0.5vw;
}

.hat-menu {

    letter-spacing: 0.04vw;
    z-index: 20;
    position: absolute;
    padding: 0;
    font-size: 1vw;
    background-color: rgba(1, 1, 1, 0.55);
    border-radius: 0.25vw;
    color: white;
    min-width: 10.5vw;
    backdrop-filter: blur(3px);
}

.hat-menu-part {
    display: flex;
    margin: 0;
    justify-content: center;
    text-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    text-transform: uppercase;
    padding: 1.75vh 0.5vw;
    min-height: 3vh;
    transition: background-color 0.1s, font-size 0.1s;
}

.hat-menu-part:hover {
    font-size: 0.9vw;
    background-color: rgba(255, 255, 255, 0.05);
}

.hat-menu-part:active {
    font-size: 0.8vw;
    background-color: rgba(255, 255, 255, 0.1);
}

hr {
    opacity: 15%;
    margin: 0;
}
