::selection {
    background-color: var(--brand-green) !important;
    color: white;
}
#portfolioWidgetCards .list-card, #myPortfolioTable .list-card {
    margin-bottom: 0;
}
.icon-bar {
    width: 22px;
    height: 2px;
    background-color: #fff;
    display: block;
    transition: all 0.2s;
    margin-top: 4px;
}
.active-0 a {
    color: red !important;
}
.navbar-toggler {
    border: none;
    background: transparent !important;
}
.navbar-collapse.show {
    display: block;
}
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
    opacity: 0;
}
.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
.header-right .btn:focus {
    box-shadow: none;
}
.bg-grey {
    background: #f8f9fe;
}
.main-image img {
    padding-top: 16px;
    padding-bottom: 16px;
    max-height: 400px;
}
.divide-img {
    min-width: 100px;
    height: 100px;
    border: none;
}
.main-section {
    position: relative;
}
.custom-card {
    margin-bottom: 30px;
    border: 0;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
}
.card-stats .card-body {
    padding: 1rem 1.5rem;
}
.bg-gradient-red {
    background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}
.bg-gradient-default {
    background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}
.bg-gradient-danger {
    background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}
.bg-gradient-orange {
    background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}
.bg-gradient-green {
    background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}
.bg-gradient-info {
    background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}
.btn-neutral {
    color: #212529;
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.icon-shape {
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.badge-neutral {
    color: #212529;
    background-color: #fff;
}
.card-deck .card {
    margin-bottom: 30px;
}
.custom-table .thead-light th {
    color: #8898aa;
    background-color: #f6f9fc;
}
.card .custom-table td,
.card .custom-table th {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.custom-table thead th {
    font-size: 0.65rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #e9ecef;
}
.main-section:after {
    content: "";
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group,
input.test-value-input {
    max-width: 120px;
    margin: auto;
}
.input-group input {
    font-size: 1rem !important;
}
.save-reset a {
    padding: 0.175rem 0.4rem;
    font-size: 0.8rem;
}
.input-group.with-buttons button {
    padding: 0.1rem 0.8rem !important;
}
.input-group.with-buttons input {
    height: 2rem;
}
.hidden-content {
    display: none;
}
.hidden-content.active {
    display: block;
}
.quantity-value {
    text-align: center;
    display: block;
    line-height: 2.3;
}
.edit-quantity {
    float: right;
    font-size: 0.9rem;
}
/* homepage */
.mainbanner {
    height: 550px;
}
.mainbanner .owl-item .item > img {
    height: 550px;
    object-fit: cover;
}
/* shop page */
.filter-block .list-group-item {
    border: none;
    padding-top: 0;
}
.product-thumb {
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.product-thumb:hover {
    box-shadow: 0px 0px 39px 1px rgba(0, 0, 0, 0.1);
}
.cart-items .table td,
.table th {
    vertical-align: middle;
}
.cart-right-details {
    background-color: #f5f5f5;
    padding: 32px 30px 35px;
    margin-top: 13px;
}
.cart-right-details .table td {
    padding: 0.4rem;
}
.cart-items .table td input {
    text-align: center;
}
.buttons {
    margin-top: 108px;
}
/* checkout */
.checkout .divide-img {
    min-width: 60px;
    height: 60px;
    border: none;
}
.form-element form .form-control {
    height: 50px;
    border: 1px solid #ebebeb;
    outline: none;
}
.user-info p {
    margin-bottom: 0;
}
/* pagination */
.category-page-wrapper .page-link {
    border: none;
    color: #404040;
}
.category-page-wrapper .page-item.active .page-link {
    background-color: #f28b00;
    color: #fffefe;
    border-color: #f28b00;
    border-radius: 50%;
}
.list-users table i {
    font-size: 22px;
    color: #2196f3;
}
.list-users table.table th a {
    font-weight: bold;
    color: #566787;
    display: inline-block;
    text-decoration: none;
}
table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}
.searchcomp {
    text-align: center;
}
.nav-link {
    color: #000000;
    font-weight: 500;
    position: relative;
    /* text-transform: uppercase; */
    white-space: nowrap;
}
.searchcomp .searchbox {
    background-color: #fff;
    border: none;
    outline: none;
    height: 50px;
    font-size: 18px;
    border-radius: 35px;
    transition: width 0s ease-in;
    background-position: 19px 10px;
    background-repeat: no-repeat;
    background-size: 34px 34px;
}
.compoundingCompSearch {
    text-align: center;
}
.compoundingCompSearch .searchbox {
    background-color: #fff;
    border: none;
    outline: none;
    height: 70px;
    font-size: 18px;
    box-shadow: 0 5px 30px rgba(8, 255, 0, 0.2);
    padding: 15px 15px 15px 70px;
    border-radius: 35px;
    transition: width 0s ease-in;
    background-position: 19px 19px;
    background-repeat: no-repeat;
    background-size: 34px 34px;
}
.mainbanner {
    min-height: 75vh;
    background-color: #fff !important;
    /*background-image: url("../image/main_banner.png");*/
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.dropdown a {
    color: #000000;
    text-shadow: none;
}
.navbar li a:hover {
    /* color: white; */
}
label {
    font-weight: 500 !important;
}
.second-nav {
    float: left;
    margin-right: 5px;
}
.second-nav a {
    color: #000000;
    text-shadow: none !important;
}
.second-nav.active a {
    color: black;
}
.meter-gauge-img img {
    height: 100px !important;
}
#subNavbar a {
    color: #000;
}
.subNavbar {
    background-color: #fff !important;
    padding: 0 1.5rem;
}
.glass-badge {
    background-color: #e3ebdf;
    padding: 8px;
    font-weight: 400;
}
.min-danger-badge {
    background-color: #e7a4aa;
    padding: 8px;
    font-weight: 400;
}
.bg-success {
    background-color: #267a34 !important;
    padding: 8px;
    font-weight: 400;
    align-items: center;
    color: white;
}
.content {
    padding: 0.5rem 1rem;
}
.output.active {
    background: #fff;
    width: 100%;
    padding: 15px;
    max-height: 300px;
    text-align: left;
    border-bottom: solid 30px #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    z-index: 999 !important;
    overflow-y: scroll;
}
.list {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    padding: 8px;
    font-weight: 500;
    text-transform: capitalize;
}
a:hover {
    color: green;
}
html {
    scroll-behavior: smooth;
    scroll-margin: 80px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 99;
    padding: 4px;
}
.sticky + .content {
    padding-top: 60px;
}
.canvasjs-chart-credit {
    display: none;
}
.ninja {
    z-index: 99;
}
.h2 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #000;
}
.h4 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #000;
}
#menu .navbar-toggler {
    background-color: #000 !important;
    padding: 10px;
}
.topsearchinner {
    position: absolute;
    width: 22rem;
    z-index: 999 !important;
    left: 2%;
    transition: width 500ms ease-in;
}
.card-box {
    box-shadow: 0 5px 30px rgb(8 255 0 / 24%) !important;
}
.navbar {
    /* padding: 0px !important; */
}
.navbar li a {
    color: black;
    font-size: 0.8em;
}
.rounded-card {
    border-radius: 1.25rem !important;
}
.home-card {
    padding: 6px;
}
.col-home-card {
    padding-left: 3px !important;
    padding-right: 3px !important;
    min-width: 220px;
    min-height: 110px;
}
.bg-light-green {
    background-color: #48c462;
}
.market-cards {
    overflow: scroll;
    white-space: nowrap;
}
:root {
    --header-height: 60px;
}
/*
[id] {
  scroll-margin-top: calc(var(--header-height) + 2rem);
} */
.profile-icon {
    font-size: 30px !important;
}
.company-essential {
    line-height: 1.6rem;
}
.footer-title {
    color: white;
}
footer,
footer a,
.footer-bottom a {
    color: #333;
    text-decoration: none;
}
footer .play-btns img {
    height: 30px;
}
ul li .nav-link:hover {
    color: var(--brand-green);
}
.nav-pills .nav-link.active,
.nav-pills .show .nav-link {
    background-color: transparent;
    color: black;
    border-bottom: 2px solid var(--brand-green);
    border-radius: 0px;
}
/* for alert page */
#peers .btn:focus-visible{
background-color: var(--brand-green) !important;
}
#alertId .nav-pills .nav-link.active{
background-color: var(--brand-green);
color: white;
border:0;
border-top-right-radius: 1rem;
border-bottom-right-radius: 0.2rem;
}
#alertId .nav-pills .nav-link:hover{
    /* color: green; */
}
.ipo-company-head {
    display: flex;
}
.user-boids {
    padding: 12px !important;
}
.portfolio-essentials {
    padding: 4px;
}
/* .select2-container .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px) !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: calc(1.5em + 0.75rem + 2px) !important;
}
.select2-container--default .select2-selection--single {
        border-radius: 5px;
        width:100%;
        height: 45px !important;
        border:1px solid var(--brand-black-25);
} */
.select2-selection--single {
    border-radius: 5px;
    width: 100% !important;
    height: 45px !important;
    border: 1px solid var(--brand-black-25) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.select2-container .select2-selection--multiple {
    min-height: 45px !important;
    border: 1px solid var(--brand-black-25) !important;
}
#portfolioPage .select2-selection--single{
    height:36px !important;
}
.select2-selection.select2-selection--single {
    display: flex;
    align-items: center;
    justify-content: start;
}
.select2-selection__rendered {
    color: var(--brand-black-75) !important;
    font-size: 16px;
}
.bg-opacity-danger {
    background-color: rgba(255, 0, 0, 0.25);
}
.bg-opacity-success {
    background-color: rgba(0, 255, 0, 0.25);
}
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: "Roboto", sans-serif;
    min-width: 400px;
}
.styled-table thead tr {
    background-color: #008000;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
#swotId a {
    text-transform: uppercase !important;
}
.fw-500 {
    font-weight: 550;
}
.dt_fy_filter_class{
    display: inline-block;
    float: right;
    margin-left: 1.4rem;
    width: 150px;
}
.dt_fy_filter_class .select2-selection--single {
height: 33px !important;
}


#active_mutual_fund_length {
    padding-left: 10px !important;
}

.dataTables_filter input {
    padding: 10px 25px 10px 35px !important;
    height: 34px;
    border-radius: 20px !important;
}
