.filterbox {
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 5%), 0 4px 10px 0 rgb(0 0 0 / 7%);
    padding: 15px;
    border-radius: 10px;
    background-color: #002955;
    margin-bottom: 20px;
}

.filterbox .dropdown {
    position: relative;
    margin-bottom: 15px;
}

.filterbox .dropdown-list {
    padding: 10px;
    max-height: 223px;
    overflow-y: auto;
    background: #fff;
    display: none;
    border: 1px solid #948c8c;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.filterbox .dropdown-label {
    display: block;
    height: 45px;
    font-size: 16px;
    background: #fff;
    padding: 8px 35px 8px 10px;
    cursor: pointer;
    position: relative;
    border-radius: 8px;
    font-weight: 600;
    color: #000;
}

.filterbox .dropdown-label:hover {
    border: 1.3px solid #0354D6;
    box-shadow: 0px 0px 4px 5px #B1E3FF80;
    background-color: #F2F2F2;
}

.filterbox .dropdown.open .dropdown-label {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1.3px solid #0354D6;
    box-shadow: 0px 0px 4px 5px #B1E3FF80;
    background-color: #F2F2F2;
}

.filterbox .dropdown-label:before {
    content: '';
    border: 0px solid transparent;
    position: absolute;
    top: 12px;
    right: 10px;
    width: 12px;
    height: 12px;
    background: transparent;
    text-indent: -9999px;
    border-top: 3px solid #000000;
    border-left: 3px solid #000000;
    transition: all 250ms ease-in-out;
    transform: rotate(224deg);
}

.filterbox .dropdown.open .dropdown-list {
    display: block;
}

.filterbox .dropdown.open .checkbox {
    transition: 2s opacity 2s;
    opacity: 1;
    position: relative;
    line-height: normal;
}

.filterbox .dropdown.open .dropdown-label:before {
    transform: translateY(40%) rotate(42deg);
}

.filterbox .checkbox {
    opacity: 0;
    transition: opacity .2s;
    margin-bottom: 3px;
    position: relative;
}

.filterbox .checkbox:last-child {
    margin-bottom: 0;
}

.filterbox .dropdown-list input {
    position: absolute;
    left: 0px;
    top: 7px;
}

.filterbox .checkbox-custom-label {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

.filterbox .checkbox-custom-label {
    line-height: 20px;
    font-size: 15px;
    margin-right: 0;
    margin-left: 22px;
    color: black;
    font-weight: 500;
    width: 100%;
}

.filterbox .filterbox form.periodform {
    height: 45px;
}

.filterbox .dropdown-list.plansselection .checkbox {
    float: left;
    margin-right: 20px;
    line-height: normal;
}

.selectplanflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px 15px;
}

form.searchplan input {
    position: relative;
    border-radius: 120px;
    border: 1px solid #958d8d;
    padding: 2px 10px;
    float: left;
    top: 0px;
}

.selectplanflex h2 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0px !important;
}

label.dropdown-label img {
    width: 22px;
    margin-right: 8px;
}
.momentumlisttable{
    position:relative;
}
.expandbutton {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #0254d6;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute !important;
    right: 19px;
    top: 0px;
    font-weight: 600;
}

.search-container {
    position: relative;
    display: inline-block;
    margin: 4px 2px;
    height: 50px;
    width: calc(100% - 10px);
    vertical-align: bottom;
}

.mglass {
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    z-index: 999999;
    position: absolute;
    right: 0px;
}

.expandsearchbutton {
    position: absolute;
    font-size: 28px;
    width: 20px;
    margin: 0;
    padding: 0;
}

.expandsearch {
    position: absolute;
    left: 49px;
    background-color: #fff;
    outline: none;
    border: 1px solid;
    padding: 10px;
    width: 100px;
    height: 32px;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    border-radius: 120px;
}

.expandsearch::placeholder {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.expandsearch:focus {
    width: calc(100% - 20px);
    /* Bar width+1px */
}

.expandright {
    left: inherit !important;
    right: 10px !important;
    top: 10px !important;
}

p.tabnote {
    font-size: 14px;
    color: #000;
    line-height: normal;
}

.tradingaction_buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.tradingaction_buttons button,  .tradingaction_buttons a {
    border: 1px solid #0354D6;
    background-color: #fff;
    padding: 5px 10px;
    min-width: 95px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    color: #000 !important;
}

.momentumperformance {
    background-color: #fff;
    padding: 0px;
}

.momentumperformance tr:nth-child(odd) {
    background-color: #fff;
}

.momentumperformance tr:nth-child(even) {
    background-color: #f5f1fc;
}

.table-responsive.momentumperformance td a {
    color: #0254d6;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
}

.table-responsive.momentumperformance td:first-child {
    max-width: 200px;
    white-space: break-spaces;
    white-space-collapse: break-spaces;
    text-wrap: wrap;
    min-width: 200px;
    line-height: 20px;
}

.tickerstatus span {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
}

table.table tr td {
    font-size: 15px;
    font-weight: 500;
    vertical-align: middle;
    white-space: nowrap;
    color: #000;
    padding: .4rem .4rem;
    line-height: normal;
    border: 1px solid #e7e1e1;
    text-wrap: balance;
}

table.table tr th {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    background-color: #002955;
    color: #fff;
    border-right: 1px solid #8a8686;
    text-wrap: balance;
    min-width: 100px;
}

.tickername {
    max-width: 160px;
    white-space: inherit !important;
}

td.tickername span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -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: 700;
    text-decoration: none;
    width: 100%;
    float: left;
    cursor: default;
}

h4.filterheading {
    font-weight: 600;
    margin-bottom: 15px;
}

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;
}

.momentumtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.momentumtitle h2 {
    font-size: 24px;
    margin-bottom: 0px;
}

.momentumtitle p {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 500;
    color: #000;
}

.tablenav {
    margin: 20px 0px;
}

.select2-container--default .select2-selection--multiple {
    position: relative;
}

.select2-container--default .select2-selection--multiple:after {
    content: '\25BC'; /* Unicode character for dropdown arrow */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #333;
}


@media only screen and (min-width: 991.98px) {
.filterbox {
    position:sticky;
    top:100px;
}
}
