.gefev-wrapper {
position: relative;
width: 100%;
margin-bottom: 2rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
color: #1e293b;
}
.dataTables_wrapper, .dataTables_wrapper #entries-data {
width: 100% !important;
max-width: 100% !important;
}
.dataTables_wrapper .list_group_even {
border-top: 1px solid #e2e8f0;
}
.dataTables_wrapper tr.entry.even {
background-color: #f8fafc;
}
.dataTable .entry::before {
display: none;
}
.dataTable th, .dataTable td {
vertical-align: middle;
padding: 10px 14px;
}
.dataTable th {
font-weight: 600;
color: #0f172a;
background: #f1f5f9;
}
table.dataTable > tbody > tr.child ul.dtr-details .dtr-data {
white-space: normal;
}  .gefev-wrapper,
.dt-container,
.dt-layout-row.dt-layout-table,
.dt-layout-cell.dt-layout-full,
.dt-scroll-body,
.dataTables_wrapper {
max-width: 100% !important;
overflow-x: auto !important;
-webkit-overflow-scrolling: touch !important;
} div.dt-scroll-body thead,
div.dt-scroll-body thead tr,
div.dt-scroll-body thead th {
height: 0 !important;
min-height: 0 !important;
padding: 0 !important;
margin: 0 !important;
border: none !important;
line-height: 0 !important;
font-size: 0 !important;
visibility: hidden !important;
overflow: hidden !important;
}
div.dt-scroll-body thead th * {
display: none !important;
} table.dataTable.nowrap th:not(.action_column):not(.action),
table.dataTable.nowrap td:not(.gefev-actions-cell):not(.send_email_check) {
white-space: normal !important;
word-break: break-word !important;
}
th.action_column,
td.gefev-actions-cell {
min-width: 175px !important;
white-space: nowrap !important;
vertical-align: middle !important;
text-align: right !important;
}
.gefev-action-group {
display: inline-flex !important;
align-items: center !important;
gap: 4px !important;
white-space: nowrap !important;
flex-wrap: nowrap !important;
}
.gefev-btn {
display: inline-flex;
align-items: center;
gap: 3px;
padding: 4px 7px;
border-radius: 6px;
font-size: 11px;
font-weight: 500;
line-height: 1.2;
cursor: pointer;
text-decoration: none !important;
transition: all 0.15s ease-in-out;
border: 1px solid transparent;
}
.gefev-btn-view {
background-color: #eff6ff;
color: #1d4ed8 !important;
border-color: #bfdbfe;
}
.gefev-btn-view:hover {
background-color: #dbeafe;
color: #1e40af !important;
}
.gefev-btn-edit {
background-color: #fefce8;
color: #854d0e !important;
border-color: #fef08a;
}
.gefev-btn-edit:hover {
background-color: #fef9c3;
color: #713f12 !important;
}
.gefev-btn-delete {
background-color: #fef2f2;
color: #b91c1c !important;
border-color: #fecaca;
}
.gefev-btn-delete:hover {
background-color: #fee2e2;
color: #991b1b !important;
} .gefev-az-bar {
display: flex;
flex-wrap: wrap;
gap: 4px;
margin-bottom: 16px;
padding: 8px 12px;
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 8px;
}
.gefev-az-item {
padding: 4px 8px;
font-size: 12px;
font-weight: 600;
color: #475569;
background: transparent;
border: 1px solid transparent;
border-radius: 4px;
cursor: pointer;
transition: all 0.12s ease;
}
.gefev-az-item:hover {
background: #e2e8f0;
color: #0f172a;
}
.gefev-az-item.is-active {
background: #2563eb;
color: #ffffff;
border-color: #2563eb;
} .gefev-cards-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
margin-bottom: 24px;
}
.gefev-card {
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 12px;
padding: 20px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
display: flex;
flex-direction: column;
justify-content: space-between;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gefev-card:hover {
transform: translateY(-2px);
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
}
.gefev-card-body {
display: flex;
flex-direction: column;
gap: 10px;
}
.gefev-card-field {
font-size: 14px;
line-height: 1.5;
word-break: break-word;
}
.gefev-field-label {
font-weight: 600;
color: #64748b;
margin-right: 4px;
}
.gefev-field-value {
color: #1e293b;
}
.gefev-card-footer {
display: flex;
align-items: center;
gap: 8px;
margin-top: 16px;
padding-top: 14px;
border-top: 1px solid #f1f5f9;
} .gefev-map-canvas {
background: #f1f5f9;
border: 1px solid #cbd5e1;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
} .select_filter_column {
position: relative;
display: inline-block;
box-sizing: border-box;
margin: 0 0.167em 0.333em 0;
padding: 0.5em 1em;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 4px;
cursor: pointer;
font-size: 0.88em;
line-height: 1.5;
color: inherit;
background-color: #f8fafc;
}
.filter-container {
position: relative;
display: inline-flex;
align-items: center;
vertical-align: middle;
margin-left: 6px;
line-height: 1;
}
.filter-trigger {
display: inline-flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
padding: 0;
background: #f1f5f9;
border: 1px solid #cbd5e1;
border-radius: 4px;
cursor: pointer;
color: #475569;
transition: all 0.15s ease-in-out;
box-sizing: border-box;
}
.filter-trigger:hover {
background: #e2e8f0;
border-color: #94a3b8;
color: #1e293b;
}
.filter-trigger svg {
width: 10px;
height: 10px;
stroke: currentColor;
}
.filter-dropdown {
position: absolute;
top: calc(100% + 6px);
left: 0;
z-index: 9999;
max-width: 320px;
min-width: 200px;
width: max-content;
background: #ffffff;
border: 1px solid #cbd5e1;
border-radius: 8px;
padding: 10px;
max-height: 280px;
overflow-y: auto;
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
margin-top: 4px;
text-transform: none !important;
letter-spacing: normal !important;
font-weight: 400 !important;
font-size: 13px !important;
color: #334155 !important;
text-align: left !important;
}
.filter-dropdown label {
font-size: 13px;
font-weight: 400;
color: #334155;
display: flex;
align-items: center;
gap: 6px;
cursor: pointer;
}
.filter-dropdown .list-item {
overflow-y: auto;
max-height: 180px;
padding-right: 4px;
display: flex;
flex-direction: column;
gap: 6px;
}
.filter-search-input {
width: 100%;
padding: 6px 8px;
margin-bottom: 8px;
border: 1px solid #cbd5e1;
border-radius: 4px;
box-sizing: border-box;
font-size: 12px;
}
.apply-filter {
width: 100%;
margin-top: 8px;
padding: 6px;
background: #2563eb;
color: #fff;
border: none;
border-radius: 4px;
font-weight: 500;
font-size: 12px;
cursor: pointer;
} .gefev-drawer {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100vw;
height: 100vh;
z-index: 999999;
overflow: hidden;
}
.gefev-drawer-backdrop {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(15, 23, 42, 0.45);
backdrop-filter: blur(2px);
}
.gefev-drawer-panel {
position: absolute;
top: 0;
right: 0;
width: 520px;
max-width: 90vw;
height: 100%;
background: #ffffff;
box-shadow: -8px 0 30px rgba(0, 0, 0, 0.18);
display: flex;
flex-direction: column;
transform: translateX(100%);
transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.gefev-drawer.is-open .gefev-drawer-panel {
transform: translateX(0);
}
.gefev-drawer-header {
padding: 20px 24px;
border-bottom: 1px solid #e2e8f0;
display: flex;
align-items: center;
justify-content: space-between;
background: #f8fafc;
}
.gefev-drawer-title {
margin: 0;
font-size: 18px;
font-weight: 700;
color: #0f172a;
}
.gefev-drawer-actions {
display: flex;
align-items: center;
gap: 8px;
}
.gefev-btn-print {
padding: 5px 12px;
background: #ffffff;
border: 1px solid #cbd5e1;
border-radius: 6px;
font-size: 13px;
font-weight: 500;
cursor: pointer;
transition: background 0.15s;
}
.gefev-btn-print:hover {
background: #f1f5f9;
}
.gefev-drawer-close {
background: transparent;
border: none;
font-size: 20px;
line-height: 1;
color: #64748b;
cursor: pointer;
padding: 4px 8px;
border-radius: 4px;
}
.gefev-drawer-close:hover {
color: #0f172a;
background: #e2e8f0;
}
.gefev-drawer-body {
padding: 24px;
overflow-y: auto;
flex: 1;
}
.gefev-drawer-meta {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 20px;
padding-bottom: 16px;
border-bottom: 1px solid #f1f5f9;
}
.gefev-meta-badge {
padding: 4px 10px;
background: #f1f5f9;
border-radius: 6px;
font-size: 12px;
color: #475569;
}
.gefev-meta-badge .label {
color: #94a3b8;
margin-right: 4px;
}
.gefev-drawer-fields-list {
display: flex;
flex-direction: column;
gap: 16px;
}
.gefev-drawer-field-row {
display: flex;
flex-direction: column;
gap: 4px;
padding: 12px 14px;
background: #f8fafc;
border-radius: 8px;
border: 1px solid #edf2f7;
}
.gefev-drawer-field-label {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.04em;
color: #64748b;
}
.gefev-drawer-field-val {
font-size: 14px;
color: #1e293b;
line-height: 1.5;
word-break: break-word;
}
.gefev-drawer-loading {
text-align: center;
padding: 40px 0;
color: #64748b;
}
.gefev-spinner {
width: 32px;
height: 32px;
border: 3px solid #e2e8f0;
border-top-color: #2563eb;
border-radius: 50%;
margin: 0 auto 12px;
animation: gefev-spin 0.8s linear infinite;
}
@keyframes gefev-spin {
to { transform: rotate(360deg); }
} .gefev-modal {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
}
.gefev-modal-backdrop {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(15, 23, 42, 0.5);
backdrop-filter: blur(2px);
}
.gefev-modal-dialog {
position: relative;
background: #ffffff;
border-radius: 12px;
max-width: 440px;
width: 90%;
padding: 24px;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
z-index: 1;
}
.gefev-modal-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 14px;
}
.gefev-modal-header h4 {
margin: 0;
font-size: 17px;
font-weight: 700;
color: #0f172a;
}
.gefev-modal-close {
background: transparent;
border: none;
font-size: 18px;
cursor: pointer;
color: #94a3b8;
}
.gefev-modal-body p {
margin: 0 0 20px;
font-size: 14px;
color: #475569;
line-height: 1.5;
}
.gefev-modal-footer {
display: flex;
justify-content: flex-end;
gap: 10px;
}
.gefev-btn-cancel {
padding: 8px 14px;
background: #f1f5f9;
color: #475569;
border: 1px solid #cbd5e1;
border-radius: 6px;
font-weight: 500;
cursor: pointer;
}
.gefev-btn-confirm-delete {
padding: 8px 16px;
background: #dc2626;
color: #ffffff;
border: 1px solid #dc2626;
border-radius: 6px;
font-weight: 600;
cursor: pointer;
}
.gefev-btn-confirm-delete:hover {
background: #b91c1c;
} .gefev-edit-dialog {
max-width: 620px;
max-height: 88vh;
display: flex;
flex-direction: column;
padding: 24px;
}
.gefev-edit-modal .gefev-modal-body {
overflow-y: auto;
max-height: calc(88vh - 140px);
padding-right: 4px;
margin-bottom: 16px;
}
.gefev-edit-modal .gefev-modal-body::-webkit-scrollbar {
width: 6px;
}
.gefev-edit-modal .gefev-modal-body::-webkit-scrollbar-thumb {
background: #cbd5e1;
border-radius: 3px;
}
.gefev-edit-loading {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 40px 0;
color: #64748b;
font-size: 14px;
}
.gefev-edit-loading .gefev-spinner {
margin-bottom: 12px;
}
.gefev-edit-error-box {
background: #fef2f2;
border: 1px solid #fecaca;
color: #dc2626;
padding: 12px 14px;
border-radius: 8px;
font-size: 13px;
margin-bottom: 14px;
}
.gefev-form-group {
margin-bottom: 16px;
}
.gefev-form-group:last-child {
margin-bottom: 0;
}
.gefev-field-label {
display: block;
font-size: 13px;
font-weight: 600;
color: #1e293b;
margin-bottom: 6px;
}
.gefev-required {
color: #ef4444;
margin-left: 3px;
font-weight: 700;
}
.gefev-field-desc {
font-size: 11px;
color: #64748b;
margin-top: 4px;
line-height: 1.4;
}
.gefev-input,
.gefev-select,
.gefev-textarea {
width: 100%;
box-sizing: border-box;
padding: 9px 12px;
font-size: 13px;
border: 1px solid #cbd5e1;
border-radius: 6px;
background: #ffffff;
color: #0f172a;
transition: border-color 0.15s ease, box-shadow 0.15s ease;
outline: none;
font-family: inherit;
}
.gefev-input:focus,
.gefev-select:focus,
.gefev-textarea:focus {
border-color: #2563eb;
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
.gefev-textarea {
resize: vertical;
min-height: 75px;
}
.gefev-sub-fields-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
gap: 8px;
}
.gefev-sub-field {
display: flex;
flex-direction: column;
}
.gefev-sub-label {
font-size: 11px;
color: #64748b;
margin-bottom: 4px;
}
.gefev-choices-list {
display: flex;
flex-direction: column;
gap: 8px;
margin-top: 4px;
}
.gefev-choice-label {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 13px;
color: #334155;
cursor: pointer;
font-weight: normal;
}
.gefev-choice-label input[type="checkbox"],
.gefev-choice-label input[type="radio"] {
margin: 0;
cursor: pointer;
width: 16px;
height: 16px;
accent-color: #2563eb;
}
.gefev-btn-save-edit {
padding: 8px 18px;
background: #2563eb;
color: #ffffff;
border: 1px solid #2563eb;
border-radius: 6px;
font-weight: 600;
cursor: pointer;
transition: background 0.15s ease;
display: inline-flex;
align-items: center;
gap: 6px;
}
.gefev-btn-save-edit:hover:not(:disabled) {
background: #1d4ed8;
}
.gefev-btn-save-edit:disabled {
opacity: 0.6;
cursor: not-allowed;
} .gefev-toast {
position: fixed;
bottom: 24px;
right: 24px;
background: #0f172a;
color: #ffffff;
padding: 12px 18px;
border-radius: 8px;
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.2);
display: flex;
align-items: center;
gap: 10px;
font-size: 13px;
font-weight: 500;
z-index: 1000000;
animation: gefevSlideUp 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.gefev-toast-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
background: #10b981;
color: #ffffff;
border-radius: 50%;
font-size: 12px;
font-weight: bold;
}
@keyframes gefevSlideUp {
from {
opacity: 0;
transform: translateY(12px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .send-request-email, #gf_request_send, #gf_request_cancel {
position: relative;
display: inline-block;
box-sizing: border-box;
margin: 0 0.167em 0.333em 0;
padding: 0.5em 1em;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 4px;
cursor: pointer;
font-size: 0.88em;
line-height: 1.6em;
background-color: #f1f5f9;
}
.send_email_check {
text-align: center;
}
#gf_request_send.is-loading {
opacity: 0.5;
pointer-events: auto !important;
cursor: not-allowed;
}
#gf_request_send.is-loading::after {
content: "";
margin-left: 10px;
border: 2px solid #fff;
border-top-color: #333;
border-radius: 50%;
width: 14px;
height: 14px;
display: inline-block;
vertical-align: middle;
animation: gefev-spin 0.8s linear infinite;
}
.gf-modal-overlay.is-loading {
pointer-events: none;
}
#gf-email-request-modal {
position: fixed;
top: 0; left: 0; bottom: 0; right: 0;
width: 100%; height: 100%;
max-width: 100vw; max-height: 100vh;
margin: 0;
z-index: 9999;
}
.gf-modal-overlay {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0,0,0,0.5);
}
.gf-modal-content {
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
background: #fff;
border: 1px solid #ddd;
border-radius: 8px;
padding: 24px 30px;
max-width: 500px;
width: 90%;
box-shadow: 0 10px 30px rgba(0,0,0,0.25);
} @media print {
body * {
visibility: hidden !important;
}
#gefev-drawer-modal, #gefev-drawer-modal * {
visibility: visible !important;
}
#gefev-drawer-modal {
position: absolute !important;
left: 0 !important;
top: 0 !important;
width: 100% !important;
height: auto !important;
background: transparent !important;
}
.gefev-drawer-backdrop, .gefev-drawer-actions {
display: none !important;
}
.gefev-drawer-panel {
position: static !important;
width: 100% !important;
max-width: 100% !important;
box-shadow: none !important;
transform: none !important;
}
} .gefev-search-bar-wrap {
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 10px;
padding: 14px 18px;
margin-bottom: 20px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.gefev-search-bar-header {
margin-bottom: 10px;
}
.gefev-search-bar-title {
font-size: 14px;
font-weight: 600;
color: #334155;
}
.gefev-search-bar-inner {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 12px;
}
.gefev-search-field {
display: flex;
align-items: center;
gap: 8px;
}
.gefev-search-keyword-wrap {
position: relative;
flex: 1;
min-width: 220px;
}
.gefev-search-icon {
position: absolute;
left: 12px;
top: 50%;
transform: translateY(-50%);
color: #94a3b8;
pointer-events: none;
display: flex;
align-items: center;
}
.gefev-search-keyword {
width: 100%;
padding: 8px 12px 8px 36px !important;
border: 1px solid #cbd5e1 !important;
border-radius: 6px !important;
font-size: 13px !important;
background: #f8fafc !important;
transition: all 0.2s ease;
}
.gefev-search-keyword:focus {
background: #ffffff !important;
border-color: #3b82f6 !important;
box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15) !important;
outline: none !important;
}
.gefev-search-date-wrap {
display: flex;
align-items: center;
gap: 6px;
background: #f8fafc;
border: 1px solid #cbd5e1;
border-radius: 6px;
padding: 4px 10px;
}
.gefev-search-label {
font-size: 12px;
font-weight: 600;
color: #64748b;
white-space: nowrap;
}
.gefev-search-date-wrap input[type="date"] {
border: none !important;
background: transparent !important;
padding: 4px !important;
font-size: 12px !important;
color: #1e293b !important;
outline: none !important;
}
.gefev-search-actions {
display: flex;
align-items: center;
gap: 8px;
}
.gefev-search-btn {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 7px 14px;
border-radius: 6px;
font-size: 12px;
font-weight: 600;
cursor: pointer;
border: 1px solid transparent;
transition: all 0.15s ease;
line-height: 1.4;
}
.gefev-btn-search-trigger {
background: #3b82f6;
color: #ffffff;
}
.gefev-btn-search-trigger:hover {
background: #2563eb;
}
.gefev-btn-search-reset {
background: #f1f5f9;
color: #475569;
border-color: #e2e8f0;
}
.gefev-btn-search-reset:hover {
background: #e2e8f0;
color: #1e293b;
} .gefev-badge {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 3px 8px;
border-radius: 9999px;
font-size: 11px;
font-weight: 600;
line-height: 1;
}
.gefev-badge .gefev-dot {
width: 6px;
height: 6px;
border-radius: 50%;
}
.gefev-badge-approved {
background: #ecfdf5;
color: #065f46;
border: 1px solid #a7f3d0;
}
.gefev-badge-approved .gefev-dot {
background: #10b981;
}
.gefev-badge-pending {
background: #fffbeb;
color: #92400e;
border: 1px solid #fde68a;
}
.gefev-badge-pending .gefev-dot {
background: #f59e0b;
}
.gefev-badge-rejected {
background: #fef2f2;
color: #991b1b;
border: 1px solid #fecaca;
}
.gefev-badge-rejected .gefev-dot {
background: #ef4444;
} .gefev-drawer-moderation-bar {
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 10px 14px;
margin-bottom: 16px;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 10px;
}
.gefev-mod-title {
font-size: 13px;
font-weight: 600;
color: #334155;
display: flex;
align-items: center;
gap: 6px;
}
.gefev-mod-actions {
display: flex;
gap: 6px;
}
.gefev-mod-btn {
display: inline-flex;
align-items: center;
gap: 5px;
padding: 4px 10px;
border-radius: 6px;
font-size: 12px;
font-weight: 500;
cursor: pointer;
border: 1px solid #cbd5e1;
background: #ffffff;
color: #475569;
transition: all 0.15s ease;
}
.gefev-mod-btn.active.gefev-mod-approve, .gefev-mod-btn.gefev-mod-approve:hover {
background: #ecfdf5;
color: #065f46;
border-color: #10b981;
font-weight: 600;
}
.gefev-mod-btn.active.gefev-mod-pending, .gefev-mod-btn.gefev-mod-pending:hover {
background: #fffbeb;
color: #92400e;
border-color: #f59e0b;
font-weight: 600;
}
.gefev-mod-btn.active.gefev-mod-reject, .gefev-mod-btn.gefev-mod-reject:hover {
background: #fef2f2;
color: #991b1b;
border-color: #ef4444;
font-weight: 600;
} .gefev-custom-btn {
display: inline-flex;
align-items: center;
gap: 5px;
padding: 5px 10px;
border-radius: 6px;
font-size: 12px;
font-weight: 500;
cursor: pointer;
border: none;
transition: all 0.15s ease;
text-decoration: none;
}
.gefev-custom-btn.gefev-btn-primary {
background: #3b82f6;
color: #ffffff;
}
.gefev-custom-btn.gefev-btn-primary:hover {
background: #2563eb;
}
.gefev-custom-btn.gefev-btn-success {
background: #10b981;
color: #ffffff;
}
.gefev-custom-btn.gefev-btn-success:hover {
background: #059669;
}
.gefev-link-action {
color: #2563eb;
text-decoration: underline;
font-weight: 500;
cursor: pointer;
}
.gefev-link-action:hover {
color: #1d4ed8;
}