@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";

/*:root {
    --main-color: #f4ca00;
    --primary-color: #eccc22;
    --secondary-color: #000;
    --btn-bg: linear-gradient( 140deg, var(--primary-color) 40%, var(--primary-color) 60%, var(--main-color) );
    --btn-active: linear-gradient( 140deg, var(--main-color) 40%, var(--main-color) 60%, var(--primary-color) );
    --text-color-wh: #fffff0;
    --history-btn: rgb(0, 0, 0, 0.5);
    --text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    --popup-bg-color: rgba(0, 0, 0, 0.7);
    --ok-history-bg-color: #1c6758;
    --ok-history-bg-shadow: 0px 0px 20px #a1c298;
    --rejected-history-bg-color: #ff6666;
    --rejected-history-bg-shadow: 0px 0px 20px #ff8989;
}*/

* {
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: url(../img/background.jpg);
    background-size: cover !important;
    background-position: center top !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    width: 100vw !important;
}

#app {
    width: 100%;
    height: 100%;
}

footer[data-v-ac3d5d4e] {
    position: relative;
    bottom: 0;
    width: 100%;
    color: var(--text-color-wh);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
}

img[data-v-ac3d5d4e] {
    width: 100px;
}

.footer-center p[data-v-ac3d5d4e] {
    opacity: 0.8;
}

.footer-right[data-v-ac3d5d4e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.asistsoft[data-v-ac3d5d4e] {
    cursor: pointer;
}

@media (max-width: 768px) {
    footer[data-v-ac3d5d4e] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }
}

.main-area[data-v-e5231518] {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px;
    height: 100%;
}

.header-area[data-v-e5231518] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.logo[data-v-e5231518] {
    max-width: 300px;
    margin-bottom: 15px;
}

.nav-area[data-v-e5231518] {
    /*   display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;*/
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 1px 28px 10px 0px; 
}

.router-link[data-v-e5231518] {
    z-index: 999999999;
    margin-top: 35px;
    height: 35px;
    padding: 5px 15px;
    border-radius: 8px;
    text-decoration: none;
    color: var(--secondary-color);
    background: var(--main-color);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.router-link.active[data-v-e5231518] {
    background: var(--btn-active);
}

.router-link svg[data-v-e5231518] {
    width: 16px;
    height: 16px;
}

@media (max-width: 768px) {
    .header-area[data-v-e5231518] {
        margin-bottom: 2px;
    }

    .logo[data-v-e5231518] {
        width: 100%;
        margin-bottom:-15px;
    }

    .router-link[data-v-e5231518] {
        padding: 8px 10px;
        font-size: 13px;
    }

    .router-link svg[data-v-e5231518] {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 420px) {
    .router-link[data-v-e5231518] {
        padding: 4px 10px;
        font-size: 11px;
    }

    .router-link svg[data-v-e5231518] {
        width: 10px;
        height: 10px;
    }
}
