main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 56px);
}

main > div {
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
}

main > div > h1 {
    margin-top: 64px;
}

.bottom-margin {
    margin-bottom: 50px;
}
.top-margin{
    margin-top: 25px;
}
.align-right{
    float: right;
}
.align-left{
    float: left;
}
.center-text {
    display: block;
    width: 100%;
    text-align: center;
}
#generate-password {
    cursor:pointer;
    color:blue;
    text-decoration:underline;
    user-select: none;
}
.create-button {
    margin-top: 7px;
}
.choices:not(.is-disabled) .choices__inner{
    background-color: white !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
    z-index: 4 !important;
}

.inline {
    display: inline;
}

textarea {
    width: 100%;
    height: 50vh;
    margin-top: 20px;
}

.home-page {
    margin-top: 20vh;
}

.status {
    background: rgb(0, 216, 0);
    border-radius: 1ch;
    padding-inline: 1ch;
    margin-inline-end: 1ch;
  }
@media (min-width: 640px){
    .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
      padding-right: 0 !important;
    }
    /* VUBEC NEVIM PROC TO DELA PADDING-RIGHT: 100PX */
}