html,
body {
    height: 100%;
}

sl-textarea.prmpt::part(textarea) {
    min-height: 250px;
    height: fit-content;
}

p {
    margin: 3px
}

sl-icon-button {
    margin-bottom: 10px;
}


.login-container {
    width:30vw;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.or-container {
    width: 70%;
    text-align: center;
}

.login-container sl-button, .login-container sl-input {
    width: 70%;
}

.login-container sl-button::part(base), .login-container sl-input::part(base) {
    color: white;
    background-color: #434141d6;
}

.google-login-btn {
    color: white;
}

.login-input {
    color: white;
}

.del-btn {
    display: flex;
    align-items: end;
}

.del-btn>p {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}




.name {
    position: absolute;
    left: 10;
    top: 0;
}

.mid-cont {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.select {
    margin-bottom: 10px;
}

.btn {
    width: fit-content;
}


.settings-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.alert-container {
    position: fixed;
    width: 100%;
    top: 5px;
    z-index: 10000;
}