body {
    background-color: #fafff4;
    padding: 20px;
}

.card {
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.status-badge {
    font-size: 0.8em;
    padding: 5px 10px;
    border-radius: 20px;
}

.message-card {
    background-color: #ffffff;
    border-left: 4px solid #198754;
}

.api-key {
    word-break: break-all;
    font-family: monospace;
    font-size: 0.9em;
}

/* Loader styles */
.loader {
    position: fixed;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none; /* Hidden by default */
}
.header{
margin-top: 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
.nav{
display: flex;
align-items: center;
}
.nav a{

text-decoration: none;
font-size: 20px;
margin-left: 20px;
color: #031321;
}



.card h6 {
    color: rgb(0, 132, 255);
    font-size: 20px
}

.inputs input {
    width: 40px;
    height: 40px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}
.height-0{
    position: fixed;
}
.card-2 {
    background-color: #fff;
    padding: 10px;
    width: 350px;
    height: 100px;
    bottom: -50px;
    left: 20px;
    position: absolute;
    border-radius: 5px
}

.card-2 .content {
    margin-top: 50px
}

.card-2 .content a {
    color: rgb(0, 140, 255)
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid rgb(0, 162, 255)
}

.validate {
    border-radius: 20px;
    height: 40px;
    background-color: rgb(0, 102, 255);
    border: 1px solid rgb(0, 132, 255);
    width: 140px
}