@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Regular.ttf') format('ttf'),
       url('fonts/Poppins-Regular.ttf') format('ttf');
  font-weight: 400; /* specify the font weight */
  font-style: normal; /* specify the font style */
}

* {
  box-sizing: border-box;
}

html{
  width:98vw;
  height:100%;
  overflow-x: hidden;
  font-family: "Poppins","Lucida Sans", sans-serif;
}




body{
  font-family: "Poppins","Tahoma", sans-serif;
  background-color: #e4e2f5;
  /* background-color: #252627; */
  /* color:#f4f5f5; */
  margin: 0;
  padding: 0;
  justify-content: center;
  width: 100%;
  height:100vh;
  display: flex;
  float:top;
}

h1{
  font-family: "Poppins","Tahoma", sans-serif;
  font-size: 24px;
}
h2{
  font-family: "Poppins", sans-serif;
  font-size:16px; 
}
h3{
  font-family: "Poppins","Tahoma", sans-serif;
  font-size: 18px;
  font-weight: bold;
  }

.sidebar{
  padding-top: 50px;
  padding-left: 20px;
  padding-right:20px;
  width: 200px;
  background-color: #3d5af1;
  position: fixed;
  left:0;
  top:0;
  height: 100%;
  overflow: auto;
}
.sidebar a {
  display: block;
  color: white;
  /* padding: 16px; */
  padding-left:16px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-left:15px;
  padding-right:15px;
  padding-top:15px;
  padding-bottom: 15px;
  transition: .5s;

}
  
.sidebar a.active {
  background-color: #3651d4;
  padding: 15px 15px 15px 15px;
  color: white;
  border-radius: 10px;
}

.sidebar a:hover:not(.active) {
  background-color: #5872f5;
  color: white;
  border-radius: 10px;
  margin-left:5px;
}














div.content {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 500px) {
  .sidebar {
    width: 100%;
    height: auto;
    /* position: relative; */
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
  #logo{
    display: none;
  }
}
  
@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }


}

td,th{
  text-align:left;
  padding-right:20px;
  font-size:14px;
}

table{
  border-spacing: 5px;
  border-collapse: collapse;
  border-spacing: 0;
  overflow-x: scroll;
}

#adatok{
  width:330px;
  height:35px;
  font-family: "Poppins";
  font-size:12px;
  padding-left:10px;
}

input[type=checkbox].del{
  width:30px;
  height:30px;
  font-family: "Poppins";
  font-size:12px;
  padding-left:0px;
  text-align: left !important;
  align-content: left;
}

input[type=email]{
  width:220px;
  height:35px;
  font-size:14px;
  font-weight:bold;
  border:none;
  text-align: left;
  padding-left:10px;
}
select,option{
  font-family: "Tahoma","Poppins";
  width:232px;
  height:35px;
  font-size:14px;
  /* font-weight:bold;  */
  border:none;
  /* padding-left:10px; */
}

input[type=text]{
  width:220px;
  height:35px;
  font-size:14px;
  font-weight:bold;
  border:none;
  text-align: left;
  padding-left:10px;
}
input[type=password]{
  width:220px;
  height:35px;
  font-size:14px;
  font-weight:bold;
  border:none;
  text-align: left;
  padding-left:10px;
}
input[type=number]{
  width:220px;
  height:35px;
  font-size:14px;
  font-weight:bold;
  border:none;
  text-align: left;
  padding-left:10px;
}
input[type=date]{
  width:220px;
  height:35px;
  font-size:14px;
  font-weight:bold;
  border:none;
  text-align: left;
  padding-left:10px;
}

input[type=tel]{
  width:220px;
  height:35px;
  font-size:14px;
  font-weight:bold;
  border:none;
  text-align: left;
  padding-left:10px;
}

input[type=submit]{
  width:232px;
  height:35px;
  background-color:#495ce8;
  background-color:#3d5af1;
  color:white;
  font-size:14px;
  font-weight:bold;
  border:none;
  transition: 0.5s;
}

input[type=submit]:hover{
  width:232px;
  height:35px;
  background-color:white;
  color:#495ce8;
  font-size:14px;
  font-weight:bold;
  border:none;
  cursor: pointer;
  border-radius: 10px;
}

button{
  width:232px;
  height:35px;
  background-color:#495ce8;
  background-color:#3d5af1;
  color:white;
  font-size:14px;
  font-weight:bold;
  border:none;

}

button:hover{
  width:232px;
  height:35px;
  background-color:white;
  color:#495ce8;
  font-size:14px;
  font-weight:bold;
  border:none;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.5s;
  /* transform: translateX(-1%); */
  transform: scale(1.05);
}

.material-symbols-outlined
{
    text-align:right;
    vertical-align: middle;
}

.sidebar-footer {
  position: relative;
  margin-top: auto;
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: center;
  margin-left:30px;
}

.deleted_user{
  width:232px;
  height:40px;
  background-color:#495ce8;
  background-color:#3d5af1;
  /* color:white; */
  font-size:14px;
  font-weight:bold;
  border:none;
  cursor:pointer;
}

.deleted_user:hover{
  width:232px;
  height:40px;
  background-color:white;
  /* color:#495ce8; */
  font-size:14px;
  font-weight:bold;
  border:none;
  cursor: pointer;
}





.box{
  text-align: left;
  /* border: 1px solid red; */
  height:auto;
  }
  
summary::-webkit-details-marker {
    /* color: blue; */
    font-size: 18px;
    height:45px;
  }
summary:focus {
    outline-style: none;
  }
summary{

    font-size: 14px;
    font-weight: bold;
  }
.yes-sign {
    font-size: 48px;
    color: green;
}

.maincontainer{
  margin-left:250px; 
  margin-top:20px;
  width: 100vw;
  display:flex;
  display: inline-block;
  align-items: top;
  flex-wrap:nowrap;
  align-content: center;
  gap: 1em;
  justify-content: center;
 
}

@media only screen and (max-width: 600px) {
  .maincontainer{
    margin-left:0px; 
    margin-top:20px;
  }
}

.microcontainers{
  text-align: left;
  /* border: 1px solid red; */
  /* height:auto; */
  display: inline-block;
  /* flex-wrap:wrap; */
  margin: auto;
  align-items: top;
  /* justify-content: center; */
  vertical-align: top;
}



.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
  
}


/* For mobile phones: */
[class*="col-"] {
  width: 95%;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 10%;
  width: 200px;
  background-color: #495ce8;
  height:100vh;
  }
}

.container {
  /* float: top;
  /* position: relative; */
 /* margin-left:5px;
  margin-right:5px;
  justify-content: top;
  align-content: center;
  align-items: top;
  margin-left:auto;
  margin-right:auto; */
}

.container{
  padding-top:20px;
  margin: 0 auto;
  align-content: top;
  /* position: relative; */
  padding-left:5px;
}


.vertical-center {
margin: 0;
position: absolute;
/* top: 50%; */
/* -ms-transform: translateY(-50%);
transform: translateY(-50%); */
}

.paragraph-container {
  display: flex;
  display: inline-block;
}

.rogzites{
  width:280px;
  background-color: red ;
  color:white !important;
}
.rogzites:hover{
  width:280px;
  background-color: white !important;
  color:red !important;
}






