
section.faq-area .container {
background-color: #f3f7fa;
padding: 50px 20px;
border-radius: 60px;
}
section.screenerbanner {
    background-color: #002955;
    background-image: url('../images/screenerbannerbg.png'), radial-gradient(circle, #002955, #002955);
    background-repeat: repeat-x;
    animation: slide 25s infinite;
    -webkit-animation: slide 25s infinite;
}
div#screenerdescription p, div#screenerdescription span, div#screenerdescription li {
    color: #000;
}
.screenerdata-table .table-responsive {
    margin-bottom: 5px !important;
}
.screenernavtabs a.nav-link.active {
color: #000;
font-weight: 600;
background-color: #fff;
border: 0px;
border-radius: 120px;
padding: .2rem 1rem;
}
.screenernavtabs a.nav-link {
border: 0px !important;
color: #fff;
font-weight: 600;
padding: .2rem 1rem;
}
.screenernavtabs {
border-bottom: 0px;
background-color: #002955;
border-radius: 120px;
padding: 8px;
}
.screenertopbar {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
background-color: #f3f7fa;
padding: 10px;
}
.screenerdetail-title h2 {
margin-bottom: 5px;
color: #fff;
}
.screenerdetail-title p{
color: #fff;
margin-bottom:0px !important;
}
.exportlink button {
color: #002955;
font-size: 16px;
line-height: 24px;
border-radius: 4px;
border: 1px solid #979797;
background: #fff;
text-decoration: none;
padding: 10px 15px;
font-weight: 600;
position: relative;
}
/* .exportlink button:after {
content: "\f019";
color: #002955;
font-family: var(--fa-style-family, "Font Awesome 6 Free");
font-weight: var(--fa-style, 900);
position: absolute;
right: 10px;
top: 10px;
width: 20px;
height: 35px;
} */
.filterbyindex {
color: #002955;
font-size: 16px;
line-height: 24px;
border-radius: 4px;
border: 1px solid #979797;
background: #fff;
text-decoration: none;
padding: 8px 10px 8px 10px;
font-weight: 600;
position: relative;
}
.screenertopbar-right {
display: flex;
column-gap: 10px;
}
.screenertabs a.nav-link {
color: #000;
font-weight: 500;
padding: 5px 10px;
border: 1px solid;
border-radius: 3px;
}
.screenertabs {
border-bottom: 0px;
margin-bottom:15px;
}
.screenertabs li {
margin-right: 10px;
}
.screenertabs li:first-child a.nav-link {
padding: 5px 12px;
}
.screenertabs a.nav-link.active {
   font-weight: 500;
   background-color: #f58533;
   border: 1px solid #f58533;
   border-radius: 3px;
   color: #fff;
}
div#myTabContent {
padding: 0px 10px 10px;
}
.screenerdetail-data {
box-shadow: 0 0 6px rgb(0 0 0 / 30%);
float: left;
width: 100%;
}
ul.pagination{
float: right;
margin:10px 0px !important;
}
.disclaimer_p{
margin-bottom: 0;
color: #000;
line-height: normal;
}
.screenerdata-table {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.loginbox {
   max-width: 400px;
   border-radius: 4px;
   border: 0.5px solid #979797;
   background: #FFF;
   padding: 25px;
   text-align: center;
   position: absolute;
   z-index: 9;
   top: 0;
   margin: auto;
   left: 0;
   right: 0;
   bottom: 0;
   max-height: 240px;
}
.loginbox .fa.fa-lock {
color: #fff;
background-color: #002955;
padding: 10px;
border-radius: 50%;
font-size: 28px;
width: 50px;
height: 50px;
}
.loginbox p {
color: #000;
margin-top: 14px;
font-weight: 600;
}
.planpastperformance tr:nth-child(odd) {
background-color: #fff;
}
.planpastperformance tr:nth-child(even) {
background-color: #f5f1fc;
}
table.table tr td {
font-size: 15px;
font-weight: 500;
vertical-align: middle;
white-space: nowrap;
color: #000;
padding: .5rem .4rem;
line-height: normal;
border: 1px solid #e7e1e1;
}
table.table tr th {
font-size: 15px;
font-weight: 600;
white-space: nowrap;
background-color: #002955;
color: #fff;
}
.tickername {
max-width: 160px;
min-width: 160px;
white-space: inherit !important;
}
td.tickername span {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
float: left;
width: 100%;
font-size: 14px;
}
span.positive {
background: rgb(230, 244, 234);
padding: 5px;
border-radius: 10px;
}
.tickername a {
font-size: 15px;
color:#000;
font-weight: 600;
text-decoration: none;
width: 100%;
float: left;
cursor: default;
}
a.viewreport {
border: 0.65px solid #555555;
padding: 8px 10px;
border-radius: 5px;
text-decoration: none;
font-weight: 600;
font-size: 14px;
color: #0354D6;
cursor: pointer;
}
p.tablenotes {
margin-top: 20px;
color: #000;
font-size: 14px;
}
.packagepastperformance .table {
overflow-x: auto;
margin-bottom: 0px;
}
.packagepastperformance .table-responsive::-webkit-scrollbar {
height: 15px;
width: 15px; 
}
.packagepastperformance .table-responsive::-webkit-scrollbar-track {
background-color: #EEF0FF;
border-radius: 10px;
}
.packagepastperformance .table-responsive::-webkit-scrollbar-thumb {
background: #C4CBFF;
border-radius: 10px;border: 3px solid #EEF0FF;
}
.package-item .custom-tooltip {
margin-left: 5px;
}
img.custom-tooltip-home {
width: 14px;
}
@keyframes slide{
from { background-position: 0 500; }
to { background-position: 1920px 0; }
}
@-webkit-keyframes slide{
from { background-position: 0 500; }
to { background-position: 1920px 0; }
}


table.table tbody tr td:first-child,
table.table thead tr th:first-child {
   padding-left: 15px;
   width: 350px;
   position: sticky;
   left: -1px;
   z-index: 1;
}
table.table tbody tr td:first-child{
   background-color: #fff;
}
table.table thead tr th:first-child{
   background-color: #002955;
}
table.table tbody tr td p {
   line-height: 1.2;
}

table.table thead tr th, table.table tbody tr td {
   min-width: 180px;
   text-wrap: balance;
   align-content: center;
   max-width: 200px;
}

.choice{
   background: #fff;
   position: absolute;
   z-index: 5;
   color: #fff;
   max-width: 350px;
   min-width: calc(300px - 15%);
   width: max-content;
   max-height: 300px;
   overflow: auto;
   right: 0;
   box-shadow: #00000050 0px 0px 20px 0px;
   top: 3.2rem;
}

.choice div:hover{
  background: #f68634;
}

.choice div:hover label, .choice div:hover a{
  color: #fff;
}

.choice div:hover label, .choice div:hover a{
   margin-left:0.5rem;
   transition: margin-left 300ms;
}

.choice div label, .choice div a{
   margin-left: 0;
   transition: margin-left 300ms;
   padding: 0.25rem 0.5rem;
   font-size: 14px;
   width: 100%;
   line-height: 2;
   color: #000;
}

.choice div a.active{
   background: #F89E52;
   color: #fff;
}

.choice div:not(:last-child) label, .choice div:not(:last-child) a{
   margin-bottom: 2px;
}

.choice div input[type="checkbox"]:checked + label::after {
   content: "✓";
   color: #012955;
   font-family: 'Font Awesome 6 Free';
}
.choice div input[type="checkbox"]:checked + label {
   background: #f6863450;
   color: #012955;
}

button#selectedTableFields{
   text-align: right;
   width: unset;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

button#selectedTableFields.expand{
   width: 350px;
   transition: width 5s;
   border-radius: 15px 15px 0 0;
}

.choice::-webkit-scrollbar {
   width: 3px;
}

.choice::-webkit-scrollbar-thumb {
   background-color: #f68634;
   border-radius: 4px;
}


#selectedTableFields i{
   transform:unset;
   transition: transform 300ms;
}

#selectedTableFields i.rotate180{
   transform:rotate(180deg);
   transition: transform 300ms;
}

.ratingReport {
   display: none !important;
   right: 1rem;
   z-index: 2;
   box-shadow: #00000050 0 0 20px 0;
}

.showAnalystsData:hover {
   cursor: pointer;
}

.showAnalystsData:hover+.ratingReport,
.showAnalystsData:hover .ratingReport,
.ratingReport:hover {
   display: block !important;
}

.planpastperformance table tr .ratingReport {
   transform: translate(-10.5rem, -7.5rem);
}

/* #filterButton .choice{
   width: 100%;
   min-width: max-content;
} */

#filterButton .choice li{
   background: #fff;
}

#filterButton .choice li:hover{
   background: #f68634;
}

#filterButton .choice li:hover a{
   color: #fff;
}

table, table * {
   color: #000;
}

.columnFilter .tableSearch input:focus {
   outline: none;
   border-color: transparent; /* Optional, if you also want to remove the border */
}


@media (max-width: 991.98px) {
.screenertopbar {
display: block;
}
.screenernavtabs {
margin-bottom: 15px;
}
}
@media (max-width: 767.98px) {
.choice {
    width: 310px;
}
.screenertopbar {
display: block;
}
.screenernavtabs {
display: flex;
justify-content: center;
width: auto;
margin-bottom:20px;
}
.screenertopbar-right {
column-gap: 8px;
justify-content: flex-end;
}
.screenernavtabs a.nav-link {
padding: .2rem 0.5rem;
font-size: 14px;
}
.screenernavtabs a.nav-link.active {
padding: .2rem 0.5rem;
}
.screenertopbar-right button span {
display: none;
}
.filterbyindex {
font-size: 15px;
padding: 8px 10px 8px 10px;
}
.exportlink button {
   font-size: 16px;
   padding: 10px 12px 10px 12px;
   float: left;
   height: 42px;
}
.exportlink button:after {
top: 8px;
}
}
