.ofe-submissions-wrapper {
    max-width: 100%;
}

.ofe-submissions {
    width: 100%;
    border-collapse: collapse;
}

.ofe-submissions th,
.ofe-submissions td {
    white-space: nowrap;
}

.ofe-submissions input.ofe-value {
    width: auto;
    background-color: #F9FAFA;
    border-color: #DADADA;
    border-radius: 12px 12px 12px 12px;
}

.ofe-pagination {
    text-align: center;
    margin-top: 1em;
}

.ofe-pagination .ofe-page {
    display: inline-block;
    margin: 0 0.25em;
    border: 1px solid #ccc;
    background: #FFFFFFED;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    transition-duration: 0.3s;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 22px 10px 22px;
}

.ofe-pagination .ofe-page:hover {
    background: #e2e2e2;
}

.ofe-pagination .current,
.ofe-pagination .current:hover {
    background: #EE484A;
    border-color: #EE484A;
    color: #fff;
}

.ofe-pagination .current {
    background: #EE484A;
    border-color: #EE484A;
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    transition-duration: 0.3s;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 22px 10px 22px;
}
#ofe_search{
    width: 30%;
    background-color: #F9FAFA;
    border-color: #DADADA;
    margin-right: -6px;
    height: 50px !important;
    border-radius: 12px 0px 0px 12px !important;
}

#ofe_search:hover,
#ofe_search:focus,
#ofe_search:focus-visible {
    border-color: #DADADA;
    outline: none; /* ha nem kell a kÄĹ k keret */
}

#ofe_search_btn{
    color: white;
    background-color: #EE484A;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 8px 8px 8px 8px;
    padding: 15px 25px 15px 25px;
}

.ofe-sort-icon {
    margin-left: 4px;
}

#editor_submissions_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 50px auto;
    max-width: 400px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
}

#submissions_form_password,
#submissions_form_username{
    height: 100%;
    width: 100%;
    padding: 10px 14px;
    background-color: #F9FAFA;
    border: 1px solid #DADADA;
    border-radius: 12px;
    box-sizing: border-box;
}
#submissions_form_submit{
    color: white;
    background-color: #EE484A;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 8px 8px 8px 8px;
    padding: 15px 25px 15px 25px;
}
.ofe-color{
    width: 40px;
    height: 30px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.ofe-toast {
    position: fixed;
    top: 40px;
    right: 20px;
    background: #323232;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    z-index: 9999;
    opacity: 0.95;
}

.ofe-toast-error {
    background: #e74c3c;
}

#ofe-add-row{
    margin-left: 20px;
    border-radius: 8px 8px 8px 8px !important;
}
#ofe-add-row,
#ofe-delete-row {
    color: white;
    background-color: #EE484A;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 8px 8px 8px 8px;
    padding: 10px 10px 10px 10px;
}
.ofe-search-container button {
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    border-radius: 0px 12px 12px 0px !important;
    padding: 12px 17px 12px 17px !important;
}
.ofe-delete-row {
    background: #dc3545;
}