﻿html, body {
    overscroll-behavior: none;
}
body {
    font-family: "Inter", Inter;
    font-weight: 500;
    font-size: 14px;
    height: 100%;
    min-width: 1200px;
    background: #F9F9F9;
}
#main {
    margin: 0;
    padding: 10px 15px;
    width: calc(100% - 30px);
}
#bgwrap{
    padding:0;
}
#main h2 {
    margin-bottom: 1.25em;
    font-family: "Inter", Inter;
    font-weight: 500;
}
#main h2.page-title {
    margin-top: 10px;
    margin-bottom: 0.5em;
}
p, #main p {
    font-family: "Inter", Inter;
    font-size: 14px;
    color: #1A1919;
}
p.p-small {
    font-size: 0.8em!important;
    font-weight:400;
}
.summary ul.p-small li, .summary ol.p-small li {
    font-size: 0.8em !important;
}
.summary ul.p-small, .summary ol.p-small{
    margin-left:1.5em;
    margin-bottom:1.5em;
}
.red {
    color: #f00;
}
p {
    line-height: 1.25em;
    margin-bottom: 1.25em;
    font-weight: 500;
}
.text-center{
    text-align:center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}

select, input {
    padding: 10px 15px;
    margin: 0;
    font-family: "Inter", Inter;
    font-size: 1em;
    color: #1A1919;
}
textarea {
    padding: 15px;
    font-family: "Inter", Inter;
    font-size: 1em;
}
.ui-widget input {
    padding: 10px 15px;
    font-family: "Inter", Inter;
    font-size: 1em;
}
select:active, input:active, textarea:active, 
select:focus-visible, input:focus-visible, textarea:focus-visible,
select:focus, input:focus, textarea:focus {
    border-color: #0066cc;
    outline: none;
}
select option {
    padding: 5px 10px;
    font-family: "Inter", Inter;
    font-size: 1em;
}
select option:checked {
    background: #F4F4F4;
    color: #1A1919;
}

a {
    color: #0066CC;
}

a.button, input[type="submit"].button, .ui-dialog .ui-dialog-buttonpane button, input.button,span.button {
    border-radius: 5px;
    background: #0066CC;
    font-family: "Inter", Inter;
    font-size: 12px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border: 0;
    padding: 0 10px;
    margin-right: 10px;
}
.ui-dialog .ui-dialog-buttonpane button{
    margin: 0 0 10px 10px;
}
a.button:hover, input[type="submit"].button:hover, .ui-dialog .ui-dialog-buttonpane button:hover {
    background: #075691;
}
.btn-sm {
    border-radius: 5px;
    height: 24px !important;
    border: 0;
    padding: 2px 10px;
    font-family: "Inter", Inter;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    margin-right: 10px;
}
a.button-blue-sm, button.button-blue-sm, a.button-twa-sm {
    height: 24px !important;
    /*line-height: 24px !important;*/
    border: 0;
    padding: 2px 10px;
    font-family: "Inter", Inter;
    font-size: 12px !important;
    background: #0066CC;
    font-weight: 500 !important;
}
a.button-blue-sm:hover, button.button-blue-sm:hover, a.button-twa-sm:hover {
    background: #075691;
}
a.button-twa-sm {
    background: #FB651E;
    color: #000;
}
a.button.login-btn {
    width: 100%!important;
    margin-right:0;
    background-color: #FB651E!important;
    color: white;
    text-align: center;
    font-family: "Inter", Inter;
    font-size: 14px !important;
    padding:0!important;
}
a.button.login-btn:hover {
    background: #ca4304!important;
}
a.button.btn-save,
a.btn.btn-save,
input[type="submit"].btn-save {
    background: #19874d;
}
a.button.btn-save:hover,
a.btn.btn-save:hover,
input[type="submit"].btn-save:hover {
    background: #126338;
}
a.button.btn-icon {
    padding: 10px 0;
    width: 34px;
    height: 14px;
    text-align: center;
    margin: 0;
}
a.button.btn-delete,
a.button-blue-sm.btn-delete,
a.btn.btn-delete,
.button-blue-sm[value="Remove"] {
    background: #F53B49;
}
a.button.btn-delete:hover,
a.button-blue-sm.btn-delete:hover,
a.btn.btn-delete:hover,
.button-blue-sm[value="Remove"] {
    background: #d30b1a;
}
.button-blue-sm[value="Remove"]{
    padding:3px 5px;
}
.btn.btn-circle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.ui-jqgrid tr.jqgrow td .button-blue-sm {
    padding: 2px 5px;
}
.btn.btn-circle i {
    font-size: 16px;
}

.btn-blue {
    background: #0066CC;
}
.btn-blue:hover {
    background: #075691;
}

.btn-blue i {
    color: #fff;
}
a.button.btn-grey {
    color: #26559c !important;
}
.btn-grey, a.button.btn-grey {
    background: #E5EAF2;
}
.btn-grey:hover, a.button.btn-grey:hover {
    background: #BFCBDF;
}
.btn-greylight, .btn-greylight:hover {
    background: #f1f1f1;
}
.btn-grey i {
    color: #0066cc;
}
#header {
    width: 100%;
    height: 105px;
    /* margin-bottom: 15px; */
    background: #fff;
}

#header.market-master{
    height:80px;
}

#header #top {
    display: flex;
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    border-bottom: 1px solid #D4D4D4;
}
#header #top .logo {
    padding: 10px 15px;
    height:45px;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
#header #top .logo img {
    height: 45px;
}
.btn-toggle-header-hidden{
    position:absolute;
    right:30px;
    top:10px;

}
#bgwrap {
    padding-bottom: 0px;
}
#footer {
    border-top: 0;
    background: #1A1919;
    color: #E6F0FF;
    height: 10px;
    display: flex;
    align-items: center;
    padding: 15px;
    width: calc(100% - 30px);
    left: 0;
}
#footer p {
    color: #E6F0FF;
    margin-bottom:0;
}
#footer p a {
    color: #fff;
    padding:0 10px;
}

.company-name {
    margin-top: 0px;
    font-size:16px;
}

#top .meta {
    display: inline;
    float: right;
    position: relative;
    padding-right: 30px;
    margin-top: 0;
    font-size: 1em;
}
#top .meta p {
    margin: 0;
    align-items: center;
    display: flex;
    color: #1A1919;
}

#header #navbar {
    float: none;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
}

#navbar ul.nav {
    border-right: none;
    border-left: none;
}

#navbar ul.nav {
    display: flex;
    height: 45px;
    margin-top: 0;
    align-items: center;
    position: relative;
    float: left;
    z-index: 100 !important;
}
/**/
ul.nav li {
    border-left: 0;
    border-right: 0;
}

ul.nav li:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #ccc;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

ul.nav li:last-child:after, ul.nav li > ul li:after {
    display: none;
    }

ul.nav li {
    float: left;
    position: relative;
    height: 15px;
    padding: 15px 20px 12px 20px;
    display: block;
    margin-bottom: 0;
    border-bottom: 3px solid transparent;
}

ul.nav > li:hover {
    border-bottom: 3px solid #1A1919;
    padding: 15px 20px 12px 20px;
}

ul.nav li a, ul.nav li span {
    text-shadow: none
}

ul.nav li a, ul.nav li span {
    color: #1A1919;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    display: block;
    cursor: pointer;
}
ul.nav li a:hover, ul.nav li span:hover, ul.nav li span:hover > span {
    color: #1A1919;
}

ul.nav > li > a, ul.nav > li > span {
    position: relative;
}

ul.nav > li > a, ul.nav > li > span {
    top: -4px;
}

ul.nav li span > span, ul.nav li:hover span > span {
    top: -2px;
}

ul.nav ul {
    background: #fff;
    border: 1px solid #E1E1E1;
    margin: 20px 0 !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

ul.nav ul li {
    padding: 0;
    margin: 0;
    border: 0;
    background: #fff;
    color: #1A1919;
}
ul.nav ul li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
ul.nav ul li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul.nav ul li a {
    padding: 15px;
    margin: 0;
    font-size: 13px;
    letter-spacing:-0.2px;
    font-weight: 500;
    color: #1A1919;
}

ul.nav ul li a:hover {
    background: #F4F4F4;
    color: #1A1919;
}

ul.nav li > ul, ul.nav li:hover > ul {
    top: 25px !important;
}

.nav-sub-tabs {
    border-bottom: 1px solid #d4d4d4;
}

.nav-sub {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    color: #1A1919;
}

.nav-sub-center {
    display: flex;
    justify-content: center;
}
.tab-no-border {
    width: 50px;
    display: flex;
    justify-content: center;
    align-self: center;
}

.nav-sub-tabs > li {
    margin-bottom: -1px;
}

.nav-sub-tabs > li > a {
    padding: 10px 30px;
    border: none;
    background-color: transparent !important;
    line-height: 32px;
    height:30px;
    color: #1A1919;
}
.nav-sub-tabs.nav-sub-narrow > li > a {
    padding: 10px 15px;
}
.nav-sub-tabs > li a.btn.btn-circle {
    border-radius: 50%;
    width: 20px;
    padding: 0;
    top: 0;
    height: 32px !important;
    margin-left: 0;
    text-align: center;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0;
    background: #0066CC!important;
}
.nav-sub-tabs > li a.btn.btn-circle:hover{
    background: #075691!important;
}
.nav-sub-tabs > li a.btn.btn-circle[disabled] {
    background: #d4d4d4 !important;
}

.nav-sub-tabs > .active > a, .nav-sub-tabs > .active > a:hover {
    color: #1A1919;
    background-color: #ffffff;
    border: none;
    border-bottom: 3px solid #1A1919;
    cursor: default;
    z-index: 9;
    position: relative;
    line-height: 32px;
    height: 29px;
}

.nav-sub-tabs > li > a:hover {
    border-bottom: 3px solid #1A1919;
    height: 29px;
}

.nav-sub-tabs > li a.btn.btn-circle.wizard-prev {
    float: left;
}
.nav-sub-tabs > li a.btn.btn-circle.wizard-next{
    float:right;
}
.nav-sub-tabs > li > a.btn:hover {
    border-bottom: 0;
}

.nav-sub > li > a:hover {
    text-decoration: none;
    background-color: none;
}
.select-delegator{
    margin-top:15px;
}
.ui-widget-content {
    border: 0;
}

.ui-widget {
    font-family: "Inter", Inter;
    font-size: 14px;
    color: #1A1919;
}

.portlet {
    font-family: "Inter", Inter;
    font-size: 14px;
    color: #1A1919;
    padding: 15px;
    border-radius: 0;
    background: #fff;
    margin-bottom:30px;
}

.portlet-header {
    font-weight: 500 !important;
    /* display: inline; */
    font-family: "Inter", Inter;
    font-size: 16px;
    padding: 0 0 15px 0;
    background: none;
    color: #1A1919;
    border: 0;
}

.portlet-content, .portlet-content .portlet {
    padding: 0;
}
/* Margins */
.mx-0 {
    margin: auto 0!important;
}
.mt-0 {
    margin-top: 0;
}
.mt-1 {
    margin-top: 0.5em;
}
.mt-2 {
    margin-top: 0.75em;
}
.mt-3 {
    margin-top: 1em!important;
}
.mt-4 {
    margin-top: 1.2em;
}
.mt-5 {
    margin-top: 1.25em;
}
.mb-3 {
    margin-bottom: 1em;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-4 {
    margin-bottom: 1em;
}
.mb-5 {
    margin-bottom: 1.25em;
}
.me-3, .mr-3 {
    margin-right: 1em;
}


/* Padding */
.p-1 {
    padding: .25em !important;
}
.pe-1 {
    padding-right: .25em;
}
.ps-2 {
    padding-left: 0.5em!important;
}
.pe-2{
    padding-right: 0.5em!important;
}
.px-3 {
    padding-left: 1em;
    padding-right: 1em;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.p-3{
    padding: 1em!important;
}
.p-5 {
    padding: 1.25em;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: .25em !important;
}
.pt-2 {
    padding-top: .5em !important;
}
.pt-3 {
    padding-top: 1em!important;
}
.pt-5 {
    padding-top: 1.25em;
}
.p-0 {
    padding: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25em !important;
}
.pb-2 {
    padding-bottom: 0.5em !important;
}
.pb-3 {
    padding-bottom: 1em !important;
}


/* FLEX */
.d-flex {
    display: flex;
}
.d-flex-row {
    flex-direction: row;
}
.d-flex-column {
    flex-direction: column;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-even {
    flex: 1;
}
.d-table {
    display: table;
}
.justify-content-space-between {
    justify-content: space-between;
}
.justify-content-start {
    justify-content: start;
}
.border-slim {
    border-width: 1px;
    border-style: solid;
}
.border-grey {
    border-color: #F1F1F1;
}
.border-dark{
    border-color: #ccc;
}
.payment-details, .summary {
    background: #f1f1f1;
}
.summary textarea {
    width: 100%;
    margin-right: 0;
    font-family: 'Inter';
    font-size: 12px;
    padding:10px;
}
/*TABLES*/
.errorMessage {
    font-weight: bold;
    font-size: unset!important;
}

.table-layout > table {
    overflow-x: scroll;
    display: block;
}
.table-summary-details tr td {
    padding: 10px 0;
}

table.oopinbox {
    border-collapse: collapse;
    table-layout: fixed;
    width: 1px; /* need to set a width value so the column widths apply when uing fixed layout*/
    font-size: 12px;
}
table.fileUploadTable {
    width: 100%;
}

table.oopinbox thead tr {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

table.oopinbox thead tr td {
    background-color: #f0f0f0;
    border-bottom: 2px solid #ccc;
    height: 30px;
}

table.oopinbox tr {
    color: #333;
    height: 30px;
}

table.oopinbox input {
    margin: 0;
    height: 16px;
    width:auto;
    padding:10px 5px;
}

table.oopinbox select {
    margin: 0;
    width: auto;
    padding: 10px 5px;
}

table.oopinbox input.button {
    height: auto;
} 
.ui-jqgrid .ui-jqgrid-htable th div .ui-state-disabled:hover {
    padding: 0;    
}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column,
.ui-jqgrid .ui-jqgrid-htable th div {
    overflow: visible;
}
.ui-jqgrid th.ui-th-column {
    text-align: left !important;
}
table.fullwidth{
    width:100%;
}
table.fullwidth tr td input[type="text"]{
    height: 28px;
    padding: 0px 15px;
    height: 28px;
    line-height: 28px;
}
table.fullwidth tr td select{
    padding: 7px 15px;
}
table.fullwidth tr td input[type="checkbox"] {
    width: 12px;
    height: 12px;
    line-height: 12px;
}
.ui-jqgrid tr.ui-row-ltr td {
    border-width: 0;
}
.ui-jqgrid tr.ui-row-ltr td input {
    padding: 7px 3px;
}
.ui-jqgrid tr.ui-row-ltr td select {
    padding-left:3px;
    padding-right:3px;
}
.ui-jqgrid tr.ui-row-ltr td input[type="checkbox"]{
    padding:0;
}
.ui-jqgrid tr.jqgrow.ui-state-hover {
}
.ui-jqgrid tr.jqgrow.ui-state-hover .ui-icon-plus.ui-icon {
    background-image: url(custom-theme/images/ui-icons_222222_256x240.png);
}
.ui-jqgrid tr.jqgrow.ui-state-hover .ui-icon-minus.ui-icon {
    background-image: url(custom-theme/images/ui-icons_222222_256x240.png);
}

.ui-jqgrid .ui-state-disabled:hover {
    padding: 10px;
}
table.fileUploadTable {
    border-spacing: 0;
}

table.fullwidth, table.oopinbox, table.ua-table, table.dataTable, table.fileUploadTable {
    border: 0;
    font-family: "Inter", Inter;
    font-weight: 500;
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
}
table.fullwidth thead tr td .ui-widget-content a,
table.ua-table a {
    color: #1A1919 !important;
}

table.fullwidth thead tr td, table.fullwidth tr th, table.fileUploadTable tr th {
    background-color: transparent;
    height: auto;
    padding: 15px 10px;
    font-family: "Inter", Inter;
    font-weight: 600;
    font-size: 12px;
    border-bottom: 1px solid #1A1919 !important;
    text-decoration: underline;
    color: #1A1919 !important;
}
table.fullwidth.expense-details{
    margin-left:-15px;
}
table.fullwidth.expense-details tr td {
    border: 0 !important;
    padding: 0 15px !important;
}
table.fullwidth.expense-details thead tr td{
    color: #6E6A68!important;
    font-size: 11px!important;
    font-weight: 500;
    text-decoration:none;
}
table.fullwidth.expense-details tr:hover, table.fullwidth.no-hover tr:hover{
    background-color: transparent;
}
table.fullwidth.no-hover tr td {
    padding: 10px 0;
}
.ui-jqgrid tr.ui-subgrid table.fullwidth tr th {
    padding: 5px 10px;
}
.allocation-grid .ui-jqgrid tr.ui-subgrid .tablediv table tr td span.asterisk {
    width:5px;
    display:inline-block;
}
.allocation-grid .ui-jqgrid tr.ui-subgrid .tablediv table tr td span.description {
    width: 120px;
    display: inline-block;
}
.allocation-grid .ui-jqgrid tr.ui-subgrid .tablediv table tr td input:not([type="image"]) {
    width: 140px;
    display: inline-block;
}
.dataTable td {
    padding: 8px 10px;
}
.dataTable tr td {
    border-bottom: 1px solid #F1F1F1;
}
.dataTable tr:nth-child(even) {
    background: #F1F1F1;
}
table.fullwidth tr td table thead tr td,
table.fullwidth tfoot tr td,
table.fileUploadTable tr td {
    background-color: transparent;
    padding: 10px;
    font-family: "Inter", Inter;
    font-size: 12px;
}
table.oopinbox thead tr {
    border: 0;
    background: transparent;
}
.ui-jqgrid .ui-jqgrid-htable th,
table.fullwidth thead td,
table.oopinbox thead tr td,
table.ua-table tr th {
    background-color: #fff;
    height: auto;
    padding: 5px 10px;
    font-family: "Inter", Inter;
    font-weight: 600;
    font-size: 12px;
    border-bottom: 1px solid #1A1919 !important;
    text-decoration: underline;
    color: #1A1919 !important;
}
.ui-jqgrid .ui-jqgrid-htable th {
    padding: 15px;
}
table.oopinbox thead tr td {
    padding: 5px;
}
/* Recocile dialog changes / padding adjustemnts */
table.ua-table tr th,
.ua-table td {
    padding: 5px;
}

.ui-jqgrid .ui-jqgrid-htable th.columnheader {
    text-decoration: none;
}
table.fullwidth tbody td,
table.oopinbox tbody td,
table.ua-table tbody td {
    border-bottom: 1px solid #F1F1F1;
}
table.oopinbox thead tr td .fa-stack {
    display: inline;
    top: -3px;
    margin-left: 3px;
}
table.oopinbox tbody td {
    padding:10px 5px;
}
table.fullwidth tbody td {
    padding: 5px 10px;
    margin: 0;
}
.dataTable td {
    padding: 6px 10px;
}
.ui-jqgrid .ui-jqgrid-titlebar {
    background: transparent;
    color: #1A1919 !important;
    height: auto;
    padding: 10px 0;
    font-family: "Inter", Inter;
    font-weight: 500;
    font-size: 18px;
    border-bottom:0;
    padding:0;
}
.ui-jqgrid-titlebar-close.ui-corner-all{
    display:none;
}
.ui-jqgrid .ui-jqgrid-title {
    margin: 0;
}
.ui-jqgrid tr.jqgrow td {
    background-color: transparent;
    height: auto;
    padding: 10px;
    font-family: "Inter", Inter;
    font-weight: 500;
    font-size: 12px;
    border-bottom: 1px solid #F1F1F1;
    text-decoration: none;
}
.ui-jqgrid tr.jqgfirstrow td {
    padding: 0 15px;
    border: 0;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-table {
}
.ui-jqgrid .ui-pg-table {
    position: relative;
    padding-bottom: 0;
    width: auto;
    margin: 0;
}
.ui-jqgrid .ui-jqgrid-pager {
    /*height: 60px;*/
    height: 40px;
    font-family: "Inter", Inter;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.ui-jqgrid .ui-pg-table td {
    font-weight: normal;
    vertical-align: middle;
    padding: 10px;
    color: #1A1919;
}
.ui-jqgrid .ui-pg-button {
    height: auto !important;
}
.ui-jqgrid .ui-state-disabled:hover {
    padding: 10px;
}
.ui-jqgrid .ui-pg-input {
    font-size: 1em;
    height: 26px;
    width: 26px;
    padding:0;
    text-align: center;
}
.ui-jqgrid .ui-pg-selbox {
    font-size: 1em;
    height: 26px;
    padding:0 5px;
    line-height:26px;
    display: block;
    margin: 0;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
    padding: 0;
    float: left;
    position: relative;
}
.ui-jqgrid .ui-pg-button{
    padding:10px;
}
#ClaimsGridd_pgr_center .ui-pg-button {
    padding:0;
    margin:10px;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon
.ui-jqgrid .ui-pg-button span {
    display: block;
    margin: 0;
    float: left;
}
.ui-jqgrid .ui-pg-button:hover {
    padding: 10px;
}
/* Alocate table padding overwrite*/
.allocation-grid #gbox_AllocationGrid.ui-jqgrid,
.allocation-grid #gbox_AllocationGrid.ui-jqgrid .ui-jqgrid-htable th,
.allocation-grid #gbox_AllocationGrid.ui-jqgrid tr.jqgfirstrow td,
.allocation-grid #gbox_AllocationGrid.ui-jqgrid tr.jqgrow td {
   /* font-size: 11px;*/
}
.allocation-grid #gbox_AllocationGrid.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    padding: 15px 5px;
}
.allocation-grid #gbox_AllocationGrid.ui-jqgrid tr.jqgfirstrow td {
    padding: 0 5px;
}
.allocation-grid #gbox_AllocationGrid.ui-jqgrid tr.jqgrow td {
    padding: 2px 5px;
}

#next_ClaimsGridd_pgr, #prev_ClaimsGridd_pgr, #first_ClaimsGridd_pgr, #last_ClaimsGridd_pgr {
    padding: 0;
    margin: 10px;
}
#next_ClaimsGridd_pgr.ui-pg-button, #prev_ClaimsGridd_pgr.ui-pg-button, #first_ClaimsGridd_pgr.ui-pg-button, #last_ClaimsGridd_pgr.ui-pg-button {
    width: 30px;
    height: 30px;
}
    
.ui-pg-button.ui-state-hover {
    background:none;
    border:0;
}

.ui-search-table, 
.ui-jqgrid .ui-jqgrid-view select,
.ui-jqgrid .ui-jqgrid-view input[type='text'] {
    height: 28px;
    padding: 0px 5px !important;
    margin: 0;
    font-family: "Inter", Inter;
    font-size: 12px;
    color: #1A1919;
    border: 1px solid #ccc;
    text-decoration: none;
}
.small-select,
.allocation-grid .ui-jqgrid .ui-jqgrid-view select,
.allocation-grid .ui-jqgrid .ui-jqgrid-view input[type='text'] {
    height: 22px;
    padding: 0px 5px !important;
    margin: 0;
    font-family: "Inter", Inter;
    font-size: 12px;
    color: #1A1919;
    border: 1px solid #ccc;
    text-decoration: none;
}
.allocation-grid .ui-jqgrid tr.ui-row-ltr td input {
    padding: 0 5px;
    margin: -1px 0;
    font-size: 12px;
    height:22px;
}
.allocation-grid .ui-jqgrid tr.ui-row-ltr td input[type='checkbox'] {
    padding: 0 !important;
    margin: 0 !important;
        
}

.ui-search-table {
    outline: none;
    border: 1px solid #ccc;
}

.ui-search-toolbar th,
.ui-search-toolbar th .ui-search-table,
.ui-search-toolbar th .ui-search-table tr td {
    padding: 0 !important;
}

    .ui-search-toolbar th .ui-search-table {
        padding: 5px 0 !important;
    }

.ui-jqgrid .ui-jqgrid-view .ui-search-table tr td input[type='text'] {
    height: 28px;
    padding: 0px 10px !important
}

.ui-jqgrid tr.ui-search-toolbar th {
    text-decoration: none;
}

.ui-search-toolbar th .ui-search-table tr td select {
    line-height: 28px;
    height: 28px;
    padding: 0 10px !important
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button, .ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
    padding: 0;
    width: 30px;
    height: 30px;
}

.ui-jqgrid .ui-state-default .ui-icon.ui-icon-refresh {
    background-image: url(/images/ui/refresh.png);
    background-position: center;
    background-size: 120%;
    width: 30px;
    height: 30px;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon.ui-icon-search {
    background-image: url(/images/ui/zoom.png);
    background-position: center;
    background-size: 110%;
    width: 30px;
    height: 30px;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon.excel-icon {
    background-image: url(/images/ui/excel-icon.png) !important;
    background-position: center;
    background-size: 120%;
    width: 30px;
    height: 30px;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon.pdf-icon {
    background-image: url(/images/ui/pdf-icon.png) !important;
    background-position: center;
    background-size: 120%;
    width: 30px;
    height: 30px;
}
.ui-jqgrid .ui-state-default .ui-icon.ui-icon-seek-first {
    background-image: url(/images/ui/nav-first.png);
    background-position: center;
    background-size: 75%;
    width: 30px;
    height: 30px;
}
.ui-jqgrid .ui-state-default .ui-icon.ui-icon-seek-end {
    background-image: url(/images/ui/nav-last.png);
    background-position: center;
    background-size: 75%;
    width: 30px;
    height: 30px;
}
.ui-jqgrid .ui-state-default .ui-icon.ui-icon-seek-prev {
    background-image: url(/images/ui/nav-prev.png);
    background-position: center;
    background-size: 75%;
    width: 30px;
    height: 30px;
}
.ui-jqgrid .ui-state-default .ui-icon.ui-icon-seek-next {
    background-image: url(/images/ui/nav-next.png);
    background-position: center;
    background-size: 75%;
    width: 30px;
    height: 30px;
}
.buttons-sq-table input, .buttons-transfer input {
    padding: 0;
    margin: 0;
}
.clearsearchclass {
    text-decoration: none;
}

/*
#ClaimsGridd td[title="Delete"] .button-blue-sm {
    border-radius: 50%;
    font-size: 0 !important;
    background: #F5F5F5;
    width: 16px !important;
    height: 16px !important;
    position: relative;
    display: block;
    padding:0;
}
#ClaimsGridd td[title="Delete"] .button-blue-sm:after {
    content: '\F78B';
    display: block;
    font-size: 12px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
    color: #C55757;
    font-family: "Bootstrap Icons" !important;
}
*/
.numberCircle {
    border-radius: 50%;
    padding: 0;
    position: unset;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 0;
    background: #F53B49;
    color: #fff;
    font-family: "Inter", Inter;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -2px;
}

.dash-columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom:15px;
}
.dash-columns .dash-column {
    width: 49%;
    float: none;
    height: 280px;
}
.dash-columns .dash-column .portlet {
    height: 240px;
    margin-top:15px;
}
.dash-columns .dash-column .portlet .ui-jqgrid,
.dash-columns .dash-column .portlet .ui-jqgrid .ui-jqgrid-view,
.dash-columns .dash-column .portlet .ui-jqgrid .ui-jqgrid-view .ui-state-default.ui-jqgrid-hdi,
.dash-columns .dash-column .portlet .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv,
.dash-columns .dash-column .portlet .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable,
.dash-columns .dash-column .portlet .ui-jqgrid .ui-jqgrid-htable,
.dash-columns .dash-column .portlet .ui-jqgrid .ui-state-default.ui-jqgrid-hdiv {
    width: 100% !important;
}
.oopinbox, #divAboveTables, #divAddNewWrap,
.portlet .table-width-100 .ui-jqgrid,
.portlet .table-width-100 .ui-jqgrid .ui-jqgrid-view,
.portlet .table-width-100 .ui-jqgrid .ui-jqgrid-hdiv,
.portlet .table-width-100 .ui-jqgrid .ui-jqgrid-view .ui-state-default.ui-jqgrid-hdi,
.portlet .table-width-100 .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv,
.portlet .table-width-100 .ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable,
.portlet .table-width-100 .ui-jqgrid .ui-jqgrid-pager,
.portlet .table-width-100 .ui-jqgrid .ui-jqgrid-htable {
    width: 100% !important;
}
.ua-table,
.ua-table.ua-bottom-table,
.ua-table.ua-unassigned-table,
.ua-table.ua-unassigned-table.ua-bottom-table {
    width: 100% !important;
}
.ua-table ua-bottom-table
#divAboveTables {
    height: 40px;
}
#tblReceipts {
    width: 100% !important;
    table-layout: fixed;
    overflow: scroll;
}
#tblReceipts .ui-jqgrid-bdiv {
    height: auto;
}
#divAboveTables, #divAddNewWrap {
    overflow: auto;
}
table.oopinbox{
    table-layout:auto;
}
.portlet .table-width-100 .ui-jqgrid .ui-jqgrid-hbox,
.dash-columns .dash-column .portlet .ui-jqgrid .ui-jqgrid-hbox {
    padding-right: 0;
}
a.left-side-button,
a.middle-side-button,
a.right-side-button {
    margin-right: 0;
}
a.middle-side-button{
    padding:0 5px;
}
a.left-side-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
a.middle-side-button{
    border-radius:0;
}
a.right-side-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
a.right-side-button {
    margin-right: 10px;
}
#fmenu{
    width:260px;
}
#fmenu tr td:last-of-type{
    border:0!important;
    background-color: transparent!important;
}
#fmenu,
table.favs {
    right: 0 !important;
    margin: 0 !important;
    border-radius: 5px;
    background: #fff !important;
    border: 1px solid #E1E1E1;
    top:-5px!important;
}
#fmenu {
    width:auto;
    left:0!important;
    right:unset!important;
}
#fmenu tr,
table.favs tr {
    background: #fff;
    font-family: "Inter", Inter;
    font-weight: 500;
    font-size: 12px;
    color: #1A1919;
}
#fmenu tr:first-child,
table.favs tr:first-child,
#fmenu tr:first-child td,
table.favs tr:first-child td,
#fmenu tr:first-child td a,
table.favs tr:first-child td a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#fmenu tr:last-child,
table.favs tr:last-child,
#fmenu tr:last-child td,
table.favs tr:last-child td,
#fmenu tr:last-child td a,
table.favs tr:last-child td a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#fmenu tr td,
table.favs tr td {
    padding: 10px;
}
#fmenu tr,
#fmenu tr td,
#fmenu a,
#fmenu tr td a,
table.favs tr td a {
    color: #1A1919 !important;
    border:0;
}
    
#fmenu tr:hover,
table.favs tr:hover {
    background: #F4F4F4;
    color: #1A1919;
}
.status_label {
    border-radius: 5px;
    font-size: 12px;
    background: grey;
    color: white;
    text-align: center;
    display: block;
    width: auto;
    /* hack to cancel out the parent’s padding by using negative margins */
    margin: -10px;
    padding: 0 10px;
    line-height: 26px;
    height: 26px;
}

.report-buttons {
    background: white;
    padding: 15px 15px 0 15px;
}
.report-buttons-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.report-buttons-div .button {
    padding: 0px 10px;
    margin-bottom:4px;
}
.report-buttons-div .align-end {
    margin-left: auto;
}
.report-title {
    background: white;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    color: #1A1919;
    border: 1px solid #F1F1F1;
    margin-bottom:10px;
}
.report-title .report-title-pagetitle,
.report-title .report-title-employee,
.report-title .report-title-supervisor,
.report-title .report-title-status {
    padding: 10px 15px;
}

.report-title h3 {
    font-size: 14px;
}
.label {
    color:#6E6A68;
    font-size:0.8em;
    font-weight:500;
}
.no-border{
    border: 0
}
.width-100{
    width:100%;
}
.width-100-30 {
    width: calc(100% - 30px);
}
.close-master-content{
    padding:15px;
    border:1px solid #f1f1f1;
    margin-bottom:15px;
}
.close-master-content table {
    border: 0;
    border-collapse: collapse;
    border-color: transparent;
}
.close-master-content table tr td a.button {
    margin: 0 30px;
}

/* Vendor */
.vendor-module-marker {
    border-bottom: 0 !important;
    margin-top: 0 !important;
}

#dlgReconcile {
    overflow: hidden;
}
/* Fitlers */
.filters, .inputs{
    margin: 0 -15px;
}
.filters .d-flex-column, .inputs .d-flex-column {
    width: 25%;
    padding: 0 15px;
}

.filters .d-flex-column.d-flex-column-auto .fullwidth-thead td,
.filters .d-flex-column.d-flex-column-auto .fullwidth-td td {
    padding: 5px 2px;
}
.filters .d-flex-column.d-flex-column-auto {
    width: 18%; /* Adjust to fit within 100% */
}
.filters-row {
    margin-bottom: 6px;
}
.input-row {
    margin-bottom: 15px;
}
.filters-row.w-100 input {
    width: calC(100% - 30px)!important;
}
.filters .filters-row > div > span {
    padding-top: 10px;
    display:inline-block;
}
.filters .d-flex-column select, .filters .d-flex-column input, .input-row select, .input-row input {
    width: 100% !important;
    margin-right: 0;
}
.filters .d-flex-column input, .inputs .d-flex-column .input-row input {
    padding-right:0;
    width: calc(100% - 15px) !important;
}
.filters table input[type=checkbox]{
    width:12px!important; 
    height:12px!important;
    padding:0;
}
.filters .label {
    line-height: 22px;
}
.filters input, .filters select {
    padding: 4px;
    background-color: #fff;
}
.filters .d-flex-column select option,
.input-row select option {
    padding: 0 10px;
}
.filters .d-flex-column div.input-unset input, .filters .d-flex-column div.input-unset select {
    width: 110px !important;
}
.filters .d-flex-column div.input-unset input[type="checkbox"],
.filters .d-flex-column div.input-unset input[type="radio"] {
    width: 30px !important;
}
.input_checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    justify-self: left;
    font-weight: 400;
}
.inputs .d-flex-column .input-row .input_checkbox{
    font-weight:400;
}
.input_checkbox input[type="checkbox"],
.inputs .d-flex-column .input-row .input_checkbox input[type="checkbox"] {
    width: 20px !important;
    padding: 0;
}
/*Help icon*/
.help-icon {
    color: #0066CC !important;
    font-size: 14px;
}
/*Edit Record Client/Maint/Employee.aspx */
.ui-jqdialog-content .EditTable {
    font-family: "Inter", Inter;
    font-size: 12px;
    color: #1A1919;
}
.ui-jqdialog-content .CaptionTD {
    padding-right: 10px;
    padding-left: 10px;
}
.ui-jqdialog-content input.FormElement {
    padding: 5px 10px;
    border: 1px solid #E1E1E1;
    line-height: 20px;
    height: 20px;
}
.ui-jqdialog-content select.FormElement {
    border: 1px solid #E1E1E1;
    line-height: 30px;
    height: 30px;
}
.EditTable td textarea {
    border: 1px solid #E1E1E1;
}
.ui-jqdialog-content .CaptionTD{
    white-space:normal;
}
.ui-jqdialog-content .fm-button.ui-state-default {
    background: #0066cc;
    border-color: #0066cc;
}
/* Login page */
#main.login-page {
    width: 100% !important;
    padding: 0;
    margin: 0;
}
.login {
    height: 100vh;
    background: rgba(0, 0, 0, 0.75); /* Black with 75% opacity */
    backdrop-filter: none; /* If you want to change this, you can */
}

.login::before {
    background-image: url(/images/ui/login-background.png);
    background-size: cover;
    background-position: center;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.login > div {
    display: flex;
    height: 100vh; /* Full viewport height */
}
.login-flex {
    height: 100%;
}
.login-flex-aligment {
    height: 100%;
    align-items: center;
    justify-content: center;
}
.logo-login, .logo-login img{
    width: 100%;
}
.logo-login img {
   /* width: 50%; */
    margin: 0 auto;
    justify-content: center;
    display: flex;
}
.logo-login {
    justify-content: center;
}
.login-content {
    background: #FFFFFF;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
}
.login-image {
    justify-content: center;
    align-items: center;
}
.login-image img{
    width:150px;
}
#loginwrapper.login-content-inner {
    max-width: 400px;
    width: 400px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
}
#loginwrapper.login-content-inner h2{
    font-size:16px;
}
#loginwrapper.login-content-inner input[type=text],
#loginwrapper.login-content-inner input[type=password] {
    width: calc(100% - 30px);
    margin: 0;
}
#idPassWrapper {
    width: 100%;
}

#idPassWrapper input {
    width: calc(100% - 30px) !important;
}

.accounting_declined, .declined, .supervisor_declined, .ts-declined {
    background: #ff9999;
    color: black;
}
.accounting_processed, .processed, .ts-approved {
    background: #adebad;
    color: black;
}
.approved, .awaiting_processing, .cleared_for_processing {
    background: #ffffcc;
    color: black;
}
.awaiting_approval, .resubmitted, .ts-submitted {
    background: #ffdb99;
    color: black;
}
.draft, .recalled, .accounting_recalled, .ts-draft {
    background: #eeeeee;
    color: black;
}

@media only screen and (max-width: 1200px) {
    .login-image {
        display: none;
    }
}

.ui-jqgrid .ui-icon-desc {
    margin-left: -1px;
}
/*UI Dialogs overwrite */

.ui-dialog, .ui-jqdialog, .ui-datepicker {
    padding: 0;
    height: auto !important;
    min-width: 250px !important;
    border: 1px solid #ccc;
}
.ui-autocomplete {
    border: 1px solid #ccc;
    font-size:12px;
    padding-right:2px;
}
.ui-datepicker-header.ui-widget-header {
    padding: 10px;
    border-radius: 0;
    position: relative;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;
    color: #1A1919;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
    top:10px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
    background-image: url(custom-theme/images/ui-icons_222222_256x240.png);
}
.ui-datepicker .ui-datepicker-prev:hover .ui-icon,
.ui-datepicker .ui-datepicker-next:hover .ui-icon {
    cursor:pointer;
    background-image: url(custom-theme/images/ui-icons_eeeeee_256x240.png);
}
.ui-dialog .ui-dialog-content {
    overflow-x: hidden;
}
.ui-dialog .ui-dialog-titlebar,
.ui-jqdialog .ui-jqdialog-titlebar {
    padding: 0;
    border-radius: 0;
    position: relative;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;
}

.ui-dialog .ui-dialog-title,
.ui-jqdialog .ui-jqdialog-title {
    float: left;
    padding: 15px 10px;
    margin: 0;
    font-weight: 500;
    font-family: "Inter", Inter;
    font-size: 16px;
    color: #1A1919;
}
.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar-close span,
.ui-jqdialog .ui-jqdialog-titlebar-close {
    background-color: #0066cc;
}
.ui-dialog .ui-dialog-titlebar-close {
    right: 15px;
    top: 15px;
    margin:0;
}
.ui-dialog .ui-dialog-content,
.ui-jqdialog-content,
.ui-jqdialog .ui-jqdialog-content {
    padding: 0 10px 10px 10px;
    color: #1A1919;
    font-family: "Inter", Inter;
    font-size: 12px;
    font-weight: 400;
}
.ui-dialog .ui-dialog-content p,
.ui-jqdialog-content p,
.ui-jqdialog .ui-jqdialog-content p {
    font-size: 12px;
    font-weight: 400;
}
.ui-dialog .ui-dialog-content a.button, .ui-jqdialog .ui-jqdialog-content a.button {
    line-height:32px;
    height:32px;
}
#dlgSaving, #dlgLoading, #dlgActionPassword, #ChangePWDiag, #divTimeout, #dlgSendNotification {
    height: auto !important;
    overflow: hidden;
}
#dlgQuerying {
    height: 40px !important;
    overflow: hidden;
}
#ui-dialog-title-dlgSaving {
    display: none;
}
.ui-dialog-btns{
    position:absolute;
    bottom:10px;
    left:10px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
    margin-top: 15px;
    width: 100%;
}
/* UI Dialog Ends */
.comment-table tr td {
    padding: 10px 15px;
}
.ui-jqgrid .ui-subgrid {
    position: relative;
}
.ui-jqgrid .ui-subgrid td.subgrid-cell .ui-icon.ui-icon-carat-1-sw {
    position: relative;
    left: 5px;
    top: 3px;
}
.expend-icon{
    position:relative;
    top:6px;
}
.fa.fa-plus-square-o:before,
.fa.fa-minus-square-o:before {
    content: "";
}
.fa.fa-plus-square-o,
.fa.fa-minus-square-o {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.fa.fa-plus-square-o {
    background-image: url(custom-theme/images/ui-icons_222222_256x240.png);
    background-position: -16px -128px;   
}
.fa.fa-minus-square-o {
    background-image: url(custom-theme/images/ui-icons_222222_256x240.png);
    background-position: -48px -128px;
}

/* Add New overwrite*/
table.oopinbox.oop-expense-add tbody td {
    padding: 10px 3px;
}
table.oopinbox.oop-expense-add a.button {
    margin-right: 5px;
    padding:0 8px;
}
.oop-expense-add .input-inline input,
.oop-expense-add .input-inline select {
    display: inline-block;
    width: auto !important;
}
.oop-expense-add .input-inline input[type="button"] {
    width: 80px;
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
    background: #0066cc;
    border: 0;
}
table.oopinbox.oop-expense-add input,
table.oopinbox.oop-expense-add select {
    padding: 10px 3px;
}

table.oopinbox.oop-expense-add .filters-row {
    margin-bottom: 0;
}
.select-width-100 select, .select-width-100 input{
    width: 100% !important;
    min-width: 100% !important;
}
.select-width select {
    width: 100% !important;
    min-width: 100% !important;
}

@media (max-width: 1200px) {
    table.oopinbox.oop-expense-add tr#trNewOOPItem td,
    table.oopinbox.oop-expense-add tr#trExtraOOPItems td {
        display: inline;
        margin-bottom:10px;
    }
    .select-width select {
        width: 110px !important;
        min-width: 110px !important;
    }
}

.HelpLink img,
.help-image {
    width: 16px;
    height: 16px;
}
.fullwidth th .help-image {
    border-width: 0px;
    height: 14px;
    width: 14px;
    top: -3px;
    position: relative;
}
p.p-small .help-image, p.p-small .HelpLink img {
    height: 14px;
    position: relative;
    top: 2px;
    width: 14px;
}

.filters-row a.button {
    font-size: 12px;
    margin: 5px 5px 5px 0;
}

/* Grid column drag fix*/
.ui-jqgrid .ui-jqgrid-resize-ltr {
    float: right;
    margin: -2px -2px -2px 0;
    z-index: 9;
    position: relative;
    right: -4px;
}

a.grid-button-link {
    display: inline-block;
    padding: 0 !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
    line-height: 19px;
    height: 19px !important;
    margin-top: -2px;
    margin-bottom: -2px;
    width: 150px;
    text-align: center;
}
.rotate-control {
    font-size: 24px;
    line-height: 1.5em;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: auto 14px 10px 14px;
}
.rotate-control span {
    font-size: 14px;
    margin-left: 80px;
    margin-right: 80px;
}

.listBox{
    width:100%;
}
#ulReasonList .ui-widget{
    border-width:1px;
}
.buttons-move-between {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 15px auto;
    display: block;
}
/* Input focus */
.ui-jqgrid .ui-jqgrid-view select:focus,
.ui-jqgrid .ui-jqgrid-view input:focus,
.ui-jqgrid .ui-jqgrid-view textarea:focus {
    outline: none;
    border: 1px solid #0066cc!important;
}
/* Input focus Ends */

/* Style for the trigger element */
.tooltip-trigger {
    cursor: pointer;
    margin-left: 2px;
    color: #555;
    display: inline-block; /* Needed for getBoundingClientRect width */
}

/* Styles for the Global Tooltip */
#global-custom-tooltip {
    position: absolute; /* Position relative to the document */
    display: none; /* Start hidden */
    background-color: #333; /* Dark background */
    color: #fff; /* White text */
    padding: 8px 12px; /* Padding */
    border-radius: 4px; /* Rounded corners */
    font-size: 0.9em; /* Slightly smaller font */
    max-width: 250px; /* Max width before wrapping */
    white-space: normal; /* Allow text wrapping */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Optional shadow */
    z-index: 99999; /* Ensure it's on top */
    pointer-events: none; /* Prevent tooltip from interfering with mouse events */
    line-height: 1.4; /* Reset line-height */
}
