 .main {
        padding: 50px 0;
        background: #F8F9F8;
    }

    .title-sec h1 {
        font-size: 30px;
        font-weight: 600;
        line-height: 48px;
     
        color: #2BCF70;
    }

    .title-sec p {
        color: #15202B;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
    }

    /* field-card */
    .field-card label {
        font-size: 20px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0em;
        text-align: left;

    }

    .field-card .ffinput {
        height: 30px;
        padding: 10px;
        border-radius: 5px;
        color: #082D3F;
        border: 0.3px solid #082D3F
    }

    .field-card .ffinput {
        font-size: 14px;
        font-weight: 700;
        line-height: 12px;
        letter-spacing: 0em;
        text-align: right;
        color: #082D3F;
    }

    .currency-input {
        position: relative;
        display: flex;
        justify-content: flex-end;
    }

    .currency-input img {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #A8A9AB;
        height: 12px;
        border-radius: 10px;
    }

    span.ui-slider-handle.ui-corner-all.ui-state-default {
        border: 2px solid #336B86;
        height: 24px;
        width: 24px;
        border-radius: 100%;
        background: #082D3F;
    }

    .ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min {
        background: #336B86;
    }

    .box {
        height: 33px;
        border-radius: 5px;
        border: 1px solid #A8A9AB;
        color: #15202B;
        font-size: 16px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-indent: 22px;

    }

    .box .text {
        color: #15202B;
        font-size: 16px;
        font-weight: 700;
        line-height: 12px;
        letter-spacing: 0em;
        text-align: left;
        position: relative;
    }

    .box .text:before {
        position: absolute;
        left: -15px;
        content: "₹";
        font-size: 16px;
    }

    .box:before {
        background: linear-gradient(89.98deg, #336B86 0.02%, rgba(51, 107, 134, 0) 95.83%);
        width: 205px;
        height: 33px;
        content: "";
        position: absolute;
        border-radius: 5px;
    }

    .search-form {
        width: 100%;
        margin: 25px 0;
    }

    .search-form .form-control {
        height: 50px;
        padding: 5px 16px 5px 40px;
        border-radius: 10px;
        border: 1px solid #0000008c !important;
     z-index: 22 !important; 
    position: relative;

    }
    .etf_message_error{
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        margin-top: 20px;
        color: #255871;

    }
.field {
    display: flex;
   
    flex-direction: column
}
.modal-body .srch-opt {
    display: block;
border:0 !important;
}
.modal-body .srch-opt hr{
    display: none;
}
.modal button.btn.btn-secondary {
    position: absolute;
    top: 8px;
    right: 8px;
}
    .or {
        font-size: 30px;
        font-weight: 600;
        line-height: 48px;
        text-align: center;

    }
div#exampleModal {
    background: #0000004d;
}
.form-select{
background-image:none !important;
}

select#parentCategory{
/* background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e) !important; */
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    /* background-color: #fff; */
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    -webkit-appearance: auto;
z-index: 0 !important;
}
    .search-form .text {
        font-size: 16px;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: 0em;
        text-align: left;
        color: #15202B;
        border-bottom: 0.5px solid #D7D7D7;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .field img {
        position: absolute;
        left: 10px;
        top: 13px;
    }

    .caret {
        position: absolute !important;
        right: 10px !important;
        left: unset !important;
        top: 13px;
    }

    .field {
        position: relative;
    }

    .my-table table thead th {
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0em;
        text-align: left;
        color: #15202B;
    }

    .my-table table thead {
        height: 40px;
        padding: 0px 20px;
        border-radius: 5px;
        border: 0.5px solid #002B41;
        align-items: center;
    }

    .img-card {
        width: 100%;
        text-align: center;
    }

    .img-card h2 {
        font-size: 26px;
        color: #000;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0em;
        margin-top: 50px;
    }

    .img-card p {
        color: #000;
        font-size: 16px;
        font-weight: 300;
        line-height: 16px;
        letter-spacing: 0em;
        margin-top: 30px;
    }

    .my-table tbody {
        position: relative;
        height: 400px;
    }

    .my-table tbody tr td {
        border-bottom: 0 !important;
    }

    .img-card {
        position: absolute;
        top: 30px;

    }

    /* Basket */
    .main-btn {
        font-size: 12px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 0px;
        text-align: center;
        color: #2BCF70;
        padding: 10px;
        padding: 12px 50px;
        border-radius: 5px;
        border: 1px solid #2BCF70;
        width: 200px;
        background: transparent;
        margin: 20px auto 0;
    }

    .more {
        text-align: right;
        color: #ACACAC;
        margin-top: 10px;
    }

    .basket-card .header-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0em;
        text-align: left;
        color: #15202B;
    }

    .basket-card .header-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0em;
        text-align: left;
        color: #15202B;
        margin-bottom: 20px;
    }

    .basket-card .header-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0em;
        text-align: left;
        color: #15202B;
    }

    .basket-card {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: 0em;
        text-align: left;
        min-height: 301px;
        padding: 25px;
        border-radius: 10px;
        border: 1px solid #6C757D33;

    }

    .basket-card .row {
        border-bottom: 1px solid #ECECEC;
        padding: 12px 0;

    }

    .amount {
        font-size: 16px;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0em;
        text-align: center;
    }

    .sno {
        font-weight: bold;
    }

    .basket-card .col-1 {
        padding-right: 0 !important;
    }

    .basket-card .col-5 {
        padding-left: 3px !important;
    }

    /* Recommeneded sec */
    .rb-card hr {
        border: 0.3px solid #082D3F
    }

    .rb-card {
        min-height: 350px;
        padding: 25px 25px 30px 25px;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 1px 2px 5px 0px #00000026;
height: 100%;
    }
.field-input {
    margin: 6px 0;
}
    .dark-btn {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
   
        text-align: center;
        padding: 12px 18px;
        background-color: #336B86;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        width: 250px;
        max-width: 100%;
        color: #fff !important;
    }

    .avatar-text {
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
      
        color: #15202B;
        margin-bottom: 0;
    }

    .avatar-name {
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0em;
        color: #15202B;
        margin-top: -7px;
        margin-bottom: 5px;
    }

    .tags {
        display: flex;
        gap: 12px;
        justify-content: flex-start;
    }

    .tag {
        /* width:93px;
height: 28px; */
        padding: 6px 10px;
        background-color: #DBF9E8;
        font-size: 12px;
        font-weight: 400;
        line-height: 17px;
      
        text-align: center;
        border-radius: 4px;
    }

    .small-text {
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 0em;
        text-align: center;
        color: #52525B;
        margin-bottom: 6px;
    }

    .invested-price {
        font-size: 20px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: 0em;
        text-align: center;
        color: #15202B;
    }

    .basket .title {
        text-align: left !important;
    }

    .basket-perform-sec h2 {
        color: #15202B;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.2;
       
    }

    .bp-basket-card {
        background: #fff;
        border-radius: 5px;
        padding: 15px;
    }

    .in-value {
        font-size: 24px;
        font-weight: 600;
        line-height: 15px;
        letter-spacing: 0em;
        text-align: left;
        color: #2BCF70;
    }

    .in-gain {
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
        color: #52525B;
    }

    .basket-perform-sec hr {
        border: 1px solid #0000001A
    }

    .basket-perform-sec i {
        font-size: 16px;
        color: #2BCF70;
    }

    .vl-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 0em;
        text-align: left;
        color: #2BCF70;
    }

    .value-text {
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 0em;
        text-align: left;
        color: #52525B;
    }

    .flex-card {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .second-row {
        margin: 0 4px;
    }

    .second-row .col-4 {
        padding: 0 2px !important;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border: 0 !important;
    }

    .nav-tabs {
        border: 0 !important;
        background: #F8F9F8;
        height: 45px;
        padding: 5px 10px;
        border-radius: 5px;
    }

    .nav-link.active {
        background: #336B86 !important;
        color: #fff !important;
        font-size: 13px;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: 0em;
        text-align: center;
        
        padding: 10px 15px;
        border-radius: 3px;
        max-width: 100%;

    }

    .bp-basket-card .nav-link {
        background: transparent !important;
        color: #15202B !important;
        font-size: 13px;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: 0em;
        text-align: center;
        width: 65px;
        height: 35px;
        padding: 10px 15px;
        border-radius: 3px;

    }

   .search-form .field-input .form-control {
    height: 50px;
    padding: 5px 16px 5px 16px;
}

    @media (max-width:767px) {
.search-form .form-control{
z-index: 0 !important;
}
.my-table td{
padding: 8px ;
}

.custom-popup{
    padding: 20px !important;
    z-index: 99999;
    border-radius: 12px;
    width: 70% !important;
}
        .basket-perform-sec {
            margin-top: 20px !important;
        }
.ui-widget.ui-widget-content{
max-width: 100% !important;
}
.modal-body .srch-opt{
    padding: 10px;
}
.modal-dialog{
margin: 5rem 10px;
}
    }

    .basket-btn {
        box-shadow: 1px 2px 4px 0px #00000040;
        border-radius: 10px;
        padding: 15px 0px;
        color: #fff !important;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
        background-color: #336B86;
    }

    .buy-btn{
        box-shadow: 1px 2px 4px 0px #00000040;
        border-radius: 10px;
        padding: 15px 0px;
        color: #fff !important;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
        background-color: #2BCF70;
    }
 .add-to-storage-btn {
border: 0.7px solid #336B86;
color:#336B86;
border-radius:100%;
height:33px;
width:33px;
background: transparent;
}
div#searchResults {
    position: absolute;
    z-index: 1;
    width: 100%;
top:33px
}
.search-results-container {
    border: 0.3px solid #000000;
    border-radius: 0 0 5px 5px;
    padding: 0px 22px;
    background: #fff;
  border-top: 0;
height: 300px !important;
    overflow-y: scroll;
}
    .tab-content {
        padding-bottom: 0 !important;
    }

    .srch-text {
        color: #15202B;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
    width: 66%;
    }
    .srch-opt ,.srch-opt .row{
display: flex;
    justify-content: space-between;
    align-items: top;
    flex-wrap: wrap;
        padding: 12px 2px;
    border-bottom: 0.5px solid #D7D7D7;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0px 30px 20px 10px;
    overflow-x: hidden !important;
}
.modal .src-img.img-fluid {
    text-align: end;
}
button.add-to-basket-btn {
    background: transparent;
    border: 0;
    height: 30px;
    width: 30px;
}
    .srch-amt{
        color: #15202B;
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0em;
        text-align: left;

    }
    .srch-amt b{
        color: #2BCF70;
    }

    /* my-modal */
    .my-modal {
        position: fixed;
        top: 0;
        left: 0 !important;
        z-index: 9999;
        display: none;
        width: 100% !important;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0;
        border: 0 !important;
    }

    .my-modal .modal-content {
        border: 0 !important;
        border-radius: 10px !important;
    }

#exampleModal .modal-header {
        background-color: #255871;
        padding: 15px !important;
        text-align: center;
        color: #fff;
        display: flex;
        flex-direction: column;
    }

    .modal-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 48px;
      
        text-align: center;

    }

    .my-modal form {
        width: 100%;
    }

    .my-modal .form-control {
        height: 50px;
        padding: 5px 16px 5px 40px;
        border-radius: 10px;
        border: 1px solid #002B41
    }

    .or {
        font-size: 30px;
        font-weight: 600;
        line-height: 48px;field
       
        text-align: center;

    }
    .modal-body .text{
font-size: 16px;
font-weight: 400;
line-height: 14px;
letter-spacing: 0em;
text-align: left;
color: #15202B;
border-bottom: 0.5px solid #D7D7D7;
margin-bottom: 10px;
padding-bottom: 10px;
    }
    .field img{
z-index:99;
        position: absolute;
        left: 10px;
    top: 13px;
    }
    .caret{
        position: absolute !important;
        right: 10px !important;
        left: unset !important;
    top: 13px;
    }
    .field{
        position: relative;
    }
    @media (max-width: 800px)

    {
.my-modal .modal-content {
    width: 100% !important;
}
}
@media (max-width:767px) {

table.my-table {
    display: block;
    overflow-x: scroll;
    width: 780px;
    max-width: 780px;
}

div.my-table {
    display: block;
    position: relative;
    overflow: scroll;
}

}

.my-table thead {

font-size: 16px;
font-weight: 400 !important;
border: 1px solid #255871;
border-radius: 2px !important;
padding: 0 30px;
}

.my-table th:first-child,
.my-table td:first-child {
padding-left: 30px;
text-align: left;
}

.my-table th:first-child {
padding-right: 30px;
}

/* .my-table th:nth-child(2),
.my-table td:nth-child(2) {
text-align: right !important;
} */

.my-table th {
color: #000;
font-size: 16px;
font-weight: 400 !important;
line-height: 16px;
letter-spacing: 0em;
text-align: center;
height: 40px;
vertical-align: middle;
}

.price strong {
font-weight: 400 !important;
}

.price span {
display: block;
color: #2BCF70;
}
th.visibility-hidden {
    visibility: hidden;
}
.my-table td {
border: 0;
vertical-align: middle;
font-size: 12px;
line-height: 16px;
color: #222;
font-weight: 400;
text-align: left;
border-bottom: 1px solid #0000000A;
padding: 12px 10px;
}
.second-table tbody tr{
    border-bottom: 1px solid #0000001A;
}
.second-table tbody{
    height:100% !important;
}
.my-table .card {
background-color: transparent;
border: 0;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
gap: 22px;
}

.my-table .card-body {
padding: 0;
}

.my-table .card-body strong {
font-size: 14px;
font-weight: 500;
line-height: 18px;
letter-spacing: 0em;
text-align: left;
}

.my-table .card-body span {
font-size: 12px;
display: block;
font-weight: 400;
line-height: 16px;
letter-spacing: 0em;
text-align: left;


}

.my-table .btn-success {
padding: 8px 16px !important;
font-size: 14px !important;
}
.red-text{
    color:#FF4545 !important;
}

/* Responsive */
@media (max-width:1440px){
    .two-btn  .row{
        flex-direction: column;
        gap: 12px;
    }
    .two-btn  .row div{
        width: 100% !important;
    }
    .two-btn  .row .col-12.col-lg-6.ps-0{
padding-left: 10px !important;
    }
}
@media (max-width:767px){
    .basket {
        padding-top: 40px;
    }
    .nav-tabs{
        justify-content: space-between;
    }
    .field-card{
        margin-top: 20px;
    }
}


#searchResults {
    display: none; /* Hide searchResults initially */
    /* Add other styles for search results here */
}

#searchResults ul {
    list-style: none; /* Remove default list styles */
    padding: 0;
}

#searchResults ul li {
    /* Styles for individual list items */
    cursor: pointer; /* Change cursor to pointer on hover */
    margin-bottom: 5px;
    /* Add other styles for list items here */
}

.input-border{
gap:0 !important;
padding:0 !important;
}
  .input-border div {
    width: 20px;
    text-align: center;
}

div#exampleModal {
    z-index: 999999 !important;
}
.modal-content{height: 70vh !important;}
.modal-dialog {
    max-width: 573px!important;
}
input.allocation {
    border: 0;
    padding: 10px;
}
.bp-basket-card .nav{flex-direction: column;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 0 !important;
    background: #336b86  !important;
    color: #fff !important;
}

div#sipbasketid{
padding: 30px 12px 0;
}
.basket-perform-sec{
margin-top:150px;
}
 ::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.search-results-container ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
 
/* Handle */

.search-results-container ::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 10px;
}
.modal-body .srch-opt {
    padding: 10px 25px;
}

form#basketForm input {
    margin: 20px auto 15px;
    border: 1px solid #ccc;
}

@media(max-width:420px){
.srch-text{width: 58% !important;}
}

@media (min-width:992px) and (max-width:1240px){
.bp-basket-card .nav-link{
margin:0 !important;
width:auto !important;
}
}