* {
    margin: 0;
    padding: 0;
    font-family: "Google Sans", sans-serif;
    font-weight: 400;
}

body {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.secm-priceaoe {
    background-color: white;
    border-radius: 40px;
    padding: 40px;
    max-width: 600px;
    margin: auto;
    width: -webkit-fill-available;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: fit-content;
}

.secm-sahed {
    font-size: 20px;
    font-weight: 600;
    color: black;
    line-height: 20px;
    text-decoration: none;
    padding: 0px 0px 10px 0px;
    display: block;
}

.secm-sahed span{
    color: #25d366 !important;
}

.secm-inpwue{
    display: flex;
    flex-direction: column;
    margin: 15px 0px;
}

.secm-inpwue input{
    width: -webkit-fill-available;
    padding: 12px 15px;
    margin-top: 4px;
    border: #dbdbdb solid 1px;
    border-radius: 6px;
}

.secm-britkd{
    display: flex;
    justify-content: center;
    align-items: center;
}

.secm-britkd button{
    padding: 12px 20px;
    min-width: 200px;
    background-color: #25d366;
    color: white;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.eorinfo-message {
    font-size: 14px;
    margin: 10px 0;
}

.eorinfo-message.info {
    color: #3498db;
}

.eorinfo-message.error {
    color: #e74c3c;
}

.eorinfo-message.success {
    color: #2ecc71;
}