<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.table tr {
cursor: pointer;
}
.table{
background-color: #fff !important;
}
.hedding h1{
color:#fff;
font-size:25px;
}
.main-section{
margin-top: 120px;
}
.hiddenRow {
padding: 0 4px !important;
background-color: #eeeeee;
font-size: 13px;
}
.accordian-body span{
color:#a2a2a2 !important;
}

[type=radio]:checked+label:before, [type=radio]:not(:checked)+label:before {
content: '';
position: absolute;
left: 0;
top: -11px;
width: 28px;
height: 28px;
box-shadow: inset 0 0 4px rgba(0,0,0,.2); 
border: 1px solid #b3bbbd; 
border-radius: 100%;
background: #fff;
}

[type=radio]:checked+label:after, [type=radio]:not(:checked)+label:after {
content: '';
width: 15px;
height: 15px;
background: #eb1d31;
position: absolute;
top: -4px;
left: 6px;
border-radius: 100%;
transition: all .2s ease;
}

table tbody tr td {
font-size: 16px;
line-height: 28px;
padding: 5px 15px;
border: none;
}



/** Bootstrap Cards **/
.card {
overflow: hidden;
border-radius: 0;
}

.card-body {
color: white;
text-shadow: 0px 1px 0px black;
padding-top: 3rem;
padding-bottom: 3rem;
background: linear-gradient(180deg,#fff 0,#eceff1);
transition: 0.5s ease;
transform: 0.5s ease;
}
.card-body a {
transition: 0.5s ease;
color: orange;
text-decoration: none;
}
.card-body:hover a {
color: #ffd280;
}

.card-footer {
padding-top: 1rem;
padding-bottom: 1rem;
background: #eb1d31;
color: #fff;
text-align: center;
font-weight: 500;
}

[data-filter=overlay-success]:before, [data-filter=overlay-info]:before, [data-filter=overlay-theme]:before, [data-filter=overlay-secondary]:before, [data-filter=overlay-alert]:before, [data-filter=overlay-warning]:before, [data-filter=overlay-primary]:before, [data-filter=overlay-dark]:before {
content: "";
position: absolute;
z-index: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
pointer-events: none;
width: 100%;
height: 100%;
}

[data-filter=overlay-success], [data-filter=overlay-info], [data-filter=overlay-theme], [data-filter=overlay-secondary], [data-filter=overlay-alert], [data-filter=overlay-warning], [data-filter=overlay-primary], [data-filter=overlay-dark] {
background-size: cover;
position: relative;
}
[data-filter=overlay-success] &gt; *, [data-filter=overlay-info] &gt; *, [data-filter=overlay-theme] &gt; *, [data-filter=overlay-secondary] &gt; *, [data-filter=overlay-alert] &gt; *, [data-filter=overlay-warning] &gt; *, [data-filter=overlay-primary] &gt; *, [data-filter=overlay-dark] &gt; * {
position: relative;
}

[data-filter=overlay-dark] &gt; * {
position: relative;
}
[data-filter=overlay-primary] &gt; * {
position: relative;
}
[data-filter=overlay-warning] &gt; * {
position: relative;
}
[data-filter=overlay-alert] &gt; * {
position: relative;
}
[data-filter=overlay-secondary] &gt; * {
position: relative;
}
[data-filter=overlay-theme] &gt; * {
position: relative;
}
[data-filter=overlay-info] &gt; * {
position: relative;
}
[data-filter=overlay-success] &gt; * {
position: relative;
}
[data-filter=overlay-warning] &gt; * {
position: relative;
}
[data-filter=overlay-dark]:before {
background-color: rgba(0, 0, 0, 0.5);
}

[data-filter=overlay-primary]:before {
background-color: rgba(0, 0, 255, 0.5);
}

[data-filter=overlay-alert]:before {
background-color: rgba(255, 165, 0, 0.5);
}

[data-filter=overlay-secondary]:before {
background-color: rgba(0, 0, 0, 0.5);
}

[data-filter=overlay-theme]:before {
}

[data-filter=overlay-info]:before {
background-color: rgba(0, 255, 255, 0.3);
}

[data-filter=overlay-success]:before {
background-color: rgba(255, 0, 255, 0.5);
}

[data-filter=overlay-warning]:before {
background-color: rgba(255, 0, 0, 0.5);
}</pre></body></html>