.content {
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.supportLogin {
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    height: fit-content;
    width: 347px;
    gap: 10px;
}
.supportLoginHeader {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 55px;
    color: #daa74b;
}
.neaLogo {
    height: 100%;
    display: flex;
    align-items: center;
}
.neaLogo img {
    height: 75%;
}
.neaSchool {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 40px;
}
.supportOptions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.followUp, .createTicket {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    background-color: #daa74b;
    border-radius: 12px;
    padding: 10px 0px;
}
.inputColumn{ 
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}
input#ticket, input#ticketPassword, input#captcha {
    display: flex;
    flex: 1;
    border: 1px solid #daa74b;
}

.botPreventation {
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    height: fit-content;
    width: 347px;
    gap: 10px;
    background-color: #2b2a33;
    padding: 10px;
    border-radius: 12px;
}
.createTicket2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #daa74b;
    padding: 10px 0px;
    border-radius: 12px;
}

.ticketDetails {
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    height: fit-content;
    width: 347px;
    gap: 10px;
    background-color: #2b2a33;
    padding: 10px;
    border-radius: 12px;
}
.ticketDetails P{
    margin: 0;
}
.tDetails {
    width: 100%;
    background-color: #1a1a1e;
    border: 2px solid #daa74b;
    border: 8px;
    padding: 5px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #daa74b;
}
.backToLogin {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #daa74b;
    padding: 10px 0px;
    border-radius: 12px;
}
