form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.action-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.action-card {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background-color: #1B1B1B;
    border: 1px solid #3F444D;
    border-radius: 6px;
    width: 420px;
    gap: 12px;
}

.action-card.wide {
    width: 480px;
}

.card-header {
    background-color: #2C2C2C;
    color: #FFF;
    padding: 10px 0;
    text-align: center;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 17px;
    font-weight: 700;
    border-radius: 6px;
}
/* 
.card-fields {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.card-field {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #2C2C2C;
    border-radius: 6px;
    padding: 12px 17px;
    gap: 12px;
}

.field-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.field-icon svg {
    width: 24px;
    height: 24px;
    color: #B9BBBE;
}

.field-icon i {
    font-size: 24px;
    line-height: 1;
    color: #B9BBBE;
}

.field-icon.large svg {
    width: 31px;
    height: 31px;
}

.field-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}



.field-label {
    font-size: 13px;
    font-weight: 500;
    color: #B9BBBE;
} */

.field-icon-input {
    position: relative;
    display: flex;
    align-items: center;
}

.field-icon-input input {
    width: 100%;
}

.field-label-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.field-note {
    font-size: 12px;
    font-weight: 400;
    color: #B9BBBE;
    cursor: pointer;
}

.field-note:hover {
    text-decoration: underline;
}

.toggle-password {
    position: absolute;
    right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 100%;
}

.toggle-password i {
    font-size: 24px;
    line-height: 1;
    color: #737373;
    transition: color 0.3s ease;
}

.toggle-password:hover i {
    color: #FFF;
}
/* 
.field-feedback {
    font-size: 10px;
    color: #FF6B6B;
}

.field-feedback.valid {
    color: #7EBE7E;
}

.field-feedback:empty {
    display: none;
}

.field-content input,
.field-content textarea,
.field-content select {
    background-color: #1E1E1E;
    border: 1px solid #444;
    border-radius: 6px;
    color: #fff;
    padding: 7px 10px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Space Grotesk', sans-serif;
}

.field-content textarea {
    resize: none;
    min-height: 96px;
    overflow: auto;
}

.field-content input:focus,
.field-content textarea:focus,
.field-content select:focus {
    border-color: #666;
    outline: none;
} */

.info-text {
    font-size: 14px;
    line-height: 1.5;
    color: #BBBBBB;
    text-align: center;
    color: #66B2FF;
    text-decoration: underline;
    cursor: pointer;
}

.action-card-buttons {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.action-card-button {
    flex: 1;
    background-color: #2C2C2C;
    border: 1px solid #474747;
    border-radius: 6px;
    padding: 7px 14px;
    font-family: 'Space Grotesk', sans-serif;
    color: #BBBBBB;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-align: center;
}

.action-card-button:hover {
    background-color: #373737;
    color: #dfdfdf;
    font-weight: 500;
    text-decoration: underline;
}

.action-card-note {
    font-size: 14px;
    color: #BBBBBB;
    text-align: center;
}

.action-card-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
}

.action-card-footer span {
    color: #BBB;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.action-card-footer span:hover {
    color: #FFF;
    text-decoration: underline;
}

.note-button {
    color: #d5d5d5;
    cursor: pointer;
    text-decoration: underline;
}

.note-button:hover {
    color: #FFF;
}

.twofa-code {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
}

.code-input {
    width: 44px !important;
    height: 54px !important;
    text-align: center;
    font-size: 22px;
    border: 1px solid #444;
    border-radius: 6px;
    background-color: #1E1E1E;
    color: #fff;
}

.code-input:focus {
    border-color: #666;
    outline: none;
}

.discord-profile-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    background-color: #2C2C2C;
    /* border: 1px solid #3F444D; */
    border-radius: 6px;
    padding: 10px 14px;
    color: #DDD;
    font-family: 'Space Grotesk', sans-serif;
    position: relative;
}

.discord-profile-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    /* background-color: #2C2C2C;
    border: 1px solid #3F444D;
    border-radius: 6px;
    padding: 10px 14px; */
    color: #DDD;
    font-family: 'Space Grotesk', sans-serif;
    position: relative;
}

.discord-profile-avatar {
    position: relative;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}

.discord-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.discord-indicator {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 11px;
    height: 11px;
    background-color: #3BA55D;
    border: 2px solid #2C2C2C;
    border-radius: 50%;
}

.discord-indicator.offline {
    background-color: #7B7B7B;
}

.discord-user-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex-grow: 1;
}

.discord-username {
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
}

.discord-id {
    font-weight: 400;
    color: #999;
    font-size: 12px;
}

.discord-button {
    font-size: 12px;
    position: relative;
    cursor: pointer;
    transition: color 0.2s ease;
    width: fit-content;
    font-family: inherit;
}

.discord-button.connect {
    color: #FFF;
}

.discord-button.connect:hover {
    text-decoration: underline;
}

.discord-button.status {
    color: #7EBE7E;
}

.discord-button.status::after {
    content: "Disconnect";
    color: #FF6B6B;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.discord-button.status:hover {
    color: transparent;
    cursor: pointer;
}

.discord-button.status:hover::after {
    opacity: 1;
}