@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');:root {--a-color-primary: #2b2187;--a-color-accent: #a8cf45;--a-color-bg: #f9fdf7;--a-color-border: #cce0cc;--a-color-text: #1a1a1a;--a-color-heading: #201b51;}.t-Button--primary {background-color: var(--a-color-primary);color: #fff;border-radius: 8px;transition: all 0.2s ease;}.t-Button--primary:hover {background-color: #252050;}.t-Button--simple {background: transparent;border: 2px solid var(--a-color-accent);color: var(--a-color-primary);border-radius: 8px;}.t-Button--simple:hover {background: var(--a-color-accent);color: #fff;}h1, h2, h3 {color: var(--a-color-heading);font-weight: bold;}.apex-item-text,
.apex-item-number,
.apex-item-date,
.apex-item-password {border: 1px solid var(--a-color-border);}.apex-item-text:focus,
.apex-item-number:focus,
.apex-item-date:focus,
.apex-item-password:focus {border-color: var(--a-color-accent);box-shadow: 0 0 5px var(--a-color-accent);}.apex-item-textarea {border: 1px solid var(--a-color-border);}.apex-item-textarea:focus {border-color: var(--a-color-accent);box-shadow: 0 0 5px var(--a-color-accent);}.apex-item-select,
.apex-item-select:focus,
.apex-item-lov,
.apex-item-lov:focus {border: 1px solid var(--a-color-border);box-shadow: none;}.apex-item-select:focus,
.apex-item-lov:focus {border-color: var(--a-color-accent);box-shadow: 0 0 5px var(--a-color-accent);outline: none;}.t-Login-logo {max-width: 150px;border-radius: 20px;box-shadow: 0 2px 6px rgba(0,0,0,0.2);}body, html, td, th, input, textarea, select, button, a, p, span, div {font-family: 'Poppins', sans-serif !important;}.my_custom_login_design {background: transparent;color: #4f96d8;border: 5px solid;box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);border-top-left-radius: 100px;border-bottom-right-radius: 100px;}.my_custom_login_design .apex-item-text,
.my_custom_login_design .t-Button {border-radius: 20px;}.t-Login-logo{width: 35%;height: 35%;box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);border-top-left-radius: 50px;border-bottom-right-radius: 50px;}@media (max-width: 600px) {.my_custom_login_design {border-top-left-radius: 60px;border-bottom-right-radius: 60px;padding: 15px;width: 90%;}.t-Login-logo {width: 90px;max-width: 100px;}}.apex-no-border {border: none !important;background: transparent !important;box-shadow: none !important;pointer-events: none;}/* .a-IRR-table tbody tr:hover {background-color: #f2f2f2 !important;transition: background-color 0.2s ease-in-out;cursor: pointer;}.a-IRR-table tbody tr.is-selected {background-color: #cfe6ff !important;}.a-IRR-table tbody tr:nth-child(even) {background-color: #fafafa36;}/* .a-IRR-table thead th {background-color: #f4f6f9 !important;} */
.a-IRR-table tbody tr:nth-child(even) {background-color: rgba(0, 123, 255, 0.08);}.a-IRR-table tbody tr:hover {background-color: #f2f6ff !important;}.a-IRR-table tbody tr {border-bottom: 1px solid #e6eaf0;}