/* css to reset all the designs */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,400&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* html {
    font-size: 62.5%;
    font-family: 'Roboto', sans-serif;
} */

/* li {
    list-style: none;
} */

/* a {
    text-decoration: none;
} */

/* css to reset all the designs */

/* add styles on elements */

.header {
    border-bottom: 1px solid #E2E8F0;
    background-color: #636363;
}

.main-section {
    width: 100%;
    height: 86.8vh;

}
.main-section-counts{
        display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem;
}

.logo-nav {
    height: 8vh;
    padding: 0px 0px 0px 50px;
}

.visen-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 30px;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* background-color: #101010; */
    background-color: #fff;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 50px;
    list-style-type: none;
}

.nav-item {
    margin-left: 2rem;
    cursor: pointer;
}

.nav-link {
    /* font-size: 1.6rem; */
    font-size: 1.5rem;
    font-weight: 400;
    /* color: #475569; */
    color: white;
    font-weight: bold;
    /* change */
    text-decoration: none;
}

.nav-link:hover {
    color: yellow;
}

.nav-logo {
    /* font-size: 2.1rem; */
    font-size: 3rem;
    font-weight: 500;
    /* color: #482ff7; */
    color: #fff;
}
.update-time{
    display: flex;
    float: right;
}

.three-btns {
    display: flex;
    gap: 15px;
    width: 40%;
    padding: 60px 0px 0px 170px;
}

.current-btn {
    height: 6vh;
    width: 100%;
    background-color: #636363;
    border: none;
    border-radius: 10px;
    color: white;
    cursor: pointer;
}
.times-etc{
    width: 20%;
    height: 10vh;
    /* border: 1px solid black; */
    display: flex;
    background-color: #636363;
    color: white;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    float: right;
    margin: 10px 50px 0px 0px;
}
.Gender-btn {
    height: 6vh;
    width: 100%;
    background-color: #636363;
    border: none;
    border-radius: 10px;
    color: white;
    cursor: pointer;
}

.Age-btn {
    height: 6vh;
    width: 100%;
    background-color: #636363;
    border: none;
    border-radius: 10px;
    color: white;
    cursor: pointer;
}

.current {
    height: 7vh;
    width: 50%;
}

.Gender {
    height: 7vh;
    width: 25%;
}

.Age {
    height: 7vh;
    width: 25%;
}

.list-current {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 35px;
}

.list-Gender {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    text-align: center;
}

.list-Age {
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-size: 35px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.current-section {
    /* background-color: #636363; */
    width: 53%;
    height: 40vh;
    margin: 10px 0px 0px 0px;
    /* padding: 50px 0px 0px 0px; */
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: none; */
}

.Gender-section {
    /* background-color: #636363; */
    width: 50%;
    height: 40vh;
    margin: 10px 0px 0px 0px;
    /* padding: 50px 0px 0px 0px; */
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: none; */
}

.Age-section {
    /* background-color: #636363; */
    width: 50%;
    height: 40vh;
    margin: 10px 0px 0px 0px;
    /* padding: 20px 0px 0px 0px; */
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: none; */

}

.current-section-list {
    list-style-type: none;
    display: flex;
    /* flex-direction: column; */
    gap: 70px;
    font-size: 22px;
    color: black;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.Gender-section-list {
    list-style-type: none;
    display: flex;
    /* flex-direction: column; */
    gap: 70px;
    font-size: 30px;
    color: black;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.Age-section-list {
    list-style-type: none;
    display: flex;
    /* flex-direction: column; */
    gap: 70px;
    font-size: 30px;
    color: black;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.main-footer {
    background-color: #636363;
}

.copy-right {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.logo-footer {
    width: 15%;
}

.logo-img {
    width: 100%;
    padding: 0px 0px 0px 40px;
    cursor: pointer;
}

.hr-uper-div {
    width: 100%;
    height: 11vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-section-footer {
    display: flex;
    gap: 30px;
    list-style-type: none;
}

.lists-etc {
    font-size: 25px;
    color: white;
}

.counter-people {
    color: white;
    padding: 0px 50px 0px 0px;
}

.setting-page-body {
    width: 100%;
    height: 79.6vh;
}

.space-grotesk {
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

.nanum-myeongjo-regular {
    font-family: "Nanum Myeongjo", serif;
    font-weight: 400;
    font-style: normal;
}

.antic-regular {
    font-family: "Antic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.total {
    /* padding: 50px 0px 0px 90px; */
    margin: 50px 0px 0px 90px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 40%;
    height: 15vh;
    /* border: 1px solid black; */
}

.total-1 {
    /* padding: 50px 0px 0px 90px; */
    margin: 10px 0px 0px 90px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 40%;
    height: 15vh;
    /* border: 1px solid black; */
}

.total-2 {
    /* padding: 50px 0px 0px 90px; */
    margin: 10px 0px 0px 90px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 40%;
    height: 15vh;
    /* border: 1px solid black; */
}

.total-input {
    height: 10vh;
    width: 50%;
    border-radius: 15px;
    font-size: 18px;
}

.total-input-on {
    font-size: 18px;
}

.total-input-off {
    font-size: 18px;
}

.save-action {
    width: 15%;
    height: 8vh;
    /* border: 1px solid black; */
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 50px 0px 0px;

}
.vertical-line {
    width: 1px;              /* Line thickness */
    height: 40vh;           /* Line height */
    background-color: black; /* Line color */
    margin: 0px 0px 0px 0px;
  }
.save-btn {
    height: 7vh;
    width: 100%;
    font-size: 25px;
    border: none;
    background-color: #636363;
    color: white;
    border-radius: 20px;
    cursor: pointer;

}
.total-people{
    display: flex;
    flex-direction: column;
    gap: 50px;
    float: right;
    margin: 0px 170px 0px 0px;
}
.available{
    font-size: 22px;
}

.total-people-li-1{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 20px;
    gap: 15px;
}
.total-people-li-2{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 20px;
    gap: 15px;
}
.total-people-li-1 svg {
    height: 75px; /* or your desired height */
    vertical-align: middle; /* align with text */
    display: flex;
    flex-direction: column;
    
}
.total-people-li-2 svg {
    height: 75px; /* or your desired height */
    vertical-align: middle; /* align with text */
    display: flex;
    flex-direction: column;
}
.user-section{
    width: 100%;
    height: 84.8vh;
}
.user-info{
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-data{
    padding: 0px 0px 0px 20px;
}
.user-table{
    padding: 30px 0px 0px 200px;
    width: 70%;
    height: 40vh;
    border: none;
}
.user-row{
    background-color: #636363;
    color: #fff;
    font-size: 20px;
}

@media only screen and (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 5rem;
        flex-direction: column;
        /* background-color: #fff; */
        background-color: #636363;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .logo-nav {
        height: 5vh;
        padding: 0px 0px 0px 10px;
    }

    .nav-link {
        color: #fff;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 2.5rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
        padding: 0px 20px 0px 0px;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

}



@media only screen and (min-width:300px) and (max-width: 768px) {

    .times-etc {
        width: 75%;
        height: 10vh;
        /* border: 1px solid black; */
        display: flex;
        background-color: #636363;
        color: white;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        float: right;
        margin: 10px 50px 0px 0px;
    }

    .main-section {
        width: 100%;
        height: auto;
    }
    .three-btns {
        display: flex;
        gap: 15px;
        width: 100%;
        padding: 40px 10px 0px 10px;
        justify-content: center;
        align-items: center;
        /* border: 1px solid black; */
    }

    .current {
        height: 7vh;
        width: 100%;
    }

    .Gender {
        height: 7vh;
        width: 100%;
    }

    .Age {
        height: 7vh;
        width: 100%;
    }

    .current-section {
        /* background-color: #636363; */
        width: 100%;
        height: 40vh;
        margin: 40px 0px 0px 0px;
        padding: 0px 20px 0px 20px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* display: none; */
    }

    .Gender-section {
        /* background-color: #636363; */
        width: 100%;
        height: 40vh;
        margin: 40px 0px 0px 0px;
        padding: 0px 20px 0px 20px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* display: none; */
    }

    .Age-section {
        /* background-color: #636363; */
        width: 100%;
        height: 40vh;
        margin: 40px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* display: none; */

    }

    .current-section-list {
        list-style-type: none;
        display: flex;
        /* flex-direction: column; */
        gap: 50px;
        font-size: 15px;
        color: black;
        justify-content: center;
        align-items: center;
        padding: 0px 50px 150px 50px
    }

    .Gender-section-list {
        list-style-type: none;
        display: flex;
        /* flex-direction: column; */
        gap: 40px;
        font-size: 15px;
        color: black;
        justify-content: center;
        align-items: center;
        padding: 0px 50px 150px 50px
    }

    .Age-section-list {
        list-style-type: none;
        display: flex;
        /* flex-direction: column; */
        gap: 40px;
        font-size: 15px;
        color: black;
        justify-content: center;
        align-items: center;
        padding: 0px 50px 150px 50px
    }
    .main-section-counts {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .total-people {
        display: flex;
        flex-direction: row;
        gap: 50px;
        float: right;
        margin: 0px 0px 0px 0px;
    }
    .vertical-line{
        display: none;
    }
    .user-table {
        padding: 20px 10px 0px 10px;
        width: 100%;
        height: 40vh;
        border: none;
    }

    .visen-navbar {
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 16px;
    }

    .hr-uper-div {
        width: 100%;
        height: 20vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-footer {
        width: 30%;
    }

    .logo-img {
        width: 100%;
        /* height: 6vh; */
        /* padding: 0px 0px 0px 20px; */
    }


    .list-section-footer {
        display: flex;
        gap: 10px;
        flex-direction: column;
    list-style-type: none;

    }

    .lists-etc {
        font-size: 15px;
        color: white;
    }

    .counter-people {
        color: white;
        font-size: 10px;
        padding: 0px 20px 0px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .three-btns {
        display: flex;
        gap: 15px;
        width: 70%;
        padding: 40px 10px 0px 10px;
        justify-content: center;
        align-items: center;
        /* border: 1px solid black; */
    }

    .current {
        height: 7vh;
        width: 100%;
    }

    .Gender {
        height: 7vh;
        width: 100%;
    }

    .Age {
        height: 7vh;
        width: 100%;
    }

    .current-section {
        /* background-color: #636363; */
        width: 100%;
        height: 40vh;
        margin: 40px 0px 0px 0px;
        padding: 0px 20px 0px 20px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* display: none; */
    }

    .Gender-section {
        /* background-color: #636363; */
        width: 100%;
        height: 40vh;
        margin: 40px 0px 0px 0px;
        padding: 0px 20px 0px 20px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* display: none; */
    }

    .Age-section {
        /* background-color: #636363; */
        width: 100%;
        height: 40vh;
        margin: 40px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* display: none; */

    }

    .current-section-list {
        list-style-type: none;
        display: flex;
        /* flex-direction: column; */
        gap: 70px;
        font-size: 15px;
        color: black;
        justify-content: center;
        align-items: center;
    }

    .Gender-section-list {
        list-style-type: none;
        display: flex;
        /* flex-direction: column; */
        gap: 40px;
        font-size: 50px;
        color: black;
        justify-content: center;
        align-items: center;
    }

    .Age-section-list {
        list-style-type: none;
        display: flex;
        /* flex-direction: column; */
        gap: 40px;
        font-size: 50px;
        color: black;
        justify-content: center;
        align-items: center;
    }

    .visen-navbar {
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 16px;
    }

    .hr-uper-div {
        width: 100%;
        height: 20vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-footer {
        width: 50%;
    }

    .logo-img {
        width: 100%;
        /* height: 6vh; */
        /* padding: 0px 0px 0px 20px; */
    }

    .list-section-footer {
        display: flex;
        gap: 10px;
        flex-direction: column;
    list-style-type: none;

    }

    .lists-etc {
        font-size: 15px;
        color: white;
    }

    .counter-people {
        color: white;
        font-size: 10px;
        padding: 0px 20px 0px 0px;
    }

    .list-current {
        display: flex;
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        align-items: center;
        font-size: 30px;
    }
}

/* add styles on elements */