/* .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
} */

#open-model{
    color: #ffffff;
}

.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #f6853f;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
    text-align: center;
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#registrationForm {
    display: flex;
    flex-direction: column;
}

#registrationForm label {
    margin-top: 10px;
}

#registrationForm input {
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#registrationForm button {
    margin-top: 20px;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#registrationForm button:hover {
    background-color: #0056b3;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #2d3e3f;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    margin: auto;
    color: white;
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.box {
    width: 100%;
    margin-top: 10px;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    position: relative;
    display: flex;
    align-items: center;
}

.iconBox {
    height: 35px;
    width: 40px;
    line-height: 35px;
    text-align: center;
    background: #e6dec3;
    color: #070707;
    border-radius: 4px 0 0 4px;
    margin-right: 10px; 
}

.textBox {
    height: 35px;
    flex: 1; 
    border: none;
    padding-left: 10px; 
    border-radius: 4px;
    background: #fff;
    color: #333;
}

.submit {
    border: none;
    color: white;
    width: 100%;
    height: 35px;
    background: #ff6600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
}

#alrchk{
    color: white;
}