html,
body {
    font-family: var(--bs-font-manrope);
    color: #000;
    overflow-x: hidden;
}

p {
    font-size: 16px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

a:hover {
    color: #1c55ca;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.search {
    right: 16.5rem;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: rgba(215, 249, 221, 1);
        background: rgb(225, 255, 239);
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }
}

.nav-scroller .nav {
    color: rgba(255, 255, 255, .75);
}

.nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

.nav-scroller .nav-link:hover {
    color: #007bff;
}

.nav-scroller .active {
    font-weight: 500;
    color: #343a40;
}

.bg-purple {
    background-color: #6f42c1;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #e1ffef !important;
    box-shadow: 0px 1px 8px 0px #8888888a;
}

.btn-custom {
    background: linear-gradient(186deg, #80f5b5 -8.12%, rgb(116 123 119 / 20%) 100%);
    width: 10.125rem;
    height: 3.25rem;
    border-color: rgba(215, 249, 221, 1);
    border-radius: 0.375rem;
    border: none;
}

.btn-custom-full {
    background: linear-gradient(221.18deg, #77D183 38.9%, #23AA8F 75.87%);
    width: 10.125rem;
    height: 3.25rem;
    border-color: rgba(215, 249, 221, 1);
    border-radius: 0.375rem;
    border: none;
}

.navbar-nav {
    margin: auto;
}

.cool-link {
    font-size: 16px;
    font-family: Manrope !important;
    font-style: normal;
    line-height: 24px;
    position: relative;
    display: inline-block;
    /* IMPORTANT */
}

.cool-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #37bc73;
    transition: width .3s ease;
}

.cool-link:hover::after {
    width: 100%;
}

:focus-visible {
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.IPOs-bg {
    width: auto;
    color: #e1ffef;
    font-family: 'Manrope';
}

.bi-file-earmark-pdf-fill {
    color: #DC2626;
}

.open-account-section {
    padding: 80px;
}

.bg-1 {
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: top;
}

.img-fluid {
    z-index: 111;
    position: relative;
}

.text-custom {
    position: absolute;
    width: 17.5rem;
    height: 1.688rem;
    left: 6.375rem;
    top: 29.25rem;
    font-style: normal;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.688rem;
    display: flex;
    align-items: center;
    color: #000000;
}

.box-custom {
    position: absolute;
    width: 45.938rem;
    height: 25.188rem;
    left: 68rem;
    top: 17rem;
    background: #C7F8DD;
    border-radius: 4.875rem 0rem 0rem 0rem;
}

.open-account-button {
    height: 3.25rem;
    right: 0rem;
    background: linear-gradient(221.18deg, #77D183 38.9%, #23AA8F 75.87%);
    border-radius: 0.5rem;
    border: none;
    color: #000000;
    width: 9.5rem;
}

.open-account-button-center {
    position: absolute;
    left: 6.375rem;
    top: 33.625rem;
}

.card-ipo {
    border: 1px solid rgb(0 0 0 / 15%);
}

.card-ipo-img {
    border: none;
    text-align: center;
    background: rgba(210, 245, 226, 1);
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.text-ipos {
    margin: 0.438rem;
    padding: 0.5rem;
}

.text-ipos-custom {
    padding: 0.75rem;
    white-space: nowrap;
}

.iops-section {
    background-color: #FAFAFA;
    padding: 80px;
}

.title-ipos {
    margin-bottom: 5rem;
    font-weight: 600;
    font-size: 2.5rem;
    color: #000000;
}

.ipos-view-all {
    text-align: center;
    text-decoration: none;
    margin: auto;
    width: 10.125rem;
    color: #353760;
    background: #FFFFFF;
    border: 0.063rem solid #353760;
    border-radius: 0.5rem;
    padding: 0.625rem;
}

.title-why-open-account {
    margin-top: 7.625rem;
    margin-bottom: 3.438rem;
}

.open-account-title-1 {
    position: absolute;
    font-size: 6.875rem;
    display: flex;
    font-weight: 400;
    align-items: center;
}

.open-account-img-1 {
    width: 18.209rem;
    height: 13.063rem;
    margin: auto;
    display: flex;
    align-items: center;
}

.open-account-text-title-1 {
    position: absolute;
    width: 15.029rem;
    height: 2.249rem;
    right: 49.778rem;
    top: 103.994rem;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.25rem;
    display: flex;
    align-items: center;
    color: #000000;
}

.open-account-text-1 {
    position: absolute;
    width: 50.938rem;
    height: 3.375rem;
    right: 13.813rem;
    top: 106.625rem;
    line-height: 1.688;
    display: flex;
    align-items: center;
}

.open-account-frame-img-1 {
    position: absolute;
    height: 5.938rem;
    left: 47.21rem;
    top: 0.786rem;
    transform: rotate(8deg);
}

.open-account-title-2 {
    position: absolute;
    font-size: 6.875rem;
    display: flex;
    font-weight: 400;
    align-items: center;
    left: 21.063rem;
}

.open-account-text-title-2 {
    position: absolute;
    height: 5.249rem;
    right: 65.77799999999999rem;
    top: 118.99400000000003rem;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.25rem;
    display: flex;
    align-items: center;
    color: #000000;
}

.open-account-text-2 {
    position: absolute;
    width: 50.938rem;
    height: 3.375rem;
    right: 36.25rem;
    top: 122.625rem;
    line-height: 1.688;
    display: flex;
    align-items: center;
}

.open-account-frame-img-2 {
    position: absolute;
    height: 5.938rem;
    left: -1.79rem;
    top: 6.786rem;
    transform: rotate(336deg);
}

.open-account-img-2 {
    width: 18.209rem;
    height: 13.063rem;
    margin-left: 150px;
}

.open-account-title-3 {
    position: absolute;
    font-size: 6.875rem;
    display: flex;
    font-weight: 400;
    align-items: center;
}

.open-account-img-3 {
    width: 18.209rem;
    height: 13.063rem;
    margin: auto;
    display: flex;
    align-items: center;
}

.open-account-text-title-3 {
    position: absolute;
    height: 67.249rem;
    right: 49.778rem;
    top: 103.994rem;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.25rem;
    display: flex;
    align-items: center;
    color: #000000;
}

.open-account-text-3 {
    position: absolute;
    width: 50.938rem;
    height: 3.375rem;
    right: 13.813rem;
    top: 138.625rem;
    line-height: 1.688;
    display: flex;
    align-items: center;
}

.open-account-frame-img-3 {
    position: absolute;
    height: 5.938rem;
    left: 47.21rem;
    top: 0.786rem;
    transform: rotate(8deg);
}

.open-account-title-4 {
    position: absolute;
    font-size: 6.875rem;
    display: flex;
    font-weight: 400;
    align-items: center;
    left: 21.063rem;
}

.open-account-text-title-4 {
    position: absolute;
    height: 5.249rem;
    right: 37.77799999999999rem;
    top: 150.99400000000003rem;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.25rem;
    display: flex;
    align-items: center;
    color: #000000;
}

.open-account-text-4 {
    position: absolute;
    width: 50.938rem;
    height: 3.375rem;
    right: 36.25rem;
    top: 155.625rem;
    line-height: 1.688;
    display: flex;
    align-items: center;
}

.open-account-frame-img-4 {
    position: absolute;
    height: 5.938rem;
    left: -1.79rem;
    top: 6.786rem;
    transform: rotate(336deg);
}

.open-account-img-4 {
    width: 18.209rem;
    height: 13.063rem;
    margin-left: 150px;
}

.open-account-title-5 {
    position: absolute;
    font-size: 6.875rem;
    display: flex;
    font-weight: 400;
    align-items: center;
    margin-left: -120px;
    margin-top: -36px;
}

.open-account-title-6 {
    font-size: 6.875rem;
    display: flex;
    font-weight: 400;
}

.open-account-img-5 {
    width: 18.209rem;
    height: 13.063rem;
    margin: auto;
    display: flex;
    align-items: center;
}

.open-account-text-title-5 {
    position: absolute;
    height: 67.249rem;
    right: 43.778rem;
    top: 135.994rem;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.25rem;
    display: flex;
    align-items: center;
    color: #000000;
}

.open-account-text-5 {
    position: absolute;
    width: 50.938rem;
    height: 3.375rem;
    right: 13.15rem;
    top: 170.625rem;
    line-height: 1.688;
    display: flex;
    align-items: center
}

.open-account-frame-img-5 {
    position: absolute;
    height: 5.938rem;
    left: 47.21rem;
    top: 0.786rem;
    transform: rotate(8deg);
}

.top-discount-brokers {
    background-color: rgb(210, 245, 226);
    color: #d2f5e2;
    width: auto;
    height: 470px;
    color: #000000;
}

.top-discount-brokers-bg {
    position: relative;
}

.top-discount-brokers-bg:before {
    content: "";
    position: absolute;
    background-image: url('../img/top-discount-brokers-in-India-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.2;
}

.title-top-discount-brokers {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    color: #000000;
    padding-top: 80px;
    position: relative;
}

.top-full-service-brokers {
    margin-bottom: 80px;
}

.top-discount-brokers-box-img {
    margin: auto;
    padding: 15px;
}

.top-full-service-brokers-img {
    padding: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.top-full-service-brokers-box {
    width: 112px;
    height: 105px;
    border: none;
    margin: auto;
    text-align: center;
}

.top-full-service-brokers-text {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.blog-item {
    background: #F3F4FD;
}

.blog-card {
    border: none;
    width: 393px;
    height: 210px;
    margin-bottom: 60px;
}

.blog-text {
    position: absolute;
    padding-top: 140px;
    margin: 10px;
    color: white;
    font-weight: 500;
}

.blog-card {
    width: 393px;
    height: 210px;
    border-radius: 15px;
    padding: 1.5rem;
    background: white;
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: 0.4s ease-out;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}

.blog-card:hover:before {
    opacity: 1;
}

.blog-card:hover .info {
    opacity: 1;
    transform: translateY(0px);
}

.blog-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 393px;
    height: 210px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
}

.blog-card img {
    width: 393px;
    height: 210px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
}

.blog-card .info {
    position: relative;
    z-index: 3;
    color: white;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s;
}

.blog-card .info h1 {
    margin: 0px;
}

.blog-card .info .blog-text {
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 8px;
}

.blog-card .info button {
    padding: 0.6rem;
    outline: none;
    border: none;
    border-radius: 3px;
    background: white;
    color: black;
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s ease;
}

.blog-card .info button:hover {
    background: dodgerblue;
    color: white;
}

.faq {
    width: 100%;
    height: 649px;
    background: #FFFFFF;
    background-image: url(../img/faq.html), url(../img/faq2.html);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
}

.faq-title {
    padding-top: 80px;
    text-align: center;
    margin-bottom: 60px;
}

.accordion-item {
    border: 1px solid #f5eded;
    border-radius: 5px;
}

.accordion-button {
    background-color: #f1ecec;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    background: rgba(244, 244, 244, 1);
}

.accordion-button:focus {
    color: #000000;
}

.accordion-button:not(.collapsed) {
    color: #000000;
}

.accordion-button:focus {
    box-shadow: none;
}

.footer-start {
    background-color: #14213D;
    color: white;
}

.footer-end {
    background-color: #2F3C5B;
    padding: 10px;
    border-top: 1px solid #2F3C5B;
}

.footer-custom {
    padding: 15px;
}

.title-stock-brokers {
    padding-top: 80px;
    margin-bottom: 80px;
    font-weight: 600;
    font-size: 2.5rem;
    color: #000000;
}

.featurette-heading {
    margin-top: 3rem;
}

.page-bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #D2F5E2 -8.12%, rgba(225, 255, 239, 0) 15%);
    border-radius: 8px;
}

.text-stock-brokers {
    margin: 0.438rem;
    padding: 0.5rem;
}

.text-stock-brokers-custom {
    font-size: 1rem;
    white-space: nowrap;
    padding: 0.75rem;
}

.stock-brokers-text {
    color: #000000;
    text-align: end;
    font-weight: 500;
    padding: 12px;
}

.stock-brokers-link {
    color: #2BA445;
}

.stock-brokers-link:hover {
    color: #000000;
}

.card-stock-brokers-img {
    border: none;
    text-align: center;
    background: rgba(210, 245, 226, 1);
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.stock-brokers-brand {
    font-size: 24px;
}

.stock-brokers-star {
    font-size: 18px;
}

.card-broker-comparison-box:hover {
    border: 1px solid rgb(173 228 182);
    cursor: pointer;
    box-shadow: rgb(88 255 28 / 16%) -5px 5px, rgb(80 255 28 / 16%) -10px 10px;
}

.bi-check-circle-fill {
    color: #2BA445;
}

.bi-x-circle-fill {
    color: #CCCCCC;
}

.bi-star-fill {
    color: #ffc738;
}

.open-account-page-bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #D2F5E2 -8.12%, rgba(225, 255, 239, 0) 45%);
    border-radius: 8px;
}

.title-open-account {
    font-weight: 600;
    font-size: 32px;
    margin-top: 30px;
}

.card-open-account {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    border: none;
    margin-top: 80px;
    margin-bottom: 60px;
}

.account-form {
    padding: 60px;
}

.account-form input {
    background: #F4F4F4;
    border-radius: 8px;
    height: 44px;
    border: none;
}

.account-form .form-control:focus {
    color: #000000;
    background: #F4F4F4;
    border-radius: 8px;
    height: 44px;
    outline: 0;
    box-shadow: none;
}

.btn-open-account {
    background: linear-gradient(221.18deg, #77D183 38.9%, #23AA8F 75.87%);
    width: 10.125rem;
    height: 3.25rem;
    border-color: rgba(215, 249, 221, 1);
    border-radius: 0.375rem;
    border: none;
    margin-top: 30px;
}

.open-your-demat-account-model {
    backdrop-filter: blur(8px);
}

.modal-dialog .modal-header {
    border-bottom: none;
}

.open-account-model-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    border: 0;
    border-radius: 0.375rem;
    opacity: .5;
    cursor: pointer;
    font-size: 22px;
}

.modal-account-box {
    padding: 15px;
    text-align: center;
}

.title-open-your-demat-account {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}

.open-your-demat-account-img {
    margin-bottom: 20px;
}

.popular {
    margin: 0px auto;
    max-width: 1400px;
}

.btn-open-account-modal {
    background: linear-gradient(221.18deg, #77D183 38.9%, #23AA8F 75.87%);
    width: 10.125rem;
    height: 3.25rem;
    border-color: rgba(215, 249, 221, 1);
    border-radius: 0.375rem;
    border: none;
    margin-top: 30px;
    margin-bottom: 20px;
}

.broker-comparison-page-bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #D2F5E2 -8.12%, rgba(225, 255, 239, 0) 70%);
    border-radius: 8px;
}

.title-broker-comparison {
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 600;
    font-size: 2.5rem;
    color: #000000;
}

.broker-comparison-body {
    text-align: center;
    cursor: pointer;
}

.broker-comparison-card {
    margin-bottom: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    border: none;
    padding: 9px;
}

.broker-comparison-card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.btn-broker-comparison {
    background: #F4F4F4;
    width: 10.125rem;
    height: 3.25rem;
    border-color: rgba(215, 249, 221, 1);
    border-radius: 0.375rem;
    border: none;
    margin-bottom: 60px;
    color: #A6A6A6;
}

.broker-comparison-icon {
    font-size: 25px;
    margin-right: 15px;
}

.broker-comparison-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    border: 0;
    border-radius: 0.375rem;
    opacity: .5;
    cursor: pointer;
    font-size: 22px;
}

.broker-comparison-model {
    backdrop-filter: blur(8px);
}

.modal-broker-comparison-box {
    padding: 15px;
    text-align: center;
}

.btn-broker-comparison-view {
    background: linear-gradient(221.18deg, #77D183 38.9%, #23AA8F 75.87%);
    width: 10.125rem;
    height: 3.25rem;
    border-color: rgba(215, 249, 221, 1);
    border-radius: 0.375rem;
    border: none;
    margin-top: 30px;
    margin-bottom: 20px;
}

.btn-broker-comparison-view:hover {
    background: linear-gradient(221.18deg, #23AA8F 38.9%, #77D183 75.87%);
    width: 10.125rem;
    height: 3.25rem;
    border-color: rgba(215, 249, 221, 1);
    border-radius: 0.375rem;
    border: none;
    margin-top: 30px;
    margin-bottom: 20px;
}

.text-broker-comparison {
    margin-top: 20px;
}

.broker-comparison-box-link {
    cursor: pointer;
}

.broker-comparison-details-star {
    font-size: 18px;
}

.broker-comparison-details-btn {
    background: rgb(255, 255, 255);
    color: #2BA445;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 8%);
    border-radius: 0px;
    width: 180px;
    height: 40px;
    border: 1px solid #87e69c;
}

.accordion-btn-comparison {
    font-weight: 600;
    font-size: 1.3rem;
}

.bg-comparison-details {
    background: #F4F4F4;
    padding: 15px;
    font-weight: 600;
}

.border-line {
    border-bottom: .8px solid #cccccc4f;
    padding: 10px
}

.border-line-comparison {
    border: 0.8px solid #CCCCCC;
    margin: 0px;
}

.colors-icon {
    color: red;
    margin-left: 10px;
}

a {
    text-decoration: none;
    color: #000000;
}

.btn-ipos {
    width: 17%;
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    border: 1px solid #34333369;
    border-radius: 10px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    background-color: #fff;
    padding: 17px 60px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
}

.btn-ipos span {
    position: relative;
    z-index: 1;
}

.broker-icon-tf {
    font-size: 1rem;
}

.btn-ipos:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 490%;
    width: 140%;
    background: #e1ffef;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn-ipos:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.card-ipos {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transition: all 0.6s ease;
}

.card-ipos:hover {
    cursor: pointer;
    box-shadow: rgb(88 255 28 / 16%) -10px 10px, rgb(80 255 28 / 16%) -20px 20px;
}

.card-broker:hover {
    box-shadow: 1px 3px 11px 3px #a9f3cb !important;
    cursor: pointer;
    transition: box-shadow .3s ease-in;
    -webkit-transition: box-shadow .3s ease-in;
}

.flex-lg-row-reverse {
    margin-top: 70px;
}

.title-top-discount-brokers-box {
    height: 100px;
}

.title-top-discount-brokers-box:hover {
    border: 1px solid rgb(173 228 182);
    cursor: pointer;
    box-shadow: rgb(88 255 28 / 16%) -5px 5px, rgb(80 255 28 / 16%) -10px 10px;
}

.stock-brokers-button-right {
    background: rgb(255, 255, 255);
    color: #2BA445;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
    width: 180px;
    height: 40px;
    border: 1px solid #87e69c;
    position: absolute;
    margin-top: -85px;
    margin-left: -165px;
    border-radius: 5px;
}

.stock-brokers-button-span {
    display: block;
}

.stock-brokers-button-right::before,
.stock-brokers-button-right::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #2BA445;
}

.stock-brokers-button-span::before,
.stock-brokers-button-span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #2BA445;
}

.stock-brokers-button-right:hover::before,
.stock-brokers-button-right:hover::after {
    width: 100%;
}

.stock-brokers-button-right:hover .stock-brokers-button-span::before,
.stock-brokers-button-right:hover .stock-brokers-button-span::after {
    height: 100%;
    border-radius: 30px;
}

.stock-brokers-button-right::after {
    left: 0;
    bottom: 0;
    transition-delay: 0.6s;
}

.stock-brokers-button-right .stock-brokers-button-span::after {
    transition-delay: 0.4s;
    right: 0;
    bottom: 0
}

.stock-brokers-button-right::before {
    right: 0;
    top: 0;
    transition-delay: 0.2s;
}

.stock-brokers-button-right .stock-brokers-button-span::before {
    transition-delay: 0s;
    left: 0;
    top: 0;
}

.stock-brokers-button-right:hover::after {
    transition-delay: 0s;
}

.stock-brokers-button-right:hover .stock-brokers-button-span::after {
    transition-delay: 0.2s;
}

.stock-brokers-button-right:hover::before {
    transition-delay: 0.4s;
}

.stock-brokers-button-right:hover .stock-brokers-button-span::before {
    transition-delay: 0.6s;
}

.open-account {
    position: relative;
    margin: 0px;
}

.stock-brokers-button {
    border-radius: 8px;
    height: 40px;
    border: none;
    font-size: 1rem;
    color: #000;
    border: 3px solid #EAECFF;
    background-image: linear-gradient(30deg, #EAECFF 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    transition: background 300ms ease-in-out;
}

.stock-brokers-button:hover {
    background-position: 100%;
    color: #ffff;
    background-color: #2BA445;
}

.scrollTop {
    position: fixed;
    right: 2%;
    bottom: 10px;
    width: 50px;
    height: 50px;
    background-color: #2ef289;
    padding: 4px 0px 0px 10px;
    border-radius: 50px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
    font-size: 30px;
    color: #fff;
}

.attention-required {
    border-radius: 10px;
    background: linear-gradient(180deg, #E7EEFE 0%, #DBF4DF 100%);
}

.normal-card-width {
    padding: 30px 10px 30px 0px;
    height: 10rem;
    text-align: left;
}

.card-width:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    transition: 0.5s ease;
}

.hover-card-shadow:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    transition: 0.5s ease;
}

.sector {
    background-color: #EEF5F9;
    margin: 0px auto;
}

.yearly tbody .sector-inner td {
    background-color: #EEF5F9 !important;
}

.sector-green {
    background-color: #35A848;
    margin: 0px auto;
}

.sector-img {
    width: 4rem;
    margin: 1.5rem auto 0.5rem;
}

.shadow-own {
    box-shadow: -12px 14px 14px 0px rgba(20, 33, 61, 0.01);
}

.fit-card {
    width: 12rem;
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--gray-white, #FFF);
    box-shadow: -12px 14px 14px 0px rgba(20, 33, 61, 0.01);
}

.sector-full-width {
    background: var(--primary-light-blue, #EEF5F9);
}

.blue-full-width {
    background: var(--primary-light-blue, #14213D);
}

.table-shadow {
    box-shadow: 1px 14px 14px 0px rgba(20, 33, 61, 0.02);
}

.success-circle {
    background-color: #35A848;
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    padding: 7px 16px;
}

.text-btn-primary-with-border {
    --bs-text-opacity: 1;
    color: #14213D;
    border: 1px solid #14213D !important;
}

.text-btn-primary-with-border-white {
    --bs-text-opacity: 1;
    color: #fff;
    border: 1px solid #fff !important;
}

.testinomial {
    flex-shrink: 0;
    box-shadow: -12px 14px 14px 0px rgba(20, 33, 61, 0.05);
    border: 1px solid #DDE0E5;
}

.News {
    flex-shrink: 0;
}

.news-date {
    top: 5%;
    left: 2%;
}

.our-office {
    background-color: #202C48;
}

.navbar .container-fluid.show {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.img-fit-width {
    width: 6rem;
}

.plant my-sm-2 {
    margin: 2rem auto;
}

.bull {
    width: 100%;
    z-index: -9999;
}

.Line-dotted {
    width: 100%;
    left: 0rem;
    top: 22rem;
    z-index: -99999;
}

.Bulb {
    right: 13rem;
    width: 5%;
    top: 18rem;
}

.main-trade {
    margin: 10rem auto 5rem;
}

.drhp-img {
    width: 10rem;
}

.global-share-search:focus {
    box-shadow: none;
}

.navbar-nav .nav-item.active {
    font-weight: 700 !important;
}

.nav-item.active ::after {
    width: 100%;
    transition: width .3s;
    height: 2px;
    font-weight: 800;
    background: #37bc73;
}

@media only screen and (max-width: 1495px) {
    .navbar-brand img {
        width: 200px;
    }
}

.text-light-success {
    color: #35A848;
}

.become-partner-full-width {
    background: linear-gradient(135deg, #DCE7FF 0%, #CCF1D2 100%);
}

.btn-style:hover {
    background: #fff !important;
    color: #14213D !important;
    transition: 0.5s ease !;
}

.btn-color-hover:hover {
    background: #14213D !important;
    color: #fff !important;
    transition: 0.5s ease !;
}

.get-card {
    width: 297px;
    height: 293px;
    background: #F7FBFA;
    flex-shrink: 0;
}

.get-img {
    width: 50px;
    height: 50px;
    margin: 1.5rem auto 0rem;
}

.faq-bg {
    background-image: url(../img/side-color.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.platform {
    height: 440px;
    background: var(--primary-dark-blue, #14213D);
}

.team {
    height: 440px;
    background: var(--primary-dark-blue, #14213D);
}

.buy-sell-video {
    left: 0;
    position: absolute;
    right: 0;
    top: 15rem;
    margin: 0px auto;
    background: transparent;
}

.video-thumb {
    position: absolute;
    left: 0;
    right: 0;
    width: 98%;
}

.reach {
    margin-top: 25rem;
}

.search {
    z-index: 999;
    background: #fffffff0;
}

.Our-team {
    margin-top: 35rem;
}

.has-icon-right .bi-search {
    top: -1.8rem;
    position: absolute;
}

.has-icon-left .form-control {
    padding-left: 2.5rem;
}

.stocks {
    overflow: auto;
    width: fit-content;
    padding: 0rem 0.563rem;
    margin: 0.525rem 0.625rem;
}

.table-height {
    height: 80px;
}

.bg-card-title {
    background-color: #F7F7F7;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: #35A848;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.lunched {
    width: 18.75rem;
}

.sell-group {
    position: relative;
    margin-top: -48px;
    z-index: 99999;
    border-radius: 0px 0px 10px 10px;
    overflow: auto;
}

.li-color {
    width: 19px;
    background: #35A848;
    height: 19px;
    border-radius: 50%;
    padding: 1px 4px;
    color: #fff;
}

.Search:focus {
    outline: none;
    box-shadow: none
}

.color-bullets li::marker {
    color: #35A848;
    font-size: 1rem;
}

.share-buy-sell .nav-link.active {
    color: #35A848 !important;
    border-bottom: 2px solid #35A848 !important;
    transition: 0.5s ease;
}

.month-progress .nav-link.active {
    color: #35A848 !important;
    background-color: #F0F8F3;
    border-radius: 32px;
    transition: 0.5s ease;
}

.news-email {
    right: 0.9rem;
    top: 2rem;
}

table td {
    font-weight: 500;
}

table th {
    font-weight: 800;
}

.max-vw-100 {
    min-width: 640px;
}

.user-image {
    width: 52px;
    height: 52px;
}

.review .wrapper {
    display: flex;
    flex-direction: column;
}

.review .wrapper .comment {
    display: grid;
    gap: 20px;
    user-select: none;
}

.review .wrapper .comment .content {
    display: grid;
    grid-template-columns: auto 1fr 0px;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
}

.review .wrapper .comment .content .avatar {
    height: 48px;
    width: 48px;
}

.review .wrapper .comment .content .rate .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
    border-radius: 999px;
    width: 32px;
    height: 32px;
}

.review .wrapper .comment .content .rate .btn:hover {
    border-color: #969696;
}

.review .wrapper .comment .content-comment {
    flex: 1;
    display: block;
    text-align: justify;
}

.review .wrapper .comment .content-comment .user {
    gap: 12px;
    margin-bottom: 6px;
    align-items: center;
}

.review .wrapper .comment .content-footer {
    margin-top: 12px;
    gap: 12px;
    display: flex;
    align-items: center;
}

.review .wrapper .subcomment {
    display: flex;
    align-items: flex-start;
}

.review .wrapper .subcomment .icon {
    width: 48px;
    height: 48px;
    color: #969696;
    display: flex;
    margin-right: 16px;
    align-items: center;
    justify-content: center;
}

.review .wrapper .subcomment .other_comments {
    flex: 1;
    display: grid;
    gap: 20px;
}

.review h5 {
    color: #1c1c1c;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.review .is-mute {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #969696;
}

.table>:not(caption)>*>* {
    padding: 0.6rem 1rem 0.6rem 0.5rem;
}

.right-down {
    background-image: url(../img/right-up.png);
    content: "";
    background-repeat: no-repeat;
    text-align: left;
}

.cagr-th {
    width: 200px;
}

.checkbox-mine {
    width: 1.25rem !important;
    height: 1.25rem !important;
}

.checkbox-mine:checked[type=checkbox] {
    --bs-form-check-bg-image: url("../img/check2.svg")
}

.mw-13 {
    min-width: 13rem;
}

.mw-10 {
    min-width: 10rem;
}

.img-rotate:hover {
    transform: rotate(360deg);
    transition: 0.5s ease;
    cursor: pointer;
}

.front-img {
    width: 20%;
}

.footer-effect li a {
    color: #ddd;
}

.footer-effect li a:hover {
    color: #35A848;
    transition: 0.5s ease;
    padding-left: 0.5rem !important;
    font-weight: 700 !important;
}

.news-img-container {
    height: 300px;
    overflow: hidden;
}

.news-img-container img {
    object-fit: fill;
    transition-duration: 0.5s;
    width: 100%;
    height: 100%;
}

.news-img-container:hover img {
    scale: 1.1;
}

.w-40 {
    width: 40%;
}

.w-15 {
    width: 15%;
}

.result-container {
    background-color: #fff;
    z-index: 990;
}

.border-custom {
    border: 1px solid #DDE0E5;
}

.rounded-8px {
    border-radius: 8px;
}

.global-share-search {
    border-radius: 0px 8px 8px 0px !important;
}

#basic-addon1 {
    border-radius: 8px 0px 0px 8px;
}

.max-width-search {
    max-width: 1000px;
    width: 100%;
}

.search-height {
    height: 3.2rem;
}

.w-173px {
    width: 173px;
    height: 165px;
}

.top-sector:hover {
    transition: 0.5s;
    transform: translate3d(0, 10px, 0px);
}

.box-hover:hover {
    transition: 0.5s;
    transform: translate3d(0, 10px, 0px);
}

.sorting {
    text-wrap: nowrap;
}

.user-nav {
    transition: 0.5s ease;
}

.crm-bg {
    background-image: url("../../assets/media/avatars/cmr.png");
    background-position: center;
    background-size: 40%;
    background-repeat: no-repeat;
}

.pan-bg {
    background-image: url("../../assets/media/avatars/pan.png");
    background-position: center;
    background-size: 40%;
    background-repeat: no-repeat;
}

.opacity-custom {
    background-color: #fff;
    opacity: 0.5;
}

.top--35px {
    top: -35px !important;
}

.box-35 {
    width: 35px !important;
    height: 35px !important;
}

.ls-4px {
    letter-spacing: 4px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 53.25%;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-preview-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    z-index: 2;
    cursor: pointer;

    &: after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: "";
        width: 50px;
        height: 50px;
        background-image: url("https://www.nova1069.com.au/sites/all/themes/custom/nova_evo_skin/dist/images/icon/icon-play.svg");
        background-position: top left;
        background-repeat: no-repeat;
    }

    &: hover {
        &:after {
            background-position: bottom left;
        }
    }
}

table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}

.share-logo {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.speaker-img {
    width: 16.2rem;
    margin: 55px auto;
}

.sector-height {
    height: 300px;
    overflow: auto;
}

.text-justify {
    text-align: justify;
}

/* mobile css */
@media only screen and (min-width: 100px) and (max-width: 270px) {
    .faq {
        margin-bottom: 500px;
    }
}

@media only screen and (min-width: 270px) and (max-width: 350px) {
    .faq {
        margin-bottom: 350px;
    }
}

@media only screen and (min-width: 280px) and (max-width: 450px) {
    .stock-brokers-button-right {
        position: relative;
        margin-top: 0px;
        margin-left: 0px;
        width: 100%;
    }
}

@media only screen and (min-width: 10px) and (max-width: 430px) {
    .stock-brokers-img {
        height: 18px;
    }

    .text-stock-brokers {
        margin: -1rem;
    }
}

@media only screen and (min-width: 10px) and (max-width: 300px) {
    .stock-brokers-button-right {
        position: relative;
        margin-top: 0px;
        margin-left: 0px;
        width: 197px;
    }
}

@media only screen and (min-width: 350px) and (max-width: 400px) {}

.faq {
    margin-bottom: 0px;
    height: 100%;
}
}

@media only screen and (min-width: 400px) and (max-width: 470px) {
    .faq {
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 575px) {
    .lh-sm-base {
        line-height: 1.5 !important;
    }

    .p-sm-15 {
        padding: 15px;
    }

    .lh-sm-48 {
        line-height: 48px;
    }

    .btn {
        padding: 0.25rem 0.5rem !important;
        font-size: .875rem !important;
        line-height: 1.5 !important;
        border-radius: 0.2rem !important;
    }

    .page-bg {
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #D2F5E2 -8.12%, rgba(225, 255, 239, 0) 7%);
    }

    .account-form {
        padding: 10px;
    }

    .broker-comparison-img {
        width: 100%;
    }

    .text-broker-comparison {
        margin-top: 12px;
        font-size: 14px;
    }

    .card-body-py {
        padding: 0px;
        border: 1px #0a0a0a1a solid;
    }

    .broker-comparison-details-star {
        font-size: 14px;
    }

    .broker-comparison-rating {
        text-align: center;
    }

    .sm-star {
        display: none;
    }

    .comparison-text-center {
        text-align: center;
    }

    .comparison-text {
        text-align: center;
        padding: 5px;
        border-bottom: .8px solid #cccccc4f;
    }

    .comparison-font-weight {
        font-weight: 600;
    }

    .mobile-view-banner {
        visibility: visible;
    }

    .open-account-title-6 {
        display: none;
    }

    .center-custom {
        padding: 15px;
        text-align: center;
        margin: auto;
        line-height: 42px;
    }

    .lead {
        font-size: 16px !important;
        line-height: 32px !important;
    }

    .box-custom {
        position: absolute;
        width: 45.938rem;
        height: 17.188000000000002rem;
        left: 0rem;
        top: 27rem;
        background: #C7F8DD;
        border-radius: 78px 78px 0px 0px;
    }

    .text-align-center {
        text-align: center;
    }

    .col-11 {
        width: 100%;
    }

    /* .navbar-nav {
        margin: 21px;
    } */

    .top-discount-brokers-bg {
        height: 100%;
    }

    .iops-section {
        background-color: #FAFAFA;
        padding-top: 5rem !important;
        padding: 0px;
    }

    .title-ipos {
        margin-bottom: 2rem !important;
    }

    .btn-ipos {
        display: none;
    }

    .open-account-section {
        padding: 0px;
    }

    .demat-arrow {
        display: none;
    }

    .broker-icon-tf {
        font-size: 14px;
    }

    .footer-end {
        padding: 15px;
    }

    .flex-lg-row-reverse {
        margin-top: -6rem;
    }

    .accordion-btn-comparison {
        font-size: 1rem;
    }

    .title-broker-comparison,
    .title-top-discount-brokers,
    .title-ipos {
        font-size: 1.5rem;
    }

    .card-ipos {
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0%);
        transition: all 0.6s ease;
    }

    .text-ipos {
        margin: 0.438rem 0.438rem 0.438rem 0rem;
        padding: 0.5rem 0.5rem 0.5rem 0rem;
    }
}

@media only screen and (max-width: 600px) {
    .blog-card {
        width: 100%;
        height: 210px;
        margin-bottom: 30px;
    }

    .blog-card:before {
        width: 100%;
        height: 100%;
    }

    .blog-card img {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width: 420px) and (max-width: 30000px) {
    .stock-brokers-icon {
        padding: 8px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
    .broker-comparison-img {
        width: 110px;
        height: 22px;
    }

    .text-broker-comparison {
        margin-top: 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 575px) and (max-width: 30000px) {
    .founding-year {
        display: none;
    }

    .mobile-view-number {
        display: none;
    }

    .mobile-view-banner {
        visibility: hidden;
    }
}

@media screen and (max-width:1920px) {
    .drhp-img {
        width: 20rem;
    }
}

@media screen and (max-width:991px) {
    .transform-90 {
        transform: rotate(90deg);
        margin: 0px auto;
    }

    .Our-team {
        margin-top: 38%;
    }
}

@media screen and (max-width:991px) {
    .transform-index-90 {
        transform: rotate(101deg);
        width: 80px;
        margin: 0px auto;
    }

    .reach {
        margin-top: 0rem;
    }
}

@media screen and (max-width:1440px) {
    .bull {
        top: 24% !important;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
    .bull {
        top: 20% !important;
    }
}

@media screen and (max-width:1400px) {
    .reach {
        margin-top: 16rem !important;
    }
}

@media screen and (max-width:786px) {
    .reach {
        margin-top: 5rem !important;
    }

    .IPOs-bg {
        width: auto;
        height: auto;
    }

    .front-img {
        width: 18rem;
    }

    .fit-card {
        width: 100% !important;
    }

    .get-card {
        width: 100% !important;
        height: auto;
        flex-shrink: 0;
    }

    .lunched {
        width: 10rem;
        margin-top: 1.5rem;
    }

    .Our-team {
        margin-top: 14rem;
    }
}

@media screen and (max-width:576px) {

    .notification .nav-link,
    .nav-pills .show>.nav-link {
        border: 1px solid #DEE2E6 !important;
        border-radius: 24px !important;
        padding: 4px 14px !important;
        font-size: 14px !important;
    }

    .reach {
        margin-top: 8rem !important;
    }

    .row {
        --bs-gutter-x: 1rem !important;
        margin-right: calc(0 * var(--bs-gutter-x));
        margin-left: calc(0 * var(--bs-gutter-x));
    }

    .normal-card-width {
        padding: 10px;
        height: 100%;
    }

    .bg-1 {
        background-size: contain;
    }

    .w-127px {
        width: 159px;
        height: 154px;
    }

    .start-sm-50 {
        left: 50% !important;
    }

    .Our-team {
        margin-top: 15rem;
    }

    .fit-card {
        width: 8rem;
    }

    .fit-card h6 {
        font-size: 13px !important;
    }

    .get-card h6 {
        font-size: 13px !important;
    }

    .main-trade {
        margin: 5rem auto 2rem;
    }

    .drhp-img {
        width: 14rem;
    }

    .platform {
        height: 272px;
    }

    .team {
        height: 306px;
    }

    .buy-sell-video {
        top: 15rem;
    }
}

@media screen and (min-width:2000px) {
    .home-bg {
        width: auto;
        height: 55.25rem;
    }

    .bull {
        top: 12% !important;
    }
}

@media screen and (min-width:1920px) {
    .share-name {
        font-size: 1.4rem;
    }

    .reach {
        margin-top: 32rem;
    }

    .Our-team {
        margin-top: 46%;
    }

    p {
        font-size: 0.875rem !important;
    }

    a {
        font-size: 16px !important;
    }

    li {
        font-size: 16px !important;
    }
}

@media screen and (max-width:600px) {
    .review .wrapper .comment .content-comment {
        max-width: 300px;
        width: 100%;
        word-wrap: break-word;
    }

    .review .wrapper .comment {
        display: block;
    }
}

.btn-light-theme {
    background: #E8E8E8;
    color: #7C7C7C;
    border: 1px solid #E8E8E8;
}

.btn-light-theme:hover {
    background: #14213D;
    color: #fff;
    border: 1px solid #132449;
    transition: 0.3s ease-in-out;
}

.absolute-input-icon {
    position: absolute;
    top: 12px;
    left: 14px;
}

.notification .nav-link,
.nav-pills .show>.nav-link {
    color: #000000;
    background-color: #fff;
    border: 2px solid #DEE2E6;
    border-radius: 24px;
    padding: 10px 22px;
}

.notification .nav-link.active,
.nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #28af60;
    border: 2px solid #28af60;
    border-radius: 24px;
    padding: 10px 22px;
}

.mw-150px {
    min-width: 150px;
    width: 100%;
}

.profile-container {
    text-align: center;
}

.profile-wrapper {

    position: relative;
}

.profile-image {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.edit-icon {
    position: absolute;
    top: 12px;
    right: 32px;
    cursor: pointer;
    background-color: #EBF0EC;
    border-radius: 50%;
    padding: 5px;
    height: 32px;
    width: 32px;
    border: 1px solid #DEE2E6;
    display: flex;
    justify-content: center;
    line-height: 1.2;
}

.edit-icon .bi {
    font-size: 16px;
}

#fileInput {
    display: none;
    /* Hide the file input */
}

.text-color-secondary {
    color: #7C7C7C;
}

.text-color {
    color: #212529;
}

.mt--17 {
    margin-top: -17px;
}

.myprofile .nav-link.active,
.nav-pills .show>.nav-link {
    color: #212529;
    background-image: linear-gradient(to right, #D0EFCE, #F3FAF5);
    background-color: transparent;
}

.myprofile .nav-link {
    color: #212529;
    text-align: start;
    margin: 0.2rem 0;
    font-weight: 600;
    background: #fff;
}

.top-section {
    background-image: url('../../assets/media/top-bg.svg');
    background-position: center;
    background-size: cover;
}

.fs-7 {
    font-size: 14px;
}

.text-theme-primary {
    color: #198754;
}

.invesment {
    background-image: linear-gradient(to right, #E8F7E7, #F8FCF9);
}

.investment-table .investment-header th {
    font-weight: 600;
    font-size: 14px;
    color: #7C7C7C;
    padding: 12px 16px;
    text-wrap: nowrap;
}

.investment-table .returns {
    color: #21A146;
}

.investment-table .returns.negative {
    color: #a12121;
}

.investment-table tr td {
    font-size: 16px;
    color: #212529;
    padding: 12px 16px;
    vertical-align: middle;
    text-wrap: nowrap;
}

/* Style for the expand/collapse icons */
.btn-toggle {
    border: none;
    background: transparent;
    font-size: 1.5rem;
    line-height: 1;
}

.accordion-button:after {
    display: none;
}


.bg-light-table {
    background: #F8F8F8 !important;
}

.box-24 {
    height: 24px;
    width: 24px;
}

.investment-table .collapse {
    transition: opacity 0.5s ease-in-out;
    /* Transition for opacity */
    opacity: 0;
    /* Hidden state */
}

.investment-table img {
    width: 32px;
}

.investment-table .collapse.show {
    opacity: 1;
    /* Visible state */
}

.card-doc {
    border: 1px solid #DEE2E6;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.doc-icon {
    font-size: 2rem;
    color: #6c757d;
    margin-right: 20px;
}

.icon-success {
    font-size: 2rem;
    color: #fff;
    background-color: #4CAF50;
    border-radius: 50%;
    padding: 8px;
}

.btn-upload {
    display: inline-block;
    border-radius: 8px;
    padding: 8px 16px;
    background-color: #F0F0F0;
    cursor: pointer;
    color: #000;
    width: fit-content;
}

.icon-download {
    font-size: 1.5rem;
    color: #6c757d;
    cursor: pointer;
}

.status-text {
    margin-right: auto;
}

.box-48 {
    height: 32px;
    width: 32px;
}

.box-48 span {
    font-size: 14px;
}

.main-card-section {
    border: 1px solid #DEE2E6;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

}

.main-card-section .box-48 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.main-card-section .box-48 span {
    color: #fff;
    font-size: 16px;
}

.main-card-section .box-text {
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 15px;
}

.main-card-section .ligth-btn:hover {
    color: #000;
}

.table.dataTable>tbody>tr.selected>* {
    box-shadow: unset !important;
    color: #212529 !important;
}

.table.transaction-table.dataTable.no-footer {
    width: 100% !important;
}

/* .page-item:first-child .page-link{
    padding: 11px;
}
.page-item:last-child .page-link{
    padding: 18px;
} */
.pagination .page-item .page-link {
    min-height: 32px !important;
    border-radius: 8px;
    padding: 9px 15px;
    margin: 5px;
}

.main-card-section .bg-light-table span {
    color: #000;
}

.done_all {
    background-image: linear-gradient(to bottom, #80C13F, #21A146);
}

.file-preview {
    max-width: 100%;
    max-height: 100px;
    border: 1px solid #ddd;
    padding: 8px 8px;
    border-radius: 8px;
    overflow: hidden;
}

.file-preview img,
.file-preview embed {
    width: 100px;
    object-fit: cover;
    border-radius: 8px;
}

/* Download button style */
.download-icon {
    cursor: pointer;
}

.transaction-table thead th {
    font-weight: 600;
    font-size: 14px;
    color: #7C7C7C;
    background: #F5F5F5;
    padding: 12px 16px;
}

.transaction-table tbody td {
    font-size: 16px;
    color: #212529;
    padding: 12px 16px;
    vertical-align: middle;
}

.buy_sell {
    background: #F5F5F5;
    padding: 2px 6px;
    border-radius: 18px;
}

.buy_sell .nav-link.active {
    color: #fff;
    padding: 4px 16px;
    border-radius: 14px;
    background-color: #198754;
}

table.dataTable td,
table.dataTable th {
    text-wrap: nowrap;
}

text-xs {
    font-size: 0.75rem;
}