h1 {
    text-decoration: none;
    font-size: 30px;
}

body {
    background-color: black;
}

#apps-display {
    background-color: rgba(50, 50, 50, 0.5);
    color: white;
    backdrop-filter: blur(10px);
    border: 5px;
    border-radius: 10px;
    margin: 1vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    float: top;
    line-height: 15px;
    overflow: auto;
    font-size: 1.8vh;
    width: 66vw;
    height: auto;
    font-family: Inter, Verdana, sans-serif;
    text-align: center;
    margin-left: 0px;
}
.app {
    width: 18vh;
    margin: 1vh;
    margin-top: 1.2vh;
    border: 1px;
    height: 20.7vh;
    display: inline-block;
}
.dialog {
    border-radius: 10px;
    background-color: #000000d2;
    backdrop-filter: blur(10px);
    border-color: #000000;
    width: 25vw;
}
.dialog h1 {
    font-weight: 100;
}
.dialog p {
    font-size: medium;
    font-family: Inter;
    
}
.dialog button {
    font-size: large;
    padding: 0px;
    border-radius: 4px;
    cursor: pointer;

}

hr.rounded {
    border: 5px solid #111111;
    border-radius: 5px;
    margin-right: 20px;
}

input {
    width: 400px;
    font-size: large;
    font-family: Inter;
    margin: 5px
}

.confirmButton {
    color: white;
    font-family: Inter;
    background-color: #555;
    border: none;
    padding: 0.5%;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}
.confirmButton:active {
    background-color: #292828;
}

select {
    background-color: #292828;
    color: white;
    font-family: Inter;
    font-size: 16px;
}

.checkboxSetting {
    display: flex;
    align-items: center;
}
.checkboxSetting p {
    margin-left: 5px; /* Adjust as needed */
}

#toggleCheckbox {
    width: 25px;
    height: 25px;
}