body {
    font-family: Arial, sans-serif;
    background-color: #1e1e3f;
    color: white;
    height: 100vh;
    margin: 0;
}

.logo{
    max-width: 100px;
    margin-top: 15px;
}

.container {
    text-align: center;
    width:90%;
    margin: 0 auto;
}

.description{
    width:95%;
    margin-top: 150px;
    display: block;
    direction: rtl;
}

h1 {
    margin-bottom: 20px;
    font-size:30px
}

h2{
    font-size:25px;
}

p{
    /* font-weight: bold; */
    font-size:18px;
}

.time-picker {
    margin-bottom: 20px;
}

input#wake-time {
    border: 2px solid #b87a02;
    /* font-weight: bold; */
    font-size: 25px;
    background: #1e1e3f;
    color: white;
    border-radius: 10px;
    width: 150px;
    height: 50px;
}



button {
    background-color: #fff1b9;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin: 10px;
    width:90%;
    border-radius: 6px;
    height: 50px;
    font-weight: bold;
}

button i{
    font-size: 15px;
}

button:hover {
    background-color: #ffaa00;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);

}

.modal-content {
    background-color: #121226;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    text-align: center;
    color: white;
    direction: rtl;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.recommendation {
    background-color: #121226;
    border: 1px solid #353560;
    color: white;
    font-size: 25px;
    font-weight: bold;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    width: 100px;
    float: right;
}

/* New CSS for centering the clockpicker popover */
.clockpicker-popover {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

#wake-time{
    margin-top: 10px;
    padding: 5px;
    border:none;
    height:30px;
    text-align: center;
}
