@import url("https://fonts.googleapis.com/css2?family=Montez&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

html {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #000000;
}

body {
  background-image: url('1web/static/images/wallpaper.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  display: flex;
}


.wrapper{
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.topbar{

  background: #00000080;
  overflow: hidden;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 5px 10px;
  z-index: 0;
}

.main-content{
  z-index: 0;
  padding: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.logo img {
  width: 42px;
  /* border-radius: 50%; */
}

.left-side{
  display: flex;
  height: 100%;
  width: auto;
  padding: 5px;
  align-items: center;
  justify-content: center;

  

}

.right-side{
  display: flex;
  height: auto;
  width: 75px;
  /* width: auto; */
  padding: 5px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.left-side h1{
  padding: 5px;
  color: white;
  font: bold;
}

.profile-box{
  height: auto;
  width: 70px;
  color: white;
  border: white solid 1px;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.profile-box h1{
  height: auto;
  color: white;
  font-size: 18px;
  padding: 5px;
  margin-right: 10px;
  font-weight: bold;
}

.profile-box img{
  width: 42px;
  height: 42px;
  /* border-radius: 50%; */
  margin-right: 10px;
  margin-left: 10px;
  border: rgba(0, 0, 0, 0) solid 1px;
  background-color: #ffffff00;
}

.profile-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.400);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
  border-radius: 9px;
  text-decoration: none;
}

.profile-box .overlay:hover{
  opacity: 1;
}

.profile-box .overlay h1{
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.profile-box .overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s ease;
    border-radius: 9px;
    color: #00000000;
    opacity: 0
}

.profile-box .overlay2:hover{
  opacity: 1;
}

.profile-box .overlay2 h1{
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.profile-box:hover{
  transition: opacity 0.5s ease;
  border-color: #000000;
}


.middle{
  display: flex;
  height: 100%;
  width: auto;
  padding: 5px;
  align-items: center;
  justify-content: center;
}

.middle a{
  padding: 5px;
  font-size: 18px;
  color: #cecece;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
  text-decoration: none;
}

.middle a:hover{
  padding: 5px;
  font-size: 18px;
  color: #ffffff;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.logo{
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}



.sidebar .sidebar-header {
  display: flex;
  align-items: center;
}

.container-kon{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 600px;
  background: #0000007c;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 0px;
}

.pmid{
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

.pkek{
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  margin-top: 15px;
}

.pend{
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

.container-kon p{
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
