/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}


body {
    background-image: url(hatter.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}


.card div,
.card img {
    border: 1px solid rgb(0, 63, 0);
    border-radius: 5px !important;
    margin: 1px;
}

.vonal{
  border: 0;
  border-radius: 50%;
  height: 3px !important;
  background-image: linear-gradient(to left, rgb(0, 124, 0), rgb(0, 80, 0), rgb(0, 124, 0));
  margin: 10px;
  margin-bottom: 20px;
}



/* temporary */
.status{
    height: 50px;
    width: 50px;
    background-color: red;
}


.pagination{
    display: flex;
    height: 50px;
    margin: 30px;
    justify-content: center;
    align-items: center;
    --bs-bg-opacity: .5;
}
.pag-item{
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: rgb(0, 192, 0);
    font-size: 120%;
    font-family: 'Roboto Mono', sans-serif;
    text-align: center;
    vertical-align: middle;
    padding: auto;
    line-height: 42px;
    text-decoration: none;
    margin: 0 10px;
}
.pag-item:hover{
    outline: 2px solid rgb(0, 192, 0);
    color: rgb(0, 192, 0);
}
.pag-item.active{
    background-color: rgb(0, 192, 0);
    color: white;
    cursor: default;
}
.pag-item.active:hover{
    outline: none;
}
.pag-item.disabled{
    color: grey;
    outline: none;
    cursor: default;
}

p {
    margin: 0px !important;
}