* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.user-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: 100vh;
}

.user-panel.hide {
    transform: translateY(-100%);
}

.hidden {
    display: none !important;
}

.admin-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: 100vh;
}

/* .admin-panel.show {
    display: !important(flex);
} */



.user-id-panel, 
.admin-id-panel {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.pId {
    font-size: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
}

.user-id, 
.admin-id {
    border-radius: 8px;
    width: 250px;
    padding: 5px;
    height: 50px;
    font-size: 17px;
}

.user-name-panel, 
.admin-name-panel {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.user-name,
.admin-name {
    width: 300px;
    height: 50px;
    border-radius: 8px;
    font-size: 19px;
    margin-top: 5px;
    padding: 5px;
}

.forgot-admin {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    margin-top: 8px;
    position: relative;
    margin-left: 150px;
    right: 0;
    bottom: 0;
}

.forgot-admin:hover {
    color: rgb(255, 94, 0);
    cursor: pointer;
}

.user-panel-title, 
.admin-panel-title {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
}

.forgot-user {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    margin-top: 8px;
    position: relative;
    margin-left: 100px;
    right: 0;
    bottom: 0;    
}

.forgot-user:hover {
    color: rgb(255, 94, 0);
    cursor: pointer;
}

.user-button {
    margin-top: 20px;
    width: 300px;
    height: 40px;
    font-size: 20px;
    border: 2px black solid;
    border-radius: 8px;
    background-color: rgb(65, 54, 35);
    color: rgb(0, 225, 255);
    cursor: pointer;
}

.user-button:hover {
    background-color: rgb(0, 225, 255);
    color: rgb(65, 54, 35);
    transition: 0.6s ease;
}

.admin-button {
    margin-top: 20px;
    width: 300px;
    height: 40px;
    font-size: 20px;
    border: 2px black solid;
    border-radius: 8px;
    background-color: rgb(65, 54, 35);
    color: rgb(0, 225, 255);
    cursor: pointer;
}

.admin-button:hover {
    background-color: rgb(0, 225, 255);
    color: rgb(65, 54, 35);
    transition: 0.6s ease;
}

.usserContainer {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    align-items: center;
}

.userListLi {
    list-style: none;
    display: flex;
    gap: 10px;
    border: black 2px solid;
    border-radius: 8px;
    cursor: pointer;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
}

.userListLi:hover {
    background-color: rgb(0, 255, 255);
    transition: 0.7s ease;
}

.userLiContainer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.userWebsite {
    color: blue;
}

.userWebsite:hover {
    color: blue;
    text-decoration: underline;
}

.userNametitle{
    color: gray;
}

.usertempdiv {
    display: flex;
    gap: 20px;
}

.userTitle {
    font-size: 20px;
}

.userInformation {
    display: flex;
    gap: 80px;
    width: fit-content;
    margin-left: auto;
    margin-top: 150px;
    margin-right: auto;
}


.main-information {
    color: rgb(105, 105, 105);
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 600;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.u-id {
    font-weight: bold;
    font-size: 25px;
    color: brown;
}

.mName {
    font-size: 25px;
    color: black;
}

.email {
    color: blue;
    opacity: 0.5;
}

.email:hover {
    text-decoration: underline;
    cursor: pointer;
    opacity: 1;
    transition: 0.5s ease;
}

.phone {
    color: red;
}

.website {
    color: skyblue;
}

.website:hover {
    text-decoration: underline;
    cursor: pointer;
    color: rgb(25, 189, 253);
    transition: 0.5s ease;
}

.address-information {
    color: rgb(105, 105, 105);
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 600;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.address {
    font-weight: bold;
    color: black;
    font-size: 18px;
}

.street {
    font-size: 22px;
    color: orangered;
}

.suite {
    color: olivedrab;
    font-size: 18px;
}

.zipcode {
    color: rgb(2, 184, 2);
    font-size: 18px;
}

.city {
    color: rgb(255, 123, 0);
    font-size: 18px;
}

.lat {
    color: black;
    font-size: 19px;
    
}

.lng {
    color: black;
    font-size: 19px;
}

.company-information {
    color: rgb(105, 105, 105);
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 600;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.company {
    color: black;
    font-size: 18px;
}

.cName {
    font-size: 22px;
    color: crimson;
}

.bs {
    font-size: 19px;
    color: deeppink;
}

.catchPrase {
    color:dodgerblue;
    font-size: 20px;
}